/*  VERTICAL SOLUTIONS */
.vertical {
	/* margin-top: 100px; */
	padding-top: 70px;
	padding-bottom: 0;
}

.vertical .container {
	max-width: 1200px;
}

/* slider */

.vertical-slider {
	width: 100%;
	max-height: 740px;
	padding: 50px 0;
	margin: 5px auto;
	position: relative;
}

.vertical-slider .arrow-left {
	background: url(../images/arrow_left_hover.png) 100% 100% / 100% 100% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 1200px;
	bottom: 0;
	z-index: 99;
	margin: auto;
	width: 70px;
	height: 70px;
}

.vertical-slider .arrow-left:hover {
	background-image: url(../images/arrow_left.png);

}

.vertical-slider .arrow-right {
	background: url(../images/arrow_right_hover.png) 100% 100% / 100% 100% no-repeat;
	position: absolute;
	left: 1200px;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	margin: auto;
	width: 70px;
	height: 70px;
}

.vertical-slider .arrow-right:hover {
	background-image: url(../images/arrow_right.png)
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.swiper-slide {
	position: relative;
	width: 1280px;
	/* margin:0 20px; */
	/* height: 100%; */
	opacity: 0.4;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.swiper-slide-active {
	opacity: 1;
}
.swiper-slide:after{
	content: '';
	padding-top: 50%;
	display: block;
}
.swiper-slide img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
}

.slider-con {
	position: absolute;
	background: #fff;
	left: 200px;
	top: 380px;
	min-height: 280px;
	text-align: left;
	padding: 40px;
	border: 1px solid #fff;
	opacity: 0;
	box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .3s .2s linear;
	-moz-transition: all .3s .2s linear;
	transition: all .3s .2s linear;
}

.slider-con div {
	margin-top: 50px;
}

.slider-con div .icon-arrow {
	position: absolute;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.slider-con div:hover .icon-arrow {
	-webkit-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.swiper-slide-active .slider-con {
	left: 140px;
	opacity: 1;
}

.slider-con span {
	font-size: 26px;
	color: #333333;
	display: block;
	padding-bottom: 20px;
}

.slider-con p {
	font-size: 16px;
	color: #333333;
	width: 300px;
	line-height: 1.54;
}

.slider-con a {
	color: #2575d4;
	display: block;
}

.slider-con a .icon-arrow {
	color: #3f85d9;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	margin-left: 10px;
}

.swiper-slide .title {
	font-style: italic;
	font-size: 42px;
	margin-top: 80px;
	margin-bottom: 0;
	line-height: 45px;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 20px;
	right: 0;
	margin: auto;
	text-align: center;
}

.swiper-pagination-switch,
.pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	margin-right: 8px;
	opacity: 0.2;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch,
.pagination .swiper-pagination-bullet-active {
	width: 34px;
	border-radius: 50px;
	background: #366cc8;
	opacity: 1;
}

@media screen and (max-width: 1367px) {
	/* .vertical-slider {
		height: 650px;
	} */

	.vertical-slider .arrow-left {
		right: 900px;
	}

	.vertical-slider .arrow-right {
		left: 900px;
	}

	.swiper-slide {
		width: 960px;
	}

	.swiper-slide img {
		width: 900px;
		/* height: 506px; */
	}

	.slider-con {
		min-height: 250px;
		left: 110px;
		top: 280px;
		padding: 20px;
	}

	.slider-con div {
		margin-top: 25px;
	}
}

@media screen and (max-width: 992px) {

	/* swiper */
	.vertical-slider {
		/* height: 460px; */
		padding-bottom: 20px;
	}

	.swiper-slide {
		width: 100vw;
	}

	.swiper-slide img {
		width: 100vw;
		display: block;
	}

	.swiper-slide .slider-con {
		left: 8%;
		top: 33%;
		padding: 10px;
	}

	.pagination {
		bottom: 0;
	}

	.swiper-pagination-switch {
		width: 8px;
		height: 8px;
	}

	.swiper-active-switch {
		width: 20px;
	}

	.arr-box a {
		display: none;
	}

}

@media screen and (max-width: 768px) {

	.vertical {
		width: 100vw;
		padding-top: 40px;
	}

	.vertical-slider {
		padding-top: 20px;
		/* min-height: 74.8vw; */
		padding-bottom: 30px;
		/* height: 350px; */
		height: 59vw;
	}

	.swiper-slide .slider-con {
		left: 0;
		top: 38.47vw;
		/* min-height: 26.73vw; */
		padding: 10px;
		width: 100%;
		bottom: auto;
	}

	.slider-con p {
		width: 100%;
	}

	.slider-con div {
		margin-top: 20px;
	}

	.slider-con p {
		font-size: 16px;
	}

	.verticaltext {
		font-size: 14px;
	}

	.pagination {
		bottom: 10px;
	}

	.arr-box {
		display: none;
	}
}

@media screen and (max-width:425px) {

	.vertical-slider {
		height: 68vw;
	}

	.swiper-slide .slider-con {
		padding: 15px;
		box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.slider-con span {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.slider-con p {
		font-size: 14px;
	}
}