.bannerHome-swiper {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    background: 0 0;
    width: 48px;
    height: 48px;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .64);
    display: block;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, .06);
    transition-duration: .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .32);
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
}

.swiper-button-disabled {
    background: none;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.bannerHome-swiper .swiper-pagination {
    bottom: 50px !important;
}

.floatbtnPublic {
    top: unset !important;
    bottom: 12% !important;
}

.ai-tabs {
    margin: 0 auto;
    padding: 0 8%;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ai-tabs::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -12px;
    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;
}

.ai-tabs .tabs-item .tabs-item-icon {
    width: 20px;
    height: 20px;
    background-image: url("/images2/ai/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: 120%;
    height: 2px;
    bottom: -12px;
    border-radius: 4px;
    background-color: #1449BF;
}

.ai-tabs .tabs-item.active .tabs-item-icon {
    background-position-y: 100%;
}

.ai-tabs .tabs-item.active .tabs-item-title-text {
    color: #3e85eb;
}

.ai-content {
    margin-top: 36px;
}

.ai-content-item {
    display: none;
    background: linear-gradient(to bottom, #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;
}
@media (max-width: 768px) {
    .sloganenBox {
        display: none;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: hsla(0, 0%, 100%, .32);
    }

    .swiper-button-prev {
        top: unset;
        bottom: 20px;
    }

    .swiper-button-next {
        top: unset;
        bottom: 20px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }

    .ai-tabs {
        padding: 0 0px;
    }   
    .ai-tabs .tabs-item .tabs-item-icon {
        display: none;
    }
    .ai-tabs .tabs-item.active::after {
        width: 100%;
        height: 1px;
    }
    .ai-tabs .tabs-item .tabs-item-title-text {
        font-size: 13px;
        line-height: 18px;
        max-width: 26px;
    }
    .ai-content-item {
        gap: 24px;
        padding: 25px 20px;
        grid-template-columns: unset;
    }
    .ai-content-item .textbox {
        padding: 0px;
        gap: 10px;
    }
    .ai-content-item .textbox .title {
        font-size: 18px;
        line-height: 26px;
    }
}
@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;
    }
}