#contactus{
	margin-top: 0!important;
}
/*screen2*/
.cat_name{
	left: 0;
	top: 0;
	right: 0;
	z-index: 5;
	height: 65px;
	background: rgba(255,255,255,.7);
}
.cat_link:after{
	content: "\f062";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	transition: all ease .3s;
	background-color:#fff;
	transform: rotate(90deg);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.06);
}
.cat_link:hover:after{
	background-color:#ee981f;
	color:#222;
}
/*screen3*/
.fit_img{
	overflow: hidden;
	min-height: 200px;
	height: 100%;
	border: 2px solid #cecece;
}
.fit_img picture{
	position: absolute;
	width: 100%;
	height: 100%;
}
.fit_img picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/*screen4 video*/

/*video start*/
.video_item .iframe_wr{
	z-index: 10;
}
.video_bt{
	left: calc(50% - 56px);
	top:calc(50% - 56px);
	z-index: 15;
	cursor: pointer;
}
/*video end*/

.term_item{
	max-width: 493px;
}

/*screen7 */
.pros_item{
	width: 100%;
	max-width: 50%;
}
@media(min-width: 768px){
	.pros_item{
		max-width: 20%;
	}
}
@media(max-width: 1199px){
	.pros_item .f18{
		font-size: 14px;
	}

	.pros_item .f16{
		font-size: 13px;
	}
	.screen4>.row>.col-12:nth-child(1){
		order:2;
	}
	.screen4>.row>.col-12:nth-child(2){
		order:1;
	}
}
