.about_banner{
	background-image: url(../images/about_banner.jpg);
	height: 500px;
}
.ci_ab{
	padding-top: 2rem;
	margin-bottom: 2rem;
}
.ci-tit{
	text-align: center;
	margin-bottom: .5rem;
	font-size: 1.25rem;
	font-weight: 300;
}
.ci-cit{
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: 300;
	font-size: .875rem;
	color: #868e96;
}
.ci-o ul{
	margin-bottom: 1.5rem;
	display: flex;
}
.ci-o ul li{
	text-align: center;
	width: 25%;
	float: left;
	border-right: 1px solid rgba(3,27,78,.06)
}
.ci-o ul li:last-child{
	border-right: none;
}
.ci-o ul li strong{
	background-image: linear-gradient(0deg,#f60,#5a9eff);
	-webkit-background-clip: text;
	-webkit-animation: hueRotate 15s linear infinite;
	-webkit-text-fill-color: transparent;
	font-size: 3rem;
	font-weight: 300;
}
.ci-o ul li small{
	--text-opacity: 1;
	color: #adb5bd;
	color: rgba(173,181,189,var(--text-opacity));
	font-size: 80%;
}
.ci-o ul li p{
	--text-opacity: 1;
	color: #868e96;
	font-size: 1rem;
}
.ab_c{
	background-image: url(../images/dad76a5.jpg);
	padding: 5rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.ab_b{
	padding: 2.5rem;
	border: 1px solid #fff;
	padding-bottom: 0px;
}
.ab_m{
	text-align: justify;
	box-shadow: 0 0 16px rgba(0,0,0,.25);
	padding: 2.5rem;
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255,255,255,var(--bg-opacity));
}
.ab_m p{
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: .75rem;
	--text-opacity: 1;
	color: #868e96;
	color: rgba(134,142,150,var(--text-opacity));
	line-height: 2;
}
.ab_m p::before{
	position: absolute;
	left: 0;
	padding: .25rem;
	--bg-opacity: 1;
	background-color: #ff8787;
	background-color: rgba(255,135,135,var(--bg-opacity));
	top: 9px;
	content: "";
}
.ab_wh{
	margin-bottom: 2rem;
}
.ab_wh_m ul{
	justify-content: center;    
	display: flex;
}
.ab_wh_m ul li{
	transition-duration: .25s;
	transition-property: all;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 2rem;
	margin-right: 2rem;
	flex: 1 1 0%;
	border: 1px solid #F1F3F5;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	border-radius: 10px;
}
.ab_wh_m ul li:hover{
	box-shadow: 0 0 16px rgba(0,0,0,.25);
	border-color: transparent;
	transition-duration: .25s;
	transition-property: all;
}
.ab_wh_m ul li i{
	background: #F1F3F5;
	margin-bottom: 1rem;
	font-size: 1.875rem;
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
}
.ab_wh_m ul li i img{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.ab_wh_m ul li h3{
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 300;
}
.ab_wh_m ul li p{
	--text-opacity: 1;
	color: #868e96;
	color: rgba(134,142,150,var(--text-opacity)); 
	font-weight: 300;
}
.ab_map_b{
	width: 100%;
	height: 391px;
	position: relative;
	margin-bottom: 2rem;
}
.ab_map_b dl{
	width: 25%;
	box-shadow: 0 0 16px rgba(0,0,0,.25);
	padding: 1.25rem;
	height: auto;
	background: #fff;
	position: absolute;
	left: 0px;
	z-index: 222;
	margin: auto;
	right: 0px;
	top:35px;
	right: 0px;
}
.ab_map_b dl small{
	margin-left: .5rem;
	font-size: .75rem;
	color: #F1F3F5;
}
.ab_map_b dl h3{
	font-size: 1rem;
	font-weight: 300;
	line-height: 40px;
}
.ab_map_b dl p{
	font-weight: 300;
	color: #868e96;
	line-height: 30px;
}
.ab_map_b dl p i{
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 5px;
}
.ab_map_b dl p i img{
	width: 100%;
}