.home_box1_banner_full {
  text-align: center;
}
.home_box1_banner_full::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
}
/**/
.home-box .title2 {
  color: #782DA4;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 43px;
}
/**/
.row-title .title{
  color: #782DA4;
  font-family: "r0c0i-Linotte";
  font-size: 36px;
  font-weight: 700;
  line-height: 24px
}
.row-title .title::after{
  content: "";
  background-color: #782DA4;
  width: 128px;
  height: 2px;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.row-title.text-center .title::after{
  margin: 20px auto;
}
.row-title p{
  color: #464646;
  font-size: 35px;
  font-weight: 400;
  line-height: 31px;
}
/**/
.home-box1 {
  background: #FEFCFF;
}
.main-hbox1 .desc {
  font-size: 35px;
  font-weight: 400;
  line-height: 31px;
}

body .btn{
  font-size: 28px;
/*  line-height: 1.4;*/
  border-radius: 10px;
  padding: 5px 20px 3px;
/*  font-family: "r0c0i-Linotte";*/
}
.btn.btn-primary {
  background-color: #E86826;
  border-color: #E86826;
}
.item-hbox1 {
  box-shadow: 0px 2px 21px 0px rgba(232, 105, 38, 0.22);
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 29px;
  font-weight: 300;
  line-height: 24px;
  border-radius: 15px;
}
.item-hbox1 .num {
  display: block;
  color: #E86826;
  font-weight: 600;
  font-family: "r0c0i-Linotte";
  font-size: 48px;
  margin-bottom: 10px;
  line-height: normal;
}
@media only screen and (min-width: 991px) {
  .main-hbox1 .col-mb:nth-child(2n+1) .item-hbox1{
    margin-top: -30px;
  }
}
/**/
.list-hbox2{
  padding: 0;
  list-style: none;
}
.list-hbox2 li{
  border-radius: 20px;
  background: #E86826;
  box-shadow: 0px 2px 20px 0px rgba(73, 73, 73, 0.50);
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
/**/
.home-box3{
  background-size: cover;
  background-position: center;
}
.list-thuonghieu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
}
.list-thuonghieu .item-thuonghieu {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #FFE6D9;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.item-thuonghieu.active {
  border: 1px solid #E86826;
}
.main-tabs-thuonghieu {
  border-radius: 20px;
  box-shadow: 0px 3px 24px 0px #D7C6E1;
  padding: 50px 25px;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
}
.item-tab-thuonghieu{
  animation: fadeUp 0.5s ease forwards;
}
.item-tab-thuonghieu:not(.item-tab-thuonghieu-1){
  display: none;
  }
.logo-vitace-th {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.list-thuonghieu div.swiper-button-prev,
.list-thuonghieu div.swiper-button-next {
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
.item-tab-thuonghieu .desc h3 {
  font-size: 68px;
  color: #782DA4;
  line-height: 60px;
}
.item-tab-thuonghieu .desc {
  color: #782DA4;
  font-size: 28px;
}
.item-tab-thuonghieu .desc li{
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 5px;
}
.item-tab-thuonghieu .desc li::before{
  content: "";
  background-image: url(images/icon-list.png);
  background-position: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -25px;
  top: 0;
}
/**/
.home-box4 {
  background-size: cover;
  background-position: top;
  padding-top: 100px;
}
.list-hbox4 {
  list-style: none;
  padding: 0;
  text-align: center;
  color: #782DA4;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .list-hbox4 li:nth-child(1) {
    position: relative;
    left: 120px;
  }
  .list-hbox4 li:nth-child(3) {
    right: 120px;
    position: relative;
  }
  .list-hbox4 li:nth-child(1) p {
    position: relative;
    left: -34px;
  }
  .list-hbox4 li:nth-child(2) p {
    position: relative;
    left: -34px;
  }
  .list-hbox4 li:nth-child(3) p {
    position: relative;
    left: -36px;
  }
  .main-hbox4 .banner{
    position: absolute;
    right: 0;
  }
}
/**/
.home-box6 {
  background-size: cover;
  background-position: center;
}
.list-hbox6 {
  list-style: none;
  padding: 0;
}
.list-hbox6 li{
  border-radius: 131px;
  background: #FFF;
  box-shadow: 0px 2px 14px 0px rgba(255, 255, 255, 0.68);
  color: #782DA4;
  font-weight: 700;
  font-size: 30px;
  padding: 17px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .main-hbox6 .banner {
    position: relative;
    right: -150px;
  }
}
/**/
.home-box8 {
  background-size: cover;
}
.main-hbox8 .row-title .title{
  color: #E86826;
}
.main-hbox8 .row-title .title::after{
  background-color: #E86826;
}
.main-hbox8 .desc {
  font-size: 35px;
  font-ww: ;
  font-weight: 300;
  color: #300E44;
  line-height: 31px;
}
.main-hbox8 .desc ul{
  list-style: none;
  font-weight: 400;
}
.main-hbox8 .desc ul li{
  position: relative;
  margin-bottom: 30px;
}
.main-hbox8 .desc ul li::before{
  content: "";
  background-image: url(images/icon-tick.png);
  width: 27px;
  height: 27px;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 0;
}
.home-form{
  border-radius: 12px;
  box-shadow: 0px 2px 18px 0px rgba(22, 41, 66, 0.22);
  background-color: #fff;
  padding: 8px;
}
.home-form-wrap{
  border-radius: 10px;
  background: #E86826;
  border-radius: 12px;
  padding: 36px;
}
.home-form .title{
  color: #FFF;
  font-family: "r0c0i-Linotte";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
.home-form .wpcf7-form-control {
  font-size: 24px;
}
.home-form .wpcf7-form-control::placeholder {
  color: #9E9E9E;
}
.home-form button{
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #E86826;
  font-size: 30px;
  line-height: 50px;
}
/**/
div.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23E86826'%2F%3E%3C%2Fsvg%3E");
}
div.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E86826'%2F%3E%3C%2Fsvg%3E");
}
@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -45px !important;
    }
    .main-sw div.swiper-button-prev{
        left: -45px !important;
    }
}
@media only screen and (min-width: 640px) {
    .main-sw div.swiper-button-next {
        right: -35px !important;
    }
    .main-sw div.swiper-button-prev{
        left: -35px !important;
    }
}
/**/
.home-box11 {
  background-color: #FDF6FF;
}
.main-homebox11{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-homebox11 .col-item{
  width: 35%;
}
.main-homebox11 .col-item.col-item-center{
  width: 28%;
}
.main-homebox11 img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.main-homebox11 a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.main-homebox11 .col-item:not(.col-item-center){
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
}
.main-homebox11 .col-item-right a:last-child,
.main-homebox11 .col-item-left a:first-child{
  grid-column: 1/3;
}
.main-homebox11 .col-item-center img{
  aspect-ratio: 314/417;
}
.main-homebox11 .col-item:not(.col-item-center) img{
  aspect-ratio: 222/214;
}
.main-homebox11 .col-item-right a:last-child img,
.main-homebox11 .col-item-left a:first-child img{
  aspect-ratio: 461/241;
}
/**/
.main-hbox12 .row-title p {
  color: #782DA4;
  font-size: 40px;
}
.main-hbox12 .desc {
  font-size: 35px;
  line-height: 31px;
}
.btn.btn-outline {
  border: 2px solid #F8A622;
  color: #F8A622;
}
.line-btn .btn{
  padding: 11px 20px 13px;
}
/**/
.tab-nav {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}
.tab-nav {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 10px 40px;
  text-align: center;
  justify-content: center;
}
.tab-nav li {
  border-radius: 20px;
  border: 1px solid #792EA6;
  background: #FFF;
  text-align: center;
  padding: 7px 40px;
  color: #7B2FA7;
  cursor: pointer;
  font-family: "r0c0i-Linotte";
  font-size: 18px;
}

.tab-nav li.active {
  border-radius: 20px;
  background: #A84BDE;
  color: #fff;
}

.item-tab-content {
    display: none;
    margin-top: 10px;
}

.item-tab-content.active {
    display: block;
}
.feedback-item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  padding: 16px;
  margin:0 5px;
  margin-bottom: 10px;
}
.feedback-item .item_feedback_img img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}
.feedback-item h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "r0c0i-Linotte";
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**/
.product-tabs-swiper {
    margin: 30px 0;
}

.swiper-thumbs .swiper-slide .cat-tab {
  /* color: #3A3A3A; */
  font-size: 28px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  background-color: #782DA4D9;
  color: #fff;
  padding: 5px 10px 2px;
  border-radius: 7px;
}

.swiper-thumbs .swiper-slide-thumb-active .cat-tab{
  border-color: #E86926;
  color: #fff;
  background-color: #E86926;
}
.product-tabs-swiper .swiper-thumbs .swiper-slide {
  width: auto !important;
}


.btn-swiper-slide div.swiper-button-next, 
.btn-swiper-slide div.swiper-button-prev {
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    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: 1px solid #782DA4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #782DA4;
}
.btn-swiper-slide div.swiper-button-next {
    right:0;
    left:auto;
    padding-left:5px;
}
.btn-swiper-slide div.swiper-button-prev {
  left: auto;
  right: 50px;
}
.btn-swiper-slide div.swiper-button-prev::before,
.btn-swiper-slide div.swiper-button-next::before{
    content:"";
    width: 20px;
    height: 20px;
    display: block;
}
.btn-swiper-slide div.swiper-button-next::before {
    content: "\f054";
    right: -10px;
}
.btn-swiper-slide div.swiper-button-prev::before {
    content: "\f053";
    left: -10px;
}
.btn-swiper-slide div.swiper-button-prev:hover,
.btn-swiper-slide div.swiper-button-next:hover{
    background-color: #782DA4;
    color: #fff;
}
/**/
.item-chungnhan-desc {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
/*  color: #782DA4;*/
}
.item-chungnhan-banner {
  padding: 5px;
  margin-bottom: 10px;
}
.item-chungnhan-banner img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}
.main-chungnhan .swiper-pagination {
  position: absolute;
  bottom: 9px;
  right: 0;
  width: unset !important;
  display: inline-block !important;
  left: auto !important;
}
.main-chungnhan .swiper-pagination-bullet {
  background: #FDC;
  opacity: 1;
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.main-chungnhan  .swiper-pagination-bullet-active {
  background: #E86826;
}

@media only screen and (min-width: 1200px) {
  .product-tabs-swiper .swiper.swiper-thumbs {
    margin-right: 100px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .home-box .title2 {
    font-size: 35px;
    line-height: 35px;
  }
  .main-hbox1 .desc {
    font-size: 30px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 991px) {
  .home-box .title2 {
    font-size: 30px;
    line-height: 26px;
  }
  .desc {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .row-title .title {
    font-size: 20px;
    line-height: 24px;
  }
  .row-title p {
    font-size: 25px;
    line-height: 25px;
  }
  .row-title p br{
    display: none !important;
  }
  /**/
  .main-hbox3 {
    border-radius: 20px;
    padding: 20px 15px;
  }
  .list-hbox4 {
    font-size: 28px;
    line-height: 1;
  }
  .swiper-thumbs .swiper-slide .cat-tab {
    font-size: 24px;
  }
  body .btn {
    font-size: 21px;
    padding: 5px 13px 3px;
  }
/*  */
  .main-chungnhan .swiper-pagination {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .product-tabs-swiper  .product-list {
    margin-bottom: 20px;
  }
  .main-chungnhan .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .main-tabs-thuonghieu {
    padding: 20px;
  }
  .item-tab-thuonghieu .desc h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .item-tab-thuonghieu .banner img{
    max-width: 250px;
    margin: 0 auto;
  }
  .list-thuonghieu div.swiper-button-next {
    right: -30px;
  }
  .list-thuonghieu div.swiper-button-prev {
    left: -30px;
  }
/*  */
  .item-hbox1 .num {
    font-size: 28px;
  }
  .item-hbox1 {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 18px;
    line-height: 17px;
  }
/*  */
  .list-hbox6 li {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1;
  }
/*  */
  .tab-nav {
    padding: 10px 40px;
    justify-content: flex-start;
    padding: 10px;
    overflow: auto;
  }
  .tab-nav li {
    padding: 5px 22px;
    font-size: 15px;
    white-space: nowrap;
  }
  .desc {
    line-height: 26px !important;
  }
  .swiper-button-next, .swiper-button-prev {
    background-size: 17px 36px;
  }
  .main-hbox10 img {
    margin-bottom: 10px;
  }
  .main-homebox11 .col-item {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .main-hbox12 .row-title p {
    font-size: 30px;
  }
  .line-btn {
    margin-bottom: 10px;
    text-align: center;
  }
  .line-btn .btn {
    padding: 7px 10px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin: 5px 0;
  }

/*  */
  .product-tabs-swiper div.swiper-button-next, 
  .product-tabs-swiper div.swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: -9px;
  }
  .product-tabs-swiper div.swiper-button-next {
     padding-left: 0; 
  }
  .product-tabs-swiper div.swiper-button-prev {
    right: auto;
    left: 0;
  }
  .main-hbox10 {
    text-align: center;
  }
  .feedback-item h3 {
     height: auto; 
  }
}

body .swiper-button-prev::after, 
body .swiper-rtl .swiper-button-next::after,
body .swiper-button-next::after, 
body .swiper-rtl .swiper-button-prev::after {
  display: none;
}