/* BIáº¾N MÃ€U Sáº®C */
:root {
    --primary-gradient: linear-gradient(to right, #eab308, #f97316);
    --orange-600: #ea580c;
    --gray-100: #f3f4f6;
    --gray-600: #4b5563;
    --gray-900: #111827;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.mjbvzxa{
  background-color: #fff9f6;   
}


        /* Phần thông tin bên trái */
        .info-section {
            flex: 1;
            background-color: #fff9f6;
            padding: 40px;
            border-right: 1px solid #eee;
        }

        .info-section h2 {
            color: #ff5722;
            font-size: 24px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .commitment-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }

        .commitment-item i {
            color: #ff5722;
            font-size: 20px;
            margin-right: 15px;
            margin-top: 5px;
        }

        .commitment-text h4 {
            margin: 0 0 5px 0;
            color: #333;
        }

        .commitment-text p {
            margin: 0;
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
.header-text h3{font-size: 2rem;font-weight: 100;color: var(--default-color-1);font-family: interSB;margin: 10px;}
.vcxaz {
    color: #FFF;
}
.header-text p{
    font-size: 1.2rem;
    color: #4b5563;
    margin: 0;
}

@media (min-width: 1024px) {
    /* 1. Thiáº¿t láº­p láº¡i khung chá»©a Grid */
    .main-grid {
        display: grid;
        grid-template-columns: 3fr 1fr;
        gap: 2rem;
        
        /* Cá»°C Ká»² QUAN TRá»ŒNG: 
           GiÃºp Sidebar khÃ´ng bá»‹ kÃ©o dÃ i tá»± Ä‘á»™ng theo cá»™t trÃ¡i.
           NÃ³ táº¡o ra 'Ä‘Æ°á»ng cháº¡y' Ä‘á»ƒ Sidebar lÆ°á»›t bÃªn trong Grid. */
        align-items: start; 
        
        position: relative; /* Giá»¯ má»i thá»© trong táº§m kiá»ƒm soÃ¡t */
    }

    /* 2. Thiáº¿t láº­p Sidebar lÆ°á»›t 'ná»™i khu' */
    .sidebar-column {
        /* Thay fixed báº±ng sticky */
        position: -webkit-sticky;
        position: sticky;
        
        /* Khoáº£ng cÃ¡ch tá»« Ä‘á»‰nh mÃ n hÃ¬nh khi lÆ°á»›t theo */
        top: 0px; 
        
        /* Giá»›i háº¡n chiá»u cao Sidebar Ä‘á»ƒ khÃ´ng bá»‹ máº¥t ná»™i dung náº¿u Sidebar dÃ i */
        
        /* áº¨n thanh cuá»™n cá»§a riÃªng Sidebar Ä‘á»ƒ Ä‘áº¹p hÆ¡n */
        scrollbar-width: none;
    }
    
    .sidebar-column::-webkit-scrollbar {
        display: none;
    }
}
.cvjzzz.zs{
    padding-bottom:0;
    background: #f9f9f9;
}
.cvjzzz{
    padding: 48px 0;
    background: #eeeeee8f;
}
    .vcxaz:hover {
        text-decoration: unset;
    }

.popular-item:not(:last-child) {
    border-bottom: 1px solid var(--gray-100);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
/* LAYOUT CHUNG */
.news-section {
    padding: 3rem 0;
    background: #fff;
}
/* Tháº» Card tráº¯ng chá»©a báº£ng */
.pricing-card {
    background-color: #ffffff;
    border-radius: 1rem; /* rounded-2xl */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
    padding: 2rem; /* p-8 */
}

/* Header cá»§a Card */
.card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* gap-3 */
    margin-bottom: 1.5rem; /* mb-6 */
}

/* VÃ²ng trÃ²n Icon Gradient */
.icon-box {
    width: 3rem; /* w-12 */
    height: 3rem; /* h-12 */
    background: linear-gradient(to bottom right, #facc15, #f97316); /* yellow-400 to orange-500 */
    border-radius: 0.75rem; /* rounded-xl */
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.icon-svg {
    color: #ffffff;
}
.card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem; /* gap-3 */
    margin-bottom: 1.5rem; /* mb-6 */
    text-align: center;
    justify-content: center;
}

.icon-clock-wrapper {
    width: 3rem; /* w-12 */
    height: 3rem; /* h-12 */
    background: linear-gradient(to bottom right, #facc15, #f97316); /* yellow-400 to orange-500 */
    border-radius: 0.75rem; /* rounded-xl */
    display: flex;
    align-items: center;
    justify-content: center;
}
.title {
    font-size: 1.25rem; /* text-xl */
    color: #111827; /* gray-900 */
    margin: 0;
}

.subtitle {
    font-size: 0.875rem; /* text-sm */
    color: #4b5563; /* gray-600 */
    margin: 0;
}

/* Table Responsive */
.table-responsive {
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

    /* Cáº¥u trÃºc Table Head */
    .pricing-table thead tr {
        border-bottom: 2px solid #e5e7eb; /* border-gray-200 */
    }

    .pricing-table th {
        padding: 1rem; /* py-4 px-4 */
        color: #374151; /* gray-700 */
        font-weight: 600;
    }

    /* Cáº¥u trÃºc Table Body */
    .pricing-table tbody tr {
        border-bottom: 1px solid #f3f4f6; /* border-gray-100 */
        transition: background-color 0.2s;
    }

        .pricing-table tbody tr:hover {
            background-color: #f9fafb; /* hover:bg-gray-50 */
        }

    .pricing-table td {
        padding: 1rem; /* py-4 px-4 */
        /* white-space: nowrap; */
    }
td p:first-child{
    font-size: 20px;
}

.table-scroll-wrapper {
    max-height: 600px; /* Chiá»u cao tá»‘i Ä‘a báº¡n muá»‘n hiá»ƒn thá»‹ trÆ°á»›c khi cuá»™n */
    overflow-y: auto; /* Hiá»‡n thanh cuá»™n dá»c khi ná»™i dung vÆ°á»£t quÃ¡ max-height */
    overflow-x: auto; /* Hiá»‡n thanh cuá»™n ngang náº¿u báº£ng quÃ¡ rá»™ng trÃªn mobile */
    position: relative;
    border: 1px solid #eee;
}

/* 2. Giá»¯ tiÃªu Ä‘á» báº£ng cá»‘ Ä‘á»‹nh á»Ÿ trÃªn cÃ¹ng khi cuá»™n (Sticky Header) */
.pricing-table thead th {
    position: sticky;
    top: 0; /* Cá»‘ Ä‘á»‹nh á»Ÿ vá»‹ trÃ­ 0 khi cuá»™n */
    background: #f8f9fa; /* Pháº£i cÃ³ mÃ u ná»n Ä‘á»ƒ khÃ´ng bá»‹ ná»™i dung bÃªn dÆ°á»›i Ä‘Ã¨ lÃªn chá»¯ */
    z-index: 10; /* Äáº£m báº£o tiÃªu Ä‘á» náº±m trÃªn cÃ¹ng */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); /* Táº¡o Ä‘Æ°á»ng káº» dÆ°á»›i tiÃªu Ä‘á» cho Ä‘áº¹p */
}

/* 3. TÃ¹y chá»‰nh thanh cuá»™n Ä‘áº¹p hÆ¡n (tÃ¹y chá»n) */
.table-scroll-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.table-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

    .table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

/* 4. Äáº£m báº£o báº£ng hiá»ƒn thá»‹ tá»‘t */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
}
/* Äá»‹nh dáº¡ng ná»™i dung Ã´ */
.route-name {
    color: #111827; /* gray-900 */
    font-weight: 500;
}

.route-direction {
    font-size: 0.875rem; /* text-sm */
    color: #6b7280; /* gray-500 */
}

.text-gray {
    color: #4b5563; /* gray-600 */
}

.price {
    color: #ea580c; /* text-orange-600 */
    font-weight: 600;
    white-space: nowrap;
}

/* CÄƒn lá» */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.detail-ser-left {
    float: left;
    width: 100%;
}

.detail-ser-right {
    float: right;
    width: 320px;
}
.container {
    max-width: 1263px;
    margin: 0 auto;
    padding: 0 1rem;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .main-grid {
        grid-template-columns: 3fr 1fr;
    }
}

/* HEADER TIN Tá»¨C */
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.675rem;
    color: var(--gray-900);
}

/* NÃšT Báº¤M CHUNG */
.btn-all {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 999px;
    background: var(--primary-gradient);
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-all:hover {
        box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.4);
    }

/* GRID BÃ€I VIáº¾T */
.articles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* CARD BÃ€I VIáº¾T */
.news-card {
    background: #fff;
    border-radius: 1rem;
    border: 2px solid var(--gray-100);
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}

    .news-card:hover {
        border-color: #fdba74;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
        text-decoration: unset;
    }

.card-image {
    position: relative;
    height: 14rem;
    overflow: hidden;
}

    .card-image img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        transition: 0.3s;
    }

.news-card:hover .card-image img {
    transform: scale(1.1);
}

.badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.25rem 0.75rem;
    background: var(--primary-gradient);
    color: #fff;
    border-radius: 999px;
    font-size: 0.875rem;
}

.action-buttons {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
}

.btn-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-icon:hover {
        background: #fff;
    }

.card-content {
    padding: 1.5rem;
}

    .card-content h4 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
        transition: 0.3s;
        width: 107%;
    }

.news-card:hover h4 {
    color: var(--orange-600);
}

.card-content p {
    color: var(--gray-600);
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--gray-100);
    padding-top: 1rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.author, .stats {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .stats span {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

/* SIDEBAR WIDGETS */
.widget {
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 7px;
}

.search-widget {
    background: linear-gradient(to bottom right, #fff7ed, #fffbeb);
}

    .search-widget h4 {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

        .search-widget h4 svg {
            color: oklch(.646 .222 41.116);
        }

.search-box {
    position: relative;
}

    .search-box input {
        width: 100%;
        padding: 0.75rem 1rem;
        border-radius: 0.75rem;
        border: 2px solid #fed7aa;
        outline: none;
        transition: 0.3s;
        background: content-box;
    }

        .search-box input:focus {
            border-color: #f97316;
            box-shadow: 0 0 0 3px rgba(249,115,22,0.2);
        }

    .search-box button {
        position: absolute;
        right: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: none;
        cursor: pointer;
    }

.popular-widget {
    border: 2px solid var(--gray-100);
}

    .popular-widget h4 {
        display: flex;
        align-items: center;
        font-size: 19px;
        gap: 6px;
        font-weight: 400;
        margin-bottom: 21px;
    }

        .popular-widget h4 svg {
            color: oklch(.646 .222 41.116);
        }

.popular-item {
    display: flex;
    gap: 0.75rem;
}

.rank {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: var(--primary-gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-info h5 {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
    color: #484545;
    <%# Eval( "NgayTao", "{0: dd/MM/yyyy}") %>;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

    .popular-info h5:hover {
        color: var(--orange-600);
    }

.meta {
    font-size: 0.75rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 5px;
}

.newsletter-widget {
    background: var(--primary-gradient);
    color: #fff;
    position: relative;
}

    .newsletter-widget p {
        font-size: 0.875rem;
        margin: 0.5rem 0 1rem;
        opacity: 0.9;
    }

:placeholder {
    color: #73849b; /* Thay mÃ u báº¡n muá»‘n á»Ÿ Ä‘Ã¢y */
    opacity: 1; /* Firefox yÃªu cáº§u cÃ¡i nÃ y Ä‘á»ƒ hiá»‡n Ä‘Ãºng mÃ u */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
    color: #b4becc;
}

/* Microsoft Edge */
::-ms-input-placeholder {
    color: #f9f9f9;
}

.newsletter-widget input {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    outline: none;
    margin-bottom: 0.75rem;
}
/* 1. Äá»‹nh nghÄ©a chuyá»ƒn Ä‘á»™ng rung */
@keyframes rung-chuong {
    0% { transform: rotate(0); }
    20% { transform: rotate(-15deg); } /* Láº¯c sang trÃ¡i */
    40% { transform: rotate(15deg); }  /* Láº¯c sang pháº£i */
    60% { transform: rotate(-10deg); } /* Láº¯c nháº¹ trÃ¡i */
    80% { transform: rotate(10deg); }  /* Láº¯c nháº¹ pháº£i */
    100% { transform: rotate(0); }
}

/* 2. Ãp dá»¥ng vÃ o SVG */
.btn-submit svg {
    width: 16px;
    height: 16px;
    /* Giá»¯ tÃ¢m xoay á»Ÿ giá»¯a hoáº·c á»Ÿ trÃªn Ä‘á»‰nh (top center) náº¿u lÃ  hÃ¬nh chuÃ´ng treo */
    transform-origin: center; 
    transition: transform 0.3s ease; /* MÆ°á»£t mÃ  khi háº¿t rung */
}

/* 3. KÃ­ch hoáº¡t khi hover vÃ o nÃºt cha */
.btn-submit:hover svg {
    animation: rung-chuong 0.5s ease-in-out infinite; /* infinite Ä‘á»ƒ rung mÃ£i, hoáº·c bá» Ä‘i Ä‘á»ƒ rung 1 láº§n */
}
.btn-submit {
    width: 90%;
    padding: 0.75rem;
    border-radius: 0.75rem;
    border: none;
    background: #fff;
    color: var(--orange-600);
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    bottom: 24px;
    left: 5%;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* UTILITIES */
.desktop-only {
    display: none;
}

@media (min-width: 768px) {
    .desktop-only {
        display: flex;
    }
 
}

.mobile-only {
    margin-top:10px;
    display: block;
}
@media(max-width:739px){
    .search-widget{
        display:none;
    }
    .info-section{
        padding:10px;
        padding-top:20px;
    }
    .booking-card{ 
        width:100% !important
    }
    .booking-wrapper{
       flex-direction:column-reverse; 
    }
       .pricing-card{
        padding: 4px;
        padding-top: 14px;
    }
     .pricing-table tr td:first-child {
        width: 30%;
     }
      .pricing-table tr td:last-child {
        width: 10%;
     }
    .pricing-table td{
        font-size: 9px !important;
    }
    td p:first-child {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    }
     td p:nth-child(2){
         font-size: 10px;
     }
    .pricing-table thead th{
     font-size: 10px !important;
 }
}
    .pricing-table thead th{
        font-size:16px;
        padding: 1rem;
    }

    .pricing-table td{
        padding: 6px;
        font-size: 16px;
    }
    .card-content h4{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .card-content{
        padding:1rem;
    }
    
}
@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
 

.text-center {
    text-align: center;
}

.mt-8 {
    margin-top: 2rem;
}

