@media (min-width: 1200px) {
	.container {
		width:1190px
	}
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
	.topbar .scenter {
		display: none;
	}
}
@media (max-width: 767px) {
	header .logo {
		position: absolute;
		top: -9px;
		left: 10px;
		width: auto;
	}
	header .logo img {
		height: 60px;
		width: auto;
	}
	header .headtop {
		position: relative;
		width: 100%;
		padding: 0;
		justify-content: center;
	}
	header .headtop .navbar {
		margin: 0;
		width: 100%;
			padding: 5px;
	}
	header .certificates {
		margin: 10px 0;
	}
	header .headtop .companyinfo hr{
		margin-top: 0;
		margin-bottom: 10px;
	}
	header .headtop .companyinfo p span{
		font-size: 16px !important;
	}
	.showbannersub {
		background-position: right center;
	}
	.navbar-toggle {
		margin-right: 0;
		padding: 10px 0px;
	}
	.navbar-toggle .icon-bar {
		background: #1c3f87;
	}
	section {
		margin: 20px 0;
		overflow: hidden;
	}
	.block_news_cat {
		padding: 0;
		margin: 0;
	}
	footer .s_top img {
		margin: 0 auto 20px
	}
	footer .s_bottom, footer .text-right {
		text-align: center;
	}

	.block_footer {
		margin: 0 0 40px;
	}
	.block_footer h3.title {
		margin: 0 0 10px;
	}
	.item_special ul.list_item {
		margin: 50px 0;
	}
	.item_special ul.list_item li {
		width: 100%;
	}
	.item_special ul.list_item li:first-child:before {
		left: calc(50% - 7.5px);
		top: -25px;
	}
	.item_special ul.list_item li:last-child:before {
		bottom: -5px;
		top: unset;
		right: calc(50% - 7.5px);
		left: unset;
	}
	.item_special ul.list_item li:before {
		width: 2px;
		height: 100%;
		left: calc(50% - 1px);
	}
	.item_special ul.list_item li:nth-last-child(2):before, .item_special ul.list_item li:nth-child(2):before {
		width: 2px;
		height: 200%;
		left: calc(50% - 1px);
		top: -100%;
	}
	.item_special ul.list_item li:nth-last-child(2):before {
		bottom: -100%;
		top: unset;
	}
	.item_special ul.list_item li p {
		margin: 0px auto 20px;
		background: rgba(0,0,0,1);
		display: table;
		padding: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.block_news_cat .item .simg, .block_news_cat .item .simg img {
		height: auto;
	}
	
}
