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

/* Medium Devices, Desktops */

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

/* Small Device , Tablet */
@media only screen and (max-width: 850px) {
/* 	TRANG HOME */
	.btn-banner{
		text-align:center; 
		margin-top:15px;
	}
	.footer_lien_he_text{
    font-size: 12px;
}
	.category-tab .icon-box .icon-box-text p{
    text-align: left;
    font-size: 12px;
}
	#shop-sidebar{
		border-radius:0;
		height:100%;
	}
}

/* Extra Small Devices, Phones */

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

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
