html {
    font-size: 16px;
}

body {
    font-family: 'Poppins', "Noto Sans TC","Noto Sans SC", sans-serif;
    font-weight: 400;
    line-height: 1.25rem;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #343434;
    margin-bottom: 0;
}

img {
    width: 100%;
}

p img {
    width: fit-content;
}

button {
    border: none;
    outline: none;
}

ul ul {
    margin-top: 20px;
}

li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: 300;
    margin-bottom: 20px;
}

input {
    outline: unset;
    border: 1px solid #2B387D4F;
    padding: 12px 14px;
}

    input:focus {
        border: 1px solid #2B387D;
    }

    input:placeholder-shown {
        color: #818181;
        font-weight: 300;
    }

    input.form-input {
        background-color: #F9F9F9;
    }

        input.form-input[readonly] {
            background-color: #EBEBEB;
        }

select.form-input {
    outline: unset;
    border: 1px solid #2B387D4F;
    padding: 12px 14px;
    background-color: #F9F9F9;
    color: #818181;
    font-weight: 300;
}

textarea.form-input {
    outline: unset;
    border: 1px solid #2B387D4F;
    padding: 12px 14px;
    background-color: #F9F9F9;
    color: #818181;
    font-weight: 300;
}

.error-msg {
    font-size: 0.875rem;
    color: #D42A28;
}

.form-input.invalid {
    border-color: #D42A28;
}

option {
    color: #000;
}

select.error, input.error, textarea.error {
    border: 1px solid #D42A28;
}

label {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #343434;
}

    label.agreement {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

.add-gradient {
    background: linear-gradient(180deg, #F0F0F0, #FFFFFF);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #9F1C33;
    border-radius: 0;
    min-width: 100px;
}

    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
        background-color: #D52B29;
    }

    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
        box-shadow: unset;
    }

.checkbox.mb-3 {
    /*    opacity: 0;
    height: 0;
    position: absolute;
    top: -200px;*/
    width: 100%;
}

.msg_subscription-success {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.75rem;
    font-weight: 300;
}

.msg_form-success {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #343434;
}

.form-submit {
    text-transform: uppercase;
    margin-top: 20px;
}

.size-sm svg {
    width: 8.5px;
}

.swcs-input::placeholder {
    color: #818181;
}

.object-item-hr {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(134, 134, 134, 0.75), rgba(0, 0, 0, 0));
}


.refer-contain {
    position: relative;
}

    .refer-contain .refer-msg {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        border-radius: 7px;
        border: 1px solid #efefef;
        background: #FFF;
        opacity: 0;
        transition: 0.25s;
        z-index: -1;
    }

        .refer-contain .refer-msg.active {
            opacity: 1;
            top: -100%;
        }



.primary-linkbtn {
    height: 44px;
    display: flex;
    font-weight: 200;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
}

    .primary-linkbtn a {
        padding: 12px 20px;
        color: #FFF;
        background-color: #9F1C33;
        display: flex;
    }

        .primary-linkbtn a img {
            max-width: 8.5px;
            margin-left: 10px;
            transition: 0.3s;
        }

    .primary-linkbtn:hover a {
        background-color: #D52B29;
    }

        .primary-linkbtn:hover a img {
            transform: rotate(-90deg);
        }

.primary-btn {
    height: 44px;
    font-weight: 200;
    padding: 12px 20px;
    color: #FFF;
    background-color: #9F1C33;
    display: flex;
    align-items: center;
    width: fit-content;
}

    .primary-btn.form-submit {
        width: 120px;
        justify-content: center;
    }

    .primary-btn img {
        max-width: 8.5px;
        margin-left: 10px;
        transition: 0.3s;
    }

    .primary-btn:hover {
        background-color: #D52B29;
    }

        .primary-btn:hover img {
            transform: rotate(-90deg);
        }

.dropdown-menu {
    border-radius: 0;
}

.sp-icon {
    margin-top: 20px;
    position: relative;
}

    .sp-icon::before {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        background-color: #9F1C33;
        position: absolute;
        top: -20px;
        left: -20px;
    }

.modal-content {
    border-radius: 0;
}

.modal-dialog {
    margin-top: 120px;
}

.custom-modal-close {
    position: absolute;
    top: -35px;
    right: 0;
    width: 24px;
    padding: 0;
    background: unset;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}



.contact-checkbox {
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #2B387D4F;
    transform: translateY(3px);
}

input[type="checkbox"].contact-checkbox:checked {
    background-image: url(/media/_icon/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.swcs-input {
    width: 100%;
    padding: 12px 15px;
    outline: none;
    border: 1px solid #707070;
}

.cookie-notice-containter {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #FFF;
    padding: 25px;
    z-index: 100;
    width: 485px;
    box-shadow: 0px 3px 6px #00000029;
}

    .cookie-notice-containter .title {
        font-size: 1.875rem;
        line-height: 1.875rem;
        text-transform: uppercase;
        color: #A01C33;
        margin-bottom: 10px;
    }

    .cookie-notice-containter .text {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin-bottom: 15px;
    }

.breadcrumb {
    margin-top: 13px;
    margin-bottom: 13px;
}

    .breadcrumb * {
        font-size: 0.857rem;
        line-height: 1.625rem;
        color: #343434;
        margin-bottom: 0;
    }

.index-subscription-section {
    background: transparent linear-gradient(285deg, #2C397E 0%, #D42A28 100%) 0% 0% no-repeat padding-box;
}

    .index-subscription-section .agreement-label {
        color: #FFF;
        width: calc(100% - 21px);
    }

    .index-subscription-section .agreement {
        display: flex;
        flex-direction: row;
    }

        .index-subscription-section .agreement .swcs-checkbox {
            align-self: flex-start;
            margin-right: 5px;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 16px;
            height: 16px;
            border-radius: 3px;
            border: 1px solid #2B387D4F;
            transform: translateY(3px);
            background-color: #FFF;
        }

input[type="checkbox"].swcs-checkbox:checked {
    background-image: url(/media/_icon/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.index-subscription {
    padding: 58px 0px 45px;
    display: flex;
    color: #FFF;
}

.index-s1 {
    position: relative;
}

.news-pop-up {
    position: absolute;
    bottom: 25%;
    left: 0;
    max-width: 620px;
    display: flex;
    background: #FFF;
    padding: 20px;
    box-shadow: 3px 3px 6px #00000029;
    transform: translateX(-600px);
    transition: 1s;
}

    .news-pop-up.active {
        transform: translateX(0px);
    }

    .news-pop-up a {
        display: flex;
        width: calc(100% - 25px);
    }

    .news-pop-up .image {
        width: 183px;
    }

    .news-pop-up .content {
        margin-left: 20px;
        width: 400px;
    }

    .news-pop-up .title {
        color: #2B387D;
        font-size: 1.25rem;
        line-height: 1.6875rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-pop-up .date {
        color: #2B387D;
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

.news-pop-up-btn {
    width: 25px;
    background: transparent linear-gradient(39deg, #2C397E 0%, #D52B29 100%) 0% 0% no-repeat padding-box;
    margin: -20px -20px -20px 20px;
}

.news-pop-up .pop-up-marks svg {
    max-width: 11px;
}

.news-pop-up-btn:hover .pop-up-marks {
    transition: 0.3s;
    transform: rotate(-90deg);
}

.news-pop-up.active .pop-up-marks {
    transform: rotate(-90deg);
}

.news-pop-up.active .news-pop-up-btn:hover .pop-up-marks, .news-pop-up:not(.active) .pop-up-marks {
    transform: rotate(0deg);
}

.index-s2 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(/media/jmjdjiq5/lg-background.png);
    background-size: cover;
    background-position: top;
    background-repeat: round;
}

.index-s2-title {
    color: #2B387D;
    font-size: 1.875rem;
    line-height: 1.875rem;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px;
}

.index-s2-data-list {
    display: flex;
    justify-content: space-between;
}

.index-s2-data-item {
    width: 23%;
}

    .index-s2-data-item .gradient-title {
        background: transparent linear-gradient(294deg, #D42A28 0%, #2C397E 100%) 0% 0% no-repeat padding-box;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 3.25rem;
        line-height: 4rem;
        font-style: italic;
        width: fit-content;
        font-weight: 500;
        height: 150px;
        align-content: center;
    }

        .index-s2-data-item .gradient-title.digit {
            font-size: 5.125rem;
            line-height: 5.125rem;
        }

    .index-s2-data-item .text {
        color: #343434;
        font-size: 1.25rem;
        line-height: 1.6875rem;
        font-weight: 300;
    }

.index-s3 {
    margin: 50px auto;
}

.index-s3-content-contain {
    display: flex;
    padding: 40px 50px 40px 0;
    background-color: transparent;
    background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
    background-position: 98% 0px, right;
    background-repeat: no-repeat;
    background-size: auto, 70%;
}

.index-s3-video {
    width: 50%;
    position: relative;
    padding-bottom: 28.125%;
    overflow: hidden;
}

    .index-s3-video .video-null {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .index-s3-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-play-btn {
    position: absolute;
    left: 25px;
    bottom: 30px;
    width: 72px;
    height: 72px;
    padding: 0;
    transition: 0.2s;
}

    .video-play-btn.disable {
        opacity: 0%;
    }

.index-s3-content {
    width: 50%;
    margin-left: 50px;
    align-content: center;
}

    .index-s3-content .title {
        color: #2B387D;
        font-size: 1.875rem;
        line-height: 2.188rem;
        margin-bottom: 30px;
    }

    .index-s3-content .text {
        font-weight: 300;
        font-size: 1.125rem;
        line-height: 1.4375rem;
        margin-bottom: 30px;
    }

.index-s4-list {
    display: flex;
}

.index-s4-item {
    width: 33.333%;
    aspect-ratio: 1;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index-s4-item-content {
    padding: 50px;
    margin-top: auto;
    color: #FFF;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    background: transparent linear-gradient(180deg, #20102800 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.index-s5 {
    margin: 70px auto;
}

.index-s5-title {
    color: #2B387D;
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 30px;
}

.index-s5-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.index-s5-intro {
    max-width: 400px;
}

    .index-s5-intro .text {
        font-size: 1.125rem;
        line-height: 1.4375rem;
        font-weight: 300;
        color: #343434;
        margin-bottom: 30px;
    }

.index-s5-hr {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(134, 134, 134, 0.75), rgba(0, 0, 0, 0));
}

.index-s5-nav-list {
    width: calc(100% - 500px);
}

.index-s5-nav-item {
    padding: 30px 25px;
}

    .index-s5-nav-item a {
        color: #343434;
        font-size: 1.5rem;
        line-height: 1.875rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .index-s5-nav-item a svg {
            transition: 0.3s;
        }

    .index-s5-nav-item:hover {
        border-left: 5px solid transparent;
        border-image: linear-gradient(180deg, #2C397E 0%, #D52B29 100%);
        border-image-slice: 1;
        background: transparent linear-gradient(270deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
    }

        .index-s5-nav-item:hover a {
            color: #2B387D;
        }

            .index-s5-nav-item:hover a svg {
                transform: rotate(-90deg);
            }

.index-s6 {
    margin: 70px auto;
}

.index-s6-title-contain {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.index-s6-title {
    color: #2B387D;
    font-size: 1.875rem;
    line-height: 1.875rem;
}

.index-s6-viewmore a {
    color: #343434;
    display: flex;
}

    .index-s6-viewmore a svg {
        transition: 0.3s;
        margin-left: 15px;
    }

.index-s6-viewmore:hover a {
    color: #2B387D;
}

    .index-s6-viewmore:hover a .icon-arrow-bk svg {
        transform: rotate(-90deg);
    }

.index-s6-news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3333%;
}

.index-s6-news-item {
    width: 24%;
}

    .index-s6-news-item:hover {
        box-shadow: 5px 4px 7px -3px #00000029;
    }

        .index-s6-news-item:hover .content-contain {
            background: #FFF;
        }

        .index-s6-news-item:hover .title {
            color: #2B387D;
        }

    .index-s6-news-item a {
        height: 100%;
        color: #343434;
        display: flex;
        flex-direction: column;
    }

    .index-s6-news-item .content-contain {
        height: 310px;
        background: transparent linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
        padding: 15px 20px 40px;
        color: #343434;
        display: flex;
        flex-direction: column;
    }

    .index-s6-news-item .title {
        font-size: 1.25rem;
        line-height: 1.6875rem;
    }

    .index-s6-news-item .category {
        margin-top: auto;
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }

    .index-s6-news-item .date {
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }

.index-s7 {
    padding: 70px 0px;
    background-image: url(/media/mftnyhos/swcs-corporate-site-call-to-action-banner-footer-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index-s7-title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 30px;
    color: #FFF;
}

.index-s7-text {
    max-width: 400px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 35px;
    font-weight: 300;
    color: #FFF;
}

.subscription-textcontain {
    margin-right: 80px;
    max-width: 695px;
}

    .subscription-textcontain .title {
        font-size: 1.875rem;
        margin-bottom: 30px;
    }

    .subscription-textcontain .text {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

.subscription-form {
    display: flex;
    flex-wrap: wrap;
}

.subscription-submit-btn {
    color: #343434;
    padding: 11px 19px;
    display: flex;
    width: 145px;
    height: 44px;
    justify-content: center;
    background-color: #FFF;
    align-items: center;
    font-weight: 400;
}

    .subscription-submit-btn svg {
        margin-left: 15px;
        transition: 0.3s;
    }

    .subscription-submit-btn:hover {
        color: #2B387D;
    }

        .subscription-submit-btn:hover svg {
            transform: rotate(-90deg);
        }

.about-s1 {
    margin: 80px auto;
}

    .about-s1 .title {
        max-width: 660px;
        font-size: 1.875rem;
        line-height: 2.25rem;
        color: #2C397E;
        margin: 0px auto 20px;
        text-align: center;
    }

    .about-s1 .content {
        max-width: 1070px;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #343434;
        margin: 20px auto;
        text-align: center;
        font-weight: 300;
    }

.about-s2 {
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

    .about-s2 .content-contain {
        max-width: 609px;
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
    }

    .about-s2 .title {
        position: relative;
        font-size: 1.875rem;
        line-height: 2.25rem;
        color: #FFF;
        margin-bottom: 15px;
    }

        .about-s2 .title::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -30px;
            top: -15px;
        }

    .about-s2 .content p {
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #FFF;
        font-weight: 300;
    }



.about-s3 .about-s3-list-item {
    display: flex;
    margin: 0px auto 75px;
    width: fit-content;
    padding: 40px 20px 20px;
    gap: 30px;
    justify-content: center;
    background-color: transparent;
    background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
    background-position: 2% 0px, left;
    background-repeat: no-repeat;
    background-size: auto, 70%;
}

    .about-s3 .about-s3-list-item:nth-child(even) {
        background-color: transparent;
        background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
        background-position: 98% 0px, right;
        background-repeat: no-repeat;
        background-size: auto, 70%;
        flex-direction: row-reverse;
    }

.about-s3-list-item .image-contain {
    width: fit-content;
}

.about-s3-list-item .content-contain {
    max-width: 50%;
    width: 100%;
    padding: 20px 0px 0px 60px;
    display: flex;
    flex-direction: column;
}

.about-s3-list-item .title {
    position: relative;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #2C397E;
    margin-bottom: 45px;
}

.about-s3-list-item .primary-linkbtn {
    margin-top: 30px;
}

.about-s3-list-item .title::before {
    content: "";
    background-color: #9F1C33;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: -30px;
    top: -10px;
}

.about-s3-list-item .content {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: 300;
}

.about-s4 {
    margin-bottom: 75px;
}

    .about-s4 .our-client-slide-content {
        padding: 20px 0;
    }

    .about-s4 .logo {
        max-width: 179px;
        margin: 0 auto 20px;
    }

    .about-s4 .title {
        color: #2C397E;
        font-size: 1.875rem;
        line-height: 2.188rem;
        margin-bottom: 25px;
        text-align: center;
    }

    .about-s4 .content p {
        font-weight: 300;
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 55px;
        text-align: center;
    }

    .about-s4 .splide {
        background: transparent linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%) center 0% no-repeat padding-box;
        max-width: 90%;
        margin: auto;
    }

    .about-s4 .text {
        max-width: 847px;
        padding: 0px 45px;
        position: relative;
        margin: auto;
    }

        .about-s4 .text p {
            font-weight: 300;
            font-style: italic;
            font-size: 1.25rem;
            line-height: 1.75rem;
            color: #2B387D;
            text-align: center;
        }

        .about-s4 .text::before {
            content: '"';
            font-weight: 300;
            font-style: italic;
            font-size: 3.75rem;
            line-height: 4.188rem;
            color: #2B387D;
            position: absolute;
            left: 2.5%;
            top: 0px;
        }

        .about-s4 .text::after {
            content: '"';
            font-weight: 300;
            font-style: italic;
            font-size: 3.75rem;
            line-height: 4.188rem;
            color: #2B387D;
            position: absolute;
            right: 2.5%;
            top: 0px;
        }

    .about-s4 .company-name {
        color: #2B387D;
        font-weight: 500;
        font-style: italic;
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin: 25px auto 80px;
        width: fit-content;
    }

.our-story-s1 {
    margin-bottom: 130px;
    background-color: transparent;
    background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
    background-position: 2% 0px, left;
    background-repeat: no-repeat;
    background-size: auto, 70%;
}

    .our-story-s1 .content-contain {
        display: flex;
        gap: 4%;
    }

    .our-story-s1 .content {
        width: 48%;
        padding-top: 40px;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

        .our-story-s1 .content p {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

    .our-story-s1 .image-contain {
        width: 48%;
        margin-top: 40px;
    }

.our-story-s2 {
}

    .our-story-s2 .intro-contain {
        margin-bottom: 65px;
    }

    .our-story-s2 .milestone-list {
        display: flex;
        flex-direction: column;
    }

    .our-story-s2 .milestone-item {
        padding-bottom: 105px;
        position: relative;
        margin-bottom: 13px;
    }



        .our-story-s2 .milestone-item:not(:last-child)::before {
            content: "";
            height: 100%;
            left: 50%;
            position: absolute;
            top: 23px;
            width: 1px;
            z-index: 2;
            background: #000;
        }

        .our-story-s2 .milestone-item .dot {
            width: 14px;
            height: 14px;
            border: 1px solid #2B387D;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            left: calc(50% - 7px);
        }

    .our-story-s2 .content-contain {
        display: flex;
        flex-direction: row;
        gap: 10%;
    }

    .our-story-s2 .milestone-item:nth-child(even) .content-contain {
        flex-direction: row-reverse;
    }

    .our-story-s2 .content {
        width: 45%;
    }

    .our-story-s2 .image {
        width: 45%;
    }

    .our-story-s2 .year {
        color: #2C397E;
        font-size: 1.875rem;
        line-height: 2.188rem;
    }

    .our-story-s2 .title {
        color: #2C397E;
        font-size: 1.875rem;
        line-height: 2.188rem;
        margin-bottom: 20px;
    }

    .our-story-s2 .text p {
        color: #343434;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

.our-story-s3 {
    margin-bottom: 40px;
}

    .our-story-s3 .our-story-s3-item {
        display: flex;
    }

        .our-story-s3 .our-story-s3-item:nth-child(odd) {
            flex-direction: row-reverse;
        }

    .our-story-s3 .content-contain {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .our-story-s3 .content {
        position: relative;
        max-width: 575px;
        margin-left: 30px;
    }

        .our-story-s3 .content::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -30px;
            top: -20px;
        }

    .our-story-s3 .image-contain {
        width: 50%;
    }

    .our-story-s3 .title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 20px;
        color: #2C397E;
    }

    .our-story-s3 .text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

.our-founders-s1 {
    padding-top: 80px;
    margin-top: -56px;
    margin-bottom: 130px;
    background: linear-gradient(180deg, #F0F0F0, #FFFFFF);
}
    .our-founders-s1 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 80px;
    }

    .our-founders-s1 .founder-list {
        display: flex;
	flex-wrap:wrap;
        column-gap: 2%;
	row-gap: 110px;
    }

    .our-founders-s1 .founder-item {
        width: 49%;
        padding-top: 40px;
    }

    .our-founders-s1 .detail-contain {
        display: flex;
        background-color: #FFF;
        height: 270px;
        position: relative;
    }

    .our-founders-s1 .name {
        color: #33327E;
        font-size: 1.5rem;
        line-height: 2rem;
        max-width: 410px;
        width: 100%;
        margin-bottom: 5px;
    }

    .our-founders-s1 .details {
        display: flex;
        flex-direction: column;
        padding: 20px 17px 50px;
        max-width: 300px;
    }

    .our-founders-s1 .primary-btn {
        margin-top: auto;
    }

    .our-founders-s1 .image {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .our-founders-s1 .qualifications {
        font-size: 1.063rem;
        line-height: 1.85rem;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .our-founders-s1 .founder-item-modal-body {
        padding: 40px 20px 60px;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 300;
    }

    .our-founders-s1 .founder-item-modal-header {
        padding: 20px 20px 0px;
        background-color: #f0f0f0;
        background-image: url(/media/2n2bvqif/group-1519.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        display: flex;
    }

        .our-founders-s1 .founder-item-modal-header .detail {
            align-content: center;
        }

        .our-founders-s1 .founder-item-modal-header .image {
            position: unset;
            max-width: max-content;
            margin-left: auto;
        }

.our-founders-s2 {
    position: relative;
    margin-bottom: 30px;
}

    .our-founders-s2 .our-founders-s2-content-contain {
        position: absolute;
        max-width: 610px;
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
    }

.our-founders-s2-content-contain .title {
    color: #FFF;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 30px;
    position: relative;
}

    .our-founders-s2-content-contain .title::before {
        content: "";
        background-color: #9F1C33;
        width: 21px;
        height: 21px;
        display: block;
        position: absolute;
        left: -30px;
        top: -15px;
    }

.our-founders-s2-content-contain .content {
    color: #FFF;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.our-founders-s2-content-contain .object-list {
    color: #FFF;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 4%;
}

.our-founders-s2-content-contain .object-item {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.our-founders-s2-content-contain .icon {
    max-width: 60px;
    margin-bottom: 10px;
}

.our-founders-s2-content-contain .percentage {
    font-size: 3.625rem;
    line-height: 3.625rem;
    margin-bottom: 10px;
}

.our-culture-value-heading {
    margin: 80px auto 130px;
}

    .our-culture-value-heading-content-contain .title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        color: #2C397E;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .our-culture-value-heading-content-contain .content {
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #343434;
        text-align: center;
        font-weight: 300;
    }


.our-culture-value-s1 {
    margin: 80px auto;
}

    .our-culture-value-s1 .content-contain {
        display: flex;
        gap: 30px;
        background-color: transparent;
        background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
        background-position: 98% 0px, right;
        background-repeat: no-repeat;
        background-size: auto, 70%;
        padding: 40px 0px 20px;
    }

    .our-culture-value-s1 .image-contain {
        width: 100%;
        max-width: 544px;
    }

.our-culture-value-s1-content-contain {
    padding: 30px 60px 0px 60px;
    width: 100%;
}

    .our-culture-value-s1-content-contain .object-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 4%;
    }

    .our-culture-value-s1-content-contain .object-item {
        width: 48%;
    }

    .our-culture-value-s1-content-contain .title {
        color: #2B387D;
        font-size: 1.875rem;
        line-height: 2.188rem;
        position: relative;
        margin-bottom: 50px;
    }

        .our-culture-value-s1-content-contain .title::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -30px;
            top: -10px;
        }

    .our-culture-value-s1-content-contain .icon {
        max-width: 60px;
        margin-bottom: 10px;
    }

    .our-culture-value-s1-content-contain .content {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

.our-culture-value-s2 {
    margin: 80px auto;
}

    .our-culture-value-s2 .content-contain {
        display: flex;
        gap: 30px;
        background-color: transparent;
        background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
        background-position: 2% 0px, left;
        background-repeat: no-repeat;
        background-size: auto, 70%;
        padding: 40px 0px 20px;
        flex-direction: row-reverse;
    }

    .our-culture-value-s2 .image-contain {
        width: 100%;
        max-width: 544px;
    }

.our-culture-value-s2-content-contain {
    padding: 30px 60px 0px 60px;
    width: 100%;
}

    .our-culture-value-s2-content-contain .object-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 4%;
    }

    .our-culture-value-s2-content-contain .object-item {
        width: 48%;
    }

    .our-culture-value-s2-content-contain .title {
        color: #2B387D;
        font-size: 1.875rem;
        line-height: 2.188rem;
        position: relative;
        margin-bottom: 50px;
    }

        .our-culture-value-s2-content-contain .title::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -30px;
            top: -10px;
        }

    .our-culture-value-s2-content-contain .icon {
        max-width: 60px;
        margin-bottom: 10px;
    }

    .our-culture-value-s2-content-contain .content {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

.our-culture-value-s3 {
    margin: 80px auto 136px;
}

    .our-culture-value-s3 .content-contain {
        display: flex;
        gap: 30px;
        background-color: transparent;
        background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
        background-position: 98% 0px, right;
        background-repeat: no-repeat;
        background-size: auto, 70%;
        padding: 40px 0px 20px;
    }

    .our-culture-value-s3 .image-contain {
        width: 100%;
        max-width: 544px;
    }

.our-culture-value-s3-content-contain {
    padding: 30px 60px 0px 60px;
    width: 100%;
}

    .our-culture-value-s3-content-contain .object-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 4%;
    }

    .our-culture-value-s3-content-contain .object-item {
        width: 48%;
    }

    .our-culture-value-s3-content-contain .title {
        color: #2B387D;
        font-size: 1.875rem;
        line-height: 2.188rem;
        position: relative;
        margin-bottom: 50px;
    }

        .our-culture-value-s3-content-contain .title::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -30px;
            top: -10px;
        }

    .our-culture-value-s3-content-contain .icon {
        max-width: 60px;
        margin-bottom: 10px;
    }

    .our-culture-value-s3-content-contain .content {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

.services-s1 {
    margin: 80px auto 130px;
}

.services-s1-content-contain .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #2C397E;
    text-align: center;
    margin-bottom: 30px;
}

.services-s1-content-contain .content {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #343434;
    text-align: center;
    font-weight: 300;
}

.services-item {
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

    .services-item .content-contain {
        max-width: 609px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }

    .services-item:nth-child(even) .content-contain {
        left: unset;
        right: 5%;
    }

    .services-item .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 30px;
        position: relative;
    }

        .services-item .title::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -35px;
            top: -15px;
        }

    .services-item .content {
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: #343434;
        font-weight: 300;
        margin-bottom: 30px;
    }

.swcs-academy-s1 {
    margin: 0 auto 70px;
}

.swcs-academy-s1-video {
    width: 100%;
    position: relative;
    padding-bottom: 56.125%;
    overflow: hidden;
}

    .swcs-academy-s1-video .video-null {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .swcs-academy-s1-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.swcs-academy-s2 {
    background: transparent linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%) right 0% no-repeat padding-box;
    margin-bottom: 110px;
    padding-top: 85px;
}

.swcs-academy-s2-content-contain .content-container {
    display: flex;
    gap: 20px 2%;
    flex-wrap: wrap;
}

.swcs-academy-s2-content-contain .image-contain {
    width: 49%;
}

.swcs-academy-s2-content-contain .title {
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #2C397E;
    margin-bottom: 50px;
}

.swcs-academy-s2-content-contain .content-contain {
    width: 49%;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #343434;
    margin-top: 15%;
}

.swcs-academy-s3 {
    margin: 0 auto 110px;
}

.swcs-academy-s3-content-contain .content-container {
    display: flex;
    gap: 20px 2%;
    flex-wrap: wrap;
}

.swcs-academy-s3-content-contain .title {
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #2C397E;
    margin-bottom: 60px;
}

.swcs-academy-s3-content-contain .content {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: 300;
}

.swcs-academy-s3 .image-contain {
    margin-top: 65px;
    width: 49%;
}

.swcs-academy-s3 .content-contain {
    width: 49%;
}

.swcs-academy-s4 {
    margin: 80px auto 136px;
    background-color: transparent;
    background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
    background-position: 98% 0px, right;
    background-repeat: no-repeat;
    background-size: auto, 70%;
}

    .swcs-academy-s4 .container-xl {
        display: flex;
        padding-top: 40px;
        padding-bottom: 20px;
        gap: 30px 2%;
        flex-wrap: wrap;
    }

    .swcs-academy-s4 .image-contain {
        width: 49%;
    }

.swcs-academy-s4-content-contain {
    padding: 30px 0px 0px 30px;
    width: 49%;
}

    .swcs-academy-s4-content-contain .object-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 4%;
        margin-bottom: 50px;
    }

    .swcs-academy-s4-content-contain .object-item {
        width: 48%;
    }

    .swcs-academy-s4-content-contain .title {
        color: #2B387D;
        font-size: 1.875rem;
        line-height: 2.188rem;
        position: relative;
        margin-bottom: 50px;
    }

        .swcs-academy-s4-content-contain .title::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -30px;
            top: -10px;
        }

    .swcs-academy-s4-content-contain .icon {
        max-width: 60px;
        margin-bottom: 10px;
    }

    .swcs-academy-s4-content-contain .content {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

.esop-s1 {
    margin: 80px auto 130px;
}

    .esop-s1 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .esop-s1 .content-contain {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
    }



.esop-s2 {
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}



.esop-s2-content-contain {
    max-width: 609px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

    .esop-s2-content-contain .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 30px;
    }

    .esop-s2-content-contain .content {
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: #343434;
        font-weight: 300;
        margin-bottom: 30px;
    }

.esop-s3 {
    margin: 0 auto 130px;
}

    .esop-s3 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .esop-s3 .content-contain {
        display: flex;
        gap: 2%;
        flex-wrap: wrap-reverse;
    }


.esg-s1 {
    margin: 80px auto 80px;
}

    .esg-s1 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .esg-s1 .content-contain {
        display: flex;
        gap: 2%;
        flex-wrap: wrap-reverse;
    }

    .esg-s1 .image-contain {
        width: 49%;
    }

    .esg-s1 .content {
        width: 49%;
    }

.esg-s2 {
    background: transparent linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%) right 0% no-repeat padding-box;
    margin-bottom: 110px;
    padding-top: 85px;
}

.esg-2-content {
    max-width: 1280px;
    margin: 0 auto 130px;
}

.esg-s2 .title {
    font-size: 1.875rem;
    line-height: 2.188rem;
    color: #2C397E;
    margin-bottom: 35px;
}

.esg-s2 .esg-s2-object .title {
    font-size: 1.5rem;
    line-height: 1.688rem;
    color: #343434;
    margin-bottom: 35px;
}

.esg-s2 .content-contain {
    display: flex;
    gap: 2%;
    flex-wrap: wrap-reverse;
}

.esg-s2 .image-contain {
    width: 49%;
}

.esg-s2 .content {
    width: 49%;
}

    .esg-s2 .content > * {
        line-height: 1.75rem;
    }

.esg-s2-object {
    margin-bottom: 130px;
}

    .esg-s2-object:nth-child(odd) .content-contain {
        flex-direction: row-reverse;
    }

.esg-s3 {
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

    .esg-s3 .esg-s3-content-contain {
        color: #FFF;
    }

.esg-s3-content-contain {
    max-width: 609px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

    .esg-s3-content-contain .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        margin-bottom: 30px;
    }

    .esg-s3-content-contain .content {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 300;
        margin-bottom: 30px;
    }

.investor-relations-s1 {
    margin: 80px auto 60px;
}

    .investor-relations-s1 .content-contain {
        font-weight: 300;
        line-height: 1.75rem;
        font-size: 1.25rem;
        max-width: 837px;
    }

.investor-relations-s2 {
    margin: 0 auto 130px;
}

    .investor-relations-s2 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .investor-relations-s2 .content-contain {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
    }

    .investor-relations-s2 .image-contain {
        width: 49%;
    }

.investor-relations-s2-content {
    width: 49%;
}

.investor-relations-s3 {
    margin: 0 auto 130px;
}

    .investor-relations-s3 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .investor-relations-s3 .content-contain {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .investor-relations-s3 .image-contain {
        width: 49%;
    }

.investor-relations-s3-content {
    width: 49%;
}

.investor-relations-s4 {
    margin: 0 auto 130px;
}

    .investor-relations-s4 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .investor-relations-s4 .content-contain {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
    }

    .investor-relations-s4 .image-contain {
        width: 49%;
    }

.investor-relations-s4-content {
    width: 49%;
}

.risk-management-s1 {
    margin: 80px auto 130px;
}

    .risk-management-s1 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .risk-management-s1 .content-contain {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
    }

    .risk-management-s1 .image-contain {
        width: 49%;
    }

    .risk-management-s1 .content {
        width: 49%;
    }

.risk-management-s2 {
    margin: 0 auto 130px;
}

    .risk-management-s2 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .risk-management-s2 .content-contain {
        display: flex;
        gap: 2%;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .risk-management-s2 .image-contain {
        width: 49%;
    }

    .risk-management-s2 .content {
        width: 49%;
    }

.other-services-s1 {
    margin: 80px auto 130px;
}

    .other-services-s1 .content-contain {
        font-weight: 300;
        line-height: 1.75rem;
        font-size: 1.25rem;
        max-width: 837px;
    }

.contact-us-s1 {
    margin: 80px auto 100px;
}

    .contact-us-s1 .content-contain {
        display: flex;
        column-gap: 5%;
        row-gap: 40px;
        flex-wrap: wrap;
    }

    .contact-us-s1 .contact-us-form {
        box-shadow: 0px 2px 10px #00000029;
        width: 60%;
        padding: 50px 40px;
        background: #fff;
    }

    .contact-us-s1 .contact-us-details {
        width: 35%;
    }

    .contact-us-s1 .detail-contain {
        display: flex;
        flex-direction: column;
        box-shadow: 0px 2px 10px #00000029;
        background: #fff;
    }

    .contact-us-s1 .intro {
        font-size: 1.563rem;
        line-height: 2.188rem;
        margin-bottom: 50px;
        color: #343434;
        font-weight: 300;
    }

    .contact-us-s1 .detail {
        padding: 45px 35px;
    }

    .contact-us-s1 .map-url-contain {
        display: flex;
        flex-direction: column;
    }

        .contact-us-s1 .map-url-contain a {
            display: flex;
            color: #343434;
            margin-bottom: 15px;
        }

        .contact-us-s1 .map-url-contain img {
            max-width: 12px;
            margin-right: 8px;
        }

        .contact-us-s1 .map-url-contain svg {
            max-width: 8px;
            margin-left: 10px;
            transition: 0.3s;
        }

        .contact-us-s1 .map-url-contain a:hover svg {
            transform: rotate(-90deg);
        }

    .contact-us-s1 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .contact-us-s1 .detail-contain .text {
        margin-bottom: 35px;
    }

        .contact-us-s1 .detail-contain .text p {
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #343434;
            font-weight: 300;
        }

    .contact-us-s1 .form-intro {
        padding-bottom: 30px;
        border-bottom: 1px solid #2B387D;
        margin-bottom: 20px;
    }

        .contact-us-s1 .form-intro .text {
            font-size: 1.25rem;
            line-height: 1.75rem;
            color: #343434;
        }

        .contact-us-s1 .form-intro .sub-text {
            font-size: 0.875rem;
            line-height: 1.75rem;
            color: #818181;
        }


.latest-news-s1 {
    max-width: 1280px;
    margin: 80px auto 50px;
}

    .latest-news-s1 .highlight-object {
        color: #343434;
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0px 0px 10px #00000029;
    }

    .latest-news-s1 .thumbnail {
        width: 50%;
    }

    .latest-news-s1 .content-contain {
        width: 50%;
        padding: 35px 25px;
        display: flex;
        flex-direction: column;
    }

    .latest-news-s1 .title {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: auto;
    }

    .latest-news-s1 .cate {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .latest-news-s1 .date {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

.latest-news-s2 {
    max-width: 1280px;
    margin: 0 auto 100px;
}

    .latest-news-s2 .news-list {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 2%;
        margin-bottom: 80px;
    }

    .latest-news-s2 .news-item {
        width: 23.5%;
    }

        .latest-news-s2 .news-item .content-contain {
            height: 310px;
            background: transparent linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%) right 0% no-repeat padding-box;
            padding: 15px 20px 40px;
            color: #343434;
            display: flex;
            flex-direction: column;
        }

        .latest-news-s2 .news-item .title {
            font-size: 1.25rem;
            line-height: 1.688rem;
            margin-bottom: auto;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
        }


        .latest-news-s2 .news-item .cate {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .latest-news-s2 .news-item .date {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 300;
        }


    .latest-news-s2 .news-list-filter {
        margin-bottom: 60px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .latest-news-s2 .filter-contain {
        width: 300px;
    }

    .latest-news-s2 .dropdown-menu.show {
        width: inherit;
        min-width: fit-content;
    }

    .latest-news-s2 .filter-select {
        background: #FFFF;
        width: 100%;
        padding: 12px;
        border: 1px solid #B9BDD3;
        display: flex;
        position: relative;
    }

    .latest-news-s2 .news-list-filter .dropdown-menu {
        padding: 0px;
    }

        .latest-news-s2 .news-list-filter .dropdown-menu li {
            margin-bottom: 0;
        }

    .latest-news-s2 .news-list-filter .dropdown-item {
        padding: 15px;
    }

        .latest-news-s2 .news-list-filter .dropdown-item:hover {
            background: transparent linear-gradient(270deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
            color: #2B387D;
        }

    .latest-news-s2 .filter-select span {
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 16px);
        color:#000 !important;
    }

    .latest-news-s2 .filter-select::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 9px;
        background-image: url(/media/nkbm2dp3/path-738.svg);
        top: 50%;
        right: 12px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
    }

    .latest-news-s2 .filter-contain img {
        width: 16px;
        align-self: center;
        margin-left: auto;
    }

    .latest-news-s2 .news-item:hover {
        box-shadow: 5px 4px 7px -3px #00000029;
    }

        .latest-news-s2 .news-item:hover .content-contain {
            background: #FFF;
        }

        .latest-news-s2 .news-item:hover .title {
            color: #2B387D;
        }

.latest-news-s3 {
    margin-bottom: 100px;
    background: linear-gradient(180deg, #F0F0F0, #FFFFFF);
    padding: 60px 0;
}

    .latest-news-s3 .container-xl {
        display: flex;
    }

    .latest-news-s3 .section-title {
        color: #2C397E;
        font-size: 1.875rem;
        line-height: 2.188rem;
        width: 30%;
    }

    .latest-news-s3 .news-report-hr {
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(134, 134, 134, 0.75), rgba(0, 0, 0, 0));
    }

    .latest-news-s3 .news-report-list {
        width: 70%;
        padding-top: 40px;
    }

    .latest-news-s3 .news-report-item {
        padding: 25px 15px 25px 45px;
    }

        .latest-news-s3 .news-report-item .title {
            width: 95%;
        }

        .latest-news-s3 .news-report-item .title {
            width: 95%;
        }

        .latest-news-s3 .news-report-item a {
            color: #343434;
            font-size: 1.5rem;
            line-height: 1.875rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .latest-news-s3 .news-report-item a svg {
                transition: 0.3s;
            }

        /*
        .latest-news-s3 .news-report-item:hover {
            border-left: 5px solid transparent;
            border-image: linear-gradient(180deg, #2C397E 0%, #D52B29 100%);
            border-image-slice: 1;
            background: transparent linear-gradient(270deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
        }
        */

        .latest-news-s3 .news-report-item:hover a {
            color: #2B387D;
        }

            .latest-news-s3 .news-report-item:hover a svg {
                transform: rotate(-90deg);
            }


.latest-news-child-section {
    max-width: 1280px;
    margin: 80px auto 100px;
}

    .latest-news-child-section .latest-news-child-header {
        margin-bottom: 20px;
    }

    .latest-news-child-section .title {
        color: #2C397E;
        font-size: 1.875rem;
        line-height: 2.188rem;
        margin-bottom: 15px;
    }

    .latest-news-child-section .category {
        color: #343434;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .latest-news-child-section .date {
        color: #343434;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 300;
    }

.latest-news-child-text-section {
    margin: 30px auto;
}

.latest-news-child-image-section {
    margin: 30px auto;
}

.latest-news-child-text-section p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    color: #343434;
    overflow: auto;
}

.latest-news-child-othernews-section {
    padding-top: 60px;
    margin: 0 auto 100px;
    background: transparent linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%) right 0% no-repeat padding-box;
    background-size: 100% 38%;
}

    .latest-news-child-othernews-section .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        margin-bottom: 40px;
        color: #2C397E;
    }

    .latest-news-child-othernews-section .news-list {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 2%;
        margin-bottom: 80px;
    }

    .latest-news-child-othernews-section .news-item {
        width: 23.5%;
    }

        .latest-news-child-othernews-section .news-item .content-contain {
            height: 310px;
            background: transparent linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%) right 0% no-repeat padding-box;
            padding: 15px 20px 40px;
            color: #343434;
            display: flex;
            flex-direction: column;
        }

        .latest-news-child-othernews-section .news-item .title {
            font-size: 1.25rem;
            line-height: 1.75rem;
            margin-bottom: auto;
            color: #343434;
        }


        .latest-news-child-othernews-section .news-item .cate {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .latest-news-child-othernews-section .news-item .date {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 300;
        }


    .latest-news-child-othernews-section .news-list-filter {
        margin-bottom: 60px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .latest-news-child-othernews-section .filter-contain {
        width: 300px;
    }

    .latest-news-child-othernews-section .dropdown-menu.show {
        width: inherit;
    }

    .latest-news-child-othernews-section .filter-select {
        padding: 12px;
        background: #FFFF;
        border: 1px solid #B9BDD3;
        width: 100%;
        display: flex;
    }

        .latest-news-child-othernews-section .filter-select img {
            width: 16px;
            align-self: center;
            margin-left: auto;
        }

    .latest-news-child-othernews-section .news-item:hover {
        box-shadow: 5px 4px 7px -3px #00000029;
    }

        .latest-news-child-othernews-section .news-item:hover .content-contain {
            background: #FFF;
        }

        .latest-news-child-othernews-section .news-item:hover .title {
            color: #2B387D;
        }

.career-s1 {
    margin: 80px auto;
}

    .career-s1 .content-contain {
        display: flex;
        background-color: transparent;
        background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
        background-position: 98% 0px, right;
        background-repeat: no-repeat;
        background-size: auto, 70%;
        padding: 40px 0px 20px;
        gap: 30px;
        position: relative;
    }


    .career-s1 .image-contain {
        width: 100%;
        max-width: 544px;
    }

.career-s1-content-contain {
    padding: 30px 60px 0px 60px;
    width: 100%;
}

    .career-s1-content-contain .title {
        color: #2B387D;
        font-size: 1.875rem;
        line-height: 2.188rem;
        position: relative;
        margin-bottom: 50px;
    }

        .career-s1-content-contain .title::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -30px;
            top: -10px;
        }

    .career-s1-content-contain .content {
        font-size: 1.125rem;
        line-height: 1.4375rem;
        font-weight: 300;
        margin-bottom: 20px;
    }

.career-s2 {
    margin: 80px auto;
}

    .career-s2 .content-contain {
        display: flex;
        background-color: transparent;
        background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
        background-position: 2% 0px, left;
        background-repeat: no-repeat;
        background-size: auto, 70%;
        padding: 40px 0px 20px;
        gap: 30px;
        flex-direction: row-reverse;
        position: relative;
    }



    .career-s2 .image-contain {
        width: 100%;
        max-width: 544px;
    }

.career-s2-content-contain {
    padding: 30px 0px 0px 60px;
    width: 100%;
}

    .career-s2-content-contain .title {
        color: #2B387D;
        font-size: 1.875rem;
        line-height: 1.4375rem;
        position: relative;
        margin-bottom: 50px;
    }

        .career-s2-content-contain .title::before {
            content: "";
            background-color: #9F1C33;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            left: -30px;
            top: -10px;
        }

    .career-s2-content-contain .content {
        font-size: 1.125rem;
        line-height: 1.4375rem;
        font-weight: 300;
        margin-bottom: 20px;
    }

#jumpAnchor.career-location {
    padding: 35px 0;
}

.career-s3 {
    margin: 80px auto;
    background: transparent linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%) center 0% no-repeat padding-box;
}

    .career-s3 .content-contain {
        padding: 75px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .career-s3 .title {
        max-width: 400px;
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        width: 100%;
    }

    .career-s3 .object-list {
        width: calc(100% - 400px);
    }

    .career-s3 .location {
        font-weight: 300;
        font-size: 0.875rem;
        margin-bottom: 10px;
    }

    .career-s3 .position {
        font-size: 1.25rem;
    }

    .career-s3 .object-item {
        padding: 30px 25px;
    }

        .career-s3 .object-item:hover {
        }

        .career-s3 .object-item a {
            color: #343434;
            font-size: 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .career-s3 .object-item a svg {
                transition: 0.3s;
            }

        .career-s3 .object-item:hover a svg {
            transform: rotate(-90deg);
        }



.career-details-s1 {
    margin: 80px auto 60px;
}

    .career-details-s1 .content-contain {
        display: flex;
        column-gap: 2%;
        row-gap: 40px;
    }

    .career-details-s1 .image-contain {
        width: 49%;
    }

    .career-details-s1 .content {
        width: 49%;
        color: #343434;
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 300;
    }

    .career-details-s1 .position {
        color: #2C397E;
        font-size: 1.875rem;
        line-height: 2.188rem;
        font-weight: 400;
        margin-bottom: 50px;
    }

    .career-details-s1 .object-data {
        display: flex;
        max-width: 450px;
        justify-content: space-between;
        margin-bottom: 25px;
    }

.career-details-s2 {
    margin: 60px auto;
}

    .career-details-s2 .title {
        color: #343434;
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 22px;
    }

    .career-details-s2 .content {
        color: #343434;
        font-size: 1.125rem;
        line-height: 1.75rem;
        max-width: 844px;
    }

.career-details-s3 {
    margin: 0 auto;
}

    .career-details-s3 .content-contain {
        display: flex;
        gap: 15px;
    }

    .career-details-s3 .primary-linkbtn:last-child {
        margin-left: auto;
    }

.career-application-s1 {
    margin-bottom: 100px;
}

    .career-application-s1 .content-contain {
        display: flex;
        flex-wrap: wrap;
        column-gap: 5%;
        row-gap: 40px;
    }

    .career-application-s1 .career-form {
        box-shadow: 0px 2px 10px #00000029;
        width: 60%;
        padding: 50px 40px;
        margin-bottom: 40px;
    }

    .career-application-s1 .career-application-details {
        width: 35%;
        display: flex;
        flex-direction: column;
    }

    .career-application-s1 .back-btn {
        margin-top: auto;
    }

    .career-application-s1 .detail-contain {
        display: flex;
        flex-direction: column;
        box-shadow: 0px 2px 10px #00000029;
    }

    .career-application-s1 .intro {
        font-size: 1.563rem;
        line-height: 2.188rem;
        margin-bottom: 50px;
        color: #343434;
        font-weight: 300;
    }

    .career-application-s1 .detail {
        padding: 45px 35px;
    }

    .career-application-s1 .map-url-contain {
        display: flex;
        flex-direction: column;
    }

        .career-application-s1 .map-url-contain a {
            display: flex;
            color: #343434;
            margin-bottom: 15px;
        }

        .career-application-s1 .map-url-contain img {
            max-width: 12px;
            margin-right: 8px;
        }

        .career-application-s1 .map-url-contain svg {
            max-width: 8px;
            margin-left: 10px;
            transition: 0.3s;
        }

        .career-application-s1 .map-url-contain a:hover svg {
            transform: rotate(-90deg);
        }

    .career-application-s1 .title {
        font-size: 1.875rem;
        line-height: 2.188rem;
        color: #2C397E;
        margin-bottom: 35px;
    }

    .career-application-s1 .detail-contain .text {
        margin-bottom: 35px;
    }

        .career-application-s1 .detail-contain .text p {
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #343434;
            font-weight: 300;
        }

    .career-application-s1 .form-intro {
        padding-bottom: 30px;
        border-bottom: 1px solid #2B387D;
        margin-bottom: 20px;
    }

        .career-application-s1 .form-intro .text {
            font-size: 1.25rem;
            line-height: 1.75rem;
            color: #343434;
        }

        .career-application-s1 .form-intro .sub-text {
            font-size: 0.875rem;
            line-height: 1.75rem;
            color: #818181;
        }

.publication-s1 {
    margin: 80px auto 170px;
}

    .publication-s1 .object-list {
        display: flex;
        flex-wrap: wrap;
        gap: 70px 2%;
    }

    .publication-s1 .object-item {
        width: 48%;
        display: flex;
    }

    .publication-s1 .content-contain {
        background-color: transparent;
        background-image: url("/media/_icon/icon-grid-boxes.png"), linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
        background-position: 98% 0px, right;
        background-repeat: no-repeat;
        padding: 25px;
        height: fit-content;
        margin: 40px auto auto;
        width: 64%;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .publication-s1 .image-contain {
        width: 37%;
    }

    .publication-s1 .title {
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: #343434;
    }

    .publication-s1 .content p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

.publication-application-s1 {
    margin: 80px auto 100px;
}

    .publication-application-s1 .content-contain {
        display: flex;
        column-gap: 5%;
        row-gap: 40px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .publication-application-s1 .publication-form {
        box-shadow: 0px 2px 10px #00000029;
        width: 60%;
        padding: 50px 40px;
        background: #fff;
    }

    .publication-application-s1 .publication-application-details {
        width: 35%;
        display: flex;
        flex-direction: column;
    }

    .publication-application-s1 .back-btn {
        margin-top: auto;
    }

        .publication-application-s1 .back-btn .primary-linkbtn a img {
            margin-right: 10px;
            margin-left: 0;
            transform: rotate(180deg);
        }

        .publication-application-s1 .back-btn .primary-linkbtn:hover a img {
            transform: rotate(270deg);
        }

    .publication-application-s1 .detail-contain {
        display: flex;
        flex-direction: column;
        box-shadow: 0px 2px 10px #00000029;
        padding: 20px;
        background: #FFF;
    }

    .publication-application-s1 .intro {
        font-size: 1.563rem;
        line-height: 2.188rem;
        margin-bottom: 20px;
        color: #343434;
        font-weight: 300;
    }


    .publication-application-s1 .map-url-contain {
        display: flex;
        flex-direction: column;
    }

        .publication-application-s1 .map-url-contain a {
            display: flex;
            color: #343434;
            margin-bottom: 15px;
        }

        .publication-application-s1 .map-url-contain img {
            max-width: 12px;
            margin-right: 8px;
        }

        .publication-application-s1 .map-url-contain svg {
            max-width: 8px;
            margin-left: 10px;
            transition: 0.3s;
        }

        .publication-application-s1 .map-url-contain a:hover svg {
            transform: rotate(-90deg);
        }

    .publication-application-s1 .title {
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: #2C397E;
        margin-bottom: 10px;
    }

    .publication-application-s1 .image {
        max-width: 50%;
        margin: 0 auto 20px;
    }

    .publication-application-s1 .detail-contain .text p {
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #343434;
        font-weight: 300;
    }

    .publication-application-s1 .form-intro {
        padding-bottom: 30px;
        border-bottom: 1px solid #2B387D;
        margin-bottom: 20px;
    }

        .publication-application-s1 .form-intro .text {
            font-size: 1.25rem;
            line-height: 1.75rem;
            color: #343434;
        }

        .publication-application-s1 .form-intro .sub-text {
            font-size: 0.875rem;
            line-height: 1.75rem;
            color: #818181;
        }

.company-secretarial-s1 {
    margin: 80px auto;
}

    .company-secretarial-s1 .title {
        color: #2C397E;
        font-size: 1.875rem;
        line-height: 2.188rem;
        margin-bottom: 60px;
    }

    .company-secretarial-s1 .object-list {
        padding-left: 55px;
    }

    .company-secretarial-s1 .object-item .title {
        color: #343434;
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 30px;
    }

    .company-secretarial-s1 .object-item .content-contain {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 2%;
    }

    .company-secretarial-s1 .object-item:nth-child(even) .content-contain {
        flex-direction: row-reverse;
    }

    .company-secretarial-s1 .object-item .image {
        width: 40%;
    }

    .company-secretarial-s1 .object-item .content {
        width: 58%;
    }

    .company-secretarial-s1 .object-item {
        padding-bottom: 50px;
        position: relative;
        margin-bottom: 13px;
    }

        .company-secretarial-s1 .object-item:not(:last-child)::before {
            content: "";
            height: 100%;
            left: -42.5px;
            position: absolute;
            top: 21px;
            width: 1px;
            z-index: 2;
            background: #000;
        }

        .company-secretarial-s1 .object-item .dot {
            width: 14px;
            height: 14px;
            border: 1px solid #2B387D;
            border-radius: 50%;
            position: absolute;
            left: -50px;
            top: 7px;
        }

.company-secretarial-s2 {
    background-color: #F0F0F0;
    padding: 50px 0px;
}

    .company-secretarial-s2 .object-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .company-secretarial-s2 .object-item:nth-child(3n+1) {
        border-left: 1px solid #cacaca;
    }

    .company-secretarial-s2 .object-item {
        width: 33.33%;
        padding: 0px 20px;
        border-right: 1px solid #cacaca;
    }

    .company-secretarial-s2 .title {
        color: #2C397E;
        font-size: 1.875rem;
        line-height: 2.188rem;
        margin-bottom: 65px;
    }


    .company-secretarial-s2 .object-item .title {
        color: #343434;
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 35px;
    }

    .company-secretarial-s2 .object-item .content > * {
        color: #343434;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .company-secretarial-s2 .object-item .image {
        padding: 18px;
        background: linear-gradient(317deg, #2B387D, #D42A28);
        width: 72px;
        height: 72px;
        margin-bottom: 20px;
    }

    .company-secretarial-s2 .object-item ol, ul {
        padding-left: 20px;
    }

.company-secretarial-s3 {
    position: relative;
    margin-bottom: 50px;
}

.company-secretarial-s3 {
    color: #FFF;
}

    .company-secretarial-s3 .company-secretarial-s3-content-contain {
        position: absolute;
        max-width: 610px;
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
    }

.company-secretarial-s3-content-contain .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 30px;
    position: relative;
}

    .company-secretarial-s3-content-contain .title::before {
        content: "";
        background-color: #9F1C33;
        width: 21px;
        height: 21px;
        display: block;
        position: absolute;
        left: -30px;
        top: -15px;
    }

.company-secretarial-s3-content-contain .content {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.company-secretarial-s3-content-contain .object-list {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 4%;
}

.company-secretarial-s3-content-contain .object-item {
    width: 48%;
}

.company-secretarial-s3-content-contain .icon {
    max-width: 60px;
    margin-bottom: 10px;
}


.search-s1 {
    margin: 104px 20px 200px;
}

    .search-s1 .title-contain {
        margin-bottom: 60px;
    }

    .search-s1 .title {
        margin-bottom: 20px;
        font-size: 1.875rem;
        line-height: 2.25rem;
        position: relative;
    }

    .search-s1 .count {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 300;
    }


    .search-s1 .title::before {
        content: "";
        background-color: #9F1C33;
        width: 21px;
        height: 21px;
        display: block;
        position: absolute;
        left: -30px;
        top: -10px;
    }

    .search-s1 .breadcrumb.search {
        margin: 0;
    }

    .search-s1 .object-item {
        margin: 35px auto;
    }

        .search-s1 .object-item .page-name {
            font-size: 1.5rem;
            line-height: 2.25rem;
            margin-bottom: 10px;
            color: #2B387D;
        }

        .search-s1 .object-item .page-path {
            font-size: 1.125rem;
            line-height: 1.75rem;
        }

.statement-template-section {
    margin-bottom: 100px;
}

    .statement-template-section p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: #343434;
        font-weight: 300;
    }

    .statement-template-section li ol {
        margin-top: 10px;
    }


.statement-object {
    display: flex;
    margin: 40px auto;
}

    .statement-object .statement-object-num {
        width: 5%;
        color: #343434;
        font-size: 1.875rem;
        line-height: 1.875rem;
        padding: 5px;
    }

    .statement-object .statement-object-content {
        width: 90%;
    }

        .statement-object .statement-object-content ol {
            padding-left: 20px;
        }

.statment-hr {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(134, 134, 134, 0.75), rgba(0, 0, 0, 0));
}

.site-map-s1 {
    margin: 50px auto 200px;
}

.site-map-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 1.333%;
}

.site-map-item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .site-map-item .title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        color: #2C397E;
        margin-bottom: 20px;
    }

    .site-map-item:not(.no-child) .title {
        width: 20%;
        padding-top: 20px;
    }

.site-map-child-list {
    width: 100%;
}

    .site-map-child-list .site-map-child-item {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #343434;
        padding: 25px 15px 25px 20px;
        display: flex;
    }

        .site-map-child-list .site-map-child-item .icon-arrow-bk {
            margin-left: auto;
            transition: 0.3s;
        }

            .site-map-child-list .site-map-child-item .icon-arrow-bk svg {
                transition: 0.3s;
            }

        .site-map-child-list .site-map-child-item:hover .icon-arrow-bk svg {
            transform: rotate(-90deg);
        }

        .site-map-child-list .site-map-child-item:hover {
            color: #2B387D;
            border-left: 5px solid transparent;
            border-image: linear-gradient(180deg, #2C397E 0%, #D52B29 100%);
            border-image-slice: 1;
            background: transparent linear-gradient(270deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
        }

.site-map-hr {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(134, 134, 134, 0.75), rgba(0, 0, 0, 0));
}


@media screen and (min-width:1179px) {

    .our-founders-s2 .image-contain img {
        height: 100vh;
        object-fit: cover;
    }

    .company-secretarial-s3 .image-contain img {
        height: 100vh;
        object-fit: cover;
        object-position: 30% 0%;
    }

    .esg-s3 .image-contain img {
        height: 100vh;
        object-fit: cover;
    }

    .esop-s2 .image-contain img {
        height: 100vh;
        object-fit: cover;
    }

    .esop-s2 .container-xl {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .esop-s1 .image-contain {
        width: 49%;
    }

    .esop-s1-content {
        width: 49%;
    }

    .esop-s3 .image-contain {
        width: 49%;
    }

    .esop-s3 .esop-s3-content {
        width: 49%;
    }

    .banner-slide-content {
        max-width: 500px;
    }

    .site-map-item.no-child {
        width: 24%;
    }
}

@media screen and (max-width:1179px) {

    .cookie-notice-containter {
        width: calc(100% - 40px);
        right: 50%;
        transform: translateX(50%);
    }

    .subscription-textcontain {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .index-s2 {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .index-s2-data-list {
        flex-wrap: wrap;
    }

    .index-s2-data-item {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

        .index-s2-data-item .gradient-title {
            width: 100%;
            margin-bottom: 20px;
            height: auto;
        }

    .index-s3-content-contain {
        background-size: auto,100%;
        flex-wrap: wrap;
        padding: 40px 20px;
    }

    .index-s3-content {
        width: 100%;
        margin-left: 20px;
    }

    .index-s3-video {
        width: 100%;
        padding-bottom: 56.25%;
        margin-bottom: 20px;
    }

    .index-s4-list {
        flex-wrap: wrap;
    }

    .index-s4-item {
        width: 100%;
    }

    .index-s5-content {
        flex-wrap: wrap;
    }

    .index-s5-intro {
        max-width: unset;
        margin-bottom: 50px;
    }

    .index-s5-nav-list {
        width: 100%;
    }

    .index-s6-news-list {
        gap: 30px 2%;
    }

    .index-s6-news-item {
        width: 49%;
    }

        .index-s6-news-item .content-contain {
            padding: 15px 15px 40px;
            height: auto;
        }

        .index-s6-news-item .title {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
            margin-bottom: 40px;
        }

    .about-s2 .content-contain {
        position: relative;
        background-color: #000;
        width: 100%;
        max-width: unset;
        top: unset;
        right: unset;
        padding: 40px 20px 40px 50px;
        box-shadow: 0px -1.9px 2.2px rgba(0, 0, 0, 0.211), 0px -4.7px 5.3px rgba(0, 0, 0, 0.303), 0px -8.8px 10px rgba(0, 0, 0, 0.375), 0px -15.6px 17.9px rgba(0, 0, 0, 0.447), 0px -29.2px 33.4px rgba(0, 0, 0, 0.539), 0px -70px 80px rgba(0, 0, 0, 0.75);
        transform: translateY(0);
    }

    .about-s3 .about-s3-list-item {
        flex-wrap: wrap-reverse;
    }

    .about-s3 .about-s3-list-item {
        padding: 40px 20px 20px;
        background-size: unset;
    }

        .about-s3 .about-s3-list-item:nth-child(even) {
            background-size: unset;
        }

    .about-s3-list-item .content-contain {
        max-width: 100%;
        padding: 20px 0 0 30px;
    }

    .about-s3-list-item .image-contain {
        width: 100%;
    }

    .about-s4 .splide {
        max-width: unset;
    }

    .about-s4 .text {
        max-width: 90%;
    }

    .our-story-s1 {
        background-size: auto,100%;
    }

        .our-story-s1 .content-contain {
            flex-wrap: wrap-reverse;
        }

        .our-story-s1 .content {
            width: 100%;
        }

        .our-story-s1 .image-contain {
            width: 100%;
        }

    .our-story-s2 .milestone-item .dot {
        left: 0;
    }

    .our-story-s2 .milestone-item:not(:last-child)::before {
        left: 6.5px;
    }

    .our-story-s2 .content-contain {
        margin-left: 28px;
        flex-direction: column-reverse;
    }

    .our-story-s2 .content {
        width: 100%;
    }

    .our-story-s2 .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .our-story-s2 .milestone-item:nth-child(even) .content-contain {
        flex-direction: column-reverse;
    }

    .our-story-s3 .our-story-s3-item, .our-story-s3 .our-story-s3-item:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .our-story-s3 .content-contain {
        padding: 40px 20px;
        width: 100%;
    }

    .our-story-s3 .image-contain {
        width: 100%;
    }

    .our-founders-s1 .founder-list {
        flex-wrap: wrap;
    }

    .our-founders-s1 .founder-item {
        width: 100%;
        max-width: 588px;
        margin: 0 auto;
    }

        .our-founders-s1 .founder-item:nth-child(2) {
            margin-top: 50px;
        }



    .our-founders-s2 .our-founders-s2-content-contain {
        position: unset;
        max-width: 100%;
        padding: 40px 20px 40px 50px;
        background-color: #000;
        box-shadow: 0px -1.9px 2.2px rgba(0, 0, 0, 0.211), 0px -4.7px 5.3px rgba(0, 0, 0, 0.303), 0px -8.8px 10px rgba(0, 0, 0, 0.375), 0px -15.6px 17.9px rgba(0, 0, 0, 0.447), 0px -29.2px 33.4px rgba(0, 0, 0, 0.539), 0px -70px 80px rgba(0, 0, 0, 0.75);
        transform: translateY(0);
    }

    .our-culture-value-s1 .content-contain {
        background-size: auto,100%;
        padding: 40px 20px 20px;
        flex-direction: column;
    }

    .our-culture-value-s1 .image-contain {
        max-width: unset;
    }

    .our-culture-value-s1-content-contain {
        padding: 30px 0px 0px 30px;
    }

    .our-culture-value-s2 .content-contain {
        background-size: auto,100%;
        padding: 40px 20px 20px;
        flex-direction: column;
    }

    .our-culture-value-s2 .image-contain {
        max-width: unset;
    }

    .our-culture-value-s1-content-contain {
        padding: 30px 0px 0px 30px;
    }

    .our-culture-value-s2-content-contain {
        padding: 30px 0px 0px 30px;
    }

    .our-culture-value-s3 .content-contain {
        background-size: auto,100%;
        padding: 40px 20px 20px;
        flex-direction: column;
    }

    .our-culture-value-s3 .image-contain {
        max-width: unset;
    }

    .our-culture-value-s3-content-contain {
        padding: 30px 0px 0px 30px;
    }

    .publication-s1 .object-list {
        flex-wrap: wrap;
        gap: 40px;
    }

    .publication-s1 .object-item {
        width: 100%;
    }

    .contact-us-s1 .contact-us-details {
        width: 100%;
    }

    .contact-us-s1 .detail {
        padding: 45px 20px;
    }

    .contact-us-s1 .contact-us-form {
        width: 100%;
        padding: 50px 20px;
    }

    .publication-application-s1 .publication-application-details {
        width: 100%;
    }

    .publication-application-s1 .publication-form {
        width: 100%;
        padding: 50px 20px;
    }

    .career-application-s1 .career-application-details {
        width: 100%;
    }

    .career-application-s1 .career-form {
        width: 100%;
    }

    .career-s1 .image-contain {
        max-width: unset;
    }

    .career-s1 .content-contain {
        background-size: auto,100%;
        padding: 40px 20px 20px;
        flex-direction: column;
    }

    .career-s1-content-contain {
        padding: 30px 0px 0px 30px;
    }

    .career-s2 .image-contain {
        max-width: unset;
    }

    .career-s2 .content-contain {
        background-size: auto,100%;
        padding: 40px 20px 20px;
        flex-direction: column;
    }

    .career-s2-content-contain {
        padding: 30px 0px 0px 30px;
    }

    .career-s3 .title {
        max-width: unset;
        margin-bottom: 40px;
    }

    .career-s3 .object-list {
        width: 100%;
    }

    .career-details-s1 .content-contain {
        flex-wrap: wrap-reverse;
    }

    .career-details-s1 .content {
        width: 100%;
    }

    .career-details-s1 .image-contain {
        width: 100%;
    }

    .latest-news-s1 .thumbnail {
        width: 100%;
    }

    .latest-news-s1 .content-contain {
        width: 100%;
    }

    .latest-news-s1 .title {
        margin-bottom: 40px;
    }

    .latest-news-s2 .news-item {
        width: 49%;
    }

    .latest-news-s2 .filter-contain {
        width: 100%;
    }

    .latest-news-s2 .news-item .content-contain {
        padding: 15px 15px 40px;
        height: auto;
    }

    .latest-news-s2 .news-item .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .latest-news-child-othernews-section .news-item {
        width: 49%;
    }

        .latest-news-child-othernews-section .news-item .content-contain {
            padding: 15px 15px 40px;
            height: auto;
        }

        .latest-news-child-othernews-section .news-item .title {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
            margin-bottom: 40px;
        }

    .services-s2 .services-item .content-contain {
        position: relative;
        width: 100%;
        max-width: unset;
        top: unset;
        right: unset;
        left: unset;
        padding: 40px 20px 20px 50px;
        transform: translateY(0);
        background: #f8f8f8;
        box-shadow: 0px -1.9px 2.2px rgba(248, 248, 248, 0.303), 0px -4.7px 5.3px rgba(248, 248, 248, 0.375), 0px -8.8px 10px rgba(248, 248, 248, 0.447), 0px -15.6px 17.9px rgba(248, 248, 248, 0.539), 0px -29.2px 33.4px rgba(248, 248, 248, 0.75), 0px -70px 80px rgba(248, 248, 248, 1);
    }

    .services-s2 .services-item:nth-child(even) .content-contain {
        right: 0;
        left: 0;
    }

    .company-secretarial-s1 .object-item .image {
        width: 100%;
    }

    .company-secretarial-s1 .object-item .content {
        width: 100%;
    }

    .company-secretarial-s1 .object-list {
        padding-left: 30px;
    }

    .company-secretarial-s1 .object-item .dot {
        left: -30px;
    }

    .company-secretarial-s1 .object-item:not(:last-child)::before {
        left: -22.5px;
    }

    .company-secretarial-s2 .object-item {
        width: 100%;
        display: flex;
        border: unset !important;
        max-width: 700px;
        margin: auto;
    }

        .company-secretarial-s2 .object-item .content {
            width: calc(100% - 102px);
        }

        .company-secretarial-s2 .object-item .image {
            margin-right: 30px;
        }

    .company-secretarial-s3 .company-secretarial-s3-content-contain {
        position: relative;
        background-color: #000;
        width: 100%;
        max-width: unset;
        top: unset;
        right: unset;
        left: unset;
        padding: 40px 20px 55px 50px;
        box-shadow: 0px -1.9px 2.2px rgba(0, 0, 0, 0.303), 0px -4.7px 5.3px rgba(0, 0, 0, 0.375), 0px -8.8px 10px rgba(0, 0, 0, 0.447), 0px -15.6px 17.9px rgba(0, 0, 0, 0.539), 0px -20.2px 20.4px 20px rgba(0, 0, 0, 0.75), 0px -70px 80px 20px rgba(0, 0, 0, 1);
        transform: translateY(0);
    }

    .esg-s3 .esg-s3-content-contain {
        position: unset;
        max-width: 100%;
        padding: 40px 20px 40px 50px;
        background-color: #000;
        box-shadow: 0px -1.9px 2.2px rgba(0, 0, 0, 0.211), 0px -4.7px 5.3px rgba(0, 0, 0, 0.303), 0px -8.8px 10px rgba(0, 0, 0, 0.375), 0px -15.6px 17.9px rgba(0, 0, 0, 0.447), 0px -29.2px 33.4px rgba(0, 0, 0, 0.539), 0px -70px 80px rgba(0, 0, 0, 0.75);
        transform: translateY(0);
    }

    .esg-s1 .esop-s1-content {
        width: 100%;
    }

    .esg-s1 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .esg-s2 .content {
        width: 100%;
    }

    .esg-s2 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .esop-s2 .image-contain {
        margin-bottom: 20px;
    }

    .esop-s1 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .esop-s3 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .investor-relations-s2 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .investor-relations-s2-content {
        width: 100%;
    }

    .investor-relations-s3 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .investor-relations-s3-content {
        width: 100%;
    }

    .investor-relations-s4 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .investor-relations-s4-content {
        width: 100%;
    }

    .risk-management-s1 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .risk-management-s1 .content {
        width: 100%;
    }

    .risk-management-s2 .image-contain {
        width: 100%;
        margin-bottom: 20px;
    }

    .risk-management-s2 .content {
        width: 100%;
    }

    .swcs-academy-s2-content-contain .image-contain {
        width: 100%;
    }

    .swcs-academy-s2-content-contain .content-contain {
        width: 100%;
        margin-top: 0;
    }

    .swcs-academy-s3-content-contain {
        flex-wrap: wrap-reverse;
    }

        .swcs-academy-s3-content-contain .title {
            margin-bottom: 10px;
        }

        .swcs-academy-s3-content-contain .content-container {
            flex-wrap: wrap-reverse;
        }

    .swcs-academy-s3 .content-contain {
        width: 100%;
    }

    .swcs-academy-s3 .image-contain {
        width: 100%;
    }

    .swcs-academy-s4-content-contain {
        width: 100%;
    }

    .swcs-academy-s4 .image-contain {
        width: 100%;
        max-width: unset;
    }

    .swcs-academy-s4 {
        background-size: auto,100%;
    }

    .site-map-child-list {
        width: 100%;
    }

    .site-map-item:not(.no-child) .title {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }

    .site-map-item {
        flex-wrap: wrap;
    }

    .esop-s2 .image-contain {
        max-width: 100%;
        overflow: hidden;
    }

    .esop-s2-content-contain {
        position: unset;
        transform: unset;
        max-width: 100%;
        padding: 0px 20px 40px;
        transform: translateY(0);
        background: #d8dee3;
        box-shadow: 0px -1.9px 2.2px rgba(216, 222, 227, 0.303), 0px -4.7px 5.3px rgba(216, 222, 227, 0.375), 0px -8.8px 10px rgba(216, 222, 227, 0.447), 0px -15.6px 17.9px rgba(216, 222, 227, 0.539), 0px -20.2px 20.4px 20px rgba(216, 222, 227, 0.75), 0px -70px 80px 20px rgba(216, 222, 227, 1);
    }

    .esop-s2 .image-contain img {
        width: 840px;
    }

    .career-s3 .object-item .details {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 14px;
    }

    .news-pop-up a {
        gap: 2%;
    }

    .news-pop-up {
        transform: translateX(calc(-100% + 25px));
        max-width: 100%;
    }

        .news-pop-up .image {
            width: 40%;
        }

        .news-pop-up .content {
            width: 58%;
        }



    .about-s2 .image-contain {
        max-width: 100%;
        overflow: hidden;
    }

        .about-s2 .image-contain img {
            width: 840px;
            margin-left: -70px;
        }

    .our-founders-s2 .image-contain {
        max-width: 100%;
        overflow: hidden;
    }

        .our-founders-s2 .image-contain img {
            width: 840px;
        }

    .company-secretarial-s3 .image-contain {
        overflow: hidden;
        max-width: 100%;
    }

        .company-secretarial-s3 .image-contain img {
            width: 840px;
        }

    .services-item .image-contain {
        overflow: hidden;
        max-width: 100%;
    }

        .services-item .image-contain img {
            width: 840px;
        }

    .services-item:nth-child(odd) .image-contain img {
        object-position: right;
    }

    .services-item:nth-child(odd) .image-contain {
        display: inline-flex;
        justify-content: right;
    }

    .esg-s3 .image-contain {
        overflow: hidden;
        max-width: 100%;
    }

        .esg-s3 .image-contain img {
            width: 840px;
        }

    .statement-object .statement-object-num {
        width: 10%;
    }

    .statement-object .statement-object-content {
        width: 80%;
    }

    .esop-s2 .image-contain {
        display: inline-flex;
        justify-content: right;
    }

    .icon-arrow-bk svg {
        width: 10px;
    }
}

@media screen and (max-width:498px) {

    .publication-s1 .object-item {
        flex-wrap: wrap;
    }

    .publication-s1 .image-contain {
        width: 100%;
    }

    .publication-s1 .content-contain {
        width: 100%;
    }

    .career-details-s3 .content-contain {
        flex-wrap: wrap;
    }

        .career-details-s3 .content-contain .primary-linkbtn {
            width: 100%;
        }

            .career-details-s3 .content-contain .primary-linkbtn a {
                width: 100%;
                justify-content: space-between;
            }

    .career-details-s3 .primary-linkbtn:last-child {
        margin-left: unset;
    }

    .our-founders-s1 .founder-item:nth-child(2) {
        margin-top: 0px;
    }

    .our-founders-s1 .image {
        position: relative;
        max-width: 300px;
        padding-top: 20px;
    }

    .our-founders-s1 .detail-contain {
        flex-direction: column-reverse;
        height: unset;
        align-items: anchor-center;
    }

    .our-founders-s1 .details {
        max-width: unset;
        width: 100%;
    }
}
