@import 'var.css';

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

#masterplan {
    position: relative;
}

body {
    font-family: var(--font-body);
    line-height: 1.41;
    color: var(--color-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    line-height: 1.2;
    font-weight: 500;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.clippart .cls-11 {
    filter: url(#luminosity-noclip);
}

.banner-section {
    position: relative;
}

    .banner-section ._img {
        position: relative;
        height: 56.25vw;
    }

        .banner-section ._img img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
        }

    .banner-section .page_title {
        position: absolute;
        font-size: 103.68px;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        mask: url(#mask);
        text-align: center;
    }

    .banner-section .clippart {
        position: absolute;
        top: 19.6%;
        left: 25%;
        width: 49.53125%;
    }

        .banner-section .clippart svg {
            width: 100%;
            height: auto;
        }

.header .logo {
    display: inline-block;
}

    .header .logo img {
        width: 16vw;
        vertical-align: top;
    }

        .header .logo img.logo_fixed {
            width: 50px;
        }

.header-wrap {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-dark);
    position: relative;
}

    .header-wrap .site-description {
        font-size: 12px;
        font-family: var(--font-heading);
        font-weight: 500;
        margin-top: 10px;
    }

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 301;
    padding-top: 85px;
}

.header-wrap .menu-btn {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 30px;
    height: 30px;
}

.menu-btn {
    cursor: pointer;
}

    .menu-btn span {
        width: 30px;
        height: 2px;
        background: var(--color-dark);
        top: 50%;
        margin-top: -1px;
        left: 0;
        position: absolute;
    }

        .menu-btn span:before,
        .menu-btn span:after {
            width: 30px;
            height: 2px;
            background: var(--color-dark);
            top: 50%;
            margin-top: -1px;
            left: 0;
            position: absolute;
            content: '';
        }

        .menu-btn span:after {
            transform: translateY(-12px);
        }

        .menu-btn span:before {
            transform: translateY(12px);
        }

.banner-section > img {
    vertical-align: top;
}

.section {
    padding-top: 85px;
    padding-bottom: 85px;
}

.wb_title h2 {
    font-size: 66px;
}

    .wb_title h2 span {
        display: block;
    }

.main-color {
    color: var(--color-main);
}

.line {
    height: 12px;
    background: url("../images/line-2.svg") no-repeat right center;
    background-size: 100% 100%;
}

.wb_title .descrip {
    font-size: 24px;
    max-width: 790px;
}

.wb_title .line {
    margin-top: 35px;
    margin-bottom: 45px;
    width: 915px;
    max-width: 100%;
}

.wb_title {
    margin-bottom: 120px;
}

.wb_villa_slide h3 {
    font-size: 36px;
    color: var(--color-main);
    margin-bottom: 25px;
}

.wb_villa_slide .thumb {
    margin-bottom: 40px;
}

.wb_villa_slide p {
    margin-bottom: 1em;
    text-align: justify;
}

.wb_villa_slide .content {
    padding-right: 35px;
}

.slider-wrap {
    position: relative;
}

.slider-btn {
    position: absolute;
    right: 0;
    top: 10px;
    width: 57px;
    height: 57px;
    background-color: var(--color-main);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
    cursor: pointer;
    z-index: 301;
}

    .slider-btn.slider-next {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        background-image: url("../images/arrow-right.svg");
    }

    .slider-btn.slider-prev {
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        background-image: url("../images/arrow-left.svg");
    }

.section_info .heading_gradient {
    font-size: 8.22vw;
}

.heading_gradient {
    line-height: 1.05em;
    background-image: linear-gradient(-60deg,#91805C 2.937%, #E0CC9D 21.5162%, #807052 58.4016%, #E0CC9D 64.9585%, #867555 76.1611%, #B9A475 97.4727%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    padding-top: 0.17em;
    margin-top: -0.17em;
    padding-bottom: 0.17em;
    margin-bottom: -0.17em;
    opacity: 0.8;
}

.heading_gradient2 {
    background-image: linear-gradient(#91805C 2.937%, #E0CC9D 21.5162%, #807052 58.4016%, rgba(224,204,157,0.7) 64.9585%, rgba(134,117,85,0.7) 76.1611%, rgba(185,164,117,0.7) 97.4727%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    white-space: nowrap;
}

    .heading_gradient2:before,
    .heading_gradient2:after {
        content: attr(aria-label);
        position: absolute;
        font-size: inherit;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background-image: inherit;
        -webkit-background-clip: text;
        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
    }

    .heading_gradient2:before {
        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
    }

    .heading_gradient2:after {
        clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
        opacity: 0.6;
    }

    .heading_gradient2 span {
        opacity: 0;
    }

.wb_villa_slide .slider-next {
    transform: translateX(100%);
}

.wb_villa_slide .slider-btn {
    top: 210px;
}

.wb_villa_slide {
    padding-bottom: 70px;
    position: relative;
}

.wb_hotel_resort .title_wrap {
    width: 945px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .wb_hotel_resort .title_wrap .heading_gradient {
        text-align: right;
        position: absolute;
        right: 100%;
        top: 0;
        margin-right: 60px;
        font-size: 8.22vw;
    }

    .wb_hotel_resort .title_wrap .item {
        width: 365px;
        margin-right: 15px;
    }

        .wb_hotel_resort .title_wrap .item p {
            margin-top: 1em;
            text-align: justify;
        }

    .wb_hotel_resort .title_wrap .slider_wrap {
        flex: 0 0 500px;
        max-width: 500px;
    }

    .wb_hotel_resort .title_wrap h3 {
        font-size: 45px;
        margin-bottom: 25px;
        color: var(--color-main);
    }

.wb_hotel_resort .heading_gradient {
    font-size: 146px;
}

.wb_hotel_resort .descrip {
    text-align: justify;
}

.wb_hotel_resort .line {
    margin: 75px 0;
}

.wb_hotel_resort .main-slide h3 {
    font-size: 100px;
    text-transform: uppercase;
    margin-top: -0.6em;
    position: relative;
    text-align: center;
}

.wb_hotel_resort .main-slide .thumb {
    height: 450px;
    position: relative;
}

    .wb_hotel_resort .main-slide .thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.wb_hotel_resort .main-slide .content .info {
    column-gap: 80px;
    column-count: 2;
    padding-left: 50px;
}

.wb_hotel_resort .main-slide p {
    margin-bottom: 1em;
}

.styled-list li {
    color: var(--color-main);
    margin-bottom: 0.5em;
    font-size: 22px;
    font-family: var(--font-heading);
    padding-left: 22px;
    position: relative;
}

.wb_hotel_resort .main-slide {
    position: relative;
    padding-bottom: 60px;
}

.styled-list li:before {
    width: 8px;
    height: 8px;
    position: absolute;
    content: '';
    background: url("../images/dots.svg") no-repeat center;
    top: 10px;
    left: 0;
}

.wb_hotel_resort .main-slide .slider-btn {
    top: 200px;
}

    .wb_hotel_resort .main-slide .slider-btn.slider-next {
        transform: translateX(100%);
    }

.align-center {
    text-align: center;
}

.design_section .title-wrap h2 {
    font-size: 6.44vw;
}

.design_section {
    background: url("../images/design_bg-100.jpg") no-repeat top center;
    padding-top: 400px;
    padding-bottom: 126px;
    background-size: 200vw auto;
}

    .design_section .title-wrap .descrip {
        max-width: 665px;
        margin: auto;
    }

        .design_section .title-wrap .descrip h3 {
            font-size: 45px;
            margin-bottom: 20px;
            color: var(--color-main);
        }

    .design_section .title-wrap .line {
        margin: 45px 0;
    }

    .design_section .main-slide h3 {
        font-size: 45px;
        color: var(--color-main);
        margin-bottom: 10px;
    }

    .design_section .main-slide .thumbnail {
        position: relative;
        height: 540px;
        margin-bottom: 45px;
    }

        .design_section .main-slide .thumbnail img {
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .design_section .main-slide .content {
        display: flex;
        justify-content: space-between;
    }

        .design_section .main-slide .content .matbang {
            flex: 0 0 320px;
            margin-right: 75px;
            margin-left: 35px;
            max-width: 320px;
        }

        .design_section .main-slide .content .info {
            max-width: 655px;
        }

        .design_section .main-slide .content .details {
            display: flex;
            flex-wrap: wrap;
            font-family: var(--font-heading);
            margin: 30px -15px -15px;
        }

            .design_section .main-slide .content .details ._item {
                flex: 0 0 auto;
                white-space: nowrap;
                line-height: 1;
                padding: 15px;
            }

            .design_section .main-slide .content .details label {
                font-size: 20px;
            }

            .design_section .main-slide .content .details p {
                font-size: 47px;
                color: var(--color-main);
            }

    .design_section .main-slide {
        position: relative;
        padding-bottom: 85px;
    }

        .design_section .main-slide .slider-btn {
            top: 245px;
        }

            .design_section .main-slide .slider-btn.slider-next {
                transform: translateX(100%);
            }

    .design_section .title-wrap {
        margin-bottom: 75px;
    }

.section_map img {
    vertical-align: top;
    width: 100%;
}

.section_congdong .wrap_title h2 {
    font-size: 146px;
}

.section_congdong .wrap_title ._wrap {
    display: flex;
    flex-direction: row-reverse;
}

    .section_congdong .wrap_title ._wrap ._text {
        flex: 0 0 360px;
        text-align: justify;
        margin-right: auto;
    }

        .section_congdong .wrap_title ._wrap ._text p {
            margin-bottom: 1em;
        }

    .section_congdong .wrap_title ._wrap ._img img {
        margin-top: -160px;
    }

.section_congdong .wrap_content {
    color: var(--color-main);
    margin-top: 100px;
}

    .section_congdong .wrap_content h3 {
        font-size: 45px;
        margin-bottom: 30px;
        margin-top: -0.25em;
    }

    .section_congdong .wrap_content li {
        margin-bottom: 15px;
    }

.top-footer .main-slide p {
    margin-bottom: 0;
}

.top-footer .main-slide ._logo {
    margin-bottom: 30px;
}

.top-footer .main-slide .thumb {
    margin-bottom: 30px;
    padding-top: 205px;
    position: relative;
}

    .top-footer .main-slide .thumb img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.top-footer .main-slide .slider-next {
    transform: translateX(100%);
}

.top-footer .main-slide {
    position: relative;
    padding-bottom: 35px;
}

    .top-footer .main-slide .slider-btn {
        top: 65px;
    }

.top-footer .wrap-title {
    position: relative;
}

    .top-footer .wrap-title h2 {
        font-size: 5.4vw;
    }

    .top-footer .wrap-title span {
        background-image: inherit;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: inherit;
        position: absolute;
        top: 0;
        padding-top: 0.1em;
    }

    .top-footer .wrap-title .left {
        right: 100%;
        text-align: right;
        margin-right: 90px;
    }

    .top-footer .wrap-title .right {
        left: 100%;
        text-align: left;
        margin-left: 90px;
    }

.footer {
    background: url("../images/gbhl_background_v2.jpg"); /*update: change from gbhl_background.jpg?v=1 */
    background-size: cover;
    color: #fff;
}

.footer-gallery .wrap-title h2 {
    font-size: 212px;
}

.footer-info .heading_gradient {
    font-size: 60px;
    text-transform: none;
    margin-bottom: 20px;
}

.footer-info .textwidget p {
    max-width: 585px;
}

.footer-info .textwidget h3 {
    font-size: 20px;
    color: var(--color-main);
}

.footer-info .widget ~ .widget {
    margin-top: 30px;
}

input, button, textarea {
    font-family: inherit;
    font-size: inherit;
}

.text-field {
    width: 100%;
    font-size: 12px;
    border: 1px solid var(--color-main);
    padding: 10px 15px;
    background: transparent;
    color: var(--color-main);
    border-radius: 3em;
}

.contact_form h3 {
    font-size: 35px;
    margin-bottom: 35px;
    color: var(--color-main)
}

.contact_form .form-row ~ .form-row {
    margin-top: 10px;
}

.contact_form {
    max-width: 380px;
    margin: auto;
}

.align-items {
    align-items: center;
}

.footer-form {
    border-left: 2px solid var(--color-main)
}

.footer-info .line {
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer-copyright {
    font-size: 12px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 0;
    height: 1px;
    background: #C3C3C3;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--color-main);
    height: 3px;
    margin-top: -1px;
}

.wb_custom_pagination {
    position: relative;
    display: flex;
    border-bottom: 1px solid var(--color-main);
}

    .wb_custom_pagination .swiper-pagination-bullet {
        background: none;
        color: var(--color-main);
        font-size: 20px;
        padding: 12px;
        font-family: var(--font-heading);
        width: auto;
        height: auto;
        flex-grow: 1;
        margin: 0 !important;
        text-align: center;
        position: relative;
        opacity: 1;
    }

        .wb_custom_pagination .swiper-pagination-bullet:after {
            height: 3px;
            background: var(--color-main);
            position: absolute;
            bottom: -2px;
            left: 0;
            opacity: 0;
            content: '';
            width: 100%;
        }

        .wb_custom_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
            opacity: 1;
        }

.footer-gallery img, .section_contain_swiper img {
    vertical-align: top;
}

.footer-gallery .slide_wrap, .section_contain_swiper .slide_wrap {
    margin-bottom: 30px;
    position: relative;
}

    .footer-gallery .slide_wrap .slider-btn, .section_contain_swiper .slide_wrap .slider-btn {
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

        .footer-gallery .slide_wrap .slider-btn.slider-next, .section_contain_swiper .slide_wrap .slider-btn.slider-next {
            right: 0;
            margin-right: -28px;
        }

        .footer-gallery .slide_wrap .slider-btn.slider-prev, .section_contain_swiper .slide_wrap .slider-btn.slider-prev {
            left: 0;
            margin-left: -28px;
        }

    .footer-gallery .slide_wrap h3 {
        font-size: 34px;
        bottom: 35px;
        width: 100%;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        text-transform: uppercase;
    }

    .footer-gallery .slide_wrap .play_btn {
        position: absolute;
        top: 50%;
        height: 50%;
        width: 164px;
        height: 164px;
        background: url("../images/play_btn.svg") no-repeat center;
        background-size: cover;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .footer-gallery .slide_wrap .thumbnail {
        position: relative;
    }

.icon_facebook {
}

.show_mobile {
    display: none;
}

.main_nav {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: var(--color-dark);
    color: #AAAAAA;
    height: 100%;
    z-index: 351;
    font-family: var(--font-heading);
    transition: 0.3s all;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}

    .main_nav.open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .main_nav .menu-container {
        max-width: 465px;
        margin-top: 85px;
    }

        .main_nav .menu-container a {
            color: inherit;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 46px;
            font-weight: 500;
            display: block;
        }

        .main_nav .menu-container li ~ li {
            margin-top: 30px;
        }

    .main_nav ._head {
        padding-top: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #fff;
        position: relative;
    }

        .main_nav ._head .logo {
            width: 320px;
        }

    .main_nav .menu-container svg path {
        fill: #aaa;
        transition: 0.3s all;
    }

    .main_nav .menu-container li:hover svg path {
        fill: var(--color-main);
    }

    .main_nav .menu-container li:hover a {
        color: var(--color-main);
    }

    .main_nav .close {
        position: absolute;
        left: 0;
        bottom: 40px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

        .main_nav .close span {
            width: 30px;
            height: 2px;
            top: 50%;
            margin-top: -1px;
            left: 0;
            position: absolute;
        }

            .main_nav .close span:before,
            .main_nav .close span:after {
                width: 30px;
                height: 2px;
                background: #fff;
                top: 50%;
                margin-top: -1px;
                left: 0;
                position: absolute;
                content: '';
            }

            .main_nav .close span:before {
                transform: rotate(45deg)
            }

            .main_nav .close span:after {
                transform: rotate(-45deg)
            }

.socials_bar {
    position: fixed;
    z-index: 301;
    bottom: 100px;
    right: 30px;
}

    .socials_bar a {
        display: block;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        border-radius: 50%;
        background: var(--color-main);
        justify-content: center;
        margin-top: 20px;
    }

        .socials_bar a svg,
        .socials_bar a img {
            max-width: 35px;
            max-height: 35px;
            width: auto;
            height: auto;
        }

            .socials_bar a svg path {
                fill: #fff;
                fill-rule: evenodd;
            }

.header.fixed {
    background: rgba(255,255,255,0.7);
    position: fixed;
    transition: 0.3s all;
    z-index: 303;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    padding-top: 0;
}

    .header.fixed .header-wrap {
        border: none;
        padding-top: 15px;
    }

    .header.fixed .menu-btn {
        bottom: 50%;
        transform: translateY(50%)
    }

    .header.fixed .header-wrap .site-description {
        display: none;
    }

.header .logo_fixed {
    display: none;
}

.header.fixed .logo_fixed {
    display: block;
}

.header.fixed .logo_full {
    display: none;
}

.banner-section .banner_heading {
    display: none;
}

.section_map {
    position: relative;
}

    .section_map .heading_gradient {
        font-size: 8.5vw;
        position: absolute;
        top: 10px;
        width: 100%;
        left: 0;
        text-align: center;
    }

.top-footer .content {
    text-align: justify;
}

.top-footer .main-slide .more {
    display: none;
}

.main-slide .more_text.opened span {
    transform: rotate(180deg)
}

.main-slide .more_text {
    display: block;
    text-align: center;
}

.footer-info .socials {
    display: flex;
}

    .footer-info .socials a span {
        vertical-align: top;
    }

    .footer-info .socials a.btn {
        font-family: var(--font-heading);
        font-size: 16px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .footer-info .socials a {
        margin-right: 15px;
        text-decoration: none;
    }

.contact_form .form-action {
    text-align: right;
}

.doingu-content {
    height: 207px;
    overflow: hidden;
}

.navbar.navbar-scroll {
    display: none;
    background: #18341e;
    padding: 0;
}

@media (min-width: 768px) {
    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
}

.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/*@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}*/

@media (min-width: 576px) {
    /*.container {
        max-width: 540px;
    }*/

    .navbar.navbar-scroll .logo {
        max-height: 20px;
    }
}

.navbar.navbar-scroll a {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar.navbar-scroll .logo {
        max-height: 30px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-dark {
    background: #18341e;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3359375rem;
    padding-bottom: 0.3359375rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

.collapse:not(.show) {
    display: none;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

@media (min-width: 768px) {
    .navbar.navbar-scroll .navbar-nav .nav-item .nav-link {
        padding: 0 7px;
        line-height: 1;
        border-right: 1px solid #fff;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.text-uppercase {
    text-transform: uppercase !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
    .navbar.navbar-scroll .dropdown-menu {
        transform: translateX(-50%);
    }
}

.navbar.navbar-scroll .dropdown-menu {
    left: 50%;
    background: 0 0;
    border: 0;
    text-align: center;
    margin: 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: .875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.navbar.navbar-scroll .dropdown-menu .dropdown-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    font-family: GothamLight,sans-serif;
    color: #939598;
}

.top-menu a:first-child {
    padding-top: 0.5rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

@media (min-width: 768px) {
    .navbar.navbar-scroll .navbar-nav .nav-item .nav-link {
        padding: 0 7px;
        line-height: 1;
        border-right: 1px solid #fff;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.navbar.navbar-scroll a {
    color: #fff;
    font-size: 0.875em;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.navbar.navbar-scroll .overview {
    padding: 15px;
    background: #026730;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.top-header-menu li:not(:last-child) {
    border-right: 1px solid #fff;
    line-height: 1;
    margin: 0;
    padding-right: 7px;
    padding-left: 5px;
}

.list-inline-item {
    display: inline-block;
}

.overview img {
    vertical-align: middle;
}

@media (min-width: 992px) {
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
}

@font-face {
    font-family: GothamBold;
    src: url(../fonts/Gotham-Bold1.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamBoldItalic;
    src: url(../fonts/Gotham-BoldItalic1.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamBook;
    src: url(../fonts/Gotham-Book1.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamBookItalic;
    src: url(../fonts/Gotham-BookItalic1.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamLight;
    src: url(../fonts/Gotham-Light1.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamLightItalic;
    src: url(../fonts/Gotham-LightItalic1.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamThin;
    src: url(../fonts/Gotham-Thin1.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamThinItalic;
    src: url(../fonts/Gotham-ThinItalic1.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoBoldItalic;
    src: url(../fonts/Roboto-BoldItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoLight;
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoLightItalic;
    src: url(../fonts/Roboto-LightItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoThin;
    src: url(../fonts/Roboto-Thin.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RobotoThinItalic;
    src: url(../fonts/Roboto-ThinItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (max-width: 440px) {
    .navbar.navbar-scroll .logo {
        max-height: 20px;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
