@media only screen and (min-width: 1170px) {
.container {
    width: 1170px;
}
}
/*--------------------------------------------------------------------------(min-width: 992px) and (max-width: 1169px)----------------*/
@media only screen and (min-width: 992px) and (max-width: 1169px){
.parner{
    height: 263.33px;
}
.list-news {
    height: 308px;
}
.container {
    width: 970px;
}	
.hotLine {
    font-size: 19px;
}
#menu_m {display:none !important;}
}
/*--------------------------------------------------------------------------(min-width: 768px) and (max-width: 991px)----------------*/
@media only screen and (min-width: 768px) and (max-width: 991px){
.container {
    width: 750px;
}
.search {
	display:none;
}
}
/*--------------------------------------------------------------------------(min-width: 600px) and (max-width: 767px)----------------*/
@media only screen and (min-width: 600px) and (max-width: 767px){
.container {
    width: 580px;
}
#menu_m{display:block !important;}
}

/*--------------------------------------------------------------------------max-width:767px----------------*/
@media only screen and (max-width: 767px) {
.mg-page-title h1 {
    font-size: 25px;
}

.text-left{
	padding:0 25%;}
.con-w3l .pro-1:hover .btn-danger {display:none !important;}
.mg-page-title h1 {
    font-size: 25px;
}
.title-relax h2 {
    font-size: 15px;
}

.info-page p span {font-size: 16px;}
.nbs-flexisel-nav-left {
    right: 30px;}
.nbs-flexisel-nav-right {
    right: 0px;}








.promotion{display:none !important;}
.navbar-default .navbar-brand {
    margin-left: 50px;
}
 #hamburger {
    display: block;
}
.search {
	float:left;
}	
/*.promotion, .fix{
	display:none;
}
*/
.banner-mid .col-lg-4 {
    padding: 0 0 20px 0 !important;
}
.banner-mid .col-lg-8 {
    padding: 0 0 20px 0 !important;
}
}
/*--------------------------------------------------------------------------(max-width: 599px)----------------*/
@media only screen and (max-width: 599px) {
.container {
    width: 100%;
}
.hi-icon a {
    font-size: 13px;
}
.col-right {
    padding: 0 10px!important;
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
}





}
/*--------------------------------------------------------------------------(min-width: 480px) and (max-width: 599px)----------------*/
@media only screen and (min-width: 480px) and (max-width: 599px){
	
}
/*--------------------------------------------------------------------------(max-width: 480px)----------------*/
@media only screen and (max-width: 480px) {
 .col-right {
    padding: 0 10px!important;
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
}
.product_wrap .product_images
{
	display:none;
}
.promotion, .fix{
	display:none;
}

}