.sheet-slider {
    font-size: 16px;
    line-height: 1.5;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    background: #37474F
}

.sheet-slider * {
    box-sizing: border-box;
    color: #fff;
    border-radius: 0
}

.sheet-slider ul,
.sheet-slider ul li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sheet-slider>input {
    display: none
}

.sheet-slider img {
    width: 100%;
    display: block;
    max-width: none;
    background: 0 0;
    border: 0
}

.sheet-slider ul {
    -webkit-transition: left .7s cubic-bezier(.54, 0, .1, 1);
    transition: left .7s cubic-bezier(.54, 0, .1, 1);
    position: relative;
    height: 420px
}

.sh-arrows,
.sh-arrows label,
.sh-btns label {
    -webkit-transition: background .3s, opacity .3s, right .3s, width .5s;
    transition: background .3s, opacity .3s, right .3s, width .5s
}

li.tab>div {
    -webkit-transition: opacity .7s ease .5s, transform .7s ease .5s;
    transition: opacity .7s ease .5s, transform .7s ease .5s
}

.sheet-slider ul .tab {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0
}

.sheet-slider ul .tab>div {
    top: 0;
    -webkit-transform: translateY(3em);
    transform: translateY(3em);
    padding-left: 8em;
    padding-right: 8em;
    position: absolute;
    text-align: justify;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 1px 5px rgba(0, 0, 0, .16);
    max-width: 100%;
    opacity: 0
}

.sheet-slider ul .tab>div a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-decoration: none
}

.sheet-slider ul .tab>div a:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.sheet-slider ul .tab>div h3 {
    font-size: 1.1em;
    margin-top: 1.5em;
    margin-bottom:0.5em;
    font-weight: 500
}

.sheet-slider ul .tab>div h2 {
    margin-top: 0.5em;
    margin-right: 0.5em
}
.sheet-slider ul .tab>div span {
    font-size: 1.1em;
    font-weight: 500
}

.sheet-slider .sh-btns {  
    top: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 2;
    padding: 0 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sheet-slider .sh-btns label {
    background-color: #263238;
    text-align: center;
    cursor: pointer;
    margin: 0 3px;
    height: 25px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sheet-slider .sh-btns label:hover {
    background-color: hsla(240, 100%, 25%, .85)
}

.sheet-slider .sh-arrows {
    position: absolute;
    right: 0;
    z-index: 3;
    width: auto;
    bottom: calc(3em + 7px);
    opacity: 0
}

.sheet-slider:hover .sh-arrows {
    opacity: 1;
    right: 0
}

.sheet-slider .sh-arrows label {
    background-color: hsla(0, 0%, 100%, .6);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    display: none;
    height: 50px;
    position: relative;
    width: 60px
}

.sheet-slider .sh-arrows label:hover {
    background-color: hsla(0, 0%, 100%, .8);
    width: 60px
}

.sheet-slider ul>li:nth-child(1) {
    left: 0
}
.sheet-slider ul>li:nth-child(2) {
    left: 100%
}
.sheet-slider ul>li:nth-child(3) {
    left: 200%
}
.sheet-slider ul>li:nth-child(4) {
    left: 300%
}
.sheet-slider ul>li:nth-child(5) {
    left: 400%
}
.sheet-slider ul>li:nth-child(6) {
    left: 500%
}
.sheet-slider ul>li:nth-child(7) {
    left: 600%
}
.sheet-slider ul>li:nth-child(8) {
    left: 700%
}
#s1:checked~ul {
    left: 0
}
#s2:checked~ul {
    left: -100%
}
#s3:checked~ul {
    left: -200%
}
#s4:checked~ul {
    left: -300%
}
#s5:checked~ul {
    left: -400%
}
#s6:checked~ul {
    left: -500%
}
#s7:checked~ul {
    left: -600%
}
#s8:checked~ul {
    left: -700%
}
#s1:checked~ul>li:nth-child(1)>div,
#s2:checked~ul>li:nth-child(2)>div,
#s3:checked~ul>li:nth-child(3)>div,
#s4:checked~ul>li:nth-child(4)>div,
#s5:checked~ul>li:nth-child(5)>div,
#s6:checked~ul>li:nth-child(6)>div,
#s7:checked~ul>li:nth-child(7)>div,
#s8:checked~ul>li:nth-child(8)>div {
    opacity: 1;
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}
#s1:checked~.sh-btns label:nth-child(1),
#s2:checked~.sh-btns label:nth-child(2),
#s3:checked~.sh-btns label:nth-child(3),
#s4:checked~.sh-btns label:nth-child(4),
#s5:checked~.sh-btns label:nth-child(5),
#s6:checked~.sh-btns label:nth-child(6),
#s7:checked~.sh-btns label:nth-child(7),
#s8:checked~.sh-btns label:nth-child(8) {
    background-color: #00007E
}
#s1:checked~.sh-arrows label:nth-child(2),
#s2:checked:last-of-type~.sh-arrows label:nth-child(1),
#s2:checked~.sh-arrows label:nth-child(3),
#s3:checked:last-of-type~.sh-arrows label:nth-child(1),
#s3:checked~.sh-arrows label:nth-child(4),
#s4:checked:last-of-type~.sh-arrows label:nth-child(1),
#s4:checked~.sh-arrows label:nth-child(5),
#s5:checked:last-of-type~.sh-arrows label:nth-child(1),
#s5:checked~.sh-arrows label:nth-child(6),
#s6:checked:last-of-type~.sh-arrows label:nth-child(1),
#s6:checked~.sh-arrows label:nth-child(7),
#s7:checked:last-of-type~.sh-arrows label:nth-child(1),
#s7:checked~.sh-arrows label:nth-child(8),
#s8:checked:last-of-type~.sh-arrows label:nth-child(1) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAaklEQVR4Ae3NMRGDUBQF0S2TCEgsfTcMarBByYANwAEefvfongIuA+GugD0cl3POvXlp9yODjvgwEYSO6AhCSfxY9cRi4iLE9wxi/gtiS6JHUJv7SnnI3nvvG+0eClW3TyL3MqJw25xzbgftHXfvifaMzwAAAABJRU5ErkJggg==);
    display: block;
    float: right
}
#s1:checked~#s2:last-of-type~.sh-arrows label:nth-child(2),
#s1:checked~#s3:last-of-type~.sh-arrows label:nth-child(3),
#s1:checked~#s4:last-of-type~.sh-arrows label:nth-child(4),
#s1:checked~#s5:last-of-type~.sh-arrows label:nth-child(5),
#s1:checked~#s6:last-of-type~.sh-arrows label:nth-child(6),
#s1:checked~#s7:last-of-type~.sh-arrows label:nth-child(7),
#s1:checked~#s8:last-of-type~.sh-arrows label:nth-child(8),
#s2:checked~.sh-arrows label:nth-child(1),
#s3:checked~.sh-arrows label:nth-child(2),
#s4:checked~.sh-arrows label:nth-child(3),
#s5:checked~.sh-arrows label:nth-child(4),
#s6:checked~.sh-arrows label:nth-child(5),
#s7:checked~.sh-arrows label:nth-child(6),
#s8:checked~.sh-arrows label:nth-child(7) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAZ0lEQVR4Ae2TPQ5AYBQEJySOwXdgDuGncAwnEU7CK0QhUW7xkp3tZ6rFGGN0lJhUf8SKUn/FIqHUx+i1+oVKqZ9T6yfr//VjOj1sr/6kUT93pXbigxNODKBM7LSgSzx6XaIjDcYYcwMUqndiIawdDgAAAABJRU5ErkJggg==);
    display: block;
    float: left
}
@media only screen and (max-width: 840px) {
    .sheet-slider {
        font-size: 11px
    }
    .sheet-slider .sh-btns label {
        height: 15px
    }
    .sheet-slider ul {
        height: 350px
    }
    .sheet-slider ul .tab>div {
        padding-left: 0.5em;
        padding-right: 0.5em
    }
    .sheet-slider ul .tab>div h2 {
    margin: 0;
    }
}
@media only screen and (max-width: 730px) {
    .sheet-slider {
        font-size: 10px
    }
    .sheet-slider ul {
        height: 280px
    }
    .sheet-slider .sh-arrows {
       bottom: 0
    }
}
@media only screen and (max-width: 620px) {
    .sheet-slider ul {
        height: 240px
    }
}
@media only screen and (max-width: 510px) {
    .sheet-slider img {
        height: 100%;
        min-width: 100%;
        width: auto
    }
}