.text-gola {
    color: #cca668 !important;
    font-family: "Josefin Sans";
}
.text-gola-2 {
    color: #cca668 !important;
}
  
.text-black {
    color: #000 !important;
    font-family: "Prompt";
    font-weight: 300;
}
.text-red{
    color: #C6000C !important;
}
.text-red-2{
    color: #d08f91!important;
}
.text-noto{
    font-weight: 400; 
    font-family: 'Noto Sans Thai';
}
.ml-40{
    margin-left: 40%;
}
.ml-10{
    margin-left: 10%;
}
.mt-10{
    margin-top: 10%!important;
}
.mb-10{
    margin-bottom: 10%!important;
}
.mb-3{
    margin-bottom: 3%!important;
}
.text-underline{
    display: inline;
    border-bottom: 5px solid #fe0002;
}
.dot {
    height: 20px;
    width: 20px;
    background-color: #c6000c;
    border-radius: 50%;
    display: inline-block;
}
.border-bottom {
    border-bottom: 1px solid #000 !important;
}
.border-bottom-2 {
    border-bottom: 1px solid #fff !important;
}
.text-black-2 {
    color: #000 !important;
}
.btn-secondary {
    color: #fff;
    background-color: #cca668;
    border-color: #cca668;
    box-shadow: none;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #cca668;
    border-color: #cca668;
}
a:hover {
    color: #cca668;
    text-decoration: underline;
}
.page-item.active .page-link {
    z-index: 3;
    color: #cca668;
    background-color: #F5F5F5;
    border-color: transparent;
}
.page-link:hover {
    z-index: 2;
    color: #cca668;
    text-decoration: none;
    background-color: #F5F5F5;
    border-color: transparent;
}