.title-img {
    width: 100%;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}

.custom-section {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
}

.custom-section h1 {
    font-weight: bold;
    font-size: 18px;
    color: #0068ff;
}

.custom-section h2 {
    font-size: 16px;
    color: #3d3d3d;
}
.custom-section p {
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    line-height: 20px;
}

.custom-section li {
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

.custom-section img {
    width: 100%;
}

.custom-section video {
    width: 100%;
}

.custom-section button {
    width: 48%;
    height: 40px;
    background: #0068ff;
    border: none;
    border-radius: 6px;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-section-detail {
    display: flex;
    align-items: flex-start;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title p {
    font-weight: bold;
    font-size: 18px;
    color: #0068ff;
}

.footer-a {
    text-align: left;
    margin: 10px 10px;
    float: left;
    color: #fff;
}

@media (max-width: 800px) {
    /* mobile banner */
    .mobile-banner-sub-nav {
        display: inline-flex !important;
        width: inherit;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        margin-bottom: 5px;
        width: 600px;
        max-height: 18vh;
    }

    .mobile-banner-sub-nav .sub-content {
        background: #e5efff;
        border-radius: 8px 8px 8px 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 25px 10px;
        width: 30%;
        margin-top: 10px;
        box-sizing: border-box;
        border: 1px solid #0858d900;
    }

    .mobile-banner-sub-nav .sub-content-1 {
        background: #fff;
        padding: 10px 0px;
    }

    .mobile-banner-sub-nav .sub-content p {
        font-size: 12px;
        color: #3d3d3d;
        text-align: center;
        margin-top: 5px;
        height: 30px;
    }

    .mobile-banner-sub-nav .active {
        border: 1px solid #0858d9;
    }

    .mobile-banner-sub-nav .active.sub-content p {
        color: #0858d9;
    }

    .mobile-banner-sub-nav .active1.sub-content-1 p {
        font-weight: bold;
        color: #0858d9;
    }

    .banner .banner-img {
        display: none;
    }

    .sub-nav-scroll {
        overflow-x: scroll;
        overflow-y: hidden; 
        margin-bottom: 10px;
    }

    .sub-nav-scroll::-webkit-scrollbar {
        height: 4px;
    }

    .sub-nav-scroll::-webkit-scrollbar-track {
        background: #E5EFFF;
        border-radius: 10px;
    }

    .sub-nav-scroll::-webkit-scrollbar-thumb {
        background: #B7D4FF;
        border-radius: 10px;
    }

    .sub-nav-scroll::-webkit-scrollbar-thumb:hover {
        background: #B7D4FF;
    }
}

.banner-sub-nav {
    display: inline-flex !important;
    width: inherit;
    justify-content: space-evenly;
    align-items: center;
}

.banner-sub-nav .sub-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 70px;
    cursor: pointer;
    padding: 0 10px;
}

.banner-sub-nav .sub-content:hover {
    background: rgba(0, 104, 255, 0.1);
}

.banner-sub-nav .sub-content img {
    margin-right: 8px;
}

.banner-sub-nav .active {
    background: rgba(0, 104, 255, 0.1);
}

.banner-sub-nav .sub-content:hover p {
    color: #0068ff;
}

.banner-sub-nav .active.sub-content p {
    color: #0068ff;
}
