@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;
        margin: 0 auto;
    }
    body{padding: 0 5px;}
    #menu-display{display: block !important; margin-bottom: 5px !important;}
    .anmenu{display: none !important;}
    .bg-head{background: none; height: auto;}
    .box-img-product img{max-height: 220px; padding: 0; width: auto;}
    .content-left, .chay2ben{display: none !important;}
    .slideslide{margin-bottom: 5px !important;}
    .content-right{width: 100% !important;}
    .b-img-product{text-align: center;}
    .b-text-cat{display: inherit !important;}
    .b-text-cat, .box-product{margin-bottom: 6px;}
    .box-img-new{width: 120px;}
    .box-img-new img{min-height: 93px;}
    .b-img-product img{height: inherit !important;}
    .box-product{height: inherit !important;}
    .bg-footer{padding: 8px;}

    .b-cart-search{display: none;}
    .b-product{height: auto;}
    .b-content{padding: 0;}
    .padding-cth{padding: 0 10px 10px 10px;}
    .padding-bn{padding: 0 8px;}
    .b-giasp{padding: 25px 0 10px 0px;}
    .b-giasp .span6{float: left !important; width: 48% !important;}
    .tb-width{width: 1000px;}

    .textMenu{position: absolute; top: 9px; right: 55px; z-index: 999; display: block !important; cursor: pointer;}
    .textMenu{color: #fff; font-size: 17px;}
}

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

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