/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 25vh;
    background: url(../img/about/banner.webp) no-repeat right center/ cover scroll;
}

.section-banner .item {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    width: 65%;
    display: block;
    transform: translateY(-50%);
}

.section-banner .item img {
    width: 400px;
    display: none;
}





.section-banner .item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-left: 0px;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    display: none;
}

@media (min-width: 576px) {
    .section-banner .item h2 {
        font-size: 30px;
    }
}



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



}

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

    .section-banner .item {
        width: auto;
        display: block;
        top: 50%;
        left: auto;
    }

    .section-banner .item img {
        display: block;
    }

    .section-banner .item h2 {
        display: block;
    }

}

@media (min-width: 1400px) {
    .section-banner .item {
        left: auto;
    }
}

.phone-title {
    display: block;
    background: #131313;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {

    .phone-title {
        font-size: 20px;

    }
}

@media (min-width: 1200px) {
    .phone-title {
        display: none;
    }
}

/* --End banner--------------- */
/* --Start about--------------- */
.section-about {
    padding: 0px;
    background: #21252e;
}

.section-about .title-item {
    padding: 20px 0;
}

.section-about .title-item h2 {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}


.section-about .nav-item {
    border-left: 1px solid #666;
    width: 100%;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
}

.section-about .nav-item .nav-link {
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}

.section-about .nav-item .nav-link:hover {
    background: #e70012;
    color: #fff;
}

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

    .section-about .nav-item {
        width: 20%;
    }

    .section-about .nav-item .nav-link {
        padding: 35px 0px;
    }
}

@media (min-width: 1200px) {
    .section-about .nav-item {
        border-top: none;
    }

}

.section-about .nav-item .nav-link.active {
    background: #e70012;
}

.section-about-content {
    padding: 60px 0;
    background: #fff;
}

.section-about-content .title-item {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.section-about-content .title-item h2 {
    font-size: 20px;
    position: relative;
    color: #000;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}

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

.section-about-content .title-item ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

.section-about-content p {
    margin-bottom: 5px;
}

.section-about-content .item {
    text-align: center;
    height: 100%;
}

.section-about-content .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 155%;
    overflow: hidden;
}

.section-about-content .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-about-content .item h3 {
    font-size: 18px;
    position: relative;
    color: #000;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}

.section-about-content .item p {
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
    color: #666;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    padding-top: 5px;
}

.section-about-content .p-item {
    position: relative;
}

.section-about-content .p-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

.section-about-content table th {
    text-align: center;
    white-space: nowrap;
}

.section-about-content table th.table-d {
    background: #f2f2f2;

}

.section-about-content table th.table-l {
    background: #fff;
}

.section-about-content .get h2 {
    font-size: 20px;
    font-weight: bolder;
    padding: 30px 0;
}



.section-about-content .get p {
    padding: 10px 0 10px 50px;
    font-weight: bolder;
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
}

.section-about-content .get p i {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    background: #e70012;
    top: 50%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .section-about-content .get h2 {
        font-size: 22px;
    }

    .section-about-content .get p {
        padding: 30px 0 30px 50px;
    }
}

@media (min-width: 1200px) {
    .section-about-content {
        padding: 100px 0;
    }
}

/* --End about--------------- */
/* --Start mission--------------- */

.section-mission {
    background: #f1f1f1;
    padding: 40px 0;
}

.section-mission h2 {
    font-size: 20px;
    position: relative;
    color: #181b25;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}



.section-mission h2 span {
    color: #e70012;
    font-size: 20px;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
}

.section-mission .title-item {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.section-mission .title-item h3 {
    font-size: 16px;
    position: relative;
    color: #000;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}


.section-mission .title-item ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

.section-mission p {
    margin-bottom: 5px;
}


@media (min-width: 992px) {
    .section-mission h2 {
        font-size: 24px;
    }

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

.section-core {
    background: #363a43;
    padding: 60px 0 0px;
}

.section-core h2 {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}


.section-core h2 span {
    color: #e70012;
    font-size: 20px;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
}

.section-core .title-item {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.section-core .title-item h3 {
    font-size: 16px;
    position: relative;
    color: #eee;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}

.section-core .title-item ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

@media (min-width: 992px) {
    .section-core h2 {
        font-size: 24px;
    }

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

.section-core p {
    color: #eee;
}

.section-plan {
    background: linear-gradient(to bottom, #00000048, #0000002f), url(../img/about/bg-missionVision.webp) no-repeat center top/ cover scroll;
    padding: 100px 0;
}

.section-plan h2 {
    font-size: 20px;
    position: relative;
    color: #eee;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}


.section-plan table {
    color: #eee;
}

.section-plan table tbody {
    border: 1px solid #dee2e6;

}

.section-plan table tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-plan table .title-item {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
}

.section-plan table .title-item h3 {
    font-size: 18px;
    position: relative;
    color: #eee;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}



.section-plan table .title-item ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

.section-plan .table-item {
    padding-top: 40px;
}

.section-plan .table-item h3 {
    font-size: 16px;
    color: #eee;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 20px;
    font-weight: bolder;
}

.section-plan .table-item p {
    color: #eee;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .section-plan h2 {
        font-size: 24px;
    }

    .section-plan table .title-item h3 {
        font-size: 20px;
    }

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

/* --End mission--------------- */
/* --Start optimization--------------- */
.section-optimization {
    padding: 0px 0 100px;
    background: #fff;
}

.section-optimization .item {
    height: 100%;
    padding: 20px 30px 50px;
}

.section-optimization .item.l {
    background: #f1f1f1;
}

.section-optimization .item.d {
    background: #21252e;
}

.section-optimization .item .title-item {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}

.section-optimization .item .title-item h2 {
    font-size: 20px;
    position: relative;
    color: #eee;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}


.section-optimization .item.l .title-item h2 {
    color: #1f1f1f;
}

.section-optimization .item.d .title-item h2 {
    color: #eee;
}


.section-optimization .item .title-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

.section-optimization .item h3 {
    font-size: 18px;
    color: #eee;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 20px;
    padding-top: 30px;
    font-weight: bolder;
}

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

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

.section-optimization .item.l h3,
.section-optimization .item.l p {
    color: #1f1f1f;
}

.section-optimization .item.d h3,
.section-optimization .item.d p {
    color: #eee;
}

.section-optimization .item p {
    margin-bottom: 0;
}

.section-optimization .item p+p {
    margin-top: 5px;
}

.section-optimization .b-item {
    background: #f1f1f1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-optimization .b-item .b-text-item {
    width: 80%;
    display: block;
    padding: 30px 0;
}

.section-optimization .b-item h2 {
    font-size: 20px;
    color: #1f1f1f;
    display: inline-block;
    font-family: 'Noto Sans CJK TC';
    font-weight: bolder;
    position: relative;
}

@media (min-width: 992px) {

    .section-optimization .b-item h2 {
        font-size: 26px;
    }
}

.section-optimization .b-item h2:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #e70012;
}

/* --End optimization--------------- */
/* --Start history--------------- */
.section-history {
    background: #fff;
    padding-bottom: 100px;
}

.section-history .item {}

.section-history .item .title-item {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}

.section-history .item .title-item h2 {
    font-size: 20px;
    position: relative;
    color: #1f1f1f;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}


.section-history .item .title-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

.section-history .item p {
    margin-bottom: 0;
}

.section-history .item p+p {
    margin-top: 5px;
}

.section-history h3 {
    font-size: 18px;
    color: #1f1f1f;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 20px;
    padding-top: 30px;
    font-weight: bolder;
}


.section-history h2 {
    font-size: 20px;
    position: relative;
    color: #e70012;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}

.section-history h2 span {
    color: #1f1f1f;
}

.section-history table th,
.section-history table td {
    padding: 10px 15px;
    white-space: nowrap;
}


.section-history table img {
    width: 150px;
}

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

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

    .section-history h2 {
        font-size: 24px;
    }

    .section-history table th,
    .section-history table td {
        padding: 20px 15px;
    }
}

/* --End history--------------- */
/* --Start privacy--------------- */
.section-privacy {
    background: #f5f5f5;
    padding: 60px 0;
}

.section-privacy .title-item {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.section-privacy .title-item h2 {
    font-size: 20px;
    position: relative;
    color: #000;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
}

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

.section-privacy .title-item ::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: #e70012;
}

/* --End privacy--------------- */