/**
 * 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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #header .logo {
        text-align: center;
    }

    .section-header{
        position: relative;
        background-color: #359439;
    }

    .hero-section{
        padding: 5rem 0 8rem;
    }

    .hero-section-text{
        margin-bottom: 20px;
    }

    .hero-section-text h2{
        font-size: 28px;
        line-height: 40px;
    }

    .hero-form .form-head{
        font-size: 16px;
    }

    .auctions-process-wrap{
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .auctions-item{
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    .auctions-item:last-child{
        margin: 0;
    }

    .section-faqs .heading,
    .featured-auctions h2,
    .auctions-process-heading{
        text-align: center;
    }

    #accordion .card-header{
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    #accordion .card-header h3{
        font-weight: 400;
    }

    .second-nav{
        margin-left: unset;
    }

    .toggle-btn{
        color: #fff;
        font-weight: 500;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        background-color: #26802a;
        margin: 10px -10px -10px;
        padding: 5px;
    }

    .content-signed ul{
        top: 43px;
    }

    .list-data li{
        display: inline-block;
        width: 100%;
    }

    .list-data .thumb{
        float: left;
        margin: 10px 10px 10px 0;
    }

    .online{
        bottom: 15px;
        left: 15px;
    }

    .online span{
        padding: 8px 15px;
    }

    .channel{
        margin-bottom: 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: 1200px;
    }
}

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