.home_uudaihot{
	background: #FFFAF4;
}
.home_uudaihot .title .col-inner {
	background: linear-gradient(90deg, #780d13 0%, #881017 45%, #762706 100%);
	border-radius: 20px;
	padding: 30px 40px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

/* Tag con nhộng ĐÓN TRĂNG RẰM */
.home_uudaihot .title .banner-tag {
	margin-bottom: 12px;
}

.home_uudaihot .title .banner-tag span {
	display: inline-block;
	border: 1.5px solid #d48b28;
	border-radius: 50px;
	padding: 4px 14px;
	font-size: 13px;
	font-weight: 700;
	color: #ffb834;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.4;
}

.home_uudaihot .title .banner-subtitle {
	font-size: 13px;
	font-weight: 700;
	color: #ffb834;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	line-height: 1.2;
}

/* Tiêu đề Ưu đãi Trung Thu */
.home_uudaihot .title .banner-title {
	font-size: 36px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 12px;
}

.home_uudaihot .title .banner-title span {
	color: #ffb834;
}

/* Đoạn mô tả tour */
.home_uudaihot .title .banner-desc {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
	max-width: 65%;
	margin-bottom: 0;
}

/* Khung giảm giá bên phải */
.home_uudaihot .title .banner-discount {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 0;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: center;
	padding: 14px 22px;
	border: 1.5px solid rgba(255, 255, 255, 0.22);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(4px);
}

/* Ẩn thẻ br WordPress tự sinh trong khung giảm giá */
.home_uudaihot .title .banner-discount br {
	display: none;
}

/* Vòng tròn chứa ngọn lửa */
.home_uudaihot .title .banner-discount span:first-of-type {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ba5d16;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_uudaihot .title .banner-discount span:first-of-type img {
	width: 22px;
	height: 22px;
	margin: 0;
}

/* Chữ GIẢM TỚI */
.home_uudaihot .title .banner-discount span:nth-of-type(2) {
	grid-column: 2;
	grid-row: 1;
	font-size: 12px;
	font-weight: 700;
	color: #ffb834;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.2;
	align-self: end;
}

/* Chữ 25% OFF */
.home_uudaihot .title .banner-discount span:nth-of-type(3) {
	grid-column: 2;
	grid-row: 2;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.1;
	align-self: start;
}


.home_uudaihot .tour_uudaihot .tour-layout-uudaihot {
	display: contents !important;
}

/* Ẩn các thành phần thừa của Flatsome mặc định */
.home_uudaihot .tour_uudaihot .category,
.home_uudaihot .tour_uudaihot .badge-container,
.home_uudaihot .tour_uudaihot .image-tools,
.home_uudaihot .tour_uudaihot .add-to-cart-button {
	display: none !important;
}


.home_uudaihot .tour_uudaihot .row > .col {
	max-width: 50% !important;
	flex-basis: 50% !important;
	max-height: 80% !important;

}


.home_uudaihot .tour_uudaihot .product-small.box {
	display: flex !important;
	flex-direction: row !important;
	background: var(--color-white);
	border: 1px solid #dfc79b; 
	border-radius: 12px;
	padding:10px !important;
	position: relative !important; 
	height: 100%;
	align-items: stretch;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	overflow: hidden;
}

/* Cột Ảnh */
.home_uudaihot .tour_uudaihot .box-image {
	border-radius:8px;
	height: 180px !important;
	overflow:hidden;
	width: 38% !important;
	flex-shrink: 0;
	position: static !important; 
	margin: 0 !important;
}
.home_uudaihot .tour_uudaihot .box-image img {
	object-fit: cover !important;
	border-radius: 0 !important; /* Đã được overflow hidden bọc ở ngoài */
}

.home_uudaihot .tour_uudaihot .box-text {
	width: 58% !important;
	padding: 0px 15px 7px 15px !important;
	display: flex !important;
	flex-direction: column !important;
	text-align: left;
	position: static !important;
}

/* Tiêu đề Tour */
.home_uudaihot .tour_uudaihot .title-wrapper {
	margin-bottom: 8px !important;
}
.home_uudaihot .tour_uudaihot .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--color-black);
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.home_uudaihot .tour_uudaihot .name a{
	color: var(--color-black);
}
/* Meta Data (Thời gian & Khởi hành) */
.home_uudaihot .tour_uudaihot .tour-meta-wrap {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: var(--color-main); 
	margin-bottom: auto !important; /* Đẩy giá tiền xuống đáy */
	gap: 8px;
	font-weight: 500;
}
.home_uudaihot .tour_uudaihot .tour-time {
	color: #c77e23;
	display: flex;
	align-items: center;
	gap: 4px;
}
.home_uudaihot .tour_uudaihot .tour-divider { color: #ddd; }

.home_uudaihot .tour_uudaihot .price-wrapper {
	margin-bottom: 0 !important;
	margin-top: auto;
}
.home_uudaihot .tour_uudaihot .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
}
.home_uudaihot .tour_uudaihot .price del {
	font-size: 12px;
	color: #999;
}
.home_uudaihot .tour_uudaihot .price ins,
.home_uudaihot .tour_uudaihot .price > .amount,
.home_uudaihot .tour_uudaihot .price ins .amount {
	font-size: 18.5px;
	font-weight: bold;
	color: var(--color-second); 
	text-decoration: none;
}
.home_uudaihot .tour_uudaihot .tour-btn-book {
	position: absolute !important;
	bottom: 15px !important;
	right: 15px !important;
	background: var(--color-main); 
	color: var(--color-white);
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: 0.3s;
	z-index: 10;
}
.home_uudaihot .tour_uudaihot .tour-btn-book:hover {
	opacity: 0.85;
	color: var(--color-white);
}


.home_uudaihot .tour_uudaihot .tour-badge-hot {
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	background: var(--color-second); 
	color: var(--color-white);
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	z-index: 10;
	max-width: 25%; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home_uudaihot .tour_uudaihot .tour-badge-rate {
	position: absolute !important;
	bottom: 10px !important;
	left: calc(40% - 10px) !important; /* Căn mép phải của bức ảnh */
	transform: translateX(-100%);
	background: rgba(0, 0, 0, 0.6);
	color: var(--color-white);
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	z-index: 10;
}


.home_solieu {
    background-color: #FFFAF4;
    color: var(--color-black, #000);
    padding: 25px 0 30px !important;
}

.home_solieu .title .col-inner {
    text-align: center;
}

.home_solieu .title img {
    display: inline-block;
    width: 60px;
    max-width: 60px;
    height: auto;
    margin-bottom: 0;
}

.home_solieu .title p:first-of-type {
    margin-bottom: 16px;
}

.home_solieu .title p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--color-black, #000);
}

.home_solieu .title h2 {
	font-family: 'Be Vietnam Pro', sans-serif;
    font-size: clamp(32px, 3.3vw, 48px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: var(--color-black, #000);
}

.home_solieu .title > .col {
    padding-bottom: 0;
}

.home_solieu .solieu {
/*     max-width: 1320px; */
    margin: 60px auto 0;
}

.home_solieu .solieu > .col {
    padding: 0 10px 24px;
}

.home_solieu .solieu .col-inner {
    padding: 0;
    text-align: left;
}

.home_solieu .solieu h3 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    isolation: isolate;
    overflow: visible;

    width: max-content;
    max-width: 100%;
    min-height: 105px;
    box-sizing: border-box;
    margin: 0 0 9px;
    padding: 0 0 0 28px;

   font-size: clamp(30px, 3.5vw, 36px);
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1.5px;
    white-space: nowrap;
    color: var(--color-black, #000);
    z-index: 1;
}

.home_solieu .solieu h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 90px;
    height: 90px;
    transform: translateY(-54%) rotate(-8deg);
    pointer-events: none;
    z-index: -1;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23DD963E' stroke-linecap='round'%3E%3Cpath d='M57 7C83 5 106 24 111 50C117 79 98 105 71 112C41 120 13 101 8 72C3 44 19 17 45 10' stroke-width='2'/%3E%3Cpath d='M45 12C72 2 100 17 108 44C118 74 99 104 71 108C44 115 18 100 12 75C5 50 18 25 40 15' stroke-width='2.5' stroke-dasharray='32 3 14 5 24 2 8 4'/%3E%3Cpath d='M64 10C89 10 108 32 107 58C109 86 88 108 61 108C34 109 14 90 13 65C10 40 25 20 46 13' stroke-width='1.5' stroke-dasharray='18 4 27 3 9 5'/%3E%3Cpath d='M84 13C105 24 116 49 110 73C105 98 80 116 53 111C27 110 7 88 8 62C8 47 13 33 23 23' stroke-width='1.2' stroke-dasharray='11 4 5 3 21 6'/%3E%3Cpath d='M14 39C4 62 14 90 32 101M17 79C25 100 46 110 68 106M39 110C63 117 89 106 102 88M103 77C112 56 103 31 89 21M83 12C68 5 49 7 36 15' stroke-width='1.8'/%3E%3Cpath d='M5 52L5 63M9 79L14 90M24 100L34 107M49 115L61 116M80 110L89 105M106 91L111 81M115 62L114 51M106 29L100 21M80 8L70 5M29 17L22 23' stroke-width='.9' opacity='.8'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home_solieu .solieu p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 21px;
/*     font-weight: 700; */
    line-height: 1.55;
    color: var(--color-black, #000);
}

.home_feature {
    background-color: #f3f0df;
    padding: 100px 0 40px !important;
    color: #111;
}

.home_feature .section-content > .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1360px;
    margin: 0 auto;
    row-gap: 64px;
}

.home_feature .section-content > .row > .col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 30px;
}

.home_feature .col-inner {
    height: 100%;
}

.home_feature .icon-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
    text-align: left;
}

.home_feature .icon-box .icon-box-img {
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px;
    margin: 0;
    padding: 0;
}

.home_feature .icon-box-img .icon,
.home_feature .icon-box-img .icon-inner {
    margin: 0;
    padding: 0;
    width: 100%;
}

.home_feature .icon-box-img img {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    object-fit: contain;
}

.home_feature .icon-box .icon-box-text {
    flex: 1;
    min-width: 0;
    padding: 0;
    margin: 0;
}

.home_feature .icon-box-text h3 {
    margin: 0 0 12px;
    color: #111;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
    text-transform: uppercase;
}

.home_feature .icon-box-text h3 br {
    display: none;
}

.home_feature .icon-box-text p {
    margin: 0;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}




/* ===================================================
FIX GIAO DIỆN TOUR KHUYẾN MÃI
=================================================== */

.home_khuyenmai .title p {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--color-main);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	line-height: 1.2;
}


.home_khuyenmai .title p br {
	display: none;
}

.home_khuyenmai .title p svg {
	stroke: var(--color-second, #e53935); 
	width: 16px;
	height: 16px ;
	flex-shrink: 0;
}

/* Dòng tiêu đề lớn "Ưu đãi đang diễn ra" */
.home_khuyenmai .title h3 {
	color: #0f2942;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	letter-spacing: -0.3px;
}


/* Khung viền và bo góc ngoài cùng */
.home_khuyenmai .tour_khuyenmai,
.home_khuyenmai .tour_khuyenmai .col-inner,
.home_khuyenmai .tour_khuyenmai .product-small.box {
	border-radius: 16px !important;
	overflow: hidden !important;
	position: relative !important;
	height: 100% !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.home_khuyenmai .tour_khuyenmai .box-image {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.home_khuyenmai .tour_khuyenmai .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.home_khuyenmai .product-small:hover .box-image img {
	transform: scale(1.06) !important;
}
.home_khuyenmai .tour_khuyenmai .product-small:hover .product-title a{
	color: var(--color-main) !important;
}


.home_khuyenmai .tour_khuyenmai .box-image::after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.05) 100%) !important;
	pointer-events: none !important;
	z-index: 1 !important;
}

.home_khuyenmai .tour_khuyenmai .box-image::before {
	content: "🔥 Ưu đãi";
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	background-color: var(--color-second, #e53935);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	line-height: 1.2;
}

.home_khuyenmai .tour_khuyenmai .box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px 16px;
	z-index: 2;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
}

.home_khuyenmai .tour_khuyenmai .title-wrapper {
	order: 1;
	margin-bottom: 12px;
}

.home_khuyenmai .tour_khuyenmai .product-title,
.home_khuyenmai .tour_khuyenmai .product-title a {
	color: #ffffff !important;
	font-size: 14.5px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important; /* Giới hạn tối đa 2 dòng */
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8) !important;
}

/* 2. Thanh hàng dưới cùng: Tận dụng price-wrapper để chứa nút và mũi tên */
.home_khuyenmai .tour_khuyenmai .price-wrapper {
	order: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Giấu chữ giá tiền mặc định, thay bằng nút "Xem ưu đãi" */
.home_khuyenmai .tour_khuyenmai .price-wrapper .price {
	display: none !important;
}

/* Nút "Xem ưu đãi" màu trắng */
.home_khuyenmai .tour_khuyenmai .price-wrapper::before {
	content: "● Xem ưu đãi" !important;
	display: inline-block !important;
	background: #ffffff !important;
	color: var(--color-second, #e53935) !important; /* Dấu chấm tròn màu đỏ */
	font-size: 12px !important;
	font-weight: 700 !important;
	padding: 6px 14px !important;
	border-radius: 20px !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
	cursor: pointer !important;
}

/* Tô màu chữ "Xem ưu đãi" thành đen/xám đậm */
.home_khuyenmai .tour_khuyenmai .price-wrapper::before {
	color: #1a1a1a !important;
}

.home_khuyenmai .tour_khuyenmai .price-wrapper::after {
	content: "→";
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	transition: transform 0.3s ease;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
}

.home_khuyenmai .tour_khuyenmai .product-title a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 10;
	cursor: pointer;
}

.home_khuyenmai .tour_khuyenmai .box-text::before,
.home_khuyenmai .tour_khuyenmai .box-text::after,
.home_khuyenmai .tour_khuyenmai .category,
.home_khuyenmai .tour_khuyenmai .badge-container,
.home_khuyenmai .tour_khuyenmai .star-rating,
.home_khuyenmai .tour_khuyenmai .tour-layout-uudaihot,
.home_khuyenmai .tour_khuyenmai .image-tools {
	display: none !important;
}

/* =================================================================
CHỐNG ĐÈ GIAO DIỆN SẢN PHẨM (FIX LỖI 100%)
================================================================= */
.home_sanpham .col-inner {
	position: relative !important;
}
.home_sanpham .tabbed-content .nav-pills {
	position: absolute !important;
	top: 10px !important;
	right: 0 !important;
	width: max-content;
	background: var(--color-black);
	background: #ebebeb;
	padding: 6px 10px;
	border-radius: 8px;
}

.home_sanpham p.label {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	color: var(--color-main, #23853f) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	margin: 0 0 6px 0 !important;
}

/* Xóa thẻ <br> gây rớt dòng */
.home_sanpham p.label br {
	display: none !important;
}

/* Icon ngôi sao màu xanh lá */
.home_sanpham p.label svg {
	stroke: var(--color-main, #23853f) !important;
	width: 16px !important;
	height: 16px !important;
	flex-shrink: 0 !important;
}

/* 2. Tiêu đề lớn "Top lựa chọn tháng này" */
.home_sanpham h3.title {
	color: var(--color-black, #0f2942) !important;
	font-size: 28px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	margin: 0 0 20px 0 !important;
}

/* 3. ĐỊNH DẠNG CÁC TAB (Miền Nam, Miền Trung, Miền Bắc) */
.home_sanpham .tabbed-content .nav-pills {
	border: none !important;
	display: flex !important;
	gap: 10px !important;
	margin: 0 !important;
}

/* Từng nút Tab: Nền xám nhạt bo tròn */
.home_sanpham .tabbed-content .nav-pills li {
	margin: 0 !important;
}

.home_sanpham .tabbed-content .nav-pills li a {
	background: #f0f2f5 !important;
	color: #4a5568 !important;
	border-radius: 24px !important;
	padding: 0px 8px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	border: none !important;
	box-shadow: none !important;
	transition: all 0.25s ease !important;
}

/* Tab đang được chọn (Active) & khi rê chuột: Màu xanh lá */
.home_sanpham .tabbed-content .nav-pills li.active a,
.home_sanpham .tabbed-content .nav-pills li a:hover {
	border-radius:8px !important;
	background: var(--color-main, #23853f) !important;
	color: var(--color-white, #ffffff) !important;
}

/* 1. KHUNG CARD: Định dạng lại từ đầu, ép buộc chiều cao */
.home_sanpham .product-small.box {
	position: relative !important;
	background: #ffffff !important;
	border-radius: 12px !important;
	border: 1px solid #f2ecec !important;
	overflow: hidden !important;
	display: block !important;
	height: 100% !important;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05) !important;
}

/* 2. ẢNH TOUR: Chiều cao cố định */
.home_sanpham .box-image {
	height: 220px !important;
	position: relative !important;
	z-index: 1 !important;
}

/* 3. KHUNG CHỮ: Chừa khoảng trống bên trên cho Nhãn, chừa đáy cho Giá + Nút */
.home_sanpham .box-text {
	position: relative !important;
	z-index: 2 !important;
	padding: 10px !important;
	padding-top: 4px !important;
	padding-bottom: 70px !important;
	text-align: left !important;
	margin-top:auto;
}
.home_sanpham .box-text .tour-layout-uudaihot{
	min-height: 58px;
}
/* Tách giá gốc và giá bán thành 2 dòng */
.home_sanpham .price-wrapper .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
}

.home_sanpham .price del {
	display: block;
	margin-bottom: 2px;
}

.home_sanpham .tour-badge-hot {
	position: absolute;
	top: -210px;
	left: 9px;
	background: var(--color-second, #ED1D26);
	color: #ffffff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 10;
	max-width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home_sanpham .tour-badge-rate {
	position: absolute;
	top: -30px;
	right: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 3px 8px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: bold;
	z-index: 10;
}

/* 6. TIÊU ĐỀ TOUR */
.home_sanpham .title-wrapper {
	margin-bottom: 10px !important;
}
.home_sanpham .product-title {
	margin: 0 0 10px 0 !important;
}
.home_sanpham .product-title a {
	color: #111111 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	min-height: 39px;
}

/* 7. META (Thời gian, Xe cộ...) */
.home_sanpham .tour-meta-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}
.home_sanpham .tour-meta-wrap span {
	background: #f4f5f6 !important;
	color: #555555 !important;
	padding: 4px 8px !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
}
.home_sanpham .tour-meta-wrap svg {
	stroke: var(--color-main, #23853f) !important;
}

/* 8. GIÁ TIỀN: Bắt chết ở góc Trái dưới cùng */
.home_sanpham .price-wrapper {
	position: absolute !important;
	bottom: 19px !important;
	left: 15px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}
.home_sanpham .price del {
	color: #999999 !important;
	font-size: 11px !important;
	text-decoration: line-through !important;
	margin-bottom: 2px !important;
}
.home_sanpham .price ins, 
.home_sanpham .price > .amount {
	color: var(--color-second, #ED1D26) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}
.home_sanpham p.label br {
	display: none !important;
}
/* 9. NÚT ĐẶT NGAY: Bắt chết ở góc Phải dưới cùng */
.home_sanpham .tour-btn-book {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: var(--color-main, #23853f);
	color: #ffffff;
	padding: 7px 12px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 4px;
	z-index: 10;
}

.home_sanpham .sanpham .price ins span.amount {
	color: var(--color-second);
}

.home_sanpham .tour-btn-book::before {
	content: "Chi tiết";
	white-space: nowrap;
	background: #ffffff;
	color: #444444;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	border-radius: 20px;
	position: absolute;
	right: calc(100% + 6px);
	font-size: 14px;
}

.home_sanpham .badge-container,
.home_sanpham .category,
.home_sanpham .tour-divider {
	display: none;
}

.tour-meta-wrap .tour-vehicle {
	display: none !important;
}
.tour-meta-wrap .tour-divider {
	display: inline-block !important;
	margin: 0 4px !important;
	color: #ccc !important;
}

.home_sanpham .tour-meta-wrap .tour-vehicle {
	display: inline-flex !important;
}
.home_sanpham .tour-meta-wrap .tour-divider {
	display: none !important;
}
.tour_uudaihot .tour-meta-wrap{
	display:flex;
	align-items:center;
}

/* Khung bao viền bo góc */
.home_content .col-inner {
	background-color: #f7fcf9;
	border: 1.5px solid #d2ecd9;
	border-radius: 16px;
	padding: 28px;
}

/* Lớp bọc nội dung (chia 2 cột gạch đầu dòng) */
.home_content .home_content_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 24px;
	transition: max-height 0.35s ease;
}

/* Các thành phần tràn 2 cột */
.home_content .home_content_inner > h2,
.home_content .home_content_inner > p:nth-of-type(1),
.home_content .home_content_inner > p:nth-of-type(2),
.home_content .home_content_inner > h3,
.home_content .home_content_inner > p:last-of-type {
	grid-column: 1 / -1;
}

/* Trạng thái thu gọn có bóng mờ mờ dần ở đáy */
.home_content .home_content_inner.is-collapsed {
	max-height: 220px;
	overflow: hidden;
	position: relative;
}

.home_content .home_content_inner.is-collapsed::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	background: linear-gradient(to bottom, rgba(247, 252, 249, 0), #f7fcf9 95%);
	pointer-events: none;
}

/* Tiêu đề h2 */
.home_content h2 {
	color: var(--color-main);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 4px;
}

/* Đoạn văn */
.home_content p {
	color: #333333;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Link tour */
.home_content a {
	color: var(--color-main);
	font-weight: 600;
	text-decoration: underline;
}

/* Tiêu đề h3 */
.home_content h3 {
	color: var(--color-black);
	font-size: 18px;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 6px;
}

/* Khung lưu ý */
.home_content p:last-of-type {
	background-color: #fef9e8;
	border: 1px solid #fbe5ad;
	border-radius: 8px;
	padding: 12px 18px;
	color: #74570f;
	font-size: 14px;
	margin-top: 12px;
}

.home_content .home_content_toggle_btn {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: var(--color-main) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-transform: none !important; /* Chặn ép viết hoa */
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 0 0 0 !important;
	margin: 5px 0 0 0 !important;
	outline: none;
}

.home_content .home_content_toggle_btn:hover {
	opacity: 0.85;
}

.home_content .home_content_toggle_btn .arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.25s ease;
	margin-top: -3px;
}

.home_content .home_content_toggle_btn.is-active .arrow {
	transform: rotate(-135deg);
	margin-top: 3px;
}

.home_blog .title .col-inner {
	text-align: left;
	margin-bottom: 25px;
}

.home_blog .title p:first-child {
	margin-bottom: 6px;
}

.home_blog .title p:first-child span {
	color: var(--color-main, #23853f);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.home_blog .title h2 {
	color: #0b2239;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 8px;
}

.home_blog .title p:last-child {
	color: #64748b;
	font-size: 15px;
	margin-bottom: 0;
}

.home_blog .post-item .col-inner {
	height: 100%;
}

.home_blog .post-item .box-blog-post {
	background: var(--color-white, #ffffff);
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.home_blog .post-item:hover .box-blog-post {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

/* Fix chiều cao và hiển thị ảnh */
.home_blog .post-item .box-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.home_blog .post-item .box-image .image-cover {
	width: 100%;
	position: relative;
}

.home_blog .post-item .box-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.home_blog .post-item:hover .box-image img {
	transform: scale(1.06);
}


.home_blog .post-item .box-text {
	padding: 16px 12px 18px !important;
	text-align: left !important;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.home_blog .post-item .box-text-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.home_blog .post-item .post-meta {
	order: 1;
	color: var(--color-main, #23853f);
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 8px;
	opacity: 1 !important;
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0px;
	margin-bottom:5px;
}

.home_blog .post-item .post-meta::before {
	content: "\1F4C5";
	font-size: 13px;
}

/* Ẩn đường kẻ mặc định */
.home_blog .post-item .is-divider {
	display: none !important;
}

/* Tiêu đề bài viết */
.home_blog .post-item .post-title {
	order: 2;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 10px;
}

.home_blog .post-item .post-title a {
	color: #0b2239;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size:17px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.home_blog .post-item:hover .post-title a {
	color: var(--color-main, #23853f);
}

/* Mô tả tóm tắt */
.home_blog .post-item .from_the_blog_excerpt {
	order: 3;
	color: #64748b;
	font-size: 13.5px;
	line-height: 1.55;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Nút "Đọc bài viết" và mũi tên hai bên */
.home_blog .post-item .box-text-inner::after {
	order: 4;
	content: "Đọc bài viết \2192";
	margin-top: auto;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-main, #23853f);
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-top: 10px;
}

/* ===================================================
1. PHẦN TIÊU ĐỀ (.home_thacmac .title)
=================================================== */
.home_thacmac .title .col-inner {
	text-align: center !important;
	max-width: 680px !important;
	margin: 0 auto 28px !important;
}

/* Tag nhãn "GIẢI ĐÁP THẮC MẮC" dạng viên thuốc */
.home_thacmac .title .col-inner > p:first-child {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important;
	color: var(--color-main) !important;
	background-color: #ecfdf5 !important;
	padding: 5px 16px !important;
	border-radius: 9999px !important;
	margin-bottom: 10px !important;
}

/* Tiêu đề chính */
.home_thacmac .title h2 {
	font-size: 28px !important;
	font-weight: 800 !important;
	color: #1e293b !important;
	margin: 0 0 8px !important;
	line-height: 1.3 !important;
}

/* Mô tả phụ */
.home_thacmac .title .col-inner > p:last-child {
	font-size: 13.5px !important;
	color: #64748b !important;
	line-height: 1.5 !important;
	margin: 0 !important;
}


/* ===================================================
2. PHẦN CÂU HỎI (.home_thacmac .faq)
=================================================== */

/* Lưới 2 cột, căn từ trên xuống (tránh kéo dãn ô bên cạnh) */
.home_thacmac .faq .accordion {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 16px !important;
	align-items: start !important;
	border: none !important;
}

/* Khung viền từng card */
.home_thacmac .faq .accordion-item {
	background-color: var(--color-white) !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	transition: all 0.25s ease !important;
	margin: 0 !important;
	height: fit-content !important; /* Không bị dài ngoằng theo ô bên cạnh */
}

.home_thacmac .faq .accordion-item:hover {
	border-color: #cbd5e1 !important;
}

/* Card khi đang mở (viền xanh lá + bóng) */
.home_thacmac .faq .accordion-item:has(.accordion-title.active),
.home_thacmac .faq .accordion-item.active {
	border-color: var(--color-main) !important;
	box-shadow: 0 4px 14px rgba(35, 133, 63, 0.08), 0 0 0 1px rgba(35, 133, 63, 0.2) !important;
}

/* Dòng tiêu đề accordion */
.home_thacmac .faq .accordion-title {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	position: relative !important;
	padding: 16px 20px !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

/* Cụm chứa Icon và Chữ tiêu đề bên trái */
.home_thacmac .faq .accordion-title > span {
	order: 1 !important;
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #1e293b !important;
	line-height: 1.4 !important;
	padding: 0 !important;
	margin: 0 !important;
	flex: 1 !important;
}

/* Ô vuông màu mint chứa icon */
.home_thacmac .faq .faq-icon-wrap {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	background-color: #ecfdf5 !important;
	border-radius: 12px !important;
	flex-shrink: 0 !important;
	padding: 9px !important;
	box-sizing: border-box !important;
}

.home_thacmac .faq .faq-icon-wrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	display: block !important;
	margin: 0 !important;
}

/* ĐẨY NÚT MŨI TÊN SANG PHẢI VÀ HỦY ĐỊNH VỊ CŨ CỦA FLATSOME */
.home_thacmac .faq .accordion-title .toggle {
	order: 2 !important;
	position: static !important; /* Hủy position: absolute của Flatsome */
	top: auto !important;
	left: auto !important;
	margin: 0 0 0 auto !important; /* Đẩy sát mép phải */
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #94a3b8 !important;
	font-size: 14px !important;
	transform: none !important;
	transition: transform 0.25s ease, color 0.25s ease !important;
}

/* Mũi tên xoay ngược lên và đổi màu xanh khi mở */
.home_thacmac .faq .accordion-title.active .toggle {
	color: var(--color-main) !important;
	transform: rotate(180deg) !important;
}

/* Nội dung trả lời bên trong */
.home_thacmac .faq .accordion-inner {
	padding: 14px 20px 18px 20px !important;
	border-top: 1px solid #f1f5f9 !important;
	font-size: 13.5px !important;
	line-height: 1.6 !important;
	color: #475569 !important;
	margin: 0 !important;
}

.home_thacmac .faq .accordion-inner p {
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	line-height: inherit !important;
	font-size: inherit !important;
}



/* Responsive hiển thị đẹp trên điện thoại */
@media (max-width: 768px) {
	
	.home_uudaihot .title .col-inner {
		padding: 15px 15px;
	}
	.home_uudaihot .title .banner-title {
		font-size: 26px;
	}
	.home_uudaihot .title .banner-desc {
		max-width: 100%;
		margin-bottom: 18px;
	}
	.home_uudaihot .title .banner-discount {
		padding:10px 18px !important;
		position: static;
		transform: none;
		display: inline-grid;
	}
	.home_uudaihot .title .banner-discount span:nth-of-type(3){
		font-size: 18px;
	}
	.home_uudaihot .tour_uudaihot .product-small.box {
		flex-direction: column !important; 
	}
	.home_uudaihot .tour_uudaihot .box-image,
	.home_uudaihot .tour_uudaihot .box-text {
		width: 100% !important;
	}
	.home_uudaihot .tour_uudaihot .name{
		margin-bottom:30px;
	}
	.home_uudaihot .tour_uudaihot .name a{
		margin-top:20px;
		font-size:16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.home_uudaihot .tour_uudaihot .box-text{

		padding: 0px 10px 0px 10px !important;
	}
	.home_uudaihot .tour_uudaihot .box-image {
		height: 220px !important; 
	}
	.home_uudaihot .tour_uudaihot .tour-badge-rate {
		bottom: auto !important;
		top: 200px !important; 
		left: auto !important;
		right: 10px !important;
		transform: none !important;
	}
	.home_uudaihot .tour_uudaihot .tour-btn-book{
		bottom:15px !important;
	}
	.home_uudaihot .tour_uudaihot .tour-badge-hot {
		max-width: 80%;
	}
	.home_content .col-inner {
		padding: 18px;
	}
	.home_content .home_content_inner {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.home_thacmac .faq .accordion {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	.home_thacmac .faq .accordion-title {
		padding: 12px 16px !important;
	}

	.home_thacmac .title h2 {
		font-size: 22px !important;
	}


	/* Tắt overlay trên ảnh */
	.home_khuyenmai .box-image .overlay {
		display: none !important;
		opacity: 0 !important;
		background: transparent !important;
	}
	.home_khuyenmai .box-overlay .box-text::before,
	.home_khuyenmai .box-overlay .box-text::after {
		display: none !important;
		background: none !important;
	}

	.home_sanpham .tabbed-content .nav-pills{
		position:unset !important;
	}
	.home_sanpham .tabbed-content{
		justify-content:center !important;
	}
	.home_content h2{
		font-size:20px;
	}
	.home_sanpham .pd {
		padding-bottom:0px !important;
	}
	.home_sanpham {
		padding-bottom:5px !important;
	}
	.home_blog{
		padding-bottom:0px !important;
		padding-top:0px !important;
	}
	.home_blog .title h2{
		font-size:22px;
	}
	 .home_solieu {
        padding: 40px 0 20px !important;
    }

    .home_solieu .title p:nth-of-type(2) {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .home_solieu .title h2 {
        font-size: 22px;
        letter-spacing: -0.5px;
    }

    .home_solieu .solieu {
        margin-top: 45px;
    }

    .home_solieu .solieu > .col {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 12px 30px;
    }

    .home_solieu .solieu h3 {
        min-height: 80px;
        padding-left: 40px;
        margin-bottom: 8px;
        font-size: clamp(22px, 6.5vw, 35px);
        letter-spacing: -1px;
    }

    .home_solieu .solieu h3::before {
        width: 80px;
        height: 80px;
    }

    .home_solieu .solieu p {
        font-size: 15px;
        line-height: 1.5;
    }
	
	.home_feature {
        padding: 40px 0 !important;
    }

    .home_feature .section-content > .row {
        row-gap: 30px;
    }

    .home_feature .section-content > .row > .col {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .home_feature .icon-box {
        gap: 15px;
    }

    .home_feature .icon-box .icon-box-img {
        flex-basis: 50px;
        width: 50px !important;
        max-width: 50px;
    }

    .home_feature .icon-box-img img {
        width: 50px;
        height: 50px;
    }

    .home_feature .icon-box-text h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .home_feature .icon-box-text p {
        font-size: 15px;
    }
}