/**
 * 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) {

    .header-search{
        margin-right: 50px;
    }

    .header-search .search-bar{
        min-width: 320px;
    }

    .section-services h2.heading{
        position: relative;
    }

    .services-wrapper{
        padding: 0 30px;
    }

    .services-wrapper .service-item{
        width: 80%;
    }
    .section-services h2.heading{
        position: relative;
    }

    .services-wrapper{
        padding: 0 30px;
    }

    .services-wrapper .service-item{
        width: 80%;
    }

    #menusite .navbar-default .navbar-nav>li>a{
        padding: 18px 15px;
        font-size: 15px;
    }

    .about-container .about-img img{
        height: 480px;
    }

    .about-container .about-content{
        padding: 5px 20px;
    }
}

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }

    .video-large{
        width: 50%;
    }

    .about-container .about-img img{
        height: 450px;
    }

    .about-container .about-content{
        font-size: 14px;
    }

    .about-container .about-content h2{
        font-size: 30px;
    }

    .form-seek{
        max-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,
    .slogan-box,
    .services-wrapper .service-item .image-box::after,
    .services-wrapper .service-item:before{
        display: none !important;
    }

    .mobile-menu-toggle-btn{
        display: flex;
    }

    #header .logo {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header .logo img{
        height: 80px;
    }

    .highlights-item,
    .slider-content-inner,
    .services-cat .service-item,
    .about-container .about-img,
    .about-container .about-content,
    .video-large,
    .section-socical-maps .item{
        width: 100%;
    }

    #banner-slider .item img{
        min-height: 350px;
        object-fit: cover;
    }

    .slider-content-inner{
        padding: 10px 20px;
    }

    .slider-content-inner .slider-title{
        font-size: 22px;
        line-height: 40px;
    }

    .slider-content-inner .slider-description{
        font-size: 18px;
        margin: 10px 0 18px;
    }

    .category-container .category-item{
        width: calc(100%/2 - 10px);
    }

    .heading-title{
        font-size: 24px;
    }

    .section-product-tab .nav,
    .section-product .nav{
        margin: 0 -10px;
        gap: 10px;
    }

    .section-product-tab .nav li a{
        font-size: 14px;
        font-weight: 500;
        padding: 10px 15px;
    }

    .section-product .nav li a{
        font-size: 14px;
        font-weight: 500;
        padding: 10px;
    }

    .products-info{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #image-slider-style-2 .image-slider-item img{
        height: 300px;
    }

    .about-container{
        flex-wrap: wrap;
    }

    .about-container .about-img img{
        width: 100%;
        height: auto;
    }

    .about-container .about-content{
        padding: 50px 20px;
    }

    .video-list{
        flex-wrap: wrap;
    }

    .section-services h2.heading{
        position: relative;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .section-services h2.heading span{
        font-size: 26px;
    }

    .services-wrapper .service-item{
        width: 100%;
        flex-wrap: wrap;
        gap: 25px;
    }

    .services-wrapper .service-item .image-box,
    .services-wrapper .service-item .image-box img{
        width: 100%;
    }

    .page-header{
        flex-wrap: wrap;
    }

    .page-header .page-header-video{
        width: 100%;
        flex: 0 0 100%;
    }
}

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

    .result-item{
        flex-wrap: wrap;
    }
}

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

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