.header-introduce {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

.menu-introduce {
    overflow: hidden;
    /* background-color: #101010; */
    width: 1240px;
    margin: 0 auto;
    /* padding-left: 120px; */
    max-width: 100%;
}

    .menu-introduce a {
        float: left;
        display: flex;
        color: #ccc;
        text-decoration: none;
        font-size: 13px;
        margin-bottom: 2px;
        min-width: 100px;
        height: 56px;
        justify-content: center;
        align-items: center;
    }

        .menu-introduce a:hover,
        .menu-introduce a.active {
            border-bottom: 2px solid #eb0a1e;
            color: #ffffff;
        }

.header-introduce-mobile {
    display: none;
}

.page-container {
    margin-top: 94px;
}

.section-banner {
    max-width: 1600px;
    height: 240px;
    margin: 0 auto;
    margin-top: calc(54px + 94px);
    position: relative;
}

    .section-banner .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .section-banner .banner-title {
        font-weight: 600;
        font-size: 40px;
        line-height: 57px;
        color: #FFFFFF;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

.section-content-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.title-highlight {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-left: 5px solid #EB0A1E;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 16px;
}

.section-information {
    margin-bottom: 80px;
}

.normal-text {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    color: #000000;
    margin-bottom: 32px;
}

.normal-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 32px;
    margin-top: 60px;
}

.normal-text.bold {
    font-weight: bold;
}

.content-html {
    /* margin-top: 60px; */
    /* height: 700px;
    overflow: hidden;
    transition: all .2s ease-in-out; */
}

    .content-html.active {
        /* height: auto; */
        /* overflow: unset; */
    }

.image-technology {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 60px auto;
}

.box-image-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .box-image-content .image-item {
        width: calc(100% / 3);
    }

    .box-image-content .content-item {
        width: calc((100% * 2) / 3);
    }

.content-item p {
    padding-right: 56px;
}

.image-item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.see-more-content {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #1A1A1A;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.12em;
    color: #1A1A1A;
    box-shadow: none;
    outline: none;
    margin: 0 auto;
    margin-top: 40px;
    background: #ffffff;
}

.select-group {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    /* margin-bottom: 16px; */
}

.select-input {
    padding: 0 16px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-group::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #EB0A1E;
    position: absolute;
    right: 18px;
    /* bottom: 10px; */
}

.section-learn-more .box-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .section-learn-more .box-flex .title-highlight {
        margin: 0;
    }

.page-link {
    border: 1px solid #cccccc;
    color: #cccccc;
    font-size: 16px;
}

    .page-link:hover {
        color: #eb0a1e;
        border-color: #eb0a1e;
        background-color: #FFFFFF;
    }

    .page-link:focus {
        outline: none;
        box-shadow: none;
    }

.page-item.active .page-link {
    background-color: #eb0a1e;
    border-color: #eb0a1e;
}

.page-item.disabled .page-link {
    border: 1px solid #cccccc;
    color: #cccccc;
    font-size: 16px;
}

.sync-pagination.pagination {
    width: fit-content;
    margin: 0 auto;
}

.page-container .page-content-container {
    padding: 0;
}

.box-container-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* margin-left: -70px; */
}

    .box-container-flex .contain-item-flex {
        margin-top: 40px;
        /* width: calc(50% - 70px); */
        /* margin-left: 70px; */
        width: 100%;
    }

        .box-container-flex .contain-item-flex:first-child {
            margin-top: 24px;
        }

.contain-item-flex .contain-item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 32px;
    text-align: center;
}

.contain-item-flex img {
    width: 100%;
    height: 303px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-bottom: 32px;
}

.contain-item-flex .contain-item-description {
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #000000;
    margin-bottom: 0;
}

ul {
    margin: 0;
    list-style-type: inherit;
}

    ul li .normal-text {
        margin: 0;
    }

.box-image-content-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1000px;
    margin: 60px auto;
}

    .box-image-content-flex .box-image-content-item {
        max-width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .box-image-content-flex .box-image-content-item img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
            margin-bottom: 30px;
        }

        .box-image-content-flex .box-image-content-item .normal-text {
            margin-bottom: 0;
            text-align: center;
        }

.page-container .page-content-container .page-content-contain .popup-video.custom {
    width: 100%;
    max-width: 980px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
    max-height:600px;
}

.loading {
    position: relative;
    width: 100% !important;
    min-height: 350px;
}

@media (max-width: 1080px) {
    .menu-introduce {
        display: none;
    }

    .header-introduce-mobile {
        display: block;
        list-style: none;
        background-color: #000000;
        padding-left: 0;
        margin-bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 9;
        top: 60px;
    }

        .header-introduce-mobile .menu-active-mobile {
            display: flex;
            justify-content: space-between;
            color: #fff;
            align-items: center;
            height: 60px;
        }

            .header-introduce-mobile .menu-active-mobile i {
                transition: all 0.3s ease;
            }

            .header-introduce-mobile .menu-active-mobile .rotate-icon {
                transform: rotate(180deg);
            }

        .header-introduce-mobile > li {
            padding: 14px 25px;
            background-color: #000000;
            border-bottom: 1px solid #1e1e1e;
            display: none;
        }

            .header-introduce-mobile > li a {
                display: inline-block;
                text-decoration: none;
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                color: #cccccc;
                width: 100%;
            }

    .page-container {
        margin-top: 60px;
    }

    .section-banner {
        margin-top: 120px;
        height: 180px;
    }

        .section-banner .banner-title {
            font-size: 32px;
            line-height: 46px;
        }

    .image-technology.desktop {
        display: none;
    }

    .section-content-container {
        padding: 0 16px;
    }

    .content-html {
        /* height: 1080px; */
    }

    .title-highlight {
        height: auto;
        padding: 0;
        padding-bottom: 8px;
        border: none;
        border-bottom: 3px solid #EB0A1E;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color: #1A1A1A;
        width: fit-content;
    }

    .normal-title {
        margin-top: 32px;
        font-size: 20px;
    }

        .normal-title:first-child {
            margin-top: 0;
        }

    .box-image-content .content-item {
        width: 100%;
    }

    .content-item p {
        padding: 0;
    }

    .box-image-content .image-item {
        width: 100%;
    }

    .image-technology {
        margin: 32px auto;
    }

    .box-image-content {
        flex-direction: column-reverse;
    }

    .image-item img {
        margin-bottom: 32px;
    }

    .section-learn-more .box-flex {
        flex-direction: column;
        align-items: unset;
    }

    .select-group {
        margin-top: 16px;
        width: 100%;
    }

    .page-container .page-content-container .page-content-contain .contain {
        padding-top: 0;
    }

    .box-container-flex {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

        .box-container-flex .contain-item-flex {
            margin-left: 0;
            width: 100%;
        }

    .contain-item-flex .contain-item-title {
        text-align: left;
    }

    .contain-item-flex img {
        height: 152px;
    }

    .box-image-content-flex {
        flex-direction: column;
    }

        .box-image-content-flex:last-child {
            margin-bottom: 0;
        }

        .box-image-content-flex .box-image-content-item {
            width: 100%;
            max-width: 100%;
        }

            .box-image-content-flex .box-image-content-item img {
                margin-top: 60px;
            }

            .box-image-content-flex .box-image-content-item:first-child img {
                margin-top: 0;
            }
}

.header-introduce {
    width: 1600px;
    margin: 0 auto;
    max-width: 100%;
    background: #101010;
}

@media(min-width: 1080px) {
    .image-technology.mobile {
        display: none;
    }
}
