/*=================BEGIN ALL PAGE================*/
#sologan{
    width: 100%;
    background-color: #3d3d3d;
    position: relative;
    z-index:100;
    padding: 30px 0;
    font-family: 'Roboto', sans-serif;
}
#sologan:after{
    position: absolute;
    width: 100%;
    height: 24px;
    top: 100%;
    left: 0;
    background: url(../images/bg-header.png) no-repeat center center;
}
#sologan .divtitle{
    padding-right: 200px;
    color: #ffffff;
}
#sologan .divtitle .text1 {
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
#sologan .divtitle .text1 h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
#sologan .divtitle .text2{
    font-size: 22px;
    line-height: 32px;
    color: #898989;
    text-transform: uppercase;
}
#sologan .divtitle .text2 span{
    color: #ffffff;
    text-decoration: underline;
}
#sologan .divtitle .text2 .bold{
    font-family: 'UTMAVOBOLD';
}
#sologan .div_icon{
    position: absolute;
    top:0;
    right: 0;
}
/*=========================================================*/
#vnt-slide-home .item{
    position: relative;
}
#vnt-slide-home .item:before{
    content: "";
    background: rgba(0,0,0,0.65);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
#vnt-slide-home .caption{
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width:80%;
}
#vnt-slide-home .caption .t1{
    font-size: 50px;
    line-height: 65px;
    color:#ffffff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}
#vnt-slide-home .caption .t2{
    font-size: 50px;
    line-height: 58px;
    color:#ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 45px;
    -webkit-transition: all 0.5s linear 0.3s;
    -o-transition: all 0.5s linear 0.3s;
    transition: all 0.5s linear 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}
#vnt-slide-home .caption .link{
    -webkit-transition: all 0.5s linear 0.6s;
    -o-transition: all 0.5s linear 0.6s;
    transition: all 0.5s linear 0.6s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}
#vnt-slide-home .item.slick-current .caption .t1,
#vnt-slide-home .item.slick-current .caption .t2,
#vnt-slide-home .item.slick-current .caption .link{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
#vnt-slide-home .caption .link a {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    max-width: 360px;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding: 15px 10px;
    position: relative;
}
#vnt-slide-home .caption .link a:before{
    content: "";
    position: absolute;
    background: #ffffff;
    top: 100%;
    bottom: 3px;
    right: 3px;
    left:3px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius: 3px;
}
#vnt-slide-home .caption .link a:hover:before{
    top:3px;
}
#vnt-slide-home .caption .link a span{
    position: relative;
}
#vnt-slide-home .caption .link a:hover{
    color:#333333;
}
#vnt-slide-home .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    z-index: 2;
}
#vnt-slide-home .slick-dots li{
    display: inline-block;
}
#vnt-slide-home .slick-dots li button{
    width:30px;
    height:30px;
    background: transparent;
    border:solid 1px transparent;
    border-radius: 100%;
    padding:0;
    font-size: 0;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#vnt-slide-home .slick-dots li button:before{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 100%;
    background: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#vnt-slide-home .slick-dots li.slick-active button{
    border-color:#ffffff;
}
#vnt-slide-home .slick-dots li.slick-active button:before{
    background: rgba(255,255,255,0.35);
}
div#vnt-slide-home {
    height: 100%;
}
div#vnt-slide-home .slick-list, div#vnt-slide-home .slick-track {
    height: 100%;
}
div#vnt-slide-home .item{
    height:100%;
}
div#vnt-slide-home .item .img{
    height:100%;
}
div#vnt-slide-home .item .img img{
    max-width: initial;
    height:100%;
}
/*===============================================================*/
.section#main3 {
    background-color: #c1e6fe;
    background-image: url(../images/main/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom left -55%;
    background-size: 60%;
}
.handbook{
    width:50%;
    float: right;
}
.handbook .t1 {
    font-size: 36px;
    line-height: 44px;
}
.handbook .t2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 36px;
}
#slideHandbook .slick-list{
    margin: 0 -25px;
}
#slideHandbook .item{
    padding:0 25px;
}
#slideHandbook .img{
    padding-top: 100%;
    background: #ffffff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
#slideHandbook .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 85%;
    max-width: 85%;
}
#slideHandbook .title{
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
#slideHandbook .des{
    font-size: 13px;
    line-height: 21px;
    text-align: center;
}
#slideHandbook .slick-arrow{
    width:35px;
    height:60px;
    background: none;
    border:none;
    font-size: 0;
    padding:0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color:#ffffff;
}
#slideHandbook .slick-prev{
    left: -10px;
}
#slideHandbook .slick-next{
    right: -10px;
}
#slideHandbook .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 100px;
    line-height: 100px;
}
#slideHandbook .slick-prev:before{
    content: "\f104";
}
#slideHandbook .slick-next:before{
    content: "\f105";
}
/*==========================================================*/
.section_bg{
    background: #001832;
    padding-bottom: 30px;
}
.vnt-step .wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.vnt-step .content{
    width:50%;
}
.vnt-step .title{
    margin-bottom: 20px;
}
.vnt-step .title h2 {
    font-size: 35px;
    line-height: 43px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px 25px 4px;
    margin-bottom: 10px;
    font-weight: normal;
    display: inline-block;
}
.vnt-step .title .tit_des{
    font-size: 14px;
    line-height: 22px;
    color:rgba(255,255,255,0.5);
}
.vnt-step .list{
    margin-bottom: 15px;
}
.vnt-step .list ul li{
    padding-left: 30px;
    position: relative;
    color:#ffffff;
    margin-bottom: 5px;
}
.vnt-step .list ul li:before{
    content: "\f10c";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 26px;
}
.vnt-step .des{
    font-size: 15px;
    line-height: 23px;
    color:rgba(255,255,255,0.5);
}
.vnt-arrow {
    text-align: center;
}
.vnt-arrow .img{
    display: inline-block;
}
/*==============*/
#main4 .vnt-step .content{
    order: 1;
}
#main4 .vnt-step .img{
    order: 2;
}
#main4 .vnt-step .title h2{
    background: #fd5f42;
}
#main4 .vnt-step .list ul li:before{
    color:#fd5f42;
}
/*==============*/
#main5 .vnt-step .content{
    order: 2;
}
#main5 .vnt-step .img{
    order: 1;
}
#main5 .vnt-step .title h2{
    background: #5db9c6;
}
#main5 .vnt-step .list ul li:before{
    color:#5db9c6;
}
/*==============*/
#main6 .vnt-step .content{
    order: 1;
}
#main6 .vnt-step .img{
    order: 2;
}
#main6 .vnt-step .title h2{
    background: #00b86e;
}
#main6 .vnt-step .list ul li:before{
    color:#00b86e;
}
/*==============*/
#main7 .vnt-step .content{
    order: 2;
}
#main7 .vnt-step .img{
    order: 1;
}
#main7 .vnt-step .title h2{
    background: #ffc20a;
}
#main7 .vnt-step .list ul li:before{
    color:#ffc20a;
}
/*==============*/
#main8 .vnt-step .content{
    order: 1;
}
#main8 .vnt-step .img{
    order: 2;
}
#main8 .vnt-step .title h2{
    background: #fd42c2;
}
#main8 .vnt-step .list ul li:before{
    color:#fd42c2;
}
#main8.section_bg{
    padding-bottom: 110px;
}
#main8.section_bg .vnt-arrow.last{
    max-width: 390px;
    position: absolute;
    bottom:-120px;
    left:47%;
    z-index: 10;
}
/*=========================================================*/
.section#main9{
    background-image: url(../images/main/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.section#main9 .fp-tableCell {
    vertical-align: top;
}
.vnt-banner {
    text-align: center;
    color:#000000;
    padding-top: 10%;
}
.vnt-banner .t1{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.vnt-banner .t2{
    font-size: 22px;
    line-height: 32px;
}
.vnt-banner .t2 h1, .vnt-banner .t2 h2{
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
}
.vnt-banner .img{
    margin-bottom: 30px;
}
.section#main9   .effect_kkc {
    position: absolute;
}
.section#main9   .effect_kkc.ek1{
    bottom:-100px;
    right:50px;
    z-index: 3;
    -webkit-animation: flyflyfly 10s 5s linear infinite;
    -o-animation: flyflyfly 10s 5s linear infinite;
    animation: flyflyfly 10s 5s linear infinite;
    max-width: 70px;
}
.section#main9   .effect_kkc.ek2{
    bottom:-100px;
    right:10px;
    z-index: 5;
    -webkit-animation: flyflyfly 15s 2s linear infinite;
    -o-animation: flyflyfly 15s 2s linear infinite;
    animation: flyflyfly 15s 2s linear infinite;
    max-width: 60px;
}
.section#main9   .effect_kkc.ek3{
    bottom:-100px;
    right:80px;
    z-index: 2;
    -webkit-animation: flyflyfly 18s linear infinite;
    -o-animation: flyflyfly 18s linear infinite;
    animation: flyflyfly 18s linear infinite;
    max-width: 80px;
}
.section#main9   .effect_kkc.ek4{
    bottom:-100px;
    right:30px;
    z-index: 4;
    -webkit-animation: flyflyfly 18s 3s linear infinite;
    -o-animation: flyflyfly 18s 3s linear infinite;
    animation: flyflyfly 18s 3s linear infinite;
    max-width: 90px;
}
.section#main9   .effect_kkc.ek5{
    bottom:-100px;
    right:50px;
    z-index: 1;
    -webkit-animation: flyflyfly 16s linear infinite;
    -o-animation: flyflyfly 16s linear infinite;
    animation: flyflyfly 16s linear infinite;
    max-width: 50px;
}
@-webkit-keyframes flyflyfly{
    0% {
        bottom:-100px;
    }
    100% {
        bottom:120%;
    }
}
@-moz-keyframes flyflyfly{
    0% {
        bottom:-100px;
    }
    100% {
        bottom:120%;
    }
}
@-o-keyframes flyflyfly{
    0% {
        bottom:-100px;
    }
    100% {
        bottom:120%;
    }
}
@keyframes flyflyfly{
    0% {
        bottom:-100px;
    }
    100% {
        bottom:120%;
    }
}
/*=====================================================*/
.section#main10{
    overflow: hidden;
}
.vnt-product{
    position: relative;
    z-index: 5;
}
.vnt-product .title{
    margin-bottom: 15px;
}
.vnt-product .title h2{
    font-size: 50px;
    line-height: 58px;
    font-weight: bold;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.vnt-product .title span{
    font-size: 24px;
    line-height: 32px;
    color:#ffffff;
    text-align: center;
    display: block;
}
.product .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.product .img img{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
}
.product .tend h3 {
    background: #ffffff;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    padding: 31px 10px;
    text-align: center;
}
#slideProduct{
    padding-bottom: 30px;
    position: relative;
    z-index: 6;
    max-width: 570px;
    margin: 0 auto;
}
#slideProduct .slick-list{
    margin: 0 -15px;
}
#slideProduct .item{
    padding: 0 15px;
}
#slideProduct .slick-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
#slideProduct .slick-dots li{
    display: inline-block;
    margin: 0 5px
}
#slideProduct .slick-dots li button{
    width:50px;
    height:5px;
    background: #ffffff;
    border:none;
    padding:0;
    font-size: 0;
}
#slideProduct .slick-dots li.slick-active button {
    background: #083a4a;
}
#myVideo {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}
video::-webkit-media-controls {
      display:none !important;
    }
/*============================================================*/
.section#main11{
    background-image: url(../images/main/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section#main11 .fp-tableCell {
    vertical-align: top;
}
.vnt-feeling {
    padding: 35px 0 50px;
    background: rgba(0, 24, 50, 0.6);
}
.vnt-feeling .title{
    font-size: 50px;
    line-height: 58px;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 15px;
    position: relative;
}
.vnt-feeling .title:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom:0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:85px;
    height:3px;
    background: rgba(255,255,255,0.2);
}
#slideFeeling .slick-list{
    margin: 0 -30px;
}
#slideFeeling .item{
    padding: 0 30px;
    padding-top: 15px;
}
.feeling .img{
    padding-top: 100%;
    position: relative;
    border-radius: 100%;
    background: #1794d5;
    font-size: 48px;
    line-height: 58px;
    color:#ffffff;
    margin-bottom: 20px;
}
.feeling .img:after{
    content: "";
    position: absolute;
    left: -9px;
    top: -9px;
    bottom: -9px;
    right: -9px;
    border-radius: 100%;
    border: solid 10px rgba(23, 148, 213, 0.2);
}
.feeling .img:before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.feeling .text{
    font-size: 36px;
    line-height: 44px;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
}
#slideFeeling .slick-arrow{
    width:35px;
    height:60px;
    background: none;
    border:none;
    font-size: 0;
    padding:0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color:#ffffff;
}
#slideFeeling .slick-prev{
    left: -10px;
}
#slideFeeling .slick-next{
    right: -10px;
}
#slideFeeling .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 100px;
    line-height: 100px;
}
#slideFeeling .slick-prev:before{
    content: "\f104";
}
#slideFeeling .slick-next:before{
    content: "\f105";
}
/*======================================================*/
.section#main12{
    background-image: url(../images/main/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.vnt-support{
    text-align: center;
    position: relative;
}
.vnt-support .t1{
    font-size: 18px;
    line-height: 26px;
    color:#ffffff;
    margin-bottom: 15px;
}
.vnt-support .t2{
    font-size: 36px;
    line-height: 44px;
    color:#fde4e4;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.vnt-support .t2 h3{
    font-weight: bold;
    color:#ffffff;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
}
.vnt-support .qrcode{
    font-size: 24px;
    line-height: 32px;
    color:#ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background: #fb6d1a;
    padding:10px;
    border-radius: 5px;
    width:100%;
    margin: 0 auto;
    max-width: 470px;
    margin-bottom: 5px;
}
.vnt-support .qrcode .img{
    margin-right: 30px;
    max-width: 90px;
}
.vnt-support .or{
    color:#ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.vnt-support .or h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    display: inline-block;
}
.vnt-support .button:hover {
    background: #f87222;
    color: #FFF;
}
.vnt-support .button {
    border-radius: 5px;
    display: block;
    max-width: 470px;
    margin: 2px auto;
    background: #ffffff;
    min-height: 105px;
    font-size: 36px;
    line-height: 46px;
    padding: 28px 35px;
    text-align: center;
    font-weight: normal;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.vnt-support .button a{
    text-align: left;
    display: block;
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
}
.vnt-support .button:hover a{
    color: #fff;
}
.vnt-support .style1{
    background: #b2d347;
}
.vnt-support .style1 a{
    color: #333;
    font-size: 36px;
}
.vnt-support .style2 {
    font-size:48px;
}
.vnt-support .style3 a{
    font-size: 17px;
    line-height: 27px;
    display: block;
}
.vnt-support .button .fa {
    font-size:30px;
}
.vnt-support .button .fa,
.vnt-support .button span {
    min-width:50px;
    display:table-cell;
    vertical-align:middle;
}
.vnt-support .hotline a {
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
    background: #fb6d1a;
    display: inline-block;
    padding: 31px 20px;
    margin-bottom: 10px;
    max-width: 470px;
    width: 100%;
    border-radius: 5px;
}
.section#main12 .img_girl {
    position: absolute;
    bottom: 0;
    left: 0;
    width:30%;
}
/*====================================================*/
#icon-fixed {
    position:fixed;
    top:50%;
    right:0;
    margin-top:-159px;
    z-index:9999;
}
#icon-fixed a {
    padding: 18px 20px 19px;
    position:relative;
    display:block;
    color:#FFF;
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    white-space:nowrap;
    font-size:14px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
#icon-fixed li:first-child {
    border-top:0;
}
#icon-fixed li {
    width:53px;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    background: #1d1b1a;
    border-top:1px solid #35312f;
}
#icon-fixed:hover li {
    width:270px;
}
#icon-fixed li:hover  {
    background:#5d5d5d;
}
#icon-fixed:hover span {
    opacity:1;
}
#icon-fixed span {
    display:inline-block;
    opacity:0;
    z-index:1;
}
#icon-fixed li:hover span.ico {
    background:#5d5d5d;
}
#icon-fixed span.ico {
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    font-size: 20px;
    width: 53px;
    text-align: center;
    position:absolute;
    right:0;
    display:inline-block;
    opacity:1;
    z-index:1000;
    overflow:hidden;
    padding: 16px 18px 17px;
    top:0;
    background: #1d1b1a;
}
#icon-fixed li:nth-child(2) span.ico .fa,
#icon-fixed li:nth-child(4) span.ico .fa,
#icon-fixed li:last-child span.ico .fa {
    position:relative;
    margin-left:-3px;
}
/*=========================================================================*/
/*=========================RESPONSIVE======================================*/
/*=========================================================================*/
@media all and (max-width: 991px){
.foot-content {
    height: initial;
    padding: 40px 0px;
}
.foot-content .content{
    width:100%;
}
.foot-content .img{
    position: initial;
    width:100%;
}

#vnt-foot-content .foot-content:nth-child(odd) .content,
#vnt-foot-content .foot-content:nth-child(even) .content{
    float:none;
}
#vnt-foot-content .foot-content:nth-child(odd) .img img,
#vnt-foot-content .foot-content:nth-child(even) .img img{
    float:none;
    width:100%;
}
.foot-content, .foot-content .wrapper {
    padding: 0;
}
.foot-content .content {
    padding: 25px !important;
}
#sologan .div_icon {
    display: none;
}
#sologan .divtitle{
    padding-right: 0;
}
/*================================*/
.fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell{
    height:initial !important;
    display: block !important;
}
div#vnt-slide-home{
    height:initial;
}
div#vnt-slide-home .slick-list, div#vnt-slide-home .slick-track{
    height:initial;
}
div#vnt-slide-home .item{
    height: initial;
}
div#vnt-slide-home .item .img img{
    max-width: 100%;
    height:initial;
}
#vnt-slide-home .item:before{
    content: initial;
}
#vnt-slide-home .slick-dots{
    bottom: 15px;
}
/*===============================*/
.section#main3{
    background-image: initial;
}
.vnt-handbook {
    padding: 35px 0px 50px;
}
#slideHandbook{
    padding: 0 50px;
}
.handbook{
    float: none;
    width:100%;
}
.handbook .t1,
.handbook .t2{
    font-size: 30px;
    line-height: 38px;
    text-align: center;
}
/*======================================*/
#main8.section_bg{
    padding-bottom: 30px;
}
.section_bg{
    padding: 30px 0;
}
.vnt-step .wrapper{
    display: block;
}
.vnt-step .content{
    width:100%;
}
.vnt-step .title h2{
    font-size: 30px;
    line-height: 38px;
    display: block;
}
/*=======================================*/
.section#main9{
    background-image: initial;
    background-color:#001832;
}
.vnt-banner{
    padding: 65px 0 35px;
}
.vnt-banner .t1{
    font-size: 20px;
    line-height: 28px;
    color:#ffffff;
    margin-bottom: 10px;
}
.vnt-banner .t2{
    font-size: 18px;
    line-height: 26px;
    color:#ffffff;
}
/*========================================*/
.vnt-product {
    padding: 20px 0px 25px;
}
.vnt-product .title h2{
    font-size: 30px;
    line-height: 38px;
}
/*========================================*/
.section#main11 {
    padding-bottom: 50%;
}
.vnt-feeling{
    padding: 60px 0;
}
.vnt-feeling .title {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 0;
}
#slideFeeling{
    padding: 0 60px;
}
.section#main11 .vnt-feeling .title:before{
    content: initial;
}
/*=======================================*/
.section#main12{
    background: #001832;
    padding:30px 0;
}
.vnt-support .t1{
    font-size: 15px;
    line-height: 23px;
}
.vnt-support .t2{
    font-size: 20px;
    line-height: 28px;
}
.vnt-support .or{
    margin-bottom: 10px;
}
.vnt-support .style2 {
    font-size: 28px;
}
.vnt-support .button .fa, .vnt-support .button span{
    min-width: 30px;s
}
.vnt-support .button{
    padding: 26px 15px;
}
.vnt-support .style3 a {
    font-size: 13px;
    line-height: 21px;
    display: block;
}
}

@media all and (max-width: 640px){
}

@media all and (max-width: 520px){
}

@media all and (max-width: 480px){
}

@media all and (max-width: 440px){
.handbook .t1, .handbook .t2{
    font-size: 20px;
    line-height: 28px;
}
}