.home .full-header:not(.sticky){
  position: absolute;
  top: 0;
  background-color: transparent;
}
.home-box1 {
  padding: 250px 0;
  background-size: cover;
  background-position: bottom;
}
.home_box1_desc {
  color: #F5F5F5;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.24);
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  line-height: 78px;
  margin: 0;
}
.home_box1_desc b {
/*  text-shadow: 2px 4px 20px rgba(232, 232, 232, 0.60);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.40);*/
  -webkit-text-stroke-width: .4px;
/*  background: linear-gradient(90deg, #412615 0%, #E91D36 100%);*/
  background: linear-gradient(90deg, #412615 0%, #E91D36 50%, #E91D36 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 64px;
  line-height: 118px;
	font-weight: bolder;
}
/**/

.home-box2 .icon-chuong{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
  max-width: 260px;
}
.home-box2 {
  position: relative;
  margin-top: -109px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 701px;
  padding-bottom: 30px;
}
.main-homebox2-right .desc p {
  font-weight: 400;
}
/**/
.main-homebox2-right .btn-hvg {
  padding: 9px 34px;
}
.homebox2-banner{
  transform: scale(1.1);
  right: 20px;
  position: relative;
}

.item-vande{
  position: relative;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  transition: .3s all;
}
.item-vande::before {
  content: "";
  background-color: transparent;
  border: 2px solid #B82930;
  position: absolute;
  left: -12px;
  top: -12px;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: .3s all;
}
.item-vande:hover {
  transform: translateY(-20px);
}
.item-vande:hover::before {
  transform: translateY(22px);
}
.item-vande img {
  aspect-ratio: 280/400;
  width: 100%;
  display: block;
}
.vande-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 23px;
  overflow: hidden;
}
.vande-main h3{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.vande-main p{
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.item-vande:hover .vande-main {
  background-color: rgba(0, 0, 0, 0.60);
}
.item-vande:hover::before{
  background-color: #B82930;
}
/**/
.swiper-container .item_sanpham {
  margin: 10px 0;
}
/**/
div.button-next-style2, 
div.button-prev-style2 {
    background: #F0F0F0;
    border: 1px solid #EBEBEB;
    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: #8E8E8E;
}
div.button-next-style2 {
    right:0;
    left:auto;
/*    padding-left:5px;*/
}
div.button-prev-style2 {
}
div.button-prev-style2::before,
div.button-next-style2::before{
    content:"";
    width: 20px;
    height: 20px;
    display: block;
}
div.button-next-style2::before {
    content: "\f054";
    right: -10px;
}
div.button-prev-style2::before {
    content: "\f053";
    left: -10px;
}
div.button-prev-style2:hover,
div.button-next-style2:hover{
    background-color: #FFECEC;
    color: #B82930;
    border-color: #EFC8CA;
}
@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -45px;
    }
    .main-sw div.swiper-button-prev{
        left: -45px;
    }
}
/**/
.home-box5 {
  background-size: cover;
  background-position: center;
  padding-bottom: 64px;
}
.hvg-title.home_box5_title {
  border-radius: 0px 0px 60px 60px;
  border-bottom: 4px solid #5C0000;
  background: #B82930;
  display: inline-block;
  padding: 20px 46px;
  margin-bottom: 20px;
  color: #fff;
}
.home-box5-head .desc{
  color: rgba(255, 255, 255, 0.80);
  max-width: 1064px;
  margin: 0 auto;
}
.main-homebox5 .item-lydo{
  overflow: hidden;
}
.item-lydo .desc {
  background-color: #B82930;
  padding: 40px;
  cop: 3ff;
  color: #fff;
  overflow: hidden;
}
.item-lydo .desc h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.item-lydo img {
  width: 100%;
   aspect-ratio: 630/400; 
  object-fit: cover;
}
.item-lydo p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 991px) {
  .main-homebox5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3,200px);
    grid-gap: 20px;
  }
  .main-homebox5 .item-lydo:nth-child(1){
    grid-row: 1/4;
  }
  .main-homebox5 .item-lydo:nth-child(2){
    grid-row: 1/2;
    display: flex;
  }
  .main-homebox5 .item-lydo:nth-child(3){
    grid-row: 2/4;
  }
  .main-homebox5 .item-lydo:nth-child(2) img{
    aspect-ratio: 217/200;
  }
  .main-homebox5 .item-lydo:nth-child(3) img{
    aspect-ratio: 630/180;
  }
  .main-homebox5 .item-lydo:nth-child(2) .desc{
    padding: 24px 20px;
  }
}

/**/
.home-box6 .desc{
  font-size: 20px;
  font-weight: 700;
}
.home-box6 .desc b{
  font-weight: 700;
  color: #B82930;
}
.home-box6 .wpcf7-form .wpcf7-form-control{
  background-color: #F5EFEF;
  border-color:transparent;
}
.home-box6 .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus::placeholder, 
.home-box6 .wpcf7-form .wpcf7-form-control:focus{
  border-color: #B82930;
  background-color: #fff !important;
}

.num-cauhoi {
  color: #ADB5BD;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
.cauhoi-content {
  display: flex;
  align-items: flex-start;
}
.cauhoi-content >img {
  margin-top: 5px;
}
.cauhoi-content-main h3 {
  color: #B82930;
  font-size: 14px;
  font-weight: 700;
}
.cauhoi-content-main,
.cauhoi-content-main p {
  color: #606971;
  font-size: 14px;
}
.home-box6 .wpcf7-form p {
  margin-bottom: 35px;
}
/**/
.home-box7 {
  background-size: cover;
  background-position: center;
}
.home-loai-duan .item_duan {
  margin: 0 15px;
  margin-bottom: 50px;
}
.loaiduan-content h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.loaiduan-content a {
  color: #B82930;
  text-decoration: underline;
}
.loaiduan-content .desc {
  font-size: 14px;
  color: #6C757D;
  text-align: justify;
  line-height: 1.7;
}
.main-homebox7 .home-loai-duan:nth-child(1) .loaiduan-content {
  padding-right: 30px;
}
.main-homebox7 .home-loai-duan{
  margin-bottom: 50px;
}

.home-loai-duan .swiper-button-next {
  right: 15px;
  bottom: 0 !important;
  top: auto;
}
.home-loai-duan .swiper-button-prev {
  bottom: 0 !important;
  top: auto;
  left: auto;
  right: 60px;
}
.main-homebox7 .home-loai-duan:nth-child(2) .row {
  flex-direction: row-reverse;
}
.main-homebox7 .home-loai-duan:nth-child(2) .loaiduan-content {
  text-align: right;
  padding-left: 40px;
}

.main-doitac .swiper-button-next,
.main-doitac .swiper-button-prev{
  background-size: 15px;
}
/**/
.main-homebox8 .desc {
  color: #6C757D;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.main-homebox8 h3 {
  color: #B82930;
  font-size: 20px;
  margin-bottom: 20px;
}
.item-baochi a {
  display: flex;
  text-align: center;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FFF;
  margin-bottom: 20px;
  transition: .3s all;
}
.item-baochi a:hover {
  box-shadow: 100px 150px 50px 0px rgba(0, 0, 0, 0.00), 64px 96px 46px 0px rgba(0, 0, 0, 0.01), 36px 54px 39px 0px rgba(0, 0, 0, 0.05), 16px 24px 29px 0px rgba(0, 0, 0, 0.09);
}
.item-baochi img {
  max-width: 180px;
  object-fit: contain;
  transition: .3s all;
}
.item-baochi a:hover img{
  transform: scale(1.1);
}
.item-baochi h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}
.item-baochi p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.60);
}
/**/
.home-nx-slide {
  height: 575px;
}
.home-nx-slide .swiper-container{
  max-height: 100%;
}

.item-nx {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
}
.swiper-slide.swiper-slide-active {
}
.item-nx img {
  max-width: 120px;
  object-fit: cover;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.item-nx-content {
  flex: 1;
  padding-left: 20px;
}
.item-nx-content h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.item-nx-content label {
  color: #727272;
  font-weight: 400;
  display: none;
}
.item-nx-content p {
  color: rgba(0, 0, 0, 0.80);
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.swiper-slide-next .item-nx {
  border-radius: 32px;
  background: linear-gradient(180deg, #EDEDED 0%, #FFE2E2 116.02%);
  box-shadow: 100px 150px 50px 0px rgba(0, 0, 0, 0.00), 64px 96px 46px 0px rgba(0, 0, 0, 0.01), 36px 54px 39px 0px rgba(0, 0, 0, 0.05), 16px 24px 29px 0px rgba(0, 0, 0, 0.09);
  margin-top: -20px;
}
.swiper-slide-next .item-nx h4
{
  color: #B82930;
}
.swiper-slide-next .item-nx-content label{
  display: block;
}
.home-nx-slide .swiper-slide:not(.swiper-slide-next) {
  transform: scale(.75);
  right: -12%;
}
.home-nx-slide .nx-controls{
  flex-direction: column;
}
.home-nx-slide .swiper-button{
  position: unset;
  background-color: transparent;
  border: 0;
  color: #B82930;
  margin: 0;
}
.home-nx-slide .swiper-pagination {
  position: unset;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.home-nx-slide .swiper-button.swiper-button-prev {
  transform: rotate(90deg);
}
.home-nx-slide .swiper-button.swiper-button-next {
  transform: rotate(90deg);
}
.home-nx-slide .swiper-pagination-bullet {
  margin: 5px 0;
  background: #B82930;
}
.home-nx-slide  .swiper-pagination-bullet-active {
  background: #B82930;
}
/**/
.box-cauhoi {
    max-height: 900px;
    overflow: auto;
}
*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: 0.3s background;
}

::-webkit-scrollbar-thumb {
    background: #e1e6f1;
}

*:hover::-webkit-scrollbar-thumb {
    background: #adb5bd;
}
@media only screen and (max-width: 1400px) {
  .home-box2 .icon-chuong {
    max-width: 200px;
  }

}
@media only screen and (max-width: 991px) {
  .home-box1 {
    padding: 150px 0;
  }
/* */
  .home-box2 .icon-chuong {
    top: 18px;
  }
  .homebox2-banner {
    transform: none;
    right: 0;
  }
  .main-homebox2 {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .home-box2 {
    background-size: cover;
  }
  /**/
  .home_box1_desc {
    font-size: 35px;
    line-height: 54px;
  }
  .home_box1_desc b {
    font-size: 40px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .item-lydo .desc {
    padding: 20px;
  }
  .item-lydo .desc h3 {
    font-size: 18px;
  }
  .loaiduan-content h3,
  .home-box6 .desc {
    font-size: 18px;
  }
  .home-box6 .wpcf7-form p {
    margin-bottom: 15px;
  }
  .num-cauhoi {
    font-size: 70px;
  }
  /**/
  .loaiduan-content {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
  .main-homebox7 .home-loai-duan+.home-loai-duan {
    margin-bottom: 0;
  }
  .item-nx img {
    max-width: 70px;
  }
  .item-nx {
    padding: 10px;
  }
  .item-nx-content h4 {
    font-size: 18px;
  }
  .item-nx-content p {
     -webkit-line-clamp: 6; 
  }
}
@media only screen and (max-width: 640px) {
  .home-box2 .icon-chuong {
    max-width: 140px;
  }
  .main-homebox2 {
    padding-top: 150px;
    padding-bottom: 88px;
  }
  .item-congnghe-head h3 {
    font-size: 18px;
  }
  .item-congnghe > img {
    max-width: 50px;
  }
  /**/
  .home_box1_desc {
    font-size: 32px;
    line-height: 50px;
  }
  .home_box1_desc b {
    font-size: 35px;
    line-height: 60px;
  }
}