/*==========BEGIN: BANNER===========*/
#banner-main{
    overflow: hidden;
}
#banner-main img {
	width:100%;
}
#banner-main .rsABlock{
    width: 100%;
    margin-top: 120px;
}
#banner-main .rsABlock .banner-content{
    max-width: 570px;
}
#banner-main .banner-content .text{
    -webkit-text-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -moz-text-shadow: 0 5px 5px rgba(0,0,0,0.2);
    text-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
#banner-main .banner-content .text1{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
}
#banner-main .banner-content .text2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 20px;
}
#banner-main .banner-content .link-detail a{
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
    padding: 7px 15px;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    position: relative;
}
#banner-main .banner-content .link-detail a:hover{
    color: #0d2a8a;
}
#banner-main .banner-content .link-detail a span{
    position: relative;
    z-index: 1;
}
#banner-main .banner-content .link-detail a:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    content: '';
    background: #ffffff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#banner-main .banner-content .link-detail a:hover:before{
    right: 0;
}
#banner-main .banner-content .link-detail a i{
    padding-left: 10px;
}
/*#banner-main .rsVideoContainer{*/
    /*background: #000000;*/
/*}*/
/*#banner-main .rsVideoContainer img.rsImg{*/
    /*opacity: 0.7;*/
/*}*/
#banner-main.rsDefault .rsPlayBtn{
    position: relative;
}
#banner-main.rsDefault .rsPlayBtnIcon {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 45px;
    line-height: 25px;
    color: #ffffff;
    top: 50%;
    left: 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%);
    text-align: center;
    /*box-shadow: 0 0 0 rgba(0,0,0,0.5);*/
    /*background-color: rgba(0,0,0,0);*/
}
/*#banner-main.rsDefault:hover .rsPlayBtn .rsPlayBtnIcon{*/
    /*background-color: rgba(0,0,0,0);*/
/*}*/
#banner-main.rsDefault:hover .rsPlayBtnIcon:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -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;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#banner-main.rsDefault:hover .rsPlayBtnIcon:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -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;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
#banner-main.rsDefault .rsArrow{
    width: 49px;
    height: 75px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #ffffff;
}

#banner-main.rsDefault.rsVideoPlaying .rsArrow{
    display: none !important;
}
#banner-main.rsDefault .rsArrow:after{
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    left: 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%);
    font-size: 34px;
    line-height: 40px;
    color: #ffffff;
}
#banner-main.rsDefault.rsHor .rsArrowLeft:after{
    content: '\f104';
}
#banner-main.rsDefault.rsHor .rsArrowRight:after{
    content: '\f105';
}
#banner-main.rsDefault .rsArrow:hover{
    background: rgba(255, 210, 0, 1);
}
#banner-main.rsDefault .rsArrowIcn{
    background: none;
}
#banner-main.rsDefault.rsHor .rsArrowRight{
    margin-top: -76px;
}
#banner-main.rsDefault.rsHor .rsArrowLeft{
    right: 0;
    left: auto;
    margin-top: 1px;
}

/*==========END: BANNER===========*/
/*==========BEGIN: ABOUT===========*/
.vnt-about{
    padding: 30px 0;
}
.vnt-about .vp-title{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0d2a8a;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.vnt-about .vp-title span{
    font-family: "Times New Roman";
    font-weight: bold;
}
.vnt-about .vp-title:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    background: #ffcc00;
    margin-left: -20px;
}
.vnt-about .vp-title h2 a{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
	color: #0d2a8a;
}
.vnt-about .vp-content.desc{
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}
.vnt-about .view_more{
    color: #ffd200;
}
.vnt-about .view_more:hover{
    color: #0d2a8a;
}
/*==========END: ABOUT===========*/
/*==========BEGIN: PROJECT===========*/
.vnt-project{
    padding: 20px 0;
    background: #fbfbfb;
}
.vnt-project .vp-title{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0d2a8a;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.vnt-project .vp-title:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    background: #ffcc00;
    margin-left: -20px;
}
.vnt-project .vp-title h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}
#slider_project{
    margin: 0 5px;
}
#slider_project .item{
    margin: 0 15px;
}
#slider_project .item .i-image{
    width: 100%;
    position: relative;
}
#slider_project .item .i-image > a::before {
	position: absolute;
    content: '';
    width:100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background: rgba(13, 42, 138, 0.5);
	opacity:0;
}
#slider_project .item .i-image img{
    width: 100%;
}
#slider_project .item:hover .i-image > a::before{
    opacity:1;
}
#slider_project .item .i-image .i-link a{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 120px;
    border: 1px solid #ffffff;
    padding: 8px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    color: #ffffff;
    margin-top: 40px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slider_project .item:hover .i-image .i-link a{
    margin-top: 0;
}
#slider_project .item .i-image .i-link a:hover{
    background: #ffffff;
    color: #0d2a8a;
}
#slider_project .item .i-title{
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
#slider_project .item .i-title a{
    font-size: 17px;
    line-height: 22px;
    display: block;
    padding: 20px 10px;
}
#slider_project .slick-arrow{
    width: 42px;
    height: 75px;
    background: rgba(0, 0, 0, 0.2);
    margin-top: -30px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    opacity: 0;
}
#slider_project:hover .slick-arrow{
    opacity: 1;
}
#slider_project .slick-arrow:hover{
    background: rgba(255, 210, 0, 1);
}
#slider_project .slick-arrow:after {
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    left: 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%);
    font-size: 34px;
    line-height: 40px;
    color: #ffffff;
}
#slider_project .slick-prev{
    left: 15px;
}
#slider_project .slick-next{
    right: 15px;
}
#slider_project .slick-prev:after{
    content: '\f104';
}
#slider_project .slick-next:after{
    content: '\f105';
}
/*==========END: PROJECT===========*/
/*==========BEGIN: PRODUCT===========*/
.vnt-product{
    padding: 20px 0;
}
.vnt-product .vp-title{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0d2a8a;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.vnt-product .vp-title:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    background: #ffcc00;
    margin-left: -20px;
}
.vnt-product .vp-title h2,
.vnt-product .vp-title h2 a{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
	color: #0d2a8a;
}
.field_work{
    margin: 0 10px;
}
.field_work .wrap-item{
    float: left;
    width: 20%;
    padding: 0 10px;
}
.field_work .item{
    position: relative;
}
.field_work .item .i-image img{
    width: 100%;
}
.field_work .item .i-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.field_work .item .i-title a{
    position: absolute;
    background: rgba(0, 56, 172, 0.2);
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-text-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-text-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.field_work .item .i-title a:hover{
    background: rgba(0, 56, 172, 0);
}
.field_work .item .i-title a .center{
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    width: 100%;
    text-align: center;
}
.field_work .item .i-title a .center span{
    display: inline-block;
}
/*==========END: PRODUCT===========*/
/*==========BEGIN: NEWS===========*/
.vnt-news{
    padding: 20px 0;
    background: #fbfbfb;
}
.vnt-news .vp-title{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0d2a8a;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.vnt-news .vp-title:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    background: #ffcc00;
    margin-left: -20px;
}
.vnt-news .vp-title h2,
.vnt-news .vp-title h2 a {
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
	color: #0d2a8a;
}
.group_news{
    margin-bottom: 20px;
}
.group_news .row_news{
    margin: 0 5px;
}
.group_news .row_news .col1{
    width: 33.333%;
    float: left;
    padding: 0 5px;
}
.group_news .row_news .col2{
    width: 66.667%;
    float: left;
    padding: 0 5px;
}
#news_feature{
    margin-bottom: 10px;
}
#news_feature .item{
    position: relative;
}
#news_feature .item .i-image{
    background: rgba(0, 56, 172, 1);;
}
#news_feature .item .i-image img{
    width: 100%;
    opacity: 0.9;
}
#news_feature .item .i-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 80px;
    font-size: 20px;
    line-height: 28px;
}
#news_feature .item .i-title a{
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 15px;
    text-transform: uppercase;
}
#news_feature .slick-arrow{
    width: 42px;
    height: 75px;
    background: rgba(0, 0, 0, 0.2);
    top: auto;
    bottom: 0;
    margin-bottom: -30px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #ffffff;
}
#news_feature .slick-arrow:hover{
     background: rgba(255, 210, 0, 1);
 }
#news_feature .slick-arrow:after {
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    left: 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%);
    font-size: 34px;
    line-height: 40px;

}
#news_feature .slick-prev{
    left: auto;
    right: 58px;
}
#news_feature .slick-next{
    right: 15px;
}
#news_feature .slick-prev:after{
    content: '\f104';
}
#news_feature .slick-next:after{
    content: '\f105';
}
.news_item .i-image{
    overflow: hidden;
}
.news_item .i-image img{
    width: 100%;
    -webkit-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news_item .i-image:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.news_item .i-desc{
    background: #ffffff;
    padding: 15px 20px;
}
.news_item .i-desc .i-title{
    font-size: 17px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
}
.news_item .i-desc .i-title a{
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
}
.news_item .i-desc .i-date{
    font-size: 16px;
    line-height: 22px;
    color: #bfbfbf;
}
/*==========END: NEWS===========*/
/*==========BEGIN: PARTNER===========*/
.vnt-partner{
    padding: 30px 0;
}
.vnt-partner .vp-title{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0d2a8a;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.vnt-partner .vp-title:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    background: #ffcc00;
    margin-left: -20px;
}
.vnt-partner .vp-title h2 a{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
	color: #0d2a8a;
}
#slider_partner .item{
    position: relative;
    height: 150px;
    margin: 0 10px;
	background:#f5f5f5;
}
#slider_partner .item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#slider_partner .item a img{
    position: absolute;
    top: 50%;
    left: 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%);
    max-width: 100%;
    max-height: 100%;
}
#slider_partner .slick-arrow{
    width: 15px;
    height: 30px;
}
#slider_partner .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 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%);
    font-family: fontawesome;
    font-size: 50px;
    line-height: 30px;
    color: #ffc000;
}
#slider_partner .slick-prev{
    left: -10px;
}
#slider_partner .slick-next{
    right: -10px;
}
#slider_partner .slick-prev:after{
    content: '\f104';
}
#slider_partner .slick-next:after{
    content: '\f105';
}
/*==========END: PARTNER===========*/
.lazyloading {
    clear: both;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.lazyloading.show {
    filter: alpha(opacity=1);
    opacity: 1;
}
.w_effect_up .effect_up{
    opacity: 0;
}
.w_effect_up.show .effect_up{
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInUp {
    0%{
        opacity: 0;
        -webkit-transform:translate3d(0, 200px, 0);
        -moz-transform:translate3d(0, 200px, 0);
        -o-transform:translate3d(0, 200px, 0);
        -ms-transform:translate3d(0, 200px, 0);
        transform:translate3d(0, 200px, 0);
    }
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadeInUp {
    0%{
        opacity: 0;
        -webkit-transform:translate3d(0, 200px, 0);
        -moz-transform:translate3d(0, 200px, 0);
        -o-transform:translate3d(0, 200px, 0);
        -ms-transform:translate3d(0, 200px, 0);
        transform:translate3d(0, 200px, 0);
    }
    50% {
        opacity: 0.3;

    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInUp {
    0%{
        opacity: 0;
        -webkit-transform:translate3d(0, 200px, 0);
        -moz-transform:translate3d(0, 200px, 0);
        -o-transform:translate3d(0, 200px, 0);
        -ms-transform:translate3d(0, 200px, 0);
        transform:translate3d(0, 200px, 0);
    }
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0%{
        opacity: 0;
        -webkit-transform:translate3d(0, 200px, 0);
        -moz-transform:translate3d(0, 200px, 0);
        -o-transform:translate3d(0, 200px, 0);
        -ms-transform:translate3d(0, 200px, 0);
        transform:translate3d(0, 200px, 0);
    }
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeinup {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}
.w_effect_zoom .effect_zoom{
    opacity: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 1.2s cubic-bezier(.175,.885,.32,1.275);
    -moz-transition: all 1.2s cubic-bezier(.175,.885,.32,1.275);
    -o-transition: all 1.2s cubic-bezier(.175,.885,.32,1.275);
    transition: all 1.2s cubic-bezier(.175,.885,.32,1.275)
}
.w_effect_zoom.show .effect_zoom{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-ms-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@media screen and (max-width: 1200px){
    .field_work .wrap-item{
        padding: 0 5px;
    }
    .field_work .item .i-title a{
        font-size: 25px;
        line-height: 35px;
    }
}
@media screen and (max-width: 1024px) {
    #banner-main .rsABlock .banner-content{
        display: none;
    }
    #banner-main .rsHidden{
        opacity: 1;
        visibility: visible;
    }
    #banner-main.rsDefault .rsArrow{
        top: auto;
        bottom: 0;
    }
    #banner-main.rsDefault.rsHor .rsArrowLeft{
        right: 43px;
    }
    #banner-main.rsDefault .rsPlayBtnIcon:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
        -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
        -o-box-shadow: 0 0 20px rgba(255,255,255,1);
        box-shadow: 0 0 20px rgba(255,255,255,1);
        -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;
        animation-name: spread-effect;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    #banner-main.rsDefault .rsPlayBtnIcon:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
        -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
        -o-box-shadow: 0 0 20px rgba(255,255,255,1);
        box-shadow: 0 0 20px rgba(255,255,255,1);
        -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;
        animation-name: spread-effect;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-delay: 1s;
    }
    .vnt-about .vp-title {
        font-size: 38px;
        line-height: 48px;
    }
    .vnt-about .vp-title h2 {
        font-size: 38px;
        line-height: 48px;
    }
    #slider_project{
        margin: 0;
    }
    .vnt-project .vp-title {
        font-size: 38px;
        line-height: 48px;
    }

    .vnt-project .vp-title h2 {
        font-size: 38px;
        line-height: 48px;
    }
    #slider_project .item .i-image .i-link{
        display: none;
    }
    .vnt-product .vp-title {
        font-size: 38px;
        line-height: 48px;
    }
    .vnt-product .vp-title h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .field_work .wrap-item{
        width: 33.333%;
        margin-bottom: 10px;
    }
    .field_work .wrap-item:nth-child(1),
    .field_work .wrap-item:nth-child(2){
        width: 50%;
    }
    .field_work .item .i-title a{
        font-size: 20px;
        line-height: 24px;
        background: transparent;
    }
    .field_work .item .i-title a .center{
        bottom: 0;
        top: auto;
        -webkit-transform:translate(0,0);
        -moz-transform:translate(0,0);
        -o-transform:translate(0,0);
        -ms-transform:translate(0,0);
        transform:translate(0,0);
        display: block;
        background: rgba(0, 56, 172, 0.6);
        padding: 12px;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
        text-align: left;
    }
    .field_work .item .i-title a:hover .center{
        background: rgba(0, 56, 172, 1);
    }
    .field_work .wrap-item:nth-child(1) .i-title a,
    .field_work .wrap-item:nth-child(2) .i-title a{
        font-size: 26px;
        line-height: 30px;
    }
    .vnt-partner .vp-title {
        font-size: 38px;
        line-height: 48px;
    }

    .vnt-partner .vp-title h2 {
        font-size: 38px;
        line-height: 48px;
    }
    #slider_partner .item{
        border: 1px solid #f5f5f5;
        margin: 0 5px;
    }
    .vnt-news{
        background: #ffffff;
        padding-bottom: 0;
    }
    .vnt-news .vp-title{
        font-size: 38px;
        line-height: 48px;
    }
    .vnt-news .vp-title h2{
        font-size: 38px;
        line-height: 48px;
    }
    .group_news .row_news .col2,
    .group_news .row_news .col1{
        width: 100%;
    }
    .news_item .i-image{
        display: none;
    }
    .news_item .i-desc{
        padding: 10px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    .news_item .i-desc .i-title{
        height: auto;
    }
    #news_feature{
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 0;
    }
    #news_feature .item .i-title{
        position: relative;
        padding-right: 100px;
        background: #ffffff;
        color: #333333;
    }
    #news_feature .item .i-title a{
        color: #333333;
        padding-left: 0;
        min-height: 96px;
    }
    #news_feature .slick-arrow{
        background: #f5f5f5;
        color: #222222;
        margin-bottom: -25px;
    }
    #news_feature .slick-next{
        right: 0;
    }
    #news_feature .slick-next{
        right: 0;
    }
    #news_feature .slick-prev{
        right: 43px;
    }
    #news_feature .slick-arrow:hover{
        color: #ffffff;
    }
    #slider_project .slick-arrow{
        opacity: 1;
    }
    #banner-main.rsDefault .rsArrow{
        width: 42px;
    }
}
@media screen and (max-width: 640px){
    .field_work .wrap-item{
        width: 50%;
    }
    .field_work .wrap-item:nth-child(1){
        width: 100%;
    }
    .field_work .wrap-item:nth-child(2) .i-title a{
        font-size: 20px;
        line-height: 24px;
    }
    #news_feature .item .i-title a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 639px){
    #banner-main.rsDefault .rsPlayBtnIcon{
        width: 60px;
        height: 60px;
    }
    #banner-main.rsDefault .rsArrow{
        height: 50px;
    }
}
@media screen and (max-width: 479px){
    .vnt-about .vp-title {
        font-size: 25px;
        line-height: 35px;
    }
    .vnt-about .vp-title h2 a {
        font-size: 25px;
        line-height: 35px;
    }
    .vnt-project .vp-title {
        font-size: 25px;
        line-height: 35px;
    }

    .vnt-project .vp-title h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .vnt-product .vp-title {
        font-size: 25px;
        line-height: 35px;
    }
    .vnt-product .vp-title h2 a {
        font-size: 25px;
        line-height: 35px;
    }
    .vnt-news .vp-title{
        font-size: 25px;
        line-height: 35px;
    }
    .vnt-news .vp-title h2 a{
        font-size: 25px;
        line-height: 35px;
    }
    .vnt-partner .vp-title {
        font-size: 25px;
        line-height: 35px;
    }

    .vnt-partner .vp-title h2 a {
        font-size: 25px;
        line-height: 35px;
    }
}
@media screen and (max-width: 415px){
    .field_work .wrap-item:nth-child(2),
    .field_work .wrap-item{
        width: 100%;
    }
    .field_work .wrap-item:nth-child(1) .i-title a{
        font-size: 20px;
        line-height: 24px;
    }
}