.team1 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 55px;
}
.team1 .team1-box {
	width: 100%;
	overflow: hidden;
}
.team1 .team1-box .team1-img {
	width: calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	height: 295px;
	overflow: hidden;
	float: left;
	margin: 10px 10px 0 0;
}
.team1 .team1-box:nth-of-type(2) .team1-img {
	float: right;
	margin: 10px 0 0 10px;
}
.team1 .team1-box .team1-txt {
	width: calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	height: 295px;
	padding: 65px 80px 0 40px;
	background-color: #f3f3f3;
	overflow: hidden;
	font-size: 16px;
	color: #7a7a7a;
	line-height: 24px;
	margin: 10px 0 0;
}
.team1 .team1-box .team1-txt h2 {
	font-size: 30px;
	color: #333333;
	margin: 0 0 10px;
  	font-family: "wigrumweb-bold";
}
@media only screen and (max-width: 991px) {
	.team1 .team1-box .team1-img {
	    width: 100%;
	    height: auto;
	    float: none;
	    margin: 0;
	}
	.team1 .team1-box:nth-of-type(2) .team1-img {
	    float: none;
	    margin: 0;
	}
	.team1 .team1-box .team1-img img {
		width: 100%;
	}
	.team1 .team1-box .team1-txt {
	    width: 100%;
	    margin: 0;
	}
}
@media only screen and (max-width: 767px) {
	.team1 {
	    padding: 40px 0;
	}
	.team1 .team1-box .team1-txt {
	    height: auto;
	    padding: 30px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.team1 .team1-box .team1-txt h2 {
	    font-size: 24px;
	}
}
.team2 {
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 5px 0 10px;
}
.team2 .team2-menu {
	width: 100%;
	overflow: hidden;
	margin: 40px 0;
}
.team2 .team2-menu li {
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	border-radius: 18px;
	background-color: #dcdcdc;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.team2 .team2-menu li:hover {
	color: #09a9ab;
}
.team2 .team2-menu li.active {
	background-color: #09a9ab;
	color: #FFFFFF;
}
.team2 .team2-list {
	width: 100%;
	overflow: hidden;
}
.team2 .team2-list ul {
	width: 100%;
	overflow: hidden;
	display: none;
}
.team2 .team2-list ul.active {
	display: block;
}
.team2 .team2-list ul li {
	width: calc(25% - 18px);
	width: -moz-calc(25% - 18px);
	width: -webkit-calc(25% - 18px);
	overflow: hidden;
	float: left;
}
.team2 .team2-list ul li:nth-of-type(4n+1),.team2 .team2-list ul li:nth-of-type(4n+2),.team2 .team2-list ul li:nth-of-type(4n+3){
	margin: 0 24px 25px 0;
}
.team2 .team2-list ul li:nth-of-type(4n) {
	margin: 0 0 25px;
}
.team2 .team2-list ul li .team2-img {
	width: 100%;
	overflow: hidden;
}
.team2 .team2-list ul li .team2-img img {
	width: 100%;
	transition: all 0.5s;
}
.team2 .team2-list ul li h5 {
	font-size: 16px;
	color: #333333;
	margin: 10px 0 0;
	line-height: 25px;
}
.team2 .team2-list ul li:hover .team2-img img {
	transform: scale(1.1);
}
.team2 .team2-list ul li:hover h5 {
	color: #09a9ab;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.team2 .team2-list ul li {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
	}
	.team2 .team2-list ul li:nth-of-type(3n+1),.team2 .team2-list ul li:nth-of-type(3n+2) {
		margin: 0 30px 25px 0;
	}
	.team2 .team2-list ul li:nth-of-type(3n) {
		margin: 0 0 25px;
	}
}
@media only screen and (max-width: 767px) {
	.team2 .team2-menu {
	    margin: 30px 0 25px;
	}
	.team2 .team2-menu li {
		width: calc(33.33% - 10px);
		width: -moz-calc(33.33% - 10px);
		width: -webkit-calc(33.33% - 10px);
		height: 40px;
		padding: 6px 0;
		line-height: 14px;
		text-align: center;
		border-radius: 5px;
		margin: 0 15px 0 0;
	}
	.team2 .team2-menu li:last-of-type {
		margin: 0;
		line-height: 28px;
	}
	.team2 .team2-list ul li {
		width: calc(50% - 7px);
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
	}
	.team2 .team2-list ul li:nth-of-type(2n+1) {
		margin: 0 14px 10px 0;
	}
	.team2 .team2-list ul li:nth-of-type(2n) {
		margin: 0 0 10px;
	}
	.team2 .team2-list ul li h5 {
	    font-size: 14px;
	    margin: 5px 0 0;
	    line-height: 20px;
	}
}