﻿@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 {
        /*        width: auto !important;*/
        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 Tour theo yêu cầu - icon and text on one line */
.custom-tour {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}

.custom-tour img {
    margin-right: 5px !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
}