.home .full-header:not(.sticky){
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: transparent;
}
/**/
.row-title .title{
  color: #132456;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; 
}
.row-title .title b{
  color: #F15B22;
  font-weight: 700;
}
.row-title .desc{
  text-align: justify;
}
.row-title label{
  text-transform: uppercase;
}
/**/
.home-box1-wrap {
  background-size: cover;
  background-position: center;
  padding-top: 150px;
}
.home-box1{
  z-index: 1;
}
.main-homebox1 .desc li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 500px) {
  .list-doituong {
    max-width: 70%;
  }
}

.homebox1-form{
  border-radius: 20px;
  background: #41404A;
  padding: 12px;
}
.homebox1-form h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.homebox1-form h4 b {
  border-radius: 6px;
  background: #161428;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: ;
  text-transform: initial;
}
.homebox1-form-main {
  background-color: #fff;
  padding: 30px 20px 10px;
  border-radius: 16px;
}
.homebox1-form-main h3 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.homebox1-form img {
  position: absolute;
  top: -64px;
  right: -47px;
}
.homebox1-form .wpcf7 br {
  display: none;
}
.homebox1-form input.wpcf7-form-control{
  width: 100%;
  border-radius: 40px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.06) inset;
  margin-bottom: 20px;
}
.homebox1-form .btn-hvg {
  display: block;
  margin: 0 auto;
  max-width: 350px;
}

/**/
.item-hbox2 {
  padding: 40px;
  border-radius: 20px;
  background: #F5F5F5;
  box-shadow: 0px 2px 4px 0px rgba(19, 36, 86, 0.04);
  margin-bottom: 20px;
}
.item-hbox2 h3{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; 
}
.item-hbox2 img{
  object-fit: contain;
  object-position: top;
}
/**/
.item-taisao{
  border-radius: 48px;
  background-color:#3853A4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  padding: 14px;
  color: #fff;
}
.item-taisao label{
  font-size: 20px;
}
/**/
.icon-down {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.icon-down img {
    display: inline-block;
    animation: moveDownUp 1.5s infinite ease-in-out;
}

@keyframes moveDownUp {
    0% {
        transform: translateY(0); /* Vị trí ban đầu */
    }
    50% {
        transform: translateY(10px); /* Di chuyển xuống 10px */
    }
    100% {
        transform: translateY(0); /* Quay lại vị trí ban đầu */
    }
}

/**/
.home-box3{
  background-color: #3853A4;  
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 991px) {
  .home-box3 .row-title p {
    width: 55%;
  }
}
.main-homebox3 {
  overflow: hidden;
  z-index: 1;
}
.item-dichvu {
  border-radius: 20px;
  margin:10px 0;
}
.item-dichvu h3 img{
  max-width: 25px;
  max-height: 25px;
  object-fit: contain;
}
.item-content-dichvu {
  position: relative;
  border-radius: 20px;
  padding: 20px;
  border: 4px solid #3853A4D6;
}
.main-homebox3 .bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.item-content-dichvu h3 {
  color: #132456;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.item-content-dichvu p {
  color: rgba(19, 36, 86, 0.60)
}
.item-content-dichvu p strong{
  color: #132456;
}
.item-content-dichvu li{
  margin-bottom: 16px;
}
.item-content-dichvu .icon-arow{
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: .3s all;
}
.item-content-dichvu:hover {
  border-color: #F15B22;
}
.item-content-dichvu:hover .icon-arow{
  opacity: 1;
}
/**/
div.swiper-button-next, 
div.swiper-button-prev {
    background: rgba(56, 83, 164, 0.08);
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 15px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3853A4;
}
div.swiper-button-next {
    right:0;
    left:auto;
    padding-left:5px;
}
div.swiper-button-prev {
}
div.swiper-button-prev::before,
div.swiper-button-next::before{
    content:"";
    width: 20px;
    height: 20px;
    display: block;
}
div.swiper-button-next:not(.swiper-button-white)::before {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev:not(.swiper-button-white)::before {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    background-color: #34ADEE;
    color: #fff;
}
@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -45px;
    }
    .main-sw div.swiper-button-prev{
        left: -45px;
    }
}
/**/
.home-box4 .icon-tt{
  position: absolute;
  left: 0;
  top: 27px;
  z-index: -1;
}
.main-homebox4 {
  z-index: 1;
}
.item-hbox4 .head {
  margin-bottom:10px
}
.item-hbox4 h3 {
  color:#123456;
  font-size:18px;
  font-style:normal;
  font-weight:700;
  line-height:24px;
  margin:0;
}
.item-hbox4 {
  font-size: 14px;
  padding:20px;
  border-radius: 20px;
  border: 1px solid rgba(56, 83, 164, 0.00);
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  margin-top: 80px;
}
.item-buoc .icon {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: -80px;
  background-color: #ffff;
  margin-bottom: 10px;
  top: -21px;
  position: relative;
}

.home_box4_btn_title {
  border-radius: 20px;
  background: linear-gradient(0deg, #F15B22 0%, #FF8E63 140.38%);;
  display: inline-block;
  padding: 12px 50px;
  color: #fff;
  margin-bottom: 21px;
  transition: .3s all;
}
.home-box4-last a label {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-box4-last a:hover {
  color: #fff;
  transform: scale(1.05);
}
.home-box4-last p {
/*  font-weight: 600;*/
  font-style: italic;
  font-size: 14px;
}
/**/
.home-form-hotro {
  border-radius: 0px 80px 80px 0px;
  background: #3853A4;
  padding: 40px;
  color: #fff;
}
.home-form-hotro label{
  color: rgba(255, 255, 255, 0.80);
}
.home-form-hotro h2{
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.home-form-hotro button.btn-hvg {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  background: linear-gradient(180deg, #FFAD8E -31.25%, #F15B22 100%);
  box-shadow: 0px 4px 12px 0px rgba(19, 36, 86, 0.40);
  width: 100%;
}

/**/
.home-box5 {
  background-size: cover;
}
.item-hbox5 h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}
.item-hbox5 img {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  max-width: 80px;
  object-fit: contain;
}
.item-hbox5 p {
  padding: 0 10px;
}
/**/
@media only screen and (min-width: 991px) {
.home-box6 .row-title .title {
  width: 40%;
}
  .home-box6 .row-title p,
  .row-title-flex p {
    width: 55%;
  }
}
.main-homebox6-wrap {
}
.home-box6 .row-title label {
  color: #F15B22;
  text-transform: uppercase;
}
.home-box6 .row-title .title {
}
.item-nhanxet {
  border-radius: 21px;
  background: #E0E9F0;
  padding: 30px 0;
  box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.12);
}
.swiper-button-white {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
}
.swiper-button-white:hover {
  background-color: transparent !important;
}

.main-homebox6 .swiper-pagination {
  position: relative;
  padding-top: 30px;
}
.main-homebox6 .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  margin: 0 5px;
  border: 1px solid #ffff;
  width: 20px;
  height: 20px;
  border-radius: 5px !important;
  transform: rotate(45deg);
  position: relative;
}
.main-homebox6 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 2px;
}
/**/
#menu_cat_post{
  list-style: none;
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#menu_cat_post li{
  margin: 0 10px;
}
#menu_cat_post li a{
  font-weight: 500;
  line-height: 20px;
  padding: 14px 24px;
  display: block;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #FAFAFA;
}
#menu_cat_post li a:hover,
#menu_cat_post li.active a,
#menu_cat_post li.current-menu-item a{
  background-color: #2854AB;
  color: #fff;
  border-color: #2854AB;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.80);
  background: #F15B22;
  box-shadow: 0px 3px 16px 0px rgba(0, 64, 117, 0.24);
}

.item-slide-tt {
  opacity:0;
  visibility:hidden;
  transition: .5s all;
}
.item-slide-tt:not(:first-child) {
  position:absolute;
  top:0;
  bottom:0;
  width:100%
}
.item-slide-tt.active {
  opacity:1;
  visibility:visible
}
/**/
.main-giaidap,
.main-homebox8 {
  padding: 40px;
  border-radius: 40px;
  background: #F7F7F8;
}
.item-cauhoi {
  padding: 20px;
  border-radius: 12px;
  background: #FFF;
  margin-bottom: 20px;
  cursor: pointer;
}
.item-cauhoi .item-cauhoi-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.item-cauhoi .item-cauhoi-head label{
  cursor: pointer;
}
.item-cauhoi .desc {
  font-size: 14px;
  margin-top: 20px;
}
.item-cauhoi .item-cauhoi-head i {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #F7F7F8;
  color: #F15B22;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  margin-left: 10px;
}
.item-cauhoi .item-cauhoi-head.active i::before {
  content: '\f068';
}
@media only screen and (min-width: 991px) {
  .list-cauhoi .item-cauhoi:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  #menu_cat_post {
    margin: 40px 0 20px;
    overflow: auto;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .row-title .title {
    font-size: 26px;
    line-height: 42px;
  }
/*  */
  .home-box1-wrap {
    padding-top: 100px;
  }
/*  */
  #menu_cat_post li a {
    padding: 9px 16px;
    white-space: nowrap;
  }
  .main-giaidap, .main-homebox8 {
    padding: 20px 20px 0;
    border-radius: 20px;
  }
  .item-cauhoi {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .row-title .title {
    font-size: 22px;
    line-height: 30px;
  }
  .item-hbox2 {
    padding: 20px;
  }
  .item-hbox2 h3 {
    font-size: 18px;
  }
  .item-hbox4 {
    margin-top: 50px;
  }
  .item-buoc .icon {
    width: 70px;
    height: 70px;
  }
  .item-hbox5 h3,
  .home-box4-last a label {
    font-size: 18px;
  }
  .item-hbox5 {
    margin-bottom: 20px;
  }

}
@media only screen and (max-width: 480px) {
  .main-homebox1 .item-doituong label {
    font-size: 11px !important;
  }
  .main-giaidap, .main-homebox8 {
    padding: 20px 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .item-doituong> img {
    max-width: 100px;
    object-position: bottom;
    height: 136px;
    object-fit: cover;
  }
  .main-homebox1 .item-doituong label {
    font-size: 11px !important;
  }
  .main-giaidap, .main-homebox8 {
    padding: 20px 10px 0;
  }
}
