.gioithieu_page h1{
	color: var(--color-second);
	text-align:center;
	margin-bottom:20px;
	font-size:32px;
}

.gioithieu_page h2,
.gioithieu_page h3,
.gioithieu_page h4,
.gioithieu_page h5
{
	color: var(--color-main);
}

.gioithieu_page p
{
	color: var(--color-black);
}

/* =======================================================
1. ĐỊNH DẠNG KHUNG CARD SẢN PHẨM (TOUR)
======================================================= */
.shop-container .product-small.box {
	background: #ffffff !important;
	border-radius: 12px !important;
	border: 1px solid #efefef !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	position: relative !important;
	transition: all 0.3s ease;
}

.shop-container .product-small.box:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
	transform: translateY(-3px);
}

/* Ẩn các thành phần thừa mặc định của Flatsome */
.shop-container .badge-container,
.shop-container .category.product-cat,
.shop-container .image-tools,
.shop-container .product-small .out-of-stock-label {
	display: none !important;
}

/* =======================================================
2. HÌNH ẢNH SẢN PHẨM
======================================================= */
.shop-container .box-image {
	height: 220px !important; /* Cố định chiều cao ảnh */
	overflow: hidden !important;
	position: relative !important;
	border-radius: 12px 12px 0 0 !important;
}

.shop-container .box-image img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
}

/* =======================================================
3. CÁC BADGE (NHÃN HOT & ĐÁNH GIÁ SAO)
======================================================= */
/* Ép thẻ cha relative để chứa Badge */
.shop-container .box-text {
	position: static !important; 
}

/* Nhãn Đỏ (Góc trái trên ảnh) */
.shop-container .tour-badge-hot {
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	background: #e32727 !important; /* Màu đỏ như ảnh */
	color: #ffffff !important;
	padding: 4px 8px !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	z-index: 10 !important;
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Nhãn Sao (Góc phải dưới ảnh) */
.shop-container .tour-badge-rate {
	position: absolute !important;
	top: 185px !important; /* Căn xuống đáy ảnh (220px - 35px) */
	right: 10px !important;
	background: rgba(0, 0, 0, 0.65) !important;
	color: #ffffff !important;
	padding: 3px 8px !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	z-index: 10 !important;
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
}

/* =======================================================
4. NỘI DUNG CHỮ (TIÊU ĐỀ & META)
======================================================= */
.shop-container .box-text-products {
	padding: 15px !important;
	padding-bottom: 60px !important; /* Chừa khoảng trống dưới đáy cho Giá và Nút */
	display: flex !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
}

/* Tiêu đề Tour (Giới hạn 2 dòng) */
.shop-container .product-title {
	margin: 0 0 12px 0 !important;
}

.shop-container .product-title a {
	color: #111111 !important;
	font-size: 15px !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: 42px !important; /* Giữ khung luôn bằng nhau dù tên dài/ngắn */
}

/* Các thông số: Xe, Thời lượng, Ngày khởi hành */
.shop-container .tour-meta-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	margin-bottom: 10px !important;
}

.shop-container .tour-meta-wrap span {
	background: #f4f6f8 !important; /* Nền xám nhạt */
	color: #666666 !important;
	padding: 4px 8px !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
}

.shop-container .tour-meta-wrap span svg {
	stroke: #23853f !important; /* Icon màu xanh lá */
	width: 13px !important;
	height: 13px !important;
}
.shop-container .tour-layout-uudaihot{
	min-height:70px;
}

/* Căn chỉnh cụm Giá (Góc Trái) */
.shop-container .price-wrapper {
	position: absolute !important;
	bottom: 15px !important;
	left: 15px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Ép giá gốc và giá khuyến mãi xếp thành cột dọc (rớt dòng) */
.shop-container .price-wrapper .price {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	line-height: 1.2 !important;
}

/* Giá gốc (Cũ) nằm trên */
.shop-container .price-wrapper del {
	color: #999999 !important;
	font-size: 12px !important;
	text-decoration: line-through !important;
	margin-bottom: 2px !important; /* Khoảng cách nhỏ với giá bán */
}

/* Bỏ gạch chân mặc định của thẻ ins */
.shop-container .price-wrapper ins {
	text-decoration: none !important;
}

/* Giá bán (Mới) nằm dưới, to và màu đỏ */
.shop-container .price-wrapper ins .amount, 
.shop-container .price-wrapper > .price > .amount {
	color: #e32727 !important; /* Giá đỏ */
	font-size: 17px !important;
	font-weight: 800 !important;
}

/* Căn chỉnh Nút "Đặt ngay" (Góc Phải) */
.shop-container .tour-btn-book {
	position: absolute !important;
	bottom: 15px !important;
	right: 15px !important;
	background: #23853f !important; /* Xanh lá */
	color: #ffffff !important;
	padding: 6px 12px !important;
	border-radius: 20px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
	z-index: 10 !important;
}

.shop-container .tour-btn-book:hover {
	background: #1a6b31 !important;
	color: #ffffff !important;
}

/* Tạo Nút "Chi tiết" giả bằng CSS (Nằm bên trái Đặt ngay) */
.shop-container .tour-btn-book::before {
	content: "Chi tiết";
	position: absolute;
	right: calc(100% + 8px); /* Cách nút Đặt ngay 8px */
	background: #ffffff;
	color: #444444;
	border: 1px solid #cccccc;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	transition: 0.3s;
}

.shop-container .tour-btn-book:hover::before {
	border-color: #23853f;
	color: #23853f;
}

.home_tintuc .sec-header {
	text-align: center;
	margin-bottom: 40px;
}

.home_tintuc .sec-header .badge-title {
	display: inline-block;
	margin-bottom: 12px;
}

.home_tintuc .sec-header .badge-title .badge-text {
	display: inline-block;
	border: 1.5px solid #b31217;
	color: #b31217;
	background-color: #fff;
	padding: 6px 22px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.home_tintuc .sec-header .main-title {
	font-size: 32px;
	font-weight: 800;
	color: #b31217;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.home_tintuc .sec-header .main-title::before,
.home_tintuc .sec-header .main-title::after {
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	background-color: #b31217;
}

.home_tintuc .sec-header .description {
	color: #444;
	font-size: 15px;
	max-width: 720px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ==============================================================
2. PHẦN THẺ BÀI VIẾT (CARD TIN TỨC) 
============================================================== */
.home_tintuc .post-item {
	padding: 15px; 
}

/* Khung viền ngoài của bài viết */
.home_tintuc .box-blog-post {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* Hiệu ứng hover cho thẻ */
.home_tintuc .box-blog-post:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(179, 18, 23, 0.12);
	border-color: rgba(179, 18, 23, 0.3);
}

/* --- PHẦN HÌNH ẢNH (Đã fix lỗi mất ảnh) --- */
.home_tintuc .box-image {
	width: 100%;
	flex-shrink: 0; /* Lệnh quan trọng chống mất hình */
	border-radius: 14px 14px 0 0;
	overflow: hidden;
}

.home_tintuc .box-image img {
	transition: transform 0.5s ease;
	width: 100%;
}

.home_tintuc .box-blog-post:hover .box-image img {
	transform: scale(1.05); /* Phóng to ảnh nhẹ khi hover */
}

/* --- PHẦN VĂN BẢN (TEXT) --- */
.home_tintuc .box-text {
	padding: 20px 15px 20px 15px !important;
	background-color: transparent !important;
	text-align: left !important;
	flex-grow: 1; /* Cân bằng chiều cao các thẻ */
	width: 100%;
}

/* Ẩn thanh kẻ ngang (divider) mặc định */
.home_tintuc .is-divider {
	display: none !important; 
}

/* Tiêu đề bài viết */
.home_tintuc .post-title {
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.45;
}

.home_tintuc .post-title a {
	min-height:44px;
	color: #b31217; 
	font-size: 18px; 
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Tự động cắt thành ... nếu quá 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s ease;
}

.home_tintuc .post-title a:hover {
	color: #ff2026; 
}

/* Đoạn mô tả (Excerpt) */
.home_tintuc .from_the_blog_excerpt {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Tự động cắt thành ... nếu quá 3 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Đoạn mô tả (Excerpt) */
.home_tintuc .from_the_blog_excerpt {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Tự động cắt thành ... nếu quá 3 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Khung bao ngoài của form */
.lienhe_form .col-inner {
	background-color: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 26px 22px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

/* Bố cục lưới 2 cột cho các thẻ label */
.lienhe_form .wpcf7-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 16px;
	align-items: start;
}

/* Ẩn các phần tử ẩn để không làm lệch lưới */
.lienhe_form .screen-reader-response,
.lienhe_form .hidden-fields-container {
	display: none !important;
}

/* Tiêu đề & Mô tả đầu form */
.lienhe_form .form-title {
	color: var(--color-main);
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: -0.2px;
}

.lienhe_form .form-subtitle {
	font-size: 13.5px;
	color: #64748b;
	margin: -12px 0 0 0; /* Thu hẹp bớt khoảng cách gap với tiêu đề */
	line-height: 1.4;
}

/* Kiểu chữ của các nhãn (label) */
.lienhe_form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--color-black);
	margin: 0;
	width: 100%;
}

/* Đẩy Tiêu đề, Mô tả, Lộ trình chi tiết, Nút gửi, Dòng bảo mật tràn đủ 2 cột */
.lienhe_form .form-title,
.lienhe_form .form-subtitle,
.lienhe_form label:nth-of-type(7),
.lienhe_form .wpcf7-submit,
.lienhe_form .form-privacy-note,
.lienhe_form .wpcf7-response-output {
	grid-column: 1 / -1;
}

/* Các ô input, select và textarea */
.lienhe_form input[type="text"],
.lienhe_form input[type="tel"],
.lienhe_form select,
.lienhe_form textarea {
	margin: 0;
	margin-top: 5px;
	width: 100% !important;
	background-color: #f8fafc !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	color: var(--color-black) !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	outline: none !important;
	transition: all 0.2s ease !important;
}

.lienhe_form input::placeholder,
.lienhe_form textarea::placeholder {
	color: #94a3b8 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}

/* Hiệu ứng khi bấm vào ô nhập */
.lienhe_form input:focus,
.lienhe_form select:focus,
.lienhe_form textarea:focus {
	border-color: var(--color-main) !important;
	background-color: var(--color-white) !important;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important;
}

/* Chiều cao ô nhập nội dung */
.lienhe_form textarea {
	min-height: 100px !important;
	height: 90px !important;
	resize: vertical !important;
}

/* Nút Submit đỏ nổi bật */
.lienhe_form .wpcf7-submit {
	width: 100% !important;
	background-color: var(--color-main) !important;
	color: var(--color-white) !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 13px 20px !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
	margin-top: 6px !important;
	transition: all 0.2s ease !important;
}

.lienhe_form .wpcf7-submit:hover {
	opacity: 0.9 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 6px 18px rgba(220, 38, 38, 0.25) !important;
}

/* Dòng ghi chú bảo mật ở chân form */
.lienhe_form .form-privacy-note {
	font-size: 12.5px;
	color: #64748b;
	text-align: center;
	line-height: 1.45;
	margin-top: -10px; /* Thu hẹp bớt khoảng cách với nút gửi */
}

/* Báo lỗi và thông báo trạng thái */
.lienhe_form .wpcf7-not-valid-tip {
	font-size: 12px;
	color: var(--color-main);
	font-weight: 500;
	margin-top: 4px;
}

.lienhe_form .wpcf7-response-output {
	border-radius: 8px !important;
	font-size: 13.5px !important;
	text-align: center !important;
	padding: 10px !important;
	margin: 10px 0 0 0 !important;
}
.lienhe_form .wpcf7-spinner{
	display:none;
}

.custom-related-posts-wrapper {
	background-color: #ffffff;  /* Nền trắng riêng biệt */
	border-radius: 12px;        /* Bo góc như bài viết */
	padding: 30px;              /* Padding đều các cạnh */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
	margin-bottom: 0px !important;        /* Cách phần comment (nếu có) */
	clear: both;
}

/* Tiêu đề */
.custom-related-posts-wrapper .related-title {
	font-size: clamp(1.1rem, 1vw + 1.2rem, 1.4rem);
	font-weight: 700;
	color: var(--color-main, #0b4c86);
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.custom-related-posts-wrapper .related-title::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 60px; height: 3px;
	background-color: var(--color-main, #0b4c86);
}

/* Ẩn các thứ mặc định thừa của Flatsome */
.custom-related-posts-wrapper .is-divider,
.custom-related-posts-wrapper .flickity-prev-next-button { 
	display: none !important; 
}

/* Căn bằng chiều cao cho các thẻ */
.custom-related-posts-wrapper .col-inner { height: 100%; display: flex; }

.custom-related-posts-wrapper .box.box-blog-post {
	display: flex; flex-direction: column; width: 100%; height: 100%; 
	background: #ffffff !important;
	border: 1px solid #e8e8e8 !important; 
	border-radius: 12px !important; 
	transition: all 0.3s ease;
	overflow: hidden;
}
.custom-related-posts-wrapper .box.box-blog-post:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important; 
	transform: translateY(-4px); 
}

/* KHẮC PHỤC LỖI MẤT ẢNH: Khóa không cho ảnh bị ép nhỏ lại */
.custom-related-posts-wrapper .box-image {
	flex-shrink: 0; /* Quan trọng nhất */
	width: 100%;
	overflow: hidden;
}

/* Nội dung Text và Nút */
.custom-related-posts-wrapper .box-text {
	flex-grow: 1; display: flex; flex-direction: column;
	padding: 15px 12px 20px 12px !important;
}
.custom-related-posts-wrapper .box-text h5.post-title {
	font-size: 14px !important; font-weight: 700 !important;
	line-height: 1.4 !important; margin-bottom: 15px !important;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
	overflow: hidden; height: 39px; 
}
.custom-related-posts-wrapper .box-text .button {
	border-radius: 99px !important; 
	background-color: var(--color-main, #2b6cb0) !important;
	color: #ffffff !important; border: none !important;
	padding: 0px 20px !important; font-size: 12px !important;
	font-weight: 700 !important;
	margin: auto auto 0 auto !important; display: inline-block;
}

/* Triệt tiêu hoàn toàn khoảng trắng khổng lồ của slider */
.custom-related-posts-wrapper .row,
.custom-related-posts-wrapper .row-slider,
.custom-related-posts-wrapper .flickity-viewport {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.custom-related-posts-wrapper .flickity-slider > .col {
	padding-bottom: 15px !important; 
}

.blog-single .entry-title{
	font-size:25px !important;
	color: var(--color-main) !important;
}
.blog-single{
	padding-bottom:0px !important;
}

.blog-single .row .post.type-post {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
	margin-bottom: 40px;
}

.blog-single .entry-title,
.blog-single h1,
.blog-single h2,
.blog-single h3,
.blog-single h4{
	color: var(--color-main);
}

.blog-single p{
	color: var(--color-black);
	font-size:17px;
	line-height:1.8;
}
.entry-header .entry-divider {
	display:none;
}
.entry-header-text.text-center{
	padding-bottom:5px;
}
.comments-area{
	display:none;
}
/* KHUNG TRANG DANH MỤC */
body.category .blog-archive {
    padding: 40px 0 60px;
    background: #fff;
}

body.category .blog-archive > .row {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

body.category .blog-archive > .row > .col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 20px;
}

/* TIÊU ĐỀ TRANG */
body.category .archive-page-header {
    margin-bottom: 35px;
    text-align: center;
}

body.category .archive-page-header .col {
    padding-bottom: 0;
}

body.category .archive-page-header .page-title {
    margin: 0;
    color: #b31217;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.category .archive-page-header .page-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 18px auto 0;
    border-radius: 3px;
    background: #b31217;
}

/* DANH SÁCH BÀI VIẾT */
body.category .blog-archive .row.large-columns-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
    max-width: none;
    margin: 0;
}

body.category .blog-archive .row.large-columns-3 > .post-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
}

body.category .blog-archive .post-item > .col-inner {
    height: 100%;
}

/* THẺ BÀI VIẾT */
body.category .blog-archive .box-blog-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

@media (hover: hover) {
    body.category .blog-archive .box-blog-post:hover {
        transform: translateY(-6px);
        border-color: rgba(179, 18, 23, 0.3);
        box-shadow: 0 12px 30px rgba(179, 18, 23, 0.12);
    }

    body.category .blog-archive .box-blog-post:hover .box-image img {
        transform: scale(1.05);
    }
}

/* ẢNH CÙNG TỶ LỆ */
body.category .blog-archive .box-image {
    width: 100%;
    margin: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0;
}

body.category .blog-archive .box-image .image-cover {
    position: relative;
    height: 0;
    padding-top: 56.25% !important;
    overflow: hidden;
}

body.category .blog-archive .box-image .image-cover > a {
    position: absolute;
    inset: 0;
    display: block;
}

body.category .blog-archive .box-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

/* NỘI DUNG THẺ */
body.category .blog-archive .box-text {
    flex: 1;
    width: 100%;
    padding: 20px 18px 22px !important;
    background: transparent !important;
    text-align: left !important;
}

body.category .blog-archive .post-title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.45;
}

body.category .blog-archive .post-title a {
    display: -webkit-box;
    min-height: 2.9em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #b31217;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    transition: color 0.3s ease;
}

body.category .blog-archive .post-title a:hover {
    color: #e31b23;
}

body.category .blog-archive .from_the_blog_excerpt {
    display: -webkit-box;
    margin: 0 !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

/* ẨN NGÀY VÀ ĐƯỜNG KẺ ĐỂ GIỐNG THẺ TRANG CHỦ */
body.category .blog-archive .box-blog-post .post-date,
body.category .blog-archive .box-blog-post .is-divider {
    display: none !important;
}

/* PHÂN TRANG */
body.category .blog-archive .nav-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

body.category .blog-archive .nav-pagination > li {
    margin: 0;
    padding: 0;
}

body.category .blog-archive .nav-pagination .page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease;
}

body.category .blog-archive .nav-pagination a.page-number:hover,
body.category .blog-archive .nav-pagination .page-number.current {
    border-color: #b31217;
    background: #b31217;
    color: #fff;
}

body.category .blog-archive .nav-pagination .page-number.dots {
    border-color: transparent;
    background: transparent;
}

/* TABLET: 2 CỘT */
@media (min-width: 550px) and (max-width: 1024px) {
    body.category .blog-archive .row.large-columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    body.category .archive-page-header .page-title {
        font-size: 28px;
    }
}

/* ĐIỆN THOẠI: 1 CỘT */
@media (max-width: 549px) {
    body.category .blog-archive {
        padding: 28px 0 40px;
    }

    body.category .blog-archive > .row > .col {
        padding: 0 15px;
    }

    body.category .archive-page-header {
        margin-bottom: 28px;
    }

    body.category .archive-page-header .page-title {
        font-size: 24px;
    }

    body.category .blog-archive .row.large-columns-3 {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    body.category .blog-archive .box-text {
        padding: 18px 16px 20px !important;
    }

    body.category .blog-archive .post-title a {
        min-height: 0;
    }
}
/* =======================================================
6. RESPONSIVE DÀNH CHO MOBILE (Màn hình nhỏ)
======================================================= */
@media (max-width: 768px) {
	.shop-container .box-image {
		height: 160px !important; /* Ảnh lùn lại trên mobile */
	}
	.shop-container .tour-badge-rate {
		top: 130px !important; /* Đẩy sao lên theo ảnh */
	}

	.shop-container .box-text-products {
		padding: 10px !important;
		padding-bottom: 70px !important; /* Tăng khoảng cách để không bị đè */
	}

	/* Đẩy giá lên trên 1 chút */
	.shop-container .price-wrapper {
		bottom: 45px;
		left: 10px !important;
	}
	.related-products-wrapper .shop-container .price-wrapper {
		bottom: 25px !important;
		left: 10px !important;
	}
	/* 2 Nút dàn hàng ngang dưới cùng */
	.shop-container .tour-btn-book {
		bottom: 10px !important;
		right: 10px !important;
		padding: 5px 8px !important;
		font-size: 12px !important;
	}
	.shop-container .tour-btn-book::before {
		padding: 4px 10px !important;
		font-size: 12px !important;
	}
	.gioithieu_page h1{
		font-size:24px;
	}
	.gioithieu_page{
		padding:0px !important;
	}
	.home_tintuc.baiviet.page_tintuc{
		padding:0px !important;
	}
	.baiviet.page_tintuc .title {
		padding-bottom:0px;
	}
	.home_tintuc .sec-header .main-title{
		font-size:26px;
		gap:0px !important;
	}
	.home_tintuc .sec-header .badge-title .badge-text {
		font-size: 9px;
	}
	.home_tintuc .sec-header {
		margin-bottom: 10px;
	}
	.blog-single .row .post.type-post {
		padding: 0px !important;
	}
	.custom-related-posts-wrapper .related-title {
		font-size: 18px !important;
	}
	.custom-related-posts-wrapper{
		padding:10px !important;
	}
	.custom-related-posts-wrapper .col.post-item{
		padding-right:5px;
		padding-left:5px;
		padding-bottom:0px !important; 
	}
}