.swiper {
	width: 100%;
	height: 300px;
}

.swiper-slide {
	text-align: center;
	font-size: 16px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-reports-title{
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    top: 28%;
    width: 60%;
    left: 20%;
    line-height: 1.8;
    zoom: 90%;
}
.swiper-reports-title a{
    color: #fff !important;
}
.swiper-reports-title-tag{
    position: absolute;
    margin-bottom: 0;
    bottom: 4px;
    left: 36%;
    font-size: 14px;
    padding: 2px;
}
.swiper-reports-title-tag a{
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    margin-right: 10px;
    padding: 0 12px;
    border: 1px solid #6a6666;
    border-radius: 26px;
}

.swiper-reports-title-tag a:hover{
    border: 1px solid #0068FD;
}


.swiper-slide h4 {
	position: absolute;
    bottom: 22px;
    top: 70%;
    left: 14%;
    font-size: 16px;
    /*font-weight: 600;*/
    width: 70%;
    line-height: 1.7;
}

.swiper-slide a {
	color: #333;
}

.swiper-slide a:hover {
	color: #0068FD;
}

.swiper-button-prev {
	color: #000;
	top: 40% !important;
}

.swiper-button-next {
	color: #000;
	top: 40% !important;
}

@media (max-width: 760px) {
	.swiper-button-next {
		right: 10px;
		transform: rotate(90deg);
	}
	.swiper-button-prev {
		left: 10px;
		transform: rotate(90deg);
	}
}