@charset "utf-8";

/* kso_page_container */
#kso_page_container h1,
#kso_page_container h2,
#kso_page_container h3,
#kso_page_container h4,
#kso_page_container h5 {margin-top: 0;}

#kso_page_container .page-section-about {position: relative;margin-bottom: 50px;overflow: hidden;}
#kso_page_container .about-img {
	position: absolute;left: 0;top: 0;bottom: 0;
	width: 58.3333333%;height: 100%;
}
#kso_page_container .about-img .about-bg {
	position: absolute;left: 0;top: 0;right: 0;bottom: 0;
	width: 100%;height: 100%;min-height: 30em;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#kso_page_container .about-text {
	position: relative;float: right;width: 65%;
}
#kso_page_container .about-text h2 {margin-top:0;margin-bottom: 30px;font-size: 26px;line-height: 1.4;}
#kso_page_container .about-text h3 {margin-top:0;margin-bottom: 20px;font-size: 18px;color: #3883d4;}
#kso_page_container .summary {font-size: 15px;}

#kso_page_container .line-point-bottom:after {width: 1.5em;background-color: #777;}
#kso_page_container .article-title {margin-top:0;font-size:22px;font-weight:500;letter-spacing:-1px;color:#ad955e}
#kso_page_container .title-line{margin:20px 0;width:150px;height:2px;background-color:#1abc9c}
#kso_page_container .about-text .text-block1 {
	padding: 3em 4em;
	background-color: #efefef;
	border: 30px solid #fff;
	border-top: 0;
	border-right: 0;
}

#kso_page_container .about-text .text-block2 {
	float: right;width: 55%;
}


@media (max-width: 991px) {
	#kso_page_container .about-img {
		position: relative;right: auto;bottom: auto;
		width: 100%;min-height: 18em;
	}
	#kso_page_container .about-text,
	#kso_page_container .about-text .text-block2{		    
		float: none !important;width: 100% !important;
	}
	#kso_page_container .about-text .text-block1 {padding: 2em 2em;margin-bottom: 30px;border: 0;}
}

@media (max-width: 768px) {

}
@media (max-width: 480px) {

}