.mp-slider .item {
	height: 520px;
}
.mp-slider-text {
	padding: 70px 100px;
}
.mp-slider-text .ttl {
	color: white;
	font-size: 40px;
	line-height: 41px;
	margin-bottom: 30px;
	max-width: 500px;
}
.mp-slider-text .data {
	color: white;
}
.mp-slider-text .data-2 {
	color: white;
	font-size: 28px;
	margin-top: 20px;
}
.mp-slider .owl-nav {
	position: absolute;
	width: 1140px;
	top: 0;
	left: 50%;
	margin-left: -570px;
}
.mp-slider .owl-prev {
	position: absolute;
	width: 70px;
	height: 520px;
}
.mp-slider .owl-next {
	height: 520px;
	position: absolute;
	right: 0;
	width: 70px;
}
.mp-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 45px;
	text-align: center;
}
.mp-slider .owl-dot {
	height: 15px;
	width: 15px;
	border-radius: 20px;
	margin: 15px 5px;
	border: 1px solid white !important;
}
.mp-slider .owl-dot.active {
	background: white !important;
}


@media screen and (max-width:1200px) {
	.mp-slider .owl-nav {
		width: 960px;
		margin-left: -480px;
	}
}
@media screen and (max-width: 992px) {
	.mp-slider .owl-nav {
		width: 720px;
		margin-left: -360px;
	}
}
@media screen and (max-width:768px) {
	.mp-slider .owl-nav {
		display: none;
	}
	.mp-slider-text {
		padding: 60px 0 0 0;
	}
	.mp-slider-text .ttl {
		font-size: 26px;
		line-height: 35px;
	}
	.mp-slider-text .data-2 {
		font-size: 20px;
		line-height: 35px;
		padding-top: 20px;
	}
}
@media screen and (max-width: 576px) {
	.mp-slider .owl-nav {
		display: none;
	}
}