#vnt-footer{
    padding-top: 0;
    background: none;
}
/*---===BEGIN: BANNER===---*/

/*---===END: BANNER===---*/
/*---===BEGIN: ABOUT===---*/
.vnt-about{
    position: relative;
    padding: 40px 0 100px 0;
    overflow: hidden;
    background-color: #f5f5f5;
}
.vnt-about .va-title{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'UTMAvo';
    margin-bottom: 50px;
}
.vnt-about .va-title h2{
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    font-weight: 400;
}
.vnt-about .va-title h2::before, .vnt-about .va-title h2::after{
    content: '';
    width: 100px;
    height: 1px;
    background-color: #e52126;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.vnt-about .va-title h2::before{
    left: -150px;
}
.vnt-about .va-title h2::after{
    right: -150px;
}
.vnt-about .wrapper{
    position: relative;
    z-index: 1;
}
.vnt-about .wrap_video{
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.vnt-about .wv_left{
    width: 50%;
    float: left;
}
.vnt-about .wv_right{
    width: 50%;
    float: right;
    padding: 20px 30px;
}
.style_about{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding-left: 60px;
}
.style_about:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 44px;
    height: 27px;
    background: url("../images/about-arrow.png") no-repeat 0 0;
}
.more_about a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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;
}
.more_about a:hover{
    background: #fff;
}
.more_about a:after{
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 10px;
}
.img_video{
    overflow: hidden;
    position: relative;
}
.img_video a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
/* .img_video a:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} */
.img_video:hover a:before{
    opacity: 1;
}
.img_video a .icon_video{
    z-index: 1;
    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;
    background: url(../images/next.png) no-repeat center center;
    border: 2px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 0 rgba(0,0,0,0.5);
}
.img_video:hover a .icon_video{
    box-shadow: 0 0 20px rgba(255,255,255,0.8);
}
.img_video:hover a .icon_video: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;
}
.img_video:hover a .icon_video: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;
}
#loadVideo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 2;
    display: none;
}
#loadVideo.active{
    display: block;
}
#loadVideo .detail_video{
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
@-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;
    }
}
/*---===END: ABOUT===---*/
/*---===BEGIN: PRODUCT===---*/
.vnt-product{
    padding-top: 30px;
}
.vnt-product .vp_title{
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'UTMAvo';
}
.vnt-product .vp_title h2{
    font-size: inherit;
    line-height: inherit;
}
.grid_product{
    margin: 0 -15px;
}
.grid_product .wrap_item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
}
.grid_product .wrap_item .item{
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
}

.grid_product .wrap_item .item::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #e52126;
    border-bottom: solid 1px #e52126;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.grid_product .wrap_item .item::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #e52126;
    border-right: solid 1px #e52126;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.grid_product .wrap_item .item:hover::after{
    top: 0;
    bottom: 0;
}
.grid_product .wrap_item .item:hover::before{
    left: 0;
    right: 0;
}
.grid_product .wrap_item .item .i-image{
    overflow: hidden;
}
.grid_product .wrap_item .item .i-image img{
    width: 100%;
    -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);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid_product .wrap_item .item:hover .i-image img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.grid_product .wrap_item .item .i-desc{
    padding: 15px 0;
    border-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid_product .wrap_item .item .i-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    height: 44px;
    overflow: hidden
}
.grid_product .wrap_item .item .i-title a{
    font-size: 14px;
    line-height: 22px;
}
.grid_product .wrap_item .item .i-price{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.grid_product .wrap_item .item .i-order{
    text-align: center;
} 
.grid_product .wrap_item .item .i-price .promotion{
    color: #d81c0a;
    padding-right: 10px;
}
.grid_product .wrap_item .item .i-price .regular{
    color: #888888;
    text-decoration: line-through;
}

.grid_product .wrap_item .item .i-order a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    color: #ffffff;
}
.grid_product .wrap_item .item .i-order .btn_dh{
    padding: 10px 15px 10px 50px;
}
.grid_product .wrap_item .item .i-order a:first-child{
    margin-right: 5px;
    margin-bottom: 10px;
}
.grid_product .wrap_item .item .i-order .btn_view{
    padding: 10px 15px;
}
.grid_product .wrap_item .item .i-order .btn_view:hover{
    background-color: #fff;
    color: #2a56c2;
}
.grid_product .wrap_item .item .i-order a span{
    position: relative;
}
.grid_product .wrap_item .item .i-order .btn_dh:before{
    position: absolute;
    top: 0;
    left: 0;
    right: -webkit-calc(100% - 40px);
    right: -moz-calc(100% - 40px);
    right: calc(100% - 40px);
    bottom: 0;
    content: '';
    background: #cc0d12;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grid_product .wrap_item .item .i-order a:hover:before{
    right: 0;
}
.grid_product .wrap_item .item .i-order .btn_dh:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: '\f291';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    line-height: 20px;
    background: #cc0d12;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-family: FontAwesome;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.all_prod a{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #e52126;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #e52126;
}
.all_prod a:hover{
    color: #ffffff;
    background: #e52126;
    color: #fff;
}
.all_prod a:after{
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 10px;
}
/*---===END: PRODUCT===---*/
/*---===BEGIN: NEWS===---*/
.vnt-news{
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}
.vnt-news .mask_news{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
}
.vnt-news .wrapper{
    position: relative;
    z-index: 2;
}
.vnt-news .vn_title{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'UTMAvo';
    margin-bottom: 20px;
}
.vnt-news .vn_title h2{
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    font-weight: 400;
}
.vnt-news .vn_title h2::before, .vnt-news .vn_title h2::after{
    content: '';
    width: 100px;
    height: 1px;
    background-color: #e52126;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.vnt-news .vn_title h2::after{
    right: -150px;
}
.vnt-news .vn_title h2::before{
    left: -150px;
}
.cat_news{
    text-align: center;
    margin-bottom: 20px;
}
.cat_news ul li{
    display: inline-block;
    padding: 15px 28px;
    position: relative;
}

.cat_news ul li:after{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    bottom: 0;
    border-left: 1px solid #ddd;
}
.cat_news ul li:last-child:after{
    display: none;
}
.cat_news ul li a{
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.cat_news ul li a:hover,
.cat_news ul li.current a{
    border-bottom: 3px solid #e52126;
}
#slider_news{
    margin: 0 -15px;
}
#slider_news .item{
    margin: 0 15px;
}
#slider_news .item .i-image{
    overflow: hidden;
    margin-bottom: 15px;
}
#slider_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);
}
#slider_news .item .i-image:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
#slider_news .item .i-date{
    width: 70px;
    height: 70px;
    background: #2a56c2;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
#slider_news .item .i-date span{
    font-size: 35px;
    line-height: 50px;
    display: block;
}
#slider_news .item .i-title{
    margin-left: 80px;
    font-size: 18px;
    line-height: 25px;
    padding-top: 10px;
}
#slider_news .item .i-title a{
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}
#slider_news .item .i-title a:hover{
    color: #e52126;
}
#slider_news .slick-arrow{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    text-align: center;
    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_news .slick-arrow:hover{
    border-color: #339933;
    background: #339933;
    color: #ffffff;
}
#slider_news .slick-arrow:after{
    font-size: 20px;
    line-height: 30px;
    font-family: fontawesome;
}
#slider_news .slick-prev{
    left: -40px;
}
#slider_news .slick-next{
    right: -40px;
}
#slider_news .slick-prev:after{
    content: '\f104';
}
#slider_news .slick-next:after{
    content: '\f105';
}
/*---===END: NEWS===---*/
/*---===BEGIN: CHÃ¡ÂºÂ¤T LÃ†Â¯Ã¡Â»Â¢NG===---*/
.vnt-quality{
    padding: 40px 0;
    background-color: #ffffff;
}
.vnt-quality .wrap_quanlity{
    margin: 0 -15px;
}
.vnt-quality .wrap_quanlity .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.vnt-quality .wrap_quanlity .item .i-image{
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d82717;
    float: left;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate(-100%, 0) rotate(45deg);
    -moz-transform: translate(-100%, 0) rotate(45deg);
    -o-transform: translate(-100%, 0) rotate(45deg);
    -ms-transform: translate(-100%, 0) rotate(45deg);
    transform: translate(-100%, 0) rotate(-90deg);
}
.vnt-quality .wrap_quanlity.show .item .i-image{
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    -moz-transform: translate(0%, 0%) rotate(0deg);
    -o-transform: translate(0%, 0%) rotate(0deg);
    -ms-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg);
}
.vnt-quality .wrap_quanlity .item .i-image:before{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    -ms-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.vnt-quality .wrap_quanlity .item:hover .i-image:before{
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    -ms-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.vnt-quality .wrap_quanlity .item .i-image a{
    display: block;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.vnt-quality .wrap_quanlity .item .i-image img{
    max-width: 100%;
    max-height: 100%;
    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%);
}
.vnt-quality .wrap_quanlity .item .i-desc{
    margin-left: 145px;
    padding: 15px 0;
}
.vnt-quality .wrap_quanlity .item .i-title a{
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.vnt-quality .wrap_quanlity .item .i-content{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
/*---===END: CHÃ¡ÂºÂ¤T LÃ†Â¯Ã¡Â»Â¢NG===---*/
.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_up2 .effect_up,
.w_effect_up .effect_up{
    opacity: 0;
}
.w_effect_up2.show .effect_up,
.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;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #e52126, 0 0 10px 10px #e52126, 0 0 0 10px #fff
    }
    100% {
        box-shadow: 0 0 0 2px #e52126, 0 0 10px 10px #e52126, 0 0 0 10px #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #e52126, 0 0 10px 10px #e52126, 0 0 0 10px #fff
    }
    100% {
        box-shadow: 0 0 0 2px #e52126, 0 0 10px 10px #e52126, 0 0 0 10px #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@-o-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #e52126, 0 0 10px 10px #e52126, 0 0 0 10px #fff
    }
    100% {
        box-shadow: 0 0 0 2px #e52126, 0 0 10px 10px #e52126, 0 0 0 10px #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #e52126, 0 0 10px 10px #e52126, 0 0 0 10px #fff
    }
    100% {
        box-shadow: 0 0 0 2px #e52126, 0 0 10px 10px #e52126, 0 0 0 10px #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}
.vnt-banner .slick-dotted.slick-slider{
    margin-bottom: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1024px){
.vnt-quality .wrap_quanlity .item{
    width: 100%;
    margin-bottom: 10px;
}
}

@media all and (max-width: 991px){
    .vnt-about .va-title h2,.vnt-news .vn_title h2{
        font-size: 25px;
        line-height: 30px;
    }
    .vnt-about .va-title h2::before, .vnt-news .vn_title h2::before{
        display: none;
    }
    .vnt-about .va-title h2::after, .vnt-news .vn_title h2::after{
        left: 50%;
        bottom: -10px;
        transform: translate(-50%, 0);
        top: initial;
    }
    #vnt-banner .item .i-desc{
        display: none;
    }
    .vnt-about{
        background: transparent;
        padding: 20px 0 ;
    }
    .vnt-banner:after,
    .vnt-about:after{
        display: none;
    }
    .vnt-about .wv_left,
    .vnt-about .wv_right{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .img_video img{
        width: 100%;
    }
    .vnt-about .wv_right{
        padding: 0;
    }
    .vnt-about .wrap_video{
        box-shadow: none;
    }
    .vnt-about:before{
        display: none;
    }
    .vnt-product{
        padding-top: 15px;
    }
    .grid_product{
        margin: 0 -5px;
    }
    .grid_product .wrap_item{
        width: 50%;
        padding: 0 5px;
    }
    .vnt-news:before,
    .vnt-news:after{
        display: none;
    }
    .vnt-news{
        padding: 30px 0 50px;
    }
    #slider_news{
        margin: 0 -5px;
    }
    #slider_news .item{
        margin: 0 5px;
    }
    .grid_product .wrap_item .item .i-order a:first-child{
        min-width: 125px;
    }
    .grid_product .wrap_item .item .i-order .btn_view{
        min-width: 125px;
    }
}

@media all and (max-width: 768px){
    .grid_product .wrap_item{
        width: 50%;
    }
    .vnt-product .vp_title,
    .vnt-news .vn_title{
        font-size: 25px;
        line-height: 33px;
    }
    .grid_product .wrap_item .item .i-order a:first-child{
        margin-right: 0px;
    }
}

@media all and (max-width: 420px){

}
@media all and (max-width: 350px){
    .vnt-product .vp_title, .vnt-news .vn_title{
        font-size: 20px;
    }
}