/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 25vh;
    background: url(../img/news/page/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 {
    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 news ------------------------------ */
.section-news {
    padding: 60px 0;
    background: #212530;
}

.section-news .item {
    height: 100%;
}

.section-news .text-item {
    border: 1px solid #383b44;
    padding: 20px;
    border-radius: 5px 5px 0 0;
}

.section-news .text-item span {
    background-color: #e70012;
    display: inline-block;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.section-news .text-item h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    padding: 20px 0 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

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

.section-news .text-item p {
    font-size: 16px;
    color: #797b87;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.section-news .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
}

.section-news .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.section-news .item:hover .pic-item img {
    transform: scale(1.05);
}

.section-news .item .btn-more {
    background-color: #212530;
    color: #a6a6a6;
    position: relative;
    display: block;
    border-radius: 5px;
    font-family: 'Lorin';
    transition: all 0.2s ease-in-out;
    padding: 15px 30px;
    outline: none;
    border: 1px solid #383b44;
    border-radius: 0;
    width: 100%;
    text-align: left;
}

.section-news .item .btn-more i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.section-news .item .btn-more:hover {
    border: 1px solid #bf2a26;
    background-color: #bf2a26;
    color: #fff;

}

/* End news ------------------------------ */
/* --Start content--------------- */
.section-news-content {
    padding: 60px 0;
    background: #fff;
}

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


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

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


    .section-news-content .title-item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 30px;
        height: 2px;
        background: #e70012;
    }
.section-news-content .content-item {
    padding-top: 40px;
}
    .creator-item {
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
    margin-top: 50px;
}

    .creator-item .creator-icon-item .title {
        margin-left: 20px;
        transition: all 0.2s ease-in-out;
    }

    .creator-item .creator-icon-item a {
        color: #787878;
        font-weight: bolder;
        margin-left: 20px;
        transition: all 0.2s ease-in-out;
    }

        .creator-item .creator-icon-item a:hover .title {
            color: #E0002E;
        }

    .creator-item .pic-item {
        position: relative;
        width: 90px;
        padding-bottom: 90px;
        overflow: hidden;
        border-radius: 100%;
    }

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

    .creator-item .creator-icon-item a {
        position: relative;
    }

        .creator-item .creator-icon-item a + a {
            margin-left: 10px;
        }


    .creator-item .creator-icon-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        transition: all 0.2s ease-in-out;
    }

        .creator-item .creator-icon-item img:nth-of-type(2) {
            visibility: hidden;
            opacity: 0;
        }

        .creator-item .creator-icon-item img:nth-of-type(1) {
            visibility: visible;
            opacity: 1;
        }

    .creator-item .creator-icon-item a:hover {
        color: #E0002E;
    }

        .creator-item .creator-icon-item a:hover img:nth-of-type(2) {
            visibility: visible;
            opacity: 1;
        }

        .creator-item .creator-icon-item a:hover img:nth-of-type(1) {
            visibility: hidden;
            opacity: 0;
        }

    .creator-item .text-item {
        padding: 10px 0;
        background: transparent;
    }

        .creator-item .text-item .content {
            padding: 15px 0;
        }

        .creator-item .text-item p {
            font-size: 15px;
            color: #666;
        }

/* --End content--------------- */
.ck-content .media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .ck-content .media iframe,
    .ck-content .media object,
    .ck-content .media embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* --End content--------------- */
.ck-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .ck-content img {
        width: auto;
    }
}
.section-technology-link {
    background: #21252e;
    border-bottom: 1px solid #666;
}

  

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

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

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

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