/**
 * 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{
        max-width: 760px;
    }

    .link-item a{
        font-size: 28px;
    }

    .link-item h3{
        font-size: 18px;
    }

    .section-about{
        padding: 60px 0;
    }

    .about-image{
        padding-right: 0;
    }
    
    .about-content{
        padding-left: 0;
        margin-top: 180px;
    }

    #news-cat-slider .owl-dot{
        width: 40px;
    }
}

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

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block,
    .header-info-item:before{
        display: none !important;
    }

    .button{
        min-width: 140px;
    }

    .section-header{
        border-top: 2px solid #165ba6;
    }

    .header-botton a{
        min-width: auto;
        font-size: 14px;
        padding: 12px 30px;
    }

    .section-nav .socialList a{
        height: 30px;
        width: 30px;
        font-size: 14px;
    }

    .second-nav-inner{
        flex-direction: row-reverse;
    }
  
    #menusite .navbar-default{
      	float: right;
    }

    .link-item a{
        padding: 12px 40px;
        justify-content: start;
        margin-bottom: 10px;
    }

    .about-content{
        margin-top: 110px;
    }

    .about-image .about-img-1 img{
        height: 260px;
    }

    .about-image .about-img-2{
        right: 0;
        bottom: -95px;
        width: 220px;
    }

    .about-image .about-img-2 img{
        height: 140px;
    }

    .section-about .about-content h2{
        font-size: 22px;
    }

    .counter-feedback{
        right: 4px;
    }

    .counter-feedback .counter-title{
        font-size: 14px;
        font-weight: 600;
    }

    .counter-feedback .counter-number{
        font-size: 15px;
        height: 50px;
        width: 50px;
    }

    .gallery-home .item img{
        height: 240px;
    }

    .notification-title{
        width: 115px;
    }

    .notification-content{
        width: calc(100% - 115px);
        padding: 0 4px;
    }
}

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

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

    .header-botton a{
        padding: 12px;
        font-size: 13px;
    }

    .about-content ul{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

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

    .hidden-md{
        display:none!important
    }
}

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