.carousel-item img {
    height: 698px;
}

.carousel-indicators li {
    height: 150px;
    width: 30%;
    max-width: 392px;
    min-width: 392px;
    margin-right: 0;
    margin-left: 0;
    background-color: transparent;

    /*padding: 32px;*/
    text-indent: 0;
    border-top: 0px;
    border-bottom: 0px;
}

.solution-img-img{
    border-top-left-radius: 32px!important;
    border-top-right-radius: 32px !important;
}
.solution-img-button{
    width: 106px;
    height: 30px;
    position: inherit;
    bottom: 37px;
    left: 50%;
    margin-left: -53px;
}

.solution-title {
    height: 56px;
    color: #250f11;
    font-size: 36px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .solution-title{
        color: #250f11;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
        height: 34px;
    }
    .solution-div-describe{
        margin-bottom: 0px!important;
    }
    .solution-img {
        padding-left: 48px;
        padding-right: 48px;
        margin-top: 32px!important;
    }
    .solution-img-img{
        border-top-left-radius: 24px!important;
        border-top-right-radius: 24px !important;
    }

    .carousel-item img {
        height: 740px;
    }

    .carousel-caption {
        top: 110px !important;
        left: 16px;
        right: 16px;
    }

    .carousel-title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 24px !important;
        font-weight: 400;
        line-height: 32px !important;
    }

    .carousel-title-2 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 20px !important;
        margin-top: 32px !important;
    }

    .carousel-indicators {
        margin-bottom: 24px !important;
    }

    .carousel-indicators li {
        margin-left: 0px!important;;
        margin-right: 0px!important;;
        width: 109px;
        min-width: 109px;
        padding: 0px!important;
        /*margin-bottom: 0px;*/
        height: 42px;
    }
    .title-li{
        padding: 9px!important;
        margin-top: -42px!important;
        text-align: center;

    }
    .carousel-li-title{
        font-size: 16px!important;
        font-weight: 400;
        line-height: 24px!important;

    }

    .col-lg-6:nth-child(odd) .solution-div {
        margin-right: 16px;
        margin-left: 16px;
    }

    .col-lg-6:nth-child(even) .solution-div {
        margin-left: 16px;
        margin-right: 16px;
    }
    .carousel-indicators{
        column-gap: 8px!important;
    }
    .title-li-bj{
        border-radius: 8px!important;
    }
    .carousel-caption-right{
        text-align: left;
        left: 30px
    }
    .solution-div-title{
        margin-top: 40px!important;
    }
    .solution-img-url{
        padding-left: 48px;
        padding-right: 48px;
    }
    .solution-img .solution-img-url .solution-img-img{
        left: 48px;
        right: 48px;
        position: revert;
        /*padding-left: 48px;*/
        /*padding-right: 48px;*/
    }

    .solution-div.clicked .solution-img .solution-img-url {
        opacity: 1;
        width:100%;
        height: 100%;
        transition: .5s;
        /*margin-top: -28px;*/
        /*margin-left: -28px;*/
    }
    .solution-div.clicked .solution-img .solution-img-url .solution-img-img{
        opacity: 1;
        height: 100%;
        transition: .5s;
    }

    .solution-div.clicked .solution-img .solution-img-url{
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-indicators {
        min-width: 1240px;
    }
    .solution-div:hover .solution-img .solution-img-url {
        opacity: 1;
        width:100%;
        height: 100%;
        transition: .5s;
        /*margin-top: -28px;*/
        /*margin-left: -28px;*/
    }
    .solution-div:hover .solution-img .solution-img-url .solution-img-img{
        opacity: 1;
        height: 100%;
        transition: .5s;
    }

    .solution-div:hover .solution-img .solution-img-url{
        display: block;
    }
}


.carousel-indicators .active .title-li-bj {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.title-li {
    padding: 32px;
    margin-top: -150px;
}

.title-li-bj {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.carousel-indicators {
    margin-right: 0px;
    margin-left: 0px;
    column-gap: 32px;
    margin-bottom: 80px;
}

.carousel-li-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-li-title-2 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
}

.col-lg-6:nth-child(odd) .solution-div {
    margin-right: 16px;
}

.col-lg-6:nth-child(even) .solution-div {
    margin-left: 16px;
}

@media (min-width: 1200px) {


}

.carousel-caption {
    max-width: 1240px;
    width: 100%;
    text-align: left;
    top: 160px;
}

.carousel-caption-right {
    max-width: 1240px;
    width: 100%;
    text-align: left;
    top: 290px;
    position: absolute;
    left: 15px;
    right: 0px;
    z-index: 20;
}



.solution-div {
    border-radius: 32px;
    /*border-width: 1px;*/
    border: 2px solid rgba(186, 151, 153, 0.3);
}

.solution-div:hover {
    background: rgba(186, 151, 153, 0.1);
    /*background-blend-mode: normal;*/
    border: 2px solid transparent;

}


.solution-img .solution-img-url {
    opacity: 0;
    width:100%;
    height: 100%;
    transition: .5s;
}
.solution-img .solution-img-url .solution-img-img{
    opacity: 0;
    width:100%;
    height: 100%;
    transition: .5s;
    position: relative;
    left: 0;
    bottom: 0;
}
.solution-img-url{
    display: none;
}


/*.solution-img-url:hover {*/
/*    display: block;*/
/*    transition: .5s;*/
/*    height: 100%;*/
/*}*/

.solution-div-title {
    color: #250f11;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-top: 48px;
}

.solution-div-describe {
    color: #624d4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px;
}

.solution-img-url {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:100%;
    cursor: pointer;
    border-top-left-radius: 32px!important;
    border-top-right-radius: 32px !important;
}

.carousel-indicators li {
    opacity: 1;
}

.carousel-caption-right-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 16px
}

