.gioi-thieu{
	padding:20px 0px;
}
.chinh-sach p{
	text-align:justify !important;
}
.gioi-thieu h1{
	color:#F00;
	font-size:24px;
}
.gioi-thieu h3, .gioi-thieu h4 {
	color:#F00;
	font-size:18px;
	
}
#vnt-content{
    padding-bottom: 0;
}
.lienhe a, .chatzalo a{
	color:blue;
	text-decoration:underline;
	font-weight:bold;
}
.lienhe a img, .chatzalo a img{
	width: 60% !important;
}
.info_contact{
	color:#FFF;
	background-image: url("images/bg-footer-1.jpg");
	width:100%;
	height:auto;
	float:left;
	padding:15px 0px;
	
}
.info_contact a{
	color:#FFF;
}
.info_contact h3{
	font-size:24px;
	padding-top:40px;
}
.ban-quyen{
	padding:15px 0px;
	background-color:#333;
	color:#FFF;
}

.main-title{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    color: #555555;
    margin-bottom: 20px;
}
.main-title h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}
.main-title a{
    color: #555555;
}
/*===BEGIN: ABOUT===*/
.vnt-about{
    padding: 40px 0;
}
.vnt-about .about-title{
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555555;
    margin-bottom: 15px;
}
.vnt-about .about-title h1{
    font-size: inherit;
    line-height: inherit;
}
.vnt-about .about-content{
    max-width: 1000px;
    margin: 0 auto;
}
.vnt-about .content_show_hidden{
    font-size: 15px;
    line-height: 25px;
    height: 270px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.vnt-about .content_show_hidden:after{
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 45%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255, 255, 255,0)),color-stop(45%,rgba(255, 255, 255,1)));
    background: -webkit-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 45%);
    background: -ms-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 45%);
    background: linear-gradient(to bottom,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 45%);
}
.vnt-about .content_show_hidden.active_show:after{
    background: transparent;
}
.vnt-about .button_show_hidden a{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background: #0089d0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vnt-about .button_show_hidden a:hover{
    background: #ea2f34;
}
/*===END: ABOUT===*/
/*===BEGIN: COMPANY INFO===*/
.vnt-info{
    padding: 50px 0;
    position: relative;
}
.vnt-info:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}
.vnt-info:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.vnt-info .wrapper{
    position: relative;
    z-index: 1;
}
#slider_info .item{
    padding: 10px 10px 0;
    text-align: center;
}
#slider_info .item .i-image{
    width: 200px;
    height: 200px;
   
    margin: 0 auto 10px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#slider_info .item:hover .i-image{
    margin-top: -10px;
    margin-bottom: 20px;
}
#slider_info .item .i-image a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
#slider_info .item .i-image a img{
    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%);
}
#slider_info .item .i-title{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-decoration: underline;
    color: #0089d0;
}
#slider_info .item .i-title a{
    color: #0089d0;
}
#slider_info .item:hover .i-title a{
    color: #ea2f34;
}
#slider_info .item .text-large{
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
}
#slider_info .item .i-text{
    font-size: 18px;
    line-height: 25px;
    font-weight:bold;
	color:#603a16;
}
#slider_info .slick-arrow{
    width: 22px;
    height: 40px;
    background: url("../images/main/arrow_member.png") no-repeat 0 0;
}
#slider_info .slick-prev{
    left: -30px;
}
#slider_info .slick-next{
    right: -30px;
    background-position: -22px 0;
}
/*===END: COMPANY INFO===*/
/*===BEGIN: BUSINESS SECTOR===*/
.vnt-fields{
    padding: 30px 0 20px 0;
}
#slider_fields .slick-track{
    margin: 0 auto;
}
#slider_fields .item{
    margin: 0 2px;
    padding-bottom: 30px;
    position: relative;
}
#slider_fields .item .i-image{
    overflow: hidden;
}
#slider_fields .item .i-image a{
    display: block;
    width: 100%;
    padding-top: 140.449438%;
    position: relative;
    z-index: 1;
}
#slider_fields .item .i-image a:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    -webkit-transition: all 0.5s  ease-in-out;
    -moz-transition: all 0.5s  ease-in-out;
    -o-transition: all 0.5s  ease-in-out;
    -ms-transition: all 0.5s  ease-in-out;
    transition: all 0.5s  ease-in-out;
}
#slider_fields .item:hover .i-image a:after{
    opacity: 1;
}
#slider_fields .item .i-image a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#slider_fields .item .i-title{
    position: absolute;
    bottom: 2px;
    left: 19px;
    right: 19px;
    z-index: 2;
}
#slider_fields .item .i-title a{
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 10px;
    text-align: center;
    background: rgba(255,255,255,0.9);
    text-transform: uppercase;
    -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider_fields .item:hover .i-title a{
    color: #ffffff;
    background: hsla(200, 100%, 41%, 0.9);
}
#slider_fields .slick-arrow{
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
}
#slider_fields .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%);
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}
#slider_fields .slick-prev:after{
    content: '\f104';
}
#slider_fields .slick-next:after{
    content: '\f105';
}
/*===END: BUSINESS SECTOR===*/
/*===BEGIN: PRODUCT===*/
.vnt-product{
    padding: 20px 0;
    overflow: hidden;
}
#slider_product{
    margin: 0 auto;
}
#slider_product .slick-list{
    overflow: visible;
}
#slider_product .item{
    position: relative;
}
#slider_product.slick-initialized .item,
#slider_product .item:first-child{
    display: block;
}
#slider_product .item{
    display: none;
    overflow: hidden;
    margin: 0 1px;
}
#slider_product .item:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    opacity: 1;
    visibility: visible;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slider_product .item.slick-current:after{
    opacity: 0;
    visibility: visible;
}
#slider_product .item.slick-current .i-image{
    position: relative;
    z-index: 1;
}
#slider_product .item .i-image{
    height: 480px;
}
#slider_product .item .i-image img{
    width: auto;
    height: 480px;
}
#slider_product .item .i-title{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform:translate(0,100%);
    -moz-transform:translate(0,100%);
    -o-transform:translate(0,100%);
    -ms-transform:translate(0,100%);
    transform:translate(0,100%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slider_product .item.slick-current .i-title{
    z-index: 1;
}
#slider_product .item.slick-current .i-title{
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
}
#slider_product .item .i-title a{
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.65);
    padding: 13px 20px;
}
#slider_product .slick-arrow{
    width: 15px;
    line-height: 30px;
}
#slider_product .slick-prev{
    left: 10px;
}
#slider_product .slick-next{
    right: 10px;
}
#slider_product .slick-arrow:after{
    display: block;
    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: 70px;
    line-height: 40px;
    color: #ffffff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slider_product .slick-arrow:hover:after{
    color: #0089d0;
}
#slider_product .slick-prev:after{
    content: '\f104';
}
#slider_product .slick-next:after{
    content: '\f105';
}
#slider_product .slick-dots{
    text-align: center;
    bottom: -55px;
}
#slider_product .slick-dots li{
    background: #7f7f7f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    width: 16px;
    height: 16px;
}
#slider_product .slick-dots li button{
    width: 16px;
    height: 16px;
}
#slider_product .slick-dots li:hover,
#slider_product .slick-dots li.slick-active{
    background: #ed1c24;
}
#slider_product .slick-dots li button:before{
    display: none;
}
/*===END: PRODUCT===*/
/*===BEGIN: NEWS===*/
.vnt-news{
    padding: 30px 0;
}
.feature_news{
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
}
.feature_news .i-image{
    overflow: hidden;
    margin: -1px;
    position: relative;
}
.feature_news .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.feature_news .i-image a img{
    position: absolute;
    top: 0;
    left: 0;
    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;
}
.feature_news .i-image a:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.feature_news .i-desc{
    padding: 26px 20px;
}
.feature_news .i-desc .i-title{
    font-size: 25px;
    line-height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}
.feature_news .i-desc .i-title a{
    display: block;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: normal;
}
.feature_news .i-desc .i-date{
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    color: #0089d0;
    margin-bottom: 8px;
}
.feature_news .i-desc .i-date:before{
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: '\f133';
}
.feature_news .i-desc .i-content{
    font-size: 15px;
    line-height: 25px;
    color: #555555;
    height: 150px;
    overflow: hidden;
}
.news_item{
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
}
.news_item .i-image{
    overflow: hidden;
    position: relative;
    margin: -1px;
}
.news_item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.news_item .i-image a img{
    position: absolute;
    top: 0;
    left: 0;
    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 a:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.news_item .i-desc{
    padding: 15px;
}
.news_item .i-desc .i-date{
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    color: #0089d0;
    margin-bottom: 8px;
}
.news_item .i-desc .i-date:before{
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: '\f133';
}
.news_item .i-desc .i-title{
    font-size: 15px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-transform: uppercase;
}
.news_item .i-desc .i-title a{
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}
/*===END: NEWS===*/
/*===BEGIN: VIDEO===*/
.parallax-background{
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-background.isMobile{
    background-attachment: scroll;
}
.vnt-video{
    position: relative;
    min-height: 400px;
    padding: 70px 0;
    text-align:center;
    color: #ffffff;
}
.vnt-dichvu{
	background:url(../images/123.jpg) repeat;
    position: relative;
    min-height: 100px;
	padding-top:50px;
    text-align:left;
    color:#603a16;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
}
.dichvu{
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
}
.vnt-video:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.2);
}
.vnt-video .wrapper{
    position: relative;
    z-index: 1;
}
.vnt-video .video_title{
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.vnt-video .video_title h3{
    font-size: inherit;
    line-height: inherit;
}
.vnt-video .video_content{
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    font-style: italic;
}
.vnt-video .link-video{
    margin: 20px 0;
}
.vnt-video .link-video a.popupvideo{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.6);
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    padding: 14px 0;
    position: relative;
}
.vnt-video .link-video a.popupvideo .fa{
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    margin-left: 5px;
}
.vnt-video:hover .link-video a.popupvideo: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;
}
.vnt-video:hover .link-video a.popupvideo: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;
}
/*===END: VIDEO===*/
/*===BEGIN: MEMBER===*/
.vnt-member{
    margin-bottom: 30px;
}
.vnt-member .member_title{
    background: #f5f5f5;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    color: #555555;
    font-weight: bold;
    text-transform: uppercase;
}
.vnt-member .member_title h2{
    font-size: inherit;
    line-height: inherit;
}
.vnt-member .member_title a{
    color: #555555;
}
.vnt-member .member_content{
    padding: 30px 0;
}
#slider-member{
    position: relative;
}
#slider-member:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    content: '';
    background: #ffffff;
}
#slider-member .item{
    padding: 0 15px;
    border-right: 1px solid rgba(0,0,0,0.07);
}
#slider-member .item .i-img{
    overflow: hidden;
    margin-bottom: 10px;
}
#slider-member .item .i-img a{
    display: block;
    position: relative;
    padding-top: 68.75%;
}
#slider-member .item .i-img a img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    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%);
}
#slider-member .item .i-title{
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}
#slider-member .slick-arrow{
    width: 22px;
    height: 40px;
    background: url("../images/main/arrow_member.png") no-repeat 0 0;
}
#slider-member .slick-prev{
    left: -30px;
}
#slider-member .slick-next{
    right: -30px;
    background-position: -22px 0;
}
/*===END: MEMBER===*/
@-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;
    }
}
.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;
}
.loadLeft{
    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;
    -webkit-transform:translate(-50px,0);
    -moz-transform:translate(-50px,0);
    -o-transform:translate(-50px,0);
    -ms-transform:translate(-50px,0);
    transform:translate(-50px,0);
}
.loadLeft.show{
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
}
.loadRight{
    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;
    -webkit-transform:translate(50px,0);
    -moz-transform:translate(50px,0);
    -o-transform:translate(50px,0);
    -ms-transform:translate(50px,0);
    transform:translate(50px,0);
}
.loadRight.show{
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
}
.loadBottom{
    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;
    -webkit-transform:translate(0,100px);
    -moz-transform:translate(0,100px);
    -o-transform:translate(0,100px);
    -ms-transform:translate(0,100px);
    transform:translate(0,100px);
}
.loadBottom.show{
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
}

.w_effect_up .effect_up{
    opacity: 0;
}
.w_effect_up.show .effect_up{
    -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;
    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{
    position: relative;
    filter: alpha(opacity=0);
    opacity: 0;
}
.w_effect_zoom.show .effect_zoom{
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
    -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 zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@-moz-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-moz-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}


@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@media screen and (max-width: 1230px){
    #slider-member .slick-prev{
        left: -12px;
    }
    #slider-member .slick-next{
        right: -12px;
    }
    #slider_info .slick-prev{
        left: -12px;
    }
    #slider_info .slick-next{
        right: -12px;
    }
}
@media screen and (max-width: 991px){
    #slider_product{
        margin: 0 -15px;
    }
    #slider_product .slick-list{
        overflow: hidden;
    }
    #slider_product .slick-prev{
        left: 15px;
    }
    #slider_product .slick-next{
        right: 15px;
    }
    #slider_product .item .i-image{
        height: auto;
    }
    #slider_product .item .i-image img{
        width: 100%;
        height: auto;
    }
    .feature_news .i-desc .i-content{
        height: auto;
        max-height: 150px;
    }
    .main-title,
    .main-title h2{
        font-size: 35px;
        line-height: 45px;
    }
    .feature_news .i-desc .i-title a {
        white-space: normal;
    }
    .feature_news{
        margin-bottom: 20px;
    }
    .news_item{
        margin-bottom: 20px;
    }
    .vnt-video{
        min-height: 0;
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px){
    #slider_product .item .i-title{
        position: relative;
    }
    #slider_product .item .i-title a{
        font-size: 16px;
        line-height: 25px;
        padding: 10px 20px;
    }
    .news_item:after{
        display: block;
        content: '';
        clear: both;
    }
    .news_item .i-image{
        width: 180px;
        float: left;
    }
    .news_item .i-desc{
        padding: 10px 15px 10px 195px;
    }
    .news_item .i-desc .i-date{
        margin-bottom: 3px;
    }
    .vnt-video .video_title{
        font-size: 50px;
        line-height: 60px;
    }
    .vnt-video .video_content{
        font-size: 22px;
        line-height: 32px;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    }
}
@media screen and (max-width: 415px){
    #slider-member .item{
        padding: 0 5px;
    }
    #slider-member .item .i-title{
        font-size: 13px;
        line-height: 25px;
    }
    .news_item .i-image{
        width: auto;
        float: none;
    }
    .news_item .i-desc{
        padding: 10px 15px;
    }
    .news_item .i-desc .i-date{
        margin-bottom: 8px;
    }
    .vnt-video .video_title,
    .vnt-video .video_content{
        display: none !important;
    }
}