/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

@media (max-width: 1119.98px) {
    
}

@media (max-width: 991.98px) {
    .container,
     .booking-main-box{
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block,
    .metrics-inner .metrics-item:before,
    .metrics-inner .owl-item:before,
    .whychoose .whychoose-item:after{
        display: none !important;
    }

    .block-primary h2{
        font-size: 34px;
    }

    #header .logo{
        padding: 15px 0;
    }

    #header .logo img{
        height: 60px;
    }

    .mobile-menu-toggle-btn{
        display: flex;
    }

    #header .header-right,
    .whychoose{
        gap: 20px;
    }

    #banner-slider .slider-content-inner{
        width: 98%;
    }

    #banner-slider .item img{
        height: 460px;
        object-fit: cover;
    }


    #banner-slider .slider-content-inner .slider-title{
        font-size: 26px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 0;
    }

    .slider-content-inner .slider-description{
        font-size: 18px;
        font-weight: 400;
    }

    .news-cat-style1 .news-cat-item{
        margin-bottom: 10px;
    }

    .news-cat-style1 .news-cat-item img{
        height: 280px;
    }

    .whychoose .whychoose-item,
    .metrics-inner .metrics-item,
    .section-booking .booking-inner,
    .section-booking .maps,
    .section-booking .booking-form{
        width: 100%;
    }

    #reviews-slider .reviews-item{
        width: 95%;
    }

    .section-booking .booking-inner{
        gap: 40px;
        flex-direction: column-reverse;
    }

    .section-booking .maps:before{
        background-image: linear-gradient(90deg, #3f5061 0, #5E7489 50%, #3d4e5f 100%);
        height: 3px;
        width: 100%;
        right: auto;
        top: 0;
    }

    .section-booking .maps iframe{
        height: 300px;
    }

    .section-workflow .block-primary h2:before{
        background-image: linear-gradient(90deg, #f1f1f1 0, #D7D7D7 50%, #eceeee 100%);
        width: 220px;
    }

    .section-booking .maps{
        padding-top: 35px;
    }
}

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }

    .cookie-notice {
        left: 0;
        width: 100%;
    }

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    .book-btn a{
        font-size: 14px;
        padding: 12px 14px;
    }

    .booking-other .call, .booking-other .zalo{
        width: 100%;
        min-height: 50px;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 100%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1350px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1350px;
    }
}
