body {
	overflow-x: hidden;
}

.hover-effect_1 {
	position: relative;
	overflow: hidden;
	display: flex;
	/* border-radius: 10px; */
	margin-bottom: 10px;
}

.hover-effect_1::after {
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: hsla(0, 0%, 100%, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	content: "";
	z-index: 1
}

.hover-effect_1:hover::after {
	height: 250%;
	transition: all .6s linear;
	background-color: transparent
}

.btn-web {
	background-color: var(--color-2);
	color: var(--color-1);
	font-weight: 700;
	padding: 8px 30px;
	border-radius: 30px;
	font-size: 16px;
	display: inline-block;
}

.btn-web:hover {
	/* background-color: var(--color-3); */
	background: linear-gradient(to right, #ffdd02, #ffba2d);
	color: var(--color-1);
}

.video-wrap {
	position: relative;
}

.video-wrap video {
	width: 100%;
	height: auto;
  	min-height: 500px;
    object-fit: cover;
}

.video-wrap .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: var(--container);
	max-width: 100%;
	color: var(--color-2);
	padding: 0 15px;
  z-index: 3;
}

.video-wrap .content .inner {
	max-width: 500px;
}

.video-wrap .content .title {
	color: #ffce00;
	font-size: 36px;
	margin-bottom: 5px;
	font-weight: 900;
	text-shadow: rgba(0, 0, 0, 0.76) 1px 1px 0px;
}

.video-wrap .content h2 {
	font-size: 24px;
	margin-bottom: 15px;
	text-shadow: rgba(0, 0, 0, 0.76) 1px 1px 0px;
}

.video-wrap .content p {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: justify;
	text-shadow: rgba(0, 0, 0, 0.76) 1px 1px 0px;
}

.home-preface {
    padding: 35px 0;
}

.home-preface__block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.home-preface__ttl-lead {
    font-size: 18px;
	font-weight: 400;
}

.home-preface__ttl-ttl {
    font-size: 30px;
    display: block;
	margin-bottom: 20px;
	margin-top: 5px;
}

.home-preface__desc p {
	font-size: 16px;
	margin-bottom: 15px;
  	text-align: justify;
}

.home-preface__values {
    display: flex;
    gap: 10px;
	justify-content: space-between;
	margin-top: 30px;
}

.home-preface__values-ct {
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    padding: 10px;
    text-align: center;
    width: 30%;
}

.home-preface__values-ct h2 {
    color: #183463;
    font-size: 34px;
	font-weight: 900;
}

.home-preface__values-ct p {
    font-size: 18px;
}

.title-page {
	text-align: center;
}

.title-page .title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.title-page img {
	max-width: 170px;
}

.title-page .des {
	max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}

.why-choose-slider .img-wrap img {
	width: 43px;
}

.why-choose-slider .img-phay img {
	width: 36px;
	margin: 10px auto 0;
}

.why-choose-slider .slick-slide,
.giai-phap-slider .slick-slide {
	margin: 0 20px;
}

.why-choose-slider .slick-list,
.giai-phap-slider .slick-list {
	margin: 0 -20px;
}

.why-choose-slider .item {
	background: radial-gradient(circle, #0b5b7b -30%, #06325e 90%);
	color: var(--color-2);
	position: relative;
	margin-top: 40px;
	padding:  50px 10px 15px;
	text-align: center;
	border-radius: 5px;
}

.why-choose-slider .item .img-wrap {
	width: 75px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #f5f5f5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.why-choose-slider {
	padding-top: 25px;
	padding-bottom: 65px;
}

.why-choose-slider .item h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.76) 1px 1px 0px;
}

.why-choose-slider .item p {
	font-size: 14px;
}

.why-choose-slider .img-phay {
	text-align: center;
}

.slick-dots {
	bottom: 15px;
} 

.slick-dots li {
	height: 20px;
    width: 20px;
	border: none;
	background-color: #f6f6f6;
}

.slick-dots li.slick-active {
	background-color: var(--color-4);
}

.why-choose {
	padding: 20px 0;
}

.giai-phap {
	padding: 50px 0;
}

.giai-phap-slider .item {
	background: radial-gradient(circle, #0b5b7b -30%, #06325e 90%);
	color: var(--color-2);
	padding: 25px;
	text-align: center;
	border-radius: 5px;
}

.giai-phap-slider .item .title {
	font-size: 16px;
	font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.76) 1px 1px 0px;
}

.giai-phap-slider .slick-slide {
  height: auto;
}

.giai-phap-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.giai-phap-slider .slick-slide > div {
  height: 100%;
}

.giai-phap-slider {
	margin-top: 30px;
}

.reviews{
	padding: 0px 0 30px;
}

.reviews .slick-list{
	margin: 0 -15px;
}

.scroll-animate {
    opacity: 1;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.review-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 10px 15px 40px;
    min-height: unset !important;
}

.icon-review-card {
    margin-bottom: 10px;
}

.icon-review-card img {
    height: 30px;
    transform: rotate(179deg);
}

.review-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
    font-size: 15px;
    height: 96px;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.reviewer-info h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.stars {
    color: #FFD700;
    font-size: 19px;
}

.reviewer-info .stars ul {
    display: flex;
    gap: 0px 1px;
}

.reviewer-info .stars ul li {
	list-style: none;
}

.reviewer-info .stars ul li svg {
    width: 19px;
    height: 19px;
}

.reviews-grid {
	margin-top: 10px;
	padding-bottom: 30px;
}

.product-home {
	padding: 50px 0;
	color: var(--color-2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.product-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(19, 75, 113, .9);
}

.product-home .ctnr {
	position: relative;
	z-index: 1;
}

.img-wrap {
	position: relative;
  	display: block;
}

.image-frame { 
	display: inline-block;
    border: 3px solid var(--color-3);
    transform: skew(20deg) translateX(20px);
    overflow: hidden;
    width: 80%;
} 

.image-frame .bg { 
	display: block; 
	width: 100%; 
	height: 170px; 
}

.img-wrap .img-main {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
	transition: .3s;
}

.img-wrap:hover .img-main {
	transform: translateX(-50%) scale(1.05);
}

.item-product {
	margin-top: 50px;
    margin-bottom: 20px;
}

.item-product .content {
	padding-left: 5px;
}

.item-product .content .name {
	color: var(--color-2);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	text-shadow: rgba(0, 0, 0, 0.76) 1px 1px 0px;
}

.item-product .content .des {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 15px;
}

.item-product .content .kham-pha-wrap {
	text-align: right;
}

.item-product .content .name:hover {
	color: var(--color-3);
}

.product-home .clm-fix {
	padding: 0 25px;
}

.banner-slider {
  display: none;
  position: relative;
}

.video-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 2;
}

@media (max-width: 992px) {
	.home-preface__block {
		display: block;
	}

	.giai-phap-slider {
		padding-bottom: 60px;
	}

	.img-wrap .img-main {
		width: 65%;
	}
}

@media (max-width: 768px) {
  .banner-slider {
    display: block;
  }
  
  .video-wrap {display: none}
	.video-wrap .content {
        text-align: center;
    }

	.video-wrap .content .title {
		font-size: 28px;
	}

	.video-wrap .content h2 {
		font-size: 20px;
	}

	.video-wrap .content p {
		text-align: center;
		font-size: 16px;
	}

	.home-preface__ttl-ttl {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.home-preface__ttl {
		margin-top: 20px;
	}

	.home-preface {
		padding: 20px 0;
	}

	.home-preface__values-ct {
		width: 33%;
		padding: 10px 10px;
	}

	.home-preface__values-ct h2 {
		font-size: 24px;
	}

	.home-preface__values-ct p {
		font-size: 14px;
	}

	.home-preface__values {
		margin-top: 15px;
	}

	.slick-dots li {
		height: 15px;
    	width: 15px;
	}

	.slick-dots {
		bottom: 5px;
	}	

	.why-choose-slider {
		padding-bottom: 40px;
	}

	.giai-phap-slider {
        padding-bottom: 40px;
    }

	.giai-phap {
		padding: 25px 0;
	}

 	.giai-phap-slider .slick-slide {
		margin: 0 5px;
	}

	.giai-phap-slider .slick-list {
		margin: 0 -5px;
	}

	.title-page .title {
		font-size: 22px;
	}

	.review-card {
		margin: 10px 15px 15px;
	}

	.image-frame {
		transform: skew(20deg) translateX(30px);
	}

	.img-wrap .img-main {
		width: 57%;
	}

	.image-frame .bg {
		height: unset;
	}

	.item-product .content {
		padding-left: 0px;
		margin-top: 10px;
	}

	.item-product .content .kham-pha-wrap {
		text-align: center;
	}

	.item-product {
		margin-top: 35px;
		margin-bottom: 10px;
	}

	.product-home {
		padding: 30px 0;
	}
  
  	.product-home .clm-fix {
      	padding: 0 35px;
  	}

  
  .banner-slider .slick-dots li.slick-active {
  	background-color: var(--color-3);
  }

}

@media (max-width: 550px) { 
  	.image-frame .bg {
        height: 200px;
    }
  
  .img-wrap .img-main {
    top: unset;
    bottom: -5px;
    width: 70%;
  }
}