#vnt-content {
    padding-bottom: 0;
}
/* === BEGIN: ABOUT === */
.vnt-about {
    position: relative;
    height: 100%;
}
.vnt-about .aImg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}
.vnt-about .aDesc {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 0;
    transform: translate(0,-50%);
    text-align: center;
}
.vnt-about .aWrap {
    max-width: 550px;
    padding: 0 15px;
    margin: 0 auto;
}
.style-about {
    color: #0095da; 
}
.style-about .atext1 {
    text-transform: uppercase;
    font-weight: bold;
}
.style-about .awrap1 {
    position: relative;
    margin: 20px 0;
    padding: 55px 0;
}
.style-about .awrap1:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 1px;
    height: 30px;
    background: #0095da;
}
.style-about .awrap1:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 1px;
    height: 30px;
    background: #0095da;
}
.style-about .aNum {
    font-size: 80px;
    line-height: 80px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 20px;
}
.vnt-about .aContent {
    font-size: 15px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
}
.vnt-about .aName {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
.link-about a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
}
.link-about a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100%;
    content: "";
    width: 2px;
    background: #0095da;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.link-about a:hover:before {
    bottom: -10px;
}
.link-about a:after {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    content: "";
    height: 2px;
    background: #0095da;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.link-about a:hover:after {
    left: -10px;
    right: 20px;
}
/* === END: ABOUT === */
/* === BEGIN: SERVICE === */
.vnt-service {
    position: relative;
    height: 100%;
    background: #0095da;
    color: #ffffff;
}
.vnt-service.item-second {
    background: #ffffff;
    color: #333333;
    text-align: right;
}
.vnt-service a {
    color: #ffffff;
}
.vnt-service.item-second a {
    color: #333333;
}
.vnt-service .sImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
}
.vnt-service.item-second .sImg {
    left: auto;
    right: 0;
}
.vnt-service .sImg a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vnt-service .sImg a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.vnt-service .sDesc {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.vnt-service.item-second .sDesc {
    left: 0;
    right: 50%;
}
.vnt-service .sWrap {
    max-width: 550px;
    padding: 0 15px;
    margin: 0 auto;
}
.vnt-service .link-more a {
    border: 2px solid #ffffff;
}
.vnt-service.item-second .link-more a {
    border: 2px solid #25abe2;
    color: #25abe2;
}
.vnt-service .link-more a:before,
.vnt-service .link-more a:after {
    background: #ffffff;
}
.vnt-service.item-second .link-more a:before,
.vnt-service.item-second .link-more a:after {
    background: #25abe2;
}
.vnt-service .link-more a:hover {
    color: #0095da;
}
.vnt-service.item-second .link-more a:hover {
    color: #ffffff;
}
.vnt-service .sTitle {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.vnt-service .sTitle:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 80px;
    height: 10px;
    background: #ffffff;
}
.vnt-service.item-second .sTitle:before {
    background: #25abe2;
    left: auto;
    right: 0;
}
.vnt-service .sContent {
    font-size: 16px;
    line-height: 25px;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 30px;    
}
/* === END: SERVICE === */
/* === BEGIN: NEWS === */
.vnt-news {
    height: 100%;
    padding: 125px 0 75px 0;
    background: #eeeeee;
}
.title-news {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
}
/* .item-news {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-news:hover {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.item-news .i-img {
    overflow: hidden;
}
.item-news .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.item-news .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-news:hover .i-img a 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);
}
.item-news .i-desc {
    height: 100px;
    background: #ffffff;
    padding: 15px 20px;
}
.item-news .i-desc .i-title {
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    max-height: 75px;
    overflow: hidden;
} */
/* === END: NEWS === */
@media screen and (max-width: 1024px) {
    .fp-section,
    .fp-tableCell {
        display: block !important;
        height: auto !important;
    }
    .vnt-about {
        height: auto;
    }
    .vnt-about .aDesc {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        transform: translate(0,0);
        width: 50%;
        padding: 50px 0;
    }
    .vnt-service {
        height: auto;
    }
    .vnt-service .sDesc {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: translate(0,0);
        width: 50%;
        padding: 50px 0;
        margin-left: auto;
    }
    .vnt-service.item-second .sDesc { 
        margin-left: 0;
    }
    .vnt-news {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .vnt-about .aImg {
        position: relative;
        width: 100%;
        padding-top: 60%;
    }
    .vnt-about .aDesc {
        width: 100%;
        padding: 30px 0;
    }
    .style-about .awrap1 {
        padding: 45px 0;
    }
    .style-about .aNum {
        font-size: 60px;
        line-height: 60px; 
    }
    .vnt-service.item-second {
        text-align: left;
    }
    .vnt-service.item-second .sTitle:before {
        left: 0;
        right: auto;
    }
    .vnt-service .sImg {
        position: relative;
        width: 100%;
    }
    .vnt-service .sImg a {
        height: auto;
        padding-top: 60%;
    }
    .vnt-service .sDesc {
        width: 100%;
        padding: 30px 0;
    }
    .vnt-service .sWrap {
        max-width: 100%;
    }
    .vnt-service .sTitle {
        font-size: 30px;
        line-height: 40px;
    }
    .vnt-news {
        padding: 40px 0;
    }
    .title-news {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    /* .vnt-news .item-news {
        margin-bottom: 20px;
    }
    .item-news:after {
        display: block;
        content: "";
        clear: both;
    }
    .item-news .i-img {
        width: 150px;
        float: left;
    }
    .item-news .i-desc {
        width: calc(100% - 150px);
        float: right;
        padding: 15px;
    }
    .item-news .i-desc .i-title {
        font-size: 14px;
        line-height: 25px;
    } */
}