/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 20vh;
    background: url(../img/about/about-img2.webp) no-repeat center top/ cover scroll;
    margin-top: 60px;
}

    .section-banner .item {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        display: block;
        left: 50%;
    }


        .section-banner .item h2 {
            color: #fbfbfa;
            font-weight: bolder;
            font-size: 18px;
            letter-spacing: 2px;
            position: relative;
            margin-bottom: 0;
            font-family: 'Gunterz';
            display: inline-block;
            padding-bottom: 15px;
        }

        .section-banner .item span {
            font-family: 'Gunterz';
            text-align: left;
            padding-left: 15px;
            font-size: 20px;
            color: #b5302f;
        }


@media (min-width: 992px) {
    .section-banner {
        height: 30vh;
    }

        .section-banner .item h2 {
            font-size: 30px;
        }

        .section-banner .item span {
            font-size: 30px;
            padding-top: 20px;
        }
}


@media (min-width: 1200px) {
    .section-banner {
        margin-top: 125px;
        height: 50vh;
    }


        .section-banner .item h2 {
            font-size: 40px;
        }
}

.menu-contact-item {
    background: #fff;
}

.nav-bg {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background: #f0f0f0;
}

/* --End banner--------------- */
/* --Start sitemap--------------- */
.section-sitemap{
    padding: 100px 0;
}
    .section-sitemap h2 {
        font-size: 20px;
        font-weight: bolder;
        color: #787878;
        position: relative;
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid #aaa;
        display: block;
    }

    .section-sitemap li {
        margin-bottom: 5px;
    }
    .section-sitemap li::marker {
        color: #c62c26;
    }
    .section-sitemap a {
        color: #787878;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        display: block;
        font-size: 18px;
    }
    .section-sitemap a+a {
        margin-top: 15px;
    }

        .section-sitemap a:hover {
            color: #00A0E3;
        }
/* END sitemap ------------------------------ */