/* <=== vhservicpg ===> */
.vhservicpg{
    background-color: #fcf7f1;
}
.vhservicpg .svpadd{
    padding: 40px 0 60px;
}
.tpservicmb .mblist{
    margin-bottom: 10px;
}
.tpservicmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpservicmb .mbgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.itservicmb{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.itservicmb .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
}
.itservicmb .thumb a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}
.itservicmb .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itservicmb:hover .thumb a img{
    transform: scale(1.05);
}
.itservicmb .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 105px 30px 30px;
    z-index: 1;
    pointer-events: none;
}
.itservicmb .decss, .itservicmb .decss a{
    color: #fff;
}
.itservicmb .dstitle{
    margin-bottom: 5px;
}
.itservicmb .dstitle, .itservicmb .dstitle h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.itservicmb .dsconts{
    font-size: 16px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itservicmb .dsviews{
    position: absolute;
    right: 30px;
    bottom: 40px;
    z-index: 1;
}
.itservicmb .dsviews a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #ffff01;
    color: #222222;
    border-radius: 100%;
    font-size: 16px;
}
.itservicmb:hover .dsviews a{
    background-color: #98ce31;
    color: #fff;
}
/* <=== vhservicpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 30px 0;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    padding: 40px 0 60px;
    background-color: #fcf7f1;
}
.hportherpg .ortitle {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.hportherpg .ortitle, .hportherpg .ortitle h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
/* <=== vhortherpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhservicpg ===> */
    .vhservicpg .svpadd{
        padding: 30px 0 60px;
    }
    .itservicmb{
        border-radius: 15px;
    }
    .itservicmb .decss{
        padding: 10px 20px 15px 20px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
        align-items: flex-end;
    }
    .itservicmb .dstitle{
        margin-bottom: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .itservicmb .dstitle, .itservicmb .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itservicmb .dsconts{
        font-size: 14px;
        line-height: 25px;
        max-height: 50px;
        width: calc(100% - 40px);
        padding-right: 15px;
    }
    .itservicmb .dsviews{
        position: static;
        width: 40px;
    }
    .itservicmb .dsviews a{
        width: 40px;
        height: 40px;
    }
    .slortherpg .itservicmb .decss{
        padding: 10px 70px 15px 20px;
    }
    .slortherpg .itservicmb .dsconts{
        display: none;
    }
    .slortherpg .itservicmb .dsviews{
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
    /* <=== vhservicpg ===> */

    /* <=== vhortherpg ===> */
    .hportherpg .ortitle{
        margin-bottom: 15px;
    }
    .hportherpg .ortitle, .hportherpg .ortitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhservicpg ===> */
    .tpservicmb .mbgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <=== vhservicpg ===> */
}