.SimpleSlider {
    position: relative;
}
.SimpleSlider .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .SimpleSlider .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .SimpleSlider .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .SimpleSlider .rslides img {
		max-height:450px;
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.SimpleSlider ul li {
    position: relative;
}

    .SimpleSlider ul li:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
    }

.SimpleSlider .rslides_nav {
    position: absolute;
    top: calc(50% - 28px);
    width: 65px;
    height: 55px;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    transition: all 0.4s;
    z-index: 88;
}

    .SimpleSlider .rslides_nav.prev {
        left: 0;
    }

    .SimpleSlider .rslides_nav.next {
        right: 0;
    }

    .SimpleSlider .rslides_nav.prev:after {
        content: "\f104";
        font-family: FontAwesome;
        position: absolute;
        top: 14px;
        left: 27px;
        font-size: 28px;
        color: #eee;
        transition: all 0.4s;
    }


    .SimpleSlider .rslides_nav:hover {
        background: rgba(0, 0, 0, 0.7);
    }


		





.slide_lead {
    background: rgba(0, 0, 0, 0.68);
    color: #eee;
    font-size: 14px;
    padding: 15px 25px;
    border-radius: 15px;
    margin: 0 0 70px 0;
}

.slide_title a {
    font-size: 14px;
    padding: 15px 25px;
    margin: 0 0 0 0;
    background: rgba(2, 2, 2, 0.75);
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    display: block;
    border-radius: 0;
    transition: all 0.5s;
}

.rslides .detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 66;
    text-align: center;
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
	
	
}
.slide_title {
    position: absolute;
    bottom: 0;
    margin: 0 0 0 0 !important;
    width: 100%;
}



.SimpleSlider .rslides_nav.next:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 14px;
    right: 27px;
    font-size: 28px;
    color: #fff;
    transition: all 0.4s;
}

.SimpleSlider .rslides_nav:hover:after {
    color: #F6811A;
}



.slide_title a:hover {
    font-weight: 700;
}




