@media screen and (max-width: 1024px) {
	#header .banner img{
		max-width: 100%;
	}
	.map{
		width: 95%;
		margin: auto;
		float: none;
		margin-bottom: 20px;
	}
	.map iframe{
		width: 100% !important;
	}
}

@media screen and (max-width: 1000px) {
	.right-footer {
		width: 98%;
		float: none;
		margin: auto;
		clear: both;
	}
	
	.right-footer table{
		width: 100% !important;
		margin-left: 0px !important;
	}
	
	
}
@media screen and (max-width: 800px) {
	.left-content {
	    width: 28%;
	}
	.left-footer {
	    width:50%;
	    margin-bottom:10px;
	}
	.mid-footer {
	    width:50%;
	      margin-bottom:10px;
	}
	.main-content {
	    width: 68%;
	}
	.list-product .img {
	    height: 128px;
	}
	.list-product p.name {
		min-height: 45px;
	}
	
	.right-footer table{
		width: 100% !important;
		margin-left: 0px !important;
	}
	#menu_btn{
		display: block;
		float: left;
	}
	#menu_btn i{
		font-size: 20px;
		color: #FFF;
	}
	.menu{
		position: relative;
		background:#194e88;
	}
	#menu {
		width: 250px;
	}
	ul#menu{
		-webkit-overflow-scrolling: touch;
	  -ms-transform: translate(-150%,0);
	  -webkit-transform: translate3d(-150%,0,0);
	  -moz-transform: translate3d(-150%,0,0);
	  -ms-transform: translate3d(-150%,0,0);
	  -o-transform: translate3d(-150%,0,0);
	  transform: translate3d(-150%,0,0);
	  transition: all .25s;
	  position: absolute;
	  top: 40px;
	  background: #562E1A ;
	  z-index: 9;
	  text-align: left;
	  border-radius: 0px;
	  height: auto;
	}
	.move-div{
		-webkit-overflow-scrolling: touch;
	  -ms-transform: translate(0,0) !important;
	  -webkit-transform: translate3d(0,0,0) !important;
	  -moz-transform: translate3d(0,0,0) !important;
	  -ms-transform: translate3d(0,0,0) !important;
	  -o-transform: translate3d(0,0,0) !important;
	  transform: translate3d(0,0,0) !important;
	  transition: all .25s;
	}
	ul#menu li{
		float: none;
		width: 98%;
		height: 35px;
		line-height: 35px;
		border-right: none;
		border-bottom: 1px solid #6e422c;
		background: none;
		padding: 0px 0px 0px 2%;
		text-align: left;
	}
	ul#menu li ul{
		display: none;
	}
	#menu li.active a{
		border-bottom: none;
	}
	#menu li:hover a{
		border-bottom: none;
	}
	div.info {
		width: 98%;
		padding-left: 0px;
	}
	.page-content .img-detail img {
	    max-width: 100%;
	    max-height: auto;
	}
    .list-product .product-item {
        width: 48%;
    }
    .block-left.move-div {
        display: block;
    }
}
@media screen and (max-width: 768px) {
/*.left-footer,.mid-footer{width: 100%;}*/
.mid-footer>ul{margin-left: 20px;}
}
@media screen and (max-width: 640px) {
	.main-content {
	    width: 98%;
	    float: none;
	    margin: auto;
	}
	.left-content {
	    width: 98%;
	    float: none;
	    margin: auto;
	}
	.block-left {
		width: 42%;
		float: left;
		margin: 0px 1.5%;
		padding: 0px;
	}
    #menu_btn_2 {
        display: block;
    }
	.display
	{
		display: none;
    }
}
@media screen and (max-width: 600px) {
    .content_hg img {
        width:100%!important;
        height:auto!important;
    }
    
		.left-footer {
	    width:100%;
	    margin-bottom:10px;
	}
	.mid-footer {
	    width:100%;
	      margin-bottom:10px;
	}
	
	.right-footer {
	        flex-wrap: wrap!important;
	}

}
@media screen and (max-width: 480px) {
	#tab1 {
		border: none;
	}
	.page-content div.img-detail {
	    width: 98%;
	}
	ul#category li a {
	    padding-left: 35px;
	}
	.danhmuc{
		position: fixed;
		top: 10px;
		left: 0px;
	}
    .list-product .product-item {
        
    }
    .block-left.move-div {
        width: 99%;
    }
}
@media screen and (max-width: 385px) {
	.list-product .product-item {
	    width: 48%;
	}
	.block-left {
	    width: 97%;
	}
	.title-news {
		width: auto;
	}
	.hotline-left span {
		border: none;
	}
}
@media screen and (max-width: 320px) {
	.list-product .product-item {
        
    }
}