.team-hold {
	background-color: #003e48; /* 00515d -> 003e48 */
	color: #ffffff;

	padding-top: 15px;
	padding-bottom: 15px;

	text-align: center;
}

#team {
	display: block;
	position: relative;
	width: 100%;
	
	display: none;
}
#team .team-item {
	width: 100%;
	
	display: block;
	position: relative;
	
	overflow: hidden;
}
#team .team-ad {
	font-weight: bold;
}
#team .team-unvan {
	font-weight: 300;
}

#team .team-box {
	width: 270px;
	max-width: 90%;
	/* background-color: yellow; */
	margin: 0 auto;
}
#team .team-box img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}
#team .team-text {
	padding: 15px 0 30px 0;
}

#team .team-item img {
	display: block;
	width: 100%;
	height: 100%;
	left: 50%;
	/* border-radius: 50%; */
}


#team .owl-prev,
#team .owl-next {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	/* border: solid 1px #999999; */
	border: solid 1px rgba(255,255,255,0.5);
	margin: 0 2px;
}
#team .owl-prev:hover,
#team .owl-next:hover {
	/* background-color: #eeeeee; */
	background-color: rgba(255,255,255,0.1);
}

#team .owl-prev i,
#team .owl-next i {
	font-size: 20px;
}
