/*****************************************************/
/* Responsive for web
/*****************************************************/
@media screen and  (max-width: 1024px) {
	.facebook_like{
		text-align: center;
	}
	.site-footer{
		padding: 15px 10px;
	}
	.site-footer .rt-footer{
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.support-img,.sidebar .image-item{
		display: none;
	}
	.product-style li{
		width: 48%;
		margin: 0 1% 15px !important;
	}
	.product-style li:nth-child(2n+1){
		clear: none !important; 
	}
	.product-style li:nth-child(3n+1){
		clear: none !important;
	}
}	

@media screen and  (max-width: 568px) {
	.page-home .page-img{
		display: none;
	}
	.view-all{
		display: none;
	}
}

@media screen and  (max-width: 480px) {

}

@media screen and  (max-width: 414px) {
	.rt-thumb{
		height: 110px;
	}
	.rt-thumb > a > img{
		max-height: 110px;
	}
	.arc-news .new-list .news-post .img-post{
		width: 100%;
		margin: 0 auto 10px;
	}
	.arc-news .new-list .news-post .img-post img{
		width: 100%;
	}
}

@media screen and  (max-width: 320px) {

}