@media (max-width: 1200px){

}

@media (max-width: 1000px){
    
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .box-search{margin-top: 50px;}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .main-width{
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 auto;
    }
    .slideslide{width: 100%; margin: 0 auto; min-width: 100% !important;}
    body{padding: 0 5px;}
    #menu-display{display: block !important;}
    .anmenu{display: none !important;}
    
    .head-left{width: 100%; height: inherit; float: inherit;}
    .head-right{width: 100%; height: inherit; float: inherit;}
    .psssvt{position: inherit;}

    .bicon-hotline{padding: 13px 0 8px 45px; background: url(../images/icon-hotline.png) no-repeat top 8px left;}
    .slide-left{width: 100%;}
    .slide-right{width: 100%;}

    .b-listproduct ul li{list-style: none; float: left; width: 49.19%; height: 316px; margin: 0 0 15px 1%;}
    .b-img-lproh{height: 210px;}
    .b-listproduct ul li:first-child{margin-left: 0;}
    .b-listproduct ul li:nth-child(5n+1){margin-left: 1%;}
    .b-listproduct ul li:nth-child(2n+1){margin-left: 0;}
    .b-lproh h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        padding: 15px 0 0 0;
    }
    .b-img-lproh{height: 180px;}
    .b-img-lproh img{max-height: 180px;}

    .b-title-parentft{border-top: 1px solid #ddd;}
    .b-listnew ul li{list-style: none; float: left; width: 49.19%; height: 200px; margin: 0 0 25px 1%;}
    .b-listnew ul li:first-child{margin-left: 0;}
    .b-listnew ul li:nth-child(5n+1){margin-left: 1%;}
    .b-listnew ul li:nth-child(2n+1){margin-left: 0;}

    .b-cathome ul li{display: none;}
    .b-cathome ul li:first-child{display: block;}

    .b-search ul li{list-style: none; float: left; margin-left: 1%; margin-bottom: 1%;}
    .b-search ul li:nth-child(1){width: 32.2%; margin-left: 0;}
    .b-search ul li:nth-child(2){width: 32.2%;}
    .b-search ul li:nth-child(3){width: 32.2%;}
    .b-search ul li:nth-child(4){width: 32.2%; margin-left: 0%;}
    .b-search ul li:nth-child(5){width: 32.2%;}
    .b-search ul li:nth-child(6){width: 32.2%;}
    .b-search ul li:nth-child(7){width: 32.2%; margin-left: 0%;}

    .col-left{width: 100%;}
    .col-right{width: 100%;}

    .head-right{display: none;}
    #fancybox-overlay, #fancybox-wrap, #fancybox-outer{display: none !important; opacity: 0 !important;}

    .b-info-detail{padding: 22px 10px 0 10px;}
    .slideslideff .carousel-indicators{bottom: -20px !important;}
    .ct-ft{padding-bottom: 15px; border-bottom: 1px solid #ddd; margin: 0 0 15px 0;}
    .padd-ttd{padding: 0; padding-top: 15px; border-top: 1px solid #ddd; margin: 15px 0 0 0; padding-bottom: 15px; border-bottom: 1px solid #ddd; margin: 15px 0 15px 0;}

    .f-cart-mb{top: inherit !important; bottom: -35px;}
    .bg-head-top .main-width{line-height: 0px;}
}

@media (max-width: 530px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {
    
}