/* === BEGIN: SERVICE === */
.vnt-service {
    position: relative;
    height: 100vh;
    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: 100vh;
    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;    
}
.title-detail-business {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #d7063b;
}
.title-detail-business.instax {
    color: #0299e7;
    text-align: left;
}
.title-detail-business.pigeon {
    text-align: left;
}
.content-detail-business {
    padding-bottom: 110px;
}
.content-detail-business.instax {
    padding-top: 30px;
    background: url(../images/bg-instax.png) repeat-x 50% 100% / 100% auto;
}
.content-detail-business.pigeon {
    padding-top: 30px;
    background: url(../images/bg-pigeon.png) repeat-x 50% 100% / 100% auto;
}
.follow-socail {
    background: #f6f6f6;
    padding: 30px 0;
    text-align: center;
}
.follow-socail.instax {
    background: #ffffff;
    border-top: 1px solid #f6f6f6;
}
.follow-socail.pigeon {
    background: #ea554f;
    border-top: 1px solid #f6f6f6;
    color: #ffffff;
}
.follow-socail .follow-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #d7063b;
}
.follow-socail.instax .follow-title {
    color: #0299e7;
}
.follow-socail.pigeon .follow-title {
    color: #ffffff;
}
.link-follow ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}
.link-follow ul li a {
    color: #666666;
}
.link-follow ul li a:hover {
    color: #d7063b;
}
.link-follow ul li a i {
    padding-right: 4px;
}
.follow-socail.pigeon .link-follow ul li,
.follow-socail.pigeon .link-follow ul li a {
    color: #ffffff;
}
.dFlex {
    display: flex;
    align-items: center;
}

.slsImg .slick-dots{
    bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.slsImg .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
    position: relative;
}
.slsImg .slick-dots li button::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0095da;
    opacity: 0;
}
.slsImg .slick-dots li.slick-active button::before{
    opacity: 1;
}
/* === END: SERVICE === */

/* ==========update========== */
.slchoosedv ul{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
} 
.slchoosedv ul li{
    margin-right: 40px;
}
.slchoosedv ul li:last-child{
    margin-right: 0;
}
.slchoosedv ul li a{
    padding: 12px 5px;
    color: #999999;
    font-size: 15px;
    line-height: 23px;
    display: block;
    position: relative;
}
.slchoosedv ul li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #0095da;
}
.slchoosedv ul li.active a::before, .slchoosedv ul li a:hover::before{
    width: 100%;
}
.slchoosedv ul li.active a, .slchoosedv ul li a:hover{
    color: #0095da;
}
.vhblocktab .ctchoosedv{
    background-color: #f6f6f6;
    padding: 50px 0 60px;
}

.lstchoosedv{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.lstchoosedv > div{
    padding: 0 20px;
    width: 33.3333%;
    margin-bottom: 40px;
}
.itemchoosedv{
    position: relative;
    overflow: hidden;
    opacity: 0.3;
    pointer-events: none;
}
.itemchoosedv.active{
    opacity: 1;
    pointer-events: auto;
}
.itemchoosedv .thumb a{
    display: block;
    padding-top: 50%;
    position: relative;
    background-color: #ffffff;
}
.itemchoosedv .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
}
.itemchoosedv .decs{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    text-align: center;
    background-color: rgba(214, 214, 214, 0.89);
    font-size: 15px;
    line-height: 23px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.itemchoosedv:hover .decs{
    opacity: 1;
    transform: initial;
}

#vnt-header.vhchangehead  .wrap-header{
    background: #ffffff;
    color: #151515;
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    height: 60px;
}
#vnt-header.vhchangehead::before{
    display: none;
}
.vhchangehead .vnt-logo{
    height: 60px;
    padding: 10px 0;
}
#vnt-header.vhchangehead .wrap-header:hover a, #vnt-header.vhchangehead .wrap-header.change-bg a{
    color: #333333;
}
#vnt-header.vhchangehead .wrap-header:hover a, #vnt-header.vhchangehead .wrap-header.change-bg a{
    color: #333333;
}
#vnt-header.vhchangehead .wrap-header a{
    color: #333333;
}
.vhchangehead .vnt-search{
    margin: 10px 0;
}
#vnt-header.vhchangehead .vnt-lang .title-lang, #vnt-header.vhchangehead .wrap-header.change-bg .vnt-lang .title-lang{
    border: 1px solid #0095da;
}
#vnt-header.vhchangehead .vnt-lang .title-lang i, #vnt-header .wrap-header.change-bg .vnt-lang .title-lang i{
    color: #0095da;
}
.vhchangehead .vnt-lang{
    margin: 10px 0 10px 20px;
}
#vnt-header.vhchangehead .wrap-header a:hover{
    color: #0095da;
}
.vhchangehead .vnt-menutop > ul > li > a{
    padding: 20px 0;
    color: #333333;
}
.vhsermaintt{
    padding-top: 60px;
    height: 100%;
    background-color: #f6f6f6;
}
.vhsermaintt .grmain{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    height: 100%;
}
.vhsermaintt .grmain > div{
    padding: 0 30px;
}
.vhsermaintt .grmain .coll{
    width: calc(50% + 40px);
    position: relative;
    z-index: 1;
}
.vhsermaintt .grmain .colr{
    width: calc(50% - 40px);
    position: relative;
    z-index: 0;
}
.vhsermaintt .grmain .colr::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 125%;
    background-image: url('../images/bghh.png');
    background-position: bottom right;
    background-size: 100% 100%;
    pointer-events: none;
}
.vhsermaintt .thumb{
    height: calc(100vh - 60px);
    background-position: center;
    background-size: cover;
    border-bottom-right-radius: 45%;

}
.vhsermaintt .thumb img{
    display: none;
}
.vhsermaintt .decs{
    max-width: 520px;
    padding: 40px 10px;
    position: relative;
    height: 100%;
}
.vhsermaintt .decs::before{

}
.vhsermaintt .dstitle{
    margin-bottom: 5px;
} 
.vhsermaintt .dstitle, .vhsermaintt .dstitle h2, .vhsermaintt .dstitle h1{
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ea554f;  
} 
.vhsermaintt .dstend{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}
.vhsermaintt .dsview a{
    display: inline-block;
    background-color: #ea554f;
    border: 1px solid #ea554f;
    color: #ffffff;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 10px 40px;
}
.vhsermaintt .dsview a:hover{
    color: #ea554f;
    background-color: #fff;
}
.slthumb .slick-dots{
    bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.slthumb .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 0;
    position: relative;
}
.slthumb .slick-dots li button::before{
    display: none;
}
.slthumb .slick-dots li.slick-active button{
    background-color: #fff;
}
.vhchangehead .change-bg .menu_mobile .icon_menu .style_icon{
    background: #333333;
}
.vhchangehead .menu_mobile .icon_menu .style_icon{
    background: #333333;
}
.vhchangehead  .menu_mobile .icon_menu .style_icon:before,.vhchangehead  .menu_mobile .icon_menu .style_icon:after{
    background: #333333;
}

.vhsermainbb{
    background-color: #f6f6f6;
    padding-top: 60px;
    height: 100%;
}
.vhsermainbb .wrapper{
    height: 100%;
    padding: 20px 10px;
    width: 100%;
}
.vhsermainbb .flecen{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 100%;
}
.vhsermainbb .flecen > div{
    width: 100%;
    margin-bottom: 70px;
}
.vhsermainbb .flecen > div:last-child{
    margin-bottom: 0;
}
.vhsermainbb .ttcontb{
    text-align: center;
    margin-bottom: 25px;
}
.vhsermainbb .contb, .vhsermainbb .contb a{
    color: #fff;
}
.vhsermainbb .ttcontb, .vhsermainbb .ttcontb h2, .vhsermainbb .ttcontb h3{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.vhsermainbb .ctcontb ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.vhsermainbb .ctcontb li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.vhsermainbb .ctcontb li a{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    width: 110px;
}
.vhsermainbb .ctcontb li a:hover{
    transform: translateY(-5px);
}
/* ==========update========== */

/* ==============vhsermainbb=========== */
.vhsermainbb .ttcontt{
    margin-bottom: 20px;
}
.vhsermainbb .ttcontt, .vhsermainbb .ttcontt h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
.vhsermainbb{
    overflow: hidden;
}
.slserbb{
    position: relative;
    z-index: 1;
}
.slserbb::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 10000px;
    width: 2000000px;
    background-color: #ea554f;
    pointer-events: none;
    z-index: -1;
}
.slserbb .slick-list{
    margin: 0 -15px;
}
.slserbb .slick-slide{
    padding: 0 15px;
}
.slserbb .slick-arrow{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.01);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.slserbb .slick-prev{
    left: -60px;
    background-image: url('../images/prev.png');
}
.slserbb .slick-next{
    right: -60px;
    background-image: url('../images/next.png');
}
.slserbb .iiserbb{
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}
.slserbb .iiserbb .grthdecs{
    display: flex;
    margin-bottom: 10px;
}
.slserbb .iiserbb .thumb{
    width: 120px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.slserbb .iiserbb .thumb img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
}
.slserbb .iiserbb .thumb:hover img{
    transform: scale(1.05);
}
.slserbb .iiserbb .decs{
    width: calc(100% - 120px);
    padding-left: 15px;
}
.slserbb .iiserbb .dstitle, .slserbb .iiserbb .dstitle h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
}
.slserbb .iiserbb .dstend{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    height: 66px;
    overflow: hidden;
}
.vhsermainbb .contb{
    position: relative;
    z-index: 2;
}
/* ==============vhsermainbb=========== */
@media screen and (max-width: 1200px) {
    .vhsermaintt .decs{
        padding: 20px 10px;
    }

    .slserbb .slick-next{
        right: -10px;
    }
    .slserbb .slick-prev{
        left: -10px;
    }
}
@media screen and (max-width: 1024px) {
    .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;
    }
    .vhsermaintt .grmain{
        margin: 0 -15px;
    }
    .vhsermaintt .grmain > div{
        padding: 0 15px;
    }
    #vnt-header.vhchangehead .wrap-header{
        height: 50px;
    }
    .vhsermaintt{
        padding-top: 50px;
    }

    .fp-section, .fp-tableCell {
        display: block !important;
        height: auto !important;
    }
}
@media screen and (max-width: 991px) {
    .dFlex {
        display: block;
    }

    /* ==========update========== */
    .slchoosedv {
        margin-bottom: 25px;
    }
    .slchoosedv .mctitle {
        padding: 10px 25px 10px 10px;
        position: relative;
        border-bottom: 2px solid #0095da;
        color: #0095da;
    }
    .slchoosedv .mctitle::before{
        content: '\f107';
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
    }
    .slchoosedv.active .mctitle::before{
        content: '\f106';
    }
    .slchoosedv ul{
        display: block;
    }
    .slchoosedv ul li{
        margin-right: 0;
    }
    .slchoosedv ul li a{
        padding: 10px 0;
    }
    .slchoosedv ul li a::before{
        display: none;
    }
    .slchoosedv .mccont{
        padding-top: 10px;
        display: none;
    }

    .vhsermaintt .grmain .coll{
        width: 100%;
    }
    .vhsermaintt .grmain .colr{
        width: 100%;
    }
    .vhsermaintt .thumb{
        height: auto;
        border-top-right-radius: 0;
    }
    .vhsermaintt .thumb img{
        display: block;
    }
    .vhsermaintt .grmain .colr::before{
        width: 100%;
    }
    .vhsermaintt .decs{
        max-width: 100%;
    }
    .vhsermaintt .dstitle, .vhsermaintt .dstitle h2, .vhsermaintt .dstitle h1{
        font-size: 35px;
        line-height: 50px;
    }
    .vhsermainbb{
        padding: 20px 0 50px;
    }
    .vhsermainbb .ttcontt{
        text-align: center;
        margin-bottom: 15px;
    }
    .vhsermainbb .ttcontt, .vhsermainbb .ttcontt h2{
        font-size: 25px;
        line-height: 37px;
    }
    .lstchoosedv{
        margin: 0 -10px;
    }
    .lstchoosedv > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .slsImg .slick-dots{
        bottom: 5px;
    }
    .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;
    }
    .title-detail-business {
        font-size: 30px;
        line-height: 40px;
    }
    .content-detail-business {
        padding-bottom: 50px;
    }

    /* ==========update========== */

    .vhblocktab .ctchoosedv{
        padding: 10px 0 20px;
    }
    .lstchoosedv{
        margin: 0 -5px;
    }
    .lstchoosedv > div{
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }

    .vhsermaintt{
        padding-top: 0;
    }
    .vhsermaintt .dstend{
        font-size: 14px;
        line-height: 22px;
    }
    .vhsermaintt .decs{
        padding-bottom: 80px;
    }
    .vhsermaintt .dsview a{
        width: 100%;
        text-align: center;
    }
    /* ==========update========== */
    .vhsermainbb{
        padding: 20px 0 50px;
    }
    .vhsermainbb .wrapper{
        padding: 0 10px;
    }
    .vhsermainbb .flecen{
        height: auto;
    }

    .vhsermaintt .grmain .colr::before{
        background-size: 100% 65%;
    }
    .vhsermainbb .flecen > div{
        margin-bottom: 40px;
    }
    .vhsermainbb .ctcontb li{
        margin-right: 5px;
    }
}