body {
    margin: unset;
    position: relative;
}

*>p {
    margin: unset;
}

* {
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;
}

.header {
    width: 1220;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 10px;
}

#gotop {
    position: fixed;
    right: 25px;
    bottom: 40px;
    cursor: pointer;
    background-image: url(../image/btTop2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent;
    z-index: 10;
    border: 0;
}

.lang {
    color: #333;
    margin-left: 0.75rem;
}

.lang a {
    margin-right: unset !important;
}

.rmvStickyCls {
    position: unset !important;
}

.p3Content .descText.sm {
    display: none;
    order: 3;
}

.p3Content {
    position: relative;
    z-index: 1;
}

.p3Content.ct {
    margin-top: 0;
    height: max-content;
    min-height: 650px;
}

.ct>.cu-container {
    width: 90vw !important;
    height: max-content;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(244.57% 244.57% at 50.03% 93.59%, rgba(115, 129, 171, 0.1) 0%, rgba(110, 231, 231, 0) 100%);
    border: 2px solid #F8FFFD;
    border-radius: 6rem;
    box-shadow: 0px 0px 8px 0px #F9FFFD inset;
    margin: 0 auto;
}

.brief-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 630px;
    color: #333;
}

.brief-intro>.b-header {
    margin: 0;
    font-weight: 700;
    font-size: 60px;
    line-height: 79px;
    color: #5F54A1;
    padding-bottom: 2.2rem;
    text-align: center;
}

.brief-intro>.b-title {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 3.2rem;
    text-align: center;
}

.brief-intro>.b-btn {
    background: linear-gradient(99.11deg, #4C9379 -15.66%, #5F54A1 106.77%),
        linear-gradient(180deg, #4C9379 0%, #1A352B 100%);
    border-radius: 30px;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    color: #fff;
}

.subDesc {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

span.descLi {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

span.descLi>b {
    color: #5664EC;
    font-weight: 400;
}

span.descLi::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0.15em;
    border-left: 0.25em solid #5664EC;
    border-bottom: 0.25em solid transparent;
    border-right: 0;
    border-top: 0.25em solid transparent;
    margin-right: 3px;
}

.globe {
    position: absolute;
    bottom: 5rem;
    right: 0;
    width: auto;
    height: 530px;
    z-index: 0;
}

.nav {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.diff-blue {
    color: #090B12;
}

@media screen and (min-width:1435px) {
    #gotop {
        width: 45px;
        height: 45px;
    }

    .nav {
        width: 100vw;
        height: 80px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s linear;
        position: fixed;
        top: 0;
    }

    .nav .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .nav-toggler {
        display: none !important;
    }

    .nav .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav .btn .navBtn {
        color: #333;
        margin: 0 0.9rem;
        padding: 0.5rem 0.75rem;
    }

    .nav .btn .active {
        color: #fff;
        background: linear-gradient(99.11deg, #4C9379 -15.66%, #5F54A1 106.77%),
            linear-gradient(180deg, #4C9379 0%, #1A352B 100%);
        border-radius: 30px;
        padding: 0.7rem 1.2rem;
    }

    .nav .btn a {
        text-decoration: none;
        color: #333;
    }

    .divide-section {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        height: 842px;
        position: relative;
    }

    img.top-illustration1,
    img.top-illustration2 {
        width: 250px;
    }

    img.top-illustration2 {
        transform: translateY(-8rem);
    }

    .subnav {
        width: 100vw;
        height: 70px;
        position: sticky;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        overflow-y: visible;
        overflow-x: auto;
        border-bottom: 1px solid #E6E6E6;
        z-index: 3;
        background-color: #FFF;
    }

    .subnav .btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: 1220px;
        margin: 0 auto;
    }

    .subnav .btn p {
        font-size: 18px;
        width: max-content;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
    }

    .subnav .btn p:hover {
        font-weight: 700;
        border-bottom: 4px solid #D92C1D;
    }

    .subnav .btn .active {
        font-weight: 700;
        border-bottom: 4px solid #D92C1D;
    }

    .cls1,
    .cls2,
    .cls3,
    .cls4 {
        width: 100vw;
    }

    .p2Content,
    .p3Content,
    .p4Content,
    .p5Content,
    .p6Content {
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }

    .p3Content.solution {
        margin-top: 0;
    }

    .pTitleDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .pageHeader {
        font-weight: 700;
        font-size: 38px;
        line-height: 50px;
        color: #5F54A1;
        margin-bottom: 20px;
    }

    .pageTitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: #333333;
    }

    .cls1 {
        position: relative;
        height: 843px;
        width: 100vw;
        background-image: url(../image/idxHomeBg2.png);
        background-position: center;
        background-position-y: 80px;
        background-repeat: no-repeat;
        background-size: 100vw 700px;
    }

    .p2Content .p2D {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        z-index: 1;
        margin: 0 auto;
    }

    .p2Content .p2D .box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
    }

    .p2Content .p2D .data {
        width: 312px;
        height: max-content;
        min-height: 198px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding: 0 30px 20px;
        position: relative;
        z-index: -1;
    }

    .blue-shadow-bg {
        background-image: url(../image/dot-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    /* .dot-bg {
        height: 459px;
        width: 1306px;
        background-image: url(../image/dot-bg.png);
        background-position: center;
        background-repeat: no-repeat;
    } */

    .p2Content .p2D.svc .data {
        align-items: center;
        justify-content: space-between;
        border-radius: 13px;
        padding: 30px 20px 15px;
    }

    .p2D.svc .box img {
        width: 260px;
        height: auto;
    }

    .p2D .data .subTitle {
        font-size: 28px;
        font-weight: 700;
        margin: 55px 0 15px;
    }

    .p2D.svc .data .subTitle {
        margin-top: 20px;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #013E8A;
    }

    .p2D .data .desc {
        font-size: 20px;
        text-align: center;
    }

    .p2D.svc .data .desc {
        text-align: left;
        font-size: 16px;
    }

    .p3Content .data1,
    .p3Content .data2,
    .p3Content .data3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: 1300px;
        height: max-content;
        margin-top: 80px;
    }

    .contact_section {
        width: 60%;
        margin-bottom: 80px;
        display: flex;
        justify-content: center;
    }

    .p3Content.solution .data2,
    .p3Content.ct .data2 {
        margin-top: 0;
    }

    .data1 img,
    .data2 img,
    .data3 img {
        width: 350px;
        height: 200px;
    }

    .p3Content.solution .data2 img {
        /* width: 717px;
        height: 769px; */
        width: 50%;
        height: auto;
    }

    .solution-pc {
        display: block;
        padding: 24px;
    }

    .solution-m {
        display: none;
    }

    .p3Content.solution .frame-img {
        width: 569px !important;
        height: 67px !important;
        margin-bottom: 4rem;
    }

    .p3Content .descText.ct .desct {
        display: block;
    }

    .p3Content .descText.ct .desct>a {
        color: #5663EC;
        text-decoration: none;
    }

    .p3Content .desc {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .p3Content.solution .desc,
    .p3Content.ct .desc {
        max-width: 50%;
        padding-right: 2rem;
        box-sizing: border-box;
    }

    .p3Content.ct .desc {
        margin-left: 3rem;
    }

    .p3Content .descTitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        color: #333333;
        width: 100%;
        margin-bottom: 4rem;
    }

    .p3Content .descText {
        font-size: 20px;
        word-break: break-word;
        line-height: 34px;
        letter-spacing: .8px;
    }

    .p3Content .descText.ct {
        font-size: 16px;
        word-break: unset;
        line-height: 1.4;
        letter-spacing: unset;
    }

    .data2 .descTitle {
        text-align: start;
    }

    .viewMore {
        background-image: url(../image/idxP3_vM.png);
        background-repeat: no-repeat;
        background-size: 19px;
        padding-left: 25px;
    }

    .viewMore span {
        font-weight: 700;
        font-size: 16px;
        vertical-align: top;
    }

    .contact_option {
        display: flex;
        align-items: center;
        width: 300px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        color: #000000;
    }

    .contact_icon {
        padding: 1rem;
    }

    .contact_option a {
        font-weight: 400;
        color: #000000 !important;
        text-decoration: none;
    }

    .contact_option img {
        width: 78px;
        height: auto;
    }

    .p4Content {
        padding: 65px 0;
    }

    .p4Content .data {
        width: 1200px;
        height: max-content;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .18);
        background-color: #FFF;
        margin-top: 50px;
    }

    .p4Content .data,
    .p4Content .dataContent {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }

    .p4Content .dataContent {
        flex-direction: column;
    }

    .p4Content .dataContent {
        height: max-content;
        width: 1100px;
        background-image: url(../image/idxP4_1.png), url(../image/idxP4_2.png);
        background-position: left top, right bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 34px 25px;
    }

    .p4Content .dataContent p {
        font-size: 20px;
        margin-bottom: 20px;
        width: 90%;
        padding: 0 5%;
        letter-spacing: .8px;
        line-height: 30px;
    }

    .p4Content .w1,
    .p4Content .w2,
    .p4Content .w3 {
        font-weight: 700;
        font-size: 22px;
    }

    .p4Content .w1 {
        color: #FB9902;
    }

    .p4Content .w2 {
        color: #FD5308;
    }

    .p4Content .w3 {
        color: #D85A4E;
    }

    /*Image Swiper*/
    .swiperBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 90vw;
        overflow: hidden;
        height: 600px;
    }

    .swiper {
        width: 45%;
        height: 450px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: unset !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -45px !important;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background-color: transparent;
    }

    .swiper-slide {
        opacity: 0;
    }

    .swiper-slide-active,
    .swiper-slide-next,
    .swiper-slide-prev {
        opacity: 1;
    }

    .swiper-slide img {
        width: 750px;
        height: 450px;
        border-radius: 10px;
    }

    .swiper-slide-next img,
    .swiper-slide-prev img {
        opacity: 50%;
        width: 582px;
        height: 349px;
    }

    .swiper-3d .swiper-slide-shadow {
        background: none !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
        font-weight: 700;
        color: #D92C1D;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        box-shadow: 0 0 12px rgba(0, 0, 0, .25);
        background-color: #FFF;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        margin: 0 10px;
    }

    .swiper-pagination-bullet-active {
        background: #D92C1D !important;
    }

    /*Image Swiper End*/
    .p6Content .data {
        display: flex;
        width: 1200px;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin: 100px 0 100px;
    }

    .p6Content img {
        width: 550px;
        height: 300;
        z-index: 2;
    }

    .p6Content .desc {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 550;
        background-color: #F8F9FA;
        position: relative;
        left: -40px;
        padding: 0 50px;
    }

    .p6Content .desc p {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
    }

    .p6Content .desc a {
        text-decoration: none;
        font-size: 19px;
        padding: 10px;
        color: #FFF;
        background: linear-gradient(180deg, #EE3633 0%, #C4231C 100%);
        border-radius: 6px;
        margin-top: 40px;
    }

    footer {
        display: none;
        justify-content: center;
        align-items: center;
        background-color: #404040;
        height: 58px;
        width: 100vw;
        color: #DEDEDE;
        font-size: 14px;
    }
}

@media screen and (min-width:821px) and (max-width:1434px) {
    #gotop {
        width: 45px;
        height: 45px;
    }

    .nav {
        width: 100vw;
        height: 80px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s linear;
        position: fixed;
        top: 0;
    }

    .nav .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .nav-toggler {
        display: none !important;
    }

    .nav .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav .btn .navBtn {
        color: #333;
        margin: 0 0.9rem;
        padding: 0.5rem 0.75rem;
    }

    .nav .btn .active {
        color: #fff;
        background: linear-gradient(93.4deg, #0275AC 5.38%, #03136A 98.88%);
        border-radius: 30px;
        padding: 0.7rem 1.2rem;
    }

    .nav .btn a {
        text-decoration: none;
        color: #333;
    }

    .divide-section {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        height: 842px;
        /* width: 888px; */
        margin: 0 auto;
    }

    .brief-intro>.b-header {
        font-size: 38px;
        padding-left: 22px;
        padding-top: 135px;
        line-height: 42px;
        padding-bottom: 1rem;
    }

    .brief-intro>.b-title {
        padding-left: 22px;
        font-weight: 400;
        font-size: 18px;
        line-height: 171.98%;
        padding-bottom: 2.2rem;
    }

    .brief-intro>.b-btn {
        padding: 0.7rem 1.8rem;
        margin-left: 22px;
    }

    img.top-illustration1,
    img.top-illustration2 {
        width: 230px;
    }

    img.top-illustration2 {
        transform: translateY(-8rem);
    }

    .subnav {
        width: 100vw;
        height: 70px;
        position: sticky;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        overflow-y: visible;
        overflow-x: auto;
        border-bottom: 1px solid #E6E6E6;
        z-index: 3;
        background-color: #FFF;
    }

    .subnav .btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: 1220px;
        margin: 0 auto;
    }

    .subnav .btn p {
        font-size: 18px;
        width: max-content;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
    }

    .subnav .btn p:hover {
        font-weight: 700;
        border-bottom: 4px solid #D92C1D;
    }

    .subnav .btn .active {
        font-weight: 700;
        border-bottom: 4px solid #D92C1D;
    }

    .cls1,
    .cls2,
    .cls3,
    .cls4 {
        width: 100%;
    }

    .p2Content,
    .p3Content,
    .p4Content,
    .p5Content,
    .p6Content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }

    .p3Content.solution {
        margin-top: 0;
        padding: 3rem 0;
    }

    .pTitleDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .pageHeader {
        font-weight: 700;
        font-size: 35px;
        line-height: 50px;
        color: #5F54A1;
        margin-bottom: 10px;
    }

    .pageTitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: #333333;
        /* padding: 0 20px; */
    }

    .cls1 {
        position: relative;
        height: 843px;
        width: 100%;
        background-image: url(../image/idxHomeBg2.png);
        background-position: center;
        background-position-y: 80px;
        background-repeat: no-repeat;
        background-size: 100vw 700px;
    }

    .p2Content .p2D {
        width: 98%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        z-index: 1;
        margin: 0 auto;
        margin-top: 50px;
    }

    .p2Content .p2D .box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
    }

    .p2Content .p2D .data {
        width: 230px;
        height: max-content;
        min-height: 198px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding: 0 30px 20px;
        position: relative;
        z-index: -1;
    }

    .blue-shadow-bg {
        background-image: url(../image/dot-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    /* .dot-bg {
        height: 459px;
        width: 100%;
        background-image: url(../image/dot-bg.png);
        background-position: center;
        background-repeat: no-repeat;
    } */

    .p2Content .p2D.svc .data {
        align-items: center;
        justify-content: space-between;
        padding: 30px 20px 15px;
    }

    .p2D.svc .box img {
        width: 230px;
    }

    .p2D .data .subTitle {
        font-size: 28px;
        font-weight: 700;
        margin: 55px 0 15px;
    }

    .p2D.svc .data .subTitle {
        margin-top: 20px;
        font-weight: 700;
        font-size: 21px;
        line-height: 32px;
        color: #013E8A;
    }

    .p2D .data .desc {
        font-size: 20px;
        text-align: center;
    }

    .p2D.svc .data .desc {
        text-align: left;
        font-size: 16px;
    }

    .p3Content .data1,
    .p3Content .data2,
    .p3Content .data3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: 100%;
        height: max-content;
        margin-top: 80px;
    }

    .contact_section {
        width: 88%;
        margin-bottom: 80px;
        display: flex;
        justify-content: space-between;
    }

    .p3Content.solution .data2,
    .p3Content.ct .data2 {
        margin-top: 0;
    }

    .data1 img,
    .data2 img,
    .data3 img {
        width: 350px;
        height: 200px;
    }

    .p3Content.solution .data2 img {
        width: 50%;
        height: auto;
    }

    .solution-pc {
        display: block;
    }

    .solution-m {
        display: none;
    }

    .p3Content.solution .frame-img {
        width: 569px !important;
        height: 67px !important;
        margin-bottom: 1rem;
    }

    .p3Content .descText.ct .desct {
        display: block;
    }

    .p3Content .descText.ct .desct>a {
        color: #5663EC;
        text-decoration: none;
    }

    .p3Content .desc {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .p3Content.solution .desc,
    .p3Content.ct .desc {
        max-width: 50%;
        padding-right: 2rem;
        box-sizing: border-box;
    }

    .p3Content.ct .desc {
        margin-left: 3rem;
    }

    .p3Content .descTitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        color: #333333;
        width: 100%;
        margin-bottom: 1rem;
    }

    .p3Content .descText {
        font-size: 20px;
        word-break: break-word;
        line-height: 34px;
        letter-spacing: .8px;
    }

    .p3Content .descText.ct {
        font-size: 16px;
        word-break: unset;
        line-height: 1.4;
        letter-spacing: unset;
    }

    .data2 .descTitle {
        text-align: start;
    }

    .viewMore {
        background-image: url(../image/idxP3_vM.png);
        background-repeat: no-repeat;
        background-size: 19px;
        padding-left: 25px;
    }

    .viewMore span {
        font-weight: 700;
        font-size: 16px;
        vertical-align: top;
    }

    .contact_option {
        display: flex;
        align-items: center;
        width: 367px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        color: #000000;
    }

    .contact_icon {
        width: 150px;
    }

    .contact_option a {
        font-weight: 400;
        color: #000000 !important;
        text-decoration: none;
    }

    .contact_option img {
        width: 110px;
        height: 112px;
    }

    .p4Content {
        padding: 65px 0;
    }

    .p4Content .data {
        width: 1200px;
        height: max-content;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .18);
        background-color: #FFF;
        margin-top: 50px;
    }

    .p4Content .data,
    .p4Content .dataContent {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }

    .p4Content .dataContent {
        flex-direction: column;
    }

    .p4Content .dataContent {
        height: max-content;
        width: 1100px;
        background-image: url(../image/idxP4_1.png), url(../image/idxP4_2.png);
        background-position: left top, right bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 34px 25px;
    }

    .p4Content .dataContent p {
        font-size: 20px;
        margin-bottom: 20px;
        width: 90%;
        padding: 0 5%;
        letter-spacing: .8px;
        line-height: 30px;
    }

    .p4Content .w1,
    .p4Content .w2,
    .p4Content .w3 {
        font-weight: 700;
        font-size: 22px;
    }

    .p4Content .w1 {
        color: #FB9902;
    }

    .p4Content .w2 {
        color: #FD5308;
    }

    .p4Content .w3 {
        color: #D85A4E;
    }

    /*Image Swiper*/
    .swiperBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 90vw;
        overflow: hidden;
        height: 600px;
    }

    .swiper {
        width: 45%;
        height: 450px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: unset !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -45px !important;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background-color: transparent;
    }

    .swiper-slide {
        opacity: 0;
    }

    .swiper-slide-active,
    .swiper-slide-next,
    .swiper-slide-prev {
        opacity: 1;
    }

    .swiper-slide img {
        width: 750px;
        height: 450px;
        border-radius: 10px;
    }

    .swiper-slide-next img,
    .swiper-slide-prev img {
        opacity: 50%;
        width: 582px;
        height: 349px;
    }

    .swiper-3d .swiper-slide-shadow {
        background: none !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
        font-weight: 700;
        color: #D92C1D;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        box-shadow: 0 0 12px rgba(0, 0, 0, .25);
        background-color: #FFF;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        margin: 0 10px;
    }

    .swiper-pagination-bullet-active {
        background: #D92C1D !important;
    }

    /*Image Swiper End*/
    .p6Content .data {
        display: flex;
        width: 1200px;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin: 100px 0 100px;
    }

    .p6Content img {
        width: 550px;
        height: 300;
        z-index: 2;
    }

    .p6Content .desc {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 550;
        background-color: #F8F9FA;
        position: relative;
        left: -40px;
        padding: 0 50px;
    }

    .p6Content .desc p {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
    }

    .p6Content .desc a {
        text-decoration: none;
        font-size: 19px;
        padding: 10px;
        color: #FFF;
        background: linear-gradient(180deg, #EE3633 0%, #C4231C 100%);
        border-radius: 6px;
        margin-top: 40px;
    }

    footer {
        display: none;
        justify-content: center;
        align-items: center;
        background-color: #404040;
        height: 58px;
        width: 100vw;
        color: #DEDEDE;
        font-size: 14px;
    }
}

@media screen and (min-width:700px) and (max-width:820px) {
    #gotop {
        width: 45px;
        height: 45px;
    }

    .nav {
        width: 100vw;
        height: 80px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s linear;
        position: fixed;
        top: 0;
    }

    .nav .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .nav-toggler {
        display: none !important;
    }

    .nav .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav .btn .navBtn {
        color: #333;
        margin: 0 0.9rem;
        padding: 0.5rem 0.75rem;
    }

    .nav .btn .active {
        color: #fff;
        background: linear-gradient(93.4deg, #0275AC 5.38%, #03136A 98.88%);
        border-radius: 30px;
        padding: 0.7rem 1.2rem;
    }

    .nav .btn a {
        text-decoration: none;
        color: #333;
    }

    .divide-section {
        display: flex;
        /* align-items: center; */
        justify-content: space-evenly;
        /* height: 100%; */
        width: 100%;
        margin: 0 auto;
    }

    .brief-intro {
        justify-content: unset;
        padding-top: 104px;
        width: 100%;
    }

    .brief-intro>.b-header {
        font-size: 38px;
        padding-left: 22px;
        /* padding-top: 135px; */
        line-height: 42px;
        padding-bottom: 1rem;
    }

    .brief-intro>.b-title {
        /* padding-left: 22px; */
        font-weight: 400;
        font-size: 18px;
        line-height: 171.98%;
        padding-bottom: 2.2rem;
    }

    .brief-intro>.b-btn {
        padding: 0.7rem 1.8rem;
        margin-left: 22px;
    }

    img.top-illustration1,
    img.top-illustration2 {
        position: absolute;
        width: 36%;
        bottom: 2rem;
    }

    img.top-illustration1 {
        left: 0;
        transform: translate(8rem, 3rem);
        z-index: 2;
    }

    img.top-illustration2 {
        right: 0;
        transform: translateX(-8rem);
    }

    .subnav {
        width: 100vw;
        height: 70px;
        position: sticky;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        overflow-y: visible;
        overflow-x: auto;
        border-bottom: 1px solid #E6E6E6;
        z-index: 3;
        background-color: #FFF;
    }

    .subnav .btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: 1220px;
        margin: 0 auto;
    }

    .subnav .btn p {
        font-size: 18px;
        width: max-content;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 50px;
    }

    .subnav .btn p:hover {
        font-weight: 700;
        border-bottom: 4px solid #D92C1D;
    }

    .subnav .btn .active {
        font-weight: 700;
        border-bottom: 4px solid #D92C1D;
    }

    .cls1,
    .cls2,
    .cls3,
    .cls4 {
        width: 100%;
    }

    .p2Content,
    .p3Content,
    .p4Content,
    .p5Content,
    .p6Content {
        /* width: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
    }

    .p2Content {
        padding: 24px;
    }

    .p3Content.solution {
        margin-top: 0;
        padding: 1rem 0;
    }

    .pTitleDiv {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .pageHeader {
        font-weight: 700;
        font-size: 22px;
        line-height: 50px;
        color: #5F54A1;
        margin-bottom: 10px;
    }

    .pageTitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #333333;
        /* padding: 0 20px; */
    }

    .cls1 {
        position: relative;
        height: 843px;
        width: 100%;
        /* background-image: url(../image/idxHomeBg2.png); */
        background-position: center;
        background-position-y: 80px;
        background-repeat: no-repeat;
        background-size: 100vw 700px;
    }

    .p2Content .p2D {
        width: 90vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p2Content .p2D .box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* width: 350px; */
    }

    .p2Content .p2D .data {
        width: calc(100% - 60px);
        height: max-content;
        min-height: 198px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding: 0 30px 20px;
        z-index: -1;
    }

    .p2D.svc .data {
        align-items: center;
        justify-content: space-evenly;
        border-radius: 0;
        padding: 30px 20px 0;
        min-height: 150px;
        margin-bottom: 1.2rem;
        border-radius: 13px;
    }

    .p2D .box img {
        width: 180px;
        height: auto;
    }

    .p2D .data .subTitle {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #013E8A;
        margin: 15px 0;
        width: 100%;
    }

    .p2D .data .desc {
        font-size: 16px;
        text-align: center;
    }

    .p2D.svc .data .desc {
        text-align: left;
    }

    .p3Content .data1,
    .p3Content .data2,
    .p3Content .data3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: max-content;
        margin-top: 80px;
    }

    .contact_section {
        width: 88%;
        margin-bottom: 80px;
        display: flex;
        justify-content: space-between;
    }

    .p3Content.solution .data2,
    .p3Content.ct .data2 {
        margin-top: 0;
    }

    .data1 img,
    .data2 img,
    .data3 img {
        width: 350px;
        height: 200px;
    }

    .p3Content.solution .data2 img {
        width: 70%;
        height: auto;
    }

    .solution-pc {
        display: block;
        padding: 0;
    }

    .solution-m {
        display: none;
    }

    .p3Content.solution .frame-img {
        width: 60% !important;
        margin-bottom: 1rem;
    }

    .p3Content .descText.ct .desct {
        display: block;
    }

    .p3Content .descText.ct .desct>a {
        color: #5663EC;
        text-decoration: none;
    }

    .p3Content .desc {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .p3Content.solution .desc,
    .p3Content.ct .desc {
        padding-right: 2rem;
        box-sizing: border-box;
    }

    .p3Content.ct .desc {
        margin-left: 3rem;
    }

    .p3Content .descTitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 34px;
        color: #333333;
        width: 100%;
        margin-bottom: 1rem;
    }

    .p3Content .descText {
        font-size: 20px;
        word-break: break-word;
        line-height: 34px;
        letter-spacing: .8px;
    }

    .p3Content .descText.ct {
        font-size: 16px;
        word-break: unset;
        line-height: 1.4;
        letter-spacing: unset;
    }

    .data2 .descTitle {
        text-align: start;
    }

    .viewMore {
        background-image: url(../image/idxP3_vM.png);
        background-repeat: no-repeat;
        background-size: 19px;
        padding-left: 25px;
    }

    .viewMore span {
        font-weight: 700;
        font-size: 16px;
        vertical-align: top;
    }

    .contact_option {
        display: flex;
        align-items: center;
        width: 367px;
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
        color: #000000;
    }

    .contact_icon {
        width: 82px;
    }

    .contact_option a {
        font-weight: 400;
        color: #000000 !important;
        text-decoration: none;
    }

    .contact_option img {
        width: 70px;
        height: 72px;
    }

    .p4Content {
        padding: 65px 0;
    }

    .p4Content .data {
        width: 1200px;
        height: max-content;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .18);
        background-color: #FFF;
        margin-top: 50px;
    }

    .p4Content .data,
    .p4Content .dataContent {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }

    .p4Content .dataContent {
        flex-direction: column;
    }

    .p4Content .dataContent {
        height: max-content;
        width: 1100px;
        background-image: url(../image/idxP4_1.png), url(../image/idxP4_2.png);
        background-position: left top, right bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 34px 25px;
    }

    .p4Content .dataContent p {
        font-size: 20px;
        margin-bottom: 20px;
        width: 90%;
        padding: 0 5%;
        letter-spacing: .8px;
        line-height: 30px;
    }

    .p4Content .w1,
    .p4Content .w2,
    .p4Content .w3 {
        font-weight: 700;
        font-size: 22px;
    }

    .p4Content .w1 {
        color: #FB9902;
    }

    .p4Content .w2 {
        color: #FD5308;
    }

    .p4Content .w3 {
        color: #D85A4E;
    }

    /*Image Swiper*/
    .swiperBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 90vw;
        overflow: hidden;
        height: 600px;
    }

    .swiper {
        width: 45%;
        height: 450px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: unset !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -45px !important;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background-color: transparent;
    }

    .swiper-slide {
        opacity: 0;
    }

    .swiper-slide-active,
    .swiper-slide-next,
    .swiper-slide-prev {
        opacity: 1;
    }

    .swiper-slide img {
        width: 750px;
        height: 450px;
        border-radius: 10px;
    }

    .swiper-slide-next img,
    .swiper-slide-prev img {
        opacity: 50%;
        width: 582px;
        height: 349px;
    }

    .swiper-3d .swiper-slide-shadow {
        background: none !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
        font-weight: 700;
        color: #D92C1D;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        box-shadow: 0 0 12px rgba(0, 0, 0, .25);
        background-color: #FFF;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        margin: 0 10px;
    }

    .swiper-pagination-bullet-active {
        background: #D92C1D !important;
    }

    /*Image Swiper End*/
    .p6Content .data {
        display: flex;
        width: 1200px;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin: 100px 0 100px;
    }

    .p6Content img {
        width: 550px;
        height: 300;
        z-index: 2;
    }

    .p6Content .desc {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 550;
        background-color: #F8F9FA;
        position: relative;
        left: -40px;
        padding: 0 50px;
    }

    .p6Content .desc p {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
    }

    .p6Content .desc a {
        text-decoration: none;
        font-size: 19px;
        padding: 10px;
        color: #FFF;
        background: linear-gradient(180deg, #EE3633 0%, #C4231C 100%);
        border-radius: 6px;
        margin-top: 40px;
    }

    footer {
        display: none;
        justify-content: center;
        align-items: center;
        background-color: #404040;
        height: 58px;
        width: 100vw;
        color: #DEDEDE;
        font-size: 14px;
    }
}

@media screen and (max-width:699px) {
    #gotop {
        width: 50px;
        height: 50px;
        right: 25px;
        bottom: 40px;
    }

    .nav {
        width: 100vw;
        height: 52px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s linear;
        position: fixed;
        top: 0;
    }

    .nav .btn {
        display: none !important;
    }

    a {
        text-decoration: none;
    }

    button {
        border: none;
        background: none;
    }

    .vr {
        display: inline-block;
        width: 1px;
        height: 1em;
        background-color: currentcolor;
        opacity: .25;
    }

    .nav-toggler {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        right: 15px;
        z-index: 10;
    }

    .nav-toggler>.nav-collapse {
        display: none;
    }

    .nav-toggler.open>.nav-collapse {
        width: 266px;
        height: 844;
        position: absolute;
        top: -25px;
        right: -25px;
        box-shadow: 2px 2px 6px 3px rgb(0 0 0 / 18%);
        display: flex;
        z-index: -1;
        padding-top: 66px;
        /* width: max-content; */
        flex-direction: column;
        background: #F5FAFF;
    }

    .blur {
        display: block !important;
        background: rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(2.5px);
        position: fixed;
        height: 2000px;
        width: 100%;
        margin-left: -10px;
    }

    .nav-toggler>.nav-collapse>a.nav-btn {
        padding: 1rem;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .1em;
        color: #5F54A1;
        display: flex;
        padding-left: 80px;
        align-items: center;
        justify-content: flex-start;
    }

    .nav-collapse .active {
        font-weight: 700 !important;
    }

    .nav-toggler>.nav-collapse>.nav-footer {
        background: #F9F9F9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-toggler>.nav-collapse>.nav-footer>.lang-btns {
        border: none;
        background: none;
        padding: 10px 6px;
        cursor: pointer;
        color: #9D9D9D;
    }

    .nav-toggler>.nav-collapse>.nav-footer>.lang-btns.active,
    .nav-toggler>.nav-collapse>.nav-footer>.lang-btns:hover {
        color: #333;
        font-weight: 700;
    }

    .nav-toggler.open>.nav-menu,
    .nav-toggler>.nav-close {
        display: none;
        animation: fade-out 0.5s;
    }

    .nav-toggler.open>.nav-close,
    .nav-toggler>.nav-menu {
        display: block;
        animation: fade-in 0.5s;
    }

    .nav .logo {
        margin-left: 5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav .logo img {
        width: 110px;
        height: 25px;
        z-index: -1;
    }

    .nav .btn a {
        text-decoration: none;
    }

    .nav .btn a,
    .nav .btn p {
        margin-right: 50px;
        color: #FFF;
    }

    .subnav {
        width: 100vw;
        height: max-content;
        position: sticky;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        overflow-y: visible;
        overflow-x: auto;
        border-bottom: 1px solid #E6E6E6;
        z-index: 3;
        background-color: #FFF;
    }

    .subnav .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        margin-left: 20px;
    }

    .subnav .btn p {
        margin: unset;
        margin-right: 50px;
        width: max-content;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .subnav .btn .active {
        font-weight: 700;
        border-bottom: 3px solid #D92C1D;
    }

    .cls1,
    .cls2,
    .cls3,
    .cls4 {
        width: 100vw;
    }

    .p2Content,
    .p3Content,
    .p4Content,
    .p5Content,
    .p6Content {
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .p3Content.solution {
        margin-top: 0;
        padding: 3rem 0;
        padding-top: 0;
    }

    .blue-shadow-bg {
        background-image: url(../image/dot-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .pTitleDiv {
        width: 90vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .ct>.pTitleDiv {
        width: auto;
    }

    .pageTitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        padding-bottom: 10px;
    }

    .pageHeader {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #5F54A1;
        margin-bottom: 20px;
    }

    .cls1 {
        position: relative;
        height: 843px;
        width: 100vw;
    }

    .top-illustration1,
    .top-illustration2 {
        position: absolute;
        width: 60%;
        max-width: 270px;
        bottom: 0;
    }

    img.top-illustration1 {
        left: 1rem;
        /* transform: translate(5rem, 3rem ); */
        z-index: 2;
    }

    img.top-illustration2 {
        right: 1rem;
        bottom: 2rem;
        /* transform: translateX(-5rem); */
    }

    .brief-intro {
        width: 90vw;
        padding-top: 80px;
        /* top: 30%; */
        /* left: 12%; */
    }

    .brief-intro>.b-header {
        font-size: 32px;
        padding-left: 22px;
        /* padding-top: 135px; */
        line-height: 42px;
        /* color: #fff; */
    }

    .brief-intro>.b-title {
        padding-left: 22px;
        font-weight: 400;
        font-size: 18px;
        line-height: 171.98%;
        /* color: #FFFFFF; */
    }

    .brief-intro>.b-btn {
        padding: 0.7rem 1.8rem;
        margin-left: 22px;
    }

    .p2Content .p2D {
        width: 90vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .p2Content .p2D .box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* width: 350px; */
    }

    .p2Content .p2D .data {
        width: calc(100% - 60px);
        height: max-content;
        min-height: 198px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding: 0 30px 20px;
        z-index: -1;
    }

    .p2D.svc .data {
        align-items: center;
        justify-content: space-evenly;
        border-radius: 0;
        padding: 30px 20px 0;
        min-height: 150px;
        margin-bottom: 1.2rem;
        border-radius: 13px;
    }

    .p2D .box img {
        width: 100%;
        height: auto;
    }

    .p2D .data .subTitle {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #013E8A;
        margin: 15px 0;
        width: 100%;
    }

    .p2D .data .desc {
        font-size: 16px;
        text-align: center;
    }

    .p2D.svc .data .desc {
        text-align: left;
    }

    .p3Content .data1,
    .p3Content .data2,
    .p3Content .data3 {
        width: 90vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        height: max-content;
        margin-top: 40px;
    }

    .data1 img,
    .data2 img,
    .data3 img {
        width: 100%;
        height: auto;
    }

    .p3Content .desc {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .p3Content.solution .desc {
        align-items: flex-start;
    }

    .p3Content .descTitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        width: 100%;
    }

    /* .solution-pc {
        display: none !important;
    } */

    .solution-m {
        display: block !important;
    }

    .frame-img {
        width: 100% !important;
        padding-top: 15px;
    }

    .p3Content .descText {
        font-size: 14px;
        word-break: break-word;
        line-height: 34px;
        letter-spacing: .8px;
    }

    .p3Content .descText.ct {
        font-size: 16px;
        word-break: unset;
        line-height: 1.4;
        letter-spacing: unset;
        text-align: center;
    }

    .p3Content .descText.vm2 {
        display: none;
    }

    .p3Content .descText.sm,
    .p3Content .descText.vm2.ct {
        display: flex;
        flex-wrap: wrap;
        padding-left: 10px;
        margin-top: 1rem;
    }

    .data2 .descTitle {
        text-align: start;
    }

    .data2 .img {
        order: 1;
    }

    .data2 .desc {
        order: 2;
    }

    .p3Content.solution .data2 img {
        display: flex;
        order: 2;
    }

    .p3Content.solution .data2 .desc {
        order: 1;
    }

    .viewMore {
        background-image: url(../image/idxP3_vM.png);
        background-repeat: no-repeat;
        background-size: 19px;
        padding-left: 25px;
    }

    .viewMore span {
        font-weight: 700;
        font-size: 14px;
        vertical-align: top;
    }

    .cls4 {
        padding: 1rem 0;
    }

    .p4Content {
        padding: 65px 0;
    }

    .p4Content .data {
        width: 88vw;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .18);
        background-color: #FFF;
        margin-top: 30px;
    }

    .p4Content .data,
    .p4Content .dataContent {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .p4Content .dataContent {
        flex-direction: column;
        width: 90%;
    }

    .p4Content .dataContent p {
        font-size: 14px;
        margin-bottom: 20px;
        width: 90%;
        padding: 0 5%;
        letter-spacing: .8px;
        line-height: 30px;
    }

    .p4Content .dataContent p:nth-child(1) {
        margin-top: 20px;
    }

    .p4Content .w1,
    .p4Content .w2,
    .p4Content .w3 {
        font-weight: 700;
        font-size: 16px;
    }

    .p4Content .w1 {
        color: #FB9902;
    }

    .p4Content .w2 {
        color: #FD5308;
    }

    .p4Content .w3 {
        color: #D85A4E;
    }

    .contact_section {
        width: 262px;
    }

    .contact_option {
        display: grid;
        grid-template-columns: 25% 75%;
        margin-bottom: 20px;
    }

    .contact_option div {
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
        color: #000000;
    }

    .contact_option a {
        font-weight: 400;
        color: #000000 !important;
        text-decoration: none;
    }

    .contact_icon img {
        width: 50px;
        height: 50px;
    }

    /*Image Swiper*/
    .swiperBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 100vw;
        overflow: hidden;
        height: 300px;
    }

    .swiper {
        width: 70vw;
        height: 250px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: unset !important;
        display: none !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -20px !important;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background-color: transparent;
        border-radius: 10px;
        height: 278px;
        overflow: hidden;
    }

    .swiper-slide {
        opacity: 0;
    }

    .swiper-slide-active,
    .swiper-slide-next,
    .swiper-slide-prev {
        opacity: 1;
    }

    .swiper-slide img {
        width: 67vw;
        min-width: 279px;
        border-radius: 4px;
    }

    .swiper-slide-next img,
    .swiper-slide-prev img {
        opacity: 50%;
        width: 179px;
        height: 132px;
    }

    .swiper-slide-prev img {
        margin-left: -220px;
    }

    .swiper-slide-next img {
        margin-right: -220px;
    }

    .swiper-3d .swiper-slide-shadow {
        background: none !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
        font-weight: 700;
        color: #D92C1D;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        box-shadow: 0 0 12px rgba(0, 0, 0, .25);
        background-color: #FFF;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        margin: 0 10px;
    }

    .swiper-pagination-bullet-active {
        background: #D92C1D !important;
    }

    /*Image Swiper End*/
    .p6Content {
        padding-top: 20px;
        background-color: #F8F9FA;
    }

    .p6Content .data {
        display: flex;
        width: 90vw;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .p6Content img {
        width: 78vw;
    }

    .p6Content .desc {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 78vw;
        background-color: #F8F9FA;
        position: relative;
        margin: 50px 0;
    }

    .p6Content .desc p {
        font-weight: 700;
        font-size: 20px;
        width: 70%;
        text-align: center;
    }

    .p6Content .desc a {
        font-size: 14px;
        padding: 10px;
        color: #FFF;
        background: linear-gradient(180deg, #EE3633 0%, #C4231C 100%);
        border-radius: 6px;
        margin-top: 40px;
    }

    .ct>.cu-container {
        width: auto !important;
        align-items: unset;
        border-radius: 4rem;
        padding: 32px;
        margin: 0 24px;
    }

    .ct>.cu-container>.pTitleDiv {
        width: auto;
    }

    .p3Content .copyright {
        display: none;
    }

    footer {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #404040;
        height: 58px;
        width: 100vw;
        color: #DEDEDE;
        font-size: 12px;
    }

    /* Privacy Page */
    .privacy-container {
        padding-top: 52px !important;
    }
}

/* Privacy Page */
.privacy-container {
    padding-top: 80px;
    padding: 80px 1rem 1rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.75px;
}

.privacy-container>h1 {
    color: #5F54A1;
}

.privacy-container>h3 {
    margin-bottom: 0.5rem;
}

.privacy-container>ol {
    padding-left: 1rem;
}

.privacy-container > ol > li > ul {
    padding-left: 1rem;
    list-style-type: disc;
}

.privacy-content {
    margin-bottom: 1rem;
    font-weight: 400;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #404040;
    height: 58px;
    width: 100vw;
    color: #DEDEDE;
    font-size: 12px;
}

/* @media screen and (max-width: 619px) {
    .p2Content .p2D .data {
        top: -36px;
    }
} */