.swiper-container {
	width: 100%;
	height: 650px;
	background: #000;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #c60f0f;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 140px 60px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.swiper-slide .title {
	margin: 10px 0;
	font-size: 41px;
	font-weight: bold;
	color:  #fd9027;
	margin-top: 100px;
	text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}
.swiper-slide .subtitle {
	font-size: 35px;
	font-weight: 600;
	width: 63%;
	margin: 0 auto; 
	color:  #fd9027;
	text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}
.swiper-slide .text {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.3;
	display: inline-block;
	background-color: #CF383E;
	position:absolute;
	top: 80%;
	left: 47%;
}
.swiper-slide .text a {
	color: #fff!important;
	padding: 10px 15px;
	display: block;
}
@media (max-width: 768px){
	.swiper-container {height: 300px!important;}
	.swiper-button-next, .swiper-button-prev {margin-top: 0!important;}
	.swiper-slide {padding-top: 60px;}
	.swiper-slide .title {font-size: 24px;}
	.swiper-slide .subtitle {font-size: 16px;width: 100%;}
}