﻿.home-disclosure-section {
    position: relative;
    padding: 70px 0 42px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.home-partner-section {
    position: relative;
    padding: 28px 0 70px;
    background: linear-gradient(180deg, #eef5fb 0%, #ffffff 100%);
}

.home-section-header {
    max-width: 860px;
    margin: 0 auto 34px;
}

.home-section-header--left {
    max-width: none;
    margin-bottom: 28px;
    text-align: left;
}

.home-section-kicker {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(22, 121, 197, 0.10);
    color: #1d6fb2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.home-section-title {
    margin: 14px 0 10px;
    color: #17324d;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
}

.home-section-desc {
    margin: 0;
    color: #5d7387;
    font-size: 17px;
    line-height: 1.9;
}

.home-disclosure-panel {
    position: relative;
    padding: 30px 32px 28px;
    border-radius: 26px;
    background: linear-gradient(135deg, #12395a 0%, #1d76b5 56%, #2aa1cf 100%);
    box-shadow: 0 22px 55px rgba(17, 60, 95, 0.16);
    overflow: hidden;
}

    .home-disclosure-panel:before,
    .home-disclosure-panel:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
    }

    .home-disclosure-panel:before {
        width: 320px;
        height: 320px;
        top: -140px;
        right: -70px;
    }

    .home-disclosure-panel:after {
        width: 220px;
        height: 220px;
        left: -90px;
        bottom: -90px;
    }

.home-disclosure-top,
.home-disclosure-bottom {
    position: relative;
    z-index: 2;
}

.home-stat-card {
    height: 100%;
    min-height: 246px;
    padding: 26px 24px 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6px);
}

.home-stat-card--accent {
    background: rgba(255, 255, 255, 0.18);
}

.home-stat-meta {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-stat-value {
    margin-top: 14px;
    color: #ffffff;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
}

    .home-stat-value span {
        margin-left: 6px;
        font-size: 22px;
        font-weight: 700;
    }

.home-stat-title {
    margin-top: 18px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.home-stat-text {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.8;
}

.home-disclosure-bottom {
    margin-top: 18px;
}

.home-disclosure-note {
    display: flex;
    align-items: flex-start;
    min-height: 100%;
    padding: 22px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-note-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    margin-right: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-note-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
}

.home-note-text {
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.85;
}

.home-disclosure-actions {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.home-outline-btn {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.25s ease;
}

    .home-outline-btn:hover,
    .home-outline-btn:focus {
        color: #12395a;
        background: #ffffff;
        text-decoration: none;
    }

.home-partner-shell {
    padding: 38px 36px 30px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(18, 57, 90, 0.08);
}

.home-partner-grid > div {
    margin-bottom: 18px;
}

.home-partner-card {
    height: 100%;
    min-height: 148px;
    padding: 22px 16px 18px;
    border: 1px solid #e4edf4;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
    text-align: center;
    box-shadow: 0 10px 24px rgba(17, 60, 95, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .home-partner-card:hover {
        transform: translateY(-4px);
        border-color: #b9d4ea;
        box-shadow: 0 18px 34px rgba(17, 60, 95, 0.10);
    }

.home-partner-logo {
    min-height: 72px;
    color: #183652;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-partner-logo--blue {
    color: #2f62cf;
    font-size: 34px;
    text-transform: lowercase;
}

.home-partner-logo--red {
    color: #e85b57;
    font-size: 22px;
}

.home-partner-logo--navy {
    color: #1e4e96;
    font-size: 26px;
}

.home-partner-logo--purple {
    color: #7d3fb0;
    font-size: 28px;
}

.home-partner-type {
    margin-top: 8px;
    color: #6c7f90;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
}


body.body-wrapper {
    font-family: 'Oxygen', 'cwTeXYen', 'Microsoft JhengHei', sans-serif;
    color: #17324d;
    background: #ffffff;
}

.site-header {
    position: relative;
    z-index: 30;
}

.topBar {
    background: linear-gradient(90deg, #0f2741 0%, #12395a 55%, #1a6d9f 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0;
}

.topbar-row {
    min-height: 38px;
    display: flex;
    align-items: center;
}

.topbar-left,
.topbar-right-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
}

.topbar-site-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

    .topbar-site-note i {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

.topbar-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

    .topbar-social > li {
        padding: 0;
    }

        .topbar-social > li > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 38px;
            height: 38px;
            padding: 0 12px;
            border-radius: 999px;
            color: #ffffff;
            background: rgba(255, 255, 255, 0.10);
            border: 1px solid rgba(255, 255, 255, 0.10);
            text-decoration: none;
            transition: all 0.25s ease;
        }

            .topbar-social > li > a:hover,
            .topbar-social > li > a:focus {
                background: rgba(255, 255, 255, 0.18);
                color: #ffffff;
                transform: translateY(-1px);
            }

.topbar-line-icon {
    width: 18px;
    height: 18px;
}

.topbar-cta > a {
    padding: 0 16px !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.navbar.navbar-main {
    margin-bottom: 0;
    min-height: 76px;
    background: rgba(255, 255, 255, 0.97);
    border: none;
    box-shadow: 0 14px 32px rgba(17, 60, 95, 0.08);
}

    .navbar.navbar-main .container {
        position: relative;
    }

.site-brand {
    display: flex !important;
    align-items: center;
    gap: 14px;
    height: auto;
    margin: 0;
    padding: 6px 0 !important;
}

.site-brand--logo-only {
    min-width: 0;
}

.site-brand-logo {
    height: 54px;
    width: auto;
    filter: drop-shadow(0 8px 18px rgba(18, 57, 90, 0.12));
}

.site-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

    .site-brand-text small {
        color: #5f7990;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .site-brand-text strong {
        margin-top: 5px;
        color: #17324d;
        font-size: 26px;
        font-weight: 800;
        letter-spacing: 0.8px;
    }

.navbar-main .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.site-nav-list {
    float: right;
}

    .site-nav-list > li {
        position: relative;
    }

        .site-nav-list > li > a {
            position: relative;
            padding: 27px 16px 22px !important;
            color: #183652 !important;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.3px;
            background: transparent !important;
            transition: color 0.25s ease;
        }

            .site-nav-list > li > a:after {
                content: '';
                position: absolute;
                left: 16px;
                right: 16px;
                bottom: 11px;
                height: 3px;
                border-radius: 999px;
                background: linear-gradient(90deg, #1d76b5 0%, #2aa1cf 100%);
                transform: scaleX(0);
                transform-origin: center;
                transition: transform 0.25s ease;
            }

            .site-nav-list > li:hover > a,
            .site-nav-list > li.open > a,
            .site-nav-list > li.active > a,
            .site-nav-list > li > a:hover,
            .site-nav-list > li > a:focus {
                color: #1776b0 !important;
            }

                .site-nav-list > li:hover > a:after,
                .site-nav-list > li.open > a:after,
                .site-nav-list > li.active > a:after,
                .site-nav-list > li > a:hover:after,
                .site-nav-list > li > a:focus:after {
                    transform: scaleX(1);
                }

.nav-item--accent {
    margin-left: 6px;
}

.site-nav-list > li > a.nav-link--accent {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 13px 18px !important;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(29, 118, 181, 0.10) 0%, rgba(42, 161, 207, 0.14) 100%) !important;
    color: #126b9f !important;
    box-shadow: inset 0 0 0 1px rgba(29, 118, 181, 0.08);
}

    .site-nav-list > li > a.nav-link--accent:after {
        display: none;
    }

    .site-nav-list > li > a.nav-link--accent:hover,
    .site-nav-list > li > a.nav-link--accent:focus {
        background: linear-gradient(135deg, rgba(29, 118, 181, 0.14) 0%, rgba(42, 161, 207, 0.20) 100%) !important;
    }

.nav-caret {
    margin-left: 4px;
    font-size: 14px;
}

.navbar-main .dropdown-menu {
    min-width: 220px;
    margin-top: 0;
    padding: 12px 0;
    border: none;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 42px rgba(15, 41, 67, 0.14);
}

    .navbar-main .dropdown-menu > li > a {
        padding: 11px 20px;
        color: #27425b;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.22s ease;
    }

        .navbar-main .dropdown-menu > li > a:hover,
        .navbar-main .dropdown-menu > li > a:focus {
            color: #1776b0;
            background: #f2f8fc;
        }

.navbar-main .navbar-toggle {
    margin-top: 18px;
    margin-right: 0;
    border: 1px solid #d6e3ee;
    border-radius: 12px;
    background: #ffffff;
}

    .navbar-main .navbar-toggle .icon-bar {
        background: #183652;
    }

.bannercontainer.bannerV1 {
    position: relative;
    overflow: hidden;
    background: #0e2741;
}

    .bannercontainer.bannerV1:before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(8, 21, 35, 0.76) 0%, rgba(13, 39, 66, 0.54) 48%, rgba(13, 39, 66, 0.16) 100%);
        z-index: 4;
        pointer-events: none;
    }

    .bannercontainer.bannerV1:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 120px;
        background: linear-gradient(180deg, rgba(14, 39, 65, 0) 0%, rgba(14, 39, 65, 0.58) 100%);
        z-index: 4;
        pointer-events: none;
    }

.bannerV1 .fullscreenbanner-container,
.bannerV1 .fullscreenbanner {
    min-height: 500px !important;
    max-height: 500px !important;
}

    .bannerV1 .fullscreenbanner ul li > img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        filter: brightness(0.58) saturate(0.92);
    }

.bannerV1 .slider-caption.container {
    z-index: 8;
}

.bannerV1 .rs-caption-1 img {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 26px 60px rgba(9, 25, 41, 0.42);
}

.bannerV1 .rs-caption-2 {
    max-width: 620px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0.8px;
    text-shadow: 0 16px 36px rgba(0, 0, 0, 0.30);
}

.bannerV1 .rs-caption-3 {
    max-width: 560px;
    padding: 16px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.78;
    text-shadow: none;
    box-shadow: 0 18px 35px rgba(9, 25, 41, 0.16);
    backdrop-filter: blur(10px);
}

.bannerV1 .rs-caption-4 .btn.primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d76b5 0%, #2aa1cf 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 18px 32px rgba(10, 34, 56, 0.28);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

    .bannerV1 .rs-caption-4 .btn.primary-btn:hover,
    .bannerV1 .rs-caption-4 .btn.primary-btn:focus {
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 22px 38px rgba(10, 34, 56, 0.32);
    }

.bannerV1 .tp-leftarrow.default,
.bannerV1 .tp-rightarrow.default {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 34px rgba(9, 25, 41, 0.20);
}

    .bannerV1 .tp-leftarrow.default:hover,
    .bannerV1 .tp-rightarrow.default:hover {
        background: rgba(255, 255, 255, 0.22) !important;
    }

.bannerV1 .tp-bullets,
.bannerV1 .tp-bullets.simplebullets.preview4.hidebullets,
.bannerV1 .tp-bullets.simplebullets.round {
    bottom: 28px !important;
    z-index: 12 !important;
}

    .bannerV1 .tp-bullets.simplebullets.round .bullet {
        width: 11px !important;
        height: 11px !important;
        margin: 0 5px !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.42) !important;
    }

        .bannerV1 .tp-bullets.simplebullets.round .bullet.selected {
            width: 34px !important;
            background: #ffffff !important;
        }

@media (max-width: 991px) {
    .topbar-row {
        display: block;
    }

    .topbar-right-wrap {
        text-align: center;
    }

    .topbar-social {
        justify-content: center;
        float: none !important;
    }

    .navbar.navbar-main {
        min-height: 72px;
    }

    .site-brand-logo {
        height: 48px;
    }

    .site-brand-text strong {
        font-size: 22px;
    }

    .site-nav-list > li > a {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 14px;
    }

        .site-nav-list > li > a.nav-link--accent {
            margin-top: 8px;
            margin-bottom: 8px;
            display: inline-block;
        }

    .bannerV1 .fullscreenbanner-container,
    .bannerV1 .fullscreenbanner {
        min-height: 340px !important;
        max-height: 340px !important;
    }

        .bannerV1 .fullscreenbanner ul li > img {
            height: 340px;
        }

    .bannerV1 .rs-caption-2 {
        font-size: 40px;
    }

    .bannerV1 .rs-caption-3 {
        font-size: 15px;
    }

    .home-disclosure-section {
        padding-top: 56px;
    }

    .home-disclosure-panel,
    .home-partner-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-stat-card {
        min-height: 220px;
        margin-bottom: 18px;
    }

    .home-disclosure-actions {
        justify-content: flex-start;
        min-height: auto;
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .topBar {
        padding: 6px 0;
    }

    .topbar-right-wrap {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .topbar-social {
        flex-wrap: wrap;
        gap: 8px;
    }

        .topbar-social > li > a {
            min-width: 34px;
            height: 34px;
        }

    .navbar.navbar-main {
        min-height: 68px;
    }

    .site-brand {
        padding: 10px 0 !important;
    }

    .site-brand-logo {
        height: 44px;
    }

    .navbar-main .navbar-collapse {
        margin-top: 10px;
        padding: 10px 0 14px;
        border-top: 1px solid #e9f0f5;
    }

    .site-nav-list {
        float: none;
    }

        .site-nav-list > li > a,
        .site-nav-list > li > a.nav-link--accent {
            margin: 0;
            padding: 14px 0 !important;
            border-radius: 0;
            box-shadow: none;
            display: block;
        }

            .site-nav-list > li > a:after {
                left: 0;
                right: auto;
                width: 34px;
                bottom: 8px;
            }

    .navbar-main .dropdown-menu {
        min-width: 100%;
        padding: 6px 0 8px;
        box-shadow: none;
        background: #f8fbfe;
    }

    .bannerV1 .fullscreenbanner-container,
    .bannerV1 .fullscreenbanner {
        min-height: 340px !important;
        max-height: 340px !important;
    }

        .bannerV1 .fullscreenbanner ul li > img {
            height: 340px;
        }

    .bannercontainer.bannerV1:after {
        height: 80px;
    }

    .bannerV1 .rs-caption-2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .bannerV1 .rs-caption-3 {
        max-width: 86vw;
        padding: 14px 16px;
        font-size: 14px;
        line-height: 1.7;
        border-radius: 16px;
    }

    .bannerV1 .rs-caption-4 .btn.primary-btn {
        padding: 12px 22px;
        font-size: 14px;
    }

    .bannerV1 .tp-leftarrow.default,
    .bannerV1 .tp-rightarrow.default {
        width: 44px !important;
        height: 44px !important;
    }

    .home-disclosure-section {
        padding: 46px 0 22px;
    }

    .home-partner-section {
        padding: 20px 0 50px;
    }

    .home-section-title {
        font-size: 30px;
    }

    .home-section-desc {
        font-size: 15px;
        line-height: 1.8;
    }

    .home-disclosure-panel,
    .home-partner-shell {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .home-stat-card {
        min-height: auto;
        padding: 22px 18px;
    }

    .home-stat-value {
        font-size: 44px;
    }

    .home-stat-title {
        font-size: 21px;
    }

    .home-note-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        margin-right: 12px;
        border-radius: 14px;
        font-size: 18px;
    }

    .home-note-title {
        font-size: 18px;
    }

    .home-partner-logo {
        min-height: 52px;
        font-size: 20px;
    }

    .home-partner-logo--blue {
        font-size: 30px;
    }

    .home-partner-logo--red,
    .home-partner-logo--navy,
    .home-partner-logo--purple {
        font-size: 22px;
    }
}
