.fs-body-top .slick-next {
    right: 0;
}
.fs-body-top .slick-next:before {
    content: '';
    border-right: 2px solid #1b1b1b;
    border-top: 2px solid #1b1b1b;
    bottom: 0;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 21px;
    transform: rotate(45deg);
    width: 10px;
    z-index: 100;
}
.fs-body-top .slick-next:after {
    position: absolute;
    background-color: #fff;
    opacity: .8;
    width: 40px;
    height: 40px;
    content: '';
    top: 0;
    right: 9px;
    border-radius: 50%;
    z-index: 99;
}
.fs-body-top .slick-prev {
    display: none !important;
}