
.boxAlbum{
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.boxAlbum:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.titleAlbum{
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.lstAlbum{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lstAlbum .itemcol{
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.3333%;
}
.lstAlbumAll .thum a{
    display: block;
    padding-top: 65.56%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.lstAlbumAll.lstAlbumpopup .thum a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 50px;
    background-image: url('../images/img.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0;
}
.lstAlbumAll.lstAlbumpopup .thum a:hover::after{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lstAlbumAll.lstAlbumpopup .thum a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000000;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lstAlbumAll.lstAlbumpopup .thum a:hover::before{
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lstAlbumAll .thum a:hover img{
    transform: scale(1.1);
    -webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.lstAlbumAll .thum a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.lstAlbumAll .decs{
    padding: 15px ;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    border-top: none;
}
.lstAlbumAll .decs a{
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-align: center;
    font-size: 23px;
    line-height: 36px;
    text-transform: uppercase;
}

/*  */

.lstVideoAll{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lstVideoAll .itemcol{
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.3333%;
}
.lstVideo .thum a{
    display: block;
    padding-top: 65.56%;
    height: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.lstVideo .thum a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    background-color: #000000;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lstVideo .thum a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 60px;
    height: 50px;
    background-image: url('../images/iplay.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lstVideo .thum a:hover img{
    transform: scale(1.1);
    -webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.lstVideo .thum a:hover::before{
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lstVideo .thum a:hover::after{
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.lstVideo .thum a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.lstVideo .decs{
    padding: 15px;
    font-size: 16px;
    border-top: none;
}
.lstVideo .decs a{
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.stybtnAll{
    margin-bottom: 20px;
}
.stybtnAll .slick-list{
    margin: 0 -15px;
}
.stybtnAll .slick-slide {
    padding: 0 15px;
}
.stybtnAll .slick-arrow{
    top: 43%;
}
/*  */
.thecontent > p{
    
}


.vntAlbumDetail .title{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.vntAlbumDetail .videoDetail{
    position: relative;
    padding-top: 65.56%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.vntAlbumDetail .videoDetail video, .vntAlbumDetail .videoDetail iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vntAlbumDetail .contenttext{
    text-align: center;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
.vntAlbumDetail .contenttext p{
    padding: 5;
}
.lstnewsDetail > div{
    margin-bottom: 30px;
}
.lstnewsDetail .thumb{
    display: block;
    position: relative;
    padding-bottom: 65.56%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.lstnewsDetail .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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);
}
.lstnewsDetail .thumb a:hover img{
    
}
.lstnewsDetail .decs{
    padding: 20px 0;
}
.lstnewsDetail .decs h3{
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
}
.lstnewsDetail .decs h3 a{
    color: #333333;
}
.lstnewsDetail .decs{
    
}
/*  */
.boxOrther{
    padding: 40px 20px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
}
.boxOrther .titleOrther{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-family: 'Oswald';
}
.boxOrther .sliderOrther .slick-list{
    margin: 0 -15px;
}
.boxOrther .sliderOrther .slick-slide{
    padding: 0 15px;
}
.boxOrther .sliderOrther.newsAll .decs{
    background-color: #fff;
}
.sliderOrther .slick-arrow{
    top: 43%;
}

.gripAlbum{
    position: relative;
    margin-bottom: 25px;
}
.gripAlbum .item{
    width: calc(33.3333% - 10px);
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    overflow: hidden;
}
.gripAlbum .item{
    padding-top: 22.43%;
}
.gripAlbum .item.item2{
    padding-top: 49.55%;
}
.gripAlbum .item img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
}
/*  */
/*  */
#vnt-trustvn-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    /* overflow: hidden; */
    background: #fff;
    padding: 50px 0px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 1200px;
}
#vnt-trustvn-gallery .fancybox-close-small{
    right: -50px;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    color: #333333;
    opacity: 1;
    border-radius: 100%;
}
#vnt-trustvn-gallery  .fancybox-button svg{
    width: 100%;
}
.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;
    background-color: #fff;
    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: 90px;
    flex-basis: 90px;
    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;
}
#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 #005c66;
    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: 60px;
    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%;
}
/*  */
@media all and (max-width: 1200px){

}

@media all and (max-width: 991px){

    .boxTitleAl h2{
        font-size: 25px;
        line-height: 38px;
    }
    .lstVideo .decs a, .lstAlbumAll .decs a{
        font-size: 20px;
        line-height: 30px;
        height: 30px;
    }
    .lstAlbum .itemcol, .lstVideoAll .itemcol{
        width: 50%;
        margin-bottom: 10px;
    }
    .boxAlbum{
      
    }
    .sliderOrther{

    }

    #vnt-trustvn-gallery{
        padding: 50px 20px;
    }
    #galleryFor .slide-arrow{
        top: 42%;
        width: 40px;
        height: 40px;
    }
    #galleryFor .slide-prev{
        left: 0;
    }
    #galleryFor .slide-next{
        right: 0;
    }
    #vnt-trustvn-gallery .fancybox-close-small{
        top: 20px;
        right: 20px;
    }
    #galleryNav{
        justify-content: flex-start;
        padding: 0;
        margin-left: 20px;
    }
}

@media all and (max-width: 767px){
    .lstAlbum .itemcol, .lstVideoAll .itemcol{
        width: 100%;
    }
    .gripAlbum .item{
        width: 100%;
        padding-top: 71.43%;
    }
    .gripAlbum .item.item2{
        padding-top: 159.40%;
    }
}