@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1020px) {

.hotline-header, .h_search, .header-top {display: none;}

}

@media screen and (max-width: 920px) {

.logo-header , .banner-header {
	width: 100%;display: inline-block;text-align: center;
}

.cart-header {display: none;}

}
@media screen and (max-width: 768px) {
	body{padding-bottom: 50px;}
	.company-name{font-size: 24px;}
}
@media screen and (max-width: 700px) {

.rows-dknt .row1 , .rows-dknt .row2{
	width: 100%;display: inline-block;vertical-align: top;text-align: center;
}

.title-index, .title-index2 {font-size: 18px;}

.box-product {
	width: calc(50% - 20px);
}

.col_newsletter , .box_dknt {width: 100%;}

}

@media screen and (max-width: 603px) {

}
@media screen and (max-width: 460px) {

.box-product {
width: calc(50% - 10px);margin: 5px;
}

}

@media screen and (max-width: 360px) {


}