:root {
	--primary-color: #b30000;
}
.size-ss {
	padding-top: 64px !important;
	padding-bottom: 64px !important;
}
.vect {
	padding-bottom: 0 !important;
}
.vect .img-inner {
	width: 100%;
	overflow: hidden;
}

.vect .img-inner img {
	width: 100% !important;
	height: auto !important;
	display: block;
	object-fit: cover;
}

/* Ẩn nút slider và dots */
.vect .flickity-button,
.vect .flickity-page-dots,
.vect .loading-spin {
	display: none !important;
}

/* ===== KHỐI SỐ LIỆU ĐÈ LÊN BANNER ===== */
.vect > .section-content > .row {
	position: relative;
	z-index: 5;
	margin-top: -32px;
	max-width: 960px;
	margin-left: auto !important;
	margin-right: auto !important;
	background: transparent;
}

.vect > .section-content > .row > .col {
	padding: 0 !important;
}

.vect > .section-content > .row > .col > .col-inner {
	padding: 0 !important;
}

/* Hàng thống kê */
.vect > .section-content > .row .row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: -70px;
}

.vect > .section-content > .row .row > .col {
	padding: 0 !important;
	flex: 1 1 0;
	max-width: 25%;
}

/* Từng ô số liệu */
.vect > .section-content > .row .row > .col > .col-inner {
	background: #fff;
	border: 1px solid #e5e5e5;
	min-height: 132px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: none;
}

/* Số lớn */
.vect > .section-content > .row .row p:first-child {
	margin: 0 0 12px 0 !important;
	font-size: 42px;
	line-height: 1;
	font-weight: 400;
	color:  var(--primary-color);
	font-family: Arial, Helvetica, sans-serif;
}

/* Chữ mô tả */
.vect > .section-content > .row .row p:last-child {
	margin: 0 !important;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	color: #111;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 849px) {
	.vect > .section-content > .row {
		margin-top: -20px;
		max-width: calc(100% - 24px);
	}

	.vect > .section-content > .row .row {
		gap: 10px;
		flex-wrap: wrap;
	}

	.vect > .section-content > .row .row > .col {
		flex: 0 0 calc(50% - 5px);
		max-width: calc(50% - 5px);
	}

	.vect > .section-content > .row .row > .col > .col-inner {
		min-height: 110px;
	}

	.vect > .section-content > .row .row p:first-child {
		font-size: 34px;
	}

	.vect > .section-content > .row .row p:last-child {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.vect > .section-content > .row {
		margin-top: 0;
		max-width: 100%;
		padding: 12px;
	}

	.vect > .section-content > .row .row {
		gap: 8px;
	}

	.vect > .section-content > .row .row > .col > .col-inner {
		min-height: 96px;
	}

	.vect > .section-content > .row .row p:first-child {
		font-size: 30px;
		margin-bottom: 8px !important;
	}

	.vect > .section-content > .row .row p:last-child {
		font-size: 12px;
	}
}
/* Khung nội dung giống ảnh */
.vetb .section-content {
	max-width: 1190px;
	margin: 0 auto;
}

/* Bố cục 2 cột */
.vetb .row {
	display: flex;
	align-items: center;
	gap: 64px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Reset padding Flatsome */
.vetb .col {
	padding: 0 !important;
}

/* Cột ảnh 7/12 */
.vetb .large-7,
.vetb .medium-7 {
	flex: 0 0 calc(58.333% - 32px);
	max-width: calc(58.333% - 32px);
}

/* Cột chữ 5/12 */
.vetb .large-5,
.vetb .medium-5 {
	flex: 0 0 calc(41.667% - 32px);
	max-width: calc(41.667% - 32px);
}

/* Ảnh */
.vetb .img {
	width: 100%;
}

.vetb .img-inner {
	padding-top: 72.6% !important;
	overflow: hidden;
}

.vetb .img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Tiêu đề */
.vetb h2 {
	margin: 0 0 22px;
	color:  var(--primary-color);
	font-size: 29px;
	line-height: 1.18;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

/* Nội dung */
.vetb p {
	margin: 0 0 18px;
	color: #333333;
	font-size: 15px;
	line-height: 1.82;
	font-weight: 400;
	text-align: left;
}

.vetb p strong {
	color: #333333;
	font-weight: 700;
}

/* Tablet */
@media (max-width: 849px) {
	.vetb .row {
		gap: 35px;
	}

	.vetb h2 {
		font-size: 25px;
	}

	.vetb p {
		font-size: 14.5px;
		line-height: 1.75;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.vetb {
		padding: 25px 15px !important;
	}

	.vetb .row {
		display: block;
	}

	.vetb .large-7,
	.vetb .medium-7,
	.vetb .large-5,
	.vetb .medium-5,
	.vetb .small-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.vetb .col:first-child {
		margin-bottom: 24px;
	}

	.vetb h2 {
		font-size: 23px;
		line-height: 1.25;
		letter-spacing: 1px;
	}

	.vetb p {
		font-size: 14px;
		line-height: 1.7;
	}
}
/* Khung nội dung */
.tieubieu .section-content {
	max-width: 1190px;
	margin: 0 auto;
}

/* Row */
.tieubieu .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Reset padding cột */
.tieubieu .col {
	padding: 0 15px !important;
}

/* Cột tiêu đề full */
.tieubieu .large-12 {
	flex: 0 0 100%;
	max-width: 100%;
	padding-bottom: 25px !important;
}

/* Tiêu đề chính */
.tieubieu h2 {
	margin: 0;
	color: #000;
	font-size: 27px;
	line-height: 1.25;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Ba cột dịch vụ */
.tieubieu .large-4,
.tieubieu .medium-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

/* Nội dung từng cột */
.tieubieu .large-4 .col-inner,
.tieubieu .medium-4 .col-inner {
	max-width: 310px;
	margin: 0 auto;
	text-align: center;
}

/* Tiêu đề dịch vụ */
.tieubieu h3 {
	margin: 0 0 12px;
	color: var(--primary-color);
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.tieubieu h3 strong {
	font-weight: 400;
	color: var(--primary-color);
}

/* Đoạn mô tả */
.tieubieu p {
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 400;
	text-align: center;
}

/* Tablet */
@media (max-width: 849px) {
	.tieubieu .section-content {
		max-width: 100%;
	}

	.tieubieu h2 {
		font-size: 25px;
	}

	.tieubieu h3 {
		font-size: 19px;
	}

	.tieubieu p {
		font-size: 14.5px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.tieubieu {
		padding: 25px 15px !important;
	}

	.tieubieu .row {
		display: block;
	}

	.tieubieu .large-4,
	.tieubieu .medium-4,
	.tieubieu .small-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tieubieu .large-12 {
		padding-bottom: 20px !important;
	}

	.tieubieu .large-4,
	.tieubieu .medium-4 {
		margin-bottom: 24px;
	}

	.tieubieu .large-4:last-child,
	.tieubieu .medium-4:last-child {
		margin-bottom: 0;
	}

	.tieubieu h2 {
		font-size: 23px;
		line-height: 1.3;
	}

	.tieubieu h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.tieubieu p {
		font-size: 14px;
		line-height: 1.55;
	}
}
/* Section tổng */
.uytinh {
	background: #e9e9e9;
	overflow: hidden;
}

/* Container */
.uytinh .section-content {
	max-width: 1276px;
	margin: 0 auto;
}

/* Row chính */
.uytinh .row {
	position: relative;
	display: flex;
	align-items: flex-start;
	max-width: 100%;
	margin: 0 auto;
}

/* Reset column */
.uytinh .col {
	padding: 0 !important;
}

/* Cột text bên trái */
.uytinh .row > .col:nth-child(1) {
	position: relative;
	z-index: 3;

	flex: 0 0 620px;
	max-width: 620px;

	margin-left: 0;
	margin-top: 180px;
}

/* Box trắng */
.uytinh .row > .col:nth-child(1) .col-inner {
	background: #fff;
	padding: 28px 50px;
	min-height: 200px;
	display: flex;
	align-items: center;
}

/* Cột ảnh bên phải */
.uytinh .row > .col:nth-child(2) {
	position: relative;
	z-index: 2;

	flex: 0 0 946px;
	max-width: 946px;

	margin-left: -295px;
}

/* Khung ảnh */
.uytinh .img,
.uytinh .img-inner {
	width: 100%;
}

.uytinh .img-inner {
	height: 500px;
	overflow: hidden;
}

.uytinh .img-inner img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

/* Text trong box */
.uytinh p {
	margin: 0;
	color: #222;
	font-size: 19px;
	line-height: 1.45;
	font-weight: 400;
}

.uytinh p strong {
	font-weight: 700;
	color: #222;
}
@media (max-width: 1500px){
	.uytinh .row > .col:nth-child(2) {
		margin-left: -155px;
		flex: 0 0 810px;
	}
	.sumenh .row > .col:nth-child(1) {
		flex: 0 0 822px !important;
	}

}
/* Tablet */
@media (max-width: 1024px) {
	.uytinh {
		padding: 30px 20px !important;
	}

	.uytinh .section-content {
		max-width: 900px;
	}

	.uytinh .row::before {
		left: 0;
		top: 30px;
		font-size: 40px;
	}

	.uytinh .row > .col:nth-child(1) {
		flex: 0 0 480px;
		max-width: 480px;
		margin-top: 140px;
	}

	.uytinh .row > .col:nth-child(1) .col-inner {
		padding: 25px 35px;
	}

	.uytinh .row > .col:nth-child(2) {
		flex: 0 0 700px;
		max-width: 700px;
		margin-left: -230px;
	}

	.uytinh .img-inner {
		height: 390px;
	}

	.uytinh p {
		font-size: 16px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.uytinh {
		padding: 25px 15px !important;
	}

	.uytinh .row {
		display: block;
	}

	.uytinh .row::before {
		left: 0;
		top: 0;
		font-size: 32px;
	}

	.uytinh .row > .col:nth-child(1),
	.uytinh .row > .col:nth-child(2),
	.uytinh .large-6,
	.uytinh .medium-6,
	.uytinh .small-12 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin-left: 0;
	}

	.uytinh .row > .col:nth-child(1) {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.uytinh .row > .col:nth-child(1) .col-inner {
		padding: 22px;
		min-height: auto;
	}

	.uytinh .img-inner {
		height: auto;
	}

	.uytinh .img-inner img {
		height: auto;
	}

	.uytinh p {
		font-size: 14px;
		line-height: 1.6;
	}
}
/* Section tổng */
.sumenh {
	overflow: hidden;
}

/* Container */
.sumenh .section-content {
	max-width: 1294px;
	margin: 0 auto;
}

/* Row */
.sumenh .row {
	position: relative;
	display: flex;
	align-items: flex-start;
	max-width: 100%;
	margin: 0 auto;
}

/* Reset cột */
.sumenh .col {
	padding: 0 !important;
}

/* Cột ảnh bên trái */
.sumenh .row > .col:nth-child(1) {
	position: relative;
	z-index: 1;

	flex: 0 0 895px;
	max-width: 895px;
}

/* Khung ảnh */
.sumenh .img,
.sumenh .img-inner {
	width: 100%;
}

.sumenh .img-inner {
	height: 500px;
	overflow: hidden;
}

.sumenh .img-inner img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

/* Cột nội dung bên phải */
.sumenh .row > .col:nth-child(2) {
	position: relative;
	z-index: 2;
	flex: 0 0 550px;
	max-width: 600px;
	margin-left: -155px;
	margin-top: 120px;
}

/* Box trắng */
.sumenh .row > .col:nth-child(2) .col-inner {
	background: #e9e9e9;
	padding: 28px 52px 30px;
	min-height: 244px;
}

/* Tiêu đề */
.sumenh h2 {
	margin: 0 0 14px;
	color: var(--primary-color);
	font-size: 29px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0;
}

/* Đoạn mô tả */
.sumenh p {
	margin: 0;
	color: #222;
	font-size: 18px;
	line-height: 1.48;
	font-weight: 400;
}

/* Tablet */
@media (max-width: 1024px) {
	.sumenh {
		padding: 24px 20px 45px !important;
	}

	.sumenh .section-content {
		max-width: 900px;
	}

	.sumenh .row > .col:nth-child(1) {
		flex: 0 0 650px;
		max-width: 650px;
	}

	.sumenh .img-inner {
		height: 390px;
	}

	.sumenh .row > .col:nth-child(2) {
		flex: 0 0 480px;
		max-width: 480px;
		margin-left: -210px;
		margin-top: 95px;
	}

	.sumenh .row > .col:nth-child(2) .col-inner {
		padding: 25px 35px;
		min-height: auto;
	}

	.sumenh h2 {
		font-size: 25px;
	}

	.sumenh p {
		font-size: 15.5px;
		line-height: 1.55;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.sumenh {
		padding: 25px 15px !important;
	}

	.sumenh .row {
		display: block;
	}

	.sumenh .row > .col:nth-child(1),
	.sumenh .row > .col:nth-child(2),
	.sumenh .large-6,
	.sumenh .medium-6,
	.sumenh .small-12 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin-left: 0;
	}

	.sumenh .row > .col:nth-child(2) {
		margin-top: 20px;
	}

	.sumenh .row > .col:nth-child(2) .col-inner {
		padding: 24px 22px;
		min-height: auto;
	}

	.sumenh .img-inner {
		height: auto;
	}

	.sumenh .img-inner img {
		height: auto;
	}

	.sumenh h2 {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.sumenh p {
		font-size: 14px;
		line-height: 1.6;
	}
}
/* Section tổng */
.giatri {
	background: #f3f3f3;
	overflow: hidden;
}

/* Container */
.giatri .section-content {
	max-width: 1140px;
	margin: 0 auto;
}

/* Row chính */
.giatri .row:first-child {
	display: flex;
	align-items: flex-start;
	max-width: 100%;
	margin: 0 auto;
}

/* Reset cột */
.giatri .col {
	padding: 0 !important;
}

/* Cột ảnh bên trái */
.giatri .row:first-child > .col:nth-child(1) {
	flex: 0 0 427px;
	max-width: 427px;
	margin-right: 130px;
}

/* Ảnh */
.giatri .row:first-child > .col:nth-child(1) .img,
.giatri .row:first-child > .col:nth-child(1) .img-inner {
	width: 100%;
}

.giatri .row:first-child > .col:nth-child(1) .img-inner {
	height: 600px !important;
	padding-top: 0 !important;
	overflow: hidden;
}

.giatri .row:first-child > .col:nth-child(1) img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

/* Cột nội dung bên phải */
.giatri .row:first-child > .col:nth-child(2) {
	flex: 0 0 553px;
	max-width: 553px;
	padding-top: 18px !important;
}

/* Tiêu đề */
.giatri h2 {
	margin: 0 0 14px;
	color: var(--primary-color);
	font-size: 29px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0;
}

.giatri h2 strong {
	font-weight: 500;
}
.giatri .textgt p {
	text-align: justify;
	margin: 0;
}
/* Đoạn mô tả */
.giatri .row:first-child > .col:nth-child(2) > .col-inner > p {
	margin: 0 0 22px;
	color: #222;
	font-size: 17px;
	line-height: 1.55;
	font-weight: 400;
}

.giatri .row:first-child > .col:nth-child(2) > .col-inner > p strong {
	font-weight: 700;
}

/* Accordion */
.giatri .accordion {
	margin: 0;
	border-top: 1px solid #d9d9d9;
}

/* Item */
.giatri .accordion-item {
	border-bottom: 1px solid #d9d9d9;
}

/* Tiêu đề accordion */
.giatri .accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 51px;
	padding: 0 0 0 42px !important;
	border: none !important;
	background: transparent !important;

	color: var(--primary-color); !important;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 500;
	text-transform: uppercase;
}

/* Icon mũi tên */
.giatri .accordion-title .toggle {
	position: absolute;
	left: 0;
	top: 50%;
	width: 28px;
	height: 28px;
	min-height: 28px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: #ff6b6b;
	opacity: 1;
}

/* Ẩn icon mặc định nếu bị lệch */
.giatri .accordion-title .toggle i {
	display: none;
}

/* Tạo icon giống hình */
.giatri .accordion-title .toggle::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 8px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #ff6b6b;
	border-bottom: 2px solid #ff6b6b;
	transform: rotate(45deg);
}

/* Text accordion */
.giatri .accordion-title span {
	display: block;
}

/* Nội dung mở accordion */
.giatri .accordion-inner {
	padding: 0 0 18px 42px !important;
	border: none !important;
}

.giatri .accordion-inner p {
	margin: 0;
	color: #333;
	font-size: 15px;
	line-height: 1.55;
}

/* Ẩn row text bên dưới trong hình mẫu */
.giatri .row:nth-child(2) {
	margin-top: 48px;
	text-align: center;
	font-size: 17px;
}

/* Tablet */
@media (max-width: 1024px) {
	.giatri {
		padding: 20px 20px 35px !important;
	}

	.giatri .section-content {
		max-width: 900px;
	}

	.giatri .row:first-child > .col:nth-child(1) {
		flex: 0 0 360px;
		max-width: 360px;
		margin-right: 60px;
	}

	.giatri .row:first-child > .col:nth-child(1) .img-inner {
		height: 540px !important;
	}

	.giatri .row:first-child > .col:nth-child(2) {
		flex: 1;
		max-width: none;
	}

	.giatri h2 {
		font-size: 26px;
	}

	.giatri .row:first-child > .col:nth-child(2) > .col-inner > p {
		font-size: 16px;
	}

	.giatri .accordion-title {
		font-size: 17px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.giatri {
		padding: 25px 15px !important;
	}

	.giatri .row:first-child {
		display: block;
	}

	.giatri .row:first-child > .col:nth-child(1),
	.giatri .row:first-child > .col:nth-child(2),
	.giatri .large-4,
	.giatri .large-8,
	.giatri .medium-4,
	.giatri .medium-8,
	.giatri .small-12 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
	}

	.giatri .row:first-child > .col:nth-child(1) {
		margin-bottom: 25px;
	}

	.giatri .row:first-child > .col:nth-child(1) .img-inner {
		height: auto !important;
		padding-top: 0 !important;
	}

	.giatri .row:first-child > .col:nth-child(1) img {
		height: auto;
	}

	.giatri .row:first-child > .col:nth-child(2) {
		padding-top: 0 !important;
	}

	.giatri h2 {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.giatri .row:first-child > .col:nth-child(2) > .col-inner > p {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 18px;
	}

	.giatri .accordion-title {
		min-height: 48px;
		padding-left: 34px !important;
		font-size: 15px;
	}

	.giatri .accordion-inner {
		padding-left: 34px !important;
	}
}
/* Section tổng */
.lytuong {
	background: #fff;
	overflow: visible !important;
}

/* Container full */
.lytuong .section-content {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: visible !important;
}

/* Ảnh phía trên */
.lytuong > .section-content > .img {
	width: 100%;
	margin: 0;
}

.lytuong > .section-content > .img .img-inner {
	width: 100%;
	height: 628px;
	padding-top: 0 !important;
	overflow: hidden;
}

.lytuong > .section-content > .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center 42%;
}

/* Row nội dung nổi nhưng vẫn chiếm layout, không bị section sau đè */
.lytuong .row {
	position: relative;
	z-index: 5;

	width: 760px;
	max-width: 760px;

	margin-top: -165px;
	margin-left: auto;
	margin-right: 345px;
	margin-bottom: 0;
}

/* Reset cột */
.lytuong .col {
	padding: 0 !important;
}

.lytuong .row > .col {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

/* Box nội dung */
.lytuong .row .col-inner {
	position: relative;
	background: #f2f2f2;
	padding: 34px 28px 0;
	min-height: auto;
	overflow: visible;
}

/* Viền đỏ trên */
.lytuong .row .col-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 9px;
	background: var(--primary-color);
}

/* Đoạn mô tả */
.lytuong p {
	margin: 0 0 22px;
	color: #222;
	font-size: 15.5px;
	line-height: 1.55;
	font-weight: 400;
}

.lytuong p strong {
	font-weight: 700;
}

/* Danh sách */
.lytuong ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lytuong li {
	position: relative;
	margin: 0;
	padding: 13px 0 13px 28px;
	border-top: 1px solid #e5e5e5;

	color: #333;
	font-size: 15.5px;
	line-height: 1.35;
	font-weight: 400;
}

/* Icon check */
.lytuong li::before {
	content: "✓";
	position: absolute;
	left: 4px;
	top: 12px;

	color: #7a9b48;
	font-size: 17px;
	font-weight: 700;
}

/* Tránh icon Flatsome bị nhân đôi */
.lytuong li.bullet-checkmark::before {
	content: "✓";
}

.lytuong li.bullet-checkmark {
	border-top: 1px solid #e5e5e5;
}

/* Section ngay sau không được đè lên */
.lytuong + .section {
	position: relative;
	z-index: 1;
}

/* Tablet */
@media (max-width: 1200px) {
	.lytuong > .section-content > .img .img-inner {
		height: 560px;
	}

	.lytuong .row {
		width: 680px;
		max-width: 680px;
		margin-top: -150px;
		margin-right: 80px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.lytuong {
		padding: 0 0 35px !important;
	}

	.lytuong > .section-content > .img .img-inner {
		height: 360px;
	}

	.lytuong > .section-content > .img img {
		object-position: center;
	}

	.lytuong .row {
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
		margin: -60px auto 0;
	}

	.lytuong .row .col-inner {
		padding: 28px 20px 5px;
	}

	.lytuong p {
		font-size: 14px;
		line-height: 1.6;
	}

	.lytuong li {
		font-size: 14px;
		line-height: 1.45;
		padding: 12px 0 12px 26px;
	}
}
/* Section tổng */
.thanhvien {
	background: #dedede !important;
	padding: 32px 0 78px !important;
	overflow: hidden;
}

/* Container */
.thanhvien .section-content {
	margin: 0 auto;
}

/* Row */
.thanhvien .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto;
}

/* Reset cột */
.thanhvien .col {
	padding: 0 !important;
}

/* Cột tiêu đề full */
.thanhvien .row > .col:nth-child(1) {
	flex: 0 0 100%;
	max-width: 100%;
}

/* Tiêu đề */
.thanhvien h2 {
	margin: 0 0 9px;
	text-align: center;
	color: var(--primary-color);
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}

.thanhvien h2 strong {
	font-weight: 500;
}

/* 3 cột thành viên */
.thanhvien .row > .col:nth-child(2),
.thanhvien .row > .col:nth-child(3),
.thanhvien .row > .col:nth-child(4) {
	flex: 0 0 363px;
	max-width: 363px;
	margin: 0 13px;
}

/* Box */
.thanhvien .box {
	margin: 0;
}

/* Ảnh */
.thanhvien .box-image {
	width: 100%;
}

.thanhvien .box-image .image-cover {
	height: 482px !important;
	padding-top: 0 !important;
	overflow: hidden;
}

.thanhvien .box-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
}

/* Text dưới ảnh */
.thanhvien .box-text {
	padding: 8px 0 0 !important;
	background: transparent;
}

.thanhvien .box-text-inner {
	text-align: center;
}

/* Chức vụ */
.thanhvien .box-text p {
	margin: 0 0 4px;
	color: #222;
	font-size: 13.5px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
}

/* Tên */
.thanhvien .box-text h3 {
	margin: 0;
	color: var(--primary-color);
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
}

.thanhvien .box-text h3 strong {
	font-weight: 400;
}

/* Tablet */
@media (max-width: 1024px) {
	.thanhvien {
		padding: 30px 20px 60px !important;
	}

	.thanhvien .section-content {
		max-width: 900px;
	}

	.thanhvien .row > .col:nth-child(2),
	.thanhvien .row > .col:nth-child(3),
	.thanhvien .row > .col:nth-child(4) {
		flex: 0 0 calc(33.333% - 18px);
		max-width: calc(33.333% - 18px);
		margin: 0 9px;
	}

	.thanhvien .box-image .image-cover {
		height: 400px !important;
	}

	.thanhvien h2 {
		font-size: 28px;
	}

	.thanhvien .box-text h3 {
		font-size: 20px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.thanhvien {
		padding: 28px 15px 45px !important;
	}

	.thanhvien .row {
		display: block;
	}

	.thanhvien .row > .col:nth-child(1),
	.thanhvien .row > .col:nth-child(2),
	.thanhvien .row > .col:nth-child(3),
	.thanhvien .row > .col:nth-child(4),
	.thanhvien .large-4,
	.thanhvien .medium-4,
	.thanhvien .small-12 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.thanhvien h2 {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.thanhvien .row > .col:nth-child(2),
	.thanhvien .row > .col:nth-child(3),
	.thanhvien .row > .col:nth-child(4) {
		margin-bottom: 30px;
	}

	.thanhvien .box-image img {
		height: auto;
	}

	.thanhvien .box-text h3 {
		font-size: 22px;
	}
}
.tbhome-slidedv-wrap {
	width: 100%;
	padding: 10px 0 40px;
	background: #fff;
	overflow: hidden;
}

.tbhome-slidedv-title {
	position: relative;
	margin: 0 auto 50px;
	text-align: center;
	color: var(--primary-color);
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tbhome-slidedv-title::before,
.tbhome-slidedv-title::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 1px;
	background: #ddd;
	vertical-align: middle;
	margin: 0 14px;
}

.tbhome-slidedv {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}

.tbhome-slide-track {
	position: relative;
	min-height: 450px;
}

.tbhome-slide-item {
	display: none;
	animation: tbhomeFade 0.45s ease-in-out;
}

.tbhome-slide-item.active {
	display: block;
}

.tbhome-slide-inner {
	position: relative;
	min-height: 450px;
	overflow: visible;
}

.tbhome-slide-image {
	width: 85%;
	height: 450px;
	position: relative;
	z-index: 1;
}

.tbhome-slide-content {
	position: absolute;
	right: 4%;
	top: 90px;
	z-index: 3;
	width: 52%;
	min-height: 230px;
	background: #333;
	color: #fff;
	padding: 28px 45px;
	font-size: 16px;
	line-height: 1.6;
	box-sizing: border-box;
}


.tbhome-slide-content a {
	display: inline-block;
	position: relative;
	margin-top: 8px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.tbhome-slide-content a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-left: 10px;
	vertical-align: middle;
}

.tbhome-slide-content a::before {
	content: "";
	position: absolute;
	left: 23px;
	bottom: -8px;
	width: 74px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
}

.tbhome-slide-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: #555;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
	padding: 8px 12px;
	transition: 0.25s ease;
}

.tbhome-slide-arrow:hover {
	color: var(--primary-color);
}

.tbhome-slide-prev {
	left: -55px;
}

.tbhome-slide-next {
	right: -55px;
}

@keyframes tbhomeFade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.tbhome-slidedv {
		max-width: calc(100% - 30px);
	}

	.tbhome-slidedv-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.tbhome-slidedv-title::before,
	.tbhome-slidedv-title::after {
		display: none;
	}

	.tbhome-slide-track,
	.tbhome-slide-inner {
		min-height: auto;
	}

	.tbhome-slide-image {
		width: 100%;
		height: auto;
	}

	.tbhome-slide-image img {
		height: auto;
	}

	.tbhome-slide-content {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		min-height: auto;
		padding: 24px;
	}

	.tbhome-slide-prev {
		left: 5px;
	}

	.tbhome-slide-next {
		right: 5px;
	}

	.tbhome-slide-arrow {
		top: 42%;
		color: #fff;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
	}
}
.tbhome-logo-section {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.tbhome-logo-slider {
	width: 100%;
	overflow: hidden;
}

.tbhome-logo-track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: tbhomeLogoSlide 22s linear infinite;
}

.tbhome-logo-slider:hover .tbhome-logo-track {
	animation-play-state: paused;
}

.tbhome-logo-item {
	width: 200px;
	height: 100px;
	padding: 0 30px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: content-box;
}

.tbhome-logo-item img {
	display: block;
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 100px;
	object-fit: contain;
}

/* Logo chạy ngang liên tục */
@keyframes tbhomeLogoSlide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}
/* 
@media (max-width: 767px) {
.tbhome-logo-section {
padding: 25px 0;
}

.tbhome-logo-track {
animation-duration: 16s;
}

.tbhome-logo-item {
width: 135px;
height: 60px;
padding: 0 24px;
}

.tbhome-logo-item img {
max-width: 110px;
max-height: 42px;
}
} */
@media (max-width: 549px) {

	/* Khung tổng */
	.tbhome-slidedv-wrap {
		padding: 0 14px;
	}

	.tbhome-slidedv-title {
		font-size: 18px !important;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 18px;
		padding: 0 6px;
	}

	/* Slider */
	.tbhome-slidedv {
		position: relative;
	}

	.tbhome-slide-track {
		position: relative;
		overflow: visible !important;
	}

	.tbhome-slide-item {
		display: none;
	}

	.tbhome-slide-item.active {
		display: block;
	}

	/* Khung từng slide */
	.tbhome-slide-inner {
		position: relative;
		overflow: visible !important;
		padding-bottom: 20px;
	}

	/* Box text đẩy xuống dưới và lệch phải */
	.tbhome-slide-content {
		position: relative;
		z-index: 2;
		width: 78%;
		margin: -28px 0 0 auto; /* kéo lên đè lên ảnh và dồn sang phải */
		background: #3f3f3f;
		color: #d90000;
		padding: 14px 14px 16px;
		box-sizing: border-box;
		overflow: visible !important;
		word-break: break-word;
	}


	/* Nút prev/next */
	.tbhome-slide-arrow {
		position: absolute;
		top: 34%;
		transform: translateY(-50%);
		z-index: 5;
		width: 34px;
		height: 34px;
		border: none;
		border-radius: 50%;
		background: rgba(255,255,255,0.9);
		color: #fff;
		font-size: 18px;
		line-height: 34px;
		text-align: center;
		padding: 0;
		cursor: pointer;
		box-shadow: 0 2px 8px rgba(0,0,0,.15);
	}

	.tbhome-slide-prev {
		left: 8px;
	}

	.tbhome-slide-next {
		right: 8px;
	}
	.tbhome-slide-content p {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.5;
		max-height: calc(1.5em * 3);
		font-size: 13px;
		margin: 0;
		color: #fff;
	}
	.tbhome-slide-image {
		width: 100% !important;
		height: 105px !important; /* chỉnh chiều cao ảnh tại đây */
		overflow: hidden !important;
		position: relative;
	}

	.tbhome-slide-image img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
		display: block !important;
	}
}