@media screen and (max-width: 980px) {
	body{
		
	}
	#nav{
		display:none;
	}
	#header{
		display:none;
	}
	.menumobile{
		display:block!important;
	}	
	.container {
		width: 750px;
		max-width: 100%;
		margin: 0 auto;
	}
	.slide_img  {
		height: auto;
	}
	.box_layout {
		float: left;
		width: 100%;
	}
	.nivoSlider img {
		min-height: inherit!important;
		max-height: initial!important;
	}
	.main_home {
		max-height: initial;
		padding-bottom: 20px;
		background-size: 100% auto;
	}
	.tab_home .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
	}

	.tab_home .nav-tabs > li > a {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
		color: black;
	}
	a.search_icon_mobile{
		font-size: 20px;
	}
	.menumobile a.menu {
		font-size: 20px;
	}
	.box_home {
		height: auto;
		margin-bottom: 20px;
	}
}	

@media screen and (max-width: 700px) {
	
	.box_left {
		float: left;
		width: 100%;
	}
	
	.owl-prev {
		display: none!important;
	}	
	.owl-next {
		display: none!important;
	}
	.menu_bottom {
		display: none;
	}	
	.product1 .img {
		height: 110px;
	}
	.product1 .name a {
		text-transform: inherit;
	}
	
	
	.newshome .img {
		height: auto;
	}
	.newshome .img img{height: auto;}
	.newshome .name a {
		text-transform: inherit;
	}
	.slide_product .item .img {
		height: 110px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.slide_product .item p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.slide_product .item {
		height: 250px;
	}
}


@media screen and (max-width: 480px) {
	
}