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

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

    #header{
        display: block;
    }

    #header .logo{
        margin: 0;
        padding: 15px 0;
    }

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

    .header-submit{
        position: absolute;
        top: 20px;
        right: 0;
    }

    .header-submit a{
        font-size: 13px;
        padding: 10px 20px;
    }

    .second-nav{
        background-color: #0054a4db;
        margin: 0 -15px;
    }

    .section-hero:after{
        height: 10px;
    }

    .section-countdown h2{
        font-size: 20px;
    }

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

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

    .countdown .counter{
        margin: 0 6px;
    }

    .countdown .counter span:first-child{
        width: 70px;
        height: 60px;
    }

    .countdown .counter span:last-child{
        width: 70px;
    }
}

@media (max-width: 320.98px) {
    #header .logo{
        text-align: center;
    }

    .header-submit{
        position: relative;
        display: inline-block;
        top: auto;
        right: auto;
        margin: 12px auto 26px;
        text-align: center;
        width: 100%;
    }

    .countdown .counter{
        margin: 0 4px;
    }

    .countdown .counter span:first-child{
        width: 60px;
        height: 45px;
    }

    .countdown .counter span:last-child{
        width: 60px;
    }
}

@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: 1180px;
    }
}

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