.ei-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 730px;
	margin: 0 auto;
	top: -80px;
	background: #fdfdfd;
}

.ei-slider-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
}

.ei-slider-large {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ei-slider-large li {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;

}

.ei-slider-large li img {
	width: 100% !important;
	margin-left: 0 !important;
	height: auto !important;
}

.ei-title {
	position: absolute;
	right: 34%;
	margin-right: 13%;
	top: 13%;
	width: 32%;
	text-align: left;
}

.ei-title h2,
.ei-title h3 {
	text-align: left;
}

.ei-title h2 {
	font-size: 46px;
	color: #000;
	font-weight: 700;
}

.ei-title h2 span {
	font-weight: normal;
}

.ei-title h3 {
	font-size: 18px;
	line-height: 30px;
	color: #485159;
	font-weight: 400;
}

.ei-slider-thumbs {
	height: 13px;
	margin: 0 auto;
	position: relative;
	list-style: none;
	padding: 0;
	top: 15px;
}

.ei-slider-thumbs li {
	position: relative;
	float: left;
	height: 100%;
}

.ei-slider-thumbs li.ei-slider-element {
	top: 25px;
	left: 27px;
	position: absolute;
	height: 2px;
	z-index: 10;
	text-indent: -9000px;
	background: #3DACD3;
	background: #3DACD3;
}

.ei-slider-thumbs li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	transition: background 0.2s ease;
	font-size: 13px;
	font-weight: 700;
	color: #7E858C;
	text-transform: inherit;
	text-align: center;
}

.ei-slider-thumbs li a:hover {
	background-color: #f0f0f0;
}

.ei-slider-thumbs li img {
	position: absolute;
	bottom: 50px;
	opacity: 0;
	/*	z-index: 999;*/
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-reflect:
		below 0px -webkit-gradient(linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(50%, transparent),
			to(rgba(255, 255, 255, 0.3)));
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ei-slider-thumbs li:hover img {
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width:1400px) {

	.ei-title h2 {
		font-size: 27px !important;
		line-height: 42px !important;
	}

	.ei-title {
		width: 50%;
		top: 20%;
	}

}

.icon {
	display: none;
}

@media screen and (max-width:991px) {
	.ei-slider-thumbs li.ei-slider-element {
		top: 40px;
	}

	.icon {
		display: block;
		position: inherit !important;
		opacity: 1 !important;
		margin: 0 auto;
	}

	.ei-slider-large li img {
		width: 80% !important;
		margin: 10px auto !important;
	}

	.ei-title {
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 0px;
		background: #fdfdfd;
		padding: 20px 0;
	}

	.ei-title h2,
	.ei-title h3 {
		text-align: center;
	}

	.ei-title h2 {
		font-size: 20px !important;
		line-height: 24px !important;
	}

	.ei-title h3 {
		font-weight: 400;
		font-size: 13px;
		line-height: 16px;
		color: #485159;
		margin: 0;
		padding: 0;
	}

	.ei-slider-thumbs li a {
		font-size: 12px;
	}

	.ei-slider-thumbs li a span {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.ei-title h2 {
		text-align: left;
		padding: 0 10px;
	}

	.ei-title h3 {
		text-align: left;
		padding: 0 10px;
	}

	.ei-slider-large li img {
		width: 80% !important;
		margin: 10px auto !important;
	}

	/*	.ei-slider-thumbs li{max-width: 33.33%!important;width: 33.33%!important;}*/

}


@media screen and (max-width:1400px) {

	.ei-slider {
		height: 550px;
	}


}

.slide-content {
	padding: 0 25px !important;
}

.swiper-button-next {
	top: 29% !important;
	right: 7px !important;
	color: #3dacd3 !important;
	background: transparent;
	cursor: inherit !important;
}

.swiper-button-prev {
	top: 29% !important;
	left: 7px !important;
	color: #3dacd3 !important;
	background: transparent;
	cursor: inherit !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(1) !important;
}