
.jarallax-computer-1 {
    background-image: url('../images/SEO/SEO-1.jpg');
    background-position: center center;
}

.jarallax-mobile-1 {
    background-image: url('../images/SEO/SEO-m-1.jpg');
    background-position: center center;
}

.jarallax-computer-2 {
    background-image: url('../images/SEO/SEO-2.jpg');
    background-position: center center;
}

.jarallax-mobile-2 {
    background-image: url('../images/SEO/SEO-m-2.jpg');
    background-position: center center;
}

.jarallax-computer-3 {
    background-image: url('../images/SEO/SEO-3.jpg');
    background-position: center center;
}

.jarallax-mobile-3 {
    background-image: url('../images/SEO/SEO-m-3.jpg');
    background-position: center center;
}

.jarallax-computer-4 {
    background-image: url('../images/SEO/SEO-4.jpg');
    background-position: center center;
}

.jarallax-mobile-4 {
    background-image: url('../images/SEO/SEO-m-4.jpg');
    background-position: center center;
}

.jarallax-computer-5 {
    background-image: url('../images/SEO/SEO-5.jpg');
    background-position: center center;
}

.jarallax-mobile-5 {
    background-image: url('../images/SEO/SEO-m-5.jpg');
    background-position: center center;
}


.jarallax-computer-6 {
    background-image: url('../images/SEO/SEO-5.jpg');
    background-position: center center;
}

.jarallax-mobile-6 {
    background-image: url('../images/SEO/SEO-m-5.jpg');
    background-position: center center;
}


.jarallax-computer-7 {
    background-image: url('../images/SEO/SEO-5.jpg');
    background-position: center center;
}

.jarallax-mobile-7 {
    background-image: url('../images/SEO/SEO-m-5.jpg');
    background-position: center center;
}

.scroll {
    scroll-margin-top: 250px;
}


hr.custom-hr {
    all: unset;
    display: block;
    height: 2.5px;
    background-color: #2e60ab;
    width: 994px;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.banner-box li {
    font-size: 20px;
}

.mask_group {
    width: 100%;
    height: 450px;
    background-image: url("../images/mask_group.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.vertical-line {
    position: relative;
    top: -30px;
    left: 50%;
    width: 35px;
    height: 1px;
    background: #CF1F51;
    transform: translateX(-50%) rotate(90deg);
}

.map {
    position: absolute;
    top: 450px;
    width: 100%;
    height: 40px;
    background-color: rgb(217, 255, 242);
}

.inauguration_content {
    position: relative;
    top: 0px;
    width: 100%;
    height: 95px;
    margin: 0 auto;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #e53935, #3f51b5);
    border-image-slice: 1;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
}

.gradient-border {
    position: relative;
    top: 0px;
    margin: 0 auto;
    padding: 2px;
    background: linear-gradient(to bottom, #e53935, #3f51b5);
    border-radius: 10px;
    display: inline-block;
    width: 65%;
    height: 200px;
}

.banner-box {
    margin: 20px auto;
    max-width: 1000px;
    border-radius: 15px;
    background: linear-gradient(to bottom, #CF1F51, #65489A);
    padding: 3px;
    margin-bottom: 40px;
}

.banner-content {
    position: relative;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

    .banner-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/banner-skyline.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        z-index: 0;
        pointer-events: none;
    }

.banner-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 300px;
}

    .banner-list li {
        margin-bottom: 15px;
        margin-left: 20px;
        font-weight: 500;
        position: relative;
        padding-left: 20px;
        color: #333;
    }

        .banner-list li::before {
            content: "●";
            position: absolute;
            left: 0;
            bottom: 0;
            color: #c92464;
            font-size: 16px;
        }


.us-tw-trade {
    margin: 10px auto;
    max-width: 1000px;
    line-height: 1.8;
    color: #333;
}


.us-tw-trade-bk-1 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}


.us-tw-trade .intro {
    margin-bottom: 30px;
}

.trade-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .trade-points li {
        margin-bottom: 25px;
    }

li p {
    margin-left: 50px;
}

.us-tw-trade-container {
    display: flex;
    gap: 1.5rem;
    margin: 10px auto;
    max-width: 1000px;
    line-height: 1.8;
}

.title {
    font-size: 22px;
    color: #144d9c;
    margin-bottom: 20px;
    font-weight: bold;
}

.left,
.right {
    flex: 1;
    padding: 1.5rem;
    background: linear-gradient(90deg, #4ebdd93d 0%, #f3abc556 50%, #6fc4c643 100%);
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1024px) {

    hr.custom-hr {
        width: 100%;
    }
}


@media (max-width: 768px) {

    h6 {
        font-size: 16px;
    }

    h5 {
        font-size: 20px;
        font-weight: bold;
        color: #1E53A4;
    }

    p,
    li {
        font-size: 12px;
    }

    .us-tw-trade-container {
        margin-left: 20px;
        margin-right: 20px;
        flex-direction: column;
    }
}
