input::placeholder {
	color: #333;
}

.js-slideshows {
	margin-bottom: 0;
}

.js-slideshows .slick-next {
	right: 10px;
}

.js-slideshows .slick-prev {
	left: 10px;
}



.js-slideshows__img img {
	width: 100%;
}

/* about */
.aboutus {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	/* background: linear-gradient(115deg, #aceaff, #f8f8fa, #aceaff); */
}

.aboutus__row {
	gap: 20px 0;
}

.aboutus-content {
	position: relative;
	z-index: 1;

}

.aboutus-content::after {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	background: url(../images/bg2-01.png) no-repeat bottom right/contain;
	opacity: .1;
	right: 0;
	bottom: 5%;
	z-index: -1;
}

.aboutus-content__title {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.aboutus-content__title .lead {
	font-size: 60px;
	color: #D9D9D8;
	letter-spacing: 13px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	right: 77px;
	transform: translateY(-50%);
	z-index: -1;
	font-weight: 900;
	opacity: 0.5;
}

.aboutus-content__title .small {
	font-size: 18px;
	font-weight: 400;
	color: #737373;
}

.aboutus-content__title .xl {
	font-size: 26px;
	font-weight: 700;
	color: var(--color-main);
}

.aboutus-content__desc:not(:last-child) {
	margin-bottom: 15px;
}

.aboutus-link {
	gap: 10px;
	margin-top: 30px;
}

.aboutus-content {}

/* customer-review */
.home-review {
	padding: 50px 0;
}

.js-achievements-slide .slick-list {
	margin: 0 -10px;
}

.js-achievements-slide .slick-slide {
	padding: 0 10px;
}

.customer-review__icon {
	width: 33px;
	height: 33px;
	display: inline-block;
	transform: rotate(180deg);
}

.customer-review__desc {
	margin-bottom: 15px;
}

.customer-review__desc .noi_dung_in {
	padding: 0;
}

.customer-review__info {}

.customer-review__info-avatar {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 50%;
}

.customer-review__info-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customer-review__info-ct {
	width: calc(100% - 80px);
}

.customer-review__info-name {
	font-size: 17px;
	font-weight: 700;
}

.customer-review__info {
	gap: 2px;
}

.customer-review__info-start svg {
	width: 15px;
	height: 15px;
}

.customer-review__info-start[data-star="1"] svg:nth-child(-n + 1) path {
	fill: #facd04;
}

.customer-review__info-start[data-star="2"] svg:nth-child(-n + 2) path {
	fill: #facd04;
}

.customer-review__info-start[data-star="3"] svg:nth-child(-n + 3) path {
	fill: #facd04;
}

.customer-review__info-start[data-star="4"] svg:nth-child(-n + 4) path {
	fill: #facd04;
}

.customer-review__info-start[data-star="5"] svg:nth-child(-n + 5) path {
	fill: #facd04;
}

/* home-article */
.home-article {
	padding: 50px 0 20px;
	background: linear-gradient(115deg, #aceaff, #f8f8fa, #aceaff);
}

.article-slide .slick-list {
	margin: 0 -10px;
}

.article-slide .slick-slide {
	margin: 0 10px;
	padding-bottom: 38px;
}

/* registration */
.registration {
	padding: 50px 0 0px;
	position: relative;
	background: #f7f8fa;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: 45% 100% !important;
	background-position: 2px 0 !important;
}

.registration-info {}

.registration-info__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.registration__form {
	padding: 34px 50px 38px;
	position: relative;
	z-index: 10;
	border-radius: 10px;
}

/* blog */
.home-blogs {
	padding: 50px 0 40px;
}

/* gallery */
.home-gallery {
	padding: 50px 0 50px;
}


.gallery-grid__list-item>a {
	height: 100%;
}

.gallery-grid__img {
	line-height: 0;
	height: 100%;
}

.gallery-grid__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.reviews {
	padding: 40px 0% 25px;
	/* background: #f7f8fa; */
	position: relative;
}

.reviews h2 {
	text-align: center;
	font-size: 33px;
	margin-bottom: 20px;
	color: var(--color-main);
	position: relative;
	/* font-family: "Playfair Display", serif; */
}


.review-card {
	background: white;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin: 0px 10px 59px;
	min-height: unset !important;
}

.review-card:hover {
	transform: translateY(23px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

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

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

.reviewer-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(45deg, #4CAF50, #81C784);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 1.5rem;
}

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

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

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

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

.icon-review-card img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

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

.slider-slick-review .slick-dots li button {
	background: #cdcdcd;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.slider-slick-review .slick-dots li.slick-active button {
	background: #db2728;
}

.slider-slick-review .slick-dots li button:before {
	content: "";
}

section.reviews .slick-dots {
	bottom: 7px;
}

.list-grid-images {
	display: flex;
	gap: 10px 10px;
	padding-bottom: 10px;
}

.aboutus-link ul li a {
	background: linear-gradient(90deg, #5cdfe5, #1a4aad);
	border-radius: 35px;
	color: #fff;
	font-size: 16px;
	padding: 9px 56px;
	border-radius: 10px;
	font-weight: 400;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-size: 17px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.aboutus-link ul {
	display: flex;
	gap: 8px 10px;
	flex-wrap: wrap;
	width: 100%;
}


















.thuvienha {
	padding-bottom: 38px;
	padding-top: 30px;
}

.hedding-servicers {
	text-align: center;
	width: 42%;
	margin: 0 auto;
	padding-bottom: 20px;
}


.title-separator {
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.title-separator:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #000000;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 77px);
}

.title-separator .separator-center {
	display: block;
	width: 32px;
	height: 12px;
	position: relative;
}

.title-separator:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #000000;
	position: absolute;
	top: calc(50% - 1px);
	right: calc(50% - 77px);
}

.title-separator .separator-center:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #000000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

.title-separator .separator-center:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #000000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 8px;
}

.hedding-servicers h2 {
	color: #2c1f17;
	text-transform: uppercase;
	font-size: 30px;
}

.thuvienha .gallery-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 100%;
}

.thuvienha .column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.thuvienha .media-item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	display: block;
}

.thuvienha .media-item:nth-child(1) {
	animation-delay: 0.1s;
}

.thuvienha .media-item.tall {
	height: 400px;
}

.thuvienha .media-item:nth-child(3) {
	animation-delay: 0.3s;
}

.thuvienha .column img {
	height: 100%;
	display: block;
}

.form__input::placeholder {
	color: #333;
}

section.registration:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(169deg, #aceaff, #f8f8fa, #aceaff);
	z-index: -1;
}

/* .aboutus-img {
    position: relative;
    overflow: hidden;
}

.aboutus-img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 2s infinite 2s;
    display: block;
} */
.aboutus-img {
	position: relative;
}

.aboutus-img__icon {
	max-width: 508px;
	margin: 0 auto;
}

.aboutus-img__icon svg g path.img_path_one {
	-webkit-animation: morph 6s linear infinite;
	animation: morph 6s linear infinite;
}

.aboutus-img__icon svg g ellipse.img_path_two {
	-webkit-animation: morph_tp 6s linear infinite;
	animation: morph_tp 6s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.aboutus-img__icon svg g ellipse.img_path_three {
	-webkit-animation: morph_tr 6s linear infinite;
	animation: morph_tr 6s linear infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.aboutus-img__icon .img_path {
	fill: var(--color-main);
}

.aboutus-img__child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutus-img__child img {
	-webkit-mask-image: url(../images/image_mask.png);
	-webkit-mask-size: 90%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

@keyframes morph {
	0% {
		transform: translateY(0px);
	}

	30% {
		transform: translateY(10px);
	}

	50% {
		transform: translateY(0px);
	}

	70% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes morph_tp {
	0% {
		transform: translateY(0px);
	}

	30% {
		transform: translateY(60px);
	}

	50% {
		transform: translateY(0px);
	}

	70% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes morph_tr {
	0% {
		transform: translateX(0px);
	}

	30% {
		transform: translateX(50px);
	}

	50% {
		transform: translateX(0px);
	}

	70% {
		transform: translateX(-80px);
	}

	100% {
		transform: translateX(0px);
	}
}

@keyframes morph_tr {
	0% {
		transform: translateX(0px);
	}

	30% {
		transform: translateX(50px);
	}

	50% {
		transform: translateX(0px);
	}

	70% {
		transform: translateX(-80px);
	}

	100% {
		transform: translateX(0px);
	}
}



@keyframes shine {
	100% {
		left: 125%;
	}
}

.article-slide .slick-slide {
	padding-bottom: 10px;
}

/* .aboutus-img img {
    width: 100% !important;
} */
@media (max-width: 992px) {
	.aboutus-content__desc {
		height: 142px;
		overflow: hidden;
	}

	.thuvienha .column img {
		height: auto !important;
		width: 100%;
	}

	.aboutus-link ul {
		flex-wrap: wrap;
		gap: 10px 10px;
	}

	.aboutus-link ul li {
		width: 100% !important;
	}

	.thuvienha .gallery-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.aboutus-link ul li a {
		padding: 7px 14px;
		font-size: 17px;
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.reviews h2 {
		font-size: 27px;
	}

	.c-title {
		font-size: 27px;
	}

	.registration__form {
		padding: 10px 15px 20px;
	}

	.aboutus-content__title .lead {
		font-size: 44px;
		right: 0;
		bottom: 0;
	}

	.home-blogs {
		padding-bottom: 0;
	}

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

	.registration {
		padding: 30px 0;
		background: none !important;
	}
}

@media(min-width:990px) {
	.slideshows-banner.mobiles-arown {
		display: none;
	}
}

@media(max-width:990px) {
	.slideshows-banner {
		display: none;
	}

	.slideshows-banner.mobiles-arown {
		display: block !important;
	}
}

@media (max-width: 640px) {
	.aboutus-content__title .lead {
		letter-spacing: 6px;
	}

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

@media (max-width: 374px) {
	.aboutus-content__title .lead {
		letter-spacing: 1px;
	}
}

.carousel-3d {
	position: relative;
	width: 100%;
	height: 670px;
	/* z-index: 111; */
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.carousel-container {
	perspective: 1441px;
}

.carousel-3d-slide {
	position: absolute;
	width: 370px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin-left: -185px;
	margin-top: -180px;
	transform-style: preserve-3d;
	transition: all 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
	display: none;
}

.slide-content {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	padding: 0;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transform-style: preserve-3d;
}

.slide-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
	border-radius: 10px 10px 0 0;
	animation: shimmer 3s ease-in-out infinite;
}

.slide-content img {
	width: 100%;
	height: 100%;
}

.sec-carousel .nav-btn#prevBtn {
	background: url(../images/prev.png) no-repeat center / contain;
	filter: brightness(0.5);
}

.sec-carousel #prevBtn {
	left: 16%;
}

.sec-carousel .nav-btn {
	width: auto;
	height: 99px;
	color: white;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sec-carousel #nextBtn {
	right: 16%;
}

.sec-carousel .nav-btn#nextBtn {
	background: url(../images/next.png) no-repeat center / contain;
	filter: brightness(0.5);
}

.carousel-3d-slide.active {
	display: block;
}

.aboutus-link ul li {
	width: 100%;
}

.aboutus-link ul li a {
	width: 100%;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 10px 0 10px 0px;
	text-align: center;
	border: 1px solid var(--color-main);
	box-shadow: 1px 0px 12px var(--color-main);
	margin-bottom: 10px;
	border-radius: 20px;
	color: var(--color-main);
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	background: #fff;
}

section.home-blogs.blog-news {
	background: linear-gradient(115deg, #aceaff, #f8f8fa, #aceaff);
}

.subtitle {
	color: var(--color-main);
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.subtitle::before {
	content: '';
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, var(--color-main), var(--color-main));
	border-radius: 2px;
}

.aboutus__row {
	/* padding: 20px;
	background: #f5f5f5;
	border-radius: 21px;
	position: relative;
	overflow: clip; */
}

.aboutus__row:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	filter: blur(1px);
	left: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.aboutus-link ul li:hover {
	/* transform: translateY(-8px) scale(1.02); */
	box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.customers-item {
	background-color: #fff;
	-webkit-box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
	box-shadow: 1px -2px 8px 0 rgba(0, 0, 0, .1);
	padding: 30px 30px 50px;
	padding-left: 34px;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
	border: 1px solid #eee;
	height: unset !important;
	margin-top: 10px;
}

.customers-item {

	padding: 4rem 3.2rem;
	border-radius: 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.customers-item__brief {
	margin-bottom: 19px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.icon-customers {
	text-align: center;
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.icon-customers img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	text-align: center;
}

.customers-item__info {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
	flex-direction: column;
	margin-top: -31px;
	position: relative;
	z-index: 9999;
}

.customers-item__info-img::before {
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	content: "";
	z-index: 1;
}

.customers-item__info-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.customers-item__info-img {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color: #ffffff;
	box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.customers-item__info-name {
	display: block;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--color-main);
}

.sec-photos {
	padding: 40px 0;
}

.photos-slide .slick-list {
	margin: 0 -10px;
}

.photos-slide .partner-slide__item {
	margin: 0 10px;
}

.photos-slide .partner-slide__link {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.photos-slide .partner-slide__link img {
	position: absolute;
	border-radius: 5px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.photos-slide .partner-slide__link:hover img {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.nav-controls button {
		display: none !important;
	}

	.carousel-3d {
		height: 450px;
	}
}

@media (max-width: 768px) {
	.carousel-3d-slide {
		width: 250px;
		height: 320px;
		margin-left: -125px;
		margin-top: -160px;
	}
}

@media (max-width: 480px) {
	.carousel-3d-slide {
		width: 220px;
		height: 260px;
		margin-left: -110px;
		margin-top: -130px;
	}
}
