#certify {
	margin-top: 60px;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
	top: 50%;
	margin-right: 0px;
	margin-left: 0px;
}

#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
	display: none;
}

#certify,
#certify .swiper-container {
	width: 100%;
	height: 264px;
}

#certify .swiper-container .swiper-slide {
	position: relative;
	width: 426px;
	height: 264px;
}

#certify .swiper-container .swiper-slide::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(61,130,185,.6);
}

#certify .swiper-container .swiper-slide-active::after {
	display: none;
}