body {
    margin: 0;
    scroll-behavior: smooth;
}

.container {
    width: 1170px !important;
    max-width: none !important;
}

@media screen and (max-width: 1400px) {
    body {
        min-width: 1400px !important;
    }
}

:root {
    /*swiper*/
    --swiper-container-height: 700px;
}

/* ========================
 * navbar
 * =======================*/
.navbar {
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 1030;
    min-width: 1400px;
    width: 100%;
    height: 116px;
}

.navbar.inner:not(.active) {
    padding: 0 0 1rem;
}

.navbar:not(.active) {
    padding: 0 !important;
}

.navbar .bg-navbar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1D9E33 !important;
    opacity: 0.75;
    z-index: 1031;
    transition: all 0.3s;
}

.navbar .container {
    z-index: 1032;
    height: 116px;
    /*align-items: flex-start;*/
}

.navbar.active .container {
    /*align-items: center;*/
}

.navbar .navbar-brand {
    padding: 0;
    transition: all 0.3s;
}

.navbar.inner:not(.active) .navbar-brand {
    margin-top: 2.5rem;
}


/*link*/
.navbar .nav-link {
    /*color: #ababab;*/
    color: white;
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    transition: 0.3s all;
}

.navbar.inner:not(.active) .nav-link {
    padding-top: 4rem;
    margin-top: -1rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:active {
    color: white;
    background-color: #074542;
    border-radius: 2px;
}

/*inner link*/
.navbar .nav-link.active {
    color: white;
}

.navbar .nav-link.active {
    position: relative;
}

.navbar .nav-link.active:before {
    background-color: white;
    border-radius: 1px;
    bottom: 0.2rem;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 32px;
}

.navbar .nav-link.dropdown-toggle.active:before {
    background-color: white;
    border-radius: 1px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(calc(-50% - 0.425rem));
    width: 32px;
}

/*dropdown-item*/
.navbar .dropdown-item {
    color: #060606;
    transition: all 0.2s;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:active,
.navbar .dropdown-item.active {
    background: white;
    text-decoration: underline;
}

/*dropdown-toggle*/
.navbar .dropdown-toggle::after {
    color: #F9811F;
    margin-left: 0;
}


/* ========================
 * banner
 * =======================*/
/*swiper*/
.swiper-container {
    height: var(--swiper-container-height) !important;
    width: 100% !important;
}

.swiper-container .swiper-slide {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.swiper-container .swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
}


/* ========================
 * page
 * =======================*/
.page {
}

.page > .container-article {
    background-color: white;
    padding: 2.5rem 2.8rem 1.5rem;
}

.page > .container {
    padding: 0 3rem;
    background-color: white;
}

/* ========================
 * copyright-footer
 * =======================*/
.copyright-footer {
    background-color: #343A40;
    color: white;
    padding: 2rem 0;
    font-size: 16px;
}

.copyright-footer a,
.copyright-footer a:visited {
    font-weight: bold;
    font-size: 16px;
    color: white;
}