@media (min-width:768px) {
    .mid-header .row {
        display: flex;
        align-items: center;
    }

    .catalog .row {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-product-tabs li {
        float: left
    }

        .nav-product-tabs li a {
            margin-right: 8px;
        }

    .product-list {
        width: 20%;
    }

    .art-details {
        border-right: 1px solid #ececec;
    }

    .top-footer .hotline {
        text-align: right;
    }

    .modal-wrap {
        padding: 2vw;
    }

    .modal-frm {
        max-width: 28vw;
        min-height: 25vw;
    }
}

@media (min-width:992px) {
    .product-menu {
        padding-right: 6px !important;
        padding-left: 0px !important;
    }

        .product-menu .dep-menu {
            border-style: solid;
            border-width: 2px;
            border-right-color: #ffd700;
            border-bottom-color: #ffd700;
            border-left-color: #ffd700;
            border-top: none;
            min-height: 475px;
        }

    #product-cats {
        position: relative;
    }

        #product-cats ol.act {
            position: absolute;
            top: 39px;
            right: -83px;
            list-style: none;
            background-color: var(--blue);
            box-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
            -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
            -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            border-radius: 1px;
            z-index: 999;
            width: 165px;
            text-align: left;
            padding: 0 2px;
            -webkit-animation: fadeInUp 200ms;
            -moz-animation: fadeInUp 200ms;
            /*-ms-animation: fadeInUp 200ms;*/
            -o-animation: fadeInUp 200ms;
            animation: fadeInUp 200ms;
            display: none;
        }

            #product-cats ol.act li {
                border-bottom: 1px solid var(--white);
                padding: 8px 4px;
            }

                #product-cats ol.act li a:hover {
                    text-decoration: none;
                }

                #product-cats ol.act li:last-child {
                    border-bottom: none;
                }
}

@media (min-width: 1200px) {
    .container {
        width: 1440px;
    }
}

@media (max-width: 767px) {
    .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-header .fa {
        transform: none;
    }

    .mid-header .logo {
        display: flex;
        justify-content: center;
    }

        .mid-header .logo img{
            max-width: 100%;
            height: auto;
        }

    .mid-header .nh-logo {
        height: 55px;
    }

    .mid-header .search-frm .box {
        width: 100%;
    }

    .name-cpn p {
        font-size: 2.8vw;
    }

        .name-cpn p:first-child {
            font-size: 3vw;
        }

    .name-cpn h3 {
        font-size: 3.8vw;
    }

    .mid-header .hotline {
        margin-top: 5px;
    }

    .mid-header .dealer {
        justify-content: center;
    }

    .bot-header.fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9;
        -webkit-animation: slide-down .35s ease-out;
        -moz-animation: slide-down .35s ease-out;
    }

    .bot-header .col-sm-12 {
        padding-right: 2px;
        padding-left: 2px;
        border-bottom: 1px solid var(--white);
    }

    #mobile-menu .sidebar-nav:after {
        content: '';
        display: block;
        height: 0;
        clear: both
    }

    #mobile-menu .sidebar-nav > li {
        list-style: none;
        border-right: 1px solid var(--white);
        float: left;
    }

        #mobile-menu .sidebar-nav > li > span {
            padding: 8px 6px;
            color: var(--white);
            display: block;
            font-size: 15px;
        }

        #mobile-menu .sidebar-nav > li:last-child {
            border: none;
        }

        #mobile-menu .sidebar-nav > li a {
            color: var(--white);        
	    font-size: 13px;
        }

    #mobile-menu .affix {
        top: 0;
        width: 100%;
        z-index: 9;
    }

    #mobile-menu .menu-xs {
        padding-right: 0;
        padding-left: 0;
        z-index: 9999;
    }

        #mobile-menu .menu-xs a {
            display: inline-block;
            margin-top: 8px;
            margin-bottom: 10px;
            margin-left: 5px;
            color: var(--white);
            font-size: 15px;
            border: 1px solid var(--white);
            border-radius: 4px;
            padding: 8px;
        }

    #mobile-menu-xs {
        position: fixed;
        top: 0;
        z-index: 999999;
    }

    .body-overlay {
        position: fixed;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 9998;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.4s ease, opacity 0.4s ease;
        -o-transition: visibility 0.4s ease, opacity 0.4s ease;
        -moz-transition: visibility 0.4s ease, opacity 0.4s ease;
        -webkit-transition: visibility 0.4s ease, opacity 0.4s ease;
    }

        .body-overlay.toggled {
            visibility: visible;
            opacity: 1;
        }

    #menu-xs {
        position: fixed;
        z-index: 9999;
        width: 275px;
        right: -275px;
        height: 100%;
        background: #fff;
        transition: right 0.4s ease;
        -o-transition: right 0.4s ease;
        -moz-transition: right 0.4s ease;
        -webkit-transition: right 0.4s ease;
    }

        #menu-toggle.toggled, #menu-xs.toggled {
            right: 0;
        }

        #menu-xs .menu-mb-close {
            background-color: var(--yellow);
            padding: 10px 10px 11px;
            text-align: right;
        }

        #menu-xs .icon-fallback-text {
            background: 0 0;
            border: none;
            background-color: #fff;
            font-size: 15px;
            padding: 2px 6px 0px;
            color: #3e3e3e;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        #menu-xs .sidebar-nav {
            width: 100%;
            margin: 0;
            overflow-y: scroll;
            height: 100%;
        }

            #menu-xs .sidebar-nav li {
                padding: 8px 0;
                font-size: 1em;
                border-bottom: 1px solid #f4f4f4;
            }

                #menu-xs .sidebar-nav li a {
                    text-decoration: none;
                    text-transform: uppercase;
                    font-weight: 700;
                    font-size: 13px;
                    padding-left: 10px;
                }

                #menu-xs .sidebar-nav li span {
                    text-align: right;
                    padding-right: 15px;
                    font-size: 1.1em;
                    width: 25%;
                }

                    #menu-xs .sidebar-nav li span.spe {
                        text-align: left;
                        padding-right: 0px;
                        width: 3%;
                        margin-left: 10px;
                    }

                        #menu-xs .sidebar-nav li span.spe .fa {
                            font-size: 10px;
                            font-weight: 400;
                        }

                #menu-xs .sidebar-nav li ul {
                    display: none;
                    border-top: 1px solid #f4f4f4;
                    margin-top: 10px;
                    padding-left: 15px;
                }

                    #menu-xs .sidebar-nav li ul li:last-child {
                        border-bottom: none;
                        padding-bottom: 0;
                    }

                    #menu-xs .sidebar-nav li ul a {
                        text-transform: none;
                        padding-left: 8px;
                    }

    .box-videoslide .videotext {
        bottom: -25%;
    }

    .cart-fixed {
        top: inherit;
        bottom: 10px;
    }

    .nnt-diff .col-sm-6.col-xs-12 {
        padding: 0;
    }

    .price-list .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .nnt-diff ul.text {
        padding: 0 0px
    }

    .nav-product-tabs li {
        margin-bottom: 5px;
    }

        .nav-product-tabs li:last-child {
            margin-bottom: 0;
        }

    .product-item .price span {
        /*display: block;*/
        text-align: center
    }

        .product-item .price span:last-child {
            margin-left: 0;
        }

    .product-item .price {
        height: 30px;
        overflow: hidden;
    }

    .article-page .more {
        text-align: center;
    }

    .art-details {
        margin-bottom: 20px;
    }

    .art-spec {
        margin-bottom: 15px;
    }

    .top-footer .social {
        justify-content: left;
    }

        .top-footer .social li {
            margin-left: 0;
            margin-right: 10px;
        }

    .modal-wrap {
        padding: 4vw;
    }

    #go-top {
        display: none !important;
    }

    .bot-footer ol li:first-child {
        margin-bottom: 5px;
    }

    .mgb-15-xs {
        margin-bottom: 15px;
    }

    .mgb-20-xs {
        margin-bottom: 10px;
    }

    .call-hotline {
        left: 10px;
        bottom: 10px;
    }
}

@media (max-width: 376px) {
    #mobile-menu .sidebar-nav > li > span {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 13px;
    }
}

