.slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: 1px solid #fff;
    outline: 0;
    background: transparent;
    border-radius: 100%;
    transition: ease .5s;
}

.slick-dots li button:hover {
    background: #ffffff;
}

.slick-active button {
    background: #ffffff !important;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}