.itemServer{
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.itemServer:last-child{
    margin-bottom: 20px;
}
.itemServer .colT{
    width: 57%;
}
.itemServer .colD{
    width: 43%;
}
.itemServer:nth-child(odd) .colT{
    order: 2;
}
.itemServer .thumb a{
    display: block;
    overflow: hidden;
}
.itemServer .thumb img{
    width: 100%;
}
.itemServer .decs{
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
}
.itemServer .decsWrap{
    max-width: 390px;
    margin: 0 auto;
}
.itemServer .titleD{
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}

.itemServer .titleD::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    bottom: 0;
    left: 0;
    background-color: #f58220;
}
.itemServer .titleD::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 2px;
    left: 15px;
    background-color: #2d3591;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemServer .titleD:hover::after{
    width: 100px;
}
.itemServer .titleD h3{
    font-size: 28px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
    max-height: 74px;
    overflow: hidden;
}
.itemServer .tendD{
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 23px;
    max-height: 92px;
    overflow: hidden;
}
.itemServer .viewLinkAl{
    text-align: left;
}
.gripdtThumb{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.gripdtThumb > div{
    padding: 0 2px;
    width: 50%;
}

.vntOrther{
    margin-top: 50px;
}
.vntOrther .titleOrther{
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
.vntOrther .titleOrther::before{
    content: '';
    width: 80px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.vntOrther .titleOrther h2{
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.vntOrther .slick-list{
    padding: 10px;
}
.sliderOrther.styBgbBtn .slick-prev{
    left: -40px;
}
.sliderOrther.styBgbBtn .slick-next{
    right: -40px;
}
@media all and (max-width: 1200px){
    .vntOrther .titleOrther h2{
        font-size: 25px;
        line-height: 37px;
    }
    .sliderOrther.styBgbBtn .slick-arrow{
        top: 25%;
    }
    .sliderOrther.styBgbBtn .slick-prev{
        left: 10px;
    }
    .sliderOrther.styBgbBtn .slick-next{
        right: 10px;
    }
}
@media all and (max-width: 991px){
    .itemServer .colT, .itemServer .colD{
        width: 100%;
    }
    .itemServer:nth-child(odd) .colT{
        order: unset;
    }
    .itemServer .decsWrap{
        max-width: 100%;
    }
    .itemServer .titleD h3{
        font-size: 22px;
        line-height: 32px;
        max-height: 64px;
    }
    .itemServer .titleD{
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .itemServer .decs{
        padding: 20px 15px 30px;
    }
    .itemServer .tendD{
        font-size: 13px;
        line-height: 21px;
        max-height: 84px;
    }
}
@media all and (max-width: 767px){
    .gripdtThumb > div{
        width: 100%;
    }
}