.vhalbumspg .alpadd{
    padding: 35px 0 50px;
}
.tpalbumsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpalbumsmm .mmgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 35px;
}
.italbumall {
    position: relative;
    height: 100%;
}
.italbumall .img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.italbumall .img:before{
    content: "";
    position: absolute;
    top: 15px;
    bottom:15px;
    left: 50%;
    right: 50%;
    border-top: solid 1px rgba(255,255,255,0.3);
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.italbumall .img:hover:before{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    left: 15px;
    right: 15px;
}
.italbumall .img:after{
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px rgba(255,255,255,0.3);
    border-right: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.italbumall .img:hover:after{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    top: 15px;
    bottom: 15px;
}
.italbumall .img a{
    display: block;
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.italbumall .img a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.italbumall .img a::after{
    content: '\f03e';
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    z-index: 2;
}
.italbumall:hover .img a:before{
    opacity: 0.3;
}
.italbumall .img a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-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;
}
.italbumall .img a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.italbumall .tend{
    padding: 0 20px;
}
.italbumall .dstitle{
    position: relative;
}
.italbumall .dstitle, .italbumall .dstitle h3{
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
/* <===== vnt-gallery =====> */
#vnt-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    background: transparent;
    margin: 0 auto;
    max-width: 992px;
    padding: 0;
}
#vnt-gallery .fancybox-close-small{
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    background-color: #2b399c;
    opacity: 1;
    width: 50px;
    height: 50px;
}
#vnt-gallery .fancybox-button svg{
    width: 75%;
}
#slgallerynav{
    height:-webkit-calc(100vh - 90px);
    height:-moz-calc(100vh - 90px);
    height:-o-calc(100vh - 90px);
    height: calc(100vh - 90px);
    position: relative;
}
#slgallerynav .slide-wrap{
    height: 100%;
    position: relative;
}
#slgallerynav .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;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#slgallerynav .item .vwrap{
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
#slgallerynav .item.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#slgallerynav .img{
    max-height: calc(100vh - 170px);
    background-size: auto 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}
#slgallerynav .img img{
    /* width: 100%; */
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
}
#slgallerynav .caption{
    color: #fff;;
    text-align: center;
    padding: 15px 20px 30px;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}
#slgallerynav .slide-arrow{
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.35);
    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:#a3a3a3;
}
#slgallerynav .slide-prev{
    left: 20px;
}
#slgallerynav .slide-next{
    right: 20px;
}
#slgallerynav .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;
    color: #fff;
}
#slgallerynav .slide-prev:before{
    content: "\e90a";
}
#slgallerynav .slide-next:before{
    content: "\e909";
}
.tpjuscenfor{
    display: flex;
    justify-content: center;
}
#slgalleryfor {
    height: 90px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #222222;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}
#slgalleryfor::-webkit-scrollbar {
    height: 10px;
    background-color: transparent;
}
#slgalleryfor::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
#slgalleryfor .item{
    margin-right: 10px;
    width: 90px;
    flex-basis: 90px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}
#slgalleryfor .item:last-child{
    margin-right: 20px;
}
#slgalleryfor .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111;
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}
#slgalleryfor .item.active:before{
    opacity: 0;
}
#slgalleryfor .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    opacity: 0;
    z-index: 1;
}
#slgalleryfor .item.active::after{
    opacity: 1;
}
#slgalleryfor .img{
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#slgalleryfor .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vstygallery .fancybox-slide--html{
    padding: 0;
}
/* <===== vnt-gallery =====> */

/* <===== tpalbumshh =====> */

.tpalbumshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpalbumshh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 35px;
}
.itvideoall{
    position: relative;
}
.itvideoall .thumb{
    margin-bottom: 20px;
}
.itvideoall .thumb a{
    display: block;
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.itvideoall .thumb a::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/vdplay.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    animation: pulse_toas 2s infinite;
    border-radius: 100%;
}
@keyframes pulse_toas {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
    70% {
        box-shadow: 0 0 0 15px rgb(0,152,218,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(0,152,218,0);
    }
}
.itvideoall .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-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;
}
.itvideoall:hover .thumb a img{
    transform: scale(1.05);
}
.itvideoall .decss{
    text-align: center;
    padding: 0 20px;
}
.itvideoall .dstitle, .itvideoall .dstitle h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
/* <===== tpalbumshh =====> */

/* <===== vhdetailpg =====> */
.vhdetailpg .dtpadd{
    padding: 30px 0;
}
/* <===== vhdetailpg =====> */

/* <===== vhortherpg =====> */
.vhortherpg .orpadd{
    padding: 40px 0 60px;
}
/* <===== vhortherpg =====> */

@media all and (max-width: 991px){
    .vhalbumspg .alpadd{
        padding: 20px 0 30px;
    }
    .tpalbumsmm .mmgrip{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .tpalbumsmm .mmgrip > div{
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .italbumall .img{
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .italbumall .dstitle, .italbumall .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .italbumall .tend{
        padding: 0 12px;
    }
    /* <===== vnt-gallery =====> */
    #slgallerynav .slide-arrow{
        width: 40px;
        height: 40px;
        top: 42%;
    }
    #slgallerynav .slide-prev{
        left: 10px;
    }
    #slgallerynav .slide-next{
        right: 10px;
    }
    #slgallerynav .slide-arrow:before{
        font-size: 20px;
    }
    #slgalleryfor{
        justify-content: flex-start;
        padding: 0;
        margin-right: -10px;
        padding-left: 10px;
    }
    #slgalleryfor::-webkit-scrollbar {
        height: 0px;
    }
    #slgallerynav .item{
        align-items: center;
        align-content: center;
    }
    #slgallerynav .caption{
        font-size: 16px;
        line-height: 24px;
        padding: 15px 10px;
    }
    /* <===== vnt-gallery =====> */

    /* <===== tpalbumshh =====> */
    .tpalbumshh .hhlist{
        margin-bottom: 10px;
    }
    .tpalbumshh .hhgrip{
        margin: 0 -10px;
    }
    .tpalbumshh .hhgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itvideoall .thumb a::before{
        width: 45px;
        height: 45px;
    }
    .itvideoall .thumb{
        margin-bottom: 12px;
    }
    .itvideoall .dstitle, .itvideoall .dstitle h3{
        font-size: 14px;
        line-height: 21px;
    }
    .itvideoall .thumb a{
        border-radius: 5px;
    }
    /* <===== tpalbumshh =====> */

    /* <===== vhdetailpg =====> */
    .vhdetailpg .dtpadd{
        padding: 20px 0;
    }
    /* <===== vhdetailpg =====> */

    /* <===== vhortherpg =====> */
    .vhortherpg .orpadd{
        padding: 25px 0 40px;
    }
    /* <===== vhortherpg =====> */
}
@media all and (max-width: 767px){
    .tpalbumsmm .mmgrip > div{
        width: 50%;
    }
}