/**
 * 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) {
    .section-header-bar .header-nav {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

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

    .header-nav-inner {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .contactDefault {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

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

    .section-footer-top .socialList{
        justify-content: center;
        margin-bottom: 20px;
    }

    .tours-info h1{
        margin-top: 15px;
    }

    .newsnotice{
        margin-top: 15px;
    }

    .box-form{
        padding: 0;
        border: none;
    }

    .box-form .input-group{
        margin-bottom: 15px;
    }

    .box-form .row div:last-child .input-group{
        margin-bottom: 0;
    }

.albums-tab .list-image{
grid-template-columns: repeat(2, 1fr);
}
}

@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;
    }

    .section-about .about-thumb-box{
        width: 300px;
        height: 300px;
        margin-bottom: 15px;
    }

    .lSSlideOuter .lSPager.lSGallery img{
        min-height: 60px !important;
    }

    .services-list .item .readmore{
        position: relative;
        display: block;
        margin-top: 20px;
        bottom: unset;
    }

.albums-tab .albums-item{
height: 120px
}
}

@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: 1140px;
    }
}

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