/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 20vh;
    background: url(../img/about/banner.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: 35%;
}


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

.section-banner .item h2::after {
    content: '';
    width: 150%;
    position: absolute;
    height: 2px;
    background: #c6c6d0;
    left: 0;
    bottom: 0;
}

.section-banner .item span {
    font-family: 'Gunterz';
    text-align: left;
    padding-top: 15px;
    font-size: 16px;
    color: #676767;
    display: block;
}

.section-banner .item span.color {
    font-size: 18px;
    color: #913335;
    display: inline-block;

}

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

    }

    .section-banner .item {
        top: 55%;

    }

    .section-banner .item h2,
    .section-banner .item span.color {
        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,
    .section-banner .item span.color {
        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 about--------------- */
.section-about {
    padding: 60px 0;
    position: relative;
    background: #fff;
}
    .section-about.area1 {
        background: #e2e3e7;
    }

        @media (min-width: 992px) {
            .section-about {
                padding: 160px 0
            }
        }

        .section-about .about-bg {
    position: relative;
}

.section-about .about-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.section-about .text-item {
    padding-bottom: 30px;
}

.section-about .text-item p {
    font-size: 16px;
    position: relative;
    z-index: 2;
    color: #676767;
    margin-bottom: 0;
    line-height: 1.5;
}

.section-about .item {
    margin-bottom: 10px;
    font-size: 30px;
    /*font-weight: bolder;*/
    color: #2a323d;
    position: static;
}

    .section-about  h2 {
        color: #2d313c;
        font-size: 20px;
        font-weight: 900;
        font-family: 'Gunterz';
        letter-spacing: 3px;
        text-align: center;
    }
.section-about .item h3 {
    font-size: 18px;
    padding-left: 0px;
    margin-bottom: 0;
    font-family: 'Gunterz';
    font-weight: bolder;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
}


.section-about .item h3::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #AD0003;

}

.section-about .item p {
    padding: 10px 0 10px 20px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    color: #676767;
    margin-bottom: 0;
}

@media (min-width: 992px) {

    .section-about .item h3 {
        font-size: 20px;
    }

    .section-about .item p {
        padding: 10px 0 10px 40px;
    }

    .section-about .item {
        margin-bottom: 20px;
    }
}

/* --End about--------------- */