/**
 * 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: 991.98px) {
    .container {
        width: 100%;
    }

    #menusite .navbar-default .navbar-nav > li > a{
        padding: 25px 8px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0;
    }

    #footer form{
        display: inline-block;
        width: 80%;
    }

    #footer .input-subscribe{
        width: 100%;
    }

    .form-seek{
        max-width: 90%;
    }
}

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

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

    .section-home{
        padding: 40px 0 60px;
    }

    .section-home h2{
        margin-bottom: 20px;
        line-height: 34px;
    }

    .section-home .logo img{
        max-width: 300px;
    }

    .form-seek{
        max-width: 100%;
    }

    .form-seek h1 {
        font-size: 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;
    }

    #footer form{
        width: 100%;
    }
    .form-seek h1 {
        font-size: 26px;
    }
}

@media (max-width: 290px) {
    .section-header h1, .section-header .site_name{
        font-size: 32px;
    }
    .section-header .site_description{
        font-size: 14px;
    }

    .section-home h2 {
        font-size: 22px;
        text-align: justify;
        line-height: 30px;
    }
}

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