<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 320px) {
    /* Menu */
    .localnav-wrap {
        height: 70px;
        line-height: 70px;
        text-align: center;
    }
    .nav {
        background: #00A94F;
        z-index: 99;
        overflow: inherit;
        padding: 0 40px;
        position: relative;
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
        font-weight: 600;
    }
    .navmenu {
        font-size: 0;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        position: relative;
    }
    .navmenu a {
        text-decoration: none;
    }
    .navmenu ul {
        text-align: justify;
        list-style-type: none;
        padding: 0;
    }
    .navmenu ul li {
        display: inline-block;
        cursor: pointer;
        position: relative;
    }
    .navmenu li:first-child {
        margin-left: 2px;
    }
    .navmenu li:last-child {
        margin-right: 2px;
    }
    .navmenu a {
        margin: 16px 15px;
        font-size: 16px;
        line-height: 1;
        color: #80D4A7;
        border-radius: 25px;
        border: 2px solid transparent;
        padding: 9px 12px;
        display: inline-block;
        vertical-align: top;
    }
    .navmenu li a:after {
        content: '';
        width: 2px;
        height: 20px;
        background-color: #4DC384;
        position: absolute;
        right: -1px;
        top: 25px;
    }
    .navmenu li:last-child a:after {
        display: none;
    }
    .navmenu a:focus {
        color: #80D4A7;
        border: 2px solid transparent;
    }
    .navmenu a.active {
        color: #fff;
        border: 2px solid #fff;
    }
    .nav .previous,
    .nav .next {
        width: 40px;
        height: 100%;
        background: #00A94F;
        text-align: center;
        line-height: 80px;
        position: absolute;
        top: 0;
        z-index: 900;
    }
    .nav .previous {
        left: 0;
    }
    .nav .next {
        right: 0;
    }
    .nav .previous:after,
    .nav .next:after {
        content: '';
        border-top: 3px solid #33BA72;
        border-left: 3px solid #33BA72;
        display: inline-block;
        width: 10px;
        height: 10px;
        visibility: visible;
        margin: 0;
        position: absolute;
        top: 32px;
    }
    .nav .next:after {
        webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
        right: 16px;
        top: 33px;
    }
    .nav .previous:after {
        webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 16px;
    }
    .nav .previous:hover:after,
    .nav .next:hover:after {
        border-top: 3px solid #4DC384;
        border-left: 3px solid #4DC384;
    }
    .nav .image {
        width: 201px;
    }
    .barfixed #nav,
    .barfixed #localnav-fixed {
        position: fixed !important;
        width: 100%;
    }
    .image-menu {
        display: none;
    }
    .localnav {
        /*        background-color: transparent;*/
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2;
    }
    .localnav a {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 767px) {
    .localnav {
        background-color: #fff;
    }
    .localnav a {
        width: auto;
    }
}

@media screen and (min-width: 991px) {
    /* navmenu */
    .navmenu a {
        font-size: 18px;
    }
    .navmenu a:hover {
        color: #fff;
        border: 2px solid #fff;
    }
    .navmenu li a:after {
        top: 31px;
    }
}

@media screen and (min-width: 1025px) {
    .nav {
        padding: 0;
    }
    .navm {
        display: none;
    }
    .navmenu {
        height: 80px;
        overflow-x: hidden;
    }
    .navmenu ul li a {
        margin: 20px 20px;
    }
    .navmenu li:after {
        right: -28px;
    }
    .navmenu li:first-child a {
        margin-left: 0;
    }
    .navmenu li:last-child a {
        margin-right: 0;
    }
    .nav .previous:after {
        top: 34px;
    }
    .nav .next:after {
        top: 35px;
    }
    .localnav-wrap {
        height: 80px;
        line-height: 80px;
    }
    .image-menu {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        max-width: 201px;
    }
}</pre></body></html>