/**
 * 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,
    .image-ct{
        display: none !important;
    }

    .breadcrumbs a, .show-subs-breadcrumbs{
        font-size: 15px;
    }

    .section-header{
        background-color: #fff7eb3d;
        border-bottom: 1px solid #fbedd8;
    }

    #header{
        justify-content: space-around;
    }

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

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

    .story-content{
        padding: 0;
        margin-top: 30px;
    }

    .section-story{
        padding-bottom: 20px;
    }

    .section-collection h2, .section-benefit h2{
        font-size: 30px;
        line-height: 35px;
    }

    .section-collection .description, .section-benefit .description{
        font-size: 24px;
        margin-top: 10px;
        line-height: 30px;
    }

    .collection-item .collection-inner{
        padding: 10px 15px;
    }

    .collection-item .collection-content h3{
        font-size: 30px;
    }

    .collection-item .collection-content h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .collection-item .collection-image img{
        height: 155px;
    }

    .section-benefit .row > div:nth-child(2n+2) .benefit-item{
        padding-left: 0;
    }

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

    .contact-box .contact-content{
        width: 100%;
    }

    .contact-box .contact-content h2{
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .contact-box .image-ct img{
        width: 250px;
        height: 250px;
    }

    .cart-fixed{
        bottom: 90px;
        right: 10px;
    }

    .header-search{
        display: none;
        position: absolute;
        left: 0;
        top: 101%;
        background-color: #fff;
        padding: 15px 30px;
        width: 100%;
        z-index: 10;
    }

    .header-search.active{
        display: block;
    }

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

    .section-benefit .row > div:nth-child(2n+1) .benefit-item{
        padding-right: 0;
    }

    .benefit-item img{
        width: 100%;
    }

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

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

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