/* About Us Section
--------------------------------*/
#about {
  background: url(../images/about-bg.jpg) center top no-repeat fixed;
  background-size: cover;
  padding: 40px 0 40px 0;
  position: relative;
  min-height:inherit;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 51px;
/*  padding-top: 8px;*/
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  padding-top:13px;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .bai9 {
  background:url(../images/lvbai9.png) center no-repeat #fff;
  
}

#about .about-col:hover .bai7 {
  background:url(../images/lvbai7.png) center no-repeat #fff;
  
}
#about .about-col:hover .bai4 {
  background:url(../images/lvbai4.png) center no-repeat #fff;
  
}


#about .about-col:hover .icon img{display:none;}

#about .about-col:hover i {
  color: #07355c;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 18px 20px 18px;
}




@media (min-width: 1200px) {
.leadership-top .push-item {
		position: relative;
		height: 385px;
		overflow:hidden;
		background: url(../images/01.png);
		background-size:40%;
	}
	
	.leadership-top .item-info {
		position: absolute;
		left: 0px;
		z-index: 222;
	}
	
	.leadership-top .image {
		position: absolute;
		right: 0px;
	}
	
	.leadership-top .info2 {
		position: absolute;
		top: 0px;
	    bottom: 0px;
	    padding: 50px 190px 40px 30px;
	}
	
	.leadership-top .info2 .name,.leadership-top .info2 .alias,.leadership-top .info2 .description {
		color: #fff;
	}
.hidden-xs {
    display:inline-block;
}
}

@media(max-width: 1199px) and (min-width:992px) {
	
	
	.leadership-top .image {
		margin-top: 15px;
	}
	
	.leadership-top .image img {
		margin: auto;
	}
	
	
}

@media(max-width: 991px) and (min-width:768px) {
	.leadership-top .image {
		margin-top: 15px;
	}
	
	.leadership-top .image img {
		margin: auto;
	}
	.hidden-sm {
    display: none !important;
	}


}


@media(max-width: 600px){
	
	.leadership-top .image img {
		width:100%;
	}
	
.hidden-xs {
    display: none !important;
}
}

.leadership-top {
	height: auto;
}

.leadership-top ul {
	list-style-type: none;
}

.leadership-top .info2 .name {
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.leadership-top .info2 .alias {
	display: block;font-size: 16px;
line-height: 36px;
}

.leadership-top .info2 .description {
	font-size: 16px;
	display: block;
	margin-top: 25px;
	line-height: 31px;
}
.leadership-bottom {
	margin-top: 42px;
}

.leadership-bottom ul {
	list-style-type: none;
}

.leadership-bottom ul li {
	margin-bottom: 20px;
}

.leadership-bottom ul li a {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	padding: 15px 12px;
}

.leadership-bottom .name {
	font-size: 12px;
	font-weight: bold;
	color: rgba(48,48,48,0.92);
	display: block;
	text-align: left;
}

.leadership-bottom .alias {
	font-size: 12px;
	color: rgba(48,48,48,1);
	display: block;
	text-align: left;
}

.leadership-bottom ul li a.active {
	background: rgba(222,58,58,1);
}

.leadership-bottom ul li a.active .name,.leadership-bottom ul li a.active .alias {
	color: #fff;
}