.section-1 {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.section-1 .content-wrap {
    padding: 32px 0 48px;
    position: relative;
    background: linear-gradient(278.26deg, #DDEFFF 8.16%, #F4F9FF 67.81%);
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .section-1 .content-wrap {
        padding: 32px 0;
    }
}

@media (min-width: 1600px) {
    .section-1 .content-wrap {
        padding: 103px 0;
    }
}


.section-1 h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
}

@media (min-width: 992px) {
    .section-1 h1 {
        font-size: 40px;
        line-height: 56px;
    }
}

@media (min-width: 1600px) {
    .section-1 h1 {
        font-size: 48px;
        line-height: 67.2px;
    }
}

.section-1 .lft {
    max-width: 100%;
}

.section-1 .lft .popup-video-group {
    font-size: 12px;
    cursor: pointer;
}

.section-1 .lft .popup-video-group:hover {
    text-decoration: underline;
    color: #f50 !important;
}

.section-1 .lft .popup-video-group:hover span {
    color: #f50 !important;
}

.section-1 .lft .popup-video-group svg {
    width: 14px;
    height: 14px;
}

@media (min-width: 992px) {
    .section-1 .lft .popup-video-group {
        font-size: 14px;
    }

    .section-1 .lft .popup-video-group svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1280px) {
    .section-1 .lft .popup-video-group {
        font-size: 14px;
        margin-right: 90px;
    }
}

@media (min-width: 1600px) {
    .section-1 .lft .popup-video-group {
        font-size: 18px;
        margin-right: 80px;
    }

    .section-1 .lft .popup-video-group svg {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 992px) {
    .section-1 .lft {
        max-width: 640px;
    }
}

@media (min-width: 1600px) {
    .section-1 .lft {
        max-width: 719px;
        margin-left: 0;
    }
}

.section-1 .lft .sec-tit {
    color: #212121;
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

@media (min-width: 1280px) {
    .section-1 .lft .sec-tit {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .section-1 .lft .sec-tit {
        font-size: 18px;
    }
}

.section-1 .lft .support-tips {
    font-size: 12px;
    font-weight: 600;
    margin-left: 16px;
    position: relative;
}

.section-1 .lft .support-tips span {
    position: relative;
    z-index: 2;
    color: rgba(6, 112, 251, 1);
}

.section-1 .lft .support-tips::after {
    content: "";
    width: 152px;
    height: 11px;
    background: url(https://images.tenorshare.com/img-2025/product/ultdata/support-line.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -6px;
    z-index: 0;
}

@media (min-width: 992px) {
    .section-1 .lft .support-tips::after {
        left: 0;
    }
}

.section-1 .lft .des-list {
    color: #525252;
    font-weight: 500;
    line-height: 27px;
    padding-left: 28px;
    max-width: 790px;
    list-style: none;
    margin-bottom: 32px;
}

@media (max-width: 568px) {
    .section-1 .lft .des-list {
        max-width: 342px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .section-1 .lft .des-list {
        margin-top: 14px;
    }
}

@media (max-width: 1600px) {
    .section-1 .lft .des-list {
        line-height: 24px;
    }
}

.section-1 .lft .des-list li {
    font-size: 14px;
    position: relative;
    color: #525252;
}

@media (min-width: 1600px) {
    .section-1 .lft .des-list li {
        font-size: 16px;
    }
}

.section-1 .lft .text-bold {
    font-weight: 400;
    color: #525252;
}

.section-1 .lft .des-list li::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(https://images.tenorshare.com/img-2024/product/reiboot/blue-correct.png) no-repeat;
    background-size: 100% 100%;
    top: 2px;
    left: -28px;
}

@media (min-width: 1600px) {
    .section-1 .lft .des-list li::before {
        width: 24px;
        height: 24px;
        top: 0;
    }
}

.section-1 .lft .des-list li:not(:nth-child(1)) {
    margin-top: 12px;
}

@media (max-width: 992px) {
    .section-1 .lft .des-list li:not(:nth-child(1)) {
        margin-top: 8px;
    }
}

.section-1 .btn-group {
    gap: 12px;
}

@media (min-width: 992px) {
    .section-1 .btn-group {
        gap: 32px;
    }
}


.section-1 .btn-group .tip-text {
    font-weight: 400;
    font-size: 12px;
    color: rgba(45, 45, 45, 0.6);
}

.section-1 .change-sys a {
    opacity: 0.3;
    transition: all 0.4s;
}

.section-1 .change-sys a.active {
    opacity: 1;
}

.section-1 .change-sys a:hover {
    color: #212121;
    opacity: 1;
}

.section-1 .banner {
    width: 342px;
    margin-top: 48px;
}

@media (min-width: 768px) {
    .section-1 .banner {
        width: 621px;
    }
}

@media (min-width: 1280px) {
    .section-1 .banner {
        margin-top: 0;
    }
}

@media (min-width: 1600px) {
    .section-1 .banner {
        width: 902px;
    }
}

.section-1 .banner .banner-content {
    top: 51%;
    left: 55%;
    transform: translate(-38%, 72%);
}

@media (min-width: 768px) {
    .section-1 .banner .banner-content {
        transform: translate(-35%, 92%);
    }
}

@media (min-width: 1600px) {
    .section-1 .banner .banner-content {
        transform: translate(-34%, 104%);
    }
}

.section-1 .banner .banner-content .display-text {
    font-weight: 800;
    font-size: 5px;
    color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    .section-1 .banner .banner-content .display-text {
        font-size: 9px;
    }
}

@media (min-width: 1600px) {
    .section-1 .banner .banner-content .display-text {
        font-size: 12px;
    }
}

.section-2 {
    padding: 24px 0;
    background: #CDE3FF;
}

@media (min-width: 1280px) {
    .section-2 {
        padding: 20px 0;
    }
}

@media (min-width: 1600px) {
    .section-2 {
        padding: 24px 0;
    }
}

.section-2 .lft {
    margin-bottom: 12px;
}

@media (min-width: 1280px) {
    .section-2 .lft {
        margin-bottom: 0;
    }
}

.section-2 .lft .pre-prize {
    gap: 46px;
    margin-bottom: 18px;
}

@media (min-width: 1280px) {
    .section-2 .lft .pre-prize {
        gap: 50px;
        padding-right: 50px;
        margin-bottom: 0;
    }
}

@media (min-width: 1600px) {
    .section-2 .lft .pre-prize {
        gap: 80px;
        padding-right: 64px;
    }
}

@media (min-width: 1700px) {
    .section-2 .lft .pre-prize {
        gap: 96px;
        padding-right: 75px;
    }
}

.section-2 .lft .pre-prize li {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 72px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #99a6cb;
    position: relative;
    text-wrap: nowrap;
}

@media (min-width: 768px) {
    .section-2 .lft .pre-prize li {
        max-width: 102px;
    }
}

@media (min-width: 1600px) {
    .section-2 .lft .pre-prize li {
        max-width: 122px;
    }
}

.section-2 .lft .pre-prize li::before {
    content: "";
    width: 20px;
    height: 32px;
    background: url(https://images.tenorshare.com/img-2024/product/reiboot/prize-bg.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -16px;
    top: 0;
}

@media (min-width: 1280px) {
    .section-2 .lft .pre-prize li::before {
        width: 25px;
        height: 40px;
    }
}

@media (min-width: 1600px) {
    .section-2 .lft .pre-prize li::before {
        width: 34px;
        height: 55px;
        left: -30px;
    }
}

.section-2 .lft .pre-prize li::after {
    content: "";
    width: 20px;
    height: 32px;
    background: url(https://images.tenorshare.com/img-2024/product/reiboot/prize-bg.svg) no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg);
    position: absolute;
    right: -16px;
    top: 0;
}

@media (min-width: 1280px) {
    .section-2 .lft .pre-prize li::after {
        width: 25px;
        height: 40px;
    }
}

@media (min-width: 1600px) {
    .section-2 .lft .pre-prize li::after {
        width: 34px;
        height: 55px;
        right: -30px;
    }
}

.section-2 .lft .pre-prize li .tit {
    font-size: 14px;
    font-weight: 800;
    display: block;
}

@media (min-width: 768px) {
    .section-2 .lft .pre-prize li .tit {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .section-2 .lft .pre-prize li .tit {
        font-size: 24px;
    }
}

.section-2 .lft .pre-prize li .des {
    font-size: 12px;
    transform: scale(0.5);
}

@media (min-width: 768px) {
    .section-2 .lft .pre-prize li .des {
        transform: scale(0.8);
    }
}

@media (min-width: 1600px) {
    .section-2 .lft .pre-prize li .des {
        transform: scale(1);
    }
}

.section-2 .lft .media-lists {
    gap: 12px;
}

@media (min-width: 768px) {
    .section-2 .lft .media-lists {
        padding: 0 24px;
        gap: 24px;
        border-width: 2px;
        border-style: solid;
        border-color: transparent #99A6CB transparent #99A6CB;
    }
}

@media (min-width: 1600px) {
    .section-2 .lft .media-lists {
        padding: 0 40px;
        gap: 24px;
    }
}

@media (min-width: 1700px) {
    .section-2 .lft .media-lists {
        padding: 0 40px;
        gap: 46px;
    }
}

.section-2 .lft .media-lists img {
    height: 16px;
}

@media (min-width: 768px) {
    .section-2 .lft .media-lists img {
        height: 20px;
    }
}

@media (min-width: 1366px) {
    .section-2 .lft .media-lists img {
        height: 30px;
    }
}

@media (min-width: 1600px) {
    .section-2 .lft .media-lists img {
        height: 42px;
    }
}

@media (min-width: 1280px) {
    .section-2 .rgt {
        padding-left: 40px;
    }
}

.section-2 .rgt img {
    width: 116px;
    margin-right: 2px;
}

@media (min-width: 992px) {
    .section-2 .rgt img {
        width: 99px;
    }
}

@media (min-width: 1600px) {
    .section-2 .rgt img {
        width: 116px;
    }
}

.section-2 .rgt .review-mark {
    font-size: 24px;
    font-weight: 500;
}

.section-2 .rgt .des {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.section-2 .rgt .des:hover {
    color: #F50;
}

@media (min-width: 992px) {
    .section-2 .rgt .des {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    .section-2 .rgt .des {
        font-size: 18px;
    }
}

.section-2 .rgt .gap-line {
    width: 120px;
    height: 1px;
    background: #99A6CB;
    margin: 4px 0;
}

@media (max-width: 1600px) {
    .section-2 .rgt .gap-line {
        margin: 2px 0;
        width: 108px;
    }
}

@media (max-width: 992px) {
    .section-2 .rgt .gap-line {
        margin: 4px 0;
        width: 120px;
    }
}

.section-3 .content-wrap {
    padding: 32px 0 48px;
    display: flex;
    align-items: center;
}

.section-3 .content-wrap .h2-title p,
.section-4 .content-wrap .h2-title p {
    color: rgba(82, 82, 82, 1);
}

@media (max-width: 991.98px) {
    .section-3 .content-wrap .item-list {
        width: 100%;
    }
}

.section-3 .content-wrap .cell .box {
    border-radius: 24px;
    position: relative;
    z-index: 0;
}

.section-3 .content-wrap .cell .bg-linear-gradient-blue {
    background: linear-gradient(180deg, #B2D3FF 0%, #FFFFFF 100%);
}

.section-3 .content-wrap .cell .bg-linear-gradient-purple {
    background: linear-gradient(180deg, #DEDBFF 0%, #FFFFFF 100%);
}

.section-3 .content-wrap .cell .bg-linear-gradient-yellow {
    background: linear-gradient(180deg, #FFE3B2 0%, #FFFFFF 100%);
}

.section-3 .content-wrap .cell .bg-linear-gradient-red {
    background: linear-gradient(180deg, #FFD9C6 0%, #FFFFFF 100%);
}

.section-3 .content-wrap .cell .bg-linear-gradient-light-yellow {
    background: linear-gradient(180deg, #FFEEB1 0%, #FFFFFF 100%);
}

.section-3 .content-wrap .cell .bg-linear-gradient-green {
    background: linear-gradient(180deg, #E4FFD3 0%, #FFFFFF 100%);
}

.section-3 .content-wrap .cell .bg-linear-gradient-light-blue {
    background: linear-gradient(180deg, #D2EDFF 0%, #FFFFFF 100%);
}

.section-3 .content-wrap .cell .box .tit {
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-top: 32px;
}

.section-3 .content-wrap .cell .box p {
    position: relative;
    z-index: 2;
}


.section-3 .content-wrap .cell .box::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 317px;
    height: 153px;
    background-image: url(https://images.tenorshare.com/img-2025/product/ultdata/sec3-icon.png);
    background-size: 100% 100%;
    z-index: 1;
}

@media (min-width: 992px) {
    .section-3 .content-wrap {
        padding: 32px 0;
    }

    .section-3 .content-wrap .cell .box p {
        margin-right: 0px;
        margin-left: 0px;
        line-height: 1.3;
    }

    .section-3 .content-wrap .cell .box .tit {
        padding-top: 16px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (min-width: 1600px) {
    .section-3 .content-wrap {
        padding: 120px 0;
    }

    .section-3 .content-wrap .cell .box .tit {
        padding-top: 32px;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .section-3 .content-wrap .cell .box p {
        margin-right: 16px;
        margin-left: 16px;
    }
}

.section-4 {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: rgba(241, 248, 255, 1);
}

.section-4 .swiper {
    margin: 0
}

.section-4 .cont h2 {
    line-height: 130%;
}

.section-4 .cont p,
.section-4 .cont ul {
    font-size: 16px;
}

.section-4 .cont:not(:last-child) {
    margin-bottom: 80px;
}

.section-4 .guide-list {
    max-width: 100%;

}


.section-4 .swiper-slide.swiper-slide-thumb-active .text {
    background: rgba(95, 178, 255, 1);
}

.section-4 .swiper-slide.swiper-slide-thumb-active h3,
.section-4 .swiper-slide.swiper-slide-thumb-active p {
    color: white !important
}

.section-4 .guide-list li .text {
    border-radius: 8px;
    background: rgba(232, 241, 255, 1);
    padding: 16px;
}

.section-4 .swiper-slide .text span svg {
    width: 24px;
    height: 24px;
}

.section-4 .swiper-slide.swiper-slide-thumb-active .text span {
    color: white
}

.section-4 .swiper-slide.swiper-slide-thumb-active .text span svg path {
    fill: rgba(95, 178, 255, 1);
}


.section-4 .swiper-slide .text span {
    color: rgba(95, 178, 255, 1);
}

.section-4 .guide-list li:not(:last-child) {
    margin-bottom: 20px;
}

.section-4 .guide-list li.swiper-slide-thumb-active {
    border-color: rgba(95, 178, 255, 1);
}

.section-4 .guide-list li.swiper-slide-thumb-active p,
.section-4 .guide-list li.swiper-slide-thumb-active a {
    opacity: 1;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 8px;
}

.section-4 .guide-list li.swiper-slide-thumb-active a {
    color: white;
    font-size: 18px;
    margin-top: 20px;
}

.section-4 .guide-list li h3 {
    font-size: 16px;
    line-height: 120%;
    text-transform: none;
    font-weight: 600;
}

.section-4 .guide-list li p,
.section-4 .guide-list li a {
    font-size: 14px;
    opacity: 0;
    height: 0;
    transition: all linear 0.2s;
    font-weight: 400;
    display: block;
}

.section-4 .picbox {
    max-width: 100%;
    margin-bottom: 24px;
}

.section-4 .guide-pic .cont {
    max-width: 100%;
    padding-bottom: 32px;
    margin: 0 auto;
    background: #f9f9f9;
}

.section-4 .guide-pic .swiper-slide {
    overflow: hidden;
}

.section-4 .guide-pic .swiper-slide video {
    cursor: pointer
}

.section-4 .swiper-pagination {
    bottom: -8%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.section-4 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(107, 87, 255, 0.3);
    margin-right: 6px;
}

.section-4 .swiper-pagination-bullet-active {
    width: 22px;
    height: 8px;
    background: #3DDC84;
    border-radius: 20px;
}

@media (min-width:992px) {
    .section-4 {
        padding: 100px 0;
    }

    .section-4 .picbox {
        margin-bottom: 36px
    }

    .section-4 .img-text-cont ul {
        padding-left: 1.2rem;
    }

    .section-4 .cont h2 {
        line-height: 140%;
    }

    .section-4 .cont p {
        font-size: 16px;
        line-height: 150%
    }

    .section-4 .swiper-slide .text span svg {
        width: 32px;
        height: 32px;
    }

    .section-4 .guide-list li h3 {
        font-size: 18px;
        line-height: 120%;
        text-transform: none;
    }

    .section-4 .guide-list li .text {
        border-radius: 6px;
        padding: 16px 24px;
    }

    .section-4 .guide-list {
        max-width: 520px;

    }

    .section-4 .picbox {
        margin-bottom: 0;
    }

    .section-4 .img-text-cont .text-cont {
        max-width: 490px;
    }

    .section-4 .img-text-cont .img-cont {
        max-width: 47.576%;
        height: 100%;
    }

    .section-4 .guide-list li {
        height: -moz-max-content;
        height: max-content;
        cursor: pointer;

        transition: all linear 0.2s;
        transition: border-color 0.2s;
        padding-left: 58px;

        border-left: 3px solid;
        border-color: #D8DFE2;

    }

    .section-4 .guide-list li:not(:last-child)::before {
        content: '';
        height: 36px;
        width: 3px;
        background-color: #D8DFE2;
        position: absolute;
        bottom: -36px;
        left: -3px;
    }

    .section-4 .cont:not(:last-child) {
        margin-bottom: 100px;
    }

    .section-4 .guide-list {
        max-width: 46.625%;
    }

    .section-4 .picbox {
        max-width: 45%;
    }

    .section-4 .guide-list li .text {
        border-radius: 8px;
    }

    .section-4 .cont h2 {
        line-height: 120%;
    }

    .section-4 .cont p,
    .section-4 .cont ul {
        font-size: 18px;
    }

    .section-4 h2 {
        margin-bottom: 78px;
    }

    .section-4 .guide-list li.swiper-slide-thumb-active p {
        margin-top: 20px;
    }

    .section-4 .cont:not(:last-child) {
        margin-bottom: 200px;
    }

    .section-4 .guide-list li:not(:last-child) {
        margin-bottom: 16px;
    }

    .section-4 .guide-list li {
        padding-left: 36px;
    }

    .section-4 .swiper-slide .text span svg {
        width: 48px;
        height: 48px;
    }

    .section-4 .guide-list li p,
    .section-4 .guide-list li a {
        font-size: 14px;
        opacity: 0;
        height: 0;
        transition: all linear 0.2s;
    }

    .section-4 .guide-list li h3 {
        font-size: 20px;
        line-height: 120%;
        text-transform: none;
    }

    .section-4 .guide-pic .cont {
        padding-bottom: 0;
    }

    .section-4 .img-text-cont .text-cont {
        max-width: 45.5%;
    }

    .section-4 .guide-list {
        max-width: 48.516%
    }

}

@media (min-width:1600px) {
    .section-4 .picbox {
        max-width: 47.5%;
    }

    .section-4 .guide-list {
        max-width: 45.516%;
    }

    .section-4 .guide-list li {
        padding-left: 80px;
    }

    .section-4 .guide-list li p,
    .section-4 .guide-list li a {
        font-size: 16px;
    }

    .section-4 .guide-list li:not(:last-child) {
        margin-bottom: 24px;
    }
}

@media (max-width:991.98px) {
    .section-5 {
        background-image: url(https://images.tenorshare.com/img-2025/product/ultdata/sec5-bg-m.png);
        background-size: 100% 53%;
        background-position: top;
        padding: 64px 0;
        background-repeat: no-repeat;
    }

    .section-5 .h2-title {
        position: relative;
    }

    .section-5 .cell {
        border-radius: 32px;
        background: linear-gradient(162.76deg, #FFFFFF 1.08%, #65BBFF 36.7%, #2A99FF 83.17%);
        border: 1px solid white;
        box-shadow: 0px 4px 39.2px -2px rgba(255, 255, 255, 0.8) inset;
        height: 490px;
    }

    .section-5 .cell .text {
        padding: 24px 20px 0 20px;
        color: rgba(255, 255, 255, 1);
    }

    .section-5 .sec5-swiper .swiper-wrapper {
        padding-bottom: 50px;
    }
}


@media (min-width:992px) {
    .section-5 {
        padding: 120px 0;
    }

    .section-5 .h2-title {
        position: absolute;
    }

    .section-5 .content-wrap .container .remove-pic-main {
        position: relative;
        z-index: -1;
        padding-top: 41px;
    }

    .section-5 .content-wrap .container .cont .picbox {
        top: 225px;
        left: 367px;
        width: 240px;
    }

    .section-5 .content-wrap .container .cont .picbox .swiper-wrapper {
        width: 240px;
    }

    .section-5 .content-wrap .container .cont .list {
        overflow: visible;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(1) {
        top: 178px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(2) {
        top: 245px;
        left: 34px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(3) {
        top: 115px;
        left: 348px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(4) {
        top: -251px;
        left: 678px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(5) {
        top: -803px;
        left: 698px;
    }

    .section-5 .content-wrap .container .cont .list .border-box {
        width: 278px;
        height: 245px;
        border-radius: 50px;
        background: rgba(0, 143, 246, 0.18);
        padding: 5px;
    }

    .section-5 .content-wrap .container .cont .list .cell {
        border: 1px solid rgba(0, 157, 246, 1);
        border-radius: 48px;
        background: #FFFFFF;
        padding: 20px;
    }

    .section-5 .content-wrap .container .cont .list .cell span {
        font-size: 14px;
    }

    .section-5 .content-wrap .container .cont .list .cell p {
        font-size: 12px;
    }


    .section-5 .content-wrap .container .cont .list .cell svg {
        color: #666666;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide-thumb-active .cell svg {
        color: rgba(255, 255, 255, 1) !important;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide-thumb-active .border-box {
        background: none;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide-thumb-active .cell {
        background: linear-gradient(162.76deg, #FFFFFF 1.08%, #65BBFF 36.7%, #2A99FF 83.17%);
        border: 1px solid #fff;
        box-shadow: 0px 4px 50px 14px rgba(255, 255, 255, 0.8) inset;
        color: rgba(255, 255, 255, 1) !important;
    }
}

@media (min-width:1280px) {
    .section-5 .content-wrap .container .remove-pic-main {
        padding-top: 0px;
    }

    .section-5 .content-wrap .container .cont .picbox {
        top: 235px;
        left: 459px;
        width: 300px;
    }

    .section-5 .content-wrap .container .cont .picbox .swiper-wrapper {
        width: 300px;
    }

    .section-5 .content-wrap .container .cont .list .cell {
        border-radius: 34px;
        padding: 19px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(1) {
        top: 218px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(2) {
        top: 327px;
        left: 76px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(3) {
        top: 115px;
        left: 470px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(4) {
        top: -268px;
        left: 866px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(5) {
        top: -974px;
        left: 944px;
    }

    .section-5 .content-wrap .container .cont .list .border-box {
        width: 266px;
        height: 298px;
        border-radius: 37px;
    }

    .section-5 .content-wrap .container .cont .list .cell svg {
        width: 48px;
        height: 48px;
    }

    .section-5 .content-wrap .container .cont .list .cell span {
        font-size: 18px;
        padding-top: 16px;
        padding-bottom: 8px;
        line-height: 1.3;
    }

    .section-5 .content-wrap .container .cont .list .cell p {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media (min-width:1600px) {
    .section-5 .content-wrap .container .cont .picbox {
        top: 292px;
        left: 583px;
        width: 410px;
    }

    .section-5 .content-wrap .container .cont .picbox .swiper-wrapper {
        width: 410px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(1) {
        top: 263px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(2) {
        top: 406px;
        left: 105px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(3) {
        top: 115px;
        left: 600px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(4) {
        top: -404px;
        left: 1090px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(5) {
        left: 1224px;
        top: -1352px;
    }

    .section-5 .content-wrap .container .cont .list .border-box {
        width: 360px;
        height: 404px;
        border-radius: 50px;
    }

    .section-5 .content-wrap .container .cont .list .cell svg {
        width: 68px;
        height: 68px;
    }

    .section-5 .content-wrap .container .cont .list .cell span {
        font-size: 24px;
        padding-top: 24px;
        padding-bottom: 12px;
    }

    .section-5 .content-wrap .container .cont .list .cell p {
        font-size: 18px;
    }

    .section-5 .content-wrap .container .cont .list .cell {
        border-radius: 48px;
        padding: 32px;
    }
}

@media (min-width:1700px) {
    .section-5 .content-wrap .container .cont .picbox {
        top: 321px;
        left: 639px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(3) {
        top: 115px;
        left: 648px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(4) {
        top: -404px;
        left: 1193px;
    }

    .section-5 .content-wrap .container .cont .list .swiper-slide:nth-child(5) {
        top: -1352px;
        left: 1302px;
    }

}

.section-6 {
    background: #F1F8FF;
    padding: 64px 0;
}

.section-6 .list {
    align-items: stretch;
}

.section-6 .list .item {
    flex: 1 1 100%;
    height: auto;
    border: 1px solid #E4E8EB;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .section-3 .swiper {
        overflow: visible;
        padding: 0 24px;
        margin-left: -24px;
        margin-right: -24px;
        padding-bottom: 40px;
    }

    .section-3 .cell {
        min-width: 100%;
        width: 100%;
    }

    .section-3 .swiper-pagination {
        bottom: 0;
    }

    .section-6 .swiper {
        overflow: visible;
        padding: 0 24px;
        margin-left: -24px;
        margin-right: -24px;
        padding-bottom: 40px;
    }

    .section-6 .swiper-slide {
        width: 90vw !important;
        min-width: 90vw !important;
        height: auto;
    }

    .section-6 .list {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
    }

    .section-6 .swiper-pagination {
        bottom: 0;
    }

}

.section-6 .swiper {
    overflow: hidden;
}

/* Section 3 Swiper Styles */
.section-3 .swiper {
    overflow: hidden;
}

.section-6 .swiper-slide {
    height: auto;
}

.section-6 .list .item .text {
    padding: 24px;
}

.section-6 .list .item .text h3 {
    font-size: 20px;
    font-weight: 500;
}

.section-6 .list .item .text p {
    font-size: 16px;
    color: #525252;
}

@media (min-width: 992px) {
    .section-3 .swiper {
        overflow: hidden;
    }

    .section-3 .swiper-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .section-3 .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
        flex: 1 1 calc(25% - 24px) !important;
        margin: 12px !important;
    }

    .section-6 {
        padding: 100px 0;
    }

    .section-6 .list {
        gap: 12px;
    }

    .section-6 .list .item {
        flex: 1 1 20%;
    }

    .section-6 .list .item p {
        font-size: 14px;
    }

    .section-6 .list .item .text {
        padding: 12px 22px;
    }

    .section-6 .list .item .text h3 {
        font-size: 16px;
    }

    .section-6 .list .item .text p {
        font-size: 14px;
    }
}

@media (min-width: 1280px) {

    .section-6 .list {
        gap: 24px;
    }

    .section-6 .list .item {
        border-radius: 24px;
    }

    .section-6 .list .item p {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {

    .section-6 .list {
        gap: 32px;
    }

    .section-6 .list .item .text {
        padding: 48px 32px;
    }

    .section-6 .list .item .text h3 {
        font-size: 24px;
    }

    .section-6 .list .item .text {
        padding: 24px;
    }

    .section-6 .list .item .text h3 {
        font-size: 20px;
    }

    .section-6 .list .item .text p {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .section-7 {
        padding: 120px 0;
    }
}

#pro-compare-table-wrap {
    overflow-x: auto;
    overflow-y: clip;
    position: relative;
    max-width: 1648px;

}

#pro-compare-table-wrap.collapsed .down-btn {
    display: none;
}


@media (min-width: 1280px) {
    #pro-compare-table-wrap {
        width: 100%;
        overflow-x: initial;
    }
}

#pro-compare-table-wrap #pro-compare-table {
    width: 880px;
    border-collapse: separate;
    border-spacing: 0;
    color: #000;
    padding-top: 39px;
    padding-bottom: 143px;
}

@media (min-width: 992px) {
    #pro-compare-table-wrap #pro-compare-table {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap #pro-compare-table {
        width: 1096px;
        padding-top: 41px;
        padding-bottom: 86px;
    }
}

@media (min-width: 1600px) {
    #pro-compare-table-wrap #pro-compare-table {
        padding-bottom: 86px;
        width: 100%;
        padding-top: 53px;
    }
}

@media (min-width: 1700px) {
    #pro-compare-table-wrap #pro-compare-table {
        padding-top: 54px;
        padding-bottom: 86px;
    }
}

#pro-compare-table-wrap #pro-compare-table thead td {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    background: #F1F8FF;
    width: 212px;
    padding: 8px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

#pro-compare-table-wrap #pro-compare-table thead td:nth-child(1) {
    width: 244px;
    padding: 36px 40px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    border-top-left-radius: 16px;
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap #pro-compare-table thead td:nth-child(1) {
        border-top-left-radius: 24px;
    }
}

#pro-compare-table-wrap #pro-compare-table thead td:last-of-type {
    border-top-right-radius: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap #pro-compare-table thead td {
        width: 164px;
        font-size: 14px;
    }

    #pro-compare-table-wrap #pro-compare-table thead td:nth-child(1) {
        width: 164px;
        padding: 42px 24px 42px 80px;
        text-align: start;
    }
}

@media (min-width: 1600px) {
    #pro-compare-table-wrap #pro-compare-table thead td {
        width: 282px;
        font-size: 20px;
    }

    #pro-compare-table-wrap #pro-compare-table thead td:nth-child(1) {
        width: 248px;
        padding: 54px 24px 54px 22px;
    }
}

#pro-compare-table-wrap #pro-compare-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#pro-compare-table-wrap #pro-compare-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

#pro-compare-table-wrap #pro-compare-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap #pro-compare-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 24px;
    }

    #pro-compare-table-wrap #pro-compare-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 24px;
    }
}

#pro-compare-table-wrap #pro-compare-table tbody tr:nth-child(2n) {
    background: #F1F8FF;
}

#pro-compare-table-wrap #pro-compare-table tbody tr:nth-child(2n+1) {
    background: #fff;
}

#pro-compare-table-wrap #pro-compare-table tbody td {
    height: 86px;
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#pro-compare-table-wrap #pro-compare-table tbody td img {
    width: 28px;
}

#pro-compare-table-wrap #pro-compare-table tbody td .star-icon {
    width: 18px;
}

@media (min-width: 992px) {
    #pro-compare-table-wrap #pro-compare-table tbody td {
        padding: 0px 22px;
        height: 82px;
    }
}

@media (min-width: 1600px) {

    #pro-compare-table-wrap #pro-compare-table tbody td {
        height: 128px;
        padding: 20px 22px;
        font-size: 16px;
    }

    #pro-compare-table-wrap #pro-compare-table tbody td img {
        width: 40px;
    }

    #pro-compare-table-wrap #pro-compare-table tbody td .star-icon {
        width: 25px;
    }
}

#pro-compare-table-wrap #pro-compare-table tbody td:first-child {
    border-top: 0;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap #pro-compare-table tbody td:first-child {
        padding-left: 80px;
        font-weight: 600;
        padding-left: 22px;
    }
}

#pro-compare-table-wrap #pro-compare-table tbody td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#pro-compare-table-wrap .most-popular {
    width: 188px;
    top: 0px;
    left: 146.5px;
    background: linear-gradient(270deg, #FF5500 -14.02%, #FFCF1B 115.36%);
    border-radius: 20px;
    z-index: 1;
}

@media (min-width: 992px) {
    #pro-compare-table-wrap .most-popular {
        width: 182.5px;
        left: 168.5px;
    }
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap .most-popular {
        width: 183px;
        left: 234px;
        border-radius: 24px;
    }
}

@media (min-width: 1600px) {
    #pro-compare-table-wrap .most-popular {
        width: 280px;
        left: 221px;
    }
}

@media (min-width: 1700px) {
    #pro-compare-table-wrap .most-popular {
        width: 284px;
        left: 245px;

    }
}

#pro-compare-table-wrap .most-popular .popular {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 6px 0 10px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#pro-compare-table-wrap .most-popular .popular svg {
    width: 24px;
    height: 24px;
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap .most-popular .popular {
        font-size: 18px;
        line-height: 26px;
        padding: 8px;
        gap: 8px;
    }
}

@media (min-width: 1600px) {
    #pro-compare-table-wrap .most-popular .popular {
        font-size: 24px;
        line-height: 32px;
        padding: 12px 0 10px;
        gap: 12px;
    }
}

#pro-compare-table-wrap .most-popular .bg-item {
    padding: 0 4px 4px;
}

#pro-compare-table-wrap .most-popular .bg-item>div {
    padding: 20px 22px;
    text-align: center;
    height: 86px;
    font-size: 12px;
    color: #212121;
}

@media (min-width: 992px) {
    #pro-compare-table-wrap .most-popular .bg-item>div {
        height: 82px;
    }
}

@media (min-width: 1600px) {
    #pro-compare-table-wrap .most-popular .bg-item>div {
        font-size: 18px;
        height: 128px;
    }
}

#pro-compare-table-wrap .most-popular .bg-item>div img {
    width: 28px;
}

#pro-compare-table-wrap .most-popular .bg-item>div .star-icon {
    width: 18px;
    height: 18px;
}

#pro-compare-table-wrap .most-popular .bg-item>div:nth-child(1) {
    padding: 0px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    height: -moz-fit-content;
    height: 127.22px;
    border-top: 1px solid transparent;
}

#pro-compare-table-wrap .most-popular .bg-item>div:nth-child(2n-1) {
    background: #F1F8FF;
}

#pro-compare-table-wrap .most-popular .bg-item>div:nth-child(2n) {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#pro-compare-table-wrap .most-popular .bg-item>div:last-of-type {
    position: relative;
    z-index: 20;
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: 0;
    border-right: 0;
    padding: 4px;
    height: 137px;
}

#pro-compare-table-wrap .most-popular .bg-item>div:last-of-type .btn {
    font-size: 14px;
}

@media (min-width: 992px) {
    #pro-compare-table-wrap .most-popular .bg-item>div:last-of-type {
        height: 78px;
    }
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap .most-popular .bg-item>div:last-of-type {
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
        height: 78px;
    }

    #pro-compare-table-wrap .most-popular .bg-item>div:last-of-type .btn {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    #pro-compare-table-wrap .most-popular .bg-item>div {
        font-size: 12px;
    }

    #pro-compare-table-wrap .most-popular .bg-item>div:nth-child(1) {
        padding: 0px 39px;
        height: 103.2px;
    }
}

@media (min-width: 1600px) {
    #pro-compare-table-wrap .most-popular .bg-item>div {
        font-size: 16px;
    }

    #pro-compare-table-wrap .most-popular .bg-item>div img {
        width: 40px;
    }

    #pro-compare-table-wrap .most-popular .bg-item>div .star-icon {
        width: 25px;
        height: 25px;
    }

    #pro-compare-table-wrap .most-popular .bg-item>div:nth-child(1) {
        padding: 0px 34px;
        font-size: 20px;
        font-weight: 700;
        height: 135px;
    }
}

#pro-compare-table-wrap .version-shadow {
    position: absolute;
    bottom: 36px;
    bottom: 85px;
    left: 0;
    min-width: 952px;
    height: 160px;
    z-index: 3;
}

@media (min-width:992px) {
    #pro-compare-table-wrap .version-shadow {

        height: 110px;
        bottom: 98px;
    }
}

#compare-table-for-more {
    position: sticky;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 66px;
}

.section-8 {
    padding: 64px 0;
    background: rgba(241, 248, 255, 1);
}

.section-8 h2 {
    margin-bottom: 72px;
}

.section-8 .container {
    padding: 0 24px;
}

.section-8 .swiper {
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .section-8 .swiper {
        padding-bottom: 0;
    }
}

.section-8 .swiper-slide {
    width: 248px;
    overflow: hidden;
    border-radius: 24px;
}

.section-8 .swiper-slide.active {
    width: 808px;
    box-shadow: 0px 1px 10.9px 0px rgba(0, 52, 104, 0.15);
}

.section-8 .swiper-slide.swiper-slide-active {
    width: 860px !important;
}

.section-8 .swiper-slide.swiper-slide-active::before {
    background: none;
}

.section-8 .swiper-slide .cell {
    width: 342px !important;
    padding: 14px;
    background: rgba(212, 238, 255, 0.5);
    border-radius: 16px;
}

.section-8 .swiper-slide.active .cell {
    background: rgba(212, 238, 255, 1);
}

.section-8 .swiper-slide .cell h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-8 .swiper-slide .cell h3 span {
    color: #0462F0;
}

.section-8 .text {
    margin-bottom: 16px;
}

.section-8 .swiper-slide .cell h3 {
    font-size: 14px;
    margin-bottom: 8px;
}

@media (min-width:992px) {
    .section-8 {
        padding: 100px 0;
    }

    .section-8 h2 {
        margin-bottom: 60px;
    }

    .section-8 .swiper-slide {
        width: 180px;
    }

    .section-8 .swiper-slide.active {
        width: 530px;
    }

    .section-8 .swiper-slide.swiper-slide-active {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .section-8 .swiper-slide .cell {
        width: 454px !important;
        padding: 26px;
    }

    .section-8 .text {
        margin-bottom: 40px;
    }

    .section-8 .swiper-slide .cell h3 {
        font-size: 20px;
    }

    .section-8 .swiper-slide .cell p {
        font-size: 14px;
    }

    .section-8 .swiper-slide,
    .section-8 .swiper-slide .cell {
        transition: width 1s ease;
    }
}

@media (min-width:1280px) {

    .section-8 h2 {
        margin-bottom: 60px;
    }

    .section-8 .swiper-slide {
        width: 180px;
    }

    .section-8 .swiper-slide.active {
        width: 588px;
    }

    .section-8 .swiper-slide.swiper-slide-active {
        width: 588px !important;
    }

    .section-8 .swiper-slide .cell {
        width: 588px !important;
        padding: 40px;
    }

    .section-8 .text {
        margin-bottom: 40px;
    }

    .section-8 .swiper-slide .cell h3 {
        font-size: 20px;
    }

    .section-8 .swiper-slide .cell p {
        font-size: 14px;
    }
}

@media (min-width:1600px) {
    .section-8 .swiper-slide {
        width: 248px;
    }

    .section-8 .swiper-slide.active {
        width: 808px;
    }

    .section-8 .swiper-slide .cell {
        width: 808px !important;
        padding: 40px;
    }


}

.section-9 {
    background: url("https://images.tenorshare.com/img-2025/product/ultdata/sec9-bg.png");
    background-size: cover;
    padding: 64px 24px;
}

@media (min-width: 992px) {
    .section-9 {
        padding: 58px 0 70px 30px;
    }

    .section-9 .lft {
        padding-right: 45px;
    }
}

@media (min-width:1600px) {
    .section-9 {
        padding: 100px 0 100px 135px;
    }

    .section-9 .lft {
        padding-right: 82px;
    }
}

.section-9 .lft .sec-tit {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.section-9 .lft h2 {
    color: #f3fbfe;
}

.section-9 .lft a {
    color: rgba(243, 251, 254, 1);
    font-size: 18px;
}

@media (min-width: 992px) {
    .section-9 .lft a {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    .section-9 .lft a {
        font-size: 18px;
    }
}

.section-9 .lft .swiper-pagination {
    position: relative;
    width: fit-content;
}

@media (max-width: 991.98px) {
    .section-9 .lft .swiper-pagination {
        bottom: -461px;
    }
}

.section-9 .lft .swiper-pagination-bullet {
    background: #d9d9d9;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

.section-9 .lft .swiper-pagination-bullet:not(:nth-child(1)) {
    margin-left: 12px;
}

.section-9 .lft .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f3fbfe;
    opacity: 1;
}

.section-9 .rgt {
    width: 64%;
}

@media (max-width: 991.98px) {
    .section-9 .rgt .swiper-wrapper {
        padding-bottom: 50px;

    }

    .section-9 .rgt {
        width: 100%;
    }
}

.section-9 .rgt .mySwiper3 .swiper-wrapper .swiper-slide {
    width: 100%;
}

@media (min-width: 992px) {
    .section-9 .rgt .mySwiper3 .swiper-wrapper .swiper-slide {
        width: 324px;
    }
}

@media (min-width: 1600px) {
    .section-9 .rgt .mySwiper3 .swiper-wrapper .swiper-slide {
        width: 457px;
    }
}

.section-9 .mySwiper3 .item {
    width: 100%;
    border-radius: 12px;
    background: #f3fbfe;
    padding: 26px 20px;
    min-height: 406px;
}

@media (min-width: 992px) {
    .section-9 .mySwiper3 .item {
        width: 457px;
        padding: 24px 34px;
        min-height: 342px;
    }
}

@media (min-width: 1600px) {
    .section-9 .mySwiper3 .item {
        width: 457px;
        padding: 40px 48px;
        min-height: 488px;
    }
}

.section-9 .mySwiper3 .item .txt .tit {
    font-size: 24px;
    font-weight: 600;
}

.section-9 .mySwiper3 .item .txt p {
    font-size: 16px;
    color: rgba(107, 107, 107, 1);
}

@media (min-width: 992px) {
    .section-9 .mySwiper3 .item .txt .tit {
        font-size: 24px;
    }

    .section-9 .mySwiper3 .item .txt p {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    .section-9 .mySwiper3 .item .txt .tit {
        font-size: 32px;
    }

    .section-9 .mySwiper3 .item .txt p {
        font-size: 20px;
    }
}


.section-9 .mySwiper3 .item .avator-wrap {
    font-size: 18px;
    font-weight: 600;
}

.section-9 .mySwiper3 .item .img-wrap {
    height: 80px;
}


.section-9 .mySwiper3-swiper-pagination {
    display: flex;
}

.section-9 .mySwiper3-swiper-pagination .swiper-button-next,
.section-9 .mySwiper3-swiper-pagination .swiper-button-prev {
    position: absolute;
    top: calc(50% + 50px);
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
}

.section-9 .mySwiper3-swiper-pagination .swiper-button-next {
    right: -22px;
}

.section-9 .mySwiper3-swiper-pagination .swiper-button-prev {
    left: -22px;
}

@media (min-width: 992px) {

    .section-9 .mySwiper3-swiper-pagination .swiper-button-next,
    .section-9 .mySwiper3-swiper-pagination .swiper-button-prev {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin: 0;
        width: 56px;
        height: 56px;
    }
}

@media (min-width: 1600px) {

    .section-9 .mySwiper3-swiper-pagination .swiper-button-next,
    .section-9 .mySwiper3-swiper-pagination .swiper-button-prev {
        width: 80px;
        height: 80px;
    }
}

.section-9 .mySwiper3-swiper-pagination .swiper-button-next::after,
.section-9 .mySwiper3-swiper-pagination .swiper-button-prev::after {
    content: none;
}

.section-9 .mySwiper3-swiper-pagination .swiper-button-next {
    margin-left: 32px;
}

.section-9 .mySwiper3 .swiper-fade .swiper-slide {
    transition-duration: 1000ms !important;
    pointer-events: auto;
}

.section-9 a.hover-bottom-line::after {
    background-color: #fff;
}

.section-9 .swiper-pagination-bullet-active {
    background: white;
}

.section-10 {
    padding: 40px 0;
    background: rgba(59, 132, 247, 0.05);
}

.section-10 .container {
    padding: 0;
}

.section-10 #accordion-for-more:hover {
    cursor: pointer;
}

.section-10 .nav-contanier {
    margin: 24px auto 0;
}

.section-10 .nav-contanier .nav-contanier-content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.section-10 .nav-contanier .nav-contanier-content::-webkit-scrollbar {
    display: none;
}

.section-10 .nav {
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.section-10 .nav::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #d8dfe2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-10 .nav .nav-link {
    padding: 0 16px;
    padding-bottom: 10px;
    cursor: pointer;
    line-height: 150%;
    white-space: nowrap;
    position: relative;
    text-align: center;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}

.section-10 .nav .nav-link.active {
    color: #0670fb;
    font-weight: 500;
}

.section-10 .nav .nav-link.active::after {
    z-index: 99;
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0670fb;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.section-10 .tab-content {
    padding: 0 24px;
    margin-top: 40px;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item {
    background: rgba(180, 211, 255, 0.1019607843);
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 12px !important;
    transition: all 0.4s;
    border-radius: 12px;
    border: none !important;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item.active {
    background: #0670fb;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item.active .accordion-button {
    color: #fff !important;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item:last-child {
    margin-bottom: 0 !important;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding: 12px 16px;
    line-height: 150%;
    background: none;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button:hover {
    color: #0670fb;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23212121"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="currentColor"/> </svg>');
}

.section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    padding-top: 32px;
    padding-bottom: 4px;
    font-weight: 400;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="white"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="white"/> </svg>');
    transform: rotate(45deg);
}

.section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 8px 16px 16px;
    color: #fff;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-body a {
    color: #fff;
    text-decoration: underline;
}

.section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
    opacity: 0.8;
    font-size: 16px;
    text-align: left;
}

@media (min-width: 992px) {
    .section-10 {
        padding: 100px 0;
    }

    .section-10 .container {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .section-10 .nav-contanier {
        margin: 40px auto 0;
    }

    .section-10 .nav-contanier::after {
        height: 4px;
    }

    .section-10 .tab-content {
        padding: 0;
    }

    .section-10 .nav {
        font-size: 18px;
        gap: 64px;
    }

    .section-10 .nav::after {
        display: none;
    }

    .section-10 .nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12px;
    }

    .section-10 .nav .nav-link.active::after {
        width: 70%;
        height: 4px;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button {
        font-size: 18px;
        font-weight: 600;
        padding: 1.2rem 1.5rem;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
        padding-top: 24px;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
        width: 40px;
        height: 40px;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-body {
        font-size: 16px;
        padding: 0 1.5rem 1.5rem;
    }
}

@media (min-width: 1280px) {
    .section-10 .tab-content {
        max-width: 1096px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-10 .nav .nav-link {
        font-size: 20px;
    }

    .section-10 .nav .nav-link.active::after {
        height: 4px;
        width: 70%;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button {
        padding: 24px 40px;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-body {
        font-size: 16px;
        padding: 0 40px 24px;
    }

}

@media (min-width: 1400px) {
    .section-10 .nav {
        font-size: 20px;
    }

    .section-10 .nav-contanier {
        max-width: 1266px;
    }
}

@media (min-width: 1600px) {
    .section-10 {
        padding: 120px 0;
    }

    .section-10 .nav-contanier {
        margin-top: 60px;
    }

    .section-10 .tab-content {
        margin-top: 60px;
        max-width: 100%;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-button {
        font-size: 20px;
        line-height: 200%;
        padding: 1.5rem 2.25rem;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-body {
        padding: 0.625rem 8rem 24px 2.25rem;
        font-size: 18px;
    }

    .section-10 .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
        font-size: 18px;
    }
}

.section-11 {
    padding: 64px 0;
}

.section-11 .row {
    background: rgba(180, 211, 255, 0.16);
    padding: 0px;
}

@media (min-width: 992px) {
    .section-11 {
        padding: 120px 0;
    }

    .section-11 .row {
        background: rgba(180, 211, 255, 0.16);
        border-radius: 12px;
        padding: 40px;
    }
}

@media (min-width: 1600px) {
    .section-11 .row {
        padding: 56px;
    }
}

@media (max-width: 991.98px) {
    .section-11 .row {
        background: none;
    }

    .section-11 .row .item {
        padding: 24px 14px;
        background: rgba(180, 211, 255, 0.16);
        border-radius: 12px;
        border-left: 0 !important;
    }

    .section-11 .row .item:not(:last-child) {
        margin-bottom: 24px;
    }
}


.section-11 .row .item:not(:first-child) {
    border-left: 1px solid rgba(107, 107, 107, 1);
}

@media (min-width: 992px) {
    .section-11 .row .item:not(:first-child) {
        padding-left: 24px;
        border-left: 1px solid rgba(107, 107, 107, 1);
    }
}

@media (min-width: 1600px) {
    .section-11 .row .item:not(:first-child) {
        padding-left: 40px;
    }
}

.section-11 .row .item .tit,
.section-11 .row .item .video-container a {
    font-weight: 600;
    font-size: 16px;
}

@media (min-width: 992px) {

    .section-11 .row .item .tit,
    .section-11 .row .item .video-container a {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {

    .section-11 .row .item .tit,
    .section-11 .row .item .video-container a {
        font-size: 20px;
    }
}

.section-11 .row .item .video-container span {
    color: #f50;
}

.section-11 .row .item li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

@media (min-width: 1280px) {
    .section-11 .row .item li:not(:last-child) {
        margin-bottom: 13px;
    }
}

@media (min-width: 1600px) {
    .section-11 .row .item li:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media (min-width: 1700px) {
    .section-11 .row .item li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.section-11 .row .item li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.section-11 .row .item li a {
    font-size: 14px;
}

@media (min-width: 992px) {
    .section-11 .row .item li a {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    .section-11 .row .item li a {
        font-size: 18px;
    }
}

.section-12 {
    margin: 64px 0;
}

.section-12 .box-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    padding: 48px 12px;
    background: linear-gradient(180deg, #80C6FF 6.24%, #2EA4FF 115.65%);
    border-radius: 20px;
    position: relative;
}

@media (max-width: 991.98px) {
    .section-12 .box-content .text-content {
        width: 100%;
    }
}

.section-12 .box-content::before {
    content: "";
    background: url(https://images.tenorshare.com/keywords-page/4ukey/recommend-product-bg2.svg) no-repeat center;
    background-size: 100% 100%;
    width: 234px;
    height: 164px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-12 .box-content::after {
    content: "";
    background: url(https://images.tenorshare.com/keywords-page/4ukey/recommend-product-bg1.svg) no-repeat center;
    background-size: 100% 100%;
    width: 234px;
    height: 164px;
    position: absolute;
    top: 0;
    right: 0;
}

.section-12 .box-content img {
    width: 100%;
}

@media (min-width: 992px) {
    .section-12 .box-content img {
        width: 50%;
    }
}

.section-12 .box-content .text-content h2 {
    font-family: Be Vietnam Pro;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.section-12 .box-content .text-content h2 a {
    color: #fff;
}

.section-12 .box-content .text-content h2 a:hover {
    color: #0670FB;
    text-decoration: none;
}

.section-12 .box-content .text-content p {
    font-family: Be Vietnam Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.section-12 .box-content .text-content .btn-group {
    gap: 16px;
}

.section-12 .box-content .text-content .btn-group .btn-white {
    color: #0670FB;
}

.section-12 .box-content .text-content .btn-group .btn-white.btn-29::before {
    background: #0670FB;
}

.section-12 .box-content .text-content .btn-group .btn-white.btn-29:hover .text {
    color: #fff;
}

.section-12 .box-content .text-content .btn-group .btn-outline-white.btn-29:hover .text {
    color: #0670FB;
}

.section-12 .box-content .text-content .btn-group .btn.btn-xl {
    font-size: 14px;
}

@media (min-width: 1280px) {
    .section-12 {
        margin-bottom: 120px;
        margin-top: 0;
    }

    .section-12 .box-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 68px;
        padding: 48px;
        border-radius: 32px;
    }

    .section-12 .box-content::before,
    .section-12 .box-content::after {
        width: 300px;
        height: 268px;
    }

    .section-12 .box-content img {
        width: 512px;
    }

    .section-12 .box-content .text-content h2 {
        font-size: 36px;
        line-height: 50px;
        text-align: left;
        margin-bottom: 24px;
    }

    .section-12 .box-content .text-content p {
        font-size: 16px;
        text-align: left;
        margin-bottom: 32px;
    }

    .section-12 .box-content .text-content .btn-group {
        gap: 32px;
    }

    .section-12 .box-content .text-content .btn-group .btn.btn-xl {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {

    .section-12 .box-content {
        gap: 124px;
        padding: 48px 160px 48px 120px;
        border-radius: 40px;
    }

    .section-12 .box-content::before,
    .section-12 .box-content::after {
        width: 327px;
        height: 293px;
    }

    .section-12 .box-content img {
        width: 570px;
    }

    .section-12 .box-content .text-content h2 {
        font-size: 48px;
        line-height: 67px;
    }

    .section-12 .box-content .text-content p {
        font-size: 20px;
        margin-bottom: 40px;
    }
}