
@media (min-width: 1200px){
    .container {
        max-width: 1230px;
    }

    .mobile {
        display: none
    }

    .sticky.is-sticky .nav-pills {
        top: 0;
        z-index: 9;
        padding-top: 1rem;
        background: #fff;
        position: fixed;
        width: 1200px;
    }

    .sticky.is-sticky .wrap-sticky {
        height: 40px;
    }
}



@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    .btn-menu-mobile {
        display: block;
        font-size: 20px;
        cursor: pointer;
        background: none;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 15px;
        bottom: 25px;
        height: 31px;
        width: 31px;
        text-align: center;
        line-height: 28px;
    }

    .section-news .left .item img, .section-news .left .item .desc {
        width: 100%;
    }

    .section-news .left .item {
        border: none
    }
    
    header .menu {
        display: none !important;
    }

    .mobile {
        display: block
    }

    .desktop {
        display: none
    }

    nav#menu-mobile {
        float: left;
        background: #007dc5;
    }

    nav#menu-mobile ul li a {
        color: #FFFFFF !important;
    }

    nav#menu-mobile ul li {
        line-height: 22px;
        cursor: pointer;
        background: var(--color-primary);
    }

    .language {
        float: right;
    }

    .logo-m img {
        width: 150px;
    }

    section.section-product .bg, section.section-news .bg {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .logo-m img {
        width: 57px;
    }

    .header-top .language {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 5px;
        background: #0161AE;
    }

    .header-top {
        padding: 45px 0 10px 0
    }

    .section-about h2, .title-main h2 {
        font-size: 1.5rem;
    }

    section.section-product .des {
        display: none
    }

    .section-about .slider-1 {
        width: 50%;
        height: 260px
    }


    section.section-product .product-list li {
        margin: 0 5px;
    }

    section.section-product .product-list li img {
        width: 85px;
    }

    .section-news .title h2 {
        font-size: 1rem
    }

    .section-about .nav-pills li {
        width: 100%;
        margin-bottom: 5px;
    }
}