@charset 'UTF-8';
/* Dots */
.slick-dots{
    position: absolute;
    bottom: 40px;
    right: 80px;
    z-index: 9999;
}
.slick-dots li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    position: relative;
}
.slick-dots li button{
    padding: 0;
    display: block;
    border: 1px solid #fff;
    font-size: 0;
    width: 8px;
    height: 8px;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #fff;
    position: relative;
    opacity: 1;
}