#service .main-color-red {
    color: #e31c79;
}

#service {
    color: #202020;
}

    #service .main-color-black {
        color: #202020;
    }

    #service .main-color-grey {
        color: #626262;
    }

    #service .main-color-blue {
        color: #003f67;
    }

    #service .main-bg-color-blue {
        background-color: #003f67;
    }

    #service .main-bg-color-red {
        color: #e31c79;
    }

    #service .payment-products-section1 {
        position: relative;
    }

    #service .payment-products-section2 {
        margin-top: 0px;
    }

    #service tr:nth-child(even) {
        background: #ccc;
    }

    #service tr:nth-child(odd) {
        background: #fff;
    }

    #service tr:nth-child(even) {
        background: #d7f5ff;
    }

    #service tr:nth-child(odd) {
        background: #f0fbff;
    }

    #service .payment-products-bg {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-header-destop.webp");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: bottom;
        background-size: cover;
        height: auto;
    }

    #service .payment-products-bg-footer {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-footer-destop.svg");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-size: cover;
        height: auto;
    }

    #service .payment-products-img-logo {
        margin-left: 0px;
    }

    #service .payment-products-img-text {
        margin-bottom: 25px;
        margin-left: 0px;
        font-weight: 500;
        font-size: 48px;
        line-height: 50px;
        color: #003F67;
    }

    #service .text-color {
        color: #00b4f1;
    }

    #service .payment-products-more {
        margin-top: 20px;
    }

        #service .payment-products-more .tel-number {
            font-weight: 700;
            font-size: 48px;
            line-height: 50px;
            color: #003f67;
        }

    #service .height-100 {
        height: 100vh;
    }

.section1_title-text {
    font-size: 64px;
    font-weight: 600 !important;
    line-height: 66px;
    color: #003f67;
}

#service .payment-products-content h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 66px;
    color: #003f67;
}

#service .payment-products-content h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    color: #003f67;
    padding-top: 24px;
}

#service .payment-products-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #003f67;
}

#service .payment-products-content h4 {
    font-weight: 400;
    font-size: 34px;
    line-height: 36px;
    color: #003f67;
}

#service .nav-tabs .nav-link.active {
    color: var(--mdb-nav-tabs-link-active-color);
    background-color: #f0fbff;
    border-bottom: 0.5vh solid #00b4f1;
}

#service .multi-carousel .multi-carousel-inner .multi-carousel-item {
    padding: 0;
}

#service .nav-tab-store {
    box-shadow: 2.16415px 7.57451px 16.2311px rgba(9, 30, 66, 0.1);
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
}

#service .nav-item {
    width: 16%;
    display: flex;
    justify-content: center;
}

#service .nav-tabs .nav-link.active {
    color: var(--mdb-nav-tabs-link-active-color);
    border-color: #00b4f1;
}

#service .nav-link.active {
    color: #fff !important;
    border-color: #003f67;
}

#shop .nav-link.active {
    color: #fff !important;
    border-color: #003f67;
}

#service .nav-link {
    color: #003f67 !important;
    background-color: #d7f5ff;
}

#shop .nav-link {
    color: #003f67 !important;
    background-color: #fff;
}

#service .btn-white {
    background-color: #ffffff;
    width: 100%;
    height: 150px;
}

#service .btn-first {
    border-radius: 40px 0px 0px 40px;
}

#service .btn-last {
    border-radius: 0px 40px 40px 0px;
}

.tab-content {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 55px;
}

    .tab-content p {
        font-weight: 500;
        font-size: 34px;
        line-height: 36px;
        color: #003f67;
    }

table {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: transparent;
    width: 62vw;
}

.table thead tr {
    background: #003f67;
}

.table thead th {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

.table tbody tr {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #003f67;
}

    .table tbody tr th {
        text-align: start;
        padding-left: 55px;
    }

td:last-child {
    border-radius: 0 10px 10px 0;
    border-color: transparent;
    overflow-y: hidden;
}

/* left */
th:first-child {
    border-radius: 10px 0px 0px 10px;
}

/* right head */
th:last-child {
    border-radius: 10px 10px 10px 10px;
}

tr:nth-child(even) {
    background-color: #D7F5FF;
}

tr:nth-child(odd) {
    background-color: #F0FBFF;
}

.table tbody tr th {
    border: 2px solid #ffffff;
}

table {
    border-collapse: separate;
    border-spacing: 1em;
}

#service .promotion-row-type {
    background: #e31c79;
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 3px 15px;
    width: 94px;
}

#service .title-row-item {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

#service .promotion-row-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #626262;
    margin-top: 8px;
}

#service h1.title {
    font-weight: 500;
    font-size: 64px;
    line-height: 68px;
    color: #003f67;
}

#service section.more-promotion {
    background-image: url("/static/images/paymentProducts/bg/more-promotion.webp");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
    background-size: 100% 100%;
    padding: 50px 0 95px 0;
}

#service .more-promotion-title {
    margin-bottom: 40px;
}

#service a.main-color-red {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #e31c79;
}

.tab-pane {
    margin: 0 10rem;
}

@media (max-width: 575px) {
    .tab-pane {
        margin: 0 0rem;
    }

    #service .carousel-control-next-mobile {
        color: red;
        opacity: 1 !important;
    }

    .section1_title-text {
        font-size: 48px;
        font-weight: 600;
        line-height: 50px;
    }

    #service .nav-item {
        width: 100%;
    }

    #service .payment-products-img-logo {
        margin: 0;
    }

    #service .multi-carousel {
        box-shadow: 2.16415px 7.57451px 16.2311px rgba(9, 30, 66, 0.1);
        overflow: visible;
        border-radius: 20px 20px 20px 20px;
        height: 100px;
    }

    #service .nav-tabs {
        overflow: hidden;
        border-radius: 20px 20px 20px 20px;
    }

    #service .multi-carousel #service .multi-carousel-inner #service .multi-carousel-item {
        padding: 0;
    }

    #service .btn-white {
        background-color: #ffffff;
        width: auto;
        height: 100px;
        width: 100%;
    }

    #service section.more-promotion {
        background-image: url("/static/images/paymentProducts/bg/more-promotion-mobile.webp");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-size: 100% 100%;
        padding: 100px 0 71px 0;
    }

    #service .banner {
        background-image: url(/static/images/promotion/promotionDetail/bg-blue-mobile.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: scroll;
        background-position: top;
    }

    #service .banner-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        color: #003f67;
        padding: 0 20px;
    }

    #service .promotion-card-text {
        font-weight: 500;
        font-size: 24px;
        line-height: 38px;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 6px;
    }

    #service .promotion-type {
        background: #e31c79;
        border-radius: 40px;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        padding: 3px 15px;
        width: 94px;
        margin-bottom: 10px;
    }

    #service .promotion-date {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        color: #626262;
        margin-bottom: 10px;
    }

    #service .carousel-control-prev-custom,
    #service .carousel-control-next-custom {
        opacity: 1;
        background-color: #fff;
        width: 50px;
        height: 50px;
        top: 235px;
    }

    #service .carousel-control-prev-custom {
        left: 5% !important;
    }

    #service .carousel-control-next-custom {
        left: 95% !important;
    }

    #service .promotion-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 6px;
        font-weight: 500;
        font-size: 34px;
        line-height: 36px;
        color: #202020;
    }

    #service .content {
        margin: 40px 0;
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }

    #service h1.title {
        font-weight: 500;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        color: #003f67;
    }

    #service .more-promotion-title {
        margin-bottom: 24px;
    }

    #service a.main-color-red {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #e31c79;
        margin-top: 50px;
    }

    #service .carousel-indicators {
        bottom: -35px;
        left: -500px;
        right: -500px;
    }

    #service a.register-btn {
        margin-top: 15px;
        background: #e31c79;
        border-radius: 40px;
        padding: 14px 54px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
        margin-right: 16px;
    }

    #service a.mobile-app-btn {
        margin-top: 15px;
        background: #003f67;
        border-radius: 40px;
        padding: 14px 54px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
    }

    #service .nav-tabs .nav-link.active {
        color: var(--mdb-nav-tabs-link-active-color);
        /* border-color: #00B4F1; */
        background-color: #f0fbff;
        border-bottom: 1vh solid #00b4f1;
        /* width: 60px; */
    }

    #service .nav-link.active {
        color: #fff !important;
        /* border-color: #00B4F1; */
        background-color: #003f67;
        margin: 0.1rem;
        font-size: 18px;
        /* border-bottom: 1vh solid #00b4f1;*/
        /* width: 60px; */
    }

    #shop .nav-link.active {
        color: #fff !important;
        /* border-color: #00B4F1; */
        background-color: #003f67;
        margin: 0.1rem;
        font-size: 18px;
        /* border-bottom: 1vh solid #00b4f1;*/
        border-radius: 50px;
        padding: 20px 10px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #service .nav-link {
        color: #003f67 !important;
        /* border-color: #00B4F1; */
        background-color: #d7f5ff;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
        /* width: 60px; */
    }

    #shop .nav-link {
        color: #003f67 !important;
        /* border-color: #00B4F1; */
        background-color: #fff;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
        border-radius: 50px;
        padding: 20px 10px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    table {
        border-collapse: separate;
        border-spacing: 2px;
        border-color: transparent;
        width: 90vw;
    }

    .table thead th {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
    }

    .table tbody tr {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #003f67;
    }

    #service .payment-products-section2 {
        margin-top: -20px;
    }

    #service .payment-products-bg {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-header-mobile.webp");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: bottom;
        background-size: 100%;
        padding-bottom: 100px;
    }

    #service .payment-products-bg-footer {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-footer-destop.svg");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-size: cover;
        height: auto;
    }

    #service .payment-products-img-text {
        margin: 25px;
        margin-left: 0px;
        font-weight: 600;
        font-size: 34px;
        line-height: 36px;
        color: #003F67;
    }

    #service .text-color {
        color: #00b4f1;
    }

    #service .payment-products-more {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        #service .payment-products-more .tel-number {
            font-weight: 700;
            font-size: 48px;
            line-height: 50px;
            color: #003f67;
            align-items: center;
        }

    #service .height-100 {
        height: 100vh;
    }

    #service .padding-botom-9-rem {
        padding-bottom: 9rem;
    }

    #service .payment-products-content h1 {
        font-weight: 600;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        padding: 20px;
    }

    #service .payment-products-content h2 {
        font-weight: 600;
        font-size: 34px;
        line-height: 36px;
        text-align: center;
        color: #003f67;
        padding-top: 24px;
    }

    #service .payment-products-content h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #003f67;
    }

    #service .payment-products-more .mobile-h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #003f67;
    }

    #service .margin-top-20 {
        margin-top: 20px;
    }
}

/* Small devices (phones, 400px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .section1_title-text {
        font-size: 48px;
        font-weight: 600;
        line-height: 50px;
    }

    .tab-pane {
        margin: 0 0rem;
    }

    #service .carousel-control-next-mobile {
        color: red;
        opacity: 1 !important;
    }



    #service .nav-item {
        width: 100%;
    }

    #service .payment-products-section2 {
        margin-top: -20px;
    }

    #service .payment-products-bg {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-header-mobile.webp");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: bottom;
        background-size: 100%;
        padding-bottom: 100px;
    }

    #service .payment-products-bg-footer {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-footer-destop.svg");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-size: cover;
        height: 512px;
    }

    #service .payment-products-img-logo {
        margin: 0px;
        margin-left: 0px;
    }

    #service .payment-products-img-text {
        margin: 25px;
        margin-left: 0px;
        font-weight: 600;
        font-size: 34px;
        line-height: 36px;
        color: #003F67;
    }

    #service .text-color {
        color: #00b4f1;
    }

    #service .payment-products-more {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        #service .payment-products-more .tel-number {
            font-weight: 700;
            font-size: 48px;
            line-height: 50px;
            color: #003f67;
            align-items: center;
        }

    #service .height-100 {
        height: 100vh;
    }

    #service .payment-products-content-margin {
        /* padding-top: 30vw; */
    }

    #service .payment-products-content h1 {
        font-weight: 600;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        padding: 20px;
    }

    #service .payment-products-content h2 {
        font-weight: 600;
        font-size: 34px;
        line-height: 36px;
        text-align: center;
        color: #003f67;
        padding-top: 24px;
    }

    #service .payment-products-content h4 {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #003f67;
    }

    #service .payment-products-more .mobile-h4 {
        font-weight: 700;
        font-size: 34px;
        line-height: 36px;
        color: #003f67;
    }

    #service .margin-top-20 {
        margin-top: 20px;
    }

    #service .multi-carousel {
        box-shadow: 2.16415px 7.57451px 16.2311px rgba(9, 30, 66, 0.1);
        overflow: hidden;
        border-radius: 20px 20px 20px 20px;
        height: 100px;
    }

        #service .multi-carousel #service .multi-carousel-inner #service .multi-carousel-item {
            padding: 0;
        }

    #service .btn-white {
        background-color: #ffffff;
        width: auto;
        height: 100px;
        width: 100%;
    }

    #service section#service .more-promotion {
        background-image: url("/static/images/paymentProducts/bg/more-promotion-mobile.webp");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-size: 100% 100%;
        padding: 100px 0 71px 0;
    }

    #service .banner {
        background-image: url(/static/images/promotion/promotionDetail/bg-blue-mobile.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: scroll;
        background-position: top;
    }

    #service .banner-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        color: #003f67;
        padding: 0 20px;
    }

    #service .promotion-card-text {
        font-weight: 500;
        font-size: 24px;
        line-height: 38px;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 6px;
    }

    #service .promotion-type {
        background: #e31c79;
        border-radius: 40px;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        padding: 3px 15px;
        width: 94px;
        margin-bottom: 10px;
    }

    #service .promotion-date {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        color: #626262;
        margin-bottom: 10px;
    }

    #service .carousel-control-prev-custom,
    #service .carousel-control-next-custom {
        opacity: 1;
        background-color: #fff;
        width: 50px;
        height: 50px;
        top: 235px;
    }

    #service .carousel-control-prev-custom {
        left: 5% !important;
    }

    #service .carousel-control-next-custom {
        left: 95% !important;
    }

    #service .promotion-card-text {
        font-weight: 500;
        font-size: 24px;
        line-height: 38px;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 6px;
    }

    #service .promotion-type {
        background: #e31c79;
        border-radius: 40px;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        padding: 3px 15px;
        width: 94px;
        margin-bottom: 10px;
    }

    #service .promotion-date {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        color: #626262;
        margin-bottom: 10px;
    }

    #service .carousel-control-prev-custom,
    #service .carousel-control-next-custom {
        opacity: 1;
        background-color: #fff;
        width: 50px;
        height: 50px;
        top: 235px;
    }

    #service .carousel-control-prev-custom {
        left: 5% !important;
    }

    #service .carousel-control-next-custom {
        left: 95% !important;
    }

    #service .promotion-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 6px;
        font-weight: 500;
        font-size: 34px;
        line-height: 36px;
        color: #202020;
    }

    #service .content {
        margin: 40px 0;
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }

    #service h1.title {
        font-weight: 500;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        color: #003f67;
    }

    #service .more-promotion-title {
        margin-bottom: 24px;
    }

    #service a.main-color-red {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #e31c79;
        margin-top: 50px;
    }

    #service .carousel-indicators {
        bottom: -35px;
        left: -500px;
        right: -500px;
    }

    #service a.register-btn {
        margin-top: 15px;
        background: #e31c79;
        border-radius: 40px;
        padding: 14px 54px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
        margin-right: 16px;
    }

    #service a.mobile-app-btn {
        margin-top: 15px;
        background: #003f67;
        border-radius: 40px;
        padding: 14px 54px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
    }

    #service .nav-tabs .nav-link.active {
        color: var(--mdb-nav-tabs-link-active-color);
        background-color: #f0fbff;
        border-bottom: 1vh solid #00b4f1;
    }

    #service .nav-link.active {
        color: #fff !important;
        background-color: #003f67;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
    }

    #shop .nav-link.active {
        color: #fff !important;
        background-color: #003f67;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
        border-radius: 50px;
        padding: 20px 10px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #service .nav-link {
        color: #003f67 !important;
        background-color: #d7f5ff;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
    }

    #shop .nav-link {
        color: #003f67 !important;
        background-color: #fff;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
        border-radius: 50px;
        padding: 20px 10px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    table {
        border-collapse: separate;
        border-spacing: 2px;
        border-color: transparent;
        width: 90vw;
    }

    .table thead th {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
    }

    .table tbody tr {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #003f67;
    }

    #service .payment-products-section2 {
        margin-top: -20px;
    }

    #service .payment-products-bg {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-header-mobile.webp");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-size: cover;
    }

    #service .payment-products-bg-footer {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-footer-destop.svg");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-size: cover;
        height: auto;
    }

    #service .payment-products-img-text {
        margin: 25px;
        margin-left: 0px;
        font-weight: 600;
        font-size: 34px;
        line-height: 36px;
        color: #003F67;
    }

    #service .text-color {
        color: #00b4f1;
    }

    #service .payment-products-more {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        #service .payment-products-more .tel-number {
            font-weight: 700;
            font-size: 48px;
            line-height: 50px;
            color: #003f67;
            align-items: center;
        }

    #service .height-100 {
        height: 100vh;
    }

    #service .padding-botom-9-rem {
        padding-bottom: 9rem;
    }

    #service .payment-products-content h1 {
        font-weight: 600;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        padding: 20px;
    }

    #service .payment-products-content h2 {
        font-weight: 600;
        font-size: 34px;
        line-height: 36px;
        text-align: center;
        color: #003f67;
        padding-top: 24px;
    }

    #service .payment-products-content h4 {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #003f67;
    }

    #service .payment-products-more .mobile-h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #003f67;
    }

    #service .margin-top-20 {
        margin-top: 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .tab-pane {
        margin: 0 0rem;
    }

    #service .carousel-control-next-mobile {
        color: red;
        opacity: 1 !important;
    }

    #service .carousel-control-prev-mobile {
        left: -28px;
    }

    #service .carousel-control-next-mobile {
        right: -28px;
    }

    #service .nav-item {
        width: 100%;
    }

    #service .payment-products-img-logo {
        margin: 0;
    }

    #service .multi-carousel {
        box-shadow: 2.16415px 7.57451px 16.2311px rgba(9, 30, 66, 0.1);
        overflow: hidden;
        border-radius: 20px 20px 20px 20px;
        height: 100px;
    }

        #service .multi-carousel #service .multi-carousel-inner #service .multi-carousel-item {
            padding: 0;
        }

    #service .btn-white {
        background-color: #ffffff;
        width: auto;
        height: 100px;
        width: 100%;
    }

    #service .banner {
        background-image: url(/static/images/promotion/promotionDetail/bg-blue-mobile.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: scroll;
        background-position: top;
    }

    #service .banner-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        color: #003f67;
        padding: 0 20px;
    }

    #service .promotion-card-text {
        font-weight: 500;
        font-size: 24px;
        line-height: 38px;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 6px;
    }

    #service .promotion-type {
        background: #e31c79;
        border-radius: 40px;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        padding: 3px 15px;
        width: 94px;
        margin-bottom: 10px;
    }

    #service .promotion-date {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        color: #626262;
        margin-bottom: 10px;
    }

    #service .carousel-control-prev-custom,
    #service .carousel-control-next-custom {
        opacity: 1;
        background-color: #fff;
        width: 50px;
        height: 50px;
        top: 235px;
    }

    #service .carousel-control-prev-custom {
        left: 5% !important;
    }

    #service .carousel-control-next-custom {
        left: 95% !important;
    }

    #service .promotion-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 6px;
        font-weight: 500;
        font-size: 34px;
        line-height: 36px;
        color: #202020;
    }

    #service .content {
        margin: 40px 0;
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }

    #service h1.title {
        font-weight: 500;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        color: #003f67;
    }

    #service .more-promotion-title {
        margin-bottom: 24px;
    }

    #service a.main-color-red {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #e31c79;
        margin-top: 50px;
    }

    #service .carousel-indicators {
        bottom: -35px;
        left: -500px;
        right: -500px;
    }

    #service a.register-btn {
        margin-top: 15px;
        background: #e31c79;
        border-radius: 40px;
        padding: 14px 54px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
        margin-right: 16px;
    }

    #service a.mobile-app-btn {
        margin-top: 15px;
        background: #003f67;
        border-radius: 40px;
        padding: 14px 54px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
    }

    #service .nav-tabs .nav-link.active {
        color: var(--mdb-nav-tabs-link-active-color);
        background-color: #f0fbff;
        border-bottom: 1vh solid #00b4f1;
        width: 100%;
    }

    #service .nav-link.active {
        color: #fff !important;
        background-color: #003f67;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
        width: 100%;
    }

    #shop .nav-link.active {
        color: #fff !important;
        background-color: #003f67;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
        /*width: 100%;*/
        border-radius: 50px;
        padding: 20px 10px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #service .nav-link {
        color: #003f67 !important;
        background-color: #d7f5ff;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
        width: 100%;
    }

    #shop .nav-link {
        color: #003f67 !important;
        background-color: #fff;
        margin: 0.1rem;
        font-size: 18px;
        /*border-bottom: 1vh solid #00b4f1;*/
        width: 100%;
        border-radius: 50px;
        padding: 20px 10px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    table {
        border-collapse: separate;
        border-spacing: 2px;
        border-color: transparent;
        width: 70vw;
    }

    .table thead th {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
    }

    .table tbody tr {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #003f67;
    }

    #service .payment-products-section2 {
        margin-top: -20px;
    }

    #service .payment-products-bg-footer {
        background-image: url("/static/images/paymentProducts/bg/paymentProducts-bg-footer-destop.svg");
        z-index: 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: top;
        background-size: cover;
        height: auto;
    }

    #service .payment-products-img-text {
        margin: 25px;
        margin-left: 0px;
        font-weight: 600;
        font-size: 34px;
        line-height: 36px;
        color: #003F67;
    }

    #service .text-color {
        color: #00b4f1;
    }

    #service .payment-products-more {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        #service .payment-products-more .tel-number {
            font-weight: 700;
            font-size: 48px;
            line-height: 50px;
            color: #003f67;
            align-items: center;
        }

    #service .height-100 {
        height: 100vh;
    }

    #service .padding-botom-9-rem {
        padding-bottom: 9rem;
    }

    #service .payment-products-content h1 {
        font-weight: 600;
        font-size: 48px;
        line-height: 50px;
        text-align: center;
        padding: 20px;
    }

    #service .payment-products-content h2 {
        font-weight: 600;
        font-size: 34px;
        line-height: 36px;
        text-align: center;
        color: #003f67;
        padding-top: 24px;
    }

    #service .payment-products-content h4 {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #003f67;
    }

    #service .payment-products-more .mobile-h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #003f67;
    }

    #service .margin-top-20 {
        margin-top: 20px;
    }

    #service .payment-products-content-text {
        text-align: center;
    }
}

@media (min-width: 1900px) {

    table {
        border-collapse: separate;
        border-spacing: 2px;
        border-color: transparent;
        width: 52vw;
    }
}

/* ========================> SectionBar */
#service .topic-serive {
    text-align: center;
}

#service .accordion {
    padding: 20px 20px;
}

#service .accordion-item {
    border: unset;
    margin-top: 0px;
}

/*#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
#section-6,
#section-7,
#section-8 {
    box-shadow: 4px 14px 30px rgba(9, 30, 66, 0.1);
}*/



/*#service #faq-product-heading-1 .accordion-button,
#service #faq-product-heading-2 .accordion-button {
    background-color: #f5f7fb;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    border: none;
    color: #003f67;
    transition: none;
    transform: none;
}*/

#service #faq-product-service-heading-2 .accordion-button,
#service #faq-product-service-heading-3 .accordion-button,
#service #faq-product-service-heading-4 .accordion-button,
#service #faq-product-service-heading-5 .accordion-button,
#service #faq-product-service-heading-6 .accordion-button,
#service #faq-product-service-heading-7 .accordion-button,
#service #faq-product-service-heading-8 .accordion-button {
    background-color: #f5f7fb;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    border: none;
    color: #003f67;
    transition: none;
    transform: none;
    border-top: none
}

#service #faq-product-accordion-flush-1 .accordion-item,
#service #faq-product-accordion-flush-21 .accordion-item {
    margin-top: 0;
}

    #service #faq-product-accordion-flush-1 .accordion-item .accordion-button,
    #service #faq-product-accordion-flush-21 .accordion-item .accordion-button {
        font-size: 26px;
        font-weight: 700;
        line-height: 36px;
    }

    #service #faq-product-accordion-flush-1 .accordion-item .accordion-body > p,
    #service #faq-product-accordion-flush-21 .accordion-item .accordion-body > p {
        margin-bottom: 0;
    }



#service #faq-product-collapse-1 .accordion-body h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    color: #00b4f1;
}

#service #faq-product-collapse-1 .accordion-body .accordion-sub-header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#service #faq-product-collapse-1 .accordion-body a {
    color: #00b4f1;
    text-decoration: underline 0.5px;
}

#service #faq-product-collapse-2 .accordion-body h2,
#service #faq-product-collapse-3 .accordion-body h2,
#service #faq-product-collapse-4 .accordion-body h2,
#service #faq-product-collapse-5 .accordion-body h2,
#service #faq-product-collapse-6 .accordion-body h2,
#service #faq-product-collapse-7 .accordion-body h2,
#service #faq-product-collapse-8 .accordion-body h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 50px;
    /* text-align: center; */
    color: #00b4f1;
}


.accordion-body-noPadding span {
    color: red;
}

#service button.accordion-button.collapsed {
    background-color: white;
    color: #003f67;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    border-top: 2px solid #d9d9d9;
}

#service .accordion-button:not(.collapsed) {
    /* background-color: #f5f7fb; */
    font-weight: 600;
    font-size: 26px;
    line-height: 44px;
    border: none;
    color: #003f67;
    transition: none;
    transform: none;
}

#service .accordion.accordion-flush {
    background-color: white;
    width: 100%;
    height: 75vh;
    padding: 30px;
}

#service .accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-top: 2px solid #d9d9d9;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

/*#service .circle-push {
    position: absolute;
    top: 713px;
    right: 0;
}

    #service .circle-push img {
        width: 200px;
    }

#service .push {
    position: absolute;
    right: 55px;
    top: 1000px;
}*/

/*#service .triangle {
    position: absolute;
    top: 850px;
    left: 0;
}*/

.switch-main h3 {
    /*text-align: center;*/
    color: #003f67;
    font-weight: 500;
    font-size: 48px;
    line-height: 36px;
    margin-right: 390px;
}

.list-benefit-bar {
    width: 100%;
    height: 64px;
    background: #d7f5ff;
    border-radius: 60px;
    margin-bottom: 60px;
}

.list-benefit-barmember {
    height: 64px;
    /*background: #d7f5ff;*/
    border-radius: 60px;
    margin-bottom: 60px;
}

a.list-benefit-btn.active {
    background: #003f67;
    border-radius: 40px;
    padding: 8px 24px;
    margin: 0 8px;
    margin: 0 8px;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    /* width: 50%;*/
}

a.list-benefit-btn {
    border: none;
    background-color: transparent;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #003f67;
    padding: 16px 24px;
    /* width: 50%;*/
    cursor: pointer;
}

/*#faq .wysiwyg-toolbar {
    background-color: transparent !important;
    justify-content: center;
}*/

.accordion-body-noPadding {
    font-size: 22px;
}


@media (min-width: 350px) and (max-width: 768px) {
    .accordion-body {
        padding-left: 8px;
        padding-right: 8px;
    }

    #service .accordion-item .accordion-body > p,
    #service .accordion-item .accordion-body > ul {
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
    }

    #service .accordion-item .accordion-body > ul {
        margin-top: 8px;
    }

    /*#service .banner {
        background-image: url("/static/images/faq/banner-mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: top;
        min-height: 238px;
        height: auto;
    }*/

    #service .background-wrapper {
        background-size: 100% 1502px;
    }

    /*#service .circle-push img {
        width: 91px;
    }

    #service .circle-push {
        top: 305px
    }

    #service .push {
        display: none;
    }

    #service .triangle {
        display: none;
    }*/

    #service #faq-product-collapse-1 .accordion-body .accordion-sub-header {
        padding-top: 0px;
        padding-bottom: 24px;
    }

    #service .accordion {
        padding: 0px 0px;
        margin: 0px 10px;
    }

    .switch-main h3 {
        font-weight: 500;
        font-size: 38px;
        line-height: 36px;
        /*margin-right: 133px;*/
        padding-bottom: 9px;
        text-align: center;
        width: 100%
    }

    .list-benefit-bar {
        width: 90%;
        height: 60px;
        background: #d7f5ff;
        border-radius: 60px;
        margin-bottom: 32px;
    }

    .list-benefit-barmember {
        /*width: 90%;*/
        height: 60px;
        /*background: #d7f5ff;*/
        border-radius: 60px;
        margin-bottom: 32px;
    }

    a.list-benefit-btn.active {
        background: #003f67;
        border-radius: 40px;
        padding: 8px 24px;
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
        color: #ffffff !important;
        /*width: 50%;*/
    }

    a.list-benefit-btn {
        border: none;
        background-color: transparent;
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
        color: #003f67;
        padding: 8px 24px;
        /*width: 50%;*/
    }


    /*#service #faq-product-heading-1 .accordion-button,
    #service #faq-product-heading-2 .accordion-button {
        background-color: #f5f7fb;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        border: none;
        color: #003f67;
        transition: none;
        transform: none;
        padding-left: 16px;
        padding-right: 16px;
    }*/


    #service h1.banner-title {
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        color: #ffffff;
    }


    #service #faq-product-collapse-1 .accordion-body h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        color: #00b4f1;
    }


    #service #faq-product-collapse-2 .accordion-body h2,
    #service #faq-product-collapse-3 .accordion-body h2,
    #service #faq-product-collapse-4 .accordion-body h2,
    #service #faq-product-collapse-5 .accordion-body h2,
    #service #faq-product-collapse-6 .accordion-body h2,
    #service #faq-product-collapse-7 .accordion-body h2,
    #service #faq-product-collapse-8 .accordion-body h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        color: #00b4f1;
    }


    #service #faq-product-service-heading-2 .accordion-button,
    #service #faq-product-service-heading-3 .accordion-button,
    #service #faq-product-service-heading-4 .accordion-button,
    #service #faq-product-service-heading-5 .accordion-button,
    #service #faq-product-service-heading-6 .accordion-button,
    #service #faq-product-service-heading-7 .accordion-button,
    #service #faq-product-service-heading-8 .accordion-button {
        background-color: #f5f7fb;
        color: #003f67;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        padding-left: 16px;
        padding-right: 16px;
    }


    #faq-product-accordion .text-black {
        text-align: center;
    }

    .accordion-button.collapsed::after {
        background-image: url(/static/images/share/expand_more.png) !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url(/static/images/share/expand_more.png) !important;
    }

    #service #faq-product-accordion-flush-1 .accordion-item .accordion-button,
    #service #faq-product-accordion-flush-21 .accordion-item .accordion-button {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        padding: 10px 0px;
    }

    #service .accordion-button:not(.collapsed) {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        border: none;
        color: #003f67;
        transition: none;
        transform: none;
    }

    .accordion-body-noPadding {
        padding: 10px 0px;
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
    }

    #service button.accordion-button.collapsed,
    #service .accordion-flush .accordion-button:not(.collapsed) {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        padding-left: 0px;
        padding-right: 0px;
        /* padding: 10px 0; */
        background-color: #ffffff;
    }

    /*.sub-service {
        padding: 10px 0;
    }

    .header-service {
        padding-bottom: 15px;
    }*/

    .tab-qa-1 {
        margin-top: 20px !important;
    }

    .tab-qa-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .tab-qa-3 {
        margin-top: 20px !important;
    }

    .tab-qa-4 {
        margin-top: 20px !important;
    }

    #service .accordion-butto.accordion-button-mobile.collapsed {
        background-color: #f5f7fb;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        border: none;
        color: #003f67;
        transition: none;
        transform: none;
        padding-left: 39px;
        padding-right: 39px;
    }

    .accordion-button-mobile.collapsed {
        background-color: #f5f7fb;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        border: none;
        color: #003f67;
        transition: none;
        transform: none;
        padding-left: 39px;
        padding-right: 39px;
    }

    #img-section {
        height: 300px !important;
    }
}

#service .block-content-section-2 {
    background: #f0fbff;
    border-radius: 20px 20px 0px 0px;
    padding: 27px 30px;
    /*margin: 79px 0px 0px 0px;*/
}

#service .block-content-section-warnning {
    background: #d7f5ff;
    padding: 27px 25px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 20px 20px;
}

#img-section {
    height: 450px;
}

#service .block-step-1 {
    /*background: #f0fbff;*/
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    /*border: 3px solid #d7f5ff;*/
    gap: 15px;
    /*height: 340px;*/
}

#service .benefit-cash-card-title {
    font-weight: 500;
    font-size: 64px;
    line-height: 68px;
    text-align: center;
    margin-bottom: 10px;
}

#service .compare-desc {
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    color: #003f67;
    margin-bottom: 30px;
}

#service .cash-card-desc {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #003f67;
    margin-top: 10px;
}

@media (min-width: 350px) and (max-width: 767px) {
    #service .block-step-1 {
        padding: 40px 20px;
        gap: 15px;
        /*height: 280px;*/
        /* width: 80%; */
    }

    #service .benefit-cash-card-title {
        font-weight: 500;
        font-size: 39px;
        line-height: 50px;
        text-align: center;
        /*margin-bottom: 30px;*/
    }

    #service .compare-desc {
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        color: #003f67;
        margin-bottom: 32px;
    }

    #service .cash-card-desc {
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
        color: #003f67;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #service .benefit-cash-card-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        text-align: center;
        /*margin-bottom: 30px;*/
    }

    #service .compare-desc {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #003f67;
        margin-bottom: 30px;
        padding: 0 80px;
    }

    #service .cash-card-desc {
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
        color: #003f67;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #service .benefit-cash-card-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 52px;
        text-align: center;
        /*margin-bottom: 30px;*/
    }

    #service .compare-desc {
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #003f67;
        margin-bottom: 30px;
        /*padding: 0px 160px;*/
    }

    #service .cash-card-desc {
        font-weight: 600;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        color: #003f67;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #service .block-step-1 {
        /*background: #f0fbff;*/
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 20px;
        /*border: 3px solid #d7f5ff;*/
        gap: 15px;
        /*height: 340px;*/
    }
}

@media (min-width: 1200px) {
    #service .carousel-control-next,
    #service .carousel-control-prev {
        bottom: 200px;
        width: 100px;
    }
}

@media (max-width: 767px) 
{
    #service .accordion.accordion-flush {
        width: 100%;
        height: 70vh;
        padding: 15px;
    }
}

#service .cash-card-desc .fw400 {
    font-weight: 400 !important;
}

