/* Ẩn toàn bộ slide */
.about-us-slider .item {
	display: none;
}

/* CHỈ hiện slide đầu tiên */
.about-us-slider .item:first-child {
	display: block;
}

/* Khi slick đã init → cho phép slick kiểm soát */
.about-us-slider.slick-initialized .item {
	display: block;
}

.section-about-us {
	background-color: #fff;
	padding: 0;
}

.section-about-us .inner {
	display: grid;
	grid-template-columns: 47% 50%;
	gap: 20px;
	color: #FFF;
	align-items: center;
	justify-content: space-between;
}

.section-about-us .right img {
	border-radius: 10px;
}

.section-about-us .left .noi-dung {
	font-size: 18px;
}

.section-about-us .left .noi-dung h3 {
	font-size: 26px;
	line-height: 1.5;
}

.section-about-us .button-group {
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

.section-about-us .right .wrap-img {
	padding-bottom: 66.67%;
	border-radius: 10px;
}

/* .section-about-us .button-group a {
	border-radius: 4px;
	background-color: #65442b;
	color: #FFF !important;
	font-size: 18px;
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #65442b;
}

.section-about-us .button-group a:nth-child(2) {
	background-color: #7b5734;
} */

.button-web {
	border-radius: 20px;
	padding: 8px 25px;
	color: #FFF;
	background-color: #241F1F;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	transition: .3s;
}

.button-web.sm {
	background-color: #FFF;
	color: #241F1F;
}

.button-web.sm:hover {
	background-color: #E3B25A;
	color: #FFF;
}

/* Home About Section */
.home-about {
	padding: 10px 0 120px 0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.home-about .subtitle {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	padding-left: 50px;
}

.home-about .subtitle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 3px;
	background-color: #ff3130;
}

.home-about-content {
	padding-right: 15px;
}

.home-about-title {
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #000;
}

.home-about-description {
	margin-bottom: 30px;

	p {
		&:not(:last-child) {
			margin-bottom: 10px;
		}
	}
}

.home-about .dich-vu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 20px;
	align-items: center;
}

.home-about .dich-vu .left {
	display: flex;
	gap: 10px;
}

.home-about .dich-vu .left .text {
	font-weight: 700;
	font-size: 22px;
}

.home-about-image img {
	border-radius: 10px;
}

.home-about-image .left-info {
	text-align: center;
}

.home-about-image .curve-text {
	border: 10px solid #FFF;
	border-radius: 50%;
	position: relative;
	display: inline-flex;
}

.home-about-image .curve-text+img {
	margin-top: -75px;
}

.badge-wrap {
	background: #241F1F;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	height: 180px;
	width: 180px;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 1px 1px #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge-circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
}

.badge-text {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: rotate 12s linear infinite;
}

.badge-text span {
	position: absolute;
	left: 50%;
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	transform-origin: 0 75px;
	letter-spacing: 2px;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.home-about-image .curve-text .svg-circle {
	background: linear-gradient(135deg, #241F1F, #6b677f, #9a98a8);
	border-radius: 50%;
	padding: 35px;
	position: relative;
	z-index: 1;
	font-size: 25px;
	height: 180px;
	width: 180px;
	text-transform: uppercase;
	font-weight: 800;
	fill: #FFF;
	text-shadow: 1px 1px #000000;
	animation: spinner 20s infinite linear;
	overflow: visible;
}

.home-about-image .curve-text .svg-circle path {
	fill: none;
}

.home-about-image .curve-text .svg-circle text {
	fill: #FFF;
	letter-spacing: 4px;
}

.home-about-image .curve-text .see-detail {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.home-about-image .curve-text .see-detail svg {
	color: #FFF;
}

.home-about-image .right-info .call-info {
	margin-top: 30px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.home-about-image .right-info .call-info .icon {
	width: 50px;
	height: 50px;
	border: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.home-about-image .right-info .call-info .icon img {
	width: 25px;
	height: 25px;
}

.home-about-image .right-info .call-info .text p {
	color: #666;
}

.home-about-image .right-info .call-info .text h3 {
	font-size: 20px;
}

.home-about-image {
	display: grid;
	align-items: center;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}

@keyframes spinner {
	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

.provider-cards {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.provider-cards img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid;
	margin-left: -15px;
}

.provider-cards h4 {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 46px;
	background: #241F1F;
	border-radius: 50%;
	margin: 0;
	font-size: 16px;
	border: 2px solid;
	color: #FFF;
	margin-left: -15px;
}

.home-about-content .member .text-h4 h3 {
	font-size: 18px;
	line-height: 1.4;
}

.home-about-content .member {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.list-style-four ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	border-top: 1px solid #dddddd;
	margin-top: 35px;
	padding-top: 25px;
}

.list-style-four li {
	position: relative;
	z-index: 1;
	padding-left: 27px;
	margin-top: 7px;
	font-size: 16px;
	font-weight: 500;
	list-style: none;
}

.list-style-four li::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background-image: url('../images/check-icon.png');
	z-index: -1;
	height: 16px;
	width: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.section-knowledge {
	padding: 40px 0;
}

.knowledge-slider .slick-slide {
	margin: 0 10px;
	background: #f2f2f2;
	padding: 20px 10px;
	border-radius: 5px;
}

.knowledge-slider .slick-list {
	margin: 0 -10px;
}

.item-knowledge {
	text-align: center;
}

.item-knowledge img {
	display: block;
	max-width: 65px;
	margin: 0 auto 15px;
	transition: transform 0.6s ease;
}

.item-knowledge:hover img {
	transform: rotateY(180deg);
}

.item-knowledge .name {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.item-knowledge .des {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 84px;
}

.featured-news-slider .slick-slide {
	margin: 10px 15px;
}

.featured-news-slider .slick-list {
	margin: 0 -15px;
}

.section-news {
	padding: 120px 0 65px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.section-news .bg-image {
	width: 25%;
	max-width: 31.4%;
	top: 120px;
	bottom: 0;
	height: auto;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.section-news .title-wrap {
	padding-left: 200px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.section-news .title-page::before,
.section-formdk .title-page::before {
	left: 0;
	transform: translateX(0);
}

.discover-more {
	box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
	font-size: 15px;
	line-height: 30px;
	padding: 12px 40px;
	font-weight: 700;
	border-radius: 50px;
	background: #fff;
	transition: all .4s ease;
	text-transform: uppercase;
}

.discover-more:hover {
	color: #FFF;
	background-color: #241F1F;
}

.item-post .wrap-img {
	padding-bottom: 66.5%;
}

.item-post .content {
	background-color: #FFF;
	margin-top: -10px;
	padding: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
}

/* .item-post .date svg {
	width: 20px;
	height: 20px;
}

.item-post .date {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #b8b295;
	margin-bottom: 10px;
	font-style: italic;
} */

.section-news .item-post .name {
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5;
}

.item-post .name {
	font-size: 18px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.item-post .des {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 10px;
	text-align: justify;
}

.section-uu-dai .wrap-img {
	padding-bottom: 60%;
	border-radius: 30px;
}

.section-uu-dai {
	padding: 40px 0;
}

.section-goi-cuoc {
	padding: 50px 0;
	background-color: #f7f7f7;
}

.tab-buttons {
	text-align: center;
	margin-bottom: 15px;
}

.tab-buttons li {
	list-style: none;
	display: inline-block;
}

.tab-wrapper li:not(:last-child) {
	margin-right: 5px;
}

.tab-wrapper li button {
	font-size: 16px;
	border: 2px solid #666666d9;
	padding: 4px 16px;
	border-radius: 30px;
	color: #666666d9;
}

.tab-wrapper li button.active {
	border: 2px solid #241F1F;
	color: #241F1F;
	font-weight: 600;
}

.goi-cuoc-slider .slick-slide {
	margin: 10px;
}

.goi-cuoc-slider .slick-list {
	margin: 0 -10px;
}

.item-goi-cuoc .wrap-img {
	padding-bottom: 66.75%;
	border-radius: 10px 10px 0 0;
}

.item-goi-cuoc {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.item-goi-cuoc .content {
	text-align: center;
	padding: 10px 10px 20px;
}

.item-goi-cuoc .content .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.section-tintuc {
	padding: 50px 0;
}

.section-tintuc-slider .slick-slide {
	margin: 0 15px 5px;
}

.section-tintuc-slider .slick-list {
	margin: 0 -15px;
}

.item-news-home {
	box-shadow: 0px 0px 9px 0px rgba(23, 39, 54, .1);
	margin-bottom: 20px;
}

.item-news-home .wrap-img {
	padding-bottom: 80%;
}

.item-news-home .date-time {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 20px;
	background-color: #e3b25a;
	color: #FFF;
}

.item-news-home .content {
	padding: 25px 30px 0;
	background-color: #FFF;
}

.item-news-home .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 22px;
	height: 57px;
}


.item-news-home .des {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	margin-bottom: 25px;
	height: 67px;
	margin-top: 20px;
}

.item-news-home .read-more {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	font-size: 12px;
	padding: 18px 0;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 1px solid #e5e5e5;
}

.item-news-home .read-more svg {
	width: 22px;
	height: 22px;
}

.item-news-home .read-more svg path {
	stroke: currentColor;
}

.item-news-home-right {
	display: grid;
	grid-template-columns: 35% auto;
	gap: 15px;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.item-news-home-right:not(:last-child) {
	margin-bottom: 30px;
}

.item-news-home-right .wrap-img {
	overflow: hidden;
	border-radius: 10px;
}

.item-news-home-right .wrap-img:hover img {
	transform: scale(1.05);
}

.item-news-home-right .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
}

.xem-tat-ca {
	text-align: center;
	margin-top: 30px;
}

.xem-tat-ca a {
	background-color: #241F1F;
	color: #FFF;
	padding: 8px 38px;
	display: inline-block;
	border-radius: 30px;
	font-weight: 700;
	font-size: 18px;
}

.section-tienich {
	padding: 50px 0;
}

.section-tienich .title-page {
	margin-bottom: 40px;
}

.tienich-slider .slick-slide {
	margin: 0 12px;
}

.tienich-slider .slick-list {
	margin: 0 -12px;
}

.item-tien-ich {
	background-color: #f7f7f7;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}

.item-tien-ich img {
	border-radius: 10px;
}

.section-nhansu {
	padding: 30px 0;
}

.nhansu-slider .slick-slide {
	margin: 0 12px;
}

.nhansu-slider .slick-list {
	margin: 0 -12px;
}

.item-nhansu {
	cursor: pointer;
	background-color: #f2f2f2;
	border-radius: 8px;
	overflow: hidden;
}

.item-nhansu .wrap-img {
	padding-bottom: 100%;
}

.item-nhansu .content {
	text-align: center;
	padding: 25px 22px 15px;
	position: relative;
}

.item-nhansu .content .name {
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #241F1F;
	color: #FFF;
	border-radius: 30px;
	padding: 5px 20px;
	width: max-content;
	max-width: 100%;
}

.item-nhansu .content .des {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.item-nhansu .content .job {
	font-size: 13px;
	color: gray;
}

.experts-popup {
	padding: 30px;
}

.experts-popup-text .name {
	font-size: 22px;
}

.experts-popup-text .job {
	font-size: 16px;
	margin-bottom: 15px;
	color: #666;
}


.section-camnhan {
	padding: 50px 0 100px;
	position: relative;
}

.section-camnhan::before {
	background-color: rgba(0, 0, 0, .6);
	opacity: .9;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.section-camnhan .title-page {
	color: #FFF;
}

.camnhan-slider .slick-slide {
	margin: 0 12px;
	overflow: hidden;
}

.camnhan-slider .slick-list {
	margin: 0 -12px;
}

.item-camnhan .content {
	position: relative;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px 0 10px 10px;
}

.item-camnhan .content .stars ul li {
	list-style: none;
	display: inline-block;
}

.item-camnhan .content .stars ul li svg {
	width: 18px;
	height: 18px;
}

.item-camnhan .review-text {
	font-size: 17px;
	line-height: 1.5;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 153px;
	text-align: justify;
}

.item-camnhan .icon-review-card {
	position: absolute;
	right: -25px;
	top: -60px;
	height: 125px;
	width: 120px;
	display: flex;
	align-items: flex-end;
	padding-left: 40px;
	padding-bottom: 25px;
	border-radius: 50%;
	background-color: #241F1F;
	transition: all .3s ease;
}

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

.item-camnhan .info-box {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	margin-left: 100px;
}

.item-camnhan .info-box .avt {
	width: 68px;
	height: 68px;
	border: 1px solid #FFF;
	padding: 5px;
	border-radius: 50%;
}

.item-camnhan .info-box .avt img {
	border-radius: 50%;
}

.item-camnhan .info-box .name {
	font-size: 16px;
	color: #FFF;
}

.item-camnhan .info-box .des {
	color: #FFF;
}

.item-camnhan .content:before {
	position: absolute;
	top: 100%;
	left: 45px;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #fff;
	transition: all .3s ease;
	content: "";
}

.section-formdk {
	margin-bottom: 50px;
}

.section-formdk .inner {
	/* max-width: 1400px;
	margin: -50px auto 0; */
	position: relative;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.contact-form {
	position: relative;
	background-color: #241F1F;
	padding: 35px 50px;
}

.contact-form:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-image: url('../images/shape-8.010c08da.png');
	content: "";
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
	padding: 5px 20px;
	line-height: 30px;
	font-size: 15px;
	color: #6a6f78;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	margin-bottom: 0;
	transition: all .3s ease;
}

.contact-form .form-group textarea {
	height: 95px;
	resize: none;
}

.contact-form .form-group:last-child {
	margin-bottom: 0;
}

.form-contact .submit-form {
	font-size: 17px;
	line-height: 30px;
	padding: 8px 40px;
	font-weight: 700;
	color: #241F1F;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 50px;
	z-index: 1;
	transition: .3s;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.form-contact .submit-form:hover {
	background-color: #E3B25A;
	color: #FFF;
}

.section-formdk .title-wrap {
	text-align: left;
}

.section-formdk .content-left .des {
	font-size: 16px;
	color: #6a6f78;
	margin-bottom: 25px;
	margin-top: 25px;
}

.section-formdk .content-left .cam-ket ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}

.section-formdk .content-left .cam-ket ul li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	background: #E3B25A;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.section-formdk .content-left {
	display: grid;
	grid-template-columns: 90% auto;
	gap: 30px;
	align-items: center;
}

.section-formdk .ceo {
	text-align: center;
}

.section-formdk .ceo .avt {
	width: 120px;
	height: 120px;
	border: 2px solid #241F1F;
	border-radius: 50%;
	overflow: hidden;
	padding: 8px;
	margin: 0 auto 10px;
}

.section-formdk .ceo .avt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.section-formdk .ceo h3 {
	font-size: 18px;
	margin-bottom: 0;
}

.section-formdk .ceo p {
	font-size: 13px;
	color: #191919;
}

.form-wrap {
	position: relative;
	/* margin-bottom: -40px; */
}

.form-wrap::before {
	position: absolute;
	left: 30px;
	right: -15px;
	top: -15px;
	height: 395px;
	background-image: url('../images/lines.bd808e1f.png');
	content: "";
}

.button-m {
	display: none;
}

@media (max-width: 768px) {
	.section-formdk .content-left .des {
		margin-top: 0;
	}
}

@media (max-width: 1700px) {
	.section-news .title-wrap {
		padding-left: 300px;
	}
}

@media (max-width: 992px) {
	.section-news .title-wrap {
		padding-left: 0;
	}

	.section-news .bg-image {
		display: none;
	}

	.section-news {
		padding: 75px 0 65px;
	}

	.form-wrap {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {

	.item-post .des,
	.item-camnhan .review-text,
	.item-news-home .des {
		text-align: left;
	}

	.home-about-image .curve-text .see-detail svg {
		width: 40px;
		height: 40px;
	}

	.featured-news-slider .slick-slide {
		margin: 10px;
	}

	.featured-news-slider .slick-list {
		margin: 0 -10px;
	}

	.item-news-home {
		margin-bottom: 20px;
	}

	.item-tien-ich {
		margin-bottom: 15px;
	}

	/* .button-web.sm {
		display: none;
	} */

	.home-about-image {
		margin-top: 20px;
	}

	.item-camnhan .content:before {
		left: 25px;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 20px solid #fff;
	}

	.item-camnhan .info-box {
		margin-top: 25px;
		margin-left: 75px;
	}

	.slider-mobile .slick-slide {
		margin: 0 10px;
	}

	.slider-mobile .slick-list {
		margin: 0 -10px;
	}

	.form-wrap::before {
		right: -10px;
		top: -10px;
	}

	.button-m {
		display: block;
	}

	.button-pc {
		display: none;
	}

	.discover {
		margin-top: 20px;
		text-align: center;
	}

	.item-news-home .name {
		height: auto;
	}
}

@media (max-width: 576px) {
	.section-knowledge {
		padding: 22px 0;
	}

	.item-knowledge .name {
		font-size: 20px;
	}

	.section-news .title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.section-news {
		padding: 25px 0;
	}

	.section-uu-dai {
		padding: 20px 0 20px;
	}

	.section-uu-dai .wrap-img {
		margin-bottom: 15px;
	}

	.section-goi-cuoc {
		padding: 25px 0;
	}

	.section-tintuc {
		padding: 40px 0;
	}

	.section-tienich {
		padding: 25px 0 10px;
	}

	.knowledge-slider .slick-slide {
		margin: 0 6px;
	}

	.knowledge-slider .slick-list {
		margin: 0 -10px;
	}

	.home-about-content .member {
		justify-content: center;
	}

	.home-about-content .member .text-h4 {
		text-align: center;
	}

	.home-about-description {
		margin-bottom: 20px;
	}

	.list-style-four ul {
		grid-template-columns: 1fr;
		margin-top: 20px;
		padding-top: 10px;
	}

	.home-about-image .curve-text .svg-circle {
		font-size: 22px;
		height: 130px;
		width: 130px;
		padding: 25px;
	}

	.home-about-image .call-info {
		gap: 10px;
	}

	.home-about-image .call-info .text span {
		font-size: 18px !important;
	}

	.home-about-image .right-info .call-info .icon {
		width: 45px;
		height: 45px;
	}

	.home-about-image {
		gap: 15px;
	}

	.home-about {
		padding: 10px 0 30px 0;
	}

	.experts-popup {
		padding: 20px;
		max-height: 85vh;
		overflow-y: auto;
	}

	.experts-popup-img img {
		height: 250px;
		object-fit: contain;
		width: 100%;
		margin-bottom: 10px;
	}

	.experts-popup-text .name {
		font-size: 19px;
	}

	.section-camnhan {
		padding: 30px 0 80px;
	}

	.item-camnhan .content {
		padding: 40px 25px 25px;
	}

	.section-formdk .inner {
		padding-top: 35px;
	}

	.section-formdk .content-left {
		grid-template-columns: auto;
		gap: 12px;
	}

	.section-formdk .ceo {
		text-align: center;
	}

	.section-formdk .ceo .avt {
		margin: 0 auto 10px;
	}

	.contact-form {
		padding: 30px;
	}

	.badge-wrap {
		height: 150px;
		width: 150px;
	}

	.badge-circle {
		width: 120px;
		height: 120px;
	}

	.badge-text span {
		transform-origin: 0 60px;
		font-size: 14px;
	}

	.item-knowledge .des {
		-webkit-line-clamp: 6;
		height: 126px;
	}
}

/* review customer  */
.customer-review .section-header {
	display: grid;
	grid-template-columns: 57% auto;
	gap: 30px;
	margin-bottom: 40px;
	align-items: center;
}

.customer-review::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	max-height: 75%;
}

.customer-review {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 120px 0px 0px 0px;
	position: relative;
}

.customer-review .bg-overlay {
	max-height: 75%;
	inset: 0;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.05;
	mix-blend-mode: darken;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.customer-review .right .title-des {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}


.cards-strip-slider .slick-slide {
	margin: 0 15px 40px;
}

.cards-strip-slider .slick-list {
	margin: 0 -15px;
}

.info-card {
	transition: all .3s ease;
	position: relative;
	z-index: 1;
	padding: 45px 30px 40px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 12px;
	background-color: #fff;
}

.info-card .card-photo {
	position: relative;
	display: inline-flex;
	z-index: 1;
}

.info-card .card-photo img {
	width: 68px;
	height: 68px;
	transition: all .5s ease;
	transform: scale(1);
}

.info-card .card-photo::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	height: 52px;
	width: 52px;
	background-color: #e3b25a;
	opacity: .1;
}

.info-card .mask {
	transition: all .3s ease;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.info-card .card-body h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s ease;
	position: relative;
	z-index: 2;
	font-size: 18px;
	margin: 20px 0;
	font-weight: 600;
}

.info-card .card-body p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 96px;
	position: relative;
	z-index: 1;
}

.info-card .next-btn {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: -20px;
	transition: all .3s ease;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.info-card .next-btn svg {
	width: 20px;
	height: 20px;
}

.info-card .next-btn svg path {
	stroke: currentColor;
}

.info-card::after {
	transition: all .5s ease;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	background-color: #242424;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.info-card:hover::after {
	transition: all .5s ease;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.info-card:hover h3 a {
	color: #FFF;
}

.info-card:hover .card-photo img {
	transition: all .5s ease;
	transform: scale(.9);
	/* filter: brightness(0) invert(1); */
}

.info-card:hover .next-btn {
	background-color: #E3B25A;
	color: #FFF;
}

.info-card:hover .card-body p {
	transition: all .3s ease;
	color: #949494;
}

.info-card:hover .mask {
	transition: all .3s ease;
	opacity: .1;
}

@media (max-width: 768px) {
	.customer-review .section-header {
		grid-template-columns: auto;
		gap: 20px;
	}

	.sub-title {
		font-size: 14px;
	}

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

	.info-card {
		padding: 30px 30px 40px;
	}

	.cards-strip-slider .slick-slide {
		margin: 0 10px 40px;
	}

	.cards-strip-slider .slick-list {
		margin: 0 -10px;
	}
}













.obox {
	position: relative;
	z-index: 1;
}

.obox .procedure-rail {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 120px;
	pointer-events: none;
	z-index: 0;
}

.obox .procedure-rail svg {
	width: 100%;
	height: 100%;
	display: block;
}

.procedure-rail .rail-base {
	fill: none;
	stroke: #241F1F;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 1 12;
	opacity: .3;
}

.procedure-rail .rail-dots {
	fill: none;
	stroke: #14332d;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-dasharray: 1 12;
	vector-effect: non-scaling-stroke;
	animation: railMove 3s linear infinite;
}

.procedure-rail .rail-glow {
	fill: none;
	stroke: #14332d;
	stroke-width: 3.5;
	stroke-linecap: round;
	stroke-dasharray: 8 120;
	opacity: .5;
	filter: url(#dotGlow);
	animation: glowMove 3s linear infinite;
}

/* */
.procedure-rail .rail-base {
	fill: none;
	stroke: #241F1F;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 1 12;
	opacity: .3;
}

/*  */
.procedure-rail .rail-dots {
	fill: none;
	stroke: #241F1F;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-dasharray: 1 12;
	vector-effect: non-scaling-stroke;
	animation: railMove 3s linear infinite;
}

/* */
.procedure-rail .rail-glow {
	fill: none;
	stroke: #241F1F;
	stroke-width: 3.5;
	stroke-linecap: round;
	stroke-dasharray: 8 120;
	opacity: .5;
	filter: url(#dotGlow);
	animation: glowMove 3s linear infinite;
}

/* */
@keyframes railMove {
	from {
		stroke-dashoffset: 0;
	}

	to {
		stroke-dashoffset: -13;
	}
}

@keyframes glowMove {
	from {
		stroke-dashoffset: 0;
	}

	to {
		stroke-dashoffset: -128;
	}
}

.quytrinh_in {
	padding: 70px 0;
}

.quytrinh_in .title-page {
	margin-bottom: 30px;
}

.item_benefit .item {
	margin: 20px 10px;
	text-align: center;
}

.item_benefit .item .icon-befire {
	font-size: 40px;
	border-radius: 50%;
	background: #fff;
	padding: 0;
	color: #fff;
	line-height: 100px;
	width: 100px;
	margin: auto;
	height: 100px;
	padding: 15px;
	border: #E3B25A 1px solid;
}

.item_benefit .item p {
	font-size: 16px;
	text-transform: none;
	margin-top: 10px;
	color: #444;
}

.item_benefit .item h3 {
	margin: 10px 0;
	font-size: 22px;
}

@media (max-width: 768px) {
	.quytrinh_in {
		padding: 30px 0;
	}

	.item_benefit .item h3 {
		font-size: 18px;
	}
	
	.quytrinh_in .title-page  {
		margin-bottom: 20px;
	}

	.item_benefit .item p {
		font-size: 15px;
	}
}

.cards-review-grid .slick-slide {
	margin: 0 15px 30px;
}

.cards-review-grid .slick-list {
	margin: 0 -15px;
}

.review-customer {
	padding: 80px 0px 45px 0px;
	position: relative;
}

.review-customer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 70%;
	background-color: #F5f5f5;
}

.cards-review-grid {
	margin-top: 40px;
}

/* ── Single card ── */
.review-customer .review-card {
	position: relative;
}

.review-customer .review-card::before {
	content: '';
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 0px, transparent 6px);
	position: absolute;
	bottom: -20px;
	right: 0;
	width: calc(100% - 20px);
	height: 62%;
	background-color: #1B1B1B;
}

.review-customer .review-card .inner {
	margin-right: 20px;
	box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, .1);
	margin-right: 20px;
	background-color: #fff;
	padding: 16px 40px 29px;
	position: relative;
	z-index: 1;
}

/* Avatar + info row */
.review-customer .review-card .card-author {
	display: flex;
	gap: 16px;
	padding: 24px 0 40px;
}

.review-customer .review-card .card-author .avatar {
	width: 84px;
	height: 84px;
	flex-shrink: 0;
	border: 4px solid #E3B25A;
	overflow: hidden;
}

.review-customer .review-card .card-author .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.review-customer .review-card .card-author .author-info h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.review-customer .review-card .card-author .author-info .role {
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
	display: block;
}

.review-customer .review-card .card-author .author-info .stars {
	display: flex;
	gap: 0px;
}

.review-customer .review-card .card-author .author-info .stars svg {
	width: 16px;
	height: 16px;
	fill: #E3B25A;
}

/* Divider */
.review-customer .review-card .card-divider {
	height: 1px;
	background: #e8e8e8;
}

/* Review text */
.review-customer .review-card .card-text {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 104px;
}

/* Quote icon + stripe footer */
.review-customer .review-card .card-footer {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	margin-top: 10px;
}

.review-customer .review-card .card-footer img {
	width: 65px;
	height: 65px;
	filter: brightness(0) saturate(100%) 
          invert(73%) sepia(39%) saturate(540%) 
          hue-rotate(6deg) brightness(95%) contrast(92%);
}

.review-card.slick-center:before {
	background-color: #E3B25A;
}

@media (max-width: 768px) {
	.cards-review-grid .slick-slide {
		margin: 0 10px 30px;
	}

	.cards-review-grid .slick-list {
		margin: 0 -10px;
	}

	.review-customer {
		padding: 50px 0px 35px 0px;
	}

	.cards-review-grid {
		margin-top: 25px;
	}
}

/* ===== .about-us ===== */
.about-us {
	margin-top: 65px;
	padding: 0px 0px 145px 0px;
	overflow: hidden;
	position: relative;
}

.about-us .section-bg {
	opacity: .7;
	position: absolute;
	inset: 0;
}

.about-us .inner {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.about-us .left-col,
.about-us .right-col {
	position: relative;
	width: 50%;
}

.about-us .populated {
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-end;
	/* margin: 0px 40px 0px 0px; */
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	padding-right: 40px;
}

.ova-img {
	display: flex;
	position: relative;
}

.ova-img img {
	display: block;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	object-fit: cover;
}

.ova-img.template1.type1 img {
	-webkit-mask-image: url("../images/mask-img-01.svg");
	mask-image: url("../images/mask-img-01.svg");
}

.elementor img {
	width: 470px;
}

.populated > div:hover img {
	position: relative;
	z-index: 3;
	transition: .3s;
}

.elementor-3:hover,
.elementor-4:hover {
	z-index: 5;
}

.ova-img.template1.type2 {
	width: 100%;
}

.ova-img.template1.type2 img {
	width: 100%;
}

.elementor-2 {
	left: 0px;
	bottom: -25px;
	position: absolute;
	z-index: 1;
	/* width: 100%; */
	max-width: 100%;
}

.elementor-2 .type2 {
	display: inline-flex;
	max-width: 470px;
}

.ova-img.template1.type2 img {
	-webkit-mask-image: url('../images/mask-img-02.svg');
	mask-image: url('../images/mask-img-02.svg');
}

.elementor-3 {
	left: 40px;
	bottom: -65px;
	position: absolute;
	z-index: 4;
}

.ova-img.template1.type2.border {
	background-color: #FFFFFF;
	position: relative;
	width: 170px;
	height: 170px;
	-webkit-mask-image: url("../images/mask-img-02.svg");
	mask-image: url("../images/mask-img-02.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #fff;
}

.ova-img.template1.type2.border img {
	height: calc(100% - 16px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 154px;
}

.elementor-4 {
	left: 140px;
	bottom: -110px;
	position: absolute;
	z-index: 4;
}

.elementor-5 {
	left: 240px;
	bottom: -155px;
	position: absolute;
	z-index: 4;
}


/* ─────────────────────
       RIGHT: text content
    ───────────────────── */
.about-us .right-wrap {
	margin-top: 60px;
}

.about-us .right-col .title-page {
	margin-bottom: 35px;
}

.about-us .right-col .highlight-quote {
	font-size: 18px;
	font-weight: 600;
	background-color: #FDFDFD;
	line-height: 1.6;
	padding: 5px 10px 5px 30px;
	border-style: solid;
	border-width: 0px 0px 0px 4px;
	border-color: #E3B25A;
	box-shadow: 5px 6px 10px -3px rgba(0, 0, 0, 0.32);
	margin-bottom: 30px;
}

.about-us .right-col .section-desc {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 40px;
	text-align: justify;
}

@media (max-width: 850px) {
	.about-us .left-col,
	.about-us .right-col {
		position: relative;
		width: 100%;
	}

	.about-us .left-col {
		padding-bottom: 40px;
	}

	.about-us .right-col {
		order: -1;
	}

	.about-us .populated {
		padding-right: 0px;
	}	

	.about-us .right-wrap {
		margin-top: 0px;
	}

	.elementor-2 {
		left: 0;
	}
}

@media (max-width: 550px) { 
	.ova-img.template1.type2.border {
		width: 120px;
		height: 120px;
	}

	.ova-img.template1.type2.border img {
		width: 110px;
		height: 110px;
	}

	.elementor-4 {
		left: 90px;
		bottom: -85px;
	}

	.elementor-5 {
		left: 170px;
		bottom: -125px;
	}

	.elementor-2 .ova-img {
		max-width: 80%;
	}

	.ova-img.template1.type1 {
		justify-content: end;
	}

	.ova-img.template1.type1 img {
		width: 90%;
	}

	.elementor-3 {
		bottom: -45px;
	}

	.about-us .right-col .title-page {
		margin-bottom: 20px;
	}

	.about-us .right-col .highlight-quote {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.about-us .right-col .section-desc {
		margin-bottom: 25px;
	}

	.about-us {
		margin-top: 40px;
		padding: 0px 0px 40px 0px;
	}

	.about-us .left-col {
		padding-bottom: 110px;
	}
}

.featured-customer {
	padding: 50px 0;
}

.section-tintuc .title-wrap {
	margin-bottom: 40px;
}

.featured-customer-slider .slick-slide {
	margin: 0 10px;
}

.featured-customer-slider .slick-list {
	margin: 0 -10px;
}

.featured-customer-slider img {
	 filter: brightness(0) saturate(100%) 
          invert(63%) sepia(0%) 
          saturate(0%) hue-rotate(0deg) 
          brightness(95%) contrast(90%);
	transition: .3s;
}

.featured-customer-slider .item:hover img {
	filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
	.section-tintuc .title-wrap {
		margin-bottom: 25px;
	}
}