
#vntpopalbum{
    width: 100%;
    max-width: 100%;
    height:100%;
    /* overflow: hidden; */
    background: transparent;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
#vntpopalbum .fancybox-close-small{
    right: -50px;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    color: #fff;
    opacity: 1;
    border-radius: 100%;
    background-color: #cccccc;
}
#vntpopalbum .fancybox-button svg{
    width: 90%;
    color: #fff;
}
.fancybox-slide{
    padding: 0!important;
}
.fancybox-bg{
    background-color: #000000;

}
.fancybox-is-open .fancybox-bg{
    opacity: 1;
    background-color: #ffffff;
}
#vhalbumfor{
    height:-webkit-calc(100vh - 60px);
    height:-moz-calc(100vh - 60px);
    height:-o-calc(100vh - 60px);
    height: calc(100% - 60px);
    position: relative;
}
#vhalbumfor .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;
}
#vhalbumfor .item.active{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
#vhalbumfor .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;
}
#vhalbumfor .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;
}
#vhalbumfor .slide-arrow{
    width: 50px;
    height: 50px;
    background: #cccccc;
    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:#fff;
    border-radius: 100%;
}
#vhalbumfor .slide-prev{
    left: 20px;
}
#vhalbumfor .slide-next{
    right: 20px;
}
#vhalbumfor .slide-arrow:before{
    font-family: 'icomoon' !important;
    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: 25px;
    line-height: 35px;
}
#vhalbumfor .slide-prev:before{
    content: "\e90b";
}
#vhalbumfor .slide-next:before{
    content: "\e90a";
}
/*===========================================================*/
#vhalbumnav{
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 10px;
}
#vhalbumnav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}
#vhalbumnav::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
}
#vhalbumnav::-webkit-scrollbar-thumb {
    background-color: #000000;
}
#vhalbumnav .item{
    margin-right: 10px;
    width: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}
#vhalbumnav .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.7;
    z-index: 1;
}
#vhalbumnav .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    z-index: 1;
}
#vhalbumnav .item.active::before{
    opacity: 0;
}
#vhalbumnav .item.active::after{
    border-color: #ed3338;
}
#vhalbumnav .img{
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#vhalbumnav .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%;
}
.vflexnav{
    display: flex;
    justify-content: center;
}



@media all and (max-width: 991px){

    #vhalbumfor .slide-arrow{
        top: 42%;
        width: 40px;
        height: 40px;
        display: none!important;
    }
    #vhalbumfor .slide-prev{
        left: 0;
    }
    #vhalbumfor .slide-next{
        right: 0;
    }
    #vntpopalbum .fancybox-close-small{
        top: 10px;
        right: 10px;
    }
    #vhalbumnav{
        justify-content: flex-start;
        padding: 0;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        height: 60px;
    }
    #vhalbumnav::-webkit-scrollbar {
        height: 0px;
    }
    #vhalbumfor .slide-arrow:before{
        font-size: 30px;
    }
    #vhalbumnav .item{
        width: 60px;
        flex-basis: 60px;
    }
    #vhalbumnav .img{
        padding-top: 40px;
    }
    .italbumpg .decs{
        padding: 15px 15px 20px;
    }
    .tpalbummm{
        margin: 0 -10px;
        padding: 0 10px;
        padding-bottom: 40px;
        margin-bottom: 35px;
    }

}
@media all and (max-width: 767px){


}