@media (max-width: 1199px) {
    .page-container {
        top: 145px;
    }

    body .itc-main-search-container {
        top: 225px !important;
    }

    .navbar .navbar-xs .navbar-default {
        width: 100% !important;
    }

    .navbar .navbar-header {
        margin: 5px 0 !important;
    }

    .navbar .navbar-form {
        margin: 5px 30px !important;
    }

    .navbar .navbar-header a img {
        max-height: 60px;
    }

    .main-navbar {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 0 !important;
        padding: 2px 0;
    }

    .main-navbar>li {
        float: none;
        display: inline-block;
        margin: 5px 0px;
    }

    .main-navbar>li a {
        font-family: "Tahoma Regular", sans-serif !important;
    }

    .navbar .navbar-form>.form-group {
        width: 100% !important;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .tabs-tour .tab-body .in-bound .children-body .attraction .box,
    .tabs-tour .tab-body .out-bound .children-body .attraction .box {
        width: auto !important;
    }

    .tabs-tour .tab-body .in-bound .children-body .attraction,
    .tabs-tour .tab-body .out-bound .children-body .attraction {
        justify-content: flex-start !important;
        grid-template-columns: repeat(auto-fit, minmax(220px, 250px)) !important;
    }

    .tabs-tour .tab-body .in-bound .children-body .attraction .box,
    .tabs-tour .tab-body .out-bound .children-body .attraction .box {
        max-width: 280px !important;
    }

    .tabs-tour .tab-body .in-bound .children-body .attraction,
    .tabs-tour .tab-body .out-bound .children-body .attraction {
        justify-content: start !important;
    }

    .children-body .attraction a {
        max-width: 280px !important;
        flex: 0 0 calc(25% - 15px);
    }

    body.navbar-top {
        padding-top: 0 !important;
    }
}

.itc-main-search-container {
    top: 325px !important;
}

.itc-main-search-container input.form-control {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.08) !important;
}

.itc-main-search-container input.form-control:hover {
    border-color: #ccc !important;
}

/* Fix for vertical tabs layout */
.nav-tabs-vertical .nav-tabs {
    width: 200px;
    float: left;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-tabs-vertical .nav-tabs>li {
    float: none;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}

.nav-tabs-vertical .nav-tabs>li>a {
    margin-right: 0;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    white-space: nowrap;
    text-align: left;
    display: block;
}

/* Adjust highlight for vertical tabs */
.nav-tabs-vertical .nav-tabs.nav-tabs-highlight>li>a {
    border-top: 0;
    border-left: 4px solid transparent;
}

.nav-tabs-vertical .nav-tabs.nav-tabs-highlight>li.active>a {
    border-top: 0;
    border-left-color: var(--main-color);
    background-color: #f5f5f5;
}

/* ========================================
   FIX: Tour theo yêu cầu màu đỏ
   ======================================== */
.main-navbar .custom-tour.text-danger,
.main-navbar .custom-tour.text-danger span,
.main-navbar a.custom-tour.text-danger,
.main-navbar a.custom-tour.text-danger:hover,
.main-navbar a.custom-tour.text-danger:focus {
    color: #f44336 !important;
}