.home_whychoices {
	background-color: var(--color-bg-light);
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.home_whychoices .sec-header {
	text-align: center;
	margin-bottom: 15px;
}

.home_whychoices .sec-header .badge-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: transparent;
	border: 1px solid var(--color-main);
	color: var(--color-main);
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.home_whychoices .sec-header .badge-title br {
	display: none;
}

.home_whychoices .sec-header .badge-icon img {
	width: 16px;
	height: 16px;
	margin: 0;
}

.home_whychoices .sec-header .main-title {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-main-dark);
	font-size: 32px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

.home_whychoices .sec-header .main-title::before,
.home_whychoices .sec-header .main-title::after {
	content: "";
	flex: 1;
	max-width: 220px;
	height: 2px;
	background-color: var(--color-main);
	margin: 0 20px;
}

.home_whychoices .sec-header .description {
	color: var(--color-text-muted);
	font-size: 15px;
	max-width: 750px;
	margin: 0 auto;
	line-height: 1.6;
}


.home_whychoices > .section-content > .row:last-child {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.home_whychoices .content .col-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	height: 100%;
}

.home_whychoices .content .icon-box:not(.lienhe) {
	background-color: var(--color-white);
	border: 1px solid var(--color-bg-gray);
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home_whychoices .content .icon-box:not(.lienhe):hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Khung bọc Icon có viền xanh mờ */
.home_whychoices .content .icon-box:not(.lienhe) .icon-box-img {
	width: 48px !important;
	height: 48px !important;
	background-color: #e8f5e9; /* Xanh lá cực nhạt */
	border: 1px solid #c8e6c9; /* Viền xanh nhạt */
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px !important;
}

.home_whychoices .content .icon-box:not(.lienhe) .icon-box-img img {
	width: 26px !important;
	padding: 0px !important;
	height: 26px !important;
	object-fit: contain;
	margin: 0 !important;
}

/* Reset margin cho text */
.home_whychoices .content .icon-box-text {
	padding: 0 !important;
	width: 100%;
}

.home_whychoices .content .icon-box:not(.lienhe) h3 {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-main-dark);
	margin: 0 0 8px 0;
	line-height: 1.4;
}

.home_whychoices .content .icon-box:not(.lienhe) p {
	font-size: 13px;
	color: var(--color-black);
	line-height: 1.5;
	margin: 0;
}

.home_whychoices .content .icon-box.lienhe {
	grid-column: 1 / -1; /* Ép trải dài 2 cột */
	background-color: var(--color-white);
	border: 1px solid var(--color-bg-gray);
	border-radius: 12px;
	padding: 20px 24px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 0 !important;
}

.home_whychoices .content .icon-box.lienhe .icon-box-img {
	width: 50px !important;
	height: 50px !important;
	background-color: var(--color-accent-red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0 !important;
	border: none;
}

.home_whychoices .content .icon-box.lienhe .icon-box-img img {
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
}

/* Ép text liên hệ xếp dọc */
.home_whychoices .content .icon-box.lienhe .icon-box-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home_whychoices .content .icon-box.lienhe p {
	font-size: 13px;
	color: var(--color-text-muted);
	margin: 0 0 4px 0;
	font-weight: 600;
}

.home_whychoices .content .icon-box.lienhe h3 {
	font-size: 20px;
	font-weight: 800;
	color: var(--color-main);
	margin: 0;
	line-height: 1.2;
}


.home_whychoices .whyus_img {
	display: flex;
	flex-direction: column;
}

.home_whychoices .whyus_img .col-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}


.home_whychoices .whyus_img .box {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	flex-grow: 1; 
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 400px;
}

.home_whychoices .whyus_img .box-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_whychoices .whyus_img .box-image > div {
	height: 100%;
	width: 100%;
}

.home_whychoices .whyus_img .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.home_whychoices .whyus_img .overlay {
	display: none !important;
}

.home_whychoices .whyus_img .box-text {
	position: absolute;
	width: 95% !important;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background-color: var(--color-white) !important;
	border-radius: 12px;
	padding: 24px !important;
	text-align: left !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	z-index: 2;
	text-shadow:none !important;
}

.home_whychoices .whyus_img .box-text-inner {
	text-align: left !important;
}

.home_whychoices .whyus_img .whyus-header {
	margin: 0;
}

.home_whychoices .whyus_img .whyus-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.home_whychoices .whyus_img .whyus-top-bar br {
	display: none;
}

.home_whychoices .whyus_img .whyus-subtitle {
	font-size: 13px;
	font-weight: 800;
	color: var(--color-main);
	text-transform: uppercase;
}

.home_whychoices .whyus_img .whyus-badge {
	background-color: var(--color-accent-red);
	color: var(--color-white);
	font-size: 11px;
	font-weight: 800;
	padding: 6px 12px;
	border-radius: 6px;
	text-transform: uppercase;
}

/* Tiêu Đề & Mô Tả Trong Overlay Ảnh */
.home_whychoices .whyus_img .whyus-title {
	font-size: 18px;
	font-weight: 800;
	color: var(--color-black);
	margin: 0 0 10px 0;
	line-height: 1.4;
}

.home_whychoices .whyus_img .whyus-title br {
	display: none;
}

.home_whychoices .whyus_img .whyus-description {
	font-size: 13px;
	color: var(--color-text-muted);
	line-height: 1.6;
	margin: 0;
}

.lh-info h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-black);
	margin-bottom: 15px;
}
.lh-info p {
	color: var(--color-text-muted);
	font-size: 15px;
	line-height: 1.6;
}

/* Khối địa chỉ, hotline - Tăng khoảng cách để cân bằng chiều cao với cột phải */
.lh-info .icon-box {
	background-color: var(--color-bg-light); 
	border: 1px solid var(--color-bg-gray); /* Thêm viền nhẹ cho rõ khối */
	padding: 22px 25px; /* Tăng padding để đẩy chiều cao */
	border-radius: 12px;
	margin-bottom: 20px; /* Tăng khoảng cách giữa các khối */
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}

.lh-info .icon-box:hover {
	border-color: var(--color-main);
	box-shadow: 0 5px 15px rgba(21, 107, 54, 0.08); 
}

/* Khung bọc icon */
.lh-info .icon-box-img {
	margin-right: 20px !important;
	margin-bottom: 0 !important;
	width: 50px !important;
	height: 50px;
	background: rgba(21, 107, 54, 0.1); 
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}

.lh-info .icon-box-img img {
	margin: 0 !important;
	width: 100%;
}

/* Chữ trong hộp thông tin */
.lh-info .icon-box-text h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--color-main); 
	margin-bottom: 5px;
	font-weight: 700;
}

.lh-info .icon-box-text p {
	margin-bottom: 0;
	color: var(--color-text-main);
	font-weight: 500;
	font-size: 15px;
}

.lh-info .icon-box-text p a {
	color: var(--color-text-main);
	text-decoration: none;
	transition: color 0.3s ease;
}

.lh-info .icon-box-text p a:hover {
	color: var(--color-main);
}

/* ================================================================
GIAO DIỆN FORM LIÊN HỆ (CỘT PHẢI)
================================================================ */

/* Khung trắng bọc ngoài Form */
.lh-info .ct-form .col-inner {
	background-color: var(--color-white);
	padding: 25px 30px; /* Giảm padding dọc để form đỡ dài */
	border-radius: 16px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

/* Thẻ label trong Form */
.lh-info .wpcf7 label {
	font-weight: 600;
	color: var(--color-text-main);
	font-size: 14px;
	display: block;
	margin-bottom: 12px; /* Khoảng cách giữa các nhóm */
}

/* HIỆN RÕ BOX CHO Ô NHẬP LIỆU */
.lh-info .wpcf7 input[type="text"],
.lh-info .wpcf7 input[type="email"],
.lh-info .wpcf7 input[type="tel"],
.lh-info .wpcf7 textarea {
	width: 100%;
	background-color: var(--color-white); 
	border: 1px solid #ced4da !important; /* HIỆN VIỀN XÁM ĐỂ THẤY BOX */
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 15px;
	color: var(--color-text-main);
	box-shadow: none !important;
	margin-top: 6px; 
	margin-bottom: 0;
	transition: all 0.3s ease;
}

/* Hiệu ứng viền xanh khi click vào ô nhập liệu */
.lh-info .wpcf7 input:focus,
.lh-info .wpcf7 textarea:focus {
	border-color: var(--color-main) !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(21, 107, 54, 0.15) !important; 
}

/* Ép chiều cao Textarea (Lời nhắn) ngắn lại để 2 bên cân bằng */
.lh-info .wpcf7 textarea {
	height: 90px !important; 
	min-height: 90px;
}

/* Nút Submit Gửi yêu cầu */
.lh-info .wpcf7-submit {
	background-color: var(--color-main); /* Sử dụng màu xanh chủ đạo */
	color: var(--color-white) !important;
	border: none;
	border-radius: 8px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
	text-transform: uppercase;
	transition: all 0.3s ease;
	margin-top: 5px;
}

.lh-info .wpcf7-submit:hover {
	background-color: var(--color-main-dark);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(21, 107, 54, 0.2); 
}

/* ================================================================
GIAO DIỆN BẢN ĐỒ (DƯỚI CÙNG)
================================================================ */
.lh-info .gmap {
	margin-top: 50px;
}
.lh-info .gmap h3 {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.lh-info .gmap .col-inner {
	text-align: center;
}
.lh-info .gmap iframe {
	width: 100%;
	min-height: 400px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	border: none;
}

@media (max-width: 768px) {
	.home_whychoices .content .icon-box:not(.lienhe) {
		border-radius: 12px;
		padding: 14px 13px;
		border: 1px solid #cec6c6 !important;
	}
	.home_whychoices .whyus_img .box-text{
		left: 10px;
	}
	.home_whychoices .sec-header .main-title {
		font-size: 23px !important;
	}
}