/**
 * 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 {
        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,
    .section-restaurant:after,
    .restaurant-content .restaurant-image:before{
        display: none !important;
    }

    #header-home{
        position: relative;
    }

    #header-home .section-header,
    .section-header{
        background-color: #b43bff;
    }

    .section-header-bar{
        background-color: #000;
        padding: 8px 0;
    }

    #header{
        justify-content: space-between;
        padding: 0 25px;
    }

    .section-slider .image-item img{
        height: 300px;
        object-fit: cover;
    }

    .about-content h2{
        font-size: 75px;
    }

    .section-restaurant{
        padding-top: 100px;
    }

    .restaurant-content .restaurant-image,
    .restaurant-content .restaurant-text{
        width: 100%;
        padding: 0 10px;
    }

    .restaurant-content .restaurant-text{
        margin-top: 30px;
        text-align: justify;
    }

    .restaurant-text .buton-link{
        display: block;
        margin: 30px auto 0;
    }

    .title-main h2, .title-main h1{
        font-size: 26px;
    }

    .section-news,
    .section-space{
        padding-bottom: 0;
    }

    .section-news .owl-item.active {
        margin-top: 0;
    }

    .section-news .owl-item.active.center .news-item{
        top: 0
    }

    .news-item .news-item-thumb img{
        height: 350px;
    }

    .style-2-space{
        grid-gap: 15px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .style-2-space .space-item:nth-child(1){
        margin-top: 140px;
    }

    .style-2-space .space-item:nth-child(3){
        display: block;
    }

    .style-2-space .space-item img,
    .style-2-space .space-item:nth-child(3) img{
        height: 250px;
    }

    .section-space{
        padding-top: 0;
    }

    .boxlink .box-wrap{
        padding: 20px;
        margin-bottom: 15px;
    }

    .section-footer-top .footer-left,
    .section-footer-top .footer-mid,
    .section-footer-top .footer-right,
    .space-box{
        width: 100%;
    }

    .company_info{
        margin: 20px 0;
    }

    .fanpage{
        border-radius: 0;
    }
}

@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-header-bar {
        font-size: 12px;
    }
}

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

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