#vnt-content {
    padding-bottom: 0;
}
.vnt-logo {
    position: absolute;
    top: 45px;
    left: 60px;
    z-index: 100;
}
.vnt-menu {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 100;
}
#count-page {
    position: absolute;
    bottom: 120px;
    right: 30px;
    font-size: 18px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
}
#count-page  .index-page {
    color: #ffffff;
    font-size: 70px;
    line-height: 50px;
    font-weight: 300;
}
.style-section {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.style-section:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.4);
}
.style-section.mask70:after {
    background: rgba(0,0,0,0.7);
}
.style-z-index {
    position: relative;
    z-index: 10;
}
.style-text-1 {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
}
.content-text-1 {
    max-width: 370px;
    margin-left: auto;
    margin-right: 70px;
    padding-left: 30px;
    position: relative;
    color: #000000;
}
.content-text-1:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 2px;
    height: 66px;
    background: #006991;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.style-text-2 {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}
.content-text-2 {
    max-width: 280px;
    margin-left: auto;
    margin-right: 60px;
    position: relative;
    color: #ffffff;
}
.style-text-3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.content-text-3 {
    width: 585px;
    height: 540px;
    margin-left: auto;
    position: relative;
}
.content-text-3 .c_title {
    position: absolute;
    height: 290px;
    min-width: 290px;
    top: 0;
    left: -170px;
    color: #ffffff;
    padding-top: 70px;
    padding-left: 25px;
    font-weight: bold;
    z-index: 1;
    display: block;
}
.content-text-3 .c_title:after {
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 290px;
    content: '';
    background: rgba(40,91,136,0.8);
    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;
}
.content-text-3.red .c_title:after {
    background: rgba(188,48,52,0.8);
}
.content-text-3.grey .c_title:after {
    background: rgba(51,51,51,0.8);
}
.content-text-3.show .c_title:after {
    opacity: 1;
    -webkit-transition-delay:0.6s;
    -moz-transition-delay:0.6s;
    -o-transition-delay:0.6s;
    transition-delay:0.6s;
    left: 0;
    width: 290px;
}
.content-text-3 .c_title .c_title_1 {
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    font-size: 65px;
    line-height: 70px;
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    -webkit-transition:all 1s ease-out;
    -moz-transition:all 1s ease-out;
    -o-transition:all 1s ease-out;
    transition:all 1s ease-out;
}
.content-text-3.show .c_title .c_title_1 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay:1s;
    -moz-transition-delay:1s;
    -o-transition-delay:1s;
    transition-delay:1s;
}
.content-text-3 .c_title .c_title_2 {
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    font-size: 120px;
    line-height: 120px;
    padding-left: 110px;
    top: -12px;
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    -webkit-transition:all 1s ease-out;
    -moz-transition:all 1s ease-out;
    -o-transition:all 1s ease-out;
    transition:all 1s ease-out;
}
.content-text-3.show .c_title .c_title_2 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay:1.3s;
    -moz-transition-delay:1.3s;
    -o-transition-delay:1.3s;
    transition-delay:1.3s;
}
.content-text-3 .c_slide {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 250px;
    background: #142235;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.175,.885,.32,1.275);
    -moz-transition: all 1s cubic-bezier(.175,.885,.32,1.275);
    -o-transition: all 1s cubic-bezier(.175,.885,.32,1.275);
    transition: all 1s cubic-bezier(.175,.885,.32,1.275);
    -webkit-transform:translate(0,100px);
    -moz-transform:translate(0,100px);
    -o-transform:translate(0,100px);
    -ms-transform:translate(0,100px);
    transform:translate(0,100px);
}
.content-text-3.show .c_slide {
    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);
    -webkit-transition-delay:1.6s;
    -moz-transition-delay:1.6s;
    -o-transition-delay:1.6s;
    transition-delay:1.6s;
}
.content-text-3 .c_img {
    position: relative;
}
.content-text-3 .c_img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    content: '';
    background: #142235;
    opacity: 0;
}
.content-text-3.show .c_img:after {
    left: 100%;
    right: 0;
    opacity: 1;
    -webkit-transition:opacity 0.6s ease,right 0.6s ease,left 0.6s ease 0.6s;
    -moz-transition:opacity 0.6s ease,right 0.6s ease,left 0.6s ease 0.6s;
    -o-transition:opacity 0.6s ease,right 0.6s ease,left 0.6s ease 0.6s;
    transition:opacity 0.6s ease,right 0.6s ease,left 0.6s ease 0.6s;
}
.content-text-3 .c_img img{
    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;
    width: 100%;
}
.content-text-3.show .c_img img{
    opacity: 1;
    -webkit-transition-delay:0.6s;
    -moz-transition-delay:0.6s;
    -o-transition-delay:0.6s;
    transition-delay:0.6s;
}
.slide_main {
    padding: 40px 10px 0;
}
.slide_main.slick-initialized .item,
.slide_main .item:first-child{
    display: block;
}
.slide_main .item{
    display: none;
    position: relative;
    padding: 0 15px;
    color: #ffffff;
}
.slide_main .item .i-title {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 50px;
}
.slide_main .item .i-content {
    font-size: 16px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
}
.slide_main .slick-dots {
    padding: 0 10px;
    bottom: -30px;
}
.slide_main .slick-dots li,
.slide_main .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #60656f;
}
.slide_main .slick-dots li.slick-active button {
    background: #10364d;
}
.slide_main .slick-dots li button:before{
    content: "";
}
.style-3d {
    position: relative;
    margin-left: 150px;
    height: 100vh;
    padding: 100px 100px 100px 50px;
}
.style-3d .text-3d {
    position: absolute;
    font-size: 24px;
    line-height: 30px;
    padding: 35px 30px;
    top: 40%;
    left: -90px;
    background: rgba(0,111,148,0.8);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
}
.style-3d .content-3d {
    height: 100%;
    overflow: hidden;
    background: url("../images/main/3d.jpg") no-repeat 50% 50% / cover;
}
.img_mb {
    display: none;
}
.img_mb img{
    width: 100%;
}
#vnt-header {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.full_menu {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.full_menu:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(15,20,32,0.4);
}
.wrapmenu_mb {
    position: relative;
    padding-top: 100px;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    display: none;
}
.wrapmenu_mb ul li {
    margin-bottom: 10px;
}
.wrapmenu_mb ul li:last-child {
    margin-bottom: 0;
}
.wrapmenu_mb ul li a{
    display: block;
    padding: 15px 20px;
    text-shadow: 3px 2px 7px #5a5a5a;
    background: url("../images/menu-pattern.png") repeat 0 0 #272f3b;
}
.wrapmenu_mb ul li a .mTitle {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.wrapmenu_mb ul li a .mContent {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.style-room {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition:background 0.5s ease;
    -moz-transition:background 0.5s ease;
    -o-transition:background 0.5s ease;
    transition:background 0.5s ease;
}
.style-room:after{
    display: block;
    content: "";
    clear: both;
}
.style-room .item {
    height: 100%;
    width: 25%;
    float: left;
}
.style-room .item a{
    display: block;
    height: 100%;
    position: relative;
}
.style-room .item a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.2);
}
.style-room .item .i-img {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 1;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.style-room.hashover:hover .item .i-img {
    opacity: 0;
}
.style-room .item .i-title {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    padding: 5px 0;
    z-index: 1;
}
.style-room .item .i-title:hover {
    color: #cb2026;
}
.style-room .item .i-title:before {
    position: absolute;
    top: -100px;
    left: -20px;
    right: -20px;
    bottom: -100px;
    content: '';
}
.style-room .item .i-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    content: '';
    width: 90px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.style-room .item .i-title:hover:after {
    border-top-color: #cb2026;
    border-bottom-color: #cb2026;
}
.style_link {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 10;
    margin-top: 60px;
}
.style_link .slItem {
    padding: 10px;
    background: rgba(67,107,126,0.4);
    overflow: hidden;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
    border-radius: 40px 0 40px 0;
}
.style_link .slItem.bg1 {
    background: rgba(129,143,153,0.4);
}
.style_link .slItem.bg2 {
    background: rgba(143,40,58,0.4);
}
.style_link .slItem a{
    display: block;
    position: relative;
    height: 420px;
    overflow: hidden;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
    border-radius: 40px 0 40px 0;
}
.style_link .slItem a .i-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    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);
}
.style_link .slItem a:hover .i-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.style_link .slItem a .i-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 36px;
    line-height: 42px;
    padding: 5px 25px;
    background: url("../images/mask-2.png") repeat-y;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
}
.style_link .slItem.slLarge a .i-text {
    background: url("../images/mask-1.png") repeat-y;
}
.style-partner {
    padding: 70px 0;
}
.style-partner .partner-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    padding-bottom: 10px;
}
.style-partner .partner-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 42px;
    height: 1px;
    background: #ffffff;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.list-partner {
    margin: 0 30px;
}
.list-partner:after {
    display: block;
    content: '';
    clear: both;
}
.list-partner .w-item {
    width: 20%;
    padding: 0 15px;
    float: left;
    margin-top: 30px;
    margin-bottom: 100px;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
    -webkit-transform: translate(0,80px);
    -moz-transform: translate(0,80px);
    -ms-transform: translate(0,80px);
    -o-transform: translate(0,80px);
    transform: translate(0,80px);
    opacity: 0;
}
.list-partner.show .w-item {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;

}
.list-partner .w-item:nth-child(10n + 2),
.list-partner .w-item:nth-child(10n + 4),
.list-partner .w-item:nth-child(10n + 7),
.list-partner .w-item:nth-child(10n + 9) {
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 0 30px 0 0;
    -webkit-transform: translate(30px,-80px);
    -moz-transform: translate(30px,-80px);
    -ms-transform: translate(30px,-80px);
    -o-transform: translate(30px,-80px);
    transform: translate(30px,-80px);
}
.list-partner.show .w-item:nth-child(10n + 2),
.list-partner.show .w-item:nth-child(10n + 4),
.list-partner.show .w-item:nth-child(10n + 7),
.list-partner.show .w-item:nth-child(10n + 9) {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.list-partner .item {
    background: #006991;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transform: skewX(-10deg);
}
.list-partner .item a{
    display: block;
    padding: 10px;
}
.list-partner .item a .w-img {
    display: block;
    height: 270px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
.list-partner .item a .w-img .i-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: -15%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    transform: skewX(10deg);
}
.list-partner .item a .w-img .i-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(15, 20, 32, 0.8);
    color: #ffffff;
    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;
}
.list-partner .item:hover  a .w-img .i-text {
    opacity: 1;
}
.list-partner .item a .i-icon {
    display: block;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    transform: skewX(10deg);
    position: relative;
}
.list-partner .item a .i-icon 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%);
    max-width: 100%;
    max-height: 100%;
}
.scroll_bar {
    max-height: 450px;
}
.bg-logo {
    background: url("../images/bg-logo.png") no-repeat 50% 20px;
}
#vnt-footer {
    min-height: 100vh;
}
.wrap_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrap_video video{
    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%);
    width: 100%;
    height: 100%;
}
.fullpage-wrapper {
    width: 100%!important;
    transform: none!important;
}

.fp-section {
    width: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .7s ease-in-out;
}

.fp-section.active {
    visibility: visible;
    opacity: 1;
}

.fp-slidesContainer {
    width: 100%!important;
    transform: none!important;
}

.fp-slide {
    width: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .7s ease-in-out;
    animation-iteration-count: infinite;
}

.fp-slide.active {
    visibility: visible;
    opacity: 1;
}
.menu_pc {
    height: 100vh;
    padding: 200px 0 150px;
    position: relative;
    z-index: 99;
}
.menu_pc .wrapper {
    height: 100%;
}
.menu_pc ul {
    height: 100%;
    margin: 0 -20px;
}
.menu_pc ul:after {
    display: block;
    content: "";
    clear: both;
}
.menu_pc ul li {
    float: left;
    height: 100%;
    width: 16.666666%;
    padding: 0 20px;
    top: -500px;
    left: 130px;
    opacity: 0;
    position: relative;
    -webkit-transition:all 1.5s ease;
    -moz-transition:all 1.5s ease;
    -o-transition:all 1.5s ease;
    transition:all 1.5s ease;
}
.menu_pc.active ul li {
    opacity: 1;
    top: 0;
    left: 0;
}
.menu_pc ul li:nth-child(2n+1) {
    top: auto;
    bottom: -500px;
    left: -130px;
}
.menu_pc.active ul li:nth-child(2n+1) {
    bottom: 0;
    left: 0;
}
.menu_pc ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -ms-transform: matrix(1, 0, -0.3, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -0.3, 1, 0, 0);
    transform:matrix(1, 0, -0.3, 1, 0, 0);
    padding: 0;
}
.menu_pc ul li a .bg {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/menu-pattern.png") repeat 0 0 #272f3b;
    -webkit-animation: zoom-bg 2s cubic-bezier(0.44, 0.185, 0.575, 0.86) infinite alternate;
    -moz-animation: zoom-bg 2s cubic-bezier(0.44, 0.185, 0.575, 0.86) infinite alternate;
    animation: zoom-bg 2s cubic-bezier(0.44, 0.185, 0.575, 0.86) infinite alternate;
    overflow: hidden;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.menu_pc ul li:nth-child(3n+1) a .bg {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.menu_pc ul li:nth-child(3n+2) a .bg {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.menu_pc ul li:nth-child(4n+1) a {
    -ms-transform: matrix(1, 0, -0.3, 1, 30, -100);
    -webkit-transform: matrix(1, 0, -0.3, 1, 30, -100);
    transform:matrix(1, 0, -0.3, 1, 30, -100);
}
.menu_pc ul li:nth-child(4n+3) a {
    -ms-transform: matrix(1, 0, -0.3, 1, -30, 100);
    -webkit-transform: matrix(1, 0, -0.3, 1, -30, 100);
    transform:matrix(1, 0, -0.3, 1, -30, 100);
}
.menu_pc ul li a .bg-img {
    width: 100%;
    height: 100%;
    position: relative;
}
.menu_pc ul li a .bg-img .content-bg-img {
    position: fixed;
    top: -50%;
    left: -100%;
    right: -100%;
    bottom: -50%;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    z-index: 10;
    -ms-transform: matrix(1, 0, 0.3, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0.3, 1, 0, 0);
    transform:matrix(1, 0, 0.3, 1, 0, 0);
    opacity: 0;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.menu_pc ul.active li a .bg-img .content-bg-img {
    opacity: 0.4;
}
.menu_pc ul.active li a .bg {
    background-color: #000000 !important;
}
.menu_pc ul li:nth-child(4n+1) a .bg-img .content-bg-img {
    -ms-transform: matrix(1, 0, 0.3, 1, 0, 100);
    -webkit-transform: matrix(1, 0, 0.3, 1, 0, 100);
    transform:matrix(1, 0, 0.3, 1, 0, 100);
}
.menu_pc ul li:nth-child(4n+3) a .bg-img .content-bg-img {
    -ms-transform: matrix(1, 0, 0.3, 1, 0, -100);
    -webkit-transform: matrix(1, 0, 0.3, 1, 0, -100);
    transform:matrix(1, 0, 0.3, 1, 0, -100);
}
.menu_pc ul li a .text-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    z-index: 12;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 3px 7px #5a5a5a;
    -ms-transform: matrix(1, 0, 0.3, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0.3, 1, 0, 0);
    transform:matrix(1, 0, 0.3, 1, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.menu_pc ul li a .text-title span {
    display: inline-block;
    position: relative;
}
.menu_pc ul li a .text-title span:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    right: 50%;
    border-bottom: 3px solid #ffffff;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.menu_pc ul li a:hover .text-title span:after {
    left: -5px;
    right: -5px;
}
.menu_pc ul li a .text-content {
    display: block;
    position: absolute;
    top: 78%;
    left: 40%;
    width: 35vh;
    transform-origin: 0 0;
    color: #ffffff;
    transform: matrix(0, -1, 1, 0.40402, 0, 0);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#banner_main {
    height: 100%;
}
#banner_main.slick-initialized .item,
#banner_main .item:first-child{
    display: block;
}
#banner_main .slick-list,
#banner_main .slick-track{
    height: 100%;
}
#banner_main .item{
    height: 100%;
    position: relative;
    display: none;
}
#banner_main .item .i-img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: transform 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    -moz-transition: transform 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    -o-transition: transform 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    transition: transform 12000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    position: relative;
}
#banner_main .item .i-img:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
#banner_main.active .item.slick-active .i-img{
    -webkit-transform: rotate(0.01deg) scale(1.1);
    -moz-transform: rotate(0.01deg) scale(1.1);
    -o-transform: rotate(0.01deg) scale(1.1);
    -ms-transform: rotate(0.01deg) scale(1.1);
    transform: rotate(0.01deg) scale(1.1);
}
#banner_main .item .i-img img{
    display: none;
}
@-webkit-keyframes zoom-bg {
    0% {
        transform: translate3d(0,0,0);
    }
    100% {
        transform: scale(1.04);
    }
}
@-o-keyframes zoom-bg {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.04);
    }
}
@-moz-keyframes zoom-bg {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.04);
    }
}
@keyframes zoom-bg {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.04);
    }
}
@media (min-aspect-ratio: 16/9) {
    .wrap_video video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .wrap_video video {
        width: auto;
        height: 100%;
    }
}
@media screen and  (max-width: 1024px){
    .style_link .slItem a .i-text {
        font-size: 22px;
        line-height: 30px;
    }
    .menu_pc ul {
        margin: 0 50px 0 30px;
    }
    .menu_pc ul li a .text-title {
        font-size: 20px;
        line-height: 35px;
    }
}
@media screen and  (max-width: 991px){
    #vnt-header {
        position: absolute;
        top: 20px;
        width: 100%;
        padding-left: 20px;
    }
    #vnt-header:after {
        display: block;
        clear: both;
        content: '';
    }
    .vnt-logo {
        position: relative;
        top: 0;
        left: 0;
        float: left;
    }
    .vnt-menu {
        position: relative;
        top: 0;
        right: 0;
        float: right;
    }
    #fullpage .fp-section, #fullpage .fp-tableCell {
        height: auto !important;
    }
    #count-page {
        display: none !important;
    }
    .img_mb {
        display: block;
    }
    .style-3d {
        margin-left: 0;
        height: 80vh;
        padding: 30px 15px;
    }
    .style-3d .text-3d {
        position: relative;
        padding: 15px 30px 15px 20px;
        top: 0;
        left: 0;
        background: rgba(0,111,148,1);
        z-index: 1;
        margin: 10px 0;
        display: inline-block !important;
    }
    .style-3d .content-3d {
    }
    .style-text-1 {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .style-text-2 {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .style-section {
        background-image: none !important;
    }
    .style-section.mask70:after {
        display: none;
    }

    .style-section:after {
        display: none;
    }
    .style-section .img_mb {
        position: relative;
    }
    .style-section.mask70 .img_mb:after {
        background: rgba(0,0,0,0.7);
    }

    .style-section .img_mb:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: rgba(0,0,0,0.4);
    }
    .content-text-1 {
        max-width: 100%;
        margin-right: 0;
        padding: 20px 0 20px 30px;
        position: relative;
        color: #ffffff;
    }
    .content-text-2 {
        max-width: 280px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .style-text-3 {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: -90px;
        margin-bottom: 30px;
    }
    .content-text-3 {
        width: auto;
        height: auto;
    }
    .content-text-3 .c_title {
        position: relative;
        height: auto;
        min-width: 0;
        top: 0;
        left: 0;
        color: #ffffff;
        padding: 30px 20px;
        font-weight: bold;
        z-index: 1;
    }
    .content-text-3 .c_title:after {
        height: 100%;
    }
    .content-text-3.show .c_title:after {
        width: 100%;
    }
    .content-text-3 .c_title .c_title_1 {
        font-size: 40px;
        line-height: 40px;
    }
    .content-text-3 .c_title .c_title_2 {
        font-size: 90px;
        line-height: 90px;
        padding-left: 50px;
        top: 0;
    }
    .content-text-3 .c_slide {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 250px;
        background: #142235;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(.175,.885,.32,1.275);
        -moz-transition: all 1s cubic-bezier(.175,.885,.32,1.275);
        -o-transition: all 1s cubic-bezier(.175,.885,.32,1.275);
        transition: all 1s cubic-bezier(.175,.885,.32,1.275);
        -webkit-transform: translate(0,100px);
        -moz-transform: translate(0,100px);
        -o-transform: translate(0,100px);
        -ms-transform: translate(0,100px);
        transform: translate(0,100px);
    }
    .style-room .item .i-img {
        padding-top: 200%;
    }
    .style-room .item .i-title {
        font-size: 18px;
        line-height: 25px;
    }
    .style_link {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        z-index: 10;
        margin-top: -90px;
        margin-bottom: 50px;
    }
    .style_link .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .style_link .row *[class^=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .style_link .slItem {
        padding: 5px;
        margin-bottom: 10px;
    }
    .style_link .slItem a {
        height: 250px;
    }
    .list-partner .w-item {
        width: 100%;
        float: left;
        margin-top: 0;
        margin-bottom: 20px;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .list-partner .w-item:nth-child(10n + 2),
    .list-partner .w-item:nth-child(10n + 4),
    .list-partner .w-item:nth-child(10n + 7),
    .list-partner .w-item:nth-child(10n + 9) {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0 15px;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .list-partner .item {
        background: #006991;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        transform: skewX(0deg);
    }
    .list-partner .item a .w-img {
        display: block;
        height: 120px;
    }
    .list-partner .item a .w-img .i-img {
        transform: skewX(0deg);
    }
    .list-partner .item a .i-icon {
        display: block;
        height: 50px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: contain;
        background-size: contain;
        transform: skewX(0deg);
    }
    .fp-section {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    .wrap_video {
        display: block;
        position: relative;
        padding-top: 50%;
        overflow: hidden;
    }
    .wrap_video video {
        width: 100% !important;
        height: auto !important;
    }
    .menu_pc {
        display: none;
    }
    .wrapmenu_mb {
        display: block;
    }
    #banner_main .item .i-img {
        padding-top: 66.666666%;
    }
}
@media screen and  (max-width: 767px) {
    .style-room .item {
        width: 50%;
    }
    .style-room:hover .item .i-img {
        opacity: 1;
    }
}
@media screen and  (max-width: 479px) {
    .list-partner {
        margin: 0 -15px;
    }
    .list-partner .item a .w-img {
        height: 60px;
    }
}