:root {
    /* --primary-color: #2ecc71; */
    --primary-color: #00a884;
    --primary-light-color: #7be1a6;
    --bs-gray-100: #f8f9fa;
    --bs-gray-300: #dee2e6;
}

.section {
    padding-bottom: 0;
}

@media(max-width: 768px) {
    .sidebar-item a {
        font-size: 20px !important;
        text-decoration: underline;
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
    }

    .footer {
        text-align: center;
    }

    .footer .copyright  {
        font-size: 14px;
        color: #000;
        margin-bottom: 15px;
    }

    .footer .footer-link, .footer .nav .nav-item .nav-link {
        color: #111 !important;
        font-size: 14px;
        text-decoration: underline;
    }
}

.section-shaped .shape-default {
    background-image: url('/site/img/banner.webp') !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-control,
.form-control::placeholder,
body,
.breadcrumb-item.active {
    color: #333;
}

a {
    color: #7900f2;
}

@media(max-width: 767px) {
    .section-shaped .shape-default {
        background-image: url('/site/img/banner-mobile.webp') !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .form-inline input {
        width: 120px;
    }

    .navbar-brand img {
        height: 20px;
    }
}

.sub-page #navbar-main {
    position: fixed;
    width: 100%;
}

.sub-page .wrapper {
    padding-top: 70px;
}

@media(min-width: 992px) {
    .hide-desktop {
        display: none;
    }
}

@media(max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    .sub-page .wrapper {
        padding-top: 91px;
    }
}

@media(max-width: 991.98px) {
    .sub-page .navbar-collapse.collapsing, .sub-page .navbar-collapse.show {
        background-color: var(--primary-color) !important;
    }
}

.section-hero::after {
    content: "";
    background: rgba(0,0,0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.state-inner {
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 4px;
}

.fw-light {
    font-weight: 300;
}

.fw-bold {
    font-weight: 700;
}

.bg-light {
    background-color: var(--bs-gray-100) !important;
}

.text-striped {
    text-decoration: line-through;
}

.text-italic {
    font-style: italic;
}

.breadcrumb {
    background: transparent;
}

.flat-navbar {
    background-color: var(--primary-color) !important;
}

.flat-navbar .navbar-nav .nav-link {
    color: #fff !important; 
}

.nav-item .dropdown-menu {
    max-height: 350px;
    overflow-y: scroll;
}

.sub-page .search-btn {
    border-color: #fff;
    color: #fff;
}

.sub-page .search-btn:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-outline-default {
    color: #333;
    border-color: #333;
}

.btn-outline-default:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 0.05rem;
    margin-bottom: 1.25rem;
    background-color: var(--bs-gray-100);
    border-left: 0.25rem solid var(--bs-gray-300);
}

.bd-callout p:last-child {
    margin-bottom: 0;
}

.card-header {
    background-color: var(--primary-light-color);
}

.card-header a {
    color: #fff;
}

.section.faq {
    background-color: #e5e5e5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section.faq a {
    text-align-last: left;
    padding-left: 0;
    padding-right: 0;
}

.section.faq .collapse h2 {
    font-size: 20px;
} 

.section.faq .collapse h3 {
    font-size: 18px;
} 

.footer .text-explanation .row {
    align-items: flex-start;
}

.footer .text-explanation .col-sm-6 {
    align-self: flex-start;
    flex: none;
}   

.footer .text-explanation h2 {
    font-size: 20px;
    font-weight: bold;
}

.footer .text-explanation h3 {
    font-size: 18px;
    font-weight: bold;
}

.row-te {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
/* 
.col-te {
    max-width: 50%;
} */

.card-post .card-header {
    background-color: #fff;
    padding: 0;
}

.card-post .card-header .post-thumb {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

b, strong {
    font-weight: bold;
}
