/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 15vh;
    background: url(../img/technology/banner.webp) no-repeat center center/ cover scroll;
    margin-top: 61px;
}

@media (min-width: 1200px) {
    .section-banner {
        margin-top: 84px;
    }
}

.section-banner .item {
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 65%;
    display: block;
}

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


.section-banner .item h2 {
    font-family: 'ChalkboardSE';
    color: #00A9EC;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
}

@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: 35vh;
    }

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

    .section-banner .item img {
        display: block;
        width: 300px;
        margin: auto;
    }
}


/* --End banner--------------- */

/* Start technology ------------------------------ */
.section-technology {
    padding: 40px 0 10px;
    background: #fff;
}

.section-technology.d {
    background: #eee;
}

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

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

.section-technology .title-item h2 {
    font-size: 24px;
    color: #0068B7;
    position: relative;
    display: inline-block;
}



.section-technology .title-item h2:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
    background-image: url('../img/icon.webp');
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
}


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

.section-technology .text-p-item {
    position: relative;
    padding: 20px 30px;
}

.section-technology .text-p-item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 90%;
    background: #00A9EC;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-technology .text-p-item p,
.section-technology p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Noto Sans TC';
    line-height: 1.7;
}

@media (min-width: 1200px) {

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

    .section-technology .text-p-item p,
    .section-technology p {
        font-size: 18px;
    }
}

.section-technology .text-p-item p span {
    color: #00A9EC;
}

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

.section-technology .technology-icon-item .pic-item {
    position: relative;
    width: 80px;
    margin: auto;
    padding-bottom: 80px;
    overflow: hidden;
    background: #0068B7;
    border-radius: 100%
}

.section-technology .technology-icon-item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.6);
}

.section-technology .technology-icon-item h3 {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    color: #0068B7;
}

.section-technology .item {
    background: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 30px 15px;
    height: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-technology .item .pic-item {
    position: relative;
    width: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    margin: auto;
}

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

.section-technology .item h3 {
    font-size: 20px;
    color: #00B0EC;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    margin-bottom: 0;
}

@media (min-width: 1200px) {


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

.section-technology .item p {
    font-size: 16px;
    padding-top: 10px;
}


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