
/*------------------------------------------------------------------
[Table of contents]
1. Styles for devices(>1200px)
2. Styles for devices(>=992px and <=1199px)
3. Styles for devices(>=768px and <=992px)
4. Styles for devices(>=481px and <=767px)
5. Styles for devices(<=480px)
-------------------------------------------------------------------*/
/*----------------
[1. Styles for devices(>1200px)]
*/
@media (min-width: 1201px) {
}
/*----------------
[2. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {
   }
/*--------------------
[3. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
    .toplinks {
        display: none;
    }

    .logo {
        max-width: 100px;
    }
}
/*--------------------
[4. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) {

}
/*--------------------
[5. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
    .txt-hotline {
        text-align: center;
    }
    .sticky .logo-small {
        margin: 0px auto;
        position: absolute;
        text-align: center;
        top: 5px;
        left: 40%;
        display: block!important;
    }

    .sticky #mobile-menu ul.navmenu .menutop {
        left: 0px;
        margin-left: 0px;
        top: 5px;
    }

    #tab-product {
        display: block;
    }

    .tab-content {
        display: block;
    }

    .list-news .container-paper-table .post-container img {
        width: 100%;
        display: block;
    }


    .offer-banner-section h3, .news-special h3, .featured-pro h3, .latest-blog h4 {
        font-size: 19px;
    }

    .news-home {
        margin-top: 20px;
    }

    .news-home img {
        border: 1px solid #eee;
    }

    .offer-banner-section h5 a {
        font-size: 12px;
        text-transform: capitalize;
    }
    .logo-small {
        text-align: center;
        display: block;
        position: absolute;
        top: 4px;
        left: 40%;
    }

    .product-view .product-name h1 {
        font-weight: 500;
        font-size: 18px;
        padding: 0;
        margin-bottom: 0;
        margin-top: 10px;
        color: #191919;
    }

    .btn-cart span,.btn-call span {
        font-size: 14px !important;
    }

    .featured-pro .adv {
        height: 70px;
    }

    .featured-pro .adv img {
        height: 100%;
        overflow: hidden;
    }

    .category-products .products-grid .col-xs-6 {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    /*----------- list news -------------*/
    .list-news .container-paper-table .post-container .text {
        height: auto;
        width: 100%;
        display: block;
        padding-top: 20px;
    }

    .list-news .container-paper-table .post-container .btn-mega  {
        display: block;
        position: static;
        float: left;
    }

    /*------------ end  -----------*/

    .detail-news .blog_entry-title {
        font-weight: 500;
        font-size: 22px;
        padding: 0px 0 10px;
        margin-bottom: 0;
        color: #000;
        text-decoration: none;
    }

    .search-header {
        top: 8px;
    }

    .group-title {
        margin-bottom: 10px;
    }

    .featured_title.center {
        height: auto;
    }
    .tab-content {
        margin-bottom: 0px;
    }
    
    .col-item .info .info-inner .item-title a {
        font-size: 13px;
    }
}