.vntBoxTitle{
    padding: 30px 0;
}
.vntBoxTitleRes{
    padding-bottom: 0;
}
.vhCaption{
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.vhActivity{
    display: flex;
    flex-wrap: wrap;
    background-color: #eff1f4;
}

.vhActivity .thumb{
    position: relative;
}
.vhActivity .thumb a{
    overflow: hidden;
    display: block;
    position: relative;
}
.vhActivity .thumb a::before{
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    right: 50%;
    border-top: solid 1px rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 2;
}
.vhActivity .thumb a::after{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px rgba(255,255,255,0.4);
    border-right: solid 1px rgba(255,255,255,0.4);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 2;
}
.vhActivity .thumb:hover a::before{
    left: 20px;
    right: 20px;
}
.vhActivity .thumb:hover a::after{
    top: 20px;
    bottom: 20px;
}
.vhActivity .thumb::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.vhActivity .thumb:hover::before{
    opacity: 0.3;
}
.vhActivity .thumb a img{
    width: 100%;
}


.vhActivity .decs{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: 100%;
}
.vhActivity .vhDecsCen{
    width: calc(100% + 75px);
    position: relative;
    background-color: rgba(255,255,255,0.9);
    padding: 30px 50px;
    z-index: 2;
}
.vhActivity .titleAc{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #24408f;
}
.vhActivity .titleAc h3{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.vhActivity .titleAc h3 a{
    color: #24408f;
}
.vhActivity .tendAc{
    margin-bottom: 20px;
}
.vhActivity .vhsImg{
    height: 100%;
    width: 100%;
    color: #000000;
    position: relative;
    overflow: hidden;
}
.vhActivity .vhsImg .vhRoke{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%) rotate(-90deg); 
    z-index: 1;
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    -webkit-text-stroke: 1px rgba(0,0,0,0.1);
    color: transparent;
    white-space: nowrap;
    text-transform: uppercase;
}
.vhActivity .vhsImg img{


}

.vhActivity .colT{
    width: calc(100% - 465px);
}
.vhActivity .colD{
    width: 330px;
}
.vhActivity .colI{
    width: 135px;
}

.vhActivity:nth-child(even) .colT{
    order: 3;
}
.vhActivity:nth-child(even) .colD{
    order: 2;
}
.vhActivity:nth-child(even) .colI{
    order: 1;
}

.vhActivity:nth-child(odd) .vhDecsCen{
    
    margin-left: -75px;
}
.vhActivity:nth-child(even) .vhDecsCen{
    margin-right: -75px;
}

.vhActivityLv{
    padding: 50px 0
}
.vhActivityLv:nth-child(odd){
    background-color: #eff1f4;
}
.vhGripActiLv{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -45px;
}
.vhGripActiLv > div{
    padding: 0 45px;
}
.vhGripActiLv .colL{
    width: calc(50% + 40px);
}
.vhGripActiLv .colR{
    width: calc(50% - 40px);
}
.vhActivityLv:nth-child(even) .vhGripActiLv .colL{
    order: 2;
}

.vhActivityLv .thumb a{
    display: block;
    overflow: hidden;
}
.vhActivityLv .thumb a img{
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vhActivityLv .thumb a:hover img{
    transform: scale(1.05);
}
.vhActivityLv .titlelv{
    margin-bottom: 10px;
}
.vhActivityLv .titlelv h3{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.vhActivityLv .tendLv{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
.wrapAll{
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
}

/*  */
.vhActivityOne .decsOne{
    margin-bottom: 50px;
    position: relative;
    margin-top: -110px;
}

/*  */
.vhActivityTwo{
    padding: 70px 0;
    position: relative;
    z-index: 1;
}
.vhActivityTwo::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #24408f;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.vhTitleDv{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.vhTitleDv h2{
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
}
.vhActivityTwo .vhContDv li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}
.vhActivityTwo .vhContDv li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-image: url('../images/activity/check.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    opacity: 0.5;
}

/*  */
.vhItemThree{
    padding: 50px 0;
}
.vhItemThree .vhGripThree{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.vhItemThree .vhGripThree > div{
    padding: 0 15px;
    width: 50%;
}
.vhItemThree .thumb img{
    width: 100%;
}
.vhItemThree .decs .titleThree{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #24408f;
}
.vhItemThree .titleThree h3{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #24408f;
}
.vhItemThree .tend{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
.vhItemThree:nth-child(even){
    background-color: #eff1f4;
}
.vhItemThree:nth-child(even) .vhGripThree .colL{
    order: 2;
}

/*  */

.vhActivityFor{

}
.vhBannerFor img{
    width: 100%;
}
.vhActivityFor .vhContFor{
    padding: 70px 0;
    background-position: bottom center;
    background-color: #f0f2f4;
    background-repeat: no-repeat;
    background-size: contain;
}
.vhTopInfoFor{
    background-color: #fff;
    padding: 30px 0px 0;
    margin-bottom: 70px;
    position: relative;
    margin-top: -150px;
}
.vhTopInfoFor .vhTitleFor{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}

.vhTopInfoFor .vhTitleFor h2{
    color: #24408f;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
.vhContInFor .vhGripFor{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.vhContInFor .vhGripFor > div{
    padding: 0 20px;
}
.vhContInFor .vhGripFor .colL{
    width: 270px;
}
.vhContInFor .vhGripFor .colR{
    width: calc(100% - 270px);
}
.vhContInFor .vhLstTabFor{
    height: 100%;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.vhLstTabFor li{
    display: block;
}
.vhLstTabFor li a{
    display: block;
    padding: 10px 15px;
    text-align: right;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
}
.vhLstTabFor li.active a, .vhLstTabFor li:hover a{
    color: #fff;
    background-color: #24408f;
}
.vhContTabFor .vhInfoTab{
    display: none;
}
.vhContTabFor .vhInfoTab.active{
    display: block;
}

.vhMainInfoFor{
    padding: 60px 0 40px;
    min-height: 370px;
}
.vhMainInfoFor .decsFor{
    max-width: 480px;
    font-size: 16px;
    line-height: 24px;
}
.vhlstdergin{
    padding-bottom: 30px;
}
.vhlstdergin .itemdergin{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.itemdergin:nth-child(even){
    background-color: #eff1f4;
}
.itemdergin .namel{
    width: 250px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #24408f;
    font-weight: bold;
}
.itemdergin .contr{
    width: calc(100% - 250px);
    font-size: 15px;
    line-height: 23px;

}
/*  */
.vhActivityFive{
    padding: 90px 0 190px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vhActivityFive::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.vhActivityFive .vhContCheck p{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
}
.vhTitleLine{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #24408f;
}
.vhTitleLine h3, .vhTitleLine h2{
    font-size: 20px;
    line-height: 30px;
    color: #24408f;
    text-transform: uppercase;
}
.vhContCheck li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 23px;
}
.vhContCheck li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-image: url(../images/activity/check2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    opacity: 0.8;
}

/* vhActivitySix */
.vhActivitySix{
    padding: 50px 0 300px;
    background-position: bottom center;
    background-color: #eff1f4;
    background-repeat: no-repeat;
    min-height: 890px;
    background-size: 100%;
}
.vhFlexEndSix{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.vhFlexEndSix .vhWrapSix{
    max-width: 580px;
    width: 100%;
}
.vhFlexEndSix .vhItemSix{
    margin-bottom: 25px;
}
@media all and (max-width: 1200px){
    .vhActivity .titleAc h3{
        font-size: 22px;
        line-height: 34px;
    }
    .vhActivity .tendAc{
        font-size: 13px;
        line-height: 21px;
    }
    .vhActivity .vhDecsCen{
        padding: 25px ;
    }
    .vhActivity .vhsImg .vhRoke{
        font-size: 35px;
        line-height: 45px;
    }

    /*  */
    .vhGripActiLv{
        margin: 0 -20px;
    }
    .vhGripActiLv > div{
        padding: 0 20px;
    }
    .vhActivityLv .titlelv h3{ 
        font-size: 20px;
        line-height: 30px;
    }
}
@media all and (max-width: 991px){
    .vhActivity .colT{
        width: 100%;
    }
    .vhActivity .colD{
        width: 100%;
    }
    .vhActivity .colI{
        width: 100%;
    }
    .vhCaption{
        margin-bottom: 0;
    }
    .vhActivity:nth-child(odd) .vhDecsCen{
        margin-left: 0;
    }
    .vhActivity .vhDecsCen{
        width: 100%;
    }
    .vhActivity:nth-child(even) .colT, .vhActivity:nth-child(even) .colD, .vhActivity:nth-child(even) .colI{
        order: unset;
    }
    .vhActivity .vhsImg .vhRoke{
        position: static;
        transform: inherit;
        text-align: center;
    }
    .vhActivity .vhsImg .vhRoke{
        font-size: 50px;
        line-height: 65px;
        padding: 15px;
    }
    .vhActivity .decs{
        width: calc(100% - 30px);
        position: relative;
        margin-left: 15px;
        margin-top: -20px;
    }
    /*  */
    .vhActivityLv{
        padding: 40px 0;
    }

    .vhGripActiLv{
        margin: 0 -10px;
    }
    .vhGripActiLv > div{
        padding: 0 10px;
    }
    /*  */
    .vhActivityOne .decsOne{
        margin-top: -25px;
        margin-bottom: 30px;
    }
    /*  */
    .vhActivityTwo{
        padding: 40px 0;
    }
    .vhTitleDv h2{
        font-size: 20px;
        line-height: 30px;
    }
    .vhActivityTwo .vhContDv li{
        font-size: 14px;
        line-height: 22px;    
    }

    /*  */
    .vhItemThree{
        padding: 40px 0;
    }
    .vhItemThree .titleThree h3{
        font-size: 17px;
        line-height: 25px;
    }
    .vhItemThree .tend{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .vhTopInfoFor .vhTitleFor h2{
        font-size: 17px;
        line-height: 25px;
    }
    .vhTopInfoFor{
        padding: 20px 0px;
        margin-bottom: 20px;
        margin-top: -90px;
    }
    .vhTopInfoFor .vhTitleFor{
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .vhMainInfoFor .decsFor{
        font-size: 14px;
        line-height: 22px;
    }
    /*  */
    .vhActivitySix{
        padding: 40px 0 160px;
    }
}
@media all and (max-width: 767px){
    .vhActivity .vhsImg .vhRoke{
        font-size: 40px;
        line-height: 45px;
    }
    /*  */
    .vhGripActiLv .colL{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhGripActiLv .colR{
        width: 100%;
    }
    .vhActivityLv:nth-child(even) .vhGripActiLv .colL{
        order: unset;
    }
    /*  */
    .vhItemThree .vhGripThree > div{
        width: 100%;
    }
    .vhItemThree .vhGripThree .colL{
        margin-bottom: 20px;
    }
    .vhItemThree:nth-child(even) .vhGripThree .colL{
        order: unset;
    }
    /*  */
    .vhContInFor .vhGripFor .colL{
        width: 100%;
    }
    .vhContInFor .vhGripFor .colR{
        width: 100%;
    }
    .vhContInFor .vhLstTabFor{
        border-right: none;
    }
    .vhLstTabFor .vhMcTitle{
        position: relative;
        padding: 10px 40px 10px 15px;
        color: #fff;
        font-size: 13px;
        line-height: 21px;
        background-color: #24408f;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        font-weight: bold;
        text-transform: uppercase;
    }
    .vhLstTabFor .vhMcTitle::before{
        content: "\f107";
        position: absolute;
        font-family: fontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
        font-size: 16px;
    }
    .vhLstTabFor ul{
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
        display: none;
        padding: 0;
        margin: 0;
    }
    .vhLstTabFor li{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .vhLstTabFor li:last-child{
        border-bottom: none;
    }
    .vhLstTabFor li a{
        text-align: left;
    }
    .vhMainInfoFor{
        padding: 20px 0 50px;
    }
    .vhMainInfoFor{
        min-height: 250px;
    }
    .vhlstdergin .itemdergin{
        padding: 15px;
    }
    .itemdergin .namel{
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .itemdergin .contr{
        width: 100%;
    }
}