.ModuleImageTextGiantContent {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 12.5000%;
    padding-left: 4%;
    padding-right: 0%;
    padding-bottom: 24.3056%;
}
.ModuleImageTextGiantContentMobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.module-title {
    font-size: 48px; 
    color: rgb(255, 255, 255); 
    line-height: 150%;
}
.module-subtitle {
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    line-height: 150%;
}
.module-info {
    font-size: 18px; 
    color: rgb(255, 255, 255); 
    line-height: 150%;
}
.module-line {
    color: rgb(255, 255, 255); 
    font-size: 14px; 
    line-height: 150%;
}

.indexstats {
    display: flex;
    margin-top: -7.8%;
    position: relative;
    z-index: 9;
}
.indexstats .statsitem {
    padding-top: 1%;
    padding-left: 5%;
    padding-right: 0.0000%;
    padding-bottom: 1%;
    background: #fff;
}
.indexstats .statsitem p {
    color: #888;
}
.indexstats .statsitem p:nth-child(1) {
    color: #333;
}
.indexstats .statsitem p:nth-child(1) span {
   font-size: 28px;
}
.indexstats .statsitem:nth-last-child(2){
    padding-right: 5%;
}
.indexstats .statsitem:nth-last-child(1){
    padding-right: 5%;
    background: #124AD8;
    color: #fff;
}
.indexstats .statsitem:nth-last-child(1) p , .indexstats .statsitem:nth-last-child(1) span {
    color:#fff;
}
.box-about-new .title {
    padding-left:20%;
}
.box-about-new .text {
    padding-left:50%;text-align: left;
}
.box-about-new .more {
    padding-left:15%
}


.slickteam img {width: 100%}


.video-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background: none;
}

.video-arrow:before{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 130px;
    display: inline-block;
    width: 34px;
    padding-left: 8px;
    height: 130px;
    content: '\e601';
    background-color: rgba(0, 91, 172, .8);
}

.video-arrow#next-video {
    right: 0;
    left: auto;
}
.video-arrow#next-video:before {
    content: '\e827';
}


.box-about {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-Attachment: scroll;
    padding: 160px 0;
}
.m-player .mplayer-footer .progress {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.box-news .item .pic img {
    position: unset;
}
.box-news .item .img-box {
    position: unset;
    height: auto;
    padding:0;
}
.foot {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    align-items: center;
}
.foot .foot-content {
    text-align: right;
}
.foot .foot-content a {
    display: inline-block;
    padding: 10px 16px;
}
.foot-logo img {
    height: 100px;
    width: 83px;
}
.solution {
    position: relative;
}

@media (max-width: 767px) {
    .video-arrow:before {
        line-height: 80px;
        width: 24px;
        height: 80px;
    }
    .ModuleImageTextGiantContent {
        display: none;
    }
    .ModuleImageTextGiantContentMobile {
        display: block;
        color: #fff;
        padding-left: 22%;
        width: 80%;
        padding-top: 10%;
        font-size: 20px;
    }
    .module-title {
        font-size: 20px; 
        color: rgb(255, 255, 255); 
        line-height: 150%;
        padding-left: 20%;
    }
    .indexstats .statsitem p:nth-child(1) span {
        font-size: 20px;
    }
    .indexstats {
        flex-wrap: wrap;
    }
    .indexstats .statsitem {
        width: 50%;
    }
    .indexstats .statsitem:nth-last-child(1) {
        width: 100%;
    }
    .header {
        height: 60px;
    }
    .stuck {
        height: 60px !important;
    }
    .stuck .find {
        line-height: 60px;
    }
    .box-about-new .title, .box-about-new .text, .box-about-new .more {
        padding-left:0;
    }
    .box-about {
        padding: 50px 0;
        background-position:0 0;
    }
    .foot-logo {
        display: none;
    }
    .foot .foot-content {
        text-align: center;
    }
}