
.hvg-title .title {
  color: #163065;
/*  text-align: center;*/
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.hvg-title .title b {
  color: #00AEEF;
  font-weight: 700;
}
.hvg-title p {
  color: rgba(22, 48, 101, 0.80);
}
/**/
.home-box1 {
  background-color: #FAF6F4;
  background-size: cover;
  padding-bottom: 200px !important;
  background-position: bottom;
}
.item-hbox1 {
  background-color: #fff;
  padding: 3px;
  border-radius: 73px;
  position: relative;
  transition: .3s all;
  margin-bottom: 20px;
}
.item-hbox1::before {
  content: "";
  background-color: #00AEEF;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 73px 0px 0px 0px;
}
.item-hbox1::after {
  content: "";
  background-color: #00AEEF;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 0 0 73px 0;
}
.item-hbox1-wrap {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 35px;
  border-radius: 70px;
  overflow: hidden;
  height: 100%;
}
.item-hbox1-wrap h3 {
  color: #071C47;
  font-size: 20px;
  font-weight: 800;
}
.item-hbox1-wrap p {
  color: rgba(22, 48, 101, 0.80);
}
.item-hbox1:hover {
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.12));
  transform: translateY(-10px);
}
.main-homebox1 .row .col-mb:nth-child(2) .item-hbox1::before,
.main-homebox1 .row .col-mb:nth-child(2) .item-hbox1::after{
  background-color: #ED1C24;
}
.main-homebox1 .row .col-mb:nth-child(3) .item-hbox1::before,
.main-homebox1 .row .col-mb:nth-child(3) .item-hbox1::after{
  background-color: #EFC900;
}
.main-homebox1 .row .col-mb:nth-child(4) .item-hbox1::before,
.main-homebox1 .row .col-mb:nth-child(4) .item-hbox1::after{
  background-color: #8600EF;
}
/**/
.home-box2 {
  background-size: cover;
/*  padding-top: 150px;*/
}
.item-ctrinh {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  transition: .3s all;
}
.item-ctrinh::after {
  content: "";
  background-color: #AE8208;
  width: 85%;
  left: 8%;
  bottom: -7px;
  border-radius: 32px;
  height: 40px;
  display: block;
  position: absolute;
}
.item-ctrinh-content {
  position: relative;
  background-color: #D9A30F;
  padding: 80px 24px 24px 24px;
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  transition: .3s all;
  border: 5px solid transparent;
}
.item-ctrinh-content::before {
  content: "";
  background-image: url('images/bg-ctrinh.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
}
.item-ctrinh h3 {
  font-size: 20px;
  color: #fff;
}
.item-ctrinh > img {
  margin-bottom: -70px;
  z-index: 2;
  position: relative;
}
.item-ctrinh:hover::after{
  bottom: 0;
}
.item-ctrinh:hover .item-ctrinh-content{
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
  border-color: #fff;
}

.main-homebox2 .row .col-mb:nth-child(2) .item-ctrinh-content{
  background-color: #FF4E4E;
}
.main-homebox2 .row .col-mb:nth-child(2) .item-ctrinh:after{
  background-color: #DA2828;
}
.main-homebox2 .row .col-mb:nth-child(3) .item-ctrinh-content{
  background-color: #00AEEF;
}
.main-homebox2 .row .col-mb:nth-child(3) .item-ctrinh:after{
  background-color: #0098D1;
}
.main-homebox2 .row .col-mb:nth-child(4) .item-ctrinh-content{
  background-color: #974CFF;
}
.main-homebox2 .row .col-mb:nth-child(4) .item-ctrinh:after{
  background-color: #6F20DD;
}
.main-homebox2 .row .col-mb:nth-child(5) .item-ctrinh-content{
  background-color: #F27E6F;
}
.main-homebox2 .row .col-mb:nth-child(5) .item-ctrinh:after{
  background-color: #ED6868;
}
/**/
.main-homebox2 .maybay {
  position: absolute;
  bottom: 90%;
  left: -40px;
  animation: fly 8s linear infinite; /* Di chuyển liên tục */
  z-index: 999;
}
.main-homebox2 .sanbay {
  position: absolute;
  right: -40px;
  bottom: 90%;
}
@keyframes fly {
    0% {
        bottom: 90%;
        left: 0; /* Điểm bắt đầu */
        transform: rotate(0deg); /* Hướng máy bay bình thường */
    }
    50% {
        bottom: 100%;
        left: 50%;
        transform: rotate(5deg);
    }
    95% {
        bottom: 90%;
        left: calc(100% - 150px);
        transform: rotate(10deg);
    }
    100% {
        bottom: 90%;
        left: calc(100% - 150px);
        transform: rotate(10deg);
        opacity: .8;
    }
  
}
/**/

.home-box3-head-wrap {
  padding: 25px 0;
  border: 2px dashed #dddddd5c;
  border-left: 0;
  border-right: 0;
}
.home-box3-head {
  padding: 20px 0 40px;
  background-color: #E91419;
}
.home-box3-head .hvg-title label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}
.home-box3-head .hvg-title h2 {
  color: #fff;
  margin: 0;
}
.home-box3-row {
  margin-top: -24px;
  background-position: top;
  background-repeat: repeat-x;
}
.home-box3-content::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50%;
  width: 50000px;
  height: 100%;
  display: block;
  border-radius: 80px 0px 0px 80px;
  background: #008BEFED;
  transform: translateY(-50%);
}
.home-box3-row {
  padding: 100px 0;
}
.home-box3-content-wrap {
  padding: 50px 0;
  z-index: 2;
  position: relative;
}
.home-box3-content-wrap {
}
.home-box3-content-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.home-box3-content-item img {
  width: 80px;
  gap: ;
  height: 80px;
  background-color: #FAFAFA;
  object-fit: contain;
  padding: 18px;
  border-radius: 100%;
  box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.16);
  border: 1px solid #EDEACE;
}
.home-box3-content-item .content {
  flex: 1;
  padding-left: 40px;
  color: rgba(255, 255, 255, 0.80);
}
.home-box3-content-item h3 {
  color: #E9EE0E;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
/**/

.main-homebox5 .swiper-container {
/*  padding-top:30px!important*/
}
.main-homebox5 .swiper-slide {
  width:630px
}
.main-homebox5 .swiper-slide {
  opacity:0
}
.main-homebox5 .swiper-slide.swiper-slide-next,
.main-homebox5 .swiper-slide.swiper-slide-prev {
  opacity:0.9;
  transition: 1s all;
}
.main-homebox5 .swiper-slide.swiper-slide-active {
  opacity: 1;
  padding-top: 35px;
}


.item-nx-hocvien{
  border-radius: 20px;
  background: #FFF;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 50px 40px;
  margin-top: 85px;
  position: relative;
  margin-bottom: 50px;
}
.avata-feeback {
  display: block;
  margin: -120px auto 0;
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.comment-icon {
  position: absolute;
  top: 50px;
  right: 40px;
}
.item-nx-hocvien {
  padding-top: 50px;
}
.item-nx-hocvien h3 {
  color: #383838;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.item-nx-hocvien label {
  color: #8E8E8E;
  margin-bottom: 15px;
}
.bloginfo-name {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  background-color: #00AEEF;
  min-width: 185px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}


.main-homebox5 .swiper-pagination{
  position: unset;
  margin: 10px 0;
}
.main-homebox5 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 10px;
  background: #BFD3D6;
}
.main-homebox5 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
/**/
.home-box6 {
  background-image: linear-gradient(180deg, #FAF6F4 0%, #C1EEFF 48.32%, #FAF6F4 100%);
}
.home-box6-wrap {
  background-size: contain;
  padding: 80px 0 180px;
  background-repeat: no-repeat;
  background-position: center;
}
.df-form {
  padding: 40px;
  border-radius: 20px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(3px);
  max-width: 1100px;
  margin: 0 auto;
}
.home-box8 {
  background-color: #FAF6F4;
  margin-top: -2px;
}
/**/
.home-slide-gv .swiper-slide{
/*    transition: .3s ;*/
}
.home-box4 .bg {
  width: 100%;
  left: 0;
  position: absolute;
  top: 29%;
}
@media only screen and (min-width: 991px) {
  .home-box4 .bg {
    width: calc(100% - 160px);
    left: 50%;
    transform: translateX(-50%);
  }
  .home-slide-gv {
    margin: 0 -50px;
  }
  .home-slide-gv .swiper-slide:not(.swiper-slide-next) {
    transform: scale(.6);
  }
  .home-slide-gv .swiper-slide:not(.swiper-slide-next) .home-item-gv-detail {
    opacity: 0;
  }
  .home-slide-gv .swiper-slide-next {
    transform: scale(1.4);
  }
  .home-slide-gv .swiper-slide-next .home-item-gv-thum {
    position: absolute;
    bottom: 0;
    opacity: 0;
    display: none;
  }
  .home-item-gv{
      transition: .5s all;
  }
}

/**/
.home-item-gv-detail >img {
/*  margin-bottom: -218px;*/
}
.home-item-gv-detail-info {
  z-index: 1;
  position: relative;
  background-size: cover;
  padding: 30px 10px 10px 30px;
  font-size: 12px;
  border: 1px solid #999;
  border-top: 0;
  margin-top: -150px;
  transition: .5s all;
}
.home-item-gv-detail-info .info-gv-head-content h3 {
  font-size: 17px;
}
.home-item-gv-detail-info ul{
  list-style: none;
  padding: 0;
}
.swiper-slide-next .home-item-gv {
  padding-top: 90px;
}
.home-item-gv-thum {
  text-align: center;
  font-size: 22px;
}
.home-item-gv-thum img {
  width: 100%;
  display: block;
  aspect-ratio: 260/160;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px;
}
.home-item-gv-detail-info ul img {
  margin-right: 5px;
  width: 18px;
}

.sw-button {
  border: 1px solid #00AEEF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00AEEF;
}
.sw-button:hover{
  background-color: #00AEEF;
  color: #fff;
}
.slide-gv-btn {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
/*  */
  .hvg-title .title {
    font-size: 30px;
    line-height: 38px;
  }

  .item-hbox1-wrap {
    padding: 25px;
    border-radius: 50px;
  }
  .item-hbox1::before {
    width: 50px;
    height: 50px;
    border-radius: 50px 0px 0px 0px;
  }
  .item-hbox1::after {
    width: 50px;
    height: 50px;
    border-radius: 0 0 50px 0;
  }
  .home-box1 {
    padding-bottom: 150px !important;
  }
/**/
  .main-homebox2 .sanbay {
    position: absolute;
    right: -15px;
    bottom: auto;
    width: 135px;
    top: -73px;
  }
  .main-homebox2 .maybay {
    bottom: auto;
    width: 120px;
    top: -105px;
  }
  .home-box2 .hvg-title{
    z-index: 1;
    position: relative;
  }
/*  */
  .home-slide-gv .home-item-gv-thum {
    display: none;
  }
  .home-item-gv-detail-info {
    padding: 20px 10px 10px 15px;
  }
  .home-item-gv-detail-info ul li{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hvg-title .title {
    font-size: 22px;
    line-height: 30px;
  }
  .item-hbox1-wrap h3 {
    font-size: 18px;
  }
/*  */
  .item-ctrinh > img {
    width: 160px;
  }
  .item-ctrinh h3 {
    font-size: 18px;
  }
  .item-ctrinh a img {
    max-width: 145px;
  }
  .home-box3-head .hvg-title label {
    font-size: 18px;
  }
  .home-box3-row {
    padding: 50px 0;
  }
  .home-box3-content-wrap {
    padding: 20px 0;
  }
  .home-box3-content-item {
    padding: 10px 0;
  }
  .home-box3-content-item .content {
    padding-left: 20px;
  }
  .home-box3-content-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
  /**/
  .home-box3-content-item img {
    width: 70px;
    height: 70px;
    padding: 12px;
  }
  /**/
  .main-homebox5 .swiper-slide.swiper-slide-active {
    padding-top: 35px;
  }
  .item-nx-hocvien .content {
    margin-top: 20px;
  }
  .bloginfo-name {
    font-size: 16px;
    min-width: 168px;
    height: 37px;
    border-radius: 30px;
    letter-spacing: 1px;
  }
  .item-nx-hocvien {
    padding: 10px 20px 40px;
    margin-bottom: 20px;
  }
/*  */
  .home-box6-wrap {
    padding: 40px 0;
  }
  .slide-gv-btn {
    bottom: 30px;
  }
  .df-form {
    padding: 20px;
    border-radius: 20px;
  }
}