.custom-icon-box {
    align-items: center;
    padding-bottom: 12px;
}

.order-1 {
    @media screen and (max-width:768px) {
        order: 1;
    }
}

.icon-box-text {
    h3 {
        color: #1F4D6D;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
}

.box-tech {
    .box {
        .box-text {
            padding: 24px;

            .text {
                h4 {
                    color: #FFF;
                    font-size: 20px;
                    font-weight: 600;
                    line-height: 30px;
                    margin-bottom: 12px;
                    /* 150% */
                }
            }

            .icon-box {
                align-items: start;
                margin-bottom: 8px;

                .icon-box-text {
                    h4 {
                        color: #FFF;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 24px;
                        margin-bottom: 0;
                        /* 150% */
                    }
                }
            }
        }
    }
}

.pt-tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;

    .pt-tabs-left {
        width: 45%;

        .pt-item {
            border-bottom: 1px solid #3E9BDB;
        }
    }

    .pt-tabs-right {
        width: 55%;
        border-radius: 16px;
        background: linear-gradient(180deg, #FFF 40.94%, #D2EDFF 100%);
    }

    .pt-tab-title {
        background: #fff;
        color: #323232;
        padding: 18px 20px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.25s;
        display: flex;
        justify-content: space-between;
        align-items: center;

        &.active {
            background: #2f87c4;
            color: #fff;
            transition: all 0.25s;

            i {
                transform: rotate(180deg);
            }
        }
    }

    .pt-panel {
        background: #fff;
        padding: 24px;

        p {
            position: relative;
            padding-left: 16px;

            &::before {
                content: "•";
                position: absolute;
                left: 0;
                top: 0;
            }
        }



        ul {
            list-style: none;
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 0;

            li {
                border-radius: 4px;
                border: 1px solid #BEDDF3;
                background: #F5FBFF;
                box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
                padding: 8px;
                margin-left: 0;
            }
        }
    }

    .pt-visual {
        img {
            width: 100%;
            border-radius: 14px;
            display: block;
        }
    }

    .pt-visual-gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* gap: 24px; */

        .pt-icon {
            img {
                width: 100%;
                border-radius: 8px;
            }
        }
    }

    @media (max-width: 991px) {
        flex-direction: column;

        .pt-tabs-left,
        .pt-tabs-right {
            width: 100%;
        }
    }
}

.banner-service {
    .content-banner {
        h3 {
            background: linear-gradient(180deg, #F4FAFF 41.53%, #5CBDFF 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
            /* padding-bottom: 16px; */
            /* 125% */
        }

        p {
            color: #FFF;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 27px;
            display: flex;
            width: 80%;
            padding-top: 16px;
            margin: auto;

            @media screen and (max-width:768px) {
                width: 100%;
            }
        }
    }

    &.child-service {
        .content-banner {
            .sub-cat {
                color: #3E9BDB !important;
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: 27px;
                padding-bottom: 16px;
                padding-top: 0;
                /* 150% */
            }

            p {
                margin: 0;
                text-align: left;
                padding-bottom: 24px;
                width: 75%;
            }
        }
    }
}

.sec-all-service {
    .row {
        .col {
            .col-inner {
                .custom-tab {
                    ul {
                        margin-bottom: 40px;

                        li {
                            a {
                                border-radius: 8px;
                                color: #1F4D6D;
                                padding: 8px 24px;
                                font-size: 16px;
                                transition: all 0.25s;
                                border: none;
                            }

                            &.active {
                                a {
                                    border: 1px solid #3E9BDB;
                                    background: #3E9BDB;
                                    transition: all 0.25s;

                                    span {
                                        color: #fff;
                                    }
                                }
                            }
                        }

                        @media screen and (max-width:768px) {
                            display: block;
                            overflow-x: auto;
                            overflow-y: hidden;
                            white-space: nowrap;
                            -webkit-overflow-scrolling: touch;


                            li {
                                display: inline-block;
                                white-space: nowrap;
                                margin-right: 10px;
                            }


                            &::-webkit-scrollbar {
                                height: 5px;
                            }

                            &::-webkit-scrollbar-thumb {
                                background: #ccc;
                                border-radius: 5px;
                            }
                        }
                    }

                    .tab-panels {
                        .entry-content {
                            .custom-col-service {
                                .col-inner {
                                    height: 100%;
                                    border-radius: 16px;
                                    border: 2px solid #FFF;
                                    background: linear-gradient(180deg, #FFF 40.94%, #D2EDFF 100%);
                                    padding: 16px 24px;

                                    .icon-box {
                                        .icon-box-text {
                                            h4 {
                                                color: #1F4D6D;
                                                font-size: 18px;
                                                font-style: normal;
                                                font-weight: 600;
                                                line-height: 27px;
                                                /* 150% */

                                            }

                                            p {
                                                color: #323232;
                                                font-size: 16px;
                                                font-style: normal;
                                                font-weight: 400;
                                                line-height: 24px;
                                                /* 150% */
                                            }
                                        }
                                    }

                                    &:hover {
                                        box-shadow: 0 0 20px 0 rgba(0, 99, 166, 0.15);
                                        cursor: pointer;

                                        .icon-box {
                                            .icon-box-text {
                                                h4 {
                                                    color: #5CBDFF;

                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }

                }

            }
        }
    }
}

.sec-child-service-one {
    background: linear-gradient(90deg, #EEF6FF 0%, #FEFDFF 50%, #EEF6FF 100%);

    .row {
        .col {
            .col-inner {
                .text {
                    h3 {
                        color: #1F4D6D;
                        text-align: center;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 30px;
                        margin-bottom: 0;
                        margin-bottom: 40px;
                        /* 125% */
                    }
                }

            }

            &.box-benefit {


                .text {
                    padding: 24px;
                    border-radius: 8px;
                    border: 2px solid #FFF;
                    background: linear-gradient(180deg, #FFF 40.94%, #D2EDFF 100%);
                    box-shadow: 0 2px 20px 0 rgba(0, 99, 166, 0.30);
                    height: 220px;

                    p {
                        margin-bottom: 0;
                    }

                    @media screen and (max-width:768px) {
                        height: 100%;
                    }
                }
            }
        }

        @media screen and (max-width:991px) {
            justify-content: start !important;
        }
    }
}

.sec-child-service-two {
    background: linear-gradient(90deg, #EEF6FF 0%, #FEFDFF 50%, #EEF6FF 100%);

    .row {
        .col {
            .col-inner {
                .text-cap {
                    margin-bottom: 0;

                    h3 {
                        margin-bottom: 12px;

                        span {
                            color: #1F4D6D;
                            font-size: 24px;
                            font-weight: 600;
                            line-height: 30px;
                            /* 125% */
                        }
                    }
                }

                p {
                    color: #323232;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 24px;
                    margin-top: 0;
                    margin-bottom: 40px;
                    /* 150% */
                }
            }
        }
    }
}

.sec-child-service-three {
    background: linear-gradient(90deg, #EEF6FF 0%, #FEFDFF 50%, #EEF6FF 100%);

    .row {
        .col {
            .col-inner {
                .text-cap {
                    margin-bottom: 0;

                    h3 {
                        margin-bottom: 12px;

                        span {
                            color: #1F4D6D;
                            font-size: 24px;
                            font-weight: 600;
                            line-height: 30px;
                            /* 125% */
                        }
                    }
                }

                p {
                    color: #323232;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 24px;
                    margin-top: 0;
                    margin-bottom: 40px;
                    /* 150% */
                }
            }

            &.large-4 {
                .col-inner {
                    padding: 24px;
                    border-radius: 8px;
                    border: 2px solid #FFF;
                    background: linear-gradient(180deg, #FFF 40.94%, #D2EDFF 100%);
                    box-shadow: 0 2px 20px 0 rgba(62, 155, 219, 0.30);
                    height: 244px;

                    @media screen and (max-width:991px) {
                        height: 100%;
                    }
                }

                &:nth-child(3) {
                    .col-inner {
                        box-shadow: none;
                    }
                }
            }
        }
    }
}

.sec-child-service-four {
    background: linear-gradient(90deg, #EEF6FF 0%, #FEFDFF 50%, #EEF6FF 100%);

    .row {
        .col {
            .col-inner {
                .text-cap {
                    margin-bottom: 0;

                    h3 {
                        margin-bottom: 12px;

                        span {
                            color: #1F4D6D;
                            font-size: 24px;
                            font-weight: 600;
                            line-height: 30px;
                            /* 125% */
                        }
                    }
                }

                p {
                    color: #323232;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 24px;
                    margin-top: 0;
                    margin-bottom: 40px;
                    /* 150% */
                }
            }

            &.box-reason {
                .col-inner {
                    padding: 24px;
                    border-radius: 8px;
                    border: 2px solid #FFF;
                    background: linear-gradient(180deg, #FFF 40.94%, #D2EDFF 100%);
                    box-shadow: 0 2px 20px 0 rgba(0, 99, 166, 0.30);
                    height: 100%;

                    .icon-box {
                        align-items: center !important;
                        padding-bottom: 12px;

                        .icon-box-text {
                            h4 {
                                color: #1F4D6D;
                                font-size: 20px;
                                font-weight: 600;
                                line-height: 30px;

                                /* 150% */
                                @media screen and (max-width:991px) {
                                    font-size: 16px;
                                }
                            }
                        }
                    }

                    p {
                        margin-bottom: 0;
                    }

                    .box-text {
                        padding: 0;

                        h4 {
                            color: #1F4D6D;
                            font-size: 20px;
                            font-weight: 600;
                            line-height: 30px;
                            padding-bottom: 12px;
                            margin: 0;
                            /* 150% */

                        }
                    }
                }
            }
        }

    }
}

.sec-child-service-five {
    background: linear-gradient(180deg, #003A71 0%, #3E9BDB 119.15%);

    .row {
        .col {
            .col-inner {
                .text-cap {
                    margin: 0;

                    h3 {
                        color: #FFF;
                        text-align: center;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 30px;
                        margin-bottom: 40px;
                        /* 125% */
                    }
                }

                .custom-silder-fb {
                    .row {
                        .col {
                            margin: 8px;

                            .col-inner {
                                border-radius: 0 32px;
                                border: 2px solid #FFF;
                                background: linear-gradient(180deg, #FFF 40.94%, #D2EDFF 100%);
                                padding: 48px 32px;
                                height: 242px;

                                @media screen and (max-width:768px) {
                                    padding: 24px;
                                    height: 242px;
                                }

                                .content-feedback {
                                    p {
                                        color: #1F4D6D;
                                        font-size: 18px;
                                        font-weight: 600;
                                        line-height: 24px;
                                        margin-bottom: 24px;
                                        /* 150% */
                                    }
                                }

                                .name-field {
                                    h4 {
                                        color: #3E9BDB;
                                        font-size: 16px;
                                        font-style: normal;
                                        font-weight: 700;
                                        line-height: 27px;
                                        margin-bottom: 0;
                                        /* 150% */
                                    }

                                    p {
                                        color: #323232;
                                        font-size: 14px;
                                        font-style: normal;
                                        font-weight: 400;
                                        line-height: 24px;
                                        margin-bottom: 0;
                                        /* 150% */
                                    }
                                }
                            }
                        }
                    }

                    .flickity-prev-next-button {
                        top: unset;
                        bottom: -5px;
                        z-index: 5;


                        &.previous {
                            left: 40% !important;

                            svg {
                                border: none !important;
                                width: 28px;
                            }

                            &:hover {
                                svg {
                                    background-color: transparent !important;
                                }
                            }

                            @media screen and (max-width:991px) {
                                bottom: -5px;
                                display: block;
                                left: 28% !important;
                            }

                            @media screen and (max-width:767px) {
                                bottom: -5px;
                                display: block;
                                left: 15% !important;
                            }
                        }

                        &.next {
                            right: 40% !important;

                            svg {
                                border: none !important;
                                width: 28px;
                            }

                            &:hover {
                                svg {
                                    background-color: transparent !important;
                                }
                            }

                            @media screen and (max-width:991px) {
                                right: 28% !important;
                            }

                            @media screen and (max-width:767px) {
                                bottom: -4px;
                                display: block;
                                right: 15% !important;
                            }
                        }
                    }
                }
            }
        }
    }
}

.sec-child-service-six {
    background: linear-gradient(90deg, #EEF6FF 0%, #FEFDFF 50%, #EEF6FF 100%);

    .row {
        .col {
            .col-inner {
                .cusstom-title {
                    p {
                        color: #3E9BDB;
                        font-size: 16px;
                        margin: 0;
                        font-weight: 600;
                        line-height: 24px;
                        /* 150% */
                    }

                    h4 {
                        color: #1F4D6D;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                        margin-bottom: 40px;
                        /* 125% */
                    }
                }
            }
        }
    }
}

.sec-child-service-seven {
    background: linear-gradient(90deg, #EEF6FF 0%, #FEFDFF 50%, #EEF6FF 100%);

    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                        /* 150% */
                    }

                    h4 {
                        color: #1F4D6D;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                        margin-bottom: 12px;
                        /* 125% */
                    }

                    p {
                        margin-bottom: 40px;
                    }
                }
            }

        }

        .custom-icon-step {

            .col-inner {
                border-radius: 8px;
                background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) -7.22%, #3E9BDB 145.58%);
                height: 110px;
                padding: 14.204px 66.482px 14.796px 74.074px;
                width: 335px;
                margin: auto;

                .icon-box {
                    align-items: center;
                    height: 100%;

                    .icon-box-img {
                        margin-left: -92px;

                        @media screen and (max-width:768px) {
                            margin-left: -64px;
                        }
                    }

                    .icon-box-text {
                        width: 194px;
                        margin-left: 18px;
                    }
                }

                @media screen and (max-width:991px) {
                    width: 85%;

                    .icon-box-img {
                        width: 50px !important;
                        margin-left: -92px;
                    }

                    .icon-box-text {
                        width: 100% !important;
                        margin-left: 0 !important;

                        h4 {
                            font-size: 12px;
                        }
                    }
                }

                @media screen and (max-width:767px) {
                    width: 100%;

                    .icon-box-text {


                        h4 {
                            font-size: 16px;
                        }
                    }
                }
            }

            &:nth-child(3) {
                .col-inner {
                    padding: 0 60px 0 80.556px;
                }

            }

            &:nth-child(2),
            &:nth-child(3) {
                .col-inner {
                    &::after {
                        content: url('../img/Vector\ 1757.png');
                        position: absolute;
                        right: -45px;
                        top: 45px;

                        @media screen and (max-width:991px) {
                            right: -30px;
                            top: 45px;
                        }

                        @media screen and (max-width:767px) {
                            display: none;
                        }
                    }


                }
            }

            &:nth-child(4) {
                .col-inner {

                    &::after {
                        content: url('../img/Vector\ 1755.png');
                        position: absolute;
                        right: -30px;
                        top: 55px;

                        @media screen and (max-width:991px) {
                            display: block;
                        }

                        @media screen and (max-width:767px) {
                            display: none;
                        }
                    }
                }
            }

            &:nth-child(6),
            &:nth-child(7) {
                .col-inner {
                    &::before {
                        content: url('../img/Vector\ 1759.png');
                        position: absolute;
                        left: -104px;
                        top: 45px;

                        @media screen and (max-width:991px) {
                            left: -100px;
                        }

                        @media screen and (max-width:767px) {
                            display: none;
                        }
                    }
                }
            }

            &:nth-child(5) {
                @media screen and (max-width:991px) {
                    order: 3;
                }

                @media screen and (max-width:767px) {
                    order: 5;
                }
            }

            &:nth-child(6) {
                @media screen and (max-width:991px) {
                    order: 4;
                }

                @media screen and (max-width:767px) {
                    order: 4;
                }
            }

            &:nth-child(7) {
                @media screen and (max-width:991px) {
                    order: 5;
                }

                @media screen and (max-width:767px) {
                    order: 3;
                }
            }
        }
    }
}

.sec-child-service-eight {
    background: #0A1924;

    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h4 {
                        color: #FFF;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 30px;
                        margin-bottom: 12px;
                    }

                    p {
                        color: #FFF;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 24px;
                        margin-bottom: 40px;
                    }
                }
            }


        }
    }
}

.sec-child-service-nine {
    background: #0A1924;

    .row {
        .col {
            .col-inner {
                h3 {
                    color: #FFF;
                    font-size: 24px;
                    font-weight: 600;
                    line-height: 30px;
                    margin-bottom: 40px;
                    /* 125% */
                }

                .custom-accordion {
                    .accordion-item {
                        border-bottom: 1px solid #3E9BDB;

                        .accordion-title {
                            padding: 24px;
                            color: #1F4D6D;
                            font-size: 20px;
                            font-weight: 700;
                            line-height: 30px;
                            border-top: none;
                            background-color: #fff;

                            /* 150% */
                            &.active {
                                background: #3E9BDB;
                                color: #fff;
                            }

                            .toggle {
                                left: unset;
                                top: 3px;
                                right: 0;
                                height: 100%;
                            }
                        }

                        .accordion-inner {
                            padding: 24px;
                            background-color: #fff;

                            p {
                                color: #323232;
                                font-size: 16px;
                                font-weight: 400;
                                line-height: 24px;
                                margin-bottom: 0;
                                /* 150% */
                            }
                        }
                    }
                }
            }
        }
    }
}

.sec-app-one,
.sec-app-two,
.sec-app-eight {
    background: linear-gradient(90deg, #EEF6FF 0%, #FEFDFF 50%, #EEF6FF 100%);
}

.sec-app-four,
.sec-app-five,
.sec-app-seven {
    background: #0A1924;
}

.box-icon-serve {
    .col-inner {
        border-radius: 8px;
        border: 2px solid #FFF;
        background: linear-gradient(180deg, #FFF 40.94%, #D2EDFF 100%);
        box-shadow: 0 2px 20px 0 rgba(0, 99, 166, 0.30);
        padding: 24px;
        height: 100%;

    }
}

.sec-app-one {

    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h3 {
                        color: #1F4D6D;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                        margin-bottom: 12px;
                    }

                    p {
                        color: #323232;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 24px;
                        margin-bottom: 40px;
                    }
                }
            }

            &.box-icon-deliver {
                .col-inner {
                    border-radius: 8px;
                    border: 2px solid #FFF;
                    background: linear-gradient(180deg, #FFF 40.94%, #D2EDFF 100%);
                    box-shadow: 0 2px 20px 0 rgba(0, 99, 166, 0.30);
                    padding: 24px;
                    height: 100%;

                }
            }
        }
    }
}

.sec-app-two {
    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h3 {
                        color: #1F4D6D;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                        margin-bottom: 12px;
                    }

                    p {
                        color: #323232;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 24px;
                        margin-bottom: 40px;
                    }
                }
            }
        }
    }
}

.sec-ap-three {
    background: linear-gradient(180deg, #003A71 0%, #3E9BDB 119.15%), linear-gradient(90deg, #EEF6FF 0%, #FEFDFF 50%, #EEF6FF 100%);

    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #FFF;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h3 {
                        color: #FFF;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                        margin-bottom: 40px;
                    }
                }

                .custom-stack-icon {
                    .icon-box {
                        height: 100%;
                    }
                }
            }
        }
    }
}

.sec-app-four {

    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h3 {
                        margin-bottom: 40px;
                        color: #FFF;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                    }
                }
            }
        }
    }
}

.sec-app-five {

    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h3 {
                        margin-bottom: 40px;
                        color: #FFF;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                    }
                }
            }
        }
    }
}

.sec-app-six {

    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h3 {
                        margin-bottom: 40px;
                        color: #1F4D6D;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                        /* 125% */
                    }
                }
            }
        }
    }
}

.sec-app-seven {

    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h3 {
                        margin-bottom: 40px;
                        color: #fff;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                        /* 125% */
                    }
                }
            }
        }
    }
}

.sec-app-eight {
    .row {
        .col {
            .col-inner {
                .content-title {
                    h5 {
                        color: #3E9BDB;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        margin-bottom: 12px;
                    }

                    h3 {
                        margin-bottom: 40px;
                        color: #1F4D6D;
                        font-size: 24px;
                        font-weight: 600;
                        line-height: 30px;
                        /* 125% */
                    }

                    &.two {
                        h3 {
                            margin-bottom: 12px;
                        }

                        p {
                            width: 792px;
                            color: #323232;
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 24px;
                            margin-bottom: 40px;

                            @media screen and (max-width:768px) {
                                width: 100%;
                            }
                        }
                    }
                }

                .html-table {
                    .pricing-table {
                        width: 100%;
                        border-collapse: collapse;
                        text-align: center;
                        font-family: sans-serif;
                    }

                    .pricing-table thead th {
                        background-color: #3fa9f5;
                        /* màu xanh giống hình */
                        color: #fff;
                        padding: 24px;
                        font-size: 20px;
                        text-align: center;
                        text-transform: capitalize;
                        &:nth-child(2){
                            border-left: 2px solid #fff;
                        }
                    }

                    .pricing-table td {
                        padding: 24px;
                        border: 1px solid #3fa9f5;
                        font-size: 20px;
                        font-weight: 600;
                        text-align: center;
                    }

                }
            }
        }
    }
}