<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 (min-width: 991.98px) {
    .offset-lg-12 {
        margin-left: 50%;
    }
    .d-lg-none {
        display: none !important;
    }
    footer .footer-widget h4 {
        padding: 0px !important;
    }
}
@media (min-width: 1119.98px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .offset-xl-12 {
        margin-left: 50%;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }
    .about_home {
        font-size: 25px;
    }
    .title_about_home {
        font-size: 15px;
    }
    footer .copyright{
        padding-bottom: 55px;
    }
    .section_slider{
        padding: 30px 0px;
    }
}

@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-header{
        padding: 15px 0 ;
    }

    #header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #header .logo{
        padding: 0;
        text-align: center;
    }

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

    .header-search{
        order: 1;
        margin-top: 10px;
    }

    .header-search .input-group-field{
        padding: 8px 18px;
    }

    .newsnotice{
        display: block;
    }

    .newsnotice .icon-text{
        margin: 0 auto 14px;
    }

    .formEmail{
        min-width: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .socialList{
        text-align: center;
        margin-bottom: 10px;
    }

    .cart-content a{
        padding: 6px 5px;
    }

    .block-news-cat img{
        width:100%;
        height: 180px;
        margin-bottom: 10px;
    }

    .whychoose{
        padding: 30px 10px;
    }

    .whychoose h2{
        margin-top: 20px;
    }

    .whychoose-image{
        min-height: 360px;
    }

    .whychoose-image img{
        width: 220px;
        height: 270px;
    }

    .whychoose-content{
        padding-left: 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;
    }
}

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

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

@media (min-width: 1200px) {
    .wraper {
        width: 1280px;
    }
}
</pre></body></html>