/**
 * 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%;
    }

    .hero-text-box{
        top: 55%;
        width: 80%;
    }

    .hero-text-box h2{
        font-size: 34px;
    }

    .fix_zalo,
    .fix_tel{
        right: 100px;
    }

    .fix_zalo{
        bottom: 200px;
    }

    .fix_tel{
        bottom: 120px;
    }

    .section-about{
        flex-direction: column-reverse;
    }

    .section-about:after {
        position: absolute;
        background-image: url(/uploads/nam-trung-bo-maps.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        height: 100%;
        width: 100%;
        z-index: 1;
        opacity: 0.1;
    }

    .about-image{
        display: none;
    }

    .about-image,
    .about-text{
        flex-basis: 100%;
        z-index: 99;
    }

    .target-item{
        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 {
        display: none !important;
    }

    .section-header{
        position: relative;
        padding: 12px 0;
        background-color: #0054a6;
    }

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

    .section-hero img{
        min-height: 250px;
        object-fit: cover;
    }

    .hero-text-box{
        width: 95%;
    }

    .hero-text-box h2{
        font-size: 30px;
        line-height: 1.3;
    }

    .hero-text-box h3{
        font-size: 14px;
    }

    .about-download,
    .target-item{
        flex-direction: column;
    }

    .about-download a{
        width: 100%;
        margin-bottom: 20px;
    }

    .section-target h2{
        font-size: 24px;
        font-weight: 800;
    }

    .target-item .target-image,
    .target-item .target-text{
        flex-basis: 100%;
    }

    .target-item .target-image img{
        max-height: 200px;
    }

    .target-item .target-text{
        padding: 20px;
    }
}

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

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

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