:root{--color-primary:#0A4299;
--color-secondary:#090D8B;
--bs-link-color:#E14945;
--bs-link-hover-color:#dc3545;
--header-height:60px;
}
h1{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 15px;
    color: var(--color-primary);
}
h2{font-size: 1.5rem;color:var(--color-primary)}
h3{font-size: 1.4rem;}
h4{font-size: 1.3rem;}

ul{padding-inline-start: 17px;margin-bottom: 0;}

.bg {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%), url(/user-upload/imgs/bg.jpg) no-repeat top center /cover;
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .full-width-mobile {
        margin-left: -12px;
        margin-right: -12px;
    }
	
}

.conntent-1-col {
 
}
@media (max-width: 1200px) {
  .conntent-1-col {
    padding: 0;
  }
}
.line-height-2 {
    overflow: hidden;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;margin-top: 15px;
}
.line-height-3 {
    overflow: hidden;
    height: 150px;
}
.expand {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    text-align: center;
    width: 100%;
    padding-top:50px;
    position: absolute;
    bottom: 0;color: var(--bs-link-color);
}
a.stretched-link {
    font-weight: bold;
}
.post-box {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    background: rgba(255, 255, 255, .5);
    border: 1px solid #dadce0;
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 15px 15px 0 15px;
    border-radius: 8px;
    position: relative;
    display: flex
;
    flex-direction: column;
}
.post-box .post-img {
overflow: hidden;
    margin: -15px -15px 0px -15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.post-box .post-img img {
    transition: 0.5s;
    object-fit: cover;
}

.post-box .post-title {
  font-weight: 700;
  transition: 0.3s;
}
.post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
.post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.overlay {
	position: absolute;
	color: #fff;text-align:left;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 150px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.overlay a {
    color: #fff;
}
#preloader{
	position:fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}
#preloader:before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-primary);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.post-box:hover .post-img img {
  transform: rotate(0deg) scale(1.2);
}

.title-readmore{
	display: flex;align-items: center;
	border-bottom: 2.5px solid var(--color-primary);margin-bottom: 10px;margin-top: 30px;
}
.title-readmore:first-child {
  margin-top: 0px;
}
.title-readmore h2 {
    color: #fff;
    margin-right: auto;
    padding: .5rem;
    background-color: var(--color-primary);
    font-size: larger;
	margin-top: 0px;
    margin-bottom: -2px;
}
/* Bordered Tabs */ 
.nav-tabs-bordered { 
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
 }
.nav-tabs-bordered .nav-link {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
    border-radius: 23px;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    height: 60px; } 
.nav-link:hover,.nav-link:focus { color: var(--color-primary); }

button.active {
    background: linear-gradient(90deg, rgba(182, 125, 46, 1) 0%, rgba(225, 185, 79, 1) 48%, rgba(244, 220, 129, 1) 100%);
}
.nav-item {
    margin: 0 2px;
}
.btn {
  color: #fff;
  background: var(--color-primary);
  display: inline-block;
  text-decoration: none !important;
  padding: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;

  margin:10px 0px;
  transition: all ease-in-out 0.3s;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.btn-no-border {
  border: 0;
}
.btn:hover,.filter-active {
  color: #444444;
    background: #fff;
}
.btn-page{margin:0;}

.btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  transition: 0.5s;
 
  color: #fff;
  background: var(--color-primary) ;box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.btn-get-started:hover {
  background: #fff;
  color: #000;
}

.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px;
    border-radius: 4px;
}
.page-item .form-select{ border-left: none; border-right: none;border-radius: unset;}

.icon-bar {
width:auto;text-align:center;right: 0;padding: 10px;
position: fixed;
bottom: 40px;z-index: 10;
}
.icon-bar a{
display: block;
margin-top: 10px;
}

.sidebar {
    position: sticky;
    top: 120px;
}
.content-giai-phap{
	background: var(--color-primary);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center !important;
}

.content-giai-phap .row {
  overflow: hidden;
}

.content-giai-phap .content-item {
  padding: 10px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.content-giai-phap .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    width: 30px;padding-bottom: 20px;
}

.content-giai-phap .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.content-giai-phap .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .content-giai-phap .content-item {
    padding: 12px;
  }
}