.vntheader{
    position: absolute;
}
.vhabout .ttabout{
    margin-bottom: 20px;
    position: relative;
}
.vhabout .ttabout.ttcen{
    text-align: center;
}
.vhabout .ttabout, .vhabout .ttabout h1, .vhabout .ttabout h2, .vhabout .ttabout h3{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    color: #573f80;
}
.hpaboutone .grone{
    display: flex;
    flex-wrap: wrap;
    background-color: #523594;
}
.hpaboutone .grone > div{
    width: 50%;
}
.hpaboutone .thumbone{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hpaboutone .thumbone img{
    opacity: 0;
    width: 100%;
}
.hpaboutone .decsone{
    padding: 20px 15px 25px;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    color: #fff;
}
.hpaboutone .decsone .dswap{
    max-width: 570px;
    width: 100%;
    padding-left: 65px;
}
.hpaboutone .decsone .dstitle{
    margin-bottom: 15px;
}
.hpaboutone .decsone .dstitle, .hpaboutone .decsone .dstitle h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
}
.hpaboutone .decsone .dstend{
    font-size: 16px;
    line-height: 24px;
}

.itemchungab{
    background-color: #fff;
}
.itemchungab .thumb a{
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.itemchungab .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 85%;
    max-width: 85%;
}
.itemchungab .decs{
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.itemchungab .decs h3{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;

}

/* ================ */
.itemtamab{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.itemtamab > div{
    width: 50%;
    padding: 0 15px;
}
.itemtamab:nth-child(odd) .colGr:nth-child(1){
    order: 2;
}
.itemtamab .thumb{
    height: 100%;
}
.itemtamab .thumb img{
    width: 100%;
    height: 100%;
}
.itemtamab .decs{
    height: 100%;
    background-color: #fff;
    padding: 40px 30px;
    border: 1px solid #06a7de;
}
.itemtamab .decs h3{
    font-size: 25px;
    line-height: 37px;
    color: #06a7de;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.itemtamab .decs .tend{
    font-size: 15px;
    line-height: 23px;
}
/* =========================== */
.cicleHis{
    position: relative;
}
.cicleHis::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.boxHistory .logoH{
    max-width: 113px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
.lstHistory{
    position: relative;
    padding: 75px 0;
    display: table;
    width: 100%;
}
.lstHistory::before{
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:2px solid #06a7de;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.lstHistory::after{
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:2px solid #06a7de;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lstHistory .itemHis{
    width: 50%;
    clear: both;
    position: relative;
}
.lstHistory .itemHis::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #06a7de;
    top: 23px;
}
.lstHistory .itemHis::after{
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:2px solid #06a7de;
    border-radius: 100%;
    position: absolute;
    transform: translateX(-50%);
    top: 15px;
}
.lstHistory .itemHis:nth-child(odd){
    text-align: right;
    padding-right: 80px;
}
.lstHistory .itemHis:nth-child(odd)::before{
    right: 12px;
}
.lstHistory .itemHis:nth-child(odd)::after{
    right: -16px;
}
.lstHistory .itemHis:nth-child(even){
    float: right;
    padding-left: 80px;
}
.lstHistory .itemHis:nth-child(even)::before{
    left: 12px;
}
.lstHistory .itemHis:nth-child(even)::after{
    left: 0;
}
.lstHistory .itemHis .dateH{
    font-size: 35px;
    line-height: 45px;
    color: #06a7de;
    margin-bottom: 5px;
    font-weight: bold;
}
.lstHistory .itemHis .textH{
    font-size: 15px;
    line-height: 23px;
}   

.theabout{
    text-align: center;
    margin-bottom: 20px;
}
.theabout .inner{
    max-width: 970px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.theabout.res .inner{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.thethumb{
    margin-bottom: 20px;
}
.thethumb img{
    width: 100%;
}

.thetemplate{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 30px;
}
.thetemplate > div{
    padding: 0 10px
}
.thetemplate .lcol{
    width: 40%;
}
.thetemplate .rcol{
    width: 60%;
}
.thetemplate .decs{
    font-size: 16px;
    line-height: 24px;
}
.thetemplate .thumb img{
    width: 100%;
}

.thetemplateaa{
    background-color: #fff;
    padding-top: 30px;
    margin-bottom: 30px;
}
.thetemplateaa .tttem{
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 12px;
}
.thetemplateaa .decs{
    font-size: 16px;
    line-height: 24px;
    padding: 0 12px;
}
.thetemplateaa .inner{
    max-width: 970px;
    margin: 0 auto;
}
.thetemplateaa .thumb img{
    width: 100%;
}
.thetemplatebb{
    margin-bottom: 40px;
}
.thetemplatebb .tttem{
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 12px;
}
.thetemplatebb .cttem{
    background-color: #fff;
}
.thetemplatebb .grtem{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    align-content: center;
}
.thetemplatebb .grtem > div{
    width: 50%;
}
.thetemplatebb .decs{
    padding: 20px 25px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.thetemplatebb .thumb img{
    width: 100%;
}
.thetemplatecc{
    min-height: 600px;
    position: relative;
}
.thetemplatecc .tttem{
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}
.thetemplatecc .tttem, .thetemplatecc .tttem h2, .thetemplatecc .tttem h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    text-transform: uppercase;
}
.thetemplatecc .logotem{
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
}
.thetemplatecc .thumbtem{
    position: absolute;
    max-width: 1000px;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.thetemplatecc .thumbtem img{
    width: 100%;
}

.lstconttem{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.lstconttem .itemtemss{
    position: absolute;
}
.lstconttem .itemtemss .thumb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.lstconttem .itemtemss .thumb img{
    width: 100%;
   
}
.lstconttem .itemtemss .decs{
    position: relative;
    z-index: 2;
    pointer-events: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.lstconttem .itemtemss .decs a{
    color: #fff;
}
.itemtemss .decs .dtitle{
    margin-bottom: 5px;
}
.itemtemss .decs .dswrap{
    font-size: 16px;
    line-height: 24px;
    max-width: 180px;
    margin: 0 auto;
}
.itemtemss .decs .dtitle, .itemtemss .decs .dtitle h3, .itemtemss .decs .dtitle h4{
    font-weight: bold;
}
.itemtemss .decs .dcont{
    font-size: 16px;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
    overflow-y: auto;
}
.itemtemss .decs .dcont::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
} 
.itemtemss .decs .dcont::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
}
.lstconttem .itemtemss:nth-child(1){
    top: 72px;
    left: 0px;
    width: 270px;
    height: 260px;
}
.lstconttem .itemtemss:nth-child(2){
    top: 320px;
    left: 240px;
    width: 270px;
    height: 282px;
}
.lstconttem .itemtemss:nth-child(3){
    top: 320px;
    right: 250px;
    width: 270px;
    height: 282px;
}
.lstconttem .itemtemss:nth-child(4){
    top: 76px;
    right: 0px;
    width: 270px;
    height: 260px;
}

/* ====================update================== */
.blaboutthress{
    background-image: url('../images/about/bgsodo.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.blaboutthress .thummth {
    text-align: center;
}
.thecoreab .grcore{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.thecoreab .grcore > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 10px;
}
.itemcorevl{
    height: 100%;
    text-align: center;
}
.itemcorevl .icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 100%;
    background-color: #06a7de;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.itemcorevl .icon img{
    max-height: 80%;
    max-width: 80%;
}
.itemcorevl .title{
    margin-bottom: 10px;
}
.itemcorevl .title, .itemcorevl .title h3{
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
}
.itemcorevl .tend{
    font-size: 15px;
    line-height: 23px;
}

.hptitleab{
    text-align: center;
    margin-bottom: 20px;
}
.hptitleab, .hptitleab h2, .hptitleab h3{
    color: #06a7de;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
}
.thevimisson{
    position: relative;
    padding: 40px 0 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.thevimisson::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #573f80;
    opacity: 0.95;
    z-index: -1;
    pointer-events: none;
}
.vsdecsab .dslogo{
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
}
.vsdecsab .dsitem{
    padding: 30px 40px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.vsdecsab .dsitem .iname{
    margin-bottom: 10px;
}
.vsdecsab .dsitem .iname, .vsdecsab .dsitem .iname h3{
    color: #523594;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Merriweather', serif;
}
.vsdecsab .dsitem .itend{
    font-size: 15px;
    line-height: 23px;
}
/* =====box 2====== */
.hpaboutstory .grstory{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -75px;
}
.hpaboutstory .grstory > div{
    padding: 0 75px;
    width: 50%;
}
.hpaboutstory .decssto{
    font-size: 16px;
    line-height: 24px;
}
.hpaboutstory .decssto .ttabout{
    margin-bottom: 10px;
}
.hpaboutstory .thumbsto img{
    width: 100%;
}
/* =====box 2====== */
@media all and (max-width: 1169px){
    .thetemplatebb{
        margin-bottom: 20px;
    }
    .lstconttem{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
        justify-content: center;
    }
    .lstconttem .itemtemss{
        position: relative;
    }
    .thetemplatecc .thumbtem{
        display: none;
    } 
    .thetemplatecc{
        min-height: auto;
    }
    .lstconttem .itemtemss:nth-child(1), .lstconttem .itemtemss:nth-child(2), .lstconttem .itemtemss:nth-child(3), .lstconttem .itemtemss:nth-child(4){
        width: 50%;
        max-width: 280px;
        height: 280px;
        height: auto;
        top: initial;
        right: initial;
        left: initial;
        margin-bottom: 20px;
    }
    .lstconttem .itemtemss{
        padding: 0 20px;
    }
    .lstconttem .itemtemss .thumb{
        position: relative;
    }
    .lstconttem .itemtemss .decs{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
}
@media all and (max-width: 1200px){
    .hpaboutone .decsone .dswap{
        max-width: 100%;
        padding-left: 0;
    }

    /* =====box 2====== */
    .hpaboutstory .grstory{
        margin: 0 -25px;
    }
    .hpaboutstory .grstory > div{
        padding: 0 25px;
    }
    /* =====box 2====== */
}
@media all and (max-width: 991px){
    .vhabout .ttabout, .vhabout .ttabout h2, .vhabout .ttabout h3{
        font-size: 20px;
        line-height: 30px;
    }
    /* ========================= */
    .itemtamab{
        margin-bottom: 20px;
    }
    .itemtamab:last-child{
        margin-bottom: 0;
    }
    .itemtamab > div{
        width: 100%;
    }
    .itemtamab:nth-child(odd) .colGr:nth-child(1){
        order: unset;
    }
    .itemtamab .colGr{
        margin-bottom: 10px;
    }
    .itemtamab .decs{
        padding: 15px;
    }
    .itemtamab .decs h3{
        font-size: 23px;
        line-height: 35px;
    }
    .itemtamab .decs .tend{
        font-size: 14px;
        line-height: 22px;
    }
    .hpaboutone .grone > div{
        width: 100%;
    }
    .hpaboutone .decsone{
        padding: 30px 15px;
    }
    .hpaboutone .decsone .dstitle, .hpaboutone .decsone .dstitle h3{
        font-size: 25px;
        line-height: 37px;
    }
    /* ======================= */
    .lstHistory .itemHis .dateH{
        font-size: 28px;
        line-height: 37px;
    }
    .lstHistory .itemHis .textH{
        font-size: 14px;
        line-height: 22px;
    }
    .lstHistory .itemHis:nth-child(odd){ 
        padding-right: 65px;
    }
    .lstHistory .itemHis:nth-child(even){
        padding-left: 65px;
    }

    .theabout .inner, .thetemplate .decs{
        font-size: 14px;
        line-height: 22px;
    }
    .thethumb, .vscontab{
        max-width: 100%!important;
    }
    .thethumb, .theabout{
        margin-bottom: 15px;
    }
    .thetemplate .lcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .thetemplate .rcol{
        width: 100%;
    }

    .thetemplateaa .tttem, .thetemplatebb .tttem{
        font-size: 18px;
        line-height: 27px;
    }
    .thetemplateaa .decs{
        font-size: 14px;
        line-height: 22px;
    }
    .thetemplatebb .grtem{
        flex-direction: column-reverse;
    }
    .thetemplatebb .grtem > div{
        width: 100%;
    }
    .thetemplatecc .tttem{
        margin-bottom: 25px;
    }
    .thetemplatecc .tttem, .thetemplatecc .tttem h2, .thetemplatecc .tttem h3{
        font-size: 18px;
        line-height: 27px;
    }

    /* ====================update================== */
    .slabout .itemchungab{
        width: 270px;
    }
    .slabout.vhbtnslick .slick-next{
        right: 0px;
    }
    .slabout.vhbtnslick .slick-prev{
        left: 0px;
    }
    .thecoreab .grcore{
        margin: 0 -10px;
    }
    .thecoreab .grcore > div{
        padding: 0 10px;
    }
    /* ====================update================== */


    /* =====box 2====== */
    .hpaboutstory .decssto, .hpaboutone .decsone .dstend{
        font-size: 14px;
        line-height: 22px;
    }
    /* =====box 2====== */
}
@media all and (max-width: 767px){
    .lstHistory{
        padding-top: 0;
        padding-bottom: 70px;
    }
    .lstHistory .itemHis{
        width: 100%;
        text-align: center;
        padding-top: 70px;
    }
    .lstHistory .itemHis:nth-child(odd){
        padding-right: 0;
        text-align: center;
        float: none;
    }
    .lstHistory .itemHis:nth-child(even){
        padding-left: 0;
        text-align: center;
        float: none;
    }
    .lstHistory .itemHis:nth-child(even)::after, .lstHistory .itemHis:nth-child(odd)::after{
        left: 50%;
        transform: translateX(-50%);
        right: initial;
    }
    .lstHistory .itemHis::after{
        top: 50px;
    }
    .lstHistory .itemHis::before{
        height: 40px;
        width: 1px;
        top: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    .lstHistory .itemHis:nth-child(odd)::before, .lstHistory .itemHis:nth-child(even)::before{
        left: 50%;
        transform: translateX(-50%);
        right: initial;
    }
    .cicleHis::before{
        height: 40px;
        top: initial;
        bottom: 15px;

    }
    .thetemplatebb .decs{
        padding: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .lstconttem .itemtemss:nth-child(1), .lstconttem .itemtemss:nth-child(2), .lstconttem .itemtemss:nth-child(3), .lstconttem .itemtemss:nth-child(4){
        width: 100%;
    }
    .itemtemss .decs .dswrap{
        max-width: 160px;
    }

    /* ====================update================== */
    .thecoreab .grcore > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .itemcorevl .title, .itemcorevl .title h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itemcorevl .tend{
        font-size: 14px;
        line-height: 22px;
    }
    .thevimisson{
        padding: 25px 0 35px;
    }
    .vsdecsab .dsitem .iname, .vsdecsab .dsitem .iname h3{
        font-size: 20px;
        line-height: 30px;
    }
    .vsdecsab .dsitem .itend{
        font-size: 14px;
        line-height: 22px;
    }
    .vsdecsab .dsitem{
        padding: 15px;
    }
    .vsdecsab .dslogo{
        max-width: 210px;
        margin-bottom: 20px;
    }
    /* ====================update================== */

    /* =====box 2====== */
    .hpaboutstory .grstory > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpaboutstory .grstory > div:last-child{
        margin-bottom: 0;
    }
    /* =====box 2====== */
}