
.tabs {
	height: 40px;
}

.tabs a {
	display: block;
	float: left;
	width: 33.33%;
	color: #333;
	text-align: center;
	background: #eee;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
}

.tabs a.active {
	color: #fff;
	background: #333;
	border-radius: 5px 5px 0px 0px;
}

.swiper-container {
	height: auto;
	border-radius: 0 0 5px 5px;
	width: 100%;
	border-top: 0;
}

.swiper-slide {
	height: 325px;
	width: 100%;
	background: none;
}

.content-slide {
	padding: 40px;
}

.content-slide p {
	text-indent: 2em;
	line-height: 1.9;
}