/* <=== bannerhome ===> */
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: 100vh;
    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.2);-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.2);-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.2);-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.2);-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.2);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 .slick-dots{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 10px;
}
.slbannerhh .slick-dots li{
    padding: 0 5px;
    line-height: 0;
}
.slbannerhh .slick-dots li button{
    height: 5px;
    width: 30px;
    background-color: transparent;
    border: none;
    font-size: 0;
    position: relative;
}
.slbannerhh .slick-dots li button::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-dots li button::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-dots li.slick-active button::after{
    height: 5px;
}
.slbannerhh .slick-dots li.slick-active button::before{
    height: 0;
}
/* <=== bannerhome ===> */

/* <=== abouthome ===> */
.abouthome{
    position: relative;
    padding: 90px 0 20px;
}
.abouthome .abback{
    position: absolute;
    z-index: 1;
}
.abouthome .abback.vleft{
    left: 0;
    bottom: 0;
}
.abouthome .abback.vright{
    right: 0;
    top: 30px;
}
.tpaboutha{
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.tpaboutha .hatitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpaboutha .hatitle, .tpaboutha .hatitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
.tpaboutha .haconts{
    color: #cccccc;
    font-size: 14px;
    line-height: 25px;
    max-width: 840px;
    margin: 0 auto;
}
.tpaboutha .haconts p{
    padding: 0;
}
.tpaboutha .ctview{
    margin-top: 20px;
}
.tpaboutha .ctview > div{
    display: none;
}
.tpaboutha .ctview a{
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    border-bottom: 1px solid #eb1c24;
    color: #eb1c24;
    font-family: 'Merienda', 'cursive';
}
.tpabouthb{
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.tpabouthb .hbthumb{
    position: absolute;
    right: 0;
    top: calc(50% + 60px);
    transform: translateY(-50%);
}
.tpabouthc{
    z-index: 2;
}
.tpabouthc{
    text-align: center;
}
.tpabouthc .hcthumb{
    text-align: center;
    display: inline-block;
    position: relative;
}
.tpabouthc .vvimgage{
    position: relative;
    z-index: 2;
}
.tpabouthc .vvimgage::before{
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/abkhoi.gif');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
}
.tpabouthc .hcgifkh{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    display: none;
}
.tpabouthc.hcactive .hcgifkh{
    display: block;
}
.tpabouthc .hcgifkh img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/* <=== abouthome ===> */

/* <=== spacehome ===> */
.spacehome{
    position: relative;
    padding: 70px 0 20px;
    z-index: 1;
}
.spacehome .spback{
    position: absolute;
    right: 0;
    bottom: -120px;
    max-width: 80%;
    min-width: 60%;
    z-index: -1;
    pointer-events: none;
}
.spacehome .spback img{
    width: 100%;
}
.hpspacehh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -70px;
}
.hpspacehh .hhgrip > div{
    padding: 0 70px;
    width: 50%;
}
.tpspaceha{
    padding: 30px;
    background-image: url('../images/spline.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.slspaceha .slick-prev{
    left: -70px;
}
.slspaceha .slick-next{
    right: -70px;
}
.tpspacehb{
    padding: 50px 0;
}
.tpspacehb .hbtitle {
    margin-bottom: 15px;
}
.tpspacehb .hbtitle, .tpspacehb .hbtitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
.tpspacehb .hbcont{
    max-width: 500px;
    font-size: 14px;
    line-height: 25px;
    color: #cccccc;
}
.itspaceha img{
    width: 100%;
}
/* <=== spacehome ===> */

/* <=== qualithome ===> */
.qualithome{
    padding-bottom: 20px;
}
.qualithome .qlwrap{
    padding: 0 45px;
    max-width: 1600px;
    margin: 0 auto;
}
.hpqualithh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
}
.hpqualithh .hhgrip > div{
    padding: 0 45px;
}
.hpqualithh .hhgrip .lcol{
    width: calc(50% - 45px);
}
.hpqualithh .hhgrip .rcol{
    width: calc(50% + 45px);
}
.tpqualitha{
    padding: 80px 0;
    max-width: 510px;
    margin-left: auto;
    text-align: right;
}
.tpqualitha .hatitle {
    margin-bottom: 15px;
}
.tpqualitha .hatitle, .tpqualitha .hatitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
.tpqualitha .haconts{
    font-size: 14px;
    line-height: 25px;
    color: #cccccc;
}
.tpqualithb{
    text-align: center;
}
/* <=== qualithome ===> */

/* <=== serveshome ===> */
.serveshome{
    padding-bottom: 140px;
    position: relative;
    z-index: 1;
}
.serveshome .svback{
    position: absolute;
    right: 0;
    bottom: -150px;
    max-width: 75%;
    min-width: 75%;
    z-index: -1;
    pointer-events: none;
}
.serveshome .svback img{
    width: 100%;
}
.hpserveshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.hpserveshh .hhgrip > div{
    padding: 0 35px;
}
.hpserveshh .hhgrip .lcol{
    width: calc(50% + 30px);
}
.hpserveshh .hhgrip .rcol{
    width: calc(50% - 30px);
}
.tpservesha{
    text-align: center;
}
.tpserveshb{
    padding: 80px 0;
}
.tpserveshb .hbtitle {
    margin-bottom: 15px;
}
.tpserveshb .hbtitle, .tpserveshb .hbtitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
.tpserveshb .hbconts{
    max-width: 500px;
    font-size: 14px;
    line-height: 25px;
    color: #cccccc;
}
/* <=== serveshome ===> */

/* <=== fusionhome ===> */
.fusionhome{
    position: relative;
    padding-bottom: 125px;   
}
.hpfusionhh{
    text-align: center;
}
.hpfusionhh .hhttile{
    margin-bottom: 20px;
}
.hpfusionhh .hhttile, .hpfusionhh .hhttile h2{
    font-size: 35px;
    line-height: 50px;
    font-weight: 900;
}
.hpfusionhh .hhconts{
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 25px;
    color: #cccccc;
}
/* <=== fusionhome ===> */

/* <=== menuddhome ===> */
.menuddhome{
    position: relative;
    z-index: 1;
}
.menuddhome::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 2px);
    width: 100%;
    height: 85px;
    background-image: url("../images/mnline.png");
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.menuddhome::after{
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    width: 357px;
    height: 299px;
    background-image: url('../images/fuline.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    pointer-events: none;
}
.menuddhome .mnback{
    padding: 140px 0 0;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.menuddhome .mnback::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    z-index: -1;
    pointer-events: none;
}
.menuddhome .mnback::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}
.menuddhome .mnvide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    opacity: 0.6;
    display: none;
}
.menuddhome .mnvide.mnactive{
    display: block;
}
.menuddhome .mnvide video{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    object-fit: fill;
}
.hpmenuddhh .hhtitle{
    margin-bottom: 15px;
}
.hpmenuddhh .hhtitle, .hpmenuddhh .hhtitle h2{
    font-size: 35px;
    line-height: 50px;
    font-weight: 900;
}
.hpmenuddhh .hhcapts{
    max-width: 580px;
    margin-bottom: 30px;
    color: #cccccc;
    font-size: 14px;
    line-height: 25px;
}
.tpmenuddhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tpmenuddhh .hhgrip > div{
    padding: 0 20px;
    width: 50%;
}
.tpmenuddhb{
    position: relative;
    margin-top: -80px;
    margin-left: -80px;
    width: calc(100% + 80px);
} 
.tpmenuddhb img{
    width: 100%;
}
.tpmenuddha{
    max-width: 585px;
    margin-left: auto;
    padding: 0 20px;
}
.tpmenuddha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpmenuddha .hagrip > div{
    padding: 0 10px;
    width: 50%;
}
.tpmenuddha .hamenus li{
    margin-bottom: 25px;
}
.tpmenuddha .hamenus li:last-child{
    margin-bottom: 0;
}
.tpmenuddha .hamenus li a{
    display: inline-block;
    min-width: 200px;
    font-size: 20px;
    line-height: 31px;
    font-weight: bold;
    padding: 7px 20px;
    text-align: center;
    background-image: url('../images/mnlink.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.tpmenuddha .hamenus li a:hover{
    background-size: 90% 100%;
}
/* <=== menuddhome ===> */

/* <=== systemhomne ===> */
.systemhomne{
    padding: 40px 0 80px;
    position: relative;
    z-index: 1;
}
.systemhomne::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 2px);
    width: 100%;
    height: 83px;
    background-image: url('../images/htline.png');
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.systemhomne::after{
    content: '';
    position: absolute;
    bottom: -90px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    /* background-image: url('../images/htback.png'); */
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.itlocatimm .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itlocatimm .vvgrip > div{
    padding: 0 15px;
}
.itlocatimm .vvgrip .mcol{
    width: 400px;
}
.itlocatimm .vvgrip .hcol{
    width: calc(100% - 400px);
}
.slthumbnav{
    margin-bottom: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.6);
}
.itthumbnav a{
    display: block;
    padding-top: 68.56%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slthumbfor{
    padding: 0 90px;
}
.itthumbnfor{
    cursor: pointer;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itthumbnfor::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ec1c24;
    z-index: 1;
    opacity: 0;
}
.slick-current .itthumbnfor::before{
    opacity: 1;
}
.itthumbnfor img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itlocatimm .mmdecss{
    margin-bottom: 20px;
    display: flex;
    padding: 10px;
    align-items: center;
    align-content: center;
    background-color: #222222;
    min-height: 585px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.6);
}
.itlocatimm .dsback{
    position: absolute;
    pointer-events: none;
    max-width: 107px;
    width: 100%;
}
.itlocatimm .dsback.vleft{
    left: 20px;
    top: -40px;
}
.itlocatimm .dsback.vright{
    right: 20px;
    bottom: -20px;
}
.itlocatimm .dsinfo{
    padding: 15px 20px;
    max-height: 585px;
    overflow: hidden;
    overflow-y: auto;
}
.itlocatimm .dsinfo::-webkit-scrollbar{
    width: 7px;
    background-color: #2d2d2d;
    border-radius: 25px;
}
.itlocatimm .dsinfo::-webkit-scrollbar-thumb {
    background-color: #ec1c24;
    border-radius: 25px;
}
.itlocatimm .dsinfo .ifrow{
    padding: 20px 0;
    border-bottom: 1px solid #666666;
}
.itlocatimm .dsinfo .ifrow:last-child{
    padding-bottom: 15px;
    border-bottom: none;
}
.itaddresinfo .dctitle {
    margin-bottom: 10px;
    color: #ec1c24;
}
.itaddresinfo .dctitle , .itaddresinfo .dctitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
}
.itaddresinfo .dcconts, .itaddresinfo .dcconts a{
    color: #cccccc;
}
.itaddresinfo .dcconts a:hover{
    color: #ec1c24;
}
.itaddresinfo .ctponsi{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.2px;
}
.itaddresinfo .ctinfos{
    margin-bottom: 8px;
}
.itaddresinfo .ctinfos ul{
    display: flex;
    flex-wrap: wrap;
}
.itaddresinfo .ctinfos li{
    width: calc(50% - 5px);
    margin-bottom: 5px;
    margin-right: 10px;
    padding-left: 22px;
    position: relative;
}
.itaddresinfo .ctinfos li:nth-child(even){
    margin-right: 0;
}
.itaddresinfo .ctinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
.itaddresinfo .ctinfos li.fa-clock::before{
    font-weight: 400;
}
.itaddresinfo .ctmapss{
    text-align: right;
}
.itaddresinfo .ctmapss a{
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
}
/* <=== systemhomne ===> */

/* <=== newshome ===> */
.newshome{
    padding: 30px 0 120px;
    background-image: url('../images/bgnews.png');
    background-position: top left;
    background-repeat: repeat;
    position: relative;
    z-index: 2;
}
.newshome::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 2px);
    width: 100%;
    height: 85px;
    background-image: url("../images/nnline.png");
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.itnewshh{
    padding: 30px;
    background-image: url('../images/nnback.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itnewshh .decss{
    padding: 20px 0 ;
}
.itnewshh .dsdates{
    margin-bottom: 8px;
}
.itnewshh .dstitle, .itnewshh .dstitle h3{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.itnewshh .dstitle a{
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* <=== newshome ===> */

@media all and (max-width: 1350px){
    /* <=== qualithome ===> */
    .qualithome .qlwrap{
        padding: 0 20px;
    }
    /* <=== qualithome ===> */
}
@media all and (max-width: 1200px){
    /* <=== spacehome ===> */
    .hpspacehh .hhgrip{
        margin: 0 -30px;
    }
    .hpspacehh .hhgrip > div{
        padding: 0 30px;
    }
    /* <=== spacehome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 52.106%;
    }
    .slbannerhh .slick-dots{
        bottom: 20px;
    }
    /* <=== bannerhome ===> */

    /* <=== abouthome ===> */
    .abouthome{
        padding: 45px 0 10px;
    }
    .tpaboutha .hatitle, .tpaboutha .hatitle h2{
        font-size: 28px;
        line-height: 40px;
    }
    .abouthome .abback.vleft{
        max-width: 130px;
        bottom: 20%;
    }
    .abouthome .abback.vright{
        max-width: 130px;
    }
    .tpabouthb{
        margin-bottom: 70px;
    }
    .tpabouthb .hbthumb{
        max-width: 47%;
        top: calc(50% + 10px);
    }
    .tpabouthc .hcthumb{
        max-width: 85%;
        margin: 0 auto;
    }
    /* <=== abouthome ===> */

    /* <=== spacehome ===> */
    .spacehome{
        padding: 30px 0 140px;
    }
    .hpspacehh .hhgrip > div{
        width: 100%;
    }
    .hpspacehh .hhgrip .mcol{
        margin-bottom: 25px;
    }
    .tpspaceha{
        padding: 20px;
    }
    .slspaceha .slick-arrow{
        width: 32px;
        height: 24px;
    }
    .slspaceha .slick-prev{
        background-size: 32px 24px;
        left: -35px;
    }
    .slspaceha .slick-next{
        background-size: 32px 24px;
        right: -35px;
    }
    .tpspacehb{
        padding: 0;
    }
    .tpspacehb .hbtitle{
        text-align: center;
    }
    .tpspacehb .hbtitle, .tpspacehb .hbtitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    .tpspacehb .hbcont{
        text-align: center;
    }
    .spacehome .spback{
        max-width: 100%;
        bottom: -90px;
    }
    /* <=== spacehome ===> */

    /* <=== qualithome ===> */
    .hpqualithh .hhgrip{
        flex-direction: column-reverse;
    }
    .hpqualithh .hhgrip .lcol{
        width: 100%;
    }
    .hpqualithh .hhgrip .rcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpqualitha{
        max-width: 100%;
        padding: 0;
    }
    .tpqualitha .hatitle{
        text-align: center;
    }
    .tpqualitha .hatitle, .tpqualitha .hatitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    .tpqualitha .haconts{
        text-align: center;
    }
    /* <=== qualithome ===> */

    /* <=== serveshome ===> */
    .hpserveshh .hhgrip .lcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .hpserveshh .hhgrip .rcol{
        width: 100%;
    }
    .tpserveshb{
        padding: 0;
    }
    .tpserveshb{
        text-align: center;
    }
    .tpserveshb .hbtitle, .tpserveshb .hbtitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    .serveshome .svback{
        bottom: -70px;
        max-width: 100%;
    }
    /* <=== serveshome ===> */

    /* <=== fusionhome ===> */
    .fusionhome{
        padding-bottom: 80px;
    }
    .hpfusionhh .hhttile, .hpfusionhh .hhttile h2{
        font-size: 28px;
        line-height: 35px;
    }
    .hpfusionhh .hhconts{
        margin-bottom: 20px;
    }
    /* <=== fusionhome ===> */

    /* <=== menuddhome ===> */
    .menuddhome::after{
        width: 140px;
        height: 115px;
        top: -80px;
    }
    .menuddhome .mnback{
        padding: 50px 0 0 ;
    }
    .hpmenuddhh .hhtitle{
        text-align: center;
    }
    .hpmenuddhh .hhtitle, .hpmenuddhh .hhtitle h2{
        font-size: 28px;
        line-height: 35px;
    }
    .hpmenuddhh .hhcapts{
        max-width: 100%;
        text-align: center;
    }
    .tpmenuddhh .hhgrip > div{
        width: 100%;
    }
    .tpmenuddha .hagrip{
        justify-content: center;
    }
    .tpmenuddhh .hhgrip .lcol{
        margin-bottom: 30px;
    }
    .tpmenuddhb{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .tpmenuddha{
        max-width: 100%;
    }
    .tpmenuddha .hamenus li{
        text-align: center;
    }
    /* <=== menuddhome ===> */
    
    /* <=== newshome ===> */
    .newshome{
        padding: 25px 0 80px;
    }
    .itnewshh{
        padding: 20px;
    }
    .itnewshh .decss{
        padding: 15px 0;
    }
    /* <=== newshome ===> */

    /* <=== systemhomne ===> */
    .itlocatimm .vvgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .itlocatimm .vvgrip .hcol{
        width: 100%;
    }
    .tplocatipg .pgtitle .vline{
        font-size: 20px;
        line-height: 30px;
        padding: 10px 40px;
    }
    .tplocatipg .pgconts{
        padding-top: 30px;
    }
    .itlocatimm .mmdecss{
        min-height: 260px;
    }
    .itlocatimm .dsinfo{
        max-height: 440px;
        padding: 15px 10px;
    }
    .itlocatimm .dsback{
        max-width: 70px;
    }
    .itlocatimm .dsback.vleft{
        top: -25px;
    }
    .itlocatimm .dsback.vright{
        bottom: -15px;
    }
    .slthumbfor{
        padding: 0 36px;
    }
    .slthumbfor .slick-arrow{
        width: 32px;
        height: 24px;
    }
    .slthumbfor .slick-prev{
        background-size: 32px 24px;
    }
    .slthumbfor .slick-next{
        background-size: 32px 24px;
    }
    /* <=== systemhomne ===> */

    .tpabouthb, .hpspacehh .hhgrip > div, .hpqualithh .hhgrip > div, .hpserveshh .hhgrip > div{
        transform: unset!important;
    } 
}
@media all and (max-width: 767px){
    /* <=== systemhomne ===> */
    .systemhomne::before{
        background-image: url("../images/htlinem.png");
    }
    /* <=== systemhomne ===> */

    /* <=== newshome ===> */
    .newshome::before{
        background-image: url("../images/nnlinem.png");
    }
    /* <=== newshome ===> */
    
    /* <=== menuddhome ===> */
    .menuddhome .mnvide video{
        height: 55%;
    }
    .menuddhome::before{
        background-image: url("../images/mnlinem.png");
    }
    .tpmenuddha .hamenus li a{
        min-width: 165px;
        font-size: 16px;
        line-height: 28px;
    }
    .tpmenuddha .hagrip > div{
        width: 100%;
    }
    .tpmenuddha .hamenus li{
        margin-bottom: 10px;
    }
    /* <=== menuddhome ===> */
}