.itemUnit{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.itemUnit .colT{
    width: 34%;
}
.itemUnit .colD{
    width: 66%;
    padding-left: 15px;
}
.itemUnit .decs h3{
    font-style: 14px;
    line-height: 22px;
    font-weight: 500;
}
.the-detail{
    margin-bottom: 30px;
}
.the-detail .thumbDt{
    margin-bottom: 10px;
    text-align: center;
}
.the-detail .thumbDtt{
    margin-bottom: 10px;
    text-align: center;
}
.the-detail .titleDtNL h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #134c78;
}


/*  */
.the-detail .thumbDt img{
    width: 100%;
}
.the-detail .decsDt{
    margin-bottom: 20px;
}
.the-detail .decsDt .titleDt{
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.the-detail .decsDt .titleDt::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 170px;
}
.the-detail .decsDt .titleDt h2{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    color: #134c78;
}
.the-detail .decsDt .titleDt .caption{
    color: #999999;
    text-transform: uppercase;
}
.the-detail .decsDt .viewLine{
    margin-top: 10px;
}
.the-detail .decsDt .viewLine a{
    color: #134c78;
}
.the-detail .decsDt .viewLine a span{
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.the-detail .decsDt .viewLine a span::before{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.the-detail .lstLinkDt li{
    margin-bottom: 2px;
}
.the-detail .lstLinkDt li a{
    display: block;
    background-color: #134c78;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.commentFace img{
    width: 100%;
}


/* lstCustomNv */
.lstCustomNv{

}
.gripCustomNs{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
}
.gripCustomNs .colNs{
    padding: 0 1px;
    margin-bottom: 2px;
    width: 50%;
}
.itemCusNs{
    position: relative;
}
.itemCusNs .decs{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: rgba(19, 76,120, 0.9);
    pointer-events: none;
}
.itemCusNs .decs a{
    color: #ffffff;
}
.itemCusNs .decs h3{
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}

/* popStyView  */
.popStyView {
    padding: 20px;
    background-color: #e5e5e5;
}
.popStyView .titlePop{
    margin-bottom: 10px;
}
.popStyView .titlePop h2{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #134c78;
}
.popStyView .fancybox-close-small{
    padding: 7px;
}
.popStyView .fancybox-button svg path{
    stroke-width: 2px;
    stroke: #333333;
}

/* vntDocument */
.vntDocument .frmDocPon{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.vntDocument .frmDocPon input{
    width: calc(100% - 50px);
    margin-right: 10px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 10px;
}
.vntDocument .frmDocPon button{
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #e5e5e5;
}
.vntDocument .titleDoc{
    padding-bottom: 3px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.vntDocument .titleDoc h2{
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
}
.vntDocument .itemDocView{
    display: flex;
    flex-wrap: wrap;

    margin: 0 -10px;
}
.vntDocument .itemDocView > div{
    padding: 0 10px;
}
.vntDocument .itemDocView .infoL{
    width: calc(100% - 100px);
}
.vntDocument .itemDocView .ifnoR{
    width: 100px;
}
.vntDocument .itemDocView h3{
    color: #134c78;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 3px;
}
.vntDocument .itemDocView h3 a{
    color: #134c78;
}
.vntDocument .itemDocView li{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.vntDocument .itemDocView .ifnoR a{
    color: #134c78;
}
.vntDocument .itemDocView .ifnoR a span{
    display: inline-block;
    padding-left: 23px;
    position: relative;
}
.vntDocument .itemDocView .ifnoR a span::before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 18px;
}
.vntDocument .fillTerDoc{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.vntDocument .fillTerDoc .txt{
    font-size: 13px;
    line-height: 21px;
}
.vntDocument .fillTerDoc select{
    width: 170px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px 0 15px;
    margin-left: 15px;
}

/* vntAlbum */
.vntAlbum .gripAlbum{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vntAlbum .gripAlbum .colAb{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.vntAlbum .itemAlbum .thumb{
    margin-bottom: 10px;
}
.vntAlbum .itemAlbum .thumb a::before{
    content: '\f03e';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    color: #ffffff;
    font-size: 22px;
}
.vntAlbum .itemAlViedeo .thumb a::before{
    content: "\f16a";
}
.vntAlbum .itemAlbum .decsAllSty h3{
    font-weight: 500;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.sliderOtherAl.styBtn .slick-arrow{
    transform: inherit;
    top: -42px;
    border-radius: 0;
}
.sliderOtherAl.styBtn .slick-next{
    right: 0px;
}
.sliderOtherAl.styBtn .slick-prev{
    right: 31px;
    left: inherit;
}

/* gripAlbumFii */
.gripAlbumFii{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.gripAlbumFii .item{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.gripAlbumFii .item img{
    width: 100%;
}

/*  */
.popupGallery .fancybox-bg{
    background-color: transparent;
}
#vnt-trustvn-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    /* overflow: hidden; */
    background: rgba(0, 0, 0, 0.9);
    padding: 0px 0px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 1200px;
}
#vnt-trustvn-gallery .fancybox-close-small{
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 0;
    color: #666666;
    opacity: 1;
    border-radius: 100%;
    pointer-events: auto;
}
#vnt-trustvn-gallery  .fancybox-button svg{
    width: 75%;
}
#vnt-trustvn-gallery  .fancybox-button svg path{
    stroke-width: 2px;
    stroke: #666666;
}
.fancybox-slide{
    padding: 0!important;
}
.fancybox-bg{
    background-color: #fff;
}
.fancybox-is-open .fancybox-bg{
    opacity: 1;
}
#galleryFor{
    height:-webkit-calc(100vh - 110px);
    height:-moz-calc(100vh - 110px);
    height:-o-calc(100vh - 110px);
    height: calc(100% - 110px);
    position: relative;
    margin-bottom: 50px;
}
#galleryFor .item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#galleryFor .item.active{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
#galleryFor .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}
#galleryFor .caption{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: #333333;;
    text-align: center;
    padding: 9px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#galleryFor .slide-arrow{
    width: 60px;
    height: 60px;
    background: transparent;
    font-size: 0;
    padding: 0;
    border:none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color:#ffffff;
    border-radius: 100%;
    background-color: #cccccc;
}
#galleryFor .slide-prev{
    left: 30px;
}
#galleryFor .slide-next{
    right: 30px;
}
#galleryFor .slide-arrow:before{
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 35px;
    line-height: 35px;
}
#galleryFor .slide-prev:before{
    content: "\f104";
}
#galleryFor .slide-next:before{
    content: "\f105";
}
/*===========================================================*/
#galleryNav{
    height: 90px;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
    z-index: 11;
    pointer-events: auto;
    padding: 0 20px;
}
#galleryNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}
#galleryNav .item{
    margin-right: 10px;
    width: 50px;
    flex-basis: 55px;
    flex-shrink: 0;
    position: relative;
}
#galleryNav .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}
#galleryNav .item.active .img:before{
    opacity: 1;
}
#galleryNav .item.active::before{
    opacity: 0;
}
#galleryNav .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border:solid 2px #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
#galleryNav .img{
    padding-top: 55px;
    position: relative;
    overflow: hidden;
}
#galleryNav .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height:100%;
}

#galleryFor .slide-arrow{
    top: 42%;
    width: 40px;
    height: 40px;
}
#galleryFor .slide-prev{
    left: 0;
}
#galleryFor .slide-next{
    right: 0;
}

#galleryNav{
    justify-content: flex-start;
    padding: 0;
    margin-left: 10px;
}

/* videoDtail */
.videoDtail img, .videoDtail iframe, .videoDtail video{
    width: 100%!important;
    height: auto!important;
}

/* infoContact */
.infoContact{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.infoContact .titlecon{
    margin-bottom: 10px;
}
.infoContact .titlecon h2{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #134c78;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}
.infoContact .contentCon li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}
.infoContact .contentCon li::before{
    position: absolute;
    left: 0;
    top: 0px;
    font-family: FontAwesome;
    color: #134c78;
}
.formContact .txtFrm{
    margin-bottom: 15px;
}
.formContact .infoFrm label{
    font-weight: 400;
}
.formContact .infoFrm label span{
    color: #ff0000;
}
.formContact .infoFrm input, .formContact .infoFrm select, .formContact .infoFrm textarea{
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.formContact .infoFrm textarea{
    padding: 10px;
    height: 100px;
}
.formContact .infoFrm button{
    display: block;
    width: 100%;
    text-align: center;
    height: 35px;
    background-color: #134c78;
    border-radius: 3px;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    border: none;
}
.formContact .gripFm{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.formContact .gripFm .leftFm{
    width: calc(100% - 80px);
    margin-right: 10px;
}
.formContact .gripFm .leftFm input{
    width: calc(100% - 90px);
    margin-right: 2px;
}
.formContact .gripFm .leftFm .imgF{
    width: 80px;
}
.formContact .gripFm .rightfm{
    width: 70px;
}


/*  */

.lstSubMh{
    margin-bottom: 34px;
}
.lstSubMh .item1{
    margin-bottom: 15px;
}
.lstSubMh .item1 .title1{
    padding: 15px 20px;
    position: relative;
    padding-right: 50px;
    background-color: #ededed;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.lstSubMh .item1 .title1::before{
    content: '\f067';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: FontAwesome;
}
.lstSubMh .item1.active1 .title1::before{
    content: '\f068';
}
.lstSubMh .item1 .content1{
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}
.lstSubMh .item2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstSubMh .item2:last-child{
    border-bottom: none;
}
.lstSubMh .item2 .title2{
    padding: 10px 30px 10px 10px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.lstSubMh .item2.hasSub .title2::before{
    content: '\f105';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: FontAwesome;
    color: #999999;
}
.lstSubMh .item2.hasSub.active2 .title2::before{
    content: '\f107';
    color: #ffff;
}
.lstSubMh .item2.hasSub .title2{
    color: #134c78;
    cursor: pointer;
}
.lstSubMh .item2.active2 .title2{
    background-color: #134c78;
    color: #ffffff;
}
.lstSubMh .item2 .content2{
    border: 10px solid #134c78;
    border-top: none;
    display: none;
}
.lstSubMh .item2 .content2 .infoTable .codeSt{
    margin-top: 5px;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}
.lstSubMh .item2 .content2 .infoTable .lstInfoTab{
    display: none;
    margin-top: 5px;
}
.lstSubMh .content2 .infoTable table{
    width: 100%;
    font-size: 13px;
    line-height: 21px;
}
.lstSubMh .content2 .infoTable table thead{
    background-color: #297bba;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.lstSubMh .content2 .infoTable table td, .lstSubMh .content2 .infoTable table th{
    padding: 15px 10px;
    vertical-align: top;
}
.lstSubMh .showLst a{
    color: #333333;
}
.lstSubMh .content2 .infoTable table tbody tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.lstSubMh .content2 .infoTable table tbody tr:last-child{
    border-bottom: none;
}
.lstSubMh .content2 .infoTable table tfoot{
    background-color: #ededed;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.lstSubMh .content2 .infoTable table tfoot td:first-child{
    padding-left: 50px;
    text-align: left;
}
.lstSubMh .content2 .infoTable table tfoot td:nth-child(2){

    text-align: left;
}
.lstSubMh .content2 .infoTable table td:nth-child(2){
    width: 80%;
}

.lstSubMh .content2 .infoTable table .tfoot td:nth-child(2){
    width: auto;
}
.lstSubMh .content2 .infoTable table td:nth-child(1), .lstSubMh .content2 .infoTable table td:nth-child(5){
    text-align: center;
}