@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@200;400&family=Roboto:wght@100;400;900&display=swap');

/* custom */
a, a:hover {
    color: #000000;
    text-decoration: none;
}

/* nav */
.sticky {
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 990;
}

/* slide */
.carousel-indicators {
    margin-bottom: -5px;
}

.carousel-indicators li {
    background-color: #818181;
    border-radius: 50%;
    height: 20px !important;
    width: 20px !important;
}


#contentPolicy {
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.contentPolicy > p {
    font-weight: 400;
}
