@charset "UTF-8";

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a, a:hover {
    text-decoration: none;
}

@font-face {
    font-family: "krungthai";
    src: url("../fonts/KrungthaiSmart-Light.eot?");
    src: url("../fonts/KrungthaiSmart-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/KrungthaiSmart-Light.woff2") format("woff2"), url("../fonts/KrungthaiSmart-Light.woff") format("woff"), url("../fonts/KrungthaiSmart-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "krungthai";
    src: url("../fonts/KrungthaiSmart-Regular.eot?");
    src: url("../fonts/KrungthaiSmart-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/KrungthaiSmart-Regular.woff2") format("woff2"), url("../fonts/KrungthaiSmart-Regular.woff") format("woff"), url("../fonts/KrungthaiSmart-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "krungthai";
    src: url("../fonts/KrungthaiSmart-Bold.eot?");
    src: url("../fonts/KrungthaiSmart-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/KrungthaiSmart-Bold.woff2") format("woff2"), url("../fonts/KrungthaiSmart-Bold.woff") format("woff"), url("../fonts/KrungthaiSmart-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'krungthai','Segoe UI', Arial, sans-serif;
    /* font-family:'Segoe UI', Arial, sans-serif; */
    font-size: 10pt !important;
    font-weight: 300;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    pointer-events: visible;
}

.header {
    position: fixed;
    z-index: 1040;
}

.header .header--top {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.header .header--buttom {
    position: relative;
    background-color: #002240; /* #00a8e9 */
    overflow: hidden;
}

.header--buttom .navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255, 0.8);
    font-weight: 400;
    font-size: 11pt;
}

.header--buttom .navbar-light .navbar-nav .active>.nav-link {
    color: rgb(255,255,255);
}

.nav-link.dropdown-toggle:focus,
.nav-link.dropdown-toggle:active,
.nav-link.dropdown-toggle.show {
    box-shadow: none !important;
    outline: none !important;
}

.dropdown-menu {
    font-size: 10pt !important;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}