@media (min-width: 768px){
	.navbar-nav > li {
		float: left;
		padding: 0 6px;
	}
}

@media screen and (min-width: 1201px){
	.ct-widt-brand{
		width: 100%;
	}
}
@media screen and (max-width: 1200px){
	.show-tablet{display: block;}
	.lange-top-head{display: none;}
	.select-lange-top-head{display: block;}
	.blk-bnt-top{margin-top: 15px; }
	
}

@media screen and (min-width: 992px) and (max-width: 1200px){
	.ct-widt-brand{width: 58.33333333%;}
}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 991px){
	.custom-subcribe{
		background-size: cover;
	}
	.slick-prd-dtail-large .thumbnail_container{padding-bottom: 50%;}

}/*---- 991 -------*/


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

	#process .step1-icon:before,#process .step2-icon:before,#process .step3-icon:before,#process .step4-icon:before {
		width: 130px;
		z-index: 0 !important;
	}
}/*---- 768 -------*/

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


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

}/*--------- 510 ---------*/


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

@media screen and (max-width: 400px){
	header .right-menu {
		float: none;
		margin-top:15px;

	}
	.select-unit{margin-top:15px;}
}
@media screen and (max-width: 1670px) and (min-width: 1200px){
	header nav ul.hd-menu{
		float:left;
	}
}
@media screen and (min-width: 1671px){
	header nav ul.hd-menu{
		margin-left: 0;
	}
	header nav ul.hd-menu li.dropdown a{
		margin-right: 14px;
	}
	header nav ul.hd-menu li.dropdown:last-child a{
		margin-right: 0;
	}
}