<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.border-l-1 {
    border-left: 1px solid #fff !important;
}

/* .header-top .sw-lang .btn-sw-lang::before {
    width: 30px;
    height: 30px;
    top: 35%;
    left: -10px;
    background: url(../img/icon/ilang-2x.png) 0 0 no-repeat !important;
    background-size: 22px 22px !important;
} */

.ml-4 {
    margin-right: 1rem !important;
    margin-left: 2rem !important;
}

.header-top .dropdown-login {
    position: relative;
    /* custom */
    margin-left: 20px !important;
    margin-top: 26px !important;
    padding-bottom: 20px !important;
}

.header-top .main-nav.nav-center {
    position: relative !important;
    margin-inline: auto !important;
}

.nav-soild-dark .header-top {
    background: rgb(70, 89, 104) !important;
    background: -moz-linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
    background: -webkit-linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
    background: linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#465968", endColorstr="#232d34", GradientType=1) !important;
    border: 0px !important;
}

.nav-soild-dark .header-top.active::before {
    background: rgb(70, 89, 104) !important;
    background: -moz-linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
    background: -webkit-linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
    background: linear-gradient(
        90deg,
        rgba(70, 89, 104, 1) 0%,
        rgba(35, 45, 52, 1) 50%
    ) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#465968", endColorstr="#232d34", GradientType=1) !important;
    border: 0px !important;
}

.nav-solid-green .header-top {
    background: #00a850;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#00a850),
        to(#61d699)
    );
    background: linear-gradient(90deg, #00a850 0%, #61d699 100%);
    background-size: 100% auto;
}

.nav-active::after {
    width: 100% !important;
}

.section-contact .contact-info h6 {
    text-align: center !important;
}

@media screen and (min-width: 768px) {
    .header-main .header-top .header-top-inner {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .section-contact .contact-info h6 {
        text-align: left !important;
    }

    .section-contact .contact-info {
        text-align: left !important;
        padding: 0 10px;
    }
}

.footer-main-dark {
    background-color: #384957;
    color: white;
}

.footer-main-dark .footer-links .container .footer-inner {
    border-top: 1px solid #465968 !important;
}

.footer-links,
.footer-menu,
.footer-submenu {
    font-size: 16px !important;
}

.box-ft-links .footer-heading-menu {
    font-size: 18px !important;
    margin-bottom: 15px;
}

.link-visit {
    font-size: 18px !important;
}

.dark .link-visit {
    color: white !important;
}

.link-list {
    line-height: 1.75;
}

.link-visit img {
    height: 14px !important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    padding-left: 2px;
}

.footer-main-dark .footer-kcontact {
    font-size: 16px !important;
    margin-top: 15px;
}

.footer-main-dark .footer-contact-number {
    color: white;
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.footer-main-dark .footer-top .container .btn-show-ft-menu {
    color: white;
    font-size: 16px;
}

.ft-link .footer-submenu {
    color: white;
}

.footer-main-dark.footer-main-dark
    .footer-top
    .container
    .btn-show-ft-menu::after {
    background: url(../img/icon/_ico-show-footer.png) 0 0 no-repeat;
}

.footer-links.dark .box-ft-links .link a {
    color: #afb5bb;
}

.ft-container .ft-text {
    line-height: 1.5;
}

.footer-bottom-dark .box-ft-links .footer-kcontact {
    color: #afb5bb;
}

.footer-bottom-dark {
    background: #465968;
    color: white;
}

.footer-bottom-dark .ft-text {
    font-size: 16px;
    color: white;
}

.footer-bottom-dark .footer-contact-number {
    font-weight: 500;
}

.footer-bottom-dark .footer-kslogan {
    margin-bottom: 0px !important;
}

.footer-main-dark {
    margin-top: -3px !important;
}

@media only screen and (max-width: 575px) {
    .footer-main-dark {
        margin-top: -3px !important;
    }
    .footer-top .container .btn-show-ft-menu::after {
        position: absolute;
        top: 8px;
    }
    .footer-top .container {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-top .container a {
        font-size: 18px !important;
    }
    .footer-inner {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}
</pre></body></html>