/**/
div.swiper-button-next, 
div.swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #E841156B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #E84115;
}
div.swiper-button-next {
    right:0;
    left:auto;
}
div.swiper-button-prev {
}
div.swiper-button-prev::after,
div.swiper-button-next::after{
    content:"";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 16px;
}
div.swiper-button-next::after {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev::after {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    background-color: #E84115;
    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;
    }
}
.opacity-15 { opacity: .15 !important; }
/**/
.main-sw div.swiper-button-next, 
.main-sw div.swiper-button-prev{
}

body .btn{
	height: 44px;
	min-width: 200px;
	padding: 6px 30px;
	border-radius: 60px;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.btn.btn-primary {
	border-radius: 32px;
	background: linear-gradient(180deg, #F05D22 0%, #EA3526 118.18%);
	box-shadow: 0 3.2px 16px 0 rgba(92, 18, 18, 0.20);
	border: 0;
}
.btn:focus{
	box-shadow: 0 0 0 .25rem #E46C3E2E !important;
}

.btn.btn-white-hvg {
	background-color: #fff;
	color: #E46C3E;
}
.btn-outline-hvg{
	border: 1px solid #fff;
	border-radius: 11px;
	color: #fff;
}
.btn-outline-hvg:hover{
	background-color: #fff;
}
.btn{
	transition: .3s all;
}
.btn:hover{
	transform: scale(1.05);
}
/**/
.home-box .banner::before {
  content: "";
  height: 100%;
  border: 1px solid #E84115;
  position: absolute;
  width: ;
  width: 180px;
  border-radius: 28px;
  top: -30px;
  left: -30px;
  display: block;
}
.home-box .banner {
  position: relative;
}
.home-box .banner img{
	position: relative;
	z-index: 2;
}
/**/
.row-title.text-center label {
  justify-content: center;
}
.row-title label {
	color: #E84115;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	display: flex !important;
	align-items: center;
}
.row-title .title {
	color: #181818;
	font-size: 42px;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
}
/**/
.main-hbox2 .banner img {
	border-radius: 24px;
	width: 100%;
	display: block;
}
.main-hbox2 .banner::before {
	left: auto;
	right: -30px;
}

.main-hbox2 .desc ul {
  list-style: none;
  padding: 0;
}
.main-hbox2 .desc ul li {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.main-hbox2 .desc ul li .icon {
  border-radius: 16px;
  border: 1px solid rgba(51, 51, 51, 0.08);
  padding: 10px;
  position: relative;
}
.main-hbox2 .desc ul li .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: inline-block;
}
.main-hbox2 .desc ul li .icon .num {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  background-color: #E84115;
  border-radius: 100%;
  aspect-ratio: 1;
  font-size: 11px;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.main-hbox2 .desc ul li .info {
  flex: 1;
  padding-left: 20px;
}
.main-hbox2 .desc ul li h3 {
  margin-bottom: 2px;
  font-size: 20px;
}
/**/
.home-box3 {
	background-size: cover;
	background-position: center;
}
.item-dv-home a {
	background-color: #fff;
	display: block;
	border-radius: 24px;
	overflow: hidden;
}


.item-dv-home a {
  background-color: #fff;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}
.banner-dv-home img {
  aspect-ratio: 400/220;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: .3s all;
}
.item-dv-home a:hover .banner-dv-home img{
	transform: scale(1.05);
}
.item-dv-home a:hover .banner-dv-home::before {
	height: 0;
}
.banner-dv-home::before {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(60, 47, 48, 0.80) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: .3s all;
  z-index: 1;
}
.banner-dv-home {
  position: relative;
  overflow: hidden;
}
.info-dv-home {
  padding: 20px;
}
.info-dv-home .icon-dv {
  background-color: #F05D22;
  padding: 16px;
  border-radius: 100px;
  border: 3px solid #fff;
  aspect-ratio: 1;
  margin-top: -71px;
  z-index: 1;
  position: relative;
}
.info-dv-home .title {
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.info-dv-home p {
  color: rgba(51, 51, 51, 0.80);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.info-dv-home .view-dv {
  color: #F05D22;
}
.info-dv-home .view-dv svg path{
	fill: #F05D22;
}
.info-dv-home .view-dv:hover {
	text-decoration: underline;
}
/**/

.home-video-khampha img.banner {
  width: 100%;
  display: block;
  aspect-ratio: ;
  aspect-ratio: 1278/680;
  object-fit: cover;
}
.home-video-khampha a {
  overflow: hidden;
  border-radius: 40px;
  display: block;
  position: relative;
}
.home-video-khampha a::before {
  border-radius: 40px;
  background-image: linear-gradient(0deg, rgba(31, 9, 3, 0.80) 0%, rgba(31, 9, 3, 0.80) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}
.info-video {
  position: absolute;
  top: 31%;
  width: 100%;
  z-index: 2;
  color: #ffff;
}
.info-video .title {
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 5.76px;
  text-transform: uppercase;
}

.item-tk label {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
}
.main-home-tk {
  position: relative;
  padding: 40px 20px;
  margin-top: -86px;
  z-index: 2;
}
.main-home-tk::before {
  color: ;
  content: "";
  border-radius: 16px 0 0 16px;
  background: #F05D22;
  width: 5000px;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  position: absolute;
}
.main-home-tk .item-tk{
	padding: 0 10px;
}
.main-home-tk .row{
  z-index: 1;
  position: relative;
}
.main-home-tk .row .col-item{
	position: relative;
}
.main-home-tk .row .col-item+.col-item::before{
	content: "";
	background-color: rgba(255, 255, 255, 0.20);
	height: 80%;
	width: 1px;
	display: block;
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
}
/**/
.main-homebox5 {
  background-color: #FFF2ED;
  border-radius: 40px;
  padding: 30px;
  overflow: hidden;
}
.item-doingu {
  overflow: hidden;
}
.banner-doingu{
  position: relative;
}
.banner-doingu{
  background-image: url(images/bg-banner-doingu.png);
  background-position: center;
}
.banner-doingu::before {
  content: "";
  background-color: #F05D22;
  border-radius: 100%;
  width: 512px;
  height: 512px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-doingu img{
  z-index: 1;
  position: relative;
  max-width: 85%;
  display: block;
  margin: 0 auto;
}
.info-doingu{
  background-color: #FFF;
  padding: 40px;
  border-radius: 40px;
  z-index: 2;
  position: relative;
}
.info-doingu .title-doingu {
  color: #E84115;
  font-size: 32px;
  font-weight: 700;
}
.info-doingu  .btn{
  border-radius: 10px;
  min-width: auto;
  color: #E84115;
  padding: 10px 25px;
}
.info-doingu  .btn-secondary{
  background-color: #F8F3F3;
  border-color: #F8F3F3;
}
.btn.btn-outline-primary{
  border-color: #E84115;
}
.btn.btn-outline-primary:hover{
  background-color: #E84115;
  color: #fff;
}
/**/
.banner-doingu::after {
  content: "";
  width: 100%;
  height: 150px;
  left: 0;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient( #fff0,#FFF2ED 50%,#FFF2ED 100%);
  opacity: 1;
  margin: 0 auto;
}
/**/

.item-banner-doingu-thumb > img {
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  object-position: bottom;
  height: 100%;
}
.item-banner-doingu-thumb {
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 2px;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  padding-top: 5px;
}
.info-doingu-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  z-index: 2;
}
.title-doingu-thumb {
  font-size: 20px;
  font-weight: 700;
}
.item-banner-doingu-thumb::before {
  content: "";
  background-image: linear-gradient(#fff0,#fff0 50%,#E84115);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  height: 100%;
}
.swiper-slide-thumb-active .item-banner-doingu-thumb {
  border-color: #E84115;
}
/**/

.main-tintuc .item_post {
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 24px;
}
.main-tintuc .item_post .item_post_content {
  padding: 20px;
}
.main-tintuc .item_post_img img {
  border-radius: 0;
}
.post-meta .date {
  color: #E84115;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
/**/
@media only screen and (min-width: 1370px) {
    .main-sw.main-sw-gallery-thumb div.swiper-button-next {
        right: -20px;
    }
    .main-sw.main-sw-gallery-thumb div.swiper-button-prev{
        left: -20px;
    }
}
/**/
.item-feedback .content-info {
}
.item-feedback .banner img {
  aspect-ratio: 225/250;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.item-feedback .content-info .title {
  color: #4EB1DD;
  font-family: "Baloo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: -0.48px;
}
.info-feedback .name {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 1px;
  font-weight: 400;
  color: #333;
}
.item-feedback .info-fb >img {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  margin-right: 8px;
}
.item-feedback .info-fb {
  display: flex;
  align-items: center;
}
.item-feedback .desc {
}
.item-feedback .job{
  color: #33333396;
  font-size: 14px;
}
.position-unset{
  position: unset !important;
}
.main-homebox6 .swiper-button {
  transform: none !important;
  margin: 0 !important;
}
/*////////////*/
/**/
.comparison-wrapper {
  background-color: #fff;
  border-radius: 20px;
  border: 20px solid #fff;
}
.comparison-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  cursor: ew-resize;
  aspect-ratio: 1240/460;
  border-radius: 24px;
}

.comparison-slider img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.before-image, .after-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.before-image {
  z-index: 2;
  width: 50%;
  overflow: hidden;
}
.before-image img {
  width: 1296px;
  max-width: 1296px;
}

.after-image {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.comparison-slider label {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 2px 10px;
  border-radius: 13px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.before-image label {
  position: absolute;
  top: 50%;
  left: 10px;
  font-weight: bold;
  transform: translateY(-50%);
}
.after-image label{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 3;
  transform: translateX(-50%);
  font-size: 14px;
}

.button-group {
  text-align: center;
  margin-top: 20px;
}

.button-group button {
  padding: 10px 20px !important;
  border-radius: 50px;
  margin: 0 5px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 15px;
}

.button-group button:hover {
  background: #f1b434;
  color: #fff;
}

.button-group button.active {
  background: #f1b434;
  color: #fff;
}


.comparison-wrapper .slider-handle span {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5rem;
  color: #000;
  font-weight: 600;
  padding: 7px 10px 5px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .1s ease-in-out;
  cursor: inherit;
  transform: translateX(-50%);
}

.comparison-gall .swiper-pagination-bullet {
  background-color: #E84115;
  transition: .3s all;
}
.comparison-gall .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 6px;
}

@media only screen and (max-width: 991px) {
  body .btn {
    height: 40px;
    padding: 6px 30px;
    font-size: 14px;
    min-width: auto;
  }
  /**/
  .home-box .banner::before {
    top: -11px;
    left: -11px;
    height: 95%;
  }
  .home-box .banner {
    margin-bottom: 20px;
  }
  .row-title label {
    margin-bottom: 5px;
  }
  .row-title .title {
    font-size: 22px;
    line-height: 30px;
  }
  /**/
  .main-hbox2 .desc ul li h3 {
    font-size: 18px;
  }
  /**/
  div.swiper-button-next, 
  div.swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 40px;
  }
  div.swiper-button-prev::after, 
  div.swiper-button-next::after {
    font-size: 12px;
  }
  /**/
  .main-home-tk {
    padding: 10px 10px;
     margin-top: 0; 
    z-index: 2;
  }
  .item-tk {
    margin: 10px 0;
  }
  .item-tk label {
    font-size: 22px;
  }
  .main-home-tk .row .col-item + .col-item::before {
    display: none;
  }
  /**/
  .info-video .title {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 2px;
  }
  .info-video img {
    width: 40px;
  }
  /**/
  .banner-doingu img {
     max-width: 100%; 
  }
  .main-homebox5 {
    border-radius: 20px;
    padding: 10px;
  }
  .banner-doingu::after {
    height: 89px;
  }
  .info-doingu {
    padding: 20px 10px;
    border-radius: 20px;
  }
  .info-doingu .title-doingu {
    font-size: 22px;
  }
  /**/
  .title-doingu-thumb {
    font-size: 15px;
  }
  .info-doingu-thumb {
    font-size: 14px;
  }
  /**/
  .comparison-wrapper {
    border-radius: 10px;
    border: 10px solid #fff;
  }
  .comparison-slider img {
    border-radius: 10px;
  }
  .comparison-gall .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
  .comparison-slider {
    border-radius: 10px;
  }
  .comparison-slider label {
    font-size: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .info-video .title {
    font-size: 10px;
    line-height: 5px;
    letter-spacing: 2px;
  }
  /**/
  .info-doingu-thumb {
    font-size: 9px;
    padding: 10px;
  }
  .title-doingu-thumb {
    font-size: 10px;
  }
  /**/
  body .btn {
    height: 39px;
    padding: 4px 20px;
    font-size: 14px;
  }
  /**/
  .info-doingu .title-doingu {
    font-size: 18px;
  }

}