:root {
	--text-color: #101828;
	--ft-theme-color: #ffd42f;
}


.form-flat input {
	padding: 20px !important;
	border: 1px solid var(--primary-color) !important;
	background: #fff !important;
}

.icon-search:before {
	color: var(--primary-color)
}

.header-nav>li>a {
	font-size: 1rem !important;
	color: var(--text-color) !important;
}

.header-nav>li.active>a {
	padding: 12px 20px;
	background: var(--fs-color-secondary);
	border-radius: 5px;
	color: #fff !important; 
}

.nav.header-nav.header-bottom-nav.nav-left {
	gap: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--primary-color) !important
}

.product-small .col-inner,
.product-small .col-inner .box {
	border-radius: 14px;
}

.product-small .col-inner .box .box-image {
	border-radius: 14px 14px 0 0;
}

.product-small .box-text .title-wrapper .product-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* Số dòng muốn giới hạn */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;
	color: var(--text-color);
	font-weight: 700;
}

.product-small .box-text .title-wrapper {
	margin-bottom: 15px;
}

.woocommerce-Price-amount.amount bdi {
	color: red;
	font-size: .9rem;
}

.ccbg-price-old .woocommerce-Price-amount.amount bdi {
	color: #ff000054 !important
}

.post-item .col-inner,
.post-item .col-inner .box {
	border-radius: 12px;
}

.post-item .col-inner .box .box-image {
	border-radius: 12px 12px 0 0;
}

.post-item .col-inner .box .is-divider {
	background: #fff;
}

.post-item .col-inner .box .post-title,
.post-item .col-inner .box .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* Số dòng muốn giới hạn */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;
}

.post-item .col-inner .box .post-title {
	height: 50px;
}

@media (max-width: 549px) {
	.post-item .col-inner .box .post-title {
		height: 37px;
		font-size: 1rem;
	}

	.blog-homepage .row-small>.flickity-viewport>.flickity-slider>.col {
		padding: 0 4.8px 19.6px;
	}

}

.footer-1 .ux-menu-link__link {
	color: #fff !important;
}

.ux-menu-link:hover .ux-menu-link__link {
	color: var(--primary-color)
}

.product-related .product-small.box {
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.product-related .product-small.box .box-text {
	padding-left: 1.2em;
	padding-right: 1.2em;
}

#review_form {
	display: none
}
.single-product-1 .product-gallery-slider img {
	border-radius: 20px;
}
.single-product-1 .product-thumbnails a {
	border-radius: 10px;
}

.single-product-1 .title-product .col-inner,
.single-product-1 .tab-products .col-inner{
	padding: 20px;
	border: 1px solid var(--primary-color);
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(196, 150, 70, 0.25);
}

.single-product-1 .product-section {
	border-top: 0px;
}
#tab-title-reviews {
	display:none
}
.single-product-1 .product-short-description p,
.single-product-1 .tab-panels p{
	text-align: justify;
}
.single-product-1 button {
	border-radius: 5px;
}
@media (max-width: 549px){
	.single-product-1 button {
		width: 100%;
	}
	.single-product-1 button {
		padding: 5px;
	}
}






















/* Định dạng chung cho cả 2 nút */
.woocommerce-mini-cart__buttons.buttons .button {
	padding: 6px 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 6px; /* Bo góc hiện đại */
	transition: all 0.3s ease; /* Chuyển đổi mượt mà */
	text-align: center;
}

/* Nút "Xem giỏ hàng" (Kiểu dáng phụ) */
.woocommerce-mini-cart__buttons.buttons .button.wc-forward:not(.checkout) {
	background-color: #f8f8f8;
	color: #444444;
	border: 1px solid #e0e0e0;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward:not(.checkout):hover {
	background-color: #ececec;
	border-color: #d0d0d0;
	color: #111111;
}

/* Nút "Thanh toán" (Nổi bật với màu chủ đạo) */
.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
	background-color: #c49646;
	color: #ffffff;
	border: 1px solid #c49646;
	box-shadow: 0 4px 10px rgba(196, 150, 70, 0.3); /* Đổ bóng bằng màu chính */
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward:hover {
	background-color: #b08439; /* Màu đậm hơn khi đưa chuột vào */
	border-color: #b08439;
	box-shadow: 0 6px 14px rgba(196, 150, 70, 0.45);
	transform: translateY(-2px); /* Hiệu ứng nẩy lên nhẹ */
}





















/* ==========================================================
BỘ CSS SỬA LỖI LAYOUT, COUPON & CĂN HÀNG (GIỎ HÀNG FLATSOME)
========================================================== */

/* --- 1. KHÔI PHỤC LAYOUT 2 CỘT TRÊN DESKTOP (SỬA LỖI RỚT SIDEBAR) --- */
.woocommerce.row-divided {
	display: flex !important;
	flex-flow: row wrap !important;
}

@media (min-width: 850px) {
	/* Đảm bảo cột giỏ hàng (trái) chiếm 58% */
	.woocommerce.row-divided > .col.large-7 {
		width: 58.333% !important;
		max-width: 58.333% !important;
		flex-basis: 58.333% !important;
	}
	/* Đảm bảo cột tổng tiền (phải) chiếm 41% và nằm song song */
	.woocommerce.row-divided > .col.large-5 {
		width: 41.666% !important;
		max-width: 41.666% !important;
		flex-basis: 41.666% !important;
	}
}

/* --- 2. SỬA TRIỆT ĐỂ LỖI KHUNG MÃ ƯU ĐÃI (COUPON CO RÚM) --- */
.ux-cart-coupon .coupon {
	display: flex !important;
	flex-wrap: wrap !important; /* Cho phép các thành phần xuống dòng */
	gap: 10px !important;
	width: 100% !important;
}

/* Ép tiêu đề chiếm 100% dòng đầu tiên */
.ux-cart-coupon .coupon h3.widget-title {
	flex-basis: 100% !important; 
	margin-bottom: 8px !important;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Trả lại kích thước chuẩn cho ô nhập mã */
.ux-cart-coupon input#coupon_code {
	flex: 1 !important;
	display: block !important;
	width: auto !important;
	min-width: 140px !important; /* Đảm bảo ô nhập không bị thu nhỏ */
	height: 40px !important;
	border: 1px solid #ced4da !important;
	border-radius: 30px !important;
	padding: 0 16px !important;
	background-color: #ffffff !important;
	box-shadow: none !important;
}

/* Nút Áp dụng */
.ux-cart-coupon button[name="apply_coupon"] {
	flex-shrink: 0 !important;
	height: 40px !important;
	border-radius: 30px !important;
	padding: 0 20px !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

/* --- 3. ĐỒNG BỘ CĂN LỀ GIÚP CÁC CỘT THẲNG HÀNG TĂM TẮP --- */
/* Cột Sản phẩm căn lề trái */
.woocommerce-cart-form table.cart th.product-name,
.woocommerce-cart-form table.cart td.product-name {
	text-align: left !important;
}

/* Cột Giá căn giữa */
.woocommerce-cart-form table.cart th.product-price,
.woocommerce-cart-form table.cart td.product-price {
	text-align: center !important;
}

/* Cột Số lượng căn giữa */
.woocommerce-cart-form table.cart th.product-quantity,
.woocommerce-cart-form table.cart td.product-quantity {
	text-align: center !important;
}

/* Cột Tạm tính căn lề phải */
.woocommerce-cart-form table.cart th.product-subtotal,
.woocommerce-cart-form table.cart td.product-subtotal {
	text-align: right !important;
}

/* --- 4. TRANG TRÍ THẺ SẢN PHẨM & CÁC NÚT (GIỮ NGUYÊN) --- */
.woocommerce-cart-form table.cart {
	border-collapse: separate !important;
	border-spacing: 0 12px !important;
}
.woocommerce-cart-form table.cart tbody tr.cart_item {
	background: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	transition: all 0.3s ease;
}
.woocommerce-cart-form table.cart tbody tr.cart_item:hover {
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}
.woocommerce-cart-form table.cart td {
	border: none !important;
	padding: 15px;
}
.woocommerce-cart-form td.product-remove a.remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #f1f3f5 !important;
	color: #adb5bd !important;
	font-size: 16px !important;
}
.woocommerce-cart-form td.product-remove a.remove:hover {
	background-color: #ffe3e3 !important;
	color: #fa5252 !important;
}
.woocommerce-cart-form td.product-thumbnail img {
	border-radius: 8px;
	max-width: 70px;
	height: auto;
}
.woocommerce-cart-form td.product-name a {
	font-weight: 600;
	color: #212529;
}
.woocommerce-cart-form td.product-price .amount {
	color: #495057 !important;
	font-weight: 500;
}
.ux-quantity.buttons_added {
	border: 1px solid #ced4da;
	border-radius: 20px;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	background: #fff;
	height: 34px;
}
.ux-quantity .ux-quantity__button {
	background: #f8f9fa !important;
	border: none !important;
	color: #495057 !important;
	width: 30px !important;
}
.ux-quantity input.qty {
	border: none !important;
	width: 35px !important;
	text-align: center;
}
.woocommerce-cart-form td.product-subtotal .amount {
	color: #fa5252 !important;
	font-weight: 600;
}

/* Nút hành động */
.button-continue-shopping {
	border-radius: 30px !important;
	font-weight: 600 !important;
	text-transform: none !important;
	padding: 10px 24px !important;
	border: 2px solid #d26e4b !important;
	color: #d26e4b !important;
}
button[name="update_cart"] {
	border-radius: 30px !important;
	font-weight: 600 !important;
	text-transform: none !important;
	padding: 10px 24px !important;
}

/* Sidebar và nút Thanh toán */
.cart-sidebar {
	background: #ffffff;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
	border: 1px solid #e9ecef;
}
.cart-sidebar h2 {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.cart-sidebar table.shop_table tr.order-total td strong .amount {
	color: #fa5252 !important;
}
.wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	background-color: #d26e4b !important;
	color: #ffffff !important;
	padding: 12px 20px !important;
	border-radius: 30px !important;
	font-weight: 700 !important;
}

/* --- 5. ĐẢM BẢO HIỂN THỊ TRÊN MOBILE MƯỢT MÀ --- */
@media (max-width: 767px) {
	.woocommerce-cart-form table.cart thead {
		display: none !important;
	}
	.woocommerce-cart-form table.cart tbody tr.cart_item {
		display: grid !important;
		grid-template-columns: 80px 1fr !important;
		grid-template-rows: auto auto auto !important;
		grid-template-areas: 
			"thumb name"
			"thumb qty"
			"subtotal subtotal" !important;
		gap: 12px !important;
		padding: 16px !important;
		margin-bottom: 16px !important;
		border: 1px solid #e9ecef !important;
		position: relative !important;
	}
	.woocommerce-cart-form table.cart tr.cart_item td {
		padding: 0 !important;
	}
	.woocommerce-cart-form table.cart tr.cart_item td.product-remove {
		position: absolute !important;
		top: 10px !important;
		right: 10px !important;
	}
	.woocommerce-cart-form table.cart tr.cart_item td.product-thumbnail {
		grid-area: thumb !important;
	}
	.woocommerce-cart-form table.cart tr.cart_item td.product-thumbnail img {
		width: 80px !important;
		height: 80px !important;
	}
	.woocommerce-cart-form table.cart tr.cart_item td.product-name {
		grid-area: name !important;
		padding-right: 25px !important;
	}
	.woocommerce-cart-form table.cart tr.cart_item td.product-quantity {
		grid-area: qty !important;
		align-self: center !important;
	}
	.woocommerce-cart-form table.cart tr.cart_item td.product-subtotal {
		grid-area: subtotal !important;
		border-top: 1px dashed #e9ecef !important;
		padding-top: 12px !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
	}
	.woocommerce-cart-form table.cart tr.cart_item td.product-subtotal::before {
		content: "Tạm tính:";
		font-weight: normal;
		color: #495057;
	}
	.woocommerce-cart-form table.cart tr td.actions {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
	}
	.woocommerce-cart-form table.cart tr td.actions .continue-shopping,
	.woocommerce-cart-form table.cart tr td.actions button[name="update_cart"] {
		width: 100% !important;
	}
	.woocommerce-cart-form table.cart tr td.actions .continue-shopping a {
		display: block !important;
		text-align: center !important;
	}
}






/* ==========================================================
CSS LÀM ĐẸP FORM THANH TOÁN HIỆN ĐẠI
========================================================== */

/* Tiêu đề mục "Thông tin thanh toán" và "Thông tin bổ sung" */
.woocommerce-billing-fields h3, 
.woocommerce-additional-fields h3 {
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #d26e4b !important; /* Đồng bộ màu vàng cát thương hiệu */
	border-bottom: 2px solid #f1f3f5 !important;
	padding-bottom: 12px !important;
	margin-bottom: 24px !important;
	letter-spacing: 0.5px !important;
}

/* Định dạng nhãn chữ (Label) phía trên các ô nhập */
.woocommerce-checkout label {
	font-weight: 600 !important;
	color: #495057 !important;
	font-size: 13px !important;
	margin-bottom: 6px !important;
	display: inline-block !important;
}

/* Làm đẹp các ô nhập liệu (Inputs, Select, Textarea) */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
	border: 1px solid #ced4da !important;
	border-radius: 8px !important; /* Bo góc mềm mại */
	padding: 10px 16px !important;
	height: 44px !important;
	font-size: 14px !important;
	color: #212529 !important;
	background-color: #ffffff !important;
	box-shadow: none !important;
	transition: all 0.2s ease-in-out !important;
	width: 100% !important;
}

/* Định dạng riêng cho ô "Ghi chú đơn hàng" (Textarea) */
.woocommerce-checkout textarea {
	height: 100px !important;
	line-height: 1.5 !important;
}

/* HIỆU ỨNG TƯƠNG TÁC (FOCUS) KHI CLICK VÀO Ô NHẬP */
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
	border-color: #d26e4b !important; /* Đổi viền sang màu thương hiệu */
	box-shadow: 0 0 0 3px rgba(210, 110, 75, 0.15) !important; /* Đổ bóng mờ nhẹ */
	outline: none !important;
	background-color: #fff !important;
}

/* Khoảng cách giữa các hàng trong form thông thoáng hơn */
.woocommerce-checkout .form-row {
	margin-bottom: 18px !important;
}

/* Đảm bảo ô thông tin hiển thị đẹp trên cả thiết bị di động */
@media (max-width: 767px) {
	.woocommerce-checkout input,
	.woocommerce-checkout select {
		height: 42px !important;
		font-size: 13px !important;
	}
}



















/* ==========================================================
CSS TỐI ƯU HÓA SIDEBAR ĐƠN HÀNG (CHECKOUT SIDEBAR)
========================================================== */

/* --- 1. Biến toàn bộ Sidebar thành dạng Card --- */
.checkout-sidebar {
	background: #ffffff !important;
	padding: 24px !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
	border: 1px solid #e9ecef !important;
}

/* Tiêu đề Đơn hàng của bạn */
#order_review_heading {
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #d26e4b !important; /* Đồng bộ màu vàng cát thương hiệu */
	border-bottom: 2px solid #f1f3f5 !important;
	padding-bottom: 12px !important;
	margin-bottom: 20px !important;
	letter-spacing: 0.5px !important;
}

/* --- 2. Định dạng lại Bảng Sản Phẩm --- */
.woocommerce-checkout-review-order-table {
	width: 100% !important;
	border-collapse: collapse !important;
	margin-bottom: 20px !important;
}

/* Hàng tiêu đề của bảng */
.woocommerce-checkout-review-order-table thead th {
	font-weight: 700 !important;
	color: #495057 !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	letter-spacing: 0.5px !important;
	padding: 10px 0 !important;
	border-bottom: 2px solid #e9ecef !important;
}

/* Nội dung các dòng trong bảng */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 14px 0 !important;
	border-bottom: 1px solid #f1f3f5 !important;
	background: transparent !important;
	font-size: 14px !important;
}

/* Cột tên sản phẩm */
.woocommerce-checkout-review-order-table tr.cart_item td.product-name {
	color: #212529 !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	padding-right: 15px !important;
}

/* Tạo nhãn (badge) riêng biệt cho Số lượng "x 6" */
.woocommerce-checkout-review-order-table tr.cart_item strong.product-quantity {
	color: #495057 !important;
	font-weight: 600 !important;
	background-color: #f1f3f5 !important; /* Nền xám nhạt nhẹ */
	padding: 2px 8px !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	margin-left: 6px !important;
	display: inline-block !important;
}

/* Giá tiền sản phẩm bên phải */
.woocommerce-checkout-review-order-table tr.cart_item td.product-total {
	text-align: right !important;
	font-weight: 600 !important;
	color: #212529 !important;
}

/* --- 3. Phần Tổng Cộng ở Tfoot --- */
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-weight: 600 !important;
	color: #495057 !important;
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	text-align: right !important;
}

/* Dòng Tổng cộng cuối cùng */
.woocommerce-checkout-review-order-table tfoot tr.order-total th {
	font-weight: 700 !important;
	color: #212529 !important;
	font-size: 15px !important;
	border-bottom: none !important;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	text-align: right !important;
	border-bottom: none !important;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td strong .amount {
	color: #fa5252 !important; /* Làm nổi bật số tiền tổng cộng cần thanh toán */
	font-size: 1.35rem !important;
	font-weight: 700 !important;
}

/* --- 4. Khu Vực Phương Thức Thanh Toán --- */
.woocommerce-checkout-payment {
	background: #f8f9fa !important; /* Nền xám nhạt tạo độ tương phản với nền trắng */
	padding: 16px !important;
	border-radius: 8px !important;
	margin-bottom: 20px !important;
	border: 1px solid #e9ecef !important;
}
.woocommerce-checkout-payment ul.payment_methods {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Sửa lại bảng thông báo "Chưa cấu hình thanh toán" (Warning box) mượt mà hơn */
.woocommerce-checkout-payment .woocommerce-info {
	background-color: #fff3cd !important; /* Tông vàng nhạt của cảnh báo */
	border-color: #ffeeba !important;
	color: #856404 !important;
	padding: 14px 16px !important;
	border-radius: 6px !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	border-left: 4px solid #ffc107 !important; /* Điểm nhấn viền vàng đậm bên trái */
	margin: 0 !important;
}
.woocommerce-checkout-payment .woocommerce-info .message-container {
	padding: 0 !important;
}

/* --- 5. Nút Đặt Hàng (CTA cực kỳ quan trọng) --- */
button#place_order {
	display: block !important;
	width: 100% !important;
	background-color: #d26e4b !important; /* Màu vàng cát thương hiệu */
	color: #ffffff !important;
	border: none !important;
	padding: 14px 20px !important;
	border-radius: 30px !important; /* Bo tròn dạng Pill-shape */
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	box-shadow: 0 4px 15px rgba(210, 110, 75, 0.25) !important; /* Đổ bóng nút tạo độ nổi bật */
	transition: all 0.25s ease-in-out !important;
	cursor: pointer !important;
	margin-top: 15px !important;
}
button#place_order:hover {
	background-color: #bc5e3c !important; /* Sẫm màu nhẹ khi rê chuột vào */
	transform: translateY(-2px) !important; /* Nhấc nhẹ nút lên */
	box-shadow: 0 6px 20px rgba(210, 110, 75, 0.38) !important;
}
button#place_order:active {
	transform: translateY(0) !important;
}

/* --- 6. Chính Sách Riêng Tư (Privacy Policy) --- */
.woocommerce-privacy-policy-text {
	margin-top: 16px !important;
	border-top: 1px dashed #e9ecef !important; /* Đường gạch nét đứt tinh tế */
	padding-top: 16px !important;
}
.woocommerce-privacy-policy-text p {
	font-size: 12px !important;
	color: #6c757d !important; /* Màu chữ xám nhạt không gây phân tâm */
	line-height: 1.6 !important;
	margin: 0 !important;
}
.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
	color: #d26e4b !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}
.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link:hover {
	text-decoration: underline !important;
}

/* Ép ô Địa chỉ giãn rộng 100% bằng CSS */
#billing_address_1_field {
	width: 100% !important;
	clear: both !important;
	float: none !important;
}






.bv-box {
	background: #fff;
	border-radius: 10px;
	border: 1px solid var(--primary-color);
	overflow: hidden;
}

/* Header */
.bv-header {
	padding: 12px 16px;
	font-weight: 700;
	border-bottom: 1px solid var(--primary-color);
	font-size: 15px;
	color: var(--color-black);
}

/* Row */
.bv-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	transition: background 0.25s;
}

.bv-row:last-child {
	border-bottom: none;
}

/* Image */
.bv-img {
	position: relative;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

.bv-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

/* Number on image */
.bv-number {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 22px;
	height: 22px;
	background: var(--primary-color);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

/* Content */
.bv-info {
	flex: 1;
}

.bv-title-post {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bv-row:hover .bv-title-post {
	color: var(--primary-color);
}

.bv-date {
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

#respond {
	display: none
}

.article-inner .entry-header-text {
	padding-bottom: 0;
}
.article-inner p {
	text-align: justify
}






/* --- BO GÓC VÀ ĐỔ BÓNG CHO TOÀN BỘ KHUNG SIDEBAR --- */
.custom-sidebar-cat-brand {
	background-color: #ffffff; /* Màu nền trắng để làm nổi bật bóng đổ */
	border-radius: 16px;       /* Bo góc mượt mà */
	padding: 30px 25px;        /* Khoảng đệm từ chữ đến viền khung */

	/* Hiệu ứng đổ bóng mịn, hiện đại */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
		0 1px 3px rgba(0, 0, 0, 0.02);

	/* Viền mờ nhẹ bên ngoài để tăng chiều sâu */
	border: 1px solid #f1f5f9; 

	/* Đảm bảo khung không bị tràn viền */
	overflow: hidden; 
}

/* Tinh chỉnh khoảng cách tiêu đề trong card cho đẹp hơn */
.custom-sidebar-cat-brand .widget-title {
	margin-top: 0;
	margin-bottom: 15px;
}

/* --- TỔNG THỂ SIDEBAR --- */
.custom-sidebar-cat-brand ul {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.custom-sidebar-cat-brand ul li {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dashed #e2e8f0; /* Đường gạch đứt hiện đại */
	margin: 0 !important;
}

.custom-sidebar-cat-brand ul li:last-child {
	border-bottom: none; /* Bỏ đường kẻ ở dòng cuối cùng */
}

/* --- TEXT VÀ CHECKBOX (Ô TICK) --- */
.custom-sidebar-cat-brand ul li a {
	display: flex;
	align-items: center;
	color: #4a5568 !important; /* Màu chữ xám đậm hiện đại */
	font-weight: 500;
	font-size: 15px;
	text-decoration: none !important;
	transition: all 0.2s ease-in-out;
}

/* Vẽ ô checkbox giả bằng CSS */
.custom-sidebar-cat-brand ul li a::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid #cbd5e1; /* Màu viền ô lúc chưa chọn */
	border-radius: 4px; /* Bo góc nhẹ cho ô checkbox */
	margin-right: 12px;
	background-color: #ffffff;
	transition: all 0.2s ease-in-out;
	flex-shrink: 0;
}

/* Hiệu ứng Hover vào cả dòng */
.custom-sidebar-cat-brand ul li:hover a {
	color: #c69a39 !important; /* Chuyển chữ sang màu vàng */
}
.custom-sidebar-cat-brand ul li:hover a::before {
	border-color: #c69a39; /* Chuyển viền ô tick sang màu vàng khi hover */
}

/* --- TRẠNG THÁI ĐANG ĐƯỢC CHỌN (ACTIVE / CURRENT) --- */
/* Khi danh mục đang được xem, Flatsome tự động thêm class .current-cat */
.custom-sidebar-cat-brand ul li.current-cat a {
	color: #c69a39 !important;
	font-weight: 600; /* Chữ đậm hơn */
}

/* Đổi ô checkbox thành màu vàng và vẽ dấu tích ✓ màu trắng */
.custom-sidebar-cat-brand ul li.current-cat a::before {
	border-color: #c69a39;
	background-color: #c69a39;
	content: "\2713"; /* Mã Unicode của dấu tích */
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --- BADGE SỐ LƯỢNG (VIÊN THUỐC PHÍA PHẢI) --- */
.custom-sidebar-cat-brand ul li .count {
	background-color: #f1f5f9; /* Màu nền xám nhạt */
	color: #64748b; /* Màu số xám */
	font-size: 11px;
	font-weight: 600;
	padding: 3px 9px;
	border-radius: 20px; /* Bo tròn hoàn toàn tạo hình viên thuốc */
	transition: all 0.2s ease-in-out;
}

/* Hiệu ứng Hover hoặc khi Active thì số lượng cũng đổi màu */
.custom-sidebar-cat-brand ul li:hover .count,
.custom-sidebar-cat-brand ul li.current-cat .count {
	background-color: #c69a39;
	color: #ffffff;
}













/* --- KHUNG CHỨA TOÀN BỘ FORM --- */
.pill-contact-form {
	max-width: 550px; /* Giới hạn chiều rộng tối đa để form cân đối */
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* --- TIÊU ĐỀ FORM --- */
.pill-contact-form .form-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #000000 !important;
	margin-bottom: 25px !important;
	text-align: left;
	line-height: 1.4;
}

/* --- KHOẢNG CÁCH GIỮA CÁC Ô --- */
.pill-contact-form .form-group {
	margin-bottom: 22px !important;
}

/* --- ĐỊNH DẠNG Ô NHẬP LIỆU (Họ tên, Email, Tư vấn) --- */
.pill-contact-form input[type="text"],
.pill-contact-form input[type="email"],
.pill-contact-form input[type="tel"] {
	width: 100% !important;
	background-color: #ffffff !important;
	border: 2px solid var(--primary-color) !important; /* Viền xanh dương đậm siêu nét */
	border-radius: 50px !important;         /* Bo góc kiểu viên thuốc (pill) */
	padding: 16px 28px !important;         /* Tạo khoảng đệm rộng rãi bên trong */
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #1a202c !important;
	box-shadow: none !important;           /* Loại bỏ bóng chìm */
	outline: none !important;
	box-sizing: border-box !important;
	height: auto !important;
	transition: all 0.2s ease-in-out;
}

/* --- ĐỊNH DẠNG RIÊNG CHO Ô TEXTAREA (Nội dung) --- */
.pill-contact-form textarea {
	width: 100% !important;
	background-color: #ffffff !important;
	border: 2px solid var(--primary-color) !important;
	border-radius: 20px !important;         /* Bo góc mềm mại vừa phải (không bo tròn dạng viên thuốc vì là ô lớn) */
	padding: 18px 28px !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #1a202c !important;
	height: 140px !important;
	box-shadow: none !important;
	outline: none !important;
	resize: vertical !important;           /* Chỉ cho phép kéo giãn theo chiều dọc */
	box-sizing: border-box !important;
	transition: all 0.2s ease-in-out;
}

/* --- CHỮ GỢI Ý TRONG Ô (PLACEHOLDERS) --- */
.pill-contact-form ::placeholder {
	color: #718096 !important; /* Màu chữ gợi ý xám đậm giống hình */
	opacity: 1 !important;
	font-weight: 600 !important; /* Làm chữ đậm lên một chút để rõ nét */
}

/* --- HIỆU ỨNG FOCUS (KHI NGƯỜI DÙNG NHẤP VÀO Ô) --- */
.pill-contact-form input:focus,
.pill-contact-form textarea:focus {
	background-color: #fcfdfe !important; /* Đổi nền rất nhẹ khi gõ */
	box-shadow: 0 0 0 4px rgba(0, 5, 142, 0.1) !important; /* Hiệu ứng tỏa sáng mờ màu xanh */
}

/* --- NÚT ĐĂNG KÝ (SUBMIT BUTTON) --- */
.pill-contact-form .form-submit input[type="submit"] {
	width: 100% !important;
	background-color: var(--primary-color) !important; /* Màu xanh dương đậm đồng nhất với viền */
	color: #ffffff !important;
	border: none !important;
	border-radius: 50px !important;         /* Bo tròn viên thuốc */
	padding: 16px !important;
	font-size: 16px !important;
	font-weight: 700 !important;           /* Chữ ĐĂNG KÝ in đậm */
	letter-spacing: 1px !important;
	text-transform: uppercase !important;  /* Tự động viết hoa chữ */
	cursor: pointer !important;
	transition: all 0.2s ease-in-out;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

/* Hiệu ứng khi di chuột qua nút Đăng ký */
.pill-contact-form .form-submit input[type="submit"]:hover {
	background-color: #00035a !important; /* Màu xanh đậm hơn một chút khi hover */
	box-shadow: 0 6px 16px rgba(0, 5, 142, 0.2) !important; /* Đổ bóng nhẹ tạo chiều sâu */
}










.company-info__list{
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	display:grid;
	gap:10px;
}

.company-info__list li{
	margin:0 !important;
	padding:0 !important;
	display:flex;
	align-items:flex-start;
	gap:5px;
	line-height:1.5;
}

.company-info__list i{
	width:20px;
	flex:0 0 20px;
	margin:2px 0 0 0 !important; /* không có margin-left */
	color: var(--primary-color);
}

.company-info--white a{
	text-decoration:none;
}
.company-info--white a:hover{
	text-decoration:underline;
}

.contact-form-page .company-info--white,
.contact-form-page .company-info--white *{
	color:#000 !important;
}

.contact-form-page .company-info--white .company-info__list i {
	color: var(--primary-color) !important;
}












/* Container của menu con */
ul.sub-menu.nav-dropdown-default {
	list-style: none;
	padding: 8px 0 !important;
	margin: 0;
	background-color: #ffffff;
	border-radius: 8px; /* Bo góc mềm mại */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Đổ bóng nhẹ */
	border: 1px solid #eaeaea;
	min-width: 260px; /* Đảm bảo chữ không bị xuống dòng quá nhiều */
	overflow: hidden; /* Giúp bo góc hoạt động tốt */
}
#menu-item-30 ul.sub-menu.nav-dropdown-default {
	min-width: 200px; 
}
/* Các mục li bên trong */
ul.sub-menu.nav-dropdown-default li.menu-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Đường phân cách mỏng giữa các mục (trừ mục cuối) */
ul.sub-menu.nav-dropdown-default li.menu-item:not(:last-child) {
	border-bottom: 1px solid #f7f7f7;
}

/* Định dạng thẻ liên kết <a> */
ul.sub-menu.nav-dropdown-default li.menu-item a {
	display: block;
	padding: 12px 20px;
	color: var(--fs-color-secondary); /* Màu chữ tối dễ đọc */
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.4;
	border-left: 3px solid transparent; /* Thanh chỉ thị ẩn */
	transition: all 0.25s ease-in-out; /* Hiệu ứng mượt mà */
}

/* Hiệu ứng khi rê chuột (Hover) áp dụng màu #9D7838 */
ul.sub-menu.nav-dropdown-default li.menu-item a:hover {
	background-color: #FAF6EE; /* Nền kem ấm áp phù hợp với tông màu chủ đạo */
	color: #9D7838; /* Chữ chuyển sang màu vàng đồng của bạn */
	border-left-color: var(--fs-color-secondary); /* Hiện thanh chỉ thị màu vàng đồng bên trái */
	padding-left: 24px; /* Đẩy chữ nhẹ sang phải tạo cảm giác tương tác */
}






.recruited-page .post-item .col-inner .box .post-title {
	height: unset;
	font-size: 1.1rem;
}

.intro-page .col-inner {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
	border-top: 4px solid var(--primary-color);
	height: 100%;
}

.introduce-homepage .img-inner {
	border-radius: 20px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
}

@media (max-width: 549px){
	.shop-container .row-small>.col {
		padding: 0 4.8px 19.6px;
	}

	.best-selling .row-small>.flickity-viewport>.flickity-slider>.col {
		padding: 0 4.8px 19.6px;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
		font-size: 1rem;
		color: var(--primary-color);
	}
}
#tab-reviews {
	display: none !important
}
@media (max-width: 767px) {
	/* Chuyển form thành dạng lưới (Grid) có 2 cột */
	.single-product form.cart,
	form.cart {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 12px !important;
	}

	/* Ô chọn số lượng được căn sát lề bên TRÁI */
	.single-product form.cart .ux-quantity.quantity,
	form.cart .ux-quantity.quantity,
	form.cart .quantity {
		grid-column: span 2 !important; /* Chiếm 2 cột để nằm riêng dòng đầu */
		justify-self: start !important; /* Canh lề bên TRÁI trong hệ thống Grid */
		width: auto !important; 
		max-width: max-content !important; 
		margin: 0 0 5px 0 !important; /* Đặt khoảng cách lề bình thường */
		display: inline-flex !important; 
	}

	/* Hai nút bấm nằm ở dòng thứ 2, mỗi nút chiếm đúng 1 cột */
	.single-product form.cart button.single_add_to_cart_button,
	form.cart button.single_add_to_cart_button,
	.single-product form.cart button.ux-buy-now-button,
	form.cart button.ux-buy-now-button {
		grid-column: span 1 !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 10px 4px !important;
		font-size: 14px !important;
		height: auto !important;
		line-height: normal !important;
	}
	.category-filter-row {
		display: none;
		padding-top: 0 !important;
	}
}


.blog-wrapper .is-divider {
	display: none
}

.blog-wrapper .archive-page-header .page-title  span {
	font-size: 1.5em;
}

#wide-nav>.flex-row >.flex-col {
	width: 100%;
} 

#wide-nav>.flex-row >.flex-col>.nav-left {
	justify-content: space-between;
}

@media (max-width: 549px){
	#main-menu .sidebar-menu .nav li a{
		text-transform: uppercase;
	}
}

.ccbg-sidebar-content .ccbg-sidebar-bottom img {
	display: none
}










/* Cấu hình ảnh danh mục trong menu mobile */
.menu-cat-img {
	width: 26px;          /* Chiều rộng của ảnh */
	height: 26px;         /* Chiều cao của ảnh */
	margin-right: 10px;   /* Khoảng cách giữa ảnh và chữ */
	vertical-align: middle; /* Căn giữa ảnh theo chiều dọc với chữ */
	border-radius: 4px;   /* Bo tròn góc ảnh (nếu muốn hình tròn hãy đổi thành 50%) */
	object-fit: cover;    /* Tránh việc ảnh bị méo/bẹt */
}

/* Căn chỉnh lại padding của menu mobile để hiển thị cân đối */
.mobile-sidebar .nav-sidebar > li > a {
	display: flex;
	align-items: center;
}

#wide-nav {
	background: linear-gradient(180deg, #ffba01, #ffdb3a 50%, #ffe62f);
}

/* 1. Thiết lập vùng chứa ẩn phần thừa (Loại bỏ nền đen cũ) */
.img-homepage .img-inner {
	position: relative;
	overflow: hidden;
	background: transparent !important; /* Đặt nền trong suốt để không bị lộ khoảng đen */
}

/* 2. Thiết lập chuyển động thu nhỏ ảnh mượt mà hơn */
.img-homepage img {
	transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

/* 3. Hiệu ứng thu nhỏ ảnh nhẹ nhàng khi rê chuột */
.img-homepage:hover img {
	transform: scale(0.97) !important;
}

/* 4. Tạo dải băng sáng to hơn và mịn hơn */
.img-homepage .img-inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: -150%; /* Nằm ẩn hoàn toàn ở bên trái */
	width: 550px; /* Tăng chiều rộng dải sáng để mượt và rõ hơn */
	height: 100%;
	/* Gradient dải sáng mềm mại, chuyển mờ dần về 2 rìa */
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.08) 25%,
		rgba(255, 255, 255, 0.45) 50%,
		rgba(255, 255, 255, 0.08) 75%,
		rgba(255, 255, 255, 0) 100%
	);
	transform: skewX(-25deg); /* Góc nghiêng dải sáng */
	pointer-events: none;
	/* transition với hàm cubic-bezier giúp lướt qua rất êm và tự nhiên */
	transition: left 2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* 5. Kích hoạt hiệu ứng dải sáng chạy qua khi rê chuột */
.img-homepage:hover .img-inner::after {
	left: 150%;
}

.img-homepage .img-inner {
	border-radius: 5px;
}


/* Khung container bao bọc ngoài cùng */
.phangia-form-container {
	background-color: var(--fs-color-secondary); /* Màu xanh navy tương tự trong ảnh */
	border-radius: 12px;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

/* Định dạng tiêu đề chính */
.phangia-form-title {
	color: #ffffff !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	margin-top: 0 !important;
	margin-bottom: 0px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px;
}

/* Định dạng tiêu đề phụ */
.phangia-form-subtitle {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 15px !important;
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}

/* Căn chỉnh lại thẻ bọc mặc định của Contact Form 7 để không bị lỗi hiển thị */
.phangia-form-container .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

/* Định dạng chung cho các ô input và textarea */
.phangia-form-container input[type="text"],
.phangia-form-container input[type="email"],
.phangia-form-container input[type="tel"],
.phangia-form-container textarea {
	width: 100% !important;
	background-color: #ffffff !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 25px 15px !important;
	color: #333333 !important;
	font-size: 15px !important;
	box-sizing: border-box !important;
	outline: none !important;
	box-shadow: none !important;
}

/* Điều chỉnh độ cao cho ô Nội dung yêu cầu */
.phangia-form-container textarea {
	height: 90px !important;
	resize: vertical;
}

/* Tùy chỉnh màu sắc chữ gợi ý (Placeholder) */
.phangia-form-container ::placeholder {
	color: #999999 !important;
	opacity: 1;
}
.phangia-form-container :-ms-input-placeholder {
	color: #999999 !important;
}
.phangia-form-container ::-ms-input-placeholder {
	color: #999999 !important;
}

/* Phần chứa nút gửi */
.phangia-form-submit {
	margin-top: 20px;
}

/* Định dạng nút GỬI YÊU CẦU */
.phangia-form-container input[type="submit"] {
	background-color: transparent !important;
	color: #ffffff !important;
	border: 2px solid var(--primary-color) !important;
	border-radius: 10px !important;
	padding: 10px 40px !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
	width: auto !important;
	margin: 0;
}

/* Hiệu ứng khi rê chuột qua nút */
.phangia-form-container input[type="submit"]:hover {
	background-color: #ffffff !important;
	color: #0b5193 !important;
}

/* Tùy chỉnh thông báo thành công/thất bại mặc định của CF7 để không làm vỡ khung */
.phangia-form-container .wpcf7-response-output {
	margin: 15px 0 0 0 !important;
	padding: 10px !important;
	border-radius: 6px !important;
	color: #ffffff !important;
	font-size: 14px !important;
}

.phangia-form-submit .wpcf7-spinner {
	display: none
}


/* Container căn đều 2 bên và bắt buộc nằm trên 1 hàng */
.hvac-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #0b5193; /* Đường gạch mờ ở cạnh dưới */
	padding-bottom: 12px;
	margin-bottom: 25px;
	flex-wrap: nowrap; /* Bắt buộc tiêu đề và nút luôn cùng nằm trên 1 hàng */
}

/* Tiêu đề bên trái */
.hvac-header-title {
	color: #0b5193 !important;
	font-weight: 700 !important;
	margin: 0 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px;

	/* Tự động thu nhỏ chữ tiêu đề một chút trên màn hình điện thoại để nhường chỗ cho nút bên phải */
	font-size: clamp(15px, 4.5vw, 22px) !important; 
}

/* Nút "Xem tất cả" bên phải */
.hvac-header-more {
	color: #0b5193 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	display: flex;
	align-items: center;
	gap: 8px; /* Khoảng cách giữa chữ và mũi tên */
	transition: opacity 0.2s ease;

	/* KHÔNG CHO PHÉP XUỐNG DÒNG */
	white-space: nowrap !important; 
	flex-shrink: 0 !important; /* Không cho phép phần tử này bị bóp méo hay co nhỏ lại */
}

/* Biểu tượng mũi tên */
.hvac-header-more .arrow-icon {
	display: inline-block;
	transition: transform 0.25s ease;
	flex-shrink: 0;
}

/* Hiệu ứng khi rê chuột qua nút */
.hvac-header-more:hover {
	opacity: 0.8;
}

/* Mũi tên nhích nhẹ sang phải khi hover */
.hvac-header-more:hover .arrow-icon {
	transform: translateX(4px);
}

.hvac-header-more br {
	display: none
}
.hvac-header-container p {
	margin-bottom: 0;
}


.news-homepage>.col-inner {
	padding: 20px;
	border-radius: 12px;
	border-top: 5px solid var(--primary-color);
	background-color: #ffffff; /* Cần có màu nền trắng để thấy rõ bóng */
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1) !important; 
	height: 100%;
}

.form-homepage form {
	margin-bottom: 0;
}


@media (max-width: 549px){
	.news-homepage>.col-inner {
		padding: 0px;
	}
}
















.gk-mission-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}

/* Khung sứ mệnh phía trên */
.gk-mission-header {
	background-color: #f4f7f9; /* Màu nền xám xanh nhạt dịu mắt */
	border: 1px solid #eef1f5;
	border-radius: 12px;
	padding: 26px 30px;
	margin-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.gk-mission-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 21px;
	font-weight: bold;
	color: #0d2240; /* Màu xanh đen sang trọng */
	margin-top: 0;
	margin-bottom: 14px;
}
.gk-mission-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.gk-mission-desc {
	font-size: 15px;
	color: #4e5d78; /* Màu chữ xám vừa phải, dễ đọc */
	line-height: 1.6;
	margin: 0;
}

/* Lưới 4 ô tính năng */
.gk-features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* Chia 2 cột trên máy tính */
	gap: 16px;
}

/* Thẻ tính năng nhỏ */
.gk-feature-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background-color: #fffdf5; /* Nền vàng kem siêu nhạt */
	border: 1px solid #ffe9aa; /* Viền mỏng màu vàng */
	border-radius: 10px;
	padding: 16px 20px;
	box-sizing: border-box;
}
.gk-feature-icon {
	display: inline-flex;
	margin-top: 2px;
	flex-shrink: 0;
}
.gk-feature-info {
	display: flex;
	flex-direction: column;
}
.gk-feature-title {
	font-size: 15px;
	font-weight: bold;
	color: #0d2240;
	margin: 0 0 4px 0;
}
.gk-feature-sub {
	font-size: 13px;
	color: #64748b;
	margin: 0;
	line-height: 1.4;
}

/* RESPONSIVE: Tự động tối ưu giao diện trên Điện thoại */
@media (max-width: 768px) {
	.gk-mission-header {
		padding: 20px;
	}
	.gk-mission-title {
		font-size: 18px;
		gap: 8px;
	}
	.gk-features-grid {
		grid-template-columns: 1fr; /* Chuyển thành 1 cột xếp dọc trên di động */
		gap: 12px;
	}
	.gk-feature-card {
		padding: 14px 16px;
	}
	.gk-feature-title {
		font-size: 14px;
	}
	.gk-feature-sub {
		font-size: 12px;
	}
}






















.brand-intro-section {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
}

.mission-card {
	margin-bottom: 25px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.mission-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}

.mission-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mission-icon i {
	color: #eab308 !important;
	font-size: 24px !important;
}

.mission-title {
	color: #0c101d !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	letter-spacing: -0.3px;
}

.mission-desc {
	font-size: 15.5px !important;
	line-height: 1.65 !important;
	margin: 0 !important;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.feature-item {
	background-color: #fffdf7 !important;
	border: 1.5px solid #fbeeb5 !important;
	border-radius: 14px !important;
	padding: 18px 20px !important;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	box-shadow: 0 4px 12px rgba(251, 238, 181, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(251, 238, 181, 0.25);
}

.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
	flex-shrink: 0;
}

.feature-icon i {
	color: var(--primary-color) !important;
	font-size: 20px !important;
}

.feature-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.feature-headline {
	color: #0c101d !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	line-height: 1.4 !important;
}

.feature-subtext {
	color: #718096 !important;
	font-size: 13.5px !important;
	margin: 0 !important;
	line-height: 1.4 !important;
}

@media (max-width: 768px) {
	.features-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.mission-card {
		padding: 25px 20px !important;
	}

	.mission-title {
		font-size: 18px !important;
	}

	.mission-desc {
		font-size: 14px !important;
	}

	.feature-item {
		padding: 15px 15px !important;
	}
}

.footer-1,
.absolute-footer{
	background: var(--fs-color-secondary) !important
}


.dv-card-excerpt {
	display: none
}


.ft-contact-container {
	margin: 0 auto;
	padding: 24px;
	background-color: #f8f9fa;
	border-radius: 16px;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
}

.ft-contact-header {
	margin-bottom: 24px;
}

.ft-contact-title {
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.ft-contact-desc {
	display: block;
	font-size: 14.5px;
	color: #333333;
	line-height: 1.5;
	margin: 0;
}

.ft-contact-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 16px !important;
}

.ft-contact-card {
	display: flex !important;
	align-items: center !important;
	background-color: #ffffff !important;
	padding: 16px !important;
	border-radius: 16px !important;
	text-decoration: none !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
	box-sizing: border-box;
}

.ft-contact-card:not(.ft-no-link):hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}

.ft-no-link {
	cursor: default;
}

.ft-contact-list p, 
.ft-contact-container p:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ft-icon-box {
	width: 52px !important;
	height: 52px !important;
	border-radius: 12px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	margin-right: 16px !important;
	box-sizing: border-box;
	/* Đồng bộ kiểu dáng nền trắng viền xám nhạt */
	border: 1px solid #e5e7eb !important;
	background-color: #ffffff !important;
	color: var(--ft-theme-color) !important;
}

.ft-icon-box i {
	font-size: 22px !important;
}

.ft-info-content {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
	text-align: left !important;
}

.ft-info-label {
	display: block !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #000000 !important;
	line-height: 1.2 !important;
}

.ft-info-value {
	display: block !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	word-break: break-word !important;
	color: #000 !important; /* Đồng bộ màu chữ */
}

.lien-he-col .col-inner,
.lien-he-col .col-inner .wpcf7.js,
.lien-he-col .col-inner .wpcf7.js form,
.phangia-form-container {
	height: 100%
}