
.itembenefits{
    margin-top: 45px;
    position: relative;
    padding: 50px 30px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.itembenefits .icon{
    position: absolute;
    top: -45px;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itembenefits .icon img{
    max-width: 90%;
    max-height: 90%;
}
.itembenefits .tend{
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    min-height: 46px;
}

.vhitemarea{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 -45px;
    margin-bottom: 50px;
}
.vhitemarea > div{
    padding: 0 45px;
}
.vhitemarea .coll{
    width: calc(100% - 500px);
}
.vhitemarea .colr{
    width: 500px;
}
.vhitemarea:nth-child(even) .coll{
    order: 2;
}
.vhitemarea .thumb{
    padding-top: 66.67%;
    position: relative;
    display: block;
}
.vhitemarea .thumb img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;

}
.vhitemarea .thumb a{
    display: block;
}
.vhitemarea .thumb a .playvd{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    z-index: 1;
}
.vhitemarea .thumb a .playvd::after{
    content: '';
    position: absolute;
    left: 55%;
    top: 52%;
    transform: translate(-50%, -50%);
    background-image: url("../images/icons/ivideo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 22px;
}
.vhitemarea .dstitle{
    margin-bottom: 15px;
}
.vhitemarea .dstitle h3{
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    font-family: 'Minion';
}
.vhitemarea .dstend{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.itemetiquette .icon{
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itemetiquette .icon img{
    max-width: 80%;
    max-height: 80%;
}
.itemetiquette .decs{
    text-align: center;
}
.itemetiquette .dstitle{
    margin-bottom: 10px;
}
.itemetiquette .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Minion';
}
.itemetiquette .dstend{
    font-size: 16px;
    line-height: 24px;
}
.itemservice{
    background-color: #f6f6f6;
}
.itemservice .decs{
    padding: 20px;
}
.itemservice .dstitle{
    margin-bottom: 10px;
}
.itemservice .dstitle h3{
    font-size: 25px;
    line-height: 37px;
    font-family: 'Minion';
    font-weight: 400;
}
.itemservice .dstend{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.slserver .slick-arrow{
    top: 30%;
}
.slserver .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.slserver .slick-track > div{
    height: initial;
    float: initial;
}
.itemservice{
    height: 100%;
}
@media all and (max-width: 1200px){
    .vhitemarea{
        margin: 0 -20px;
        margin-bottom: 30px;
    }
    .vhitemarea > div{
        padding: 0 20px;
    }
}
@media all and (max-width: 991px){
    .itembenefits{
        max-width: 300px;
        margin: 0 auto;
        margin-top: 45px;
    }
    .vhitemarea{
        margin: 0 -15px;
        margin-bottom: 40px;
    }
    .vhitemarea > div{
        padding: 0 15px;
    }
    .vhitemarea .coll{
        width: 50%;
    }
    .vhitemarea .colr{
        width: 50%;
    }
    .vhitemarea .dstitle h3{
        font-size: 25px;
        line-height: 37px;
    }
    .vhitemarea .dstend{
        font-size: 14px;
        line-height: 22px;
    }
    .slserver .itemservice{
        width: 285px;
    }
    .itemservice .decs{
        padding: 15px 10px;
    }
    .itemservice .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itemservice .dstend{
        font-size: 14px;
        line-height: 22px;
    }
}
@media all and (max-width: 767px){
    .vhitemarea{
        margin-bottom: 30px;
    }
    .vhitemarea .coll{
        width: 100%;
        margin-bottom: 10px;
    }
    .vhitemarea .colr{
        width: 100%;
    }
    .vhitemarea:nth-child(even) .coll{
        order: unset;
    }
}