<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color-primary: #02af1f;
    --color-primary-dark: #058647;
    --color-primary-hover: #027f42;
    --color-dark-blue: #03539A;
}

a {
    color: var(--color-primary);
}

body {
    background: #f1f1f1 url(../images/page-bg.jpg) !important;
}

.color-primary {
    color: var(--color-primary);
}

.link-primary,
.text-primary-dark {
    color: var(--color-primary-dark) !important;
}

    .link-primary:hover {
        color: var(--color-primary-hover) !important;
    }

.text-hover-primary:hover {
    color: var(--color-primary-hover) !important;
}

.text-dark-blue {
    color: var(--color-dark-blue);
}

.toolbar {
    margin-bottom: 0px !important;
}

.module-weblink {
    background-color: #699600;
    padding: 3px;
}

#select-weblink {
    width: 100%;
    height: 30px;
}

@media (min-width: 992px) {
    .header {
        height: 250px;
    }
}

#kt_header_nav, #kt_header_search {
    background: #ffffff;
}

#kt_header {
    background-image: url('../images/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-navbar {
    display: flex;
    background-color: #e6f4d7;
}

.header-navbar-item {
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 10px 4px 10px;
    color: #fff;
    background: #02af1f;
    margin-right: 10px;
    font-weight: bold;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    font-size: 13px;
}

.error {
    color: red;
}

#kt_header_nav,
#kt_header_menu,
.drawer.drawer-on,
.menu-sub {
    background: var(--color-primary);
}

.menu-item .menu-link .menu-title {
    text-transform: uppercase;
    font-size: 9pt;
}

.menu-title-gray-800 .menu-item .menu-link .menu-title {
    color: #fff;
}

.menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: yellow !important;
}

.menu-state-primary .menu-item.hover:not(.here) &gt; .menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.menu-state-primary .menu-item.show &gt; .menu-link .menu-title {
    color: #fff;
}

.menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
    background-color: yellow;
}

.menu-state-primary .menu-item.hover:not(.here) &gt; .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after,
.menu-state-primary .menu-item.show &gt; .menu-link .menu-arrow:after,
.menu-arrow-gray-400 .menu-item .menu-link .menu-arrow:after {
    background-color: #fff;
}

.menu a {
    color: #fff;
    font-size: 14px;
}

    .menu a:hover {
        color: yellow;
    }

#kt_footer {
    background: url(/themes/metronic/images/footer-bg.png);
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scrolltop:hover {
    background-color: var(--color-primary);
}

.table-calendar th {
    border: 1px solid #ddd;
    text-align: center !important;
    font-size: 16px;
    color: #000;
    background: #f7f7f7;
}

.table-calendar td {
    border: 1px solid #ddd;
    padding: 5px !important;
}

.table-calendar .calendar-today {
    background: var(--color-primary);
    color: #fff;
    text-align: center;
}

.table-calendar .calendar-jobname {
    font-weight: bold;
}

.table-vanbanduthao th {
    border: 1px solid #ddd;
    text-align: center !important;
    color: #000;
    background: #f7f7f7;
}

.table-vanbanduthao td {
    border: 1px solid #ddd;
    padding: 5px !important;
}

.active &gt; .page-link, .page-link.active {
    background-color: var(--color-primary);
}

.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link {
    color: var(--color-primary);
}

.btn-opinion {
    padding: 5px !important;
}

.category-breadcrumb-area,
.category-breadcrumb-list {
    display: flex;
}

.btn-menu .ki-duotone {
    color: #fff;
}

    .btn-menu .ki-duotone .path2::before {
        opacity: 1;
    }

.btn-menu-toggle {
    width: 120px !important;
    border: 1px solid #fff !important;
    color: #fff
}

.btn-menu-toggle-child {
    align-items: inherit;
}

.sidebar-menu {
    background: var(--color-primary);
    border: 5px solid #e6f4d7;
    font-weight: 700;
    font-size: 13px;
}

    .sidebar-menu a {
        color: #fff;
    }

        .sidebar-menu a:hover {
            color: yellow;
        }

.latest-news-area {
    border: 5px solid #e6f4d7;
}

.latest-news-title {
    background: url(/themes/metronic/images/latest-news-bg.png);
    text-align: center;
    background-color: #02ae1f;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
    background-repeat: round;
}

.latest-news-list {
    max-height: 322px;
    overflow: auto;
    background: #e6f4d7;
    padding: 10px 0px 0px 10px;
}

@media (max-width:600px) {
    .category-breadcrumb-area, .category-breadcrumb-list {
        display: initial;
    }
}

.carousel-img {
    width: 100%;
    height: 300px;
}

.featured-img {
    min-height: 175px;
}

.sidebar-root {
    list-style: none;
    margin-left: -25px;
}

.sidebar-menu .menu-parent.active {
    background: url("../images/menu-active.png");
    background-repeat: round;
}

    .sidebar-menu .menu-parent.active a,
    .sidebar-menu .menu-child.active a {
        color: var(--color-primary-hover);
    }

.sidebar-menu .menu-child-item.active {
    background: #cbe0ea url(../images/bullet.png) no-repeat 15px 16px;
}

.sidebar-menu .menu-child {
    color: #7e8487;
    background: #e6f4d7;
}

.sidebar-menu .menu-child-item {
    background: url(../images/bullet.png) no-repeat 15px 16px
}

    .sidebar-menu .menu-child-item a {
        color: #000;
        font-weight: 400;
    }

@media (max-width:1200px) {
    .sidebar{
        display: none;
    }
}

@media (max-width:991px) {
    .btn-menu {
        padding: 0.5rem;
        background: var(--color-primary);
    }

    .header-navbar,
    .latest-news-container {
        display: none;
    }

    .home-right-area {
        width: 80%;
        margin: auto;
    }

    .featured-img {
        min-height: 150px;
    }
}

@media (max-width:600px) {
    .home-right-area {
        width: 100%;
    }

    .featured-img {
        min-height: 125px;
    }

    .hidden-in-smallview {
        display: none;
    }
}

@media (max-width:400px) {
    .carousel-img {
        height: 225px;
    }

    .featured-img {
        min-height: 100px;
    }
}

@media (max-width:350px) {
    .carousel-img {
        height: 180px;
    }

    .featured-img {
        min-height: 80px;
    }
}</pre></body></html>