/* <=== vntfooter ===> */
.vntfooter{
    background-color: transparent;
}
/* <=== vntfooter ===> */

/* <=== vhservicepg ===> */
.vhservicepg{
    padding: 60px 0 10px;
}
/* <=== vhservicepg ===> */

/* <=== tpservicemm ===> */
.tpservicemm .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpservicemm .hhgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 50px;
}
.itservicemm .thumb a{
    border-radius: 10px;
}
.itservicemm .decss{
    position: relative;
    margin-top: -100px;
    z-index: 1;
    padding: 0 20px;
    pointer-events: none;
}
.itservicemm .dsgrip{
    display: flex;
    margin: 0 -10px;
}
.itservicemm .dsgrip > div{
    padding: 0 10px;
}
.itservicemm .dsgrip .xcol{
    width: 100px;
}
.itservicemm .dsgrip .ycol{
    width: calc(100% - 100px);
}
.itservicemm .dsicon{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #15247b;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: auto;
    z-index: 2;
}
.itservicemm .dsicon::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #15247b;
    border-radius: 50%;
    transition: all 0.2s linear;
    z-index: -1;
}
.itservicemm:hover .dsicon::before{
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
}
.itservicemm .dsicon img{
    max-width: 70%;
    max-height: 60%;
}
.itservicemm .dsinfos{
    pointer-events: auto;
    padding: 20px 30px 30px;
    position: relative;
    z-index: 1;
}
.itservicemm .dsinfos::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: -1;
    pointer-events: none;
}
.itservicemm .iftitle{
    margin-bottom: 10px;
}
.itservicemm .iftitle, .itservicemm .iftitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itservicemm:hover .iftitle a{
    color: #15247b;
}
.itservicemm .ifconts{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itservicemm .ifrmore a{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #15247b;
    display: inline-block;
    position: relative;
}
.itservicemm .ifrmore a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 3px;
    background-color: #15247b;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itservicemm .ifrmore a:hover:before{
    width: 30px;
}
.itservicemm .ifrmore a:hover{
    padding-left: 40px;
}
/* <=== tpservicemm ===> */

/* <=== hpdetailmm ===> */
.hpdetailmm{
    position: relative;
}
.hpdetailmm .mmdecss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.tpdetailmm{
    max-width: 570px;
    margin-left: auto;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 60px 50px 60px 70px;
}
.tpdetailmm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 90px);
    background-color: #000;
    opacity: 0.9;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 90px), 0 0);
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tpdetailmm .ificons{
    position: absolute;
    top: -40px;
    left: 70px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #15247b;
}
.tpdetailmm .ificons::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #15247b;
    border-radius: 50%;
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
    transition: all 0.2s linear;
    z-index: -1;
}
@keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.tpdetailmm .ificons img{
    max-width: 80%;
    max-height: 80%;
}
.tpdetailmm, .tpdetailmm a{
    color: #fff;
}
.tpdetailmm .iftitle{
    margin-bottom: 10px;
}
.tpdetailmm .iftitle, .tpdetailmm .iftitle h1, .tpdetailmm .iftitle h2{
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
}
.tpdetailmm .ifconts{
    font-size: 16px;
    line-height: 30px;
}
/* <=== hpdetailmm ===> */

/* <=== hpdetailhh ===> */
.hpdetailhh{
    padding: 65px 0 35px;
}
/* <=== hpdetailhh ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    padding: 50px 0 110px;
    position: relative;
    margin-bottom: -60px;
}
.slorthermm .slick-list{
    padding: 10px 0 20px;
}
.itorthermm{
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
}
.itorthermm .decss{
    padding: 20px 30px 40px;
    position: relative;
}
.itorthermm .decss::before{
    content: '';
    position: absolute;
    top: -29px;
    height: 30px;
    background-color: #fff;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    left: 0;
    clip-path: polygon(100% 30px, 100% 100%, 0% 100%, 0% 0%);
}
.itorthermm .dsicons{
    position: absolute;
    top: -50px;
    right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #15247b;
    color: #fff;
    z-index: 1;
}
.itorthermm .dsicons::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #15247b;
    border-radius: 50%;
    transition: all 0.2s linear;
    z-index: -1;
}
.itorthermm:hover .dsicons::before{
    -webkit-animation: pulse-border 2000ms linear infinite;
    animation: pulse-border 2000ms linear infinite;
}
.itorthermm .dsicons img{
    max-width: 70%;
    max-height: 60%;
}
.itorthermm .dstitle{
    margin-bottom: 10px;
}
.itorthermm .dstitle, .itorthermm .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itorthermm .dsconts{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itorthermm .dsrmore a{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #15247b;
    display: inline-block;
    position: relative;
}
.itorthermm .dsrmore a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 3px;
    background-color: #15247b;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itorthermm .dsrmore a:hover{
    padding-left: 40px;
}
.itorthermm .dsrmore a:hover::before{
    width: 30px;
}
/* <=== vhortherpg ===> */

@media all and (max-width: 1200px){

}
@media all and (min-width: 992px){
    /* <=== tpservicemm ===> */
    .itservicemm .dsinfos::before{
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .itservicemm:hover .dsinfos::before{
        left: -100px;
    }
    .itservicemm:hover .dsicon{
        top: 20px;
        left: 20px;
    }
    /* <=== tpservicemm ===> */
}
@media all and (max-width: 991px){
    /* <=== vhservicepg ===> */
    .vhservicepg{
        padding: 40px 0 20px;
    }
    /* <=== vhservicepg ===> */

    /* <=== tpservicemm ===> */
    .tpservicemm .hhgrip{
        margin: 0 -10px;
    }
    .tpservicemm .hhgrip > div{
        padding: 0 10px;
        margin-bottom: 40px;
    }
    .itservicemm .decss{
        padding: 0 10px;
        margin-top: -70px;
    }
    .itservicemm .dsgrip{
        margin: 0 -5px;
    }
    .itservicemm .dsgrip > div{
        padding: 0 5px;
    }
    .itservicemm .dsgrip .xcol{
        width: 70px;
    }
    .itservicemm .dsgrip .ycol{
        width: calc(100% - 70px);
    }
    .itservicemm .dsicon{
        width: 60px;
        height: 60px;
    }
    .itservicemm .dsinfos{
        padding: 15px 20px 30px;
    }
    .itservicemm .iftitle{
        margin-bottom: 8px;
    }
    .itservicemm .iftitle, .itservicemm .iftitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itservicemm .ifconts{
        margin-bottom: 10px;
    }
    /* <=== tpservicemm ===> */

    /* <=== hpdetailmm ===> */
    .hpdetailmm .mmdecss{
        position: static;
    }
    .hpdetailmm .mmdecss .wrapper{
        padding: 0;
    }
    .tpdetailmm{
        max-width: 100%;
        padding: 55px 20px 40px;
    }
    .tpdetailmm::before{
        background-color: #383535;
        height: calc(100% + 60px);
        clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 60px), 0 0);
    }
    .tpdetailmm .iftitle, .tpdetailmm .iftitle h1, .tpdetailmm .iftitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpdetailmm .ificons{
        left: 20px;
    }
    /* <=== hpdetailmm ===> */

    /* <=== vhortherpg ===> */
    .itorthermm .decss{
        padding: 15px 20px 35px;
    }
    .itorthermm .dstitle{
        margin-bottom: 5px;
    }
    .itorthermm .dstitle, .itorthermm .dstitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .itorthermm .dsconts{
        margin-bottom: 10px;
        max-height: 100px;
        -webkit-line-clamp: 4;
    }
    .itorthermm .dsicons{
        right: 20px;
        width: 60px;
        height: 60px;
        top: -30px;
    }
    .slorthermm .slick-list{
        padding: 0;
    }
    .slorthermm .slick-track{
        padding: 10px 0 20px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== tpservicemm ===> */
    .tpservicemm .hhgrip > div{
        width: 100%;
    }
    /* <=== tpservicemm ===> */
}