.tendprohome{
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.itemsolution{
    height: 100%;
}
.itemsolution a{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.itemsolution a:hover{
    transform: translateY(-5px);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.itemsolution .icon{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #019393;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
.itemsolution .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    max-height: 50%;
}
.itemsolution .text{
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sliderOrther .slick-track{
    padding: 10px 0;
}
.itemsolu{
    margin-bottom: 10px;
}
.itemsolu .decs{
    width: 400px;
    padding: 10px 20px;
}
.itemsolu .thumb{
    width: calc(100% - 400px);
}
.itemsolu .thumb img{
    width: 100%;
}
.itemsolu .decs .title{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #222222;
}
.itemsolu .decs .tend{
    color: #697882;
    font-size: 15px;
    line-height: 23px;
}
.itemsolu:nth-child(even) .thumb{
    order: 2;
}
@media all and (max-width: 1200px){
    
}
@media all and (max-width: 991px){
    .itemsolu .decs .title{
        font-size: 19px;
        line-height: 29px;
    }
    .itemsolu .decs .tend{
        font-size: 14px;
        line-height: 22px;
    }
}
@media all and (max-width: 767px){
    .itemsolu .decs{
        width: 100%;
        padding: 20px 25px;
    }
    .itemsolu .thumb{
        width: 100%;
    }
    .itemsolu:nth-child(even) .thumb{
        order: unset;
    }
}