
@media screen and (min-width: 1200px) {
	
}
/*end min-width: 1200px*/
@media screen and (max-width: 1199px) {
	.container{
		width: 100%;
		padding: 0px 1%;
	}
	#header #logo{
		width:34%;
	}
	#header #banner{
		width:100%;
	}
	#header #right_banner{
		width:23%;
	}
}
/*end min-width: 1200px*/

@media screen and (max-width: 999px) {
	#header #right_banner,
	#left,
	#footer #thongke{
		display:none;
	}
	#right{
		width:100%;
	}
	#header #logo{
		width:40%;
	}
	/* #header #banner{
		width:49%;
	} */
	#menu_top #search_menu{
		width:0px;
	}
	#menu_top #search{
		position:absolute;
		right:0px;
		top:-30px;
	}
	#footer #content_footer{
		width:55%;
	}
	#footer #middle_footer{
		width:38%;
	}
}
/*end max-width: 999px*/
@media screen and (max-width: 780px) {
	#menu_top{
		display:none;
	}
	#menu_mobile{
		display:block;
	}
	.wrap_product,
	.wrap_tintuc{
		width:50%;
	}
	#footer #content_footer,
	#footer #middle_footer,
	#product_detail #product_detail_img,
	#product_detail #product_info{
		width:100%;
		text-align:center;
	}
}/*end max-width: 750px*/
@media screen and (max-width: 550px){
	.wrap_product,
	.wrap_tintuc{
		width:100%;
	}
	.wrap_tintuc h3,
	.wrap_tintuc .mota{
		height:auto;
	}
}/*end max-width: 500px*/
@media screen and (max-width: 380px){
	
}
/*end max-width: 390px*/

