.itserviceslv{
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 3%);
    height: 100%;
    background-color: #fff;
}
.itserviceslv .thumb{
    margin-bottom: 15px;
}
.itserviceslv .thumb a{
    padding-top: 65.56%;
}
.itserviceslv .dstitle{
    margin-bottom: 5px;
}
.itserviceslv .dstitle, .itserviceslv .dstitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    max-height: 54px;
    overflow: hidden;
}
.itserviceslv .dstend{
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

/* <====== vhcartsell =====> */
.vhcartsell{
    background-color: #f8f8f8;
}
.vhcartsell .grsell{
    display: flex;
    flex-wrap: wrap;
}
.vhcartsell .grsell > div{
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 20px;
}
.vhcartsell .thead{
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.vhcartsell .grsell > div:last-child{
    border-right: none;
}
.itcartsell:last-child .grsell > div{
    border-bottom: none;
}
.vhcartsell .grsell .colm{
    width: 85px;
}
.vhcartsell .grsell .colh{
    width: 150px;
}
.vhcartsell .grsell .colb{
    width: 150px;
}
.vhcartsell .grsell .colt{
    width: calc(100% - 625px);
}
.vhcartsell .grsell .coln{
    width: 240px;
}
.itcartsell .sscheck{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.itcartsell .ssimg{
    width: 100%;
    display: block;
    padding-top: 100%;
    background-color: #fff;
    position: relative;
}
.itcartsell .ssimg img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
}
.itcartsell .ssmod{
    text-align: center;
}
.itcartsell .ssmod .tm{
    font-weight: 600;
}
.itcartsell .ssinfo li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 23px;
}
.itcartsell .ssinfo li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #faa61c;
    border-radius: 100%;
}
.itcartsell .ssinfo .sptitle{
    margin-bottom: 10px;
}
.itcartsell .ssinfo .sptitle, .itcartsell .ssinfo .sptitle h3{
    font-size: 16px;
    line-height: 24px;
}
/* <====== vhcartsell =====> */

/* <====== vnttablink =====> */
.vnttablink{

    display: flex;
    justify-content: center;
}
.vnttablink ul{
    display: flex;
    justify-content: center;
    align-content: center;
    border-bottom: 1px solid #e0e0e0;
}
.vnttablink ul li{
    margin-right: 25px;
}
.vnttablink ul li:last-child{
    margin-right: 0;
}
.vnttablink li a{
    display: block;
    padding: 10px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.vnttablink li a::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 0;
    height: 3px;
    background-color: #faa61b;
}
.vnttablink li.active a::before, .vnttablink li:hover a::before{
    width: 100%;
}
.vnttablink li.active a, .vnttablink li:hover a{
    color: #faa61b;
}
/* <====== vnttablink =====> */

/* <====== vntproductad =====> */
.vntproductad{
    margin-bottom: 60px;
}
.blproductad{
    margin-bottom: 40px;
}
.hpitproductad{
    margin-bottom: 20px;
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px 10px rgb(0 0 0 / 3%);
}
.hpitproductad:last-child{
    margin-bottom: 0;
}
.hpitproductad .mctitle{
    position: relative;
    padding-right: 30px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    cursor: pointer;
}
.hpitproductad .mctitle span{
    margin-left: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #c12026;
    white-space: nowrap;
}
.hpitproductad .mctitle .mcshow{
    display: block;
}
.hpitproductad .mctitle .mchide{
    display: none;
}
.hpitproductad.active .mctitle .mcshow{
    display: none;
}
.hpitproductad.active .mctitle .mchide{
    display: block;
}
.hpitproductad .mctitle::before{
    content: '\f107';
    font-family: 'FontAwesome' !important;
    position: absolute;
    right: 0%;
    top: 45%;
    transform: translateY(-50%);
    font-size: 25px;
    line-height: 37px;
    color: #faa61b;
}

.hpitproductad.active .mctitle::before{
    content: '\f106';
}
.hpitproductad .mccont{
    padding-top: 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bllinkbtnad .inner{
    max-width: 605px;
    margin: 0 auto;
}
.bllinkbtnad .grlink{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.bllinkbtnad .grlink > div{
    padding: 0 15px;
    width: 50%;
}
.lkbtnfile{
    position: relative;
}
.lkbtnfile .vhpopfile{
    display: block;
    font-size: 14px;
    line-height: 23px;
    padding: 15px 20px 15px 25px;
    background-color: #faa61b;
    color: #fff;
    border-radius: 5px;
}
.lkbtnfile .vhpopfile:hover{
    background-color: #c12026;
}
.lkbtnfile .vhpopfile span{
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.lkbtnfile .vhpopfile span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lkbtnfile .vhfilepopup{
    position: absolute;
    top: calc(100% + 10px);
    width: 350px;
    background-color: #fff;
    padding: 15px 10px 15px 20px ;
    border-radius: 5px;
    box-shadow: 0 0 15px 10px rgb(0 0 0 / 3%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lkbtnfile.active .vhfilepopup{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}

.lkbtnreport{
    position: relative;
}
.lkbtnreport .vhpopcart{
    display: block;
    font-size: 14px;
    line-height: 23px;
    padding: 15px 20px 15px 25px;
    background-color: #c12026;
    color: #fff;
    border-radius: 5px;
}
.lkbtnreport .vhpopcart:hover{
    background-color: #faa61b;
}
.lkbtnreport .vhpopcart span{
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.lkbtnreport .vhpopcart span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <====== vntproductad =====> */


/* <====== vntconstrucad =====> */
.vntconstrucad{
    margin-bottom: 45px;
}
/* <====== vntconstrucad =====> */
.bltabfixed{
    background-color: #fff;
}
.bltabfixed.fixed{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

/* <====== update =====> */
.slservicebg{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.slservicebg .slick-dots{
    bottom: initial;
    width: 55%;
}
.itservicesbg{
    display: flex;
    flex-wrap: wrap;
}
.itservicesbg .lcol{
    width: 50%;
}
.itservicesbg .rcol{
    width: 50%;
}
.itservicesbg .thumb a{
    border-radius: 5px;
}
.itservicesbg .decs{
    padding: 35px 40px 30px 45px;
}
.itservicesbg .dstitle{
    margin-bottom: 10px;
}
.itservicesbg .dstitle, .itservicesbg .dstitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.itservicesbg .dstitle a{
    display: inline-block;
    color: #000000;
}
.itservicesbg .dstitle a:hover{
    color: #c12026;
}
.itservicesbg .dstend{
    font-size: 15px;
    line-height: 23px;
    max-height: 115px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: justify;
    color: #000000;
}
.itservicesbg .dsview a{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 23px;
    background-color: #faa61b;
    color: #fff;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 5px;
}
.itservicesbg .dsview a:hover{
    background-color: #c12026;
}
.itservicesbg .dsview a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.itservicesbg .dsview a span::before{
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}
/* <====== update =====> */
@media all and (max-width: 1200px){
    /* <====== update =====> */
    .itservicesbg .decs{
        padding: 20px 30px;
    }
    /* <====== update =====> */
}
@media all and (max-width: 991px){
    /* <====== vhcartsell =====> */
    .vhcartsell .grsell > div{
        padding: 0;
    }
    .itcartsell{
        padding: 20px;
        border-bottom: 1px solid #dfdfdf;
    }
    .itcartsell:last-child{
        border-bottom: none;
    }
    .itcartsell .grsell{
        padding-left: 35px;
        position: relative;
    }
    .itcartsell .grsell .colm{
        width: 35px;
        position: absolute;
        left: 0;
        top: 50px;
    }
    .vhcartsell .grsell .colh{
        width: 110px;
    }
    .vhcartsell .grsell .colb{
        width: calc(100% - 110px);
        padding-left: 20px;
    }
    .vhcartsell .grsell .colt{
        width: 100%;
        margin-top: 15px;
    }
    .vhcartsell .grsell > div{
        border-bottom: none;
        border-right: none;
    }
    .itcartsell .sscheck{
        justify-content: flex-start;
    }
    .itcartsell .ssmod{
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 21px;
    }
    .itcartsell .ssmod .tm{
        margin-right: 5px;
    }
    .itcartsell .mbname{
        font-size: 15px;
        line-height: 23px;
        font-weight: 600;
    }
    /* <====== vhcartsell =====> */

    /* <====== vntproductad =====> */
    .hpitproductad .mctitle{
        font-size: 16px;
        line-height: 24px;
    }
    .hpitproductad{
        padding: 15px 20px;
    }
    /* <====== vntproductad =====> */
    .vntproductad{
        margin-bottom: 30px;
    }
    .vntconstrucad{
        margin-bottom: 20px;
    }
    .itsoluserall{
        padding: 30px 25px;
    }
    .itsoluserall .dstitle, .itsoluserall .dstitle h3{
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
    .itsoluserall .dstend{
        font-size: 14px;
        line-height: 22px;
        height: 66px;
    }

    .hpitproductad .mccont{
        display: none;
        -webkit-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear;
    }

    /* <====== update =====> */
    .itservicesbg .dstitle, .itservicesbg .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itservicesbg .dstend{
        max-height: 72px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .itserviceslv .dstend{
        font-size: 16px;
        line-height: 24px;
        max-height: 72px;
    }
    /* <====== update =====> */
}
@media all and (max-width: 767px){
    /* <====== vntproductad =====> */
    .bllinkbtnad .grlink > div{
        width: 100%;
        margin-bottom: 25px;
    }
    .bllinkbtnad .grlink > div:last-child{
        margin-bottom: 0;
    }
    .bllinkbtnad .inner{
        max-width: 290px;
    }
    /* <====== vntproductad =====> */

    /* <====== vntconstrucad =====> */
    .lkbtnfile .vhfilepopup{
        width: 320px;
        left: 50%;
        transform: translateX(-50%);
    }
    /* <====== vntconstrucad =====> */

    /* <====== vhcartsell =====> */
    .itcartsell .ssinfo li{
        font-size: 14px;
        line-height: 22px;
    }
    /* <====== vhcartsell =====> */

    /* <====== update =====> */
    .itservicesbg .lcol{
        width: 100%;
        margin-bottom: 10px;
    }
    .itservicesbg .rcol{
        width: 100%;
    }
    .itservicesbg .decs{
        padding: 15px 20px 25px;
    }
    .itservicesbg .thumb a{
        border-radius: 3px;
    }
    .slservicebg .slick-dots{
        width: 100%;
    }
    /* <====== update =====> */
}