/*customize - all_page*/
.hero-area-wrapper {
    position: relative;
    background: #48486b;
    background: -webkit-linear-gradient(left top,#79799c,#131327);
    background: -o-linear-gradient(bottom right,#79799c,#131327);
    background: -moz-linear-gradient(bottom right,#79799c,#131327);
    background: linear-gradient(to bottom right,#79799c,#131327);
}

.bg-base-color {
    background-color: #1c2b1f;
}

.company_emb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.company_emb > .zh {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-indent: .5em;
    letter-spacing: .2em;
}

.company_emb > .en {
    font-size: 14px;
    text-indent: .5em;
    letter-spacing: .4em;
}