<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Kanit&amp;display=swap');
body, a, h1, h2, h3, h4, h5, h6, span, h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge, .uk-navbar-nav &gt; li &gt; a, .uk-navbar-item, .uk-navbar-toggle {
    font-family: 'Kanit', sans-serif;
}
.color-gray {
    color: #6a6a6a;
}
.color-red {
    color: red;
}
.color-green {
    color: green;
}
.eventtime-block {
    display: inline-block;
    width: 100%;
}
.eventtime-block select {
    width: 40%;
    display: inline-block;
}
.popover {
    opacity: 0;
}
.text-center {
    text-align: center;
}
img.img-seminar {
    height: 200px;
}
ul.nav-pagination {
    list-style: none;
}
ul.nav-pagination li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.uk-logo img {
    width: 200px;
}
.uk-sticky-fixed .uk-logo img {
    content:url('/images/logo-color.png');
}
.search-date {
    text-align: center;
    border: 0px solid transparent;
    background-color: #F5F7FB;
    padding: 15px;
}
.search-date select {
    display: inline-block;
    width: 20%;
    margin-left: 10px;
    margin-right: 10px;
}
#block-view-more-date {
    margin-top: -120px;
}
.bg-blue-2 {
    background-color: #130060 !important;
}
.bg-blue-2 a, .bg-blue-2 p {
    color: white !important;
}
.small-heading-txt {
    font-size: 32px;
}
.uk-subnav {
    font-weight: 400;
}
.uk-list-large a {
    font-size: 15px;
}
.uk-link-border:hover:after {
    background: #fff;
}
.uk-navbar-nav a {
    font-size: 16px !important;
}
.uk-drop {
    width: 250px;
}
.popover {
    display: none;
}
.header-category-menu {
    height: 400px;
    overflow-y: scroll;
    width: 290px;
}
.block-manage-post {
    text-align: center;
}
.block-manage-post &gt; ul {
    list-style: none;
    padding: 0;
}
.block-manage-post &gt; ul &gt; li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.block-manage-post &gt; ul &gt; li &gt; a {
    color: #2f2f2f;
}
.block-manage-post &gt; ul &gt; li &gt; a:hover {
    color: #3000ef;
}
.block-manage-post &gt; ul &gt; li &gt; a &gt; span {
    background-color: #6beed4;
    color: white;
    padding: 7px 15px 7px 15px;
    margin-right: 15px;
}
.uk-cover-container {
    overflow: inherit;
}
.header-admin {
    position: fixed;
    background-color: black;
    width: 100%;
    height: 25px;
    font-size: 12px;
    padding-top: 0;
    bottom: 0;
    z-index: 999999;
}
.header-admin &gt; p {
    display: inline-block;
    color: white;
}
.header-admin &gt; p &gt; a {
    color: #ffb606;
}
.none {
    display: none !important;
}


@media (max-width: 450px) {
    .uk-navbar-toggle {
        display: none;
    }
}
</pre></body></html>