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

    .wraper-content{
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

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

    #sitemodal .modal-content{
        min-width: auto;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block,
    header h1,
    header .site_name,
    .company-info .logo{
        display: none !important;
    }

    .section-header{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        left: 0;
        width: auto;
        padding: 6px 20px 6px 10px;
        border-radius: 0;
        box-shadow: none;
    }

    .section-header .logo{
        text-align: unset;
    }

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

    .language{
        padding: 10px 20px;
    }

    .language img{
        height: 40px;
    }

    .language a{
        color: #fff;
        justify-content: left;
    }

    .revenue-chart{
        margin-bottom: 20px;
    }

    .revenue-chart-content{
        padding: 25px 0;
    }

    .revenue-chart-head h2, .documentary h2{
        font-size: 20px;
    }

    .revenue-chart-bottom{
        font-size: 12px;
        padding: 15px 0;
    }

    .tabs_content_slider .item img{
        height: 80px;
    }

    .company-info{
        margin-bottom: 20px;
    }

    .cong-ty-thanh-vien h1{
        font-size: 28px;
    }

    .members-item{
        display: block;
    }

    .members-item .members-logo{
        width: 100%;
        text-align: center;
    }

    .members-item .members-logo img{
        max-width: 200px;
        height: auto;
    }

    .members-item .members-info{
        padding: 0;
    }

    .achievements-row,
    .strategy-item{
        display: block;
    }

    .achievements-item h3{
        font-size: 20px;
        padding: 10px 5px 0;
    }

    .strategy-item .strategy-thumb img{
        width: 100%;
        height: auto;
    }

    .page-detail h1{
        font-size: 25px;
    }
}

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

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