/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 25vh;
    background: url(../img/technology/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: 700px;
    display: none;
}

.section-banner .item h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    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 technology ------------------------------ */
.section-technology {
    padding: 40px 0 10px;
    background: #fff;
}

@media (min-width: 992px) {
    .section-technology {
        padding: 60px 0 10px;
    }
}

.section-technology-link {
    background: #21252e;

}


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

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

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

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

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

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

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

}

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

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

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



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

.section-technology .h3-title-item {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
}

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

.section-technology .red-title,
.section-technology .h3-title-item h3 {
    font-size: 20px;
    position: relative;
    font-weight: bolder;
    display: inline-block;
    color: #1f1f1f;
    font-family: 'Noto Sans CJK TC';
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.section-technology .red-title {
    color: #e70012;
}

.section-technology .h3-font {
    font-size: 18px;
    position: relative;
    font-weight: bolder;
    display: inline-block;
    color: #1f1f1f;
    font-family: 'Noto Sans CJK TC';
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .section-technology .h3-font {
        font-size: 20px;
    }

    .section-technology .h3-title-item {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.section-technology .technology-img-item {
    position: relative;
    display: block;
    width: 100%;

}

.section-technology img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.section-technology .technology-img-item::after {
    content: '';
    width: 90%;
    height: 75%;
    background: #be2925;
    position: absolute;
    right: -10px;
    z-index: 1;
    bottom: -10px;
}

.section-technology .tab-content .technology-img-item::after {
    content: '';
    width: 90%;
    height: 75%;
    background: #be2925;
    position: absolute;
    right: auto;
    left: -10px;
    z-index: 1;
    bottom: -10px;
}

.section-technology .text-title-item {}

.section-technology .text-title-item h3 {
    font-size: 18px;
    color: #111;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 5px;
    font-weight: bolder;
}

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

    .section-technology .h3-title-item h3,
    .section-technology .red-title {
        font-size: 24px;
    }


    .section-technology .text-title-item h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.section-technology p {
    margin-bottom: 0;
}

.section-technology p+p {
    margin-top: 20px;
}


.section-technology table th,
.section-technology table td {
    font-size: 15px;
    position: relative;
    padding: 20px;
    white-space: nowrap;

}

@media (min-width: 992px) {

    .section-technology table th,
    .section-technology table td {
        font-size: 17px;
    }
}

.section-technology table th.oem6-d {
    background: #f2f2f2;

}

.section-technology table th.oem6-l {
    background: #fff;
}

.section-technology table td::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #000;

}

.section-technology-content {
    padding: 30px 0;
    background: #fff;
}

.section-technology-content .technology-content-title-item {}

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

.section-technology-content .technology-content-title-item h2 span {
    color: #e70012;
}

.section-technology-content .content-item {
    position: relative;
}

.section-technology-content .content-item img {
    /* width: 58.33331%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); */

    width: 100%;
}

.section-technology-content .content-item .item {
    background: #e70012;
    height: 100%;
    padding: 40px 10px;
    position: static;
    z-index: 9;
    top: 50%;
    right: 0%;
    width: 100%;
    transform: translateY(0);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}


.section-technology-content .flex-row-reverse.content-item .item {
    left: 0%;
}


.section-technology-content .content-item .item span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #21252e;
    color: #fff;
    position: absolute;
    top: -30px;
    right: 0;
}

.section-technology-content .flex-row-reverse.content-item .item span {
    right: auto;
    left: 0;

}

.section-technology-content .content-item .item h3 {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 30px;
    font-weight: bolder;
}

.section-technology-content .content-item .item p {
    margin-bottom: 0;
    color: #fff;

}

.section-technology-content .content-item .item p+p {
    margin-top: 15px;
}

@media (min-width: 992px) {

    .section-technology-content {
        padding: 60px 0;
    }

    .section-technology-content .technology-content-title-item h2 {
        font-size: 28px;
    }

    .section-technology-content .content-item .item {
        height: 80%;
        padding: 60px 40px;
        position: absolute;
        top: 50%;
        right: 0%;
        width: 50%;
        transform: translateY(-50%);
    }

    .section-technology-content .content-item .item h3 {
        font-size: 28px;
    }

}

.section-technology-team {
    padding-bottom: 30px;
    padding-top: 30px;
    background: #eeeeee;
}

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

@media (min-width: 992px) {

    .section-technology-team {
        padding-bottom: 50px;
        padding-top: 50px;

    }
}

.section-technology-team .title-item,
.section-technology .underline-title-item {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}

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

@media (min-width: 992px) {

    .section-technology .underline-title-item h3,
    .section-technology-team .title-item h2 {
        font-size: 24px;
    }
}

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

.section-technology-team .why-title-item {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

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

}

.section-technology-team .why-title-item h3 {
    font-size: 18px;
    padding-top: 10px;
}


.section-technology-team .why-title-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background: #e70012;
}

@media (min-width: 992px) {

    .section-technology-team .why-title-item h2,
    .section-technology-team .why-title-item h3 {
        font-size: 24px;
    }

    .section-technology-team .why-title-item h3 {
        font-size: 20px;
        padding-top: 20px;
    }

    .section-technology-team .why-title-item {
        padding-left: 30px;
    }
}

.section-sop-title {
    background: #fff;
    padding: 40px 0 10px;
}


.section-sop-title .title-item {}

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

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

.section-sop-content {
    background: #21252e;
    padding: 60px 0;
}

.section-sop-content .item {}

.section-sop-content .item span {
    display: inline-block;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e70012;
    font-family: 'Noto Sans CJK TC';
    color: #fff;
}

.section-sop-content .item h4 {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
    padding: 10px 0;
}

.section-sop-content .item p {
    color: #eee;
    font-size: 15px;
    margin-bottom: 5px;

}

.section-sop-content .sop-img {
    width: 100%;
    position: static;
    bottom: 0;
}


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

    .section-sop-content .sop-img {
        position: absolute;
        width: 250px;
    }

}

.section-technology .icon-item,
.section-sop-icon .icon-item {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.section-technology .icon-item span {}

.section-technology .icon-item span img,
.section-sop-icon .icon-item span img {
    width: 35px;
    margin-right: 20px;
}

.section-technology .icon-item+.icon-item {
    margin-top: 10px;
    /* border-top: 1px solid #333; */
}

.section-sop-icon .icon-item+.icon-item {
    border-top: 1px solid #333;
}

.section-sop-icon {
    background: #f8f8f8;
    padding: 40px 0 40px;
    margin-top: 0px;
}

@media (min-width: 992px) {
    .section-sop-icon {
        padding: 200px 0 100px;
        margin-top: -100px;
    }
}

.section-promise {
    background: #fff;
}

.section-promise .promise-item {
    background: linear-gradient(to bottom, #0000005d, #0000003d), url(../img/technology/technology4/img1.webp) no-repeat center center/ cover scroll;
    padding: 100px 0px;
    margin-bottom: 50px;
}


.section-promise .promise-item p {
    padding: 5px;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .section-promise .promise-item {
        padding: 130px 0;
        background: url(../img/technology/technology4/img1.webp) no-repeat center center/ cover scroll;
    }

    .section-promise .promise-item p {
        padding: 5px 0;
    }
}

.section-technology .solution-item {
    padding: 50px 25px;
    background: #696969;
    height: 100%;
}

@media (min-width: 992px) {

    .section-technology .solution-item {
        padding: 50px;

    }
}

.section-technology .solution-item.d {
    background: #212530;
}

.section-technology .solution-item h4 {
    font-size: 24px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
    padding: 10px 0;
}

.section-technology .solution-item span {
    background: #e70012;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 20px;
}

.section-technology .solution-item p {
    color: #fff;
    margin-bottom: 0;
    line-height: 2;
}

.section-technology.qa {
    background: #f8f8f8;
    padding: 60px 0;
    margin: 0;
}

.section-technology.qa .red-item {
    background: #e70012;
    padding: 30px 15px;
    color: #fff;
}

.section-technology.qa .line {
    border-left: 1px solid #ccc;
}

.section-technology.qa p+p {
    margin-top: 10px;
}

.section-technology.qa .icon-item {
    display: flex;
    align-items: center;
}

.section-technology.qa .icon-item img {
    width: 100px;
}

.section-solution {
    background: url(../img/technology/technology5/img3.webp) no-repeat center center/ cover scroll;
    padding: 60px 0;

}

.section-solution.b {
    background: url(../img/technology/technology5/img5.webp) no-repeat center center/ cover scroll;

}

.section-solution .h3-title-item {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.section-solution .h3-title-item h3 {
    font-size: 22px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
    display: inline-block;

}

@media (min-width: 992px) {
    .section-solution .h3-title-item h3 {
        font-size: 30px;
    }

    .section-solution .h3-title-item {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        padding-left: 30px;
    }
}


.section-solution .h3-title-item h3::after {
    content: '';
    position: absolute;
    right: -50px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #e70012;
}

.section-technology .solution-text-item {}

.section-technology .solution-text-item .solution-title-item {
    font-size: 20px;
    position: relative;
    color: #000;
    font-family: 'Noto Sans CJK TC';
    margin-bottom: 0;
    font-weight: bolder;
    display: flex;
    margin-bottom: 10px;
}

.section-technology .solution-text-item .solution-title-item span {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e70012;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}

.section-technology .solution-text-item p+p {
    margin-top: 10px;
}

.section-technology .solution-title {
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    padding: 10px 0 10px 15px;
}

.section-technology .solution-title:after {
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #5a5e69;
    width: 1px;
    height: 100%;
}

/* End technology ------------------------------ */