﻿.breadcrumbs-bg {
    position: relative;
    z-index: 2;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(var(--unit-width) * 4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumbs-title {
        width: 960px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs-bg {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs-bg {
        padding-top: 90px;
        padding-bottom: 50px;
    }
}

.breadcrumbs-title {
    /*padding: 64px 0;*/
    padding: calc(var(--unit-width) * 1.3) 0px;
}

    .breadcrumbs-title .title-en h2{
        color: #b6b6b6;
        font-weight: bold;
        font-size: 2.48vw;
        padding-bottom: calc(var(--unit-width) * 0.3);
    }

    .breadcrumbs-title .title-cn h5 {
        font-size: 1.36vw;
        font-weight: bold;
    }

    .breadcrumbs-title .title-current {
        display: flex;
        justify-content: flex-end;
    }

        .breadcrumbs-title .title-current .home {
            
        }

            .breadcrumbs-title .title-current .home a {
                font-size: 1.04vw;
                color: #d8d8d8;
            }

        .breadcrumbs-title .title-current .divider {
            margin: 0px 10px;
        }

        .breadcrumbs-title .title-current .current {
            font-size: 1.04vw;
            color: #000;
        }