#kp{color: #8e8e8e !important;}
.prev, .next {cursor: pointer;position: absolute;top: 50%;width: auto;z-index: 2}
@media only screen and (min-width: 768px) {
	.mySlides img{width: 100%}
	#slide-des {
		background-color: black;
	    height: 475px;
	    margin-bottom: 256px;
	}
	.main-wap {
		display: none;
	}
	.mySlides {
		display: none
	}
	img {
		vertical-align: middle;
	}
	.slideshow-container {
		max-width: 1170px;
		position: relative;
		margin: auto;
	}
	.prev, .next {margin-top: -13px;}
	.next {
		right: 0;
	}
	.prev:hover, .next:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}
	.text {
		color: #f2f2f2;
		font-size: 15px;
		padding: 8px 12px;
		position: absolute;
		bottom: 8px;
		width: 100%;
		text-align: center;
	}
	.numbertext {
    color: #878787;
    font-size: 18px;
    position: absolute;
    left: 50%;
    margin-top: 37%;
    font-family: Open Sans Regular;
    margin-left: -21px;
	}
	.btn-dot {
		display: none;
	}
	.dot {
		cursor: pointer;
		height: 15px;
		width: 15px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	}
	.active, .dot:hover {
		background-color: #717171;
	}
	
}

@media only screen and (max-width: 768px) {
	.next{right: 15px}
	.prev{left: 15px}
	#slide-des {
		display: none;
	}
	.main-wap {
		width: 100%;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 32px !important;
		outline: none;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 32px !important;
		outline: none;
	}
	.swiper-button-next, .swiper-button-prev {
		color: #dcc49a !important;
		outline: none;
	}
}