
a {
    color: #0053B5;
}

a:hover {
    color: black;
}

.text-left {
    text-align: left;
}

.fs-13 {
    /* font-size: 0.8125rem; */
    font-size: 1.3rem;
}

.fs-14 {
    /* font-size: 0.875rem; */
    font-size: 1.4rem;
}

.fs-15 {
    /* font-size: 0.938rem; */
    line-height: 1.5rem;
    font-size: 1.5rem;
}

.fs-18 {
    /* font-size: 0.938rem; */
    font-size: 1.8rem;
}

.fs-20 {
    line-height: 3.0rem;
    font-size: 2.0rem;
}

.fs-25 {
    /* font-size: 1.563rem; */
    font-size: 2.5rem;
}

.fs-36 {
    /* font-size: 2.25rem; */
    font-size: 3.6rem;
}

.lh-20 {
    line-height: 2rem;
}

.lh-24 {
    line-height: 2.4rem;
}

.lh-35 {
    line-height: 3.5rem;
}

.lh-50 {
    line-height: 5rem;
}

/* @media (max-width: 992px) {
    html {
        font-size: 56.30631%;
    }
} */

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 706px) {

}

.display-only-desktop {
    display: none;
}

@media only screen and (min-width: 768px) {
    .display-only-mobile {
        display: none;
    }
    .display-only-desktop {
        display: initial;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    min-height: 100%;
}

.bg-main {
    background-color: rgba(243, 246, 254, 1);
}

.bg-blue-primary {
    background-color: #0053B5;
}

.text-blue-primary {
    color: #0053B5;
}

.object-fit-cover {
    object-fit: cover;
    object-position: center;
}

.pointer {
    cursor: pointer;
}

.radius-sm {
    border-radius: 10px;
}

.radius {
    border-radius: 15px;
}

.radius-xl {
    border-radius: 20px;
}

.radius-l {
    border-radius: 15px 0px 0px 15px;
}

.radius-r {
    border-radius: 0px 15px 15px 0px;
}

.bg-white {
    background-color: white;
}

.bg-gray {
    background: rgba(228, 229, 230, 1);
}

.font-regular, .graphikth {
    font-family: "GraphikTH-Regular";    
}

.font-bold {
    font-family: "GraphikTH-SemiBold" !important;
}

.roboto-regular {
    font-family: "Roboto-Regular"!important;
    font-size:16px;
}

.roboto-bold {
    font-family: "Roboto-Bold" !important;
}

.home-container {
    padding-top: 60px;
}

@media (min-width: 1366px) {
    .home-container {
        padding-top: 70px;
    }
}

@media (min-width: 993px) {
    html:lang(th) .home-container {
        padding-top: 0;
    }
}

.card-shadow {
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.18);
}

.button-fwd-blue {
    background-color: #0053B5;
}
.button-fwd-blue:hover {
    background-color: black;
}

.button-hover:hover {
    color: white!important;
    background-color: #0053B5;
}

.button-2nd-hover:hover {
    color: #0053B5!important;
    border-color: white;
    background-color: white
}

