/* Min-width */
@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
    .category-lists .col-xl-2 {
        width: 14.28%;
    }

    .category-lists span {
        max-width: 80%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}


/* Max-width */
@media (max-width: 1399.98px) {
    
}

@media (max-width: 1199.98px) {
}


@media (max-width: 991.98px) {
    img {
        max-width: 100% !important;
        height: auto !important;
        vertical-align: top;
    }

    .menu {
        display: none;
    }
    .menu-res {
        display: block;
    }

    .header-top {
        text-align: right;
    }
    .search-wrapper.active {
        width: 250px;
        height: 49px;
    }
    .search-wrapper .btn {
        width: 45px;
        height: 45px;
    }
    .slideshow {
        width: 100%;
    }

    .footer-news {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .footer-title {
        margin-bottom: 10px;
    }
    .footer-title::after {
        margin-bottom: 0px;
    }
    .footer-ul li {
        margin-bottom: 5px;
    }
    .wrap-about.profile .about-img {
        margin-right: 0px;
        margin-left: -140px;
    }
    .tieuchi-item {
        max-width: 500px;
        margin-left: 0px !important;
    }
    .wrap-camnhan div.py-3.px-4.px-lg-5 {
        background: transparent !important;
        border: 0px  !important;
    }
    .wrap-camnhan .owl-dots {
        position: relative;
        margin-top: 20px !important;
        transform: translate(0%)
    }
    .wrap-about:not(.profile) .col-lg-7,
    .wrap-about:not(.profile) .col-lg-5 {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .header-top marquee {
        width: calc(100%);
    }

    .doitac-item {
        padding: 10px;
        min-height: 110px;
    }

    .wrap-newsletter .hotline {
        min-height: 135px;
        padding-left: 120px;
    }
    .wrap-newsletter .hotline span {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .wrap-newsletter .hotline a {
        font-size: 35px;
        line-height: 40px;
    }

    #frm-newsletter {
        padding: 20px;
        margin-bottom: 30px;
    }
}


@media (max-width: 575.98px) {
    header#header.fixed {
        position: relative;
    }
    .title-main h2 {
        font-size: 40px;
    }
    .title-submain {
        font-size: 15px;
    }
    .title-main.icon h2 {
        font-size: 20px;
        padding-left: 70px;
    }
    .wrap-about .title-main,
    .wrap-about .title-submain {
    }
    .wrap-about .about-info .name {
        font-size: 45px;
        margin-bottom: -10px;
    }
    .wrap-about .about-info h2 {
        font-size: 50px;
    }

    .box-product {
    }

    .breadCrumbs {
        min-height: auto;
        background-size: auto 100%;
    }

    .title-pro-detail h2{
        font-size: 25px;
    }

    .footer-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-ul li{
        width: 50%;
    }
    .wrap-frame {
        display: none;
    }
    .footer {
        /* padding-bottom: 40px; */
    }
    .footer-map {
        border-radius: 20px;
    }
    .scrollToTop {
        right: 12px;
    }
    .wrap-about.profile .about-img {
        display: none;
    }
    .tieuchi-item {
        max-width: 100%;
        margin: 0px !important;
    }
    .tieuchi-item .title{
        padding-left: 40px;
    }
    .tieuchi-item .desc {
        padding-left: 40px;
    }
    .tieuchi-item .char {
    }
    .tieuchi-item .num {
    }
}

@media (max-width: 479.98px) {
    .slider-news .news-hot {
        flex-direction: column;
    }
    .slider-news .news-hot .image {
        width: 100%;
        margin-bottom: 10px;
    }
    .slider-news .news-hot .info {
        width: 100%;
    }
    .news-hot .readmore {
        text-align: center;
    }
    .price-product {
        flex-wrap: wrap;
    }
    .price-product span.label {
        display: none;
    }
    .price-old {
        padding-left: 0px;
    }
    .video .btn-frame:not(.small) {
        right: 2%;
        bottom: 2%;
    }
}