/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: calc(100vh - 125px);
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
    0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
    100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
    0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
    100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
    0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
    100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
    0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
    100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
    0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
    100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    bottom: 0;
    padding: 30px 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.slbannerhh .bancapts::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: -1;
}
.slbannerhh .csinner{
    max-width: 1170px;
    padding: 0 115px 0 0;
    text-align: right;
}
.slbannerhh .cstitle{
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    transform: translateX(-150px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-shadow: 0 3px 7px rgba(0,0,0,0.2);
}
.slbannerhh .slick-current .cstitle{
    transition-delay: 0.3s;
    opacity: 1;
    transform: unset;
}
.slbannerhh .slick-arrow{
    top: unset;
    transform: unset;
    bottom: 30px;
    width: 40px;
    height: 40px;
}
.slbannerhh .slick-prev{
    right: 70px;
    left: unset;
}
.slbannerhh .slick-next{
    right: 20px;
}
.slbannerhh .slick-arrow::before{
    font-size: 10px;
}
.slbannerhh .slick-prev::before{
    content: '\e928';
    transform: translate(-50%, -50%) rotate(180deg);
}
.slbannerhh .slick-next::before{
    content: '\e928';
}
/* <=== bannerhome ===> */

/* <=== abouthome ===> */
.abouthome{
    padding: 50px 0 60px;
}
.tpaboutma .magrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -33px;
}
.tpaboutma .magrip > div{
    padding: 0 33px;
}
.tpaboutma .magrip .lcol{
    width: 53.803%;
}
.tpaboutma .magrip .rcol{
    width: calc(100% - 53.803%);
}
.tpaboutma .thumb img{
    width: 100%;
}
.tpaboutma .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #388E3C;
}
.tpaboutma .dstitle, .tpaboutma .dstitle h3{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpaboutma .dscapts{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tpaboutma .dscapts, .tpaboutma .dscapts h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.tpaboutma .dsconts{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.tpaboutma .dsviews a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 25px;
    background-color: #388E3C;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}
.tpaboutma .dsviews a:hover{
    background-color: #ba0021;
}
/* <=== abouthome ===> */

/* <=== producthome ===> */
.producthome{
    padding: 50px 0 80px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.producthome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #388E3C;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}
.hpproducthh .vntconts{
    position: relative;
}
.slproducthh {
    position: static;
}
.slproducthh .slick-list{
    overflow: unset;
}
.slproducthh .slick-disabled{
    opacity: 0!important;
    pointer-events: none;
    z-index: -111111;
}
.slproducthh .slick-arrow{
    opacity: 0;
}
.slproducthh:hover .slick-arrow{
    opacity: 1;
}
.itproductmm{
    height: 100%;
    padding: 30px 30px 10px;
    position: relative;
    z-index: 1;
}
.itproductmm::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('images/lgbacg.png');*/
    background-color:white;
    border-radius:6px;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.itproductmm::before{
    content: '';
    position: absolute;
    top: -3%;
    left: -3%;
    width: 106%;
    height: 106%;
    background-image: url('images/lgbacgk.png');
    background-position: center;
    background-size: 100% 100%;
    z-index: -2;
    pointer-events: none;
}
.itproductmm .thumb{
    margin-bottom: 20px;
}
.itproductmm .thumb a{
   /* -webkit-mask-image: url('images/lgimg.png');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;*/
   border-radius:50%;
}
.itproductmm .decss{
    text-align: center;
}
.itproductmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itproductmm .dstitle, .itproductmm .dstitle h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.itproductmm .dstitle, .itproductmm .dstitle a{
    color: #222222;
}
.itproductmm .dstitle a{
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itproductmm .dsconts{
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 32px;
}
.itproductmm .dsviews a{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50px;
    height: 56px;
    background-image: url('images/lgviews.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
}
.itproductmm:hover .thumb a img{
    transform: scale(1.1);
}
.itproductmm:hover .dstitle a{
    color: #388E3C;
}
/* <=== producthome ===> */

/* <=== servieshome ===> */
.servieshome{
    padding: 50px 0 105px;
}
.slservieshh .slick-list{
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.05);
}
.itservieshh{
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.itservieshh .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itservieshh .mmgrip > div{
    width: 50%;
}
.itservieshh .decss{
    max-width: 485px;
    padding: 20px 15px;
    margin: 0 auto;
}
.itservieshh .dstitle{
    margin-bottom: 10px;
}
.itservieshh .dstitle, .itservieshh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itservieshh .dstitle, .itservieshh .dstitle a{
    color: #388E3C;
}
.itservieshh .dsconts{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
}
.itservieshh .dsviews a{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 35px;
    background-color: #388E3C;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}
.itservicmm .dsviews a:hover{
    background-color: #ba0021;
}
/* <=== servieshome ===> */

/* <=== whychome ===> */
.whychome{
    padding-top: 60px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.whychome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: -1;
    pointer-events: none;
}
.hpwhychh .wcapts{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
}
.hpwhychh .wtitle{
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.hpwhychh .wtitle, .hpwhychh .wtitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.hpwhychh .wconts{
    max-width: 770px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.hpwhychh .winfos{
    position: relative;
    bottom: -150px;
    margin-top: -150px;
}
.hpwhychh .iflogo{
    max-width: 512px;
    margin: 0 auto;
}
.itwhychh{
    position: absolute;
    width: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itwhychh:nth-child(1), .itwhychh:nth-child(2){
    top: 100px;
}
.itwhychh:nth-child(1), .itwhychh:nth-child(3){
    left: 0;
    padding-right: 250px;
}
.itwhychh:nth-child(2), .itwhychh:nth-child(4){
    right: 0;
    padding-left: 250px;
}
.itwhychh:nth-child(3), .itwhychh:nth-child(4){
    top: 220px;
}
.itwhychh:nth-child(1) .vvgrip .mcol, .itwhychh:nth-child(3) .vvgrip .mcol{
    order: 2;
}
.itwhychh:nth-child(1), .itwhychh:nth-child(3){
    text-align: right;
}
.itwhychh .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itwhychh .vvgrip > div{
    padding: 0 10px;
}
.itwhychh .vvgrip .mcol{
    width: 90px;
}
.itwhychh .vvgrip .hcol{
    width: calc(100% - 90px);
}
.itwhychh .ssnums{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    padding: 15px;
    font-size: 20px;
    color: #388E3C;
    font-weight: bold;
    position: relative;
}
.itwhychh .ssnums::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('images/ttcicle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: xoayvong 32s linear 0s infinite;
    -webkit-animation: xoayvong 32s linear 0s infinite;
    -moz-animation: xoayvong 32s linear 0s infinite;
    -o-animation: xoayvong 32s linear 0s infinite;
}
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.itwhychh .cctext{
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}
/* <=== whychome ===> */

/* <=== exprehome ===> */
.exprehome{
    padding: 135px 0 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.exprehome, .exprehome a{
    color: #fff;
}
.hpexprehh{
    text-align: center;
}
.hpexprehh .ecapts{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}
.hpexprehh .etitle{
    margin-bottom: 20px;
}
.hpexprehh .etitle, .hpexprehh .etitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.hpexprehh .eviews a{
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
}
.hpexprehh .eviews a:hover{
    background-color: #fff;
    color: #388E3C;
}
/* <=== exprehome ===> */

/* <=== videohome ===> */
.hpexperhh{
    position: relative;
}
.hpexperhh .hhlinks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.hpexperhh .hhlinks a{
    display: block;
    width: 100%;
    height: 100%;
}
.hpexperhh .hhthumb{
    z-index: 1;
    position: relative;
}
.hpexperhh .hhthumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}
.hpexperhh .hhthumb img{
    width: 100%;
}
.hpexperhh .hhdecss{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.hpexperhh .dswrap{
    text-align: center;
}
.hpexperhh .dsicons{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    background-image: url('images/iplay.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}
.hpexperhh .dstitle{
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.hpexperhh .dstitle,.hpexperhh .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.hpexperhh .dstitle span{
    display: block;
}
/* <=== videohome ===> */

/* <=== clienthome ===> */
.clienthome{
    padding: 50px 0 40px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
}
.hpclienthh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpclienthh .hhgrip > div{
    padding: 0 15px;
}
.hpclienthh .hhgrip .lcol{
    width: calc(100% - 600px);
}
.hpclienthh .hhgrip .rcol{
    width: 600px;
}
.tpclientha{
    max-width: 480px;
    padding-top: 90px;
}
.tpclientha .hatitle{
    margin-bottom: 10px;
    color: #388E3C;
}
.tpclientha .hatitle, .tpclientha .hatitle h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
}
.tpclientha .haconts{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}
.tpclientha .haviews a{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 35px;
    background-color: #388E3C;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}
.tpclientha .haviews a:hover{
    background-color: #ba0021;
}
.tpclienthb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: center
}
.tpclienthb .hbgrip > div{
    width: 38%;
    padding: 0 20px;
    margin-top: -80px;
}
.tpclienthb .hbgrip > div:nth-child(1){
    margin-top: 0;
}
.tpclienthb .hbgrip > div:nth-child(1){
    margin-right: 17%;
    margin-left: 17%;
}
.tpclienthb .hbgrip > div:nth-child(3n + 1){
    margin-right: 17%;
    margin-left: 17%;
}
.tpclienthb .hbgrip > div:nth-child(3n + 3){
    margin-left: 15%;
}
.itclienthb{
    position: relative;
}
.itclienthb a{
    padding-top: 89.824%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-mask-image: url("images/nnbg.png");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
}
.itclienthb a::before{
    content: '';
    position: absolute;
    top: -12px;
    left: -18px;
    width: calc(100% + 36px);
    height: calc(100% + 44px);
    z-index: -1;
    background-image: url("images/nnbgb.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.itclienthb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}
/* <=== clienthome ===> */

@media all and (min-width: 1170px){
    /* <=== bannerhome ===> */
    .slbannerhh .slick-prev{
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        margin-left: 510px;
    }
    .slbannerhh .slick-next{
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        margin-left: 565px;
    }
    /* <=== bannerhome ===> */
}
@media all and (max-width: 1200px){
    /* <=== whychome ===> */
    .hpwhychh .iflogo{
        max-width: 450px;
    }
    .itwhychh:nth-child(2), .itwhychh:nth-child(4){
        padding-left: 200px;
    }
    .itwhychh:nth-child(1), .itwhychh:nth-child(3){
        padding-right: 200px;
    }
    /* <=== whychome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .cstitle{
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .slbannerhh .banvdimg{
        padding-top: 43.423%;
        min-height: 165px;
        height: 0;
    }
    .slbannerhh .cstitle{
        transform: translateX(-50px);
    }
    .slbannerhh .bancapts{
        padding: 18px 0
    }
    .slbannerhh .csinner{
        padding-right: 90px;
    }
    .slbannerhh .slick-arrow{
        width: 30px;
        height: 30px;
        bottom: 18px;
    }
    .slbannerhh .slick-arrow::before{
        font-size: 7px;
    }
    .slbannerhh .slick-prev{
        right: 60px;
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        padding: 35px 0 45px;
    }
    .tpaboutma .magrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutma .magrip .rcol{
        width: 100%;
    }
    .tpaboutma .dstitle{
        margin-bottom: 5px;
    }
    .tpaboutma .dstitle, .tpaboutma .dstitle h3{
        font-size: 28px;
        line-height: 45px;
    }
    .tpaboutma .dscapts, .tpaboutma .dscapts h3{
        font-size: 16px;
        line-height: 24px;
    }
    .tpaboutma .dsconts{
        font-size: 16px;
        line-height: 27px;
    }
    /* <=== abouthome ===> */

    /* <=== producthome ===> */
    .producthome{
        padding: 40px 0 65px;
        background-attachment: unset;
    }
    .slproducthh .slick-list{
        margin-right: -15px;
    }
    .slproducthh .itproductmm{
        width: 270px;
    }
    .itproductmm{
        padding: 30px 30px 10px;
    }
    .itproductmm .dsconts{
        margin-bottom: 35px;
    }
    .itproductmm::before{
        display: none;
    }
    /* <=== producthome ===> */

    /* <=== servieshome ===> */
    .servieshome{
        padding: 40px 0 60px;
    }
    .itservieshh .dstitle, .itservieshh .dstitle h3{
        font-size: 22px;
        line-height: 35px;
    }
    .itservieshh .mmgrip> div{
        width: 100%;
    }
    .itservieshh .decss{
        padding: 20px 20px 35px;
        max-width: 100%;
    }
    .itservieshh .dsconts{
        font-size: 15px;
        line-height: 23px;
    }
    /* <=== servieshome ===> */

    /* <=== whychome ===> */
    .whychome{
        background-attachment: unset;
        padding-top: 40px;
    }
    .hpwhychh .wtitle, .hpwhychh .wtitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    .hpwhychh .wconts{
        font-size: 16px;
        line-height: 27px;
    }
    .itwhychh{
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }
    .itwhychh:last-child{
        margin-bottom: 10px;
    }
    .itwhychh:nth-child(1) .vvgrip .mcol, .itwhychh:nth-child(3) .vvgrip .mcol{
        order: unset;
    }
    .itwhychh:nth-child(1), .itwhychh:nth-child(3){
        padding-right: 0;
    }
    .itwhychh:nth-child(2), .itwhychh:nth-child(4){
        padding-left: 0;
    }
    .itwhychh:nth-child(1), .itwhychh:nth-child(3){
        text-align: left;
    }
    .hpwhychh .winfos{
        bottom: -100px;
        margin-top: -100px;
    }
    /* <=== whychome ===> */

    /* <=== exprehome ===> */
    .exprehome{
        padding: 100px 0 55px;
    }
    .hpexprehh .etitle, .hpexprehh .etitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    /* <=== exprehome ===> */

    /* <=== videohome ===> */
    .hpexperhh .dsicons{
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    .hpexperhh .dstitle, .hpexperhh .dstitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== videohome ===> */

    /* <=== clienthome ===> */
    .clienthome{
        padding: 40px 0 60px;
    }
    .tpclientha{
        padding-top: 0;
    }
    .hpclienthh .hhgrip .lcol{
        width: 100%;
        margin-bottom: 40px;
    }
    .hpclienthh .hhgrip .rcol{
        width: 100%;
    }
    .tpclienthb{
        max-width: 600px;
        margin: 0 auto;
    }
    .tpclientha{
        max-width: 100%;
        text-align: center;
    }
    .tpclientha .hatitle, .tpclientha .hatitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    .tpclientha .haconts{
        font-size: 16px;
        line-height: 27px;
    }
    /* <=== clienthome ===> */
}
@media all and (max-width: 767px){
    /* <=== abouthome ===> */
    .tpaboutma .dsviews a{
        display: block;
        text-align: center;
    }
    /* <=== abouthome ===> */

    /* <=== servieshome ===> */
    .itservieshh .dsviews a{
        display: block;
        text-align: center;
    }
    /* <=== servieshome ===> */

    /* <=== clienthome ===> */
    .tpclientha .haviews a{
        display: block;
        text-align: center;
    }
    .tpclienthb .hbgrip{
        margin: 0 -25px;
    }
    .tpclienthb .hbgrip > div{
        margin-top: -57px;
        width: 42%;
        padding: 0 16px;
    }
    .tpclienthb{
        max-width: 360px;
    }
    /* <=== clienthome ===> */
}
@media all and (max-width: 370px){
    .tpclienthb .hbgrip > div{
        margin-top: -52px;
    }
}