/* 
.ai-box {
    margin-top: -80px;
} */

.ai-tabs {
    z-index: 100;
}

.ai-content-item {
    background: none !important;
}

.ai-content-item.active {
    display: grid !important;
}


.ai-tabs {
    margin: 0 auto;
    padding: 8px 0%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai-tabs::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    height: 1px;
    background: rgb(51 48 48 / 12%);;
}

.ai-tabs .tabs-item {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0px 22px;
    margin: 0 12px;
}

.ai-tabs .tabs-item .tabs-item-icon {
    width: 24px;
    height: 24px;
    background-image: url("/images/home/home-ai-icon.png");
    background-size: 800% 200%;
    background-repeat: no-repeat;
}

.ai-tabs .tabs-item:nth-child(1) .tabs-item-icon {
    background-position: 0 0;
}

.ai-tabs .tabs-item:nth-child(2) .tabs-item-icon {
    background-position: 14% 0;
}

.ai-tabs .tabs-item:nth-child(3) .tabs-item-icon {
    background-position: 28% 0;
}

.ai-tabs .tabs-item:nth-child(4) .tabs-item-icon {
    background-position: 42% 0;
}

.ai-tabs .tabs-item:nth-child(5) .tabs-item-icon {
    background-position: 56% 0;
}

.ai-tabs .tabs-item:nth-child(6) .tabs-item-icon {
    background-position: 70% 0;
}

.ai-tabs .tabs-item:nth-child(7) .tabs-item-icon {
    background-position: 84% 0;
}

.ai-tabs .tabs-item:nth-child(8) .tabs-item-icon {
    background-position: 100% 0;
}

.ai-tabs .tabs-item .tabs-item-title-text {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.ai-tabs .tabs-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -18px;
    border-radius: 4px;
    background-color: #10488c;
}

.ai-tabs .tabs-item.active .tabs-item-icon {
    background-position-y: 100%;
}

.ai-tabs .tabs-item.active .tabs-item-title-text {
    color: #1d4786;
}


.ai-content {
    margin-top: 36px;
}

.ai-content-item {
    display: none;
    background: linear-gradient(to top, #fff, #ECF3FD);
    border-radius: 8px;
    padding: 48px 60px;
    grid-template-columns: 4fr 8fr;
    gap: 80px;
}
.ai-content-item.active {
    display: grid;
}
.ai-content-item .textbox {
    width: 100%;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.ai-content-item .textbox .title {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}

.ai-content-item .textbox .desc {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.ai-content-item .moreBtn {
    width: auto;
    margin-top: 64px;
}

.ai-content-item .moreBtn a {
    /* width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 48px 0px rgba(23, 74, 204, 0.12);
    background-color: #0B6FE3;
    color: #ffffff; */
}
.ai-content-item .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .listsection_tmain_imgtab {
    top: 36%;
}
.listsection_tmain_textbox {
    margin-top: 10%;
}
#tab_one .swiper-slide-thumb-active .sectionImgtab_nav::after {
    margin-left: 80px;
} */
.section_main_subbg {
    background: none;
    /* padding-top: 0px; */
}
.aimain_bg1{
    background-color: #F9FBFF;
    background-image: linear-gradient(180deg, rgba(231, 232, 255, .36), rgba(231, 232, 255, 0) 87.54%);
    padding-bottom: 96px;
}
.aimain_bg2{
    background-color: #F9FBFF;
    background-image: linear-gradient(180deg, rgba(231, 232, 255, .36), rgba(231, 232, 255, 0) 87.54%);
    padding-bottom: 96px;
}

/* .aichart_main {
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-radius: 16px;
} */

.value_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}
.value_main_item {
    background-color: #fff;
    display: flex;
    padding: 36px 32px;
    border-radius: 6px;
}
.value_main_item .icon-box{
    display: contents;
}
.value_main_item .icon-box img{
    width: auto;
    height: 32px;
    margin-right: 20px;
}
.value_main_item .text-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.text-box .title {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}
.text-box .desc {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
/* .listsection_tmain_img {
    right: 48px;
    top: -50px;
}
.listsection_tmain_imgbox img {
    max-width: 800px;
}
.listsection_tmain_imgbox {
    margin-right: 100px;
}

.listsection_tmain_textbox {
    width: 28%;
}
.listsection_maintbox {
    margin-bottom: 64px;
} */
#tab_AI .swiper-pagination-bullet {
    background: #000 !important;
}
#tab_AI .swiper-pagination {
    bottom: 0 !important;
}
#tab_AI .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}


@media (max-width: 768px) {
     #ai_m_swiper {
        border-radius: 6px;
        background: linear-gradient(to top, #fff, #ECF3FD);
    }

    .ai-content {
        margin-top: 0;
    }
    .ai-content-item {
        display: block;
        padding: 32px 24px 22px;
        background: none;
    }

    .ai-content-item .textbox {
        padding: 0px;
        gap: 8px;
        margin-bottom: 6px;
    }

    .ai-content-item .textbox .title {
        font-size: 16px;
        line-height: 24px;
        color: #11498c;
    }

    .ai-content-item .textbox .desc {
        font-size: 11px;
        line-height: 16px;
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1369px) {
    .ai-content-item {
        padding: 48px 36px;
    }
    .ai-content-item .textbox .title {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (min-width: 1370px) and (max-width: 1600px) {
    .ai-content-item {
        padding: 48px 48px;
    }
    .ai-content-item .textbox .title {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (min-width: 1601px) {
    .aichart_main {
        width: 84%;
    }
}