/* 
-----------------------------------------
BASE
-----------------------------------------
*/

body, p, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: #000000;
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
}

.txt-white {
    color: #fff;
}

.scroll-to {
    display: block;
    position: relative;
    top: -112px;
    visibility: hidden;
}

a, a:link, a:active {
    font-family: 'Oswald', sans-serif;
    color: #0e76bc;
    text-decoration: none;
    transition: 0.2s;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

ul {
    padding-left: 1rem;
}

a:hover {
    color: #0e76bc;
    text-decoration: none;
}

.read-more {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s;
    color: #6CA600;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

figure {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}


b, strong {
    font-weight: 900;
}

p strong {
    font-weight: 500;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.15;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.15;
    margin-bottom: 0.5rem;
}

h1 + h2, p + h2, ul + h2, p + h3, ul + h3 {
    margin-top: 2rem;
}

h2 + h3 {
    margin-top: 1.5rem;
}

p.ingress {
    font-weight: 500;
    font-size: 1.125rem;
}


@media screen and (min-width: 576px) {

    h1 {
        font-size: 1.875rem;
    }
}

@media screen and (min-width: 992px) {

    h1 {
        font-size: 2.125rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1700px) {

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    p.ingress {
        font-size: 1.25rem;
    }
}

article h1 {
    font-size: 1.75rem;
}

article h2 {
    font-size: 1.25rem;
}

article p:last-child {
    margin-bottom: 0;
}

article p.ingress {
    font-size: 1.25rem;
}

@media screen and (min-width: 992px) {

    article h1 {
        font-size: 2rem;
    }

    article h2 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1700px) {

    article h1 {
        font-size: 2.25rem;
    }

    article h2 {
        font-size: 1.75rem;
    }

    article p.ingress {
        font-size: 1.375rem;
    }
}

/* ---------- Padding x space ---------- */

.padding-x-space {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .padding-x-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .padding-x-space {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 1400px) {
    .padding-x-space {
        padding-left: 9vw;
        padding-right: 9vw;
    }
}


/* ---------- Padding y space ---------- */

.padding-y-space {
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: .5s;
}

@media (min-width: 768px) {
    .padding-y-space {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .padding-y-space {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

@media (min-width: 1700px) {
    .padding-y-space {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* ---------- Button ---------- */

a.btn, button.btn {
    display: inline-block;
    font-size: 0.875rem;
    background-color: transparent;
    padding: 0.5rem 2rem;
    color: #000;
    font-weight: 500;
    transition: all ease 0.2s;
    border: 2px solid #000;
    border-radius: 0;
    text-transform: uppercase;
}

    a.btn:hover,
    a.btn:focus,
    a.btn:active {
        opacity: .8;
        border: 2px solid #000;
        outline: none;
        box-shadow: none;
    }

a.btn-white {
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.5rem 2rem;
    color: #fff;
    font-weight: 500;
    transition: all ease 0.2s;
    border: 3px solid #fff;
    color: #FFFFFF;
    background: transparent;
}

    a.btn-white:hover {
        opacity: 0.8;
    }

@media screen and (min-width: 1200px) {

    a.btn {
        padding: 0.5rem 3rem;
    }
}


/* ---------- Header section ---------- */

.section-header {
    margin-bottom: 1.5rem;
}

    .section-header.container {
        max-width: 600px;
    }

    .section-header h2 {
        margin-bottom: 0;
    }



@media screen and (min-width: 992px) {

    .section-header {
        margin-bottom: 2rem;
    }

        .section-header h2 {
            font-size: 2rem;
        }
}

@media screen and (min-width: 1200px) {

    .section-header {
        margin-bottom: 2.25rem;
    }

        .section-header h2 {
            margin-bottom: 0.75rem;
            font-size: 2.5rem;
        }
}


/*
-----------------------------------------
NAVBAR
-----------------------------------------
*/

.navbar {
    justify-content: space-between;
    align-items: initial;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    transition: all ease 0.4s;
    height: 72px;
    z-index: 1200;
}

.navbar-light {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.navbar-show {
    transform: none;
}


@media screen and (min-width: 992px) {
    .navbar {
        height: 110px;
    }
}


/* ---------- Logo ---------- */

.navbar-brand {
    display: flex;
}

    .navbar-brand img {
        width: 120px;
        transition: 0.15s;
    }

@media screen and (min-width: 992px) {
    .navbar .navbar-brand img {
        width: 200px;
    }
}


.navbar-dark .logo-dark {
    display: block;
    opacity: 1;
}

.navbar-dark .logo-light {
    display: none;
    opacity: 0;
}

.navbar-light .logo-light {
    display: block;
    opacity: 1;
}

.navbar-light .logo-dark {
    display: none;
    opacity: 0;
}


/* ---------- Mobile menu button ---------- */

.navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-toggler {
    width: 35px;
    height: 28px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    z-index: 1032;
}

.navbar-toggler {
    position: relative;
    width: 30px;
    height: 22px;
    border: none;
}

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #000000;
        opacity: 1;
        left: 0;
    }

.navbar-dark .navbar-toggler span {
    background: #FFFFFF;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler span:nth-child(1) {
    top: 0;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
}

@media screen and (min-width: 992px) {

    .navbar-toggler {
        display: none;
    }
}

/* ----- Offcanvas mobile menu ----- */

.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1032;
    overflow-x: hidden;
}

    .offcanvas-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 40px rgba(0,0,0,0.1);
    }

#mob-nav {
    padding: 0;
}

@media screen and (min-width: 400px) {

    .offcanvas-collapse {
        width: 380px;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .offcanvas-collapse.open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
}

#mobileMenu .nav-item {
    border-bottom: 1px solid #D4D4D6;
}

#mobileMenu .nav-link {
    color: #000000;
    font-size: 1.125rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

/* Mobile menu close button */

.close-button {
    cursor: pointer;
    font-size: 36px;
    padding: 0 0.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    color: #000000;
    height: 30px;
    width: 30px;
    margin-right: 0.75rem;
}

.main-menu-mobile .top-nav-item {
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .main-menu-mobile .top-nav-item span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #000000;
        opacity: 1;
        right: 0;
    }

        .main-menu-mobile .top-nav-item span:nth-child(1) {
            top: 15px;
            transform: rotate(45deg);
        }

        .main-menu-mobile .top-nav-item span:nth-child(2) {
            top: 15px;
            transform: rotate(-45deg);
        }

#mobileMenu #language-menu .nav-link {
    font-weight: 400;
    opacity: 0.8;
}

/* Mobile submenu */

.main-menu-mobile .offcanvas-submenu-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
    padding: 0;
    opacity: 0;
}

    .main-menu-mobile .offcanvas-submenu-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .main-menu-mobile .offcanvas-submenu-collapse .top-nav-item {
        justify-content: space-between;
    }

.main-menu-mobile .back-button {
    justify-content: flex-start;
    font-size: 30px;
    margin-left: 1rem;
    color: #000000;
}

.main-menu-mobile .submenu {
    list-style: none;
    padding-left: 0;
}

.main-menu-mobile .offcanvas-submenu-collapse .submenu:first-child .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu {
    list-style: none;
    padding-left: 0;
}

#mobileMenu .main-menu-mobile .submenu-submenu .nav-item .nav-link {
    white-space: normal;
    font-weight: 400;
}

.main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

.main-menu-mobile .submenu-submenu > .nav-item:last-child {
    border-bottom: 1px solid #A1B7B6;
}

.main-menu-mobile .submenu .submenu .nav-item:last-child .nav-link {
    border-bottom: none;
}

.main-menu-mobile .submenu-item .nav-link {
    text-transform: none;
}


/* ---------- Desktop menu ---------- */

#desktopMenu {
    display: none;
}

@media screen and (min-width: 992px) {

    #desktopMenu {
        display: flex;
    }
}

#main-menu {
    flex-direction: row;
    align-items: center;
}

    #main-menu .nav-item {
        position: relative;
    }

    #main-menu .nav-link {
        font-weight: 500;
        color: #000;
        padding: 0.5rem 0;
        transition: all ease 0.15s;
        text-transform: uppercase;
        font-size: 1.125rem;
    }


    .navbar-dark #main-menu .nav-link:hover,
    .navbar-light #main-menu .nav-link:hover,
    #main-menu .dropdown-menu .nav-link:hover {
        opacity: 0.8;
    }

    #main-menu > .nav-item > .nav-link {
        margin-right: 1.5rem;
    }


    #main-menu > .nav-item:last-child > .nav-link {
        margin-right: 0;
    }

.navbar-dark #main-menu .nav-link {
    color: #FFFFFF;
}

@media screen and (min-width: 1700px) {


    #main-menu > .nav-item > .nav-link {
        margin-right: 2rem;
    }
}

/* Desktop dropdown menus */

#main-menu .dropdown-toggle::after {
    display: none;
}

#main-menu .dropdown:hover .dropdown-menu {
    display: block;
}

#main-menu .dropdown-menu {
    background-color: #f2f5f1;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 100%;
    padding: 0;
    min-width: 260px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    #main-menu .dropdown-menu .nav-link {
        color: #000;
        font-size: 0.875rem;
        font-weight: 400;
        padding: 1rem;
        border-bottom: 1px solid #D4D4D6;
        line-height: 1;
    }

    #main-menu .dropdown-menu .nav-item:last-child .nav-link {
        border-bottom: none;
    }


/* Desktop language menu */


#desktopMenu #language-menu {
    flex-direction: row;
}

    #desktopMenu #language-menu .nav-link {
        font-weight: 500;
        color: #324158;
        padding: 0.5rem 0;
        transition: all ease 0.15s;
        text-transform: uppercase;
        font-size: 0.75rem;
    }

    #desktopMenu #language-menu .nav-item:last-child .nav-link {
        padding-right: 0;
    }

.navbar-dark #desktopMenu #language-menu .nav-link {
    color: #FFFFFF;
}

@media screen and (min-width: 1700px) {

    #desktopMenu #language-menu .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1.875rem 0.5rem 0;
    }
}

/*
-----------------------------------------
FOOTER
-----------------------------------------
*/

footer {
    background-color: #ccd2d2;
    background-position: bottom 2rem right 15px;
    background-repeat: no-repeat;
    background-size: 200px;
}


@media (min-width: 768px) {
    footer {
        background-position: bottom 2rem right 2rem;
    }
}

@media (min-width: 1200px) {
    footer {
        background-position: bottom 2rem right 5rem;
    }
}

@media (min-width: 1400px) {
    footer {
        background-position: bottom 2rem right 9vw;
    }
}

    footer > div {
        flex-basis: 100%;
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 2rem;
    }

        footer > div:last-child {
            margin-bottom: 0;
        }

        footer img {
            max-width: 200px;
        }
@media screen and (min-width: 600px) {

    footer > div {
        flex-basis: calc(50% - 1rem);
    }
}

@media screen and (min-width: 950px) {

    footer > div {
        flex-basis: calc(33.33% - 1rem);
    }

        footer > div:nth-child(2) {
            flex-basis: calc(33.33% - 1rem);
        }
}

@media screen and (min-width: 1200px) {

    footer > div {
        flex-basis: calc(33.33% - 1.5rem);
    }

        footer > div:nth-child(2) {
            flex-basis: calc(33.33% - 1.5rem);
        }
}

footer h3 {
    padding-top: 1rem;
    border-top: 2px solid #b3bcbc;
}


footer h3,
footer p,
footer li,
footer a, footer a:link, footer a:active {
    color: #667878;
    font-family: 'Open Sans', sans-serif;
}

    footer li a {
        padding-bottom: 1rem;
    }

    footer a:hover {
        color: rgba(255, 255, 255, 0.7);
    }

footer h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    font-weight: 600;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer p {
    margin-bottom: 0;
    font-size: 1rem;
}

footer > div:nth-child(2) p {
    margin-bottom: 0.75rem;
}

    footer > div:nth-child(2) p:last-child {
        margin-bottom: 0;
    }

footer li {
    font-size: 1rem;
}

.footer-contact-box {
    display: flex;
}


    .footer-contact-box > div:first-child {
        flex-basis: 36px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .footer-contact-box > div:last-child {
        flex-basis: calc(100% - 30px);
        flex-shrink: 0;
        flex-grow: 0;
    }

footer div:nth-child(2) h3 {
    margin-bottom: 0.5rem;
}

.footer-contact-box svg {
    font-size: 1.25rem;
    margin-top: 3px;
}

.sm-icons {
    padding-bottom: 1rem;
}

    .sm-icons > a {
        display: inline-flex;
        padding: 1rem;
        border: 1px solid #FFFFFF;
        justify-content: center;
        align-items: center;
        margin-right: 0.75rem;
    }

        .sm-icons > a:hover {
            color: rgba(255, 255, 255, 0.7);
        }



.input-group-lg > .form-control,
.input-group-lg .form-select,
.input-group-lg .input-group-text {
    padding: .5rem 0.75rem;
    font-size: 1.25rem;
    border-radius: 0 !important;
    border: transparent;
    background-color: #fff !important;
}

.input-group-lg > .theme-btn {
    padding: 1rem;
    border-radius: 0;
    border: 0;
    background: #6CA600;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    border: 4px solid #fff;
}

    .input-group-lg > .theme-btn:hover {
        opacity: 0.9;
    }

/* Hero */

.hero-section {
    min-height: 80vh;
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    filter: brightness(70%);
}

.hero-video {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .hero-video .hero-caption {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

.hero-caption, .video-caption {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

    .hero-caption h1 {
        font-size: 1.75rem;
        font-weight: 500;
        width: 100%;
    }

    .hero-caption p.ingress {
        font-size: 1.125rem;
        font-weight: 500;
        color: #fff;
    }

    .hero-caption a.btn {
        margin-top: 1.5rem;
        font-size: 1rem;
    }



@media screen and (min-width: 992px) {

    .hero-caption h1 {
        font-size: 3rem;
    }

    .hero-caption, .video-caption {
        align-items: center;
        text-align: center;
    }

        .hero-caption p.ingress {
            font-size: 1.25rem;
        }
}

@media screen and (min-width: 1200px) {

    .hero-caption h1 {
        font-size: 3.5rem;
        margin-top: 2rem;
    }

    .hero-caption p.ingress {
        font-size: 1.5rem;
    }

    .hero-caption, .video-caption {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1700px) {

    .hero-caption h1 {
        font-size: 4.25rem;
    }

    .hero-caption a.btn {
        margin-top: 2.5rem;
    }

    .hero-caption, .video-caption {
        max-width: 1400px;
    }
}


.lower-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f7f8f8;
}

/* ---------- Sevices section ---------- */

/* Cases section */

.service-item img.case-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.service-item {
    position: relative;
}

    .service-item .service-text {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
    }

    .service-item .service-text,
    .service-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: .5s ease;
    }

    .service-item .overlay {
        justify-content: center;
    }


    .service-item .service-text {
        justify-content: flex-end;
        transition: .5s ease;
    }

        .service-item .service-text h3,
        .service-item .overlay h3 {
            color: #fff;
            transition: .5s ease;
            text-transform: uppercase;
            font-size: 0.875rem;
        }


    .service-item .overlay p {
        font-family: 'Oswald', sans-serif;
        color: #fff;
        transition: .5s ease;
        font-size: 1rem;
        text-decoration: none;
    }


    .service-item .overlay h3,
    .service-item .overlay p {
        opacity: 0;
    }

    .service-item:hover .service-text {
        background: none;
    }

    .service-item:hover .overlay {
        background: #144a72CC;

    }

        .service-item:hover .overlay h3,
        .service-item:hover .overlay p {
            opacity: 1;
        }

    .service-item:hover .service-text h3 {
        opacity: 0;
    }

@media screen and (min-width: 578px) {
    .service-item .service-text h3,
    .service-item .overlay h3 {
        font-size: 1.25rem
    }

    .service-item .overlay {
        padding: 3rem;
    }

    .service-text {
        padding: 3rem;
    }
}

@media screen and (min-width: 992px) {


    .service-item p {
        font-size: 1rem;
    }

    .service-item .service-text h3,
    .service-item .overlay h3 {
        font-size: 1.75rem
    }
}

/* ----- News section ----- */

.news-posts {
    justify-content: flex-start;
}

a.news-post {
    display: block;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.5rem;
}




.news-post figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 52vw;
    background-color: #F2F3F4;
}

    .news-post figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

p.news-category {
    margin-bottom: 0.375rem;
    font-weight: 600;
    color: #999999;
}

.news-preview {
    padding: 1rem 1rem 0 0;
    height: 100%;
}

    .news-preview h3 {
        font-size: 1.5rem;
        margin: 0 0 0.5rem;
        color: #000;
    }

.news-posts .news-post.first-post .news-preview-long {
    display: none;
}

/* ---------- News section ---------- */

@media screen and (min-width: 576px) {
    .news-posts {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .news-post {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        margin: 0 0.5rem 1rem;
    }

        .news-post figure {
            height: 26vw;
        }
}

@media screen and (min-width: 992px) {

    .news-post.first-post {
        background: #f2f5f1;
    }

    .investment-page .news-post figure img {
        height: 100%;
    }

    .news-section .news-post {
        margin-bottom: 0;
    }

    .news-post {
        flex-basis: calc(33.33% - 1rem);
        max-width: calc(33.33% - 1rem);
        margin-bottom: 1rem;
    }

        .news-post figure {
            height: 17vw;
        }

    .news-posts .news-post.first-post {
        flex-basis: calc(100% - 1rem);
        max-width: calc(100% - 1rem);
        display: flex;
        margin-bottom: 1rem;
    }

        .news-posts .news-post.first-post h3 {
            font-size: 2rem;
        }

        .news-posts .news-post.first-post p {
            font-size: 1.125rem
        }

        .news-posts .news-post.first-post > * {
            flex-basis: 50%;
        }

        .news-posts .news-post.first-post figure {
            min-height: 27vw;
        }


            .news-posts .news-post.first-post figure img {
                height: 27vw;
            }

        .news-posts .news-post.first-post .news-preview-short {
            display: none;
        }

        .news-posts .news-post.first-post .news-preview-long {
            display: block;
        }

        .news-posts .news-post.first-post .news-preview {
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }


    .news-all a {
        font-size: 1.5rem;
    }

        .news-all a svg {
            font-size: 1.25rem;
            padding-top: 2px;
        }
}

@media screen and (min-width: 1400px) {

    .news-post h2 {
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 1200px) {

    .news-preview h3 {
        font-size: 1.5rem;
    }

    .news-preview p {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1400px) {

    .news-post {
        margin-bottom: 1.5rem;
    }

    .news-section .news-post.first-post {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 1700px) {

    .news-posts {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .news-post {
        flex-basis: calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem);
        margin: 0 1rem 3rem;
    }

    .news-posts .news-post.first-post {
        flex-basis: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        margin: 0 1rem 2rem;
    }

    .news-preview {
        padding: 2rem;
    }

        .news-preview h3 {
            font-size: 1.75rem;
        }

        .news-preview p {
            font-size: 1.25rem;
        }

    .news-post.first-post .news-preview p.news-category {
        font-size: 1.25rem;
    }

    .news-posts .news-post.first-post .news-preview {
        padding: 2.875rem;
    }

    .news-post.first-post .news-preview h3 {
        font-size: 2.5rem;
    }

    .news-post.first-post .news-preview p {
        font-size: 1.375rem;
    }
}


/* ----- Banner section ----- */

.banner-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.banner h2,
.banner p {
    color: #fff;
}

.banner .btn {
    border-color: #6CA600;
    color: #6CA600;
}

    .banner .btn:hover {
        border-color: #6CA600;
        color: #6CA600;
        opacity: 0.8;
    }

@media screen and (min-width: 992px) {
    .banner-content {
        width: 50%;
        padding-top: 6rem;
        padding-bottom: 6rem;
        padding-right: 0;
    }
}

/*
-----------------------------------------
SUBPAGE
-----------------------------------------
*/

/* ----- Breadcrumb ----- */

.margin-top {
    margin-top: 72px;
}

.breadcrumb {
    background: #fff;
    padding: 0.75rem 1rem;
}

    .breadcrumb li {
        font-size: .875rem;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
    }

        .breadcrumb li a {
            color: #000;
            text-decoration: none;
        }

            .breadcrumb li a:hover {
                color: #0e76bc;
            }

        .breadcrumb li .divider {
            margin: 0 .25rem;
        }

        .breadcrumb li.active {
            color: #0e76bc;
        }

@media screen and (min-width: 992px) {
    .margin-top {
        margin-top: 110px;
    }
}

/* ----- Sidebar ----- */


.main-content .col-sidebar {
    order: 2;
}

.main-content > div {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.main-content .main-content-col {
    order: 1;
    padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .main-content .main-content-col {
        order: 2;
        flex-basis: calc(100% - 250px);
        padding-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .main-content .main-content-col {
        flex-basis: calc(100% - 350px);
    }
}

@media screen and (min-width: 768px) {
    .main-content .col-sidebar {
        order: 1;
        display: block;
        flex-basis: 220px;
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 992px) {
    .main-content .col-sidebar {
        flex-basis: 300px;
    }
}




/* ----- Subpage menu ----- */

#sub-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    #sub-nav .nav-item {
        border-bottom: 1px solid #A0B7B6;
        position: relative;
    }

    #sub-nav > .nav-item:first-child {
        border-top: 1px solid #A0B7B6;
    }

    #sub-nav .nav-link {
        color: #0C2D3B;
        padding: 0.75rem 0;
    }


@media screen and (max-width: 1700px) and (min-width: 992px) {

    #sub-nav .nav-link {
        max-width: 280px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    #sub-nav .nav-link {
        max-width: 200px;
    }
}


#sub-nav .nav-link.active {
    font-weight: 600;
    color: #00585A;
}

#sub-nav .nav-item button {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0.25rem;
    top: 8px;
}

    #sub-nav .nav-item button:focus,
    #sub-nav .nav-item button:active {
        outline: none;
        box-shadow: none;
        border: none;
    }

    .sub-nav button:not(.collapsed) svg.fa-plus,
    #sub-nav .nav-item button:not(.collapsed) svg.fa-plus {
        display: none;
    }

    .sub-nav button.collapsed svg.fa-minus,
    #sub-nav .nav-item button.collapsed svg.fa-minus {
        display: none;
    }


#sub-nav .submenu {
    list-style: none;
    padding-left: 1rem;
}

    #sub-nav .submenu .nav-link {
        padding-top: 0.5rem;
    }

    #sub-nav .submenu .nav-item {
        border-bottom: none;
    }

@media screen and (min-width: 768px) {

    #sub-nav {
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 1200px) {

    #sub-nav {
        margin-top: 1rem;
    }
}


.subpage .col-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

    .subpage .col-content ul li:before {
        content: "-";
        padding-right: 0.5rem;
    }


.subpage article img {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    aspect-ratio: 3/2;
    object-fit: cover;
}





.submenu-header {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

    .submenu-header a {
        text-decoration: none;
    }

.side-bar {
    padding: 0;
}

    .side-bar li {
        list-style-type: none;
    }

    .side-bar > li {
        border-bottom: 1px solid #ccc;
    }

        .side-bar > li:last-child {
            border: none;
        }

    .side-bar li .nav-link {
        color: rgba(52, 67, 75, .7);
        padding: 0.5rem 0;
        text-decoration: none;
    }

    .side-bar li.selected .sublevel .nav-link {
        font-weight: 400;
        padding: .25rem 0 0;
    }

    .side-bar li.selected .nav-link,
    .side-bar li.selected li .nav-link,
    .side-bar li li.selected .nav-link,
    .side-bar li.selected .selected .nav-link {
        color: #34434B;
    }


        .side-bar li.selected .nav-link:hover,
        .side-bar li.selected li .nav-link:hover,
        .side-bar li li.selected .nav-link:hover,
        .side-bar li.selected .selected .nav-link:hover {
            color: #0e76bc;
        }

    .side-bar li ul {
        display: none;
    }


    .side-bar li.selected ul {
        display: block;
        margin-bottom: .75rem;
    }

    .side-bar li.selected > ul {
        margin-top: -.5rem;
    }

    .side-bar li a:hover {
        color: #0e76bc;
    }

.side-bar {
}

.col-sidebar {
    order: 2;
}


@media screen and (min-width: 768px) {
    .col-sidebar {
        order: initial;
    }

    .submenu-header {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .subpage article,
    .subpage .article-wrap {
        padding: 0;
    }
}


/*
-----------------------------------------
NEWS PAGE & NEWS ITEM
-----------------------------------------
*/

.news-list-post {
    border-top: 1px solid #DDDDDD;
    padding-top: 1rem;
}


    .news-list-post .date,
    .news-preview .date {
        font-size: 0.875rem;
        font-weight: 400;
        margin-bottom: 0.25rem;
    }

    .news-list-post h3 {
        color: #000;
    }

    .news-list-post:hover h3 {
        text-decoration: underline;
    }

.news-page figure {
    padding-bottom: 2rem;
}

.news-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
}



.pagination {
    justify-content: center;
    margin-bottom: 0;
}

    .pagination .page-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination .page-link {
        background-color: transparent;
        border: none;
        border-radius: 0;
        color: #999999;
        padding: 0 0.625rem;
        font-size: 1.125rem;
    }

        .pagination .page-link:focus,
        .pagination .page-link:active {
            box-shadow: none;
            border: none;
            outline: none;
        }

    .pagination .page-link-arrow {
        color: #000000;
        font-size: 0.875rem;
        padding: 0 0.25rem;
    }

    .pagination .page-link-hide {
        visibility: hidden;
    }

    .pagination .page-item.active .page-link {
        background-color: transparent;
        color: #000000;
    }

/*
-----------------------------------------
PRODUCTS PAGE
-----------------------------------------
*/

.product-section {
    padding: 3rem 0;
    border-top: 1px solid #ccc;
}

    .product-section:last-child {
        border-bottom: 1px solid #ccc;
    }


.product-image {
    width: 100%;
    height: 100%;
}

.subpage article .product-image img {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    aspect-ratio: unset;
    object-fit: cover;
}

.product-text {
    padding-top: 2rem;
}

@media screen and (min-width: 992px) {


    .product-text {
        padding-left: 2rem;
        padding-top: 0;
    }
}
