.slide-mv {
	position: relative;
	background: #132f590d;
}

.slideshow-banner {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 90%;
	z-index: 1;
}

.slideshow-banner * {
	height: 100%;
}



.slideshow__img {
	position: relative;

	overflow: hidden;
}

.slideshow__img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .4;
	z-index: 2;
}

.slideshow__img img,
.slideshow__img iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.slideshow-banner__info {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	max-width: 850px;
	transform: translate(-50%, -50%);
	color: white;
	width: 100%;
	padding: 20px;
	font-size: 20px;
	text-align: center;
}

.slideshow-banner__info-ttl,
.slideshow-banner__info h2 {
	color: inherit;
	font-size: clamp(32px, 10vw, 64px);
	margin-bottom: 15px;
}


.slide-mv__btn.btn:hover {
	color: #fff;
	border: 1px solid #fff;
}

.slide-mv__info:hover a.btn {
	color: #Fff;
}

.home-category {
	position: relative;
	z-index: 2;
	padding-top: 145px;
}

.home-category__heading {
	max-width: 880px;
	margin: 0 auto;
	padding: 60px 0 85px;
	color: white;
	font-size: 18px;

}

.home-category__heading-lead {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-size: 24px;
	font-weight: 600;
	color: #EB7A23;
	margin-bottom: 24px;
}

.home-category__heading-ttl,
.home-category__heading h1 {
	color: inherit;
	font-size: clamp(25px, 6vw, 64px);
	margin-bottom: 15px;
}

.home-category__grid {
	--gutter: 12px;
	gap: 24px 0;
}

.category-item {
	display: block;
	background: #ffffff;
	padding: 24px 16px;
	border-radius: 8px;
	text-align: center;
	transition: all 0.4s;
	overflow: hidden;
	position: relative;

	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.category-item:hover .category-item__action {
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
}

.category-item__info .category-item__ttl {
	font-size: 18px;
}

.category-item__ttl {
	font-weight: 600;
	font-size: 20px;
}

.category-item__img img {
	max-width: 64px;
	display: inline-block;
}

.category-item__action {
	background: #EB7A23;
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.category-item__action .category-item__ttl {
	color: white;
	margin-bottom: 10px;
}

.category-item__icon {
	background: #2660B5;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all 0.5s;
}

.category-item__icon svg {
	width: 20px;
	height: 20px;
	stroke: white;
}

.home-product {
	background: #132f590d;
	padding: 40px 0;
	position: relative;
	z-index: 2;
}

.home-heading {
	gap: 20px;
	margin-bottom: 60px;
}

.home-heading__desc .noi_dung_in {
	margin-bottom: 20px;
}



.home-testimonials {
	padding: 40px 0;
	overflow: hidden;
}

.home-testimonials .home-heading {
	max-width: 660px;
	margin: 0 auto 40px;
}

.home-testimonials .home-heading__ttl {
	margin-bottom: 20px;
}

.js-testimonials-slider .slick-arrow {
	opacity: 1;
	width: 40px;
	height: 40px;
	border: 1px solid #2660B5;
	background: rgba(19, 47, 89, 0.05);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: auto;
	bottom: 20px;
	z-index: 10;
	color: var(--color-main);
}

.js-testimonials-slider .slick-arrow svg {
	width: 18px;
	height: 18px;
}

.js-testimonials-slider .slick-arrow:hover {
	color: white;
	background: var(--color-main);
}

.js-testimonials-slider .slick-arrow svg path {
	fill: currentColor;
}

.js-testimonials-slider .slick-prev svg {
	transform: rotate(-180deg);

}

.js-testimonials-slider .slick-prev {
	left: auto;
	right: 50px;
}

.js-testimonials-slider .slick-next {
	right: 0;
}

.js-testimonials-slider .slick-dots li {
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #D9D9D9;
	transition: all .3s ease-in;
}

.js-testimonials-slider .slick-dots li.slick-active {
	background: #2660B5;
	width: 28px;
	border-radius: 10px;
}

.testimonials-box {
	gap: 40px 0;
}

.testimonials-box__img {
	position: relative;
	z-index: 1;
}

.testimonials-box__img img {
	border-radius: 50%;
	/* max-width: 306px; */
	width: 100%;
}

/* 
.testimonials-box__img::after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 306px;
	height: 306px;
	border: 1px solid rgba(7, 76, 62, 0.5);
	content: "";
	border-radius: 50%;
	z-index: -1;
} */

.testimonials-slider {}

.testimonials-slider__desc {
	font-size: 18px;
	margin-bottom: 24px;
}

.testimonials-slider__avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonials-slider__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonials-slider__info {
	width: calc(100% - 75px);
	line-height: 1.2;
}

.testimonials-slider__name {
	font-size: 20px;
	font-weight: 600;
}

.testimonials-slider__position {
	font-size: 16px;
	font-weight: 400;
}


.home-faq {
	background: #132f590d;
	padding: 40px 0;
}

.faq-wrap {
	gap: 30px 0;
}

.nav-tabs {
	border: 1px solid #EBECEF;
	border-radius: 8px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: white;
}


.nav-tabs li.active .nav-tabs__link {
	background: #2660B5;
	color: white;
}

.nav-tabs__link {
	border: 1px solid #EBECEF;
	background: rgba(19, 47, 89, 0.05);
	border-radius: 32px;
	font-size: 16px;
	font-weight: 500;
	color: #222E48;
	width: 100%;
	padding: 12px 20px;
}



.tab-content {}

.tab-content__pane:not(.active) {
	display: none;
}

@media screen and (min-width: 992px) {
	.home-category__grid-item {
		width: calc(100% / 4);
		--w-lg: 3;
		--w-xs: 12
	}

	.slide-mv {
		/* min-height: 83vh; */
	}


}

@media screen and (max-width: 1200px) {}



@media screen and (max-width: 992px) {
	.home-category {
		padding-top: 90px;
	}

	.home-category__heading {
		padding: 30px 0 20px;
		font-size: 16px;
	}


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



	.home-heading {
		margin-bottom: 35px;
	}

	.testimonials-slider__desc {
		font-size: 16px;
	}

	.home-faq {
		padding: 40px 0 30px;
	}

	.home-category__heading-lead {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.slideshow-banner {
		height: 100%;
	}

	.slideshow__item {
		height: 100%;
	}

	.category-item__ttl {
		font-size: 20px;
	}

	.home-category__grid .slick-dots {
		bottom: -30px;
	}

	.home-category__grid {
		margin-bottom: 0;
	}

	.slide-mv {
		padding-bottom: 60px;
		overflow: hidden;
	}

	.slideshow-banner * {
		height: 100%;
	}

	.slideshow__img {
		padding-top: 0;
		height: 100%;
	}

	.slideshow-banner .slick-dots li {}

	.home-category__grid .slick-dots li {
		width: 16px;
		height: 16px;
		padding: 0;
		border: none;
		border-radius: 100%;
		background-color: #D9D9D9;
		transition: all .3s ease-in;
	}

	.home-category__grid .slick-dots li.slick-active {
		background: #2660B5;
		width: 28px;
		border-radius: 10px;
	}

}

@media screen and (max-width: 767px) {

	.home-testimonials {
		padding: 40px 0;
	}



	.js-testimonials-slider .slick-arrow {
		display: none !important;
	}

	.home-category {
		padding-top: 65px;
	}

}

@media screen and (max-width: 480px) {
	.home-category__heading-lead {
		font-size: 15px;
	}
}
