<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    height: 100%;
}

.site-body {
    height: 100%;
}

.site-container {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1440px;
}
.container-lg{
    max-width: 1680px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}


/* .row {
    margin-left: -15px;
    margin-right: -15px;
} */

.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-0&gt;div {
    padding-left: 0px;
    padding-right: 0px;
}

.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-10&gt;div {
    padding-left: 10px;
    padding-right: 10px;
}

.row-table {
    display: table;
    width: 100%;
    /* display: flex;
    align-items: center; */
}


/* .row-table&gt;div {
    display: table-cell;
    vertical-align: middle;
} */

.row-table .col {
    width: auto;
}

.row-table .col-auto {
    width: 1%;
}

.row-table.vlign-top&gt;div {
    vertical-align: top;
}

.grecaptcha-badge{
    z-index: 10000;
}

body {
    background-color: var(--color-white);
    line-height: 1.2em;
    font-size: var(--typo-default);
    color: var(--color-default);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* font-family: 'Silapakorn72'; */
    font-family: 'db_helvethaica';
}

a,
input,
button {
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

a:focus {
    text-decoration: none
}

a.link:hover {
    text-decoration: none;
}

input,
select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
}

figure {
    margin: 0;
}

.visible-vxs {
    display: none;
}


/*---- main ----*/

.text-overflow {
    overflow: hidden;
    word-wrap: break-word;
    word-break: normal;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cover&gt;img {
    width: 100%;
}

.contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contain&gt;img {
    width: 100%;
}


/*---- centered ----*/

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -3px;
    margin-left: -3px;
}


/*---- VDO ----*/

.video-container {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---- ITEM-LIST ----*/

.item-list {
    margin: 0;
    padding: 0;
}

.item-list&gt;li {
    list-style: none;
    float: left;
}

.item-list:before,
.item-list:after {
    content: ' ';
    display: table;
}

.item-list:after {
    clear: both;
}


/*---- NAV-LIST ----*/

.nav-list {
    margin: 0;
    padding: 0;
}

.nav-list&gt;li {
    list-style: none;
    float: left;
}

.nav-list:before,
.nav-list:after {
    content: ' ';
    display: table;
}

.nav-list:after {
    clear: both;
}

.layout {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    list-style: none;
}

.layout:after {
    content: '';
    display: block;
    clear: both;
}

.layout li {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.layout.list li {
    width: 100%;
}

.layout.list .wrapper {
    display: table;
    width: 100%;
}

.layout.list .wrapper&gt;div {
    display: table-cell;
    vertical-align: top;
}

.layout.list .wrapper .thumb {
    width: 200px;
    padding: 10px;
}

.layout.list .wrapper .content {
    height: 178px;
    padding-left: 20px;
}

.layout.list .wrapper .title .text-overflow {
    line-height: 1.2em;
    height: auto;
    max-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.layout.list .wrapper .desc .text-overflow {
    line-height: 1.2em;
    height: auto;
    max-height: 2.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* .layout.list .wrapper:hover {
    background-color: #19396A;
} */


/*---- LAYOUT ----*/

.site-body {
    /* overflow: hidden; */
    position: relative;
    z-index: 1000;
}

.site-body.fixed {
    position: fixed;
}

.site-container {
    padding-top: 130px;
}


/* .site-footer {
    margin-top: -144px;
    pointer-events: none;
} */


/*google map*/

.map-responsive {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30%;
    position: relative;
    z-index: 0;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/*---- input ----*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input {
    -moz-appearance: textfield;
}


/*---- owl-dots ----*/

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 7px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4BB1B0;
    -webkit-box-shadow: inset -10px -10px 12px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -10px -10px 12px -5px rgba(0, 0, 0, 0.25);
    box-shadow: inset -10px -10px 12px -5px rgba(0, 0, 0, 0.25);
}


/*==== CALENDAR ====*/

.fc-toolbar.fc-header-toolbar {
    background-color: #4BB1B0;
    height: 65px;
    margin-bottom: 4px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.fc button {
    height: auto;
    outline: 0;
}

.fc button .fc-icon {
    overflow: visible;
}

.fc th {
    font-size: 18px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    background-color: #5E7AA2;
    color: #fff;
}

.fc-head .fc-sat {
    background-color: #a1a1a1;
}

.fc-head .fc-sun {
    background-color: #a1a1a1;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
    font-size: 18px;
    color: #999999;
    padding: 5px 10px;
}


/* .fc-sat .fc-day-number,
.fc-sun .fc-day-number {
    color: #4BB1B0 !important;
} */

.fc-day {
    background: #f1f1f1;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: #fff;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #fff;
}

.fc-unthemed td.fc-today {
    background: #5E7AA2;
    border-left: 2px solid #fff;
}

.fc-unthemed td.fc-today .fc-day-number {
    color: #fff !important;
}

.fc-nonbusiness {
    background: #f1f1f1;
}

.fc-state-default {
    background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.fc-toolbar .fc-center h2 {
    line-height: 65px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.fc-toolbar .fc-left {
    margin-left: 10px;
}

.fc-toolbar .fc-right {
    margin-right: 10px;
}

.fc-toolbar button {
    margin-top: 18px;
}

.fc-icon-left-single-arrow:after {
    content: "\f0d9";
    font: normal normal normal 30px/1 FontAwesome;
    color: #fff;
}

.fc-icon-right-single-arrow:after {
    content: "\f0da";
    font: normal normal normal 30px/1 FontAwesome;
    color: #fff;
}



/* ==================== Sitemap ==================== */
.sitemap {
    position: fixed;
    z-index: 2000;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(40px);
    top: 100%;
    left: 0;
    -webkit-transition: All 300ms ease;
    -moz-transition: All 300ms ease;
    -o-transition: All 300ms ease;
}
.sitemap.open {
    top: 0;
}
.sitemap .inner {
    overflow: auto;
    position: relative;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 40px;
}
.sitemap .inner .close-sitemap {
    position: fixed;
    z-index: 1;
    top: 100%;
    right: 0;
    background-color: var(--color-secondary);
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    padding-bottom: 5px;
    border-bottom-left-radius: var(--rounded);
    -webkit-transition: All 300ms ease;
    -moz-transition: All 300ms ease;
    -o-transition: All 300ms ease;
}
.sitemap.open .inner .close-sitemap {
    top: 0;
}
.sitemap .inner .close-sitemap:hover {
    text-decoration: none;
}
.sitemap .inner .nav-title {
    font-size: var(--typo-md);
    color: var(--color-default);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.sitemap .inner .nav-sitemap {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
}
.sitemap .inner .nav-sitemap:after {
    content: '';
    display: block;
    clear: both;
}
.sitemap .inner .nav-sitemap&gt;li {
    position: relative;
    line-height: 1em;
    margin-bottom: 8px;
}
.sitemap .inner .nav-sitemap&gt;li&gt;a {
    font-size: var(--typo-xs);
    color: var(--color-default);
    font-weight: var(--fw-normal);
}
.sitemap .inner .nav-sitemap&gt;li.sub,
.sitemap .inner .nav-sitemap&gt;li.sub {
    font-size: var(--typo-xs);
    font-weight: var(--fw-normal);
    color: var(--color-default);
    position: relative;
    padding-left: 20px;
}
.sitemap .inner .nav-sitemap&gt;li.sub:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-primary);
}
.sitemap .inner .nav-sitemap&gt;li.sub&gt;ul {
    padding: 0;
    margin: 5px 0 10px 0;
    list-style: none;
}
.sitemap .inner .nav-sitemap&gt;li.sub&gt;ul&gt;li {
    position: relative;
    padding: 5px 0;
}
.sitemap .inner .nav-sitemap&gt;li.sub&gt;ul&gt;li&gt;a {
    font-size: var(--typo-xs);
    font-weight: normal;
    color: var(--color-gray);
}
.sitemap .inner .nav-sitemap&gt;li.sub&gt;ul&gt;li&gt;a:hover{
    color: var(--color-default);
}
.sitemap .inner .nav-sitemap li a:hover {
    text-decoration: none;
    color: var(--color-primary);
}




@media (max-width:1440px) {
    .site-container{padding-top: 90px;}
}

@media (max-width:1199px) {}

@media (max-width:767px) {}

@media (max-width:575px) {}</pre></body></html>