/*===========================================================================*/
.section #vnt-slide-home .girl {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}
.section #vnt-slide-home .t1 #beauty path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
.section #vnt-slide-home .t2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear 1s;
    -o-transition: all 0.4s linear 1s;
    transition: all 0.4s linear 1s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section #vnt-slide-home .link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear 1.4s;
    -o-transition: all 0.4s linear 1.4s;
    transition: all 0.4s linear 1.4s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section.showlazy #vnt-slide-home .girl,
.section.showlazy #vnt-slide-home .t2,
.section.showlazy #vnt-slide-home .link {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.section.showlazy #vnt-slide-home .t1 #beauty path {
    animation: fill_text 4s ease forwards;
}
@keyframes fill_text {
    to {
        stroke-dashoffset: 0;
    }
}
@-o-keyframes fill_text {
    to {
        stroke-dashoffset: 0;
    }
}
@-moz-keyframes fill_text {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes fill_text {
    to {
        stroke-dashoffset: 0;
    }
}
/*===========================================================================*/
.section .vnt-service .leaf2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.2s;
    -o-transition: all 0.6s linear 0.2s;
    transition: all 0.6s linear 0.2s;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}
.section .vnt-service .leaf1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.2s;
    -o-transition: all 0.6s linear 0.2s;
    transition: all 0.6s linear 0.2s;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}
.section .vnt-service .service_slider {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.4s;
    -o-transition: all 0.6s linear 0.4s;
    transition: all 0.6s linear 0.4s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-service .info_item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-service .base_img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.6s;
    -o-transition: all 0.6s linear 0.6s;
    transition: all 0.6s linear 0.6s;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
}
.section .vnt-service .service_title .t1,
.section .vnt-service .service_title .t2,
.section .vnt-service .service_title .t3,
.section .vnt-service .service_title .t4 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-service .service_title .t1 {
    transition-delay: 0.6s;
}
.section .vnt-service .service_title .t2 {
    transition-delay: 0.8s;
}
.section .vnt-service .service_title .t3 {
    transition-delay: 1s;
}
.section .vnt-service .service_title .t4 {
    transition-delay: 1.2s;
}
.section.showlazy .vnt-service .leaf1,
.section.showlazy .vnt-service .leaf2,
.section.showlazy .vnt-service .service_slider,
.section.showlazy .vnt-service .service_title .t1,
.section.showlazy .vnt-service .service_title .t2,
.section.showlazy .vnt-service .service_title .t3,
.section.showlazy .vnt-service .service_title .t4,
.section.showlazy .vnt-service .info_item {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.section.showlazy .vnt-service .base_img {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/*===========================================================================*/
.section .vnt-about .img_top {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}
.section .vnt-about .item_top .t1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.3s;
    -o-transition: all 0.6s linear 0.3s;
    transition: all 0.6s linear 0.3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-about .item_top .t2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.6s;
    -o-transition: all 0.6s linear 0.6s;
    transition: all 0.6s linear 0.6s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-about .item_top p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.9s;
    -o-transition: all 0.6s linear 0.9s;
    transition: all 0.6s linear 0.9s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-about .item_bot .img_wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear 1.2s;
    -o-transition: all 0.4s linear 1.2s;
    transition: all 0.4s linear 1.2s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-about .item_bot .img_wrapper:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 1.6s;
    -o-transition: all 0.6s linear 1.6s;
    transition: all 0.6s linear 1.6s;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.section .vnt-about .item_bot .content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear 1.9s;
    -o-transition: all 0.4s linear 1.9s;
    transition: all 0.4s linear 1.9s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section.showlazy .vnt-about .img_top,
.section.showlazy .vnt-about .item_top .t1,
.section.showlazy .vnt-about .item_top .t2,
.section.showlazy .vnt-about .item_top p,
.section.showlazy .vnt-about .item_bot .img_wrapper,
.section.showlazy .vnt-about .item_bot .content {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.section.showlazy .vnt-about .item_bot .img_wrapper:after {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translate(55%, -35%);
    -ms-transform: translate(55%, -35%);
    -o-transform: translate(55%, -35%);
    transform: translate(55%, -35%);
}
/*===========================================================================*/
.section .vnt-content-title .t1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-content-title .t2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.3s;
    -o-transition: all 0.6s linear 0.3s;
    transition: all 0.6s linear 0.3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section.showlazy .vnt-content-title .t1,
.section.showlazy .vnt-content-title .t2 {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
/*===========================================================================*/
.section .vnt-arrow .img {
    position: relative;
    width: 100%;
    max-width: 780px;
    padding-left: 110px;
    margin-top: 25px;
}
.section .vnt-arrow.left .img:before,
.section .vnt-arrow.right .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transition: all 1s linear 1s;
    -o-transition: all 1s linear 1s;
    transition: all 1s linear 1s;
}
.section.showlazy .vnt-arrow.left .img:before {
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
}
.section.showlazy .vnt-arrow.right .img:before {
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
}
.section .vnt-step .img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    -o-transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.section .vnt-step .content .title .tit {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.4s;
    -o-transition: all 0.6s linear 0.4s;
    transition: all 0.6s linear 0.4s;
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    -o-transform: translateY(80%);
    transform: translateY(80%);
}
.section .vnt-step .content .list ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    -o-transform: translateY(80%);
    transform: translateY(80%);
}
.section.showlazy .vnt-step .img,
.section.showlazy .vnt-step .content .title .tit,
.section.showlazy .vnt-step .content .list ul li {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
/*=============================================================================*/
.section .vnt-respon .t1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-respon .t2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.3s;
    -o-transition: all 0.6s linear 0.3s;
    transition: all 0.6s linear 0.3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-respon .t3 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.6s;
    -o-transition: all 0.6s linear 0.6s;
    transition: all 0.6s linear 0.6s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-respon .img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.9s;
    -o-transition: all 0.6s linear 0.9s;
    transition: all 0.6s linear 0.9s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section.showlazy .vnt-respon .t1,
.section.showlazy .vnt-respon .t2,
.section.showlazy .vnt-respon .t3,
.section.showlazy .vnt-respon .img {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
/*=============================================================================*/
.section .vnt-process .big_title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-process .big_title span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.3s;
    -o-transition: all 0.6s linear 0.3s;
    transition: all 0.6s linear 0.3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-process .item .icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.section .vnt-process .item .content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-process .item .content:before,
.section .vnt-process .item .content:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    -o-transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
}
.section .vnt-process .process_line {
    -webkit-transition: all 2.7s linear;
    -o-transition: all 2.7s linear;
    transition: all 2.7s linear;
    width: 0;
}
.section.showlazy .vnt-process .big_title,
.section.showlazy .vnt-process .big_title span,
.section.showlazy .vnt-process .item .icon,
.section.showlazy .vnt-process .item .content {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.section.showlazy .vnt-process .item .content:before,
.section.showlazy .vnt-process .item .content:after {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section.showlazy .vnt-process .process_line {
    width: 100%;
}
/*=============================================================================*/
.section .vnt-whyus .whyus_wrapper:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    -o-transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    -webkit-transform: translateX(85%) scale(0);
    -ms-transform: translateX(85%) scale(0);
    -o-transform: translateX(85%) scale(0);
    transform: translateX(85%) scale(0);
}
.section .vnt-whyus .whyus_content .img_girl {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translate(-74%, 20px);
    -ms-transform: translate(-74%, 20px);
    -o-transform: translate(-74%, 20px);
    transform: translate(-74%, 20px);
}
.section .vnt-whyus .title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.3s;
    -o-transition: all 0.6s linear 0.3s;
    transition: all 0.6s linear 0.3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-whyus .whyus_content > p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear 0.6s;
    -o-transition: all 0.6s linear 0.6s;
    transition: all 0.6s linear 0.6s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-whyus .list ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section.showlazy .vnt-whyus .whyus_content .img_girl {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translate(-74%, 0);
    -ms-transform: translate(-74%, 0);
    -o-transform: translate(-74%, 0);
    transform: translate(-74%, 0);
}
.section.showlazy .vnt-whyus .title,
.section.showlazy .vnt-whyus .whyus_content > p,
.section.showlazy .vnt-whyus .list ul li {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.section.showlazy .vnt-whyus .whyus_wrapper:after {
    opacity: 1;
    visibility: initial;
    -webkit-transform: translateX(85%);
    -ms-transform: translateX(85%);
    -o-transform: translateX(85%);
    transform: translateX(85%);
}
/*=============================================================================*/
.section .vnt-hotline .hotline_wrapper:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    -o-transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    transition: all 0.6s cubic-bezier(0.27, 1.37, 1, 1.25);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.section .vnt-hotline .hotline_wrapper:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}
.section .vnt-hotline .hotline_left {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}
.section .vnt-hotline .hotline_right .item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section .vnt-hotline .slogan {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear 1.2s;
    -o-transition: all 0.4s linear 1.2s;
    transition: all 0.4s linear 1.2s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.section.showlazy .vnt-hotline .hotline_wrapper:before,
.section.showlazy .vnt-hotline .hotline_wrapper:after,
.section.showlazy .vnt-hotline .hotline_left,
.section.showlazy .vnt-hotline .hotline_right .item,
.section.showlazy .vnt-hotline .slogan {
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
/*=============================================================================*/
