/*
Theme Name: Thuythu Child
Description: This is a child theme for Thuythu Theme
Author: Jack Lam
Template: thuythu
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 15px;
}
.slick-dots > li{
    display: flex;
}
.slick-dots > li > button{
    color: #333333;
    background: #333333;
    width: 12px;
    height: 12px;
    font-size: 1px;
    line-height: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.4;
}
.slick-dots > li.slick-active > button{
    opacity: 1;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}