<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Sukhumvit;
    src: url('../Fonts/sukhumvit.ttf');
}

body {
    background: #000;
    font-family: Sukhumvit, Arial, serif;
}

.top-navbar {
    background: #1b1b1b;
    width: 100%;
    height: 107px;
    margin-bottom: 50px;
}

.top-navbar .top-section {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #242424;
}

.top-navbar .top-section&gt;div&gt;.search {
    width: 150px;
    height: 27px;
    background: #fff;
    margin-top: 19px;
    margin-right: 13px;
    color: #000;
    display: flex;
}

.top-navbar .top-section&gt;div&gt;.search&gt;div:nth-child(1) {
    width: 27px;
    height: 27px;
    text-align: center;
}

.top-navbar .top-section&gt;div&gt;.search .box {
    width: 123px;
    height: 27px;
}

.top-navbar .top-section&gt;div&gt;.search .box &gt; form &gt; input[type=text] {
    width: 123px;
    height: 25px;
    background: #fff;
    border: none;
    color: #000;
    outline: none;
    font-size: 12px;
}

.top-navbar .top-section&gt;div&gt;.search .box &gt; form &gt; input[type=text]::placeholder {
    color: #9b9b9b;
    font-style: italic;
    font-size: 11px;
}

.top-navbar .top-section&gt;div&gt;.search .box &gt; form &gt; input[type=text]:focus {
    border: none;
    outline: none;
}

.bottom-section {
    padding: 0 20px 0 0;
    color: #fff;
}

.bottom-section&gt;ul {
    list-style-type: none;
    width: 100%;
    height: 40px;
}

.bottom-section&gt;ul&gt;li {
    float: left;
    display: inline-block;
    height: 40px;
    margin: 0;
    font-size: 18px;
    line-height: 2.33em;
    text-align: center;
}

.bottom-section&gt;ul&gt;li&gt;a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}

.bottom-section&gt;ul&gt;li&gt;a:hover {
    background: #151515;
}

.navbar-page-mark {
    border: 1px solid #ff9900;
    border-width: 0 0 2px 0 !important;
}

.navbar-dropdown-btn {
    background: #1b1b1b !important;
    border: none;
    font-size: 18px;
    box-shadow: none !important;
}

.navbar-dropdown-menu {
    background: #111111;
    color: #fff;
}

.navbar-dropdown-menu &gt; li &gt; a {
    color: #fff;
}

.navbar-dropdown-menu&gt;li&gt;a:hover {
    background: #1b1b1b;
    color: #fff;
}

.navbar-dropdown-menu&gt;li&gt;a:focus {
    background: #1b1b1b;
    color: #fff;
}


.navbar-dropdown-btn:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.footer {
    margin-top: 50px;
    margin-bottom: 16px;
    width: 100%;
    height: auto;
    /*background: #151515;
    border: 1px solid #292929;*/
    border-width: 1px 0 0 0 !important;
    padding: 40px 0;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
}

.footer-contents {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    /*background: blue;*/
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-column {
    /*width: 320px;*/
    width: 100%;
    min-height: 100px;
    height: auto;
    /*background: #fd7e14;*/
    color: #808080;
}

.footer-column ul {
    list-style-type: none;
    line-height: 1.8em;
}

.footer-column ul li a {
    color: #f90;
    font-size: 16px;
    text-decoration: none;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-column ul li:nth-child(1) {
    font-weight: 700;
    color: #808080;
    font-size: 18px;
}

.nav-logo {
    position: absolute;
    top: 5px;
    left: 15px;
}

@media only screen and (max-width: 1023px) {
    .footer-contents {
        width: calc(100vw - 30px);
    }

    .footer-column {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    li[data-inline-cate] {
        display: none !important;
    }
    li[data-navbar-main-page] {
        display: none !important;
    }
    #navbar-cate-dd {
        border: 1px solid #ff9900;
        border-width: 0 0 2px 0 !important;
        border-radius: 0;
        color: #ff9900;
    }
    #navbar-cate-dd span:nth-child(1) {
        display: none;
    }
    #navbar-cate-dd span:nth-child(2) {
        display: inline !important;
    }
    .footer-contents div:nth-child(3) {
        position: relative;
        top: -35px;
    }

    #navbar-cate-dd::after {
        display: none;
    }

    div[data-search-box-container] {
        position: relative;
        top: 50px;
    }

    .nav-logo {
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.page-item .page-link {
  color: gray;
}
.page-item.active .page-link {
  background: #f90;
  border-color: #f90;
}
</pre></body></html>