/* <=== vhservicpg ===> */
.vhservicpg .sepadd{
    padding: 30px 0 70px;
}
.hpservicpg .secapts{
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-align: center;
}
.hpservicpg .secapts .cview > div{
    display: none;
}
.hpservicpg .secapts .cview{
    margin-top: 5px;
    text-align: center;
}
.hpservicpg .secapts .cview a{
    display: inline-block;
    text-transform: uppercase;
    color: #0e611d;
    font-weight: bold;
}
.hpservicpg .secapts .cview a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.hpservicpg .secapts .cview a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hpservicpg .secapts .vhide a span::before{
    content: '\f106';
}
.hpservicpg .secapts .vshow a span::before{
    content: '\f107';
}
.tpservicpg .pglist{
    margin-bottom: 30px;
}
/* <=== vhservicpg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 50px 0 45px;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    background-color: #f6f6f6;
}
.vhortherpg .orpadd{
    padding: 60px 0 50px;
}
.slortherpg .slick-arrow{
    background-color: transparent;
    border: none;
}
.slortherpg .itservichh:nth-child(odd) .dsinfos{
    margin-left: 0;
}
/* <=== vhortherpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhservicpg ===> */
    .vhservicpg .sepadd{
        padding: 20px 0 50px;
    }
    /* <=== vhservicpg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 30px 0 35px;
    }
    /* <=== vhdetailpg ===> */

    /* <=== vhortherpg ===> */
    .slortherpg .itservichh{
        margin-bottom: 0;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){

}