﻿/*
    pink: #e34689
    blue: #02527b

*/

/*@font-face {
    font-family: 'CHULALONGKORN-Reg';
    src: url(/fonts/CHULALONGKORNReg.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CHULALONGKORN-Bold';
    src: url(/fonts/CHULALONGKORNBold.otf) format('opentype');
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: CHULALONGKORN-Reg, sans-serif !important;
}*/

@font-face {
    font-family: 'Kanit';
    src: url(/fonts/Kanit-Regular.ttf) format('truetype');
}

* {
    font-family: Kanit, sans-serif !important;
}

.color-main {
    color: #0D92F4;
}
.color-main-opacity08 {
    color: #0D92F4 !important;
    opacity: 0.8;
}

.color-second {
    color: #e34689 !important;
}

.bg-color-second {
    background-color: #e34689 !important;
}

.text-100{
    font-size: 100% !important;
}

.text-indent-1{
    text-indent: 20px;
}

.language-switch {
    border: #0D92F4 solid 2px;
    padding: 5px;
    /* padding-bottom: 0px; font chula ต้องลด padding-bottom*/
    border-radius: 5px;
}
    .language-switch:hover {
        background-color: #0D92F4;
        color: white !important;
        -webkit-transition: 500ms linear;
        -ms-transition: 500ms linear;
        transition: 500ms linear;
        border: #0D92F4 solid 2px;
        border-radius: 5px;
        padding: 5px;
    }


a {
    color: #007BBA;
}
    a:hover {
        color: #02527b;
    }

h1, h2, h3, h4, h5, h6, .color-main {
    color: #02527b !important;
}

.iconlist {
    --cnvs-iconlist-color: #007BBA;
}


@media (max-width: 1150px) {
    
}

@media (max-width: 992px) {
    .language-hide-md {
        display: none !important;
    }
    .language-show-md {
        display: inline-block !important;
    }
}

    
@media (max-width: 576px) {
    }






