 :root {
            --primary-dark: #004274;
            --primary-light: #00b4d8;
            --yellow-btn: #fbc02d;
            --bg-gray: #f4f7f6;
            --text-dark: #333;
        }
		img { max-width:100%;height:auto;}
        body { font-family: 'Montserrat', sans-serif; background-color: var(--bg-gray); color: var(--text-dark); }
        a { text-decoration: none; }
        ul { margin: 0; padding: 0; list-style: none; }

        /* --- TIÊU ĐỀ SECTION --- */
        .section-title { font-size: 20px; font-weight: 700; border-left: 5px solid var(--primary-light); padding-left: 12px; margin-bottom: 25px; color: #111; }

        /* ================= HEADER & NAV (WP MENU STRUCTURE) ================= */
        .top-header { background-color: var(--primary-dark); height: 65px; position: relative; z-index: 1030; }
        
        .desktop-menu-container { display: flex; align-items: center; }
        ul.menu { display: flex; align-items: center; }
        li.menu-item { position: relative; }
        li.menu-item > a { color: white; font-size: 14px; font-weight: 600; padding: 22px 15px; display: block; transition: 0.3s; }
        li.menu-item > a:hover { color: var(--primary-light); }
        
        /* Sub-menu (Dropdown) */
        ul.sub-menu {
            position: absolute; top: 100%; left: 0; background: #fff; min-width: 220px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 0 0 8px 8px;
            opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease;
            z-index: 1000; border-top: 3px solid var(--primary-light);
        }
        li.menu-item-has-children:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
        ul.sub-menu li.menu-item a { color: #333; padding: 12px 20px; border-bottom: 1px solid #f1f1f1; font-weight: 500; }
        ul.sub-menu li.menu-item a:hover { color: var(--primary-light); background: #f8fbff; padding-left: 25px; }
        ul.sub-menu li.menu-item:last-child a { border-bottom: none; }

        /* Icon xổ xuống cho menu cha */
        li.menu-item-has-children > a::after {
            content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900;
            margin-left: 6px; font-size: 12px;
        }

        .logo-wrapper {
            position: absolute; top: 0; left: 50%; transform: translateX(-50%);
            background: white; padding: 10px 45px 15px; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 1031;
        }
		.logo-wrapper img {
    height: 55px;
}
        
        /* ================= MOBILE MENU (OFFCANVAS) ================= */
        .offcanvas-mobile { background-color: var(--primary-dark); color: white; width: 280px !important; }
        .offcanvas-mobile .offcanvas-header { border-bottom: 1px solid rgba(255,255,255,0.1); }
        .mobile-search-box { position: relative; }
        .mobile-search-box input { width: 100%; border-radius: 20px; border: none; padding: 8px 15px; padding-right: 35px; font-size: 14px; }
        .mobile-search-box i { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #666; }
        .mobile-nav-link { color: white; display: block; padding: 15px 20px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.1); }
        .mobile-nav-link[data-bs-toggle="collapse"]::after { content: '\f107'; font-family: 'Font Awesome 6 Free'; font-weight: 900; float: right; transition: 0.3s; }
        .mobile-nav-link[aria-expanded="true"]::after { transform: rotate(180deg); }
        .mobile-submenu a { color: rgba(255,255,255,0.8); display: block; padding: 10px 20px 10px 40px; font-size: 14px; }

        /* ================= HERO BANNER (SLIDER) ================= */
        .hero-section { position: relative; height: 400px; z-index: 10; }
        .heroSwiper { width: 100%; height: 100%; }
        .hero-slide-bg { width: 100%; height: 100%; background-size: cover; background-position: center; position: relative; }
        .hero-slide-bg::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.2); }
        
        .heroSwiper .swiper-button-next, .heroSwiper .swiper-button-prev { color: white; opacity: 0.7; transition: 0.3s; }
        .heroSwiper .swiper-button-next:hover, .heroSwiper .swiper-button-prev:hover { opacity: 1; }
        .heroSwiper .swiper-pagination-bullet { background: white; opacity: 0.5; }
        .heroSwiper .swiper-pagination-bullet-active { background: var(--primary-light); opacity: 1; }

        .feature-bar { background: rgba(0, 0, 0, 0.6); color: white; padding: 12px 0; position: absolute; bottom: 0; left: 0; right: 0; z-index: 15; }
        .feature-item { font-size: 13px; font-weight: 500; }
        .feature-item i { color: var(--primary-light); font-size: 25px; margin-right: 5px; }
		
		
.feature-bar .container {
    max-width: 960px;
}

        /* ================= SEARCH BOX & AUTOCOMPLETE ================= */
        .search-container { position: relative; z-index: 20; margin-top: -60px; }
        .search-card { background: white; border-radius: 10px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); padding: 15px; }
        .search-field { display: flex; align-items: center; gap: 10px; padding: 5px 15px; cursor: pointer; position: relative; }
        .search-field input { border: none; font-weight: 600; font-size: 15px; width: 100%; outline: none; background: transparent; cursor: pointer; }
        .search-field label { font-size: 12px; color: #777; margin-bottom: 0; }
        .border-right-c { border-right: 1px solid #eee; }
.autocomplete-wrapper {
    position: relative;
}
        .autocomplete-list { position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border-radius: 8px; z-index: 999; max-height: 250px; overflow-y: auto; display: none; margin-top: 5px; border: 1px solid #eee; }
        .autocomplete-list li { padding: 12px 20px; font-weight: 500; cursor: pointer; border-bottom: 1px solid #f9f9f9; transition: 0.2s; }
        .autocomplete-list li:hover { background: #f0f8ff; color: var(--primary-light); }
        .autocomplete-list li i { color: #999; margin-right: 10px; }

        .btn-swap { position: absolute; right: -15px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; background: #fff; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 5; cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
        .btn-search { background: var(--yellow-btn); font-weight: 700; width: 100%; height: 100%; border-radius: 8px; border: none; min-height: 50px; }

       

body.home  .search-container {
    margin-top: -200px;
}

	   /* ================= TABS & SWIPER TUYẾN ĐƯỜNG ================= */
        .nav-pills .nav-link { background: #fff; border: none; padding: 8px 20px; border-radius: 20px; font-weight: 600; color: #555; margin-right: 10px; margin-bottom: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
        .nav-pills .nav-link.active { background: var(--primary-light); color: white; }
        
        .route-card { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
        .route-card img { height: 227px; object-fit: cover; width: 100%; }
        .route-card .price { color: #d32f2f; font-weight: 700; }
        
        .swiper-pagination { position: relative; margin-top: 15px; }
        .swiper-pagination-bullet-active { background: var(--primary-light); }

        /* ================= NHÀ XE PHỔ BIẾN ================= */
        .nx-header { position: relative; height: 120px; border-radius: 10px; overflow: hidden; margin-bottom: 15px;}
        .nx-header img { width: 100%; height: 100%; object-fit: cover; }
        .nx-title { position: absolute; top: 15px; left: 15px; background: rgba(0,66,116,0.9); color: white; padding: 5px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; }
        .nx-item { background: white; border-radius: 10px; padding: 10px; display: flex; gap: 10px; margin-bottom: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.03); }
        .nx-item img { width: 80px; height: 60px; border-radius: 5px; object-fit: cover; }
        .nx-name { font-weight: 700; color: #b71c1c; font-size: 14px; margin-bottom: 3px; }
        .nx-address { font-size: 11px; color: #666; line-height: 1.4; }
        .nx-address i { color: var(--primary-light); }

        /* ================= NỀN TẢNG KẾT NỐI ================= */
        .platform-card { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); height: 100%; display: flex; gap: 15px;}
        .platform-icon { font-size: 28px; color: var(--primary-light); }
        .platform-title { font-weight: 700; font-size: 15px; margin-bottom: 5px; }
        .platform-desc { font-size: 12px; color: #666; }

        /* ================= IVEXE REVIEW ================= */
        .review-card { height: 300px; border-radius: 12px; position: relative; overflow: hidden; background-size: cover; background-position: center; }
        .review-heart { position: absolute; top: 15px; right: 15px; width: 30px; height: 30px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ccc; cursor: pointer; z-index: 2; }
        .review-heart:hover, .review-heart.active { color: #e91e63; }
        .review-content { position: absolute; bottom: 0; width: 100%; padding: 40px 15px 15px; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); color: white; }
        .review-title { font-weight: 700; font-size: 15px; margin-bottom: 5px; }

        /* ================= ĐỐI TÁC SWIPER ================= */
        .partner-section { background: var(--primary-dark); padding: 30px 0; }
        .partner-img { background: white; padding: 10px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: bold; width: 100%; }
.partner-img img {
    max-height: 50px;
    width: auto;
    object-fit: cover;
    margin: 10px 0px;
}

        /* ================= FOOTER ================= */
        .footer-main { background: #eef2f5; padding: 50px 0 30px; }
        .footer-title { font-weight: 700; color: var(--primary-dark); border-left: 4px solid var(--yellow-btn); padding-left: 10px; margin-bottom: 20px; font-size: 16px; }
        .footer-main  a { color: #555; font-size: 13px;  }
        .footer-link:hover { color: var(--primary-light); }
        .footer-bottom { background: black; color: white; padding: 30px 0; font-size: 13px; text-align: center; }
        .footer-copyright { background: var(--primary-light); color: white; text-align: center; padding: 15px 0; font-size: 13px; }

        /* ================= FLOATING BUTTONS ================= */
        .floating-btns { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }
.float-btn {
    width: 45px;
    
    border-radius: 5px;
	padding:10px 0px;
    justify-content: center;
    color: white;
    font-size: 9px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    text-align: center;
    font-weight: bold;
}      .bg-zalo { background: #0088A8; }
        .bg-phone { background: #d32f2f; }

        /* Responsive Fixes */
        @media (max-width: 991px) {
            .logo-wrapper { padding: 5px 25px 10px; }
            .search-container { margin-top: -20px; }
            .border-right-c { border-right: none; border-bottom: 1px solid #eee; }
            .btn-swap { right: 20px; top: auto; bottom: -15px; transform: rotate(90deg); }
            .feature-bar { position: static; background: var(--primary-dark); padding-top: 20px;         margin-top: 150px !important;}
            .nx-header { height: 100px; }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		/* ================= MAIN CONTENT - CHI TIẾT NHÀ XE ================= */
.main-content {
    padding: 30px 0;
}

/* Khối thông tin nhà xe trên cùng */
.bus-info-box {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    margin-bottom: 24px;
}
.badge-partner {
    background: #e3f2fd;
    color: var(--primary-dark);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.bus-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 10px 0;
}
.bus-address {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}
.feature-list-top li {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature-list-top li i { color: var(--primary-light); font-size: 18px; }
.bus-img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    min-height: 250px;
}

/* SIDEBAR STICKY */
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 85px; /* Khoảng cách so với top khi cuộn (bù trừ cho header) */
    z-index: 10;
}
.benefit-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    margin-bottom: 24px;
}
.benefit-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.benefit-item:last-child { margin-bottom: 0; }
.benefit-icon {
    width: 35px;
    height: 35px;
    background: #e3f2fd;
    color: var(--primary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.benefit-text h6 { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.benefit-text p { font-size: 12px; color: #666; margin: 0; }

/* MINI REVIEW CARDS (Cột trái) */
.mini-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.mini-review-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 140px;
}
.mini-review-card img { width: 100%; height: 100%; object-fit: cover; }

/* CUSTOM TABS */
.nav-tabs-custom {
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
}
.nav-tabs-custom .nav-link {
    border: none;
    color: #666;
    font-weight: 600;
    padding: 12px 20px;
    background: transparent;
    position: relative;
}
.nav-tabs-custom .nav-link.active {
    color: var(--primary-light);
}
.nav-tabs-custom .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0; right: 0;
    height: 3px;
    background: var(--primary-light);
}

/* TAB 1: SĐT - ĐỊA CHỈ (Có giới hạn chiều cao & thanh cuộn) */
.tab-scrollable {
    max-height: 700px; /* Giới hạn chiều cao cân bằng với cột trái */
    overflow-y: auto;
    padding-right: 10px;
}
/* Custom Scrollbar cho Tab 1 */
.tab-scrollable::-webkit-scrollbar { width: 6px; }
.tab-scrollable::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.tab-scrollable::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }
.tab-scrollable::-webkit-scrollbar-thumb:hover { background: #999; }

.phone-panel {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.phone-panel-header {
    background-color: #00bcd4; /* Màu xanh Cyan giống ảnh */
    color: white;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.phone-panel-body {
    background-color: #fefcf8; /* Màu nền vàng nhạt */
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.phone-panel-info h5 { font-size: 15px; font-weight: 700; color: var(--primary-dark); margin-bottom: 5px; }
.phone-panel-info p { font-size: 12px; color: #555; margin: 0; }
.phone-panel-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 160px;
}
.btn-phone-call {
    background-color: #004274;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    transition: 0.2s;
}
.btn-phone-call:hover { background-color: #003056; color: white; }
.btn-phone-call i { margin-right: 8px; }

/* TAB 2: GIỚI THIỆU */
.intro-content p { font-size: 14.5px; line-height: 1.7; color: #444; text-align: justify; }
.intro-content h3 { font-size: 22px; font-weight: 700; margin: 25px 0 15px; color: #111; }

/* TAB 3: LỊCH TRÌNH (ACCORDION + TABLE) */
.accordion-schedule .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
    background: transparent;
}
.accordion-schedule .accordion-button {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
    padding: 15px 20px;
    box-shadow: none !important;
}
.accordion-schedule .accordion-button:not(.collapsed) {
    background: #e0f7fa;
    color: var(--primary-light);
}
/* Table Custom */
.table-schedule {
    border-collapse: collapse;
    width: 100%;
    font-size: 13.5px;
}
.table-schedule th, .table-schedule td {
    border: 1px solid #777;
    padding: 10px;
    vertical-align: middle;
}
.table-schedule thead th {
    background-color: #fbc02d; /* Màu vàng cam */
    color: white;
    text-align: center;
    font-weight: 700;
}
.table-schedule .row-car-type {
    background-color: #f1f1f1;
    font-weight: 700;
    text-align: center;
}


/* ================= TABLE LỊCH TRÌNH TỪ EDITOR ================= */

/* Bọc bảng để scroll ngang trên Mobile không bị vỡ khung */
.accordion-body {
    overflow-x: auto;
}

.accordion-body table {
    width: 100% !important;
    min-width: 650px; /* Giữ bảng không bị bóp méo chữ trên điện thoại */
    border-collapse: collapse !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

/* Xóa bỏ các kích thước lỗi inline và tạo khoảng cách đẹp */
.accordion-body table th,
.accordion-body table td {
    border: 1px solid #e0e0e0 !important;
    padding: 12px 15px !important;
    vertical-align: middle !important;
    height: auto !important; /* Xóa lỗi height: 10px bị bóp nghẹt */
    line-height: 1.5 !important;
}

/* 1. Dòng Header: Điểm đón - Điểm trả - Giờ đi */
.accordion-body table tr:first-child,
.accordion-body table tr:first-child td {
    background-color: #fbc02d !important; /* Ghi đè màu xanh #0666bb thành màu vàng cam chuẩn hình */
    color: #fff !important;
    text-align: center !important;
    font-weight: 700 !important;
    border-color: #f9a825 !important;
}
.accordion-body table tr:first-child span {
    color: #fff !important;
    font-weight: 700 !important;
}

/* 2. Dòng Tên loại xe & Giá (Gộp 3 cột) */
.accordion-body table td[colspan="3"] {
    background-color: #f8f9fa !important; /* Nền xám nhạt */
    color: #004274 !important; /* Chữ màu xanh thương hiệu */
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 14.5px;
}
.accordion-body table td[colspan="3"] strong {
    font-weight: 700 !important;
}

/* 3. Cột Giờ đi (Làm nổi bật thời gian) */
.accordion-body table td:last-child div {
    font-weight: 700;
    font-size: 16px;
    color: #d32f2f !important; /* Chữ đỏ cho giờ chạy */
    text-align: center !important;
}
























/* ================= PAGE TUYẾN ĐƯỜNG ================= */
.page-tuyen-duong {
    padding: 30px 0 50px;
    background-color: var(--bg-gray); /* Kế thừa màu #f4f7f6 */
}

/* --- TÙY CHỈNH SEARCH BOX CHO TRANG CON --- */
.page-tuyen-duong .search-container {
    margin-top: 0; /* Gỡ bỏ margin âm của trang chủ */
    margin-bottom: 30px;
    z-index: 20;
}

/* --- DANH SÁCH NHÀ XE (CỘT PHẢI) --- */
.page-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
}
.route-list-item {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: transform 0.2s;
}
.route-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.route-list-img {
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}
.route-list-info {
    flex-grow: 1;
}
.route-list-title {
    font-weight: 700;
    color: var(--primary-dark);
    font-size: 16px;
    margin-bottom: 6px;
}
.route-list-address {
    font-size: 13px;
    color: #666;
}
.route-list-address i { color: #999; margin-right: 5px; }

.route-list-action {
    text-align: right;
    min-width: 140px;
}
.route-list-price-label {
    font-size: 11px;
    color: #888;
}
.route-list-price {
    font-size: 16px;
    font-weight: 800;
    color: #d32f2f;
    margin-bottom: 8px;
}
.btn-call-yellow {
    background: var(--yellow-btn);
    border: none;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 14px;
    color: #111;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.2s;
}
.btn-call-yellow:hover { background: #f9a825; }

/* --- FAQ ACCORDION --- */
.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
    background: transparent;
}
.faq-accordion .accordion-button {
    background: transparent;
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 14px;
    box-shadow: none !important;
    padding: 15px 0;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-light);
}
/* Thay đổi icon mặc định của Bootstrap thành dấu + màu vàng */
.faq-accordion .accordion-button::after {
    background-image: none;
    content: "\f067"; /* Mã icon Plus của FontAwesome */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--yellow-btn);
    transform: none;
    font-size: 14px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068"; /* Mã icon Minus */
}
.faq-accordion .accordion-body {
    padding: 0 0 15px 0;
    font-size: 13.5px;
    color: #555;
    line-height: 1.6;
}

/* --- NHÀ XE LIÊN QUAN --- */
.related-bus-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    border: 1px solid #eee;
}
.related-bus-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.related-bus-title {
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-dark);
    text-align: center;
}

/* --- SEO TEXT BOTTOM --- */
.seo-text-bottom {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    margin-top: 30px;
}
.seo-text-bottom h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 20px 0 10px;
}

/* Bổ sung fix nhỏ cho cột trái Sticky */
.sidebar-sticky { position: sticky; top: 80px; z-index: 10; }




















/* ================= ARCHIVE: DANH SÁCH NHÀ XE ================= */
.archive-page-wrapper {
    padding: 40px 0;
    background-color: var(--bg-gray); /* Kế thừa từ CSS trước đó */
}

/* Tiêu đề & Cột mốc vàng */
.archive-section-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 20px;
}
.archive-section-title span {
    border-left: 4px solid var(--yellow-btn);
    padding-left: 10px;
}

/* Ô tìm kiếm */
.archive-search-form {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.archive-search-form input {
    flex-grow: 1;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    outline: none;
    color: #333;
}
.archive-search-form button {
    background-color: #00bcd4; /* Màu xanh ngọc giống ảnh */
    color: white;
    border: none;
    padding: 0 25px;
    cursor: pointer;
    transition: 0.2s;
}
.archive-search-form button:hover {
    background-color: #0097a7;
}

/* Khối Card Nhà Xe */
.brand-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.brand-card-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.brand-card-body {
    padding: 15px;
    flex-grow: 1;
}
.brand-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}
.brand-card-address {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    /* CSS Giới hạn 2 dòng và thêm dấu ... */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Phân trang WordPress (Pagination) */
.wp-pagination {
    margin-top: 40px;
    text-align: center;
}
.wp-pagination .nav-links {
    display: inline-flex;
    gap: 8px;
    justify-content: center;
}
.wp-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    transition: 0.2s;
}
.wp-pagination .page-numbers:hover, 
.wp-pagination .page-numbers.current {
    background-color: #00bcd4;
    color: #fff;
    border-color: #00bcd4;
}
.wp-pagination .dots {
    background: transparent;
    border: none;
}


















/* ================= PAGE GIỚI THIỆU ================= */

/* --- Tùy chỉnh Font chữ ký --- */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&display=swap');

.page-gioi-thieu {
    background-color: var(--bg-gray);
}

/* SECTION 1: XIN CHÀO */
.gt-intro-text {
    padding: 60px 0 30px;
}
.gt-intro-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gt-intro-desc {
    font-size: 14px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}
.gt-intro-banner {
    width: 100%;
    /* Dùng background image để full width thay vì thẻ img dễ vỡ layout */
    background: url('https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?q=80&w=2000&auto=format&fit=crop') no-repeat center bottom / cover;
    height: 350px;
    position: relative;
    border-bottom: 8px solid #555; /* Đường giả lập con đường */
}
/* Hiệu ứng vạch kẻ đường (dashed) */
.gt-intro-banner::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    border-bottom: 4px dashed #fff;
}

/* SECTION 2: LÝ DO ĐẶT VÉ */
.gt-reasons {
    position: relative;
    padding: 80px 0;
    /* Hình nền mờ phía sau full màn hình */
    background: url('https://images.unsplash.com/photo-1506501139174-099022df5260?q=80&w=2000&auto=format&fit=crop') no-repeat center center / cover;
}
.gt-reasons::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(244, 247, 246, 0.9); /* Lớp phủ sáng mờ (bg-gray opacity 90%) */
}
.gt-reasons .container {
    position: relative; /* Nổi lên trên lớp mờ */
    z-index: 2;
}
.gt-reasons-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    color: #111;
}
.reason-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px 25px;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.reason-icon {
    position: absolute;
    top: -25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: #00bcd4; /* Xanh ngọc */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 5px solid #f4f7f6; /* Viền để khoét nền */
}
.reason-card h5 {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 5px;
}
.reason-card .sub {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 15px;
}
.reason-card p {
    font-size: 12.5px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* SECTION 3: ĐỊA ĐIỂM THU HÚT */
.gt-attractions {
    padding: 60px 0 80px;
    /* Hiệu ứng cắt đôi nền: nửa trên xám nhạt, nửa dưới xanh đậm */
    background: linear-gradient(to bottom, #f4f7f6 45%, #002240 45%);
}
.gt-script-title {
    font-family: 'Dancing Script', cursive;
    font-size: 42px;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}
/* Grid 5 cột cho Bootstrap */
.row-cols-custom-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
@media (max-width: 991px) {
    .row-cols-custom-5 > * { width: 33.333%; }
}
@media (max-width: 767px) {
    .row-cols-custom-5 > * { width: 50%; }
    .gt-attractions { background: linear-gradient(to bottom, #f4f7f6 20%, #002240 20%); }
    .gt-script-title { font-size: 32px; }
}

/* SECTION 4: KHÁCH HÀNG LÀ TRUNG TÂM */
.gt-customer {
    background: url('https://images.unsplash.com/photo-1464219789935-c2d9d9aba644?q=80&w=2000&auto=format&fit=crop') no-repeat center center / cover;
    position: relative;
    padding: 60px 0;
    overflow: hidden; /* Tránh bus lòi ra ngoài */
}
.gt-customer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 40, 75, 0.85); /* Lớp overlay màu xanh đậm */
}
.gt-customer .container {
    position: relative;
    z-index: 2;
}
.bus-illustration {
    width: 120%; /* Làm xe to ra một chút */
    max-width: 600px;
    /* Kéo xe xích về bên trái để giống thiết kế */
    margin-left: -50px; 
    filter: drop-shadow(5px 10px 15px rgba(0,0,0,0.5));
}
.gt-customer-content {
    color: #fff;
    text-align: center;
}
.gt-customer-content h3 {
    color: var(--yellow-btn);
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.gt-customer-content p {
    font-size: 13.5px;
    line-height: 1.8;
    color: #ddd;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .bus-illustration { width: 100%; margin-left: 0; margin-bottom: 30px; }
}




















/* ================= PAGE LIÊN HỆ ================= */
.page-lien-he {
    /* Đổi link ảnh nền mây núi tùy ý của bạn */
    background: url('https://images.unsplash.com/photo-1517409228381-06796c9e9929?q=80&w=2000&auto=format&fit=crop') no-repeat center center / cover;
    padding: 80px 0;
    min-height: 80vh; /* Đảm bảo đủ độ cao để thấy nền đẹp */
    display: flex;
    align-items: center;
    position: relative;
}

/* Lớp phủ mờ xíu để form nổi bật hơn (tùy chọn) */
.page-lien-he::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1); 
}

.contact-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}

.contact-card {
    background: #fff;
    border-radius: 4px; /* Góc bo nhẹ */
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Cột Trái: Thông tin */
.contact-title {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
}
.contact-info p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
}
.contact-info p strong {
    font-weight: 700;
    color: #111;
}

/* Cột Phải: Contact Form 7 Tùy chỉnh */
/* Ghi đè CSS mặc định của CF7 để tránh bị vỡ khung */
.wpcf7-form-control-wrap {
    display: block !important;
}
.cf7-custom-label {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
    display: block;
}
/* Ô nhập liệu */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
    background-color: #fff;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #00bcd4;
    box-shadow: 0 0 0 2px rgba(0, 188, 212, 0.1);
}
/* Nút Submit */
.btn-submit-contact {
    background-color: #00bcd4 !important; /* Màu xanh ngọc giống ảnh */
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px 30px !important;
    border: none !important;
    border-radius: 2px !important;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.2s;
}
.btn-submit-contact:hover {
    background-color: #0097a7 !important;
}

/* Fix lỗi CF7 sinh ra thẻ p thừa */
.wpcf7 form p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .contact-card {
        padding: 30px 20px;
    }
    .contact-info {
        margin-bottom: 40px;
    }
}