
    #vnt-banner.slick-initialized .item, #vnt-banner .item:first-child{
        display: block;
    }
    #vnt-banner .item{
        display: none;
    }
    #vnt-banner{
        position: relative;
    }
    #vnt-banner .item .i-img{
        overflow: hidden;
    }
    #vnt-banner .item .i-img img{
        width: 100%;
    }
    #vnt-banner .item .i-desc{
        position: absolute;
        bottom: 110px;
        left: 0;
        right: 0;
        z-index: 2;
        pointer-events: none;

    }
    #vnt-banner .item .i-desc .i-1{
        display: inline-block;
        font-family:Open Sans Condensed;font-size:36px;
        line-height: 40px;
        background: rgba(15, 50, 82, .8);
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 20px;
    }
    #vnt-banner .item .i-desc .i-2{
        display: inline-block;
        font-family:Open Sans Condensed;font-size:36px;
        line-height: 30px;
        color: #333;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 20px;
        background: rgba(255, 255, 255, .8);
    }
    #vnt-banner .item .i-desc .animate_1{
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        position: relative;
    }
    #vnt-banner.active .item.slick-current .i-desc .animate_1{
        opacity: 1;
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    #vnt-banner .item .i-desc .animate_2{
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    #vnt-banner.active .item.slick-current .i-desc .animate_2{
        opacity: 1;
        -webkit-transition-delay: 1.3s;
        -moz-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    
    #vnt-banner .slick-arrow {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: rgba(15, 50, 82, .8);
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: block;
    }
    #vnt-banner .slick-arrow:hover{
        background: #e83033;
    }
    #vnt-banner .slick-arrow:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 16px;
        color: #fff;
        font-family: fontAwesome;
    }
    #vnt-banner .slick-next:after {
        content: '\f105';
    }
    #vnt-banner .slick-prev:after {
        content: '\f104';
    }
    #vnt-banner .slick-next {
        right: 20px;
    }
    #vnt-banner .slick-prev {
        left: 20px;
    }
    #vnt-banner .slick-dots{
        bottom: 20px;
        text-align: center;
    }
     #vnt-banner .slick-dots li{
        display: inline-block;
        margin: 0 5px;
        width: 8px;
        height: 8px;
    }
    #vnt-banner .slick-dots li button{
        background: transparent;
        border: 2px solid #fff;
        padding:0;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        position: relative;
        z-index: 3;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    #vnt-banner .slick-dots li.slick-active button{
        background: #fff;
    }
    #vnt-banner .slick-dots li button:before{
        display: none;
    }
    .vnt-banner{
        margin-bottom: 45px;
        position: relative;
    }

/******************************************************************/
    .titleMain{
        font-size: 40px;
        line-height: 50px;
        color: #333;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 45px;
        padding-bottom: 15px;
        position: relative;
    }
    .titleMain:after{
        content: '';
        position: absolute;
        background: #0f3252;
        width: 75px;
        height: 3px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .viewAll{
        text-align: center;
    }
    .viewAll a{
        width: 180px;
        height: 45px;
        text-align: center;
        font-size: 14px;
        line-height: 45px;
        color: #fff;
        background: #0f3252;
        font-weight: 400;
        display: inline-block;
        border-radius: 5px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .viewAll a:hover{
        background: #e83033;
        color: #fff;
    }
    .viewAll a span{
        display: inline-block;
        position: relative;
        padding-right: 25px;
    }
    .viewAll a span:after{
        content: '\f105';
        font-family: fontAwesome;
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    /******************************************************************/
    .vnt-about{
        margin-bottom: 50px;
    }
    .vnt-about .box_text{
        margin-bottom: 170px;
        text-align: center;
    }
    .vnt-about .box_text .text1{
        font-size: 24px;
        line-height: 34px;
        color: #666666;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .vnt-about .box_text .text2{
        font-size: 45px;
        line-height: 55px;
        color: #e83033;
        text-transform: uppercase;
        margin-bottom: 25px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 700;
    }
    .vnt-about .box_text .text2:after{
        content: '';
        width: 75px;
        height: 3px;
        background: #0f3252;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .vnt-about .box_text .text3{
        max-width: 810px;
        margin: 0 auto 25px;
        font-size: 15px;
        line-height: 23px;
        color: #666666;
        font-weight: 400;
    }
    .vnt-about .box_img .i-img{
        height: 201px;
        background-size: cover;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .vnt-about .box_img .i-img:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
    }
    .vnt-about .box_img .wrapper{
        position: relative;
        z-index: 2;
    }
    .slide_number{
        position: relative;
        top: -50px;
        text-align: center;
    }
    .slide_number .gird_number{
        margin: 0 -40px;
        display: inline-block;
    }
    .slide_number .gird_number:after{
        content: '';
        display: block;
        clear: both;
    }
    .slide_number .item{
        float: left;
        padding: 0 40px;
        text-align: center;
    }
    .slide_number .big{
        width: 235px;
        height: 235px;
        display: inline-block;
        border-radius: 100%;
        text-align: center;
        background: #e83033;
        position: relative;
        top: -50px;
    }
    .slide_number .big:after{
        content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        top:50%;
        -webkit-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        width: 100%;
        height: 100%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -o-border-radius:50%;
        -ms-border-radius:50%;
        border-radius:50%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0 0 20px #bbb;
        -moz-box-shadow: 0 0 20px #bbb;
        -o-box-shadow: 0 0 20px #bbb;
        box-shadow: 0 0 20px #bbb;
        animation-name: spread-effect;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }
    .slide_number .big .i-box{
        position: absolute;
        left: 20px;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slide_number .big .i-box .img{
        text-align: center;
        margin-bottom: 15px;
    }
    .slide_number .big .i-box .img img{
        display: inline-block;
    }
    .slide_number .big .i-box .text{
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }
    .slide_number .small{
        display: inline-block;
    }
    .slide_number .small .i-icon{ 
        width: 125px;
        height: 125px;
        border-radius: 100%;
        background: #0f3252;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
    }
    .slide_number .small .i-icon:after{
        content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        top:50%;
        -webkit-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        width: 100%;
        height: 100%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -o-border-radius:50%;
        -ms-border-radius:50%;
        border-radius:50%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0 0 20px #bbb;
        -moz-box-shadow: 0 0 20px #bbb;
        -o-box-shadow: 0 0 20px #bbb;
        box-shadow: 0 0 20px #bbb;
        animation-name: spread-effect;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }
    .slide_number .small .i-icon i{
        font-size: 45px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slide_number .small .i-title {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 5px;
        text-align: center;
    }
    .slide_number .small .i-number{
        font-size: 35px;
        line-height: 40px;
        color: #fff;
        font-weight: 700;
        text-align: center;
    }
    /******************************************************************/
    .vnt-product{
        margin-bottom: 80px;
    }
    .vnt-product .gird_item .wrap_item{
        background: #f5f5f5;
        margin-bottom: 40px;
    }
    .vnt-product .gird_item .wrap_item .fr{
        width: 48%;
    }
    .vnt-product .gird_item .wrap_item:nth-child(even) .fr{
        float: left;
    }
    .vnt-product .gird_item .wrap_item .fr .i-img{
        padding-top: 66.67%;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    .vnt-product .gird_item .wrap_item .fr .i-img img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    }
    .vnt-product .gird_item .wrap_item .fr .i-img:hover img{
        -webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
    }
    .vnt-product .gird_item .wrap_item .fl{
        width: 52%;
        padding: 65px 60px;
    }
    .vnt-product .gird_item .wrap_item .fl .i-title h3 a{
        display: block;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .vnt-product .gird_item .wrap_item .fl .i-title h3 a:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #0f3252;
    }
    .vnt-product .gird_item .wrap_item .fl .i-title h3 a:hover{
        color: #e83033;
    }
    .vnt-product .gird_item .wrap_item .fl .i-content{
        font-size: 15px;
        line-height: 22px;
        color: #555555;
        height: 66px;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .vnt-product .gird_item .wrap_item .fl .viewAll{
        text-align: left;
    }
    /******************************************************************/
    .vnt-service{
        min-height: 460px;
        background-size: cover;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 90px 0;
        margin-bottom: 55px;
    }
    .vnt-service:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .6);
    }
    .vnt-service .wrapper{
        position: relative;
        z-index: 2;
    }
    .vnt-service .titleMain{
        color: #fff;
        margin-bottom: 25px;
    }
    .vnt-service .titleMain:after{
        background: #fff;
    }
    .vnt-service .boxtext{
        text-align: center;
    }
    .vnt-service .boxtext p{
        padding: 0;
        max-width: 680px;
        margin: 0 auto 35px;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }
    /******************************************************************/
    .vnt-project{
        margin-bottom: 55px;
    }
    .vnt-project .slide_project{
        margin-bottom: 50px;
    }
    .slide_project .wrap_item{
        border-radius: 10px;
    }
    .slide_project .wrap_item .i-img{
        padding-top: 66.75%;
        position: relative;
        overflow: hidden;
    }
    .slide_project .wrap_item .i-img img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    }
    .slide_project .wrap_item:hover .i-img img{
        -webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
    }
    .slide_project .wrap_item .i-title{
        padding: 15px 0;
        background: #f5f5f5;
        text-align: center;
        display: block;
        border-radius: 0 0 10px 10px;
        border-bottom: 3px solid #bbbbbb;
    }
    .slide_project .wrap_item .i-title h3 a{
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        color: #333333;
        font-weight: 700;
        display: block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .slide_project .wrap_item:hover .i-title h3 a{
        color: #e83033;
    }
    .slide_project .slick-list{
        margin: 0 -15px;
    }
    .slide_project .slick-list .item{
        padding: 0 15px;
    }
    .slide_project .slick-arrow {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: rgba(15, 50, 82, .8);
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: block;
    }
    .slide_project .slick-arrow:hover{
        background: #e83033;
    }
    .slide_project .slick-arrow:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 16px;
        color: #fff;
        font-family: fontAwesome;
    }
    .slide_project .slick-next:after {
        content: '\f105';
    }
    .slide_project .slick-prev:after {
        content: '\f104';
    }
    .slide_project .slick-next {
        right: -60px;
    }
    .slide_project .slick-prev {
        left: -60px;
    }
    /******************************************************************/
    .vnt-news{
        padding: 50px 0;
        background: #f5f5f5;
    }
    .vnt-news .boxRow{
        margin-bottom: 45px;
    }
    .slide_news{

    }
    .slide_news .wrap_item .i-img{
        position: relative;
        overflow: hidden;
        padding-top: 66.667%;
        border-radius: 5px;
    }
    .slide_news .wrap_item .i-img img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    }
    .slide_news .wrap_item:hover .i-img img{
        -webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
    }
    .slide_news .wrap_item .i-img .cap{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        padding: 15px;
    }
    .slide_news .wrap_item .i-img .cap h2{
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .i-date{
        font-size: 12px;
        line-height: 20px;
        color: #fff;
    }
    .i-date span{
        display: inline-block;
        position: relative;
        padding-left: 20px;
    }
    .i-date span:after{
        content: '\f133';
        font-family: fontAwesome;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slide_news .slick-dots{
        bottom: 20px;
        right: 15px;
        text-align: right;
    }
     .slide_news .slick-dots li{
        display: inline-block;
        margin: 0 5px;
        width: 8px;
        height: 8px;
    }
    .slide_news .slick-dots li button{
        background: transparent;
        border: 2px solid #fff;
        padding:0;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        position: relative;
        z-index: 3;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .slide_news .slick-dots li.slick-active button{
        background: #fff;
    }
    .slide_news .slick-dots li button:before{
        display: none;
    }
    .wrapNews{
        margin-bottom: 15px;
        background: #fff;
        border-radius: 0 5px 5px 0;
    }
    .wrapNews .i-img{
        float: left;
        width: 48%;
    }
    .wrapNews .i-img a{
        display: block;
        position: relative;
        overflow: hidden;
        padding-top: 66.667%;
        border-radius: 5px;
    }
    .wrapNews .i-img a img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    }
    .wrapNews .i-img:hover a img{
        -webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
    }
    .wrapNews .i-desc{
        float: left;
        width: 52%;
        padding: 10px 20px;
    }
    .wrapNews .i-desc .i-title h3 a{
        display: block;
        font-size: 15px;
        line-height: 22px;
        color: #333;
        text-transform: uppercase;
        height: 44px;
        font-weight: 400;
        margin-bottom: 15px;
        overflow: hidden;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .wrapNews .i-desc .i-title h3 a:hover{
        color: #e83033;
    }
    .wrapNews .i-desc .i-date{
        border-radius: 5px;
        padding: 5px 10px;
        background: #0f3252;
        display: inline-block;
        margin-bottom: 15px;
    }
    .wrapNews .i-desc .i-content{
        color: #666666;
        font-size: 13px;
        line-height: 20px;
        overflow: hidden;
        height: 40px;
    }
    /******************************************************************/
    .vnt-partner{
        margin: 50px 0;
    }
    .vnt-partner .title{
        text-align: center;
        position: relative;
        margin-bottom: 25px;
    }
    .vnt-partner .title:after{
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border: 1px solid #0f3252;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .vnt-partner .title h2{
        display: inline-block;
        padding: 0 18px;
        font-size: 24px;
        line-height: 34px;
        background: #fff;
        z-index: 2;
        position: relative;
        text-transform: uppercase;
        color: #333;
        font-weight: 600;
    }
    .slide_partner{

    }
    .slide_partner .i-image{
        padding-top: 61.76%;
        position: relative;
        overflow: hidden;
        border: 2px solid #ddd;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .slide_partner .item.slick-current .i-image,.slide_partner .item:hover .i-image{
        border-color: #e83033;
    }
    .slide_partner .i-image img{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .slide_partner .slick-list{
        margin: 0 -15px;
    }
    .slide_partner .slick-list .item{
        padding: 0 15px;
    }
   .slide_partner .slick-arrow {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: block;
    }
    .slide_partner .slick-arrow:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #acacac;
        font-size: 30px;
        font-weight: 600;
        font-family: fontAwesome;
    }
    .slide_partner .slick-arrow:hover:after{
        color: #e83033;
    }
    .slide_partner .slick-next:after {
        content: '\f105';
    }
    .slide_partner .slick-prev:after {
        content: '\f104';    
    }
    .slide_partner .slick-next {
        right: -50px;
    }
    .slide_partner .slick-prev {
        left: -50px;
    }
    /********************************* reponsive *********************************/
    @media screen and (max-width: 1300px){
        .slide_project .slick-prev,.slide_partner .slick-prev{
            left: -10px;
        }
        .slide_project .slick-next,.slide_partner .slick-next{
            right: -10px;
        }
        .slide_partner{
            padding: 0 20px;
        }
    }

    @media screen and (max-width: 1200px){
        .slide_number .gird_number{
            margin: 0 -15px;
        }
        .slide_number .gird_number .item{
            padding: 0 15px;
        }
    }

    @media screen and (max-width: 1024px){
        #vnt-banner .item .i-desc{
		    bottom:20px;	      
            display:block;
        }
		 #vnt-banner .item .i-desc .i-1{font-size:20px;}
		 #vnt-banner .item .i-desc .i-2{font-size:20px;}
        .vnt-banner{
            margin-bottom: 30px;
        }
        .titleMain{
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 25px;
        }
        /**********************************/
        .vnt-product .gird_item .wrap_item .fl{
            padding: 40px 60px;
        }
    }

    @media screen and (max-width: 991px){
        .vnt-about{
            margin-bottom: 30px;
        }
        .vnt-about .box_text .text1{
            font-size: 16px;
            line-height: 24px;
        }
        .vnt-about .box_text .text2{
            font-size: 25px;
            line-height: 35px;
        }
        .vnt-about .box_img .i-img{
            height: 750px;
            padding: 30px 0;
        }
        .slide_number .item{
            width: 50%;
        }
        .slide_number .item:nth-child(3){
            width: 100%;
        }
        .slide_number .big,
        .slide_number{
            top: 0;
        }
        /**********************************/
        .vnt-product{
            margin-bottom: 30px;
        }
        .vnt-product .gird_item .wrap_item .fr{
            width: 100%;
            float: none;
        }
        .vnt-product .gird_item .wrap_item .fl{
            width: 100%;
            padding: 30px 20px;
        }
        .vnt-product .gird_item .wrap_item .fl .i-title h3 a{
            font-size: 20px;
            line-height: 30px;
        }
        /*********************************/
        .vnt-service{
            margin-bottom: 30px;
            min-height: 400px;
        }
        /***********************/
        .vnt-project{
            margin-bottom: 30px;
        }
        .vnt-project .slide_project{
            margin-bottom: 30px;
        }
        /*********************************/
        .slide_news{
            margin-bottom: 15px;
        }
        .wrapNews .i-desc .i-content{
            display: none;
        }
        .wrapNews .i-desc .i-title h3 a{
            font-size: 13px;
            line-height: 20px;
            height: 40px;
            margin-bottom: 8px;
        }
        .wrapNews .i-desc .i-date{
            margin-bottom: 0;
        }
        .vnt-news .boxRow{
            margin-bottom: 25px;
        }
        .vnt-news{
            padding: 30px 0;
        }
        /**************************/
        .vnt-partner{
            margin: 0;
            padding: 25px 0 50px;
        }
        .vnt-partner .title:after{
            display: none;
        }
        .vnt-partner .title h2{
            padding: 0;
            font-size: 20px;
            line-height: 30px;
        }
        .slide_partner .slick-list{
            margin: 0 -10px;
        }
        .slide_partner .slick-list .item{
            padding: 0 10px;
        }
    }

    @media screen and (max-width: 870px){
       
    }

    
    @media screen and (max-width: 379px){
        
    }