<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC &lt;contact@vinades.vn&gt;
 * @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%;
    }

    .wraper{
        max-width: 95%;
    }

    #header{
        display: flex;
        align-items: center;
    }

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

    #header .logo img{
        max-height: 90px;
    }

    .section-nav {
        background-color: #315b4d;
        padding: 8px 20px;
        text-align: right;
    }

    #footer ul{
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .section-header .wraper{
        max-width: 95%;
    }

    .wraper{
        max-width: 499px;
    }

    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

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

    .nv-block-banners img{
        width: 100%;
    }

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

    .form-seek h1{
        font-size: 22px;
    }

    #footer .text-right{
        text-align: left;
        font-size: 13px;
    }
}

@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 .wraper{
        max-width: 100%;
    }

    #header .logo img{
        max-height: 70px;
    }

    .topnews-center .box-large{
        display: block;
    }

    .nv-block-banners img{
        width: 100%;
    }

    .brand-text{
        font-size: 14px;
        margin-left: 10px;
    }

    .brand-text .text2{
        font-size: 18px;
        line-height: 23px;
    }
}
@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;
    }
}
</pre></body></html>