.fac1 {
	margin-top: 160px;
}
.fac1 .decoBg {
	position: absolute;
	top: 0; right: 0; left: 1660px;
	margin: auto;
	width: auto; height: 400px;
}
.fac1_wrap {
	position: relative;
	max-width: 1400px;
	margin: 0 auto 160px;
	text-align: right;
}
.fac1_wrap .loader {
	position: absolute;
	top: 0; right: 750px; left: 0;
	margin: auto;
	width: auto; height: 400px;
}
.fac1_wrap .content_wrap {
	display: inline-block;
	width: 750px;
	min-height: 400px;
	padding: 0 80px 0 50px;
	text-align: left;
	vertical-align: top;
}
.fac1_wrap .content_wrap .eng {
	font-size: 44px;
	text-transform: capitalize;
	font-weight:bold;
	font-family: 'Karla','Karla' ;
}
.fac1_wrap .content_wrap .name {
	margin-top: 10px;
	font-size: 20px;
	color: #444;
}
.fac1_wrap .content_wrap .content {
	margin-top: 30px;
	font-size: 15px;
	color: #888;
	line-height: 24px;
	word-break: keep-all;
}
.fac1_wrap .content_wrap .btn {
	margin-top: 65px;
}

.fac1 .bImg {
	padding-top: 36.25%;
}


@media ( max-width: 1420px ) {
	.fac1_wrap {
		max-width: calc(100% - 30px);
	}
}


@media ( max-width: 1024px ) {
	.fac1 {
		margin-top: 75px;
	}
	.fac1 .decoBg {
		display: none;
	}
	.fac1_wrap {
		max-width: calc(100% - 60px);
	}
	.fac1_wrap .loader {
		display: none;
	}
	.fac1_wrap {
		margin: 0 auto 70px;
	}
	.fac1_wrap .content_wrap {
		width: 100%;
		min-height: auto;
		padding: 0;
		text-align: center;
	}
	.fac1_wrap .content_wrap .eng {
		font-size: 32px;
	}
	.fac1_wrap .content_wrap .name {
		margin-top: 10px;
		font-size: 16px;
	}
	.fac1_wrap .content_wrap .content {
		position: relative;
		margin-top: 20px;
		padding-top: 20px;
		font-size: 14px;
		line-height: 18px;
	}
	.fac1_wrap .content_wrap .content::before {
		content: '';
		position: absolute;
		top: 0; right: 0; left: 0;
		margin: auto;
		width: 25px; height: 1px;
		background-color: #218b0b;
	}
	.fac1_wrap .content_wrap .btn {
		margin-top: 50px;
	}
	.fac1 .bImg {
		padding-top: 47%;
	}
}


@media ( max-width: 768px ) {
	.fac1 .bImg {
		padding-top: 56.25%;
	}
}
