/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url(../img/oem/test-banner.webp) no-repeat center bottom/ cover scroll;
    margin-top: 55px;
    height: calc(45vh - 144px);
}

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


.section-banner .title-item {
}


    .section-banner .title-item h2 {
        font-size: 30px;
        font-family: 'BOLDNINE';
        color: #fff;
        font-style: italic;
        letter-spacing: 2px;
        margin-bottom: 0;
        text-align: center;
    }

    .section-banner .title-item p {
        font-family: Lorin;
        font-style: italic;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

@media (min-width: 992px) {
    .section-banner .title-item h2 {
        font-size: 40px;
    }

    .section-banner .title-item p {
        font-size: 16px;
    }

    .section-banner .center-item {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        background: url(../img/oem/test-banner.webp) no-repeat center center/ cover scroll;
        height: calc(70vh - 94px);
        margin-top: 94px;
    }

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

/* --End banner--------------- */
/* --Start breadcrumb--------------- */
.section-breadcrumb .breadcrumb {
    /* justify-content: s; */
    margin: 10px 0;
    font-family: 'Metropolis-M';
    font-size: 14px;
}

    .section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #333;
    }

    .section-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #333;
        transition: all 0.2s ease-in-out;
    }

        .section-breadcrumb .breadcrumb .breadcrumb-item a:hover {
            color: #666;
        }

    .section-breadcrumb .breadcrumb .breadcrumb-item.active {
        color: #888;
        font-weight: bolder;
    }
/* --End breadcrumb--------------- */
/* START privacy ------------------------------ */

.section-privacy {
    padding: 40px 0;
}

.section-privacy .item {
    margin-bottom: 30px;
}

.section-privacy .item p {
    font-size: 14px;
    margin-bottom: 0;
    color: #323232;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .section-privacy {
        padding: 100px 0;
    }
}


/* END privacy ------------------------------ */