@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
	header .wrapper .logo {
		width: 160px;
	}
	header .wrapper .headtop {
		width: calc(100% - 160px);
	}
	header .wrapper .headtop .headerSearch {
		margin: 0;
		padding: 0;
	}

	.about_special .item {
		height: 260px;
	}
	.about_special .item .scontent {
		padding: 30px;
	}
}
@media (max-width: 992px) {
	.content_about .ab_img {
		position: relative;
		top: 0;
		left: 0;
		padding: 3px;
		margin: 0;
		width: 100%;
	}
	.content_about .ab_info {
		padding: 0;
		margin: 0;
		position: relative;
		width: 100%;
		display: block;
		float: none;
		z-index: 1;
	}
	.content_about .ab_info h4 {
		padding: 20px 0;
	}
	.content_about .ab_info .ab_bg {
		padding: 40px;
		margin: 0;
	}
	.about_special .item {
		width: 50%;
	}
	.about_special .item+ .item+ .item+ .item+ .item {
		width: 100%;
	}
	.about_special .item img {
		bottom: 0;
		left: 0;
		margin: auto;
		height: auto;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		vertical-align: middle;
		backface-visibility: hidden;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		transform: translateZ(0px);
		transition-duration: 0.3s;
		transition-property: transform;
	}
	.block_default .bd_wrapper h3.title::before {
		background-image: url(../images/bg-title-block.png);
		background-position: 0;
		width: 100%;
		height: 30px;
		background-size: 100%;
	}
}
@media (max-width: 767px) {
	.navbar-toggle {
		padding: 0;
		margin: 5px 0;
	}
	header {
		top: 20px;
	}
	header .wrapper .headtop {
		width: 100%;
		float: none;
	}
	header .wrapper .headtop .headermenu {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
	}
	header .wrapper .headtop .headermenu .sm-blue {
		margin-top: 20px;
	}
	header .wrapper .logo {
		top: -25px;
		width: 130px;
		left: 5px;
	}
	header .wrapper .headtop .headerContent {
		float: right;
		margin: 0 0 0 10px;
		display: none;
	}
	header .wrapper .headtop .headerSearch {
		width: 28px;
		float: right;
		display: none;
	}
	header .wrapper .headtop .headerSearch a.search {
		margin: 0;
		border: 0;
	}
	footer .s_bottom {
		padding: 20px 0 60px;
	}
	.about_special .item {
		height: auto;
		width: 100% !important;
		display: block;
		float: none;
		margin: 0 0 10px;
	}
	.about_special .item img {
		position: relative;
	}
	#back-to-top {
		display: none;
	}
	.ctrlq.fb-button, .ctrlq.fb-close {
		right: 10px;
	}
	.block_policy {
		padding: 0;
		margin: 0 0 20px auto;
	}
	.showbannersub .sbs_wrapper {
		height: 150px;
	}
	footer .wrapper .s_top {
		position: relative;
		width: 100%;
		padding: 20px 10px;
		margin: 0;
		background-color: #261a0e;
		min-height: 250px;
	}
}
