@charset 'UTF-8';
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top:-24px;

    display: block;

    width: 20px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    display: none;
}
.slick-prev {
    left:12px;
    background:url(../images/arrow-left.svg) no-repeat;
    background-size:20px 32px;
}
.slick-next {
    right:12px;
    background:url(../images/arrow-right.svg) no-repeat;
    background-size:20px 32px;
}

/* Dots */
    .sbi-itslider .slick-dots {
        position: absolute;
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none;
        text-align: center;
    }
    .sbi-itslider .slick-dots {
        bottom:42px;
        left:50%;
    }
    .sbi-itslider .slick-dots li {
        display: inline-block;
        margin: 0 10px;
        cursor: pointer;
    }
    .sbi-itslider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 21px;
        height: 21px;
        cursor: pointer;
        color: transparent;
        border: 1px solid #ff0000;
        background: transparent;
        border-radius:11px;
    }
    .sbi-itslider .slick-dots li button:hover, .sbi-itslider .slick-dots li button:focus, .sbi-itslider .slick-dots li.slick-active button {
        background:#ff0000;
    }
    .sb-item .sbi-timeline ul.slick-dots {
        margin:0;
        padding:0;
    }
    .sbi-timeline ul.slick-dots {
        width:100%;
        display: flex;
        justify-content: space-between;
        z-index: 1;
    }
    .sbi-timeline ul.slick-dots li {
        display: inline-block;
        margin:0;
        width:10px;
        height: 10px;
        transform: translate(0,0);
        transition: all .4s ease;
        position: relative;
        cursor: pointer;
        z-index: 1;
    }
    .sbi-timeline ul.slick-dots li span.dcircle {
        position: absolute;
        top:0;
        left:0;
        width:10px;
        height:10px;
        background:#ff0000;
        border-radius:100%;
        transition: all .4s ease;
        z-index: 1;
    }

    .sbi-timeline ul.slick-dots li:hover, .sbi-timeline ul.slick-dots li.slick-active {
        transform: translate(0,-10px);
        transition: all .4s ease;
    }
    .sbi-timeline ul.slick-dots li span.dcircle:hover, .sbi-timeline ul.slick-dots li.slick-active span.dcircle {
        position: absolute;
        top:-21px;
        left:-21px;
        width:51px;
        height:51px;
        border:1px solid transparent;
        border-radius:100%;
        background:none;
        transition: all .6s ease;
    }
    .sbi-timeline ul.slick-dots li.slick-active span.dcircle {
        border:1px solid #ff0000;
    }
    .sbi-timeline ul.slick-dots li span.dcircle span.ddot {
        position: absolute;
        top:50%;
        left:50%;
        width:0;
        height:0;
        background:#ff0000;
        border-radius:100%;
        transform: translate(-50%,-50%);
        transition: all .4s ease;
    }
    .sbi-timeline ul.slick-dots li span.dcircle:hover span.ddot, .sbi-timeline ul.slick-dots li.slick-active span.dcircle span.ddot {
        width:22px;
        height:22px;
        transition: all .4s ease;
    }
    .sbi-timeline ul.slick-dots li span.dcircle span.ddate {
        position: absolute;
        top:-24px;
        left:50%;
        font-family: 'surprise_labbold';
        font-size:12px;
        line-height:20px;
        color:#ff0000;
        white-space: nowrap;
        opacity:0;
        transform: translate(-50%,0);
        transition: all .4s ease;
    }
    .sbi-timeline ul.slick-dots li span.dcircle:hover span.ddate, .sbi-timeline ul.slick-dots li.slick-active span.dcircle span.ddate {
        opacity:1;
        transition: all .4s ease;
    }
    .sbi-timeline .svg{
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height: 100%;
        z-index: 0;
    }
    .sbi-timeline .line {
        stroke-width:1px;
        stroke:#ff0000;
    }
    .sbi-timeline .slick-slide {
        padding-bottom:48px;
    }
    .sbi-timeline-slider {
        z-index: 1;
    }