/* <=== vbackall ===> */
.vbackall{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.vbackall::before{
    content: '';
    position: absolute;
    left: 0;
    top: 250px;
    width: 530px;
    height: 538px;
    background-image: url('../images/vleft.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -1;
}
.vbackall::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 602px;
    height: 701px;
    background-image: url('../images/vright.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -1;
}
/* <=== vbackall ===> */

/* <=== vhalbumpg ===> */
.vhalbumpg .alpadd{
    padding: 35px 0 70px;
}
/* <=== vhalbumpg ===> */

/* <=== tpalbummm ===> */
.tpalbummm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpalbummm .mmgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 35px;
}
.italbummm .thumb{
    margin-bottom: 20px;
}
.italbummm.vimages .thumb a::before{
    content: '\f03e';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    bottom: 29px;
    left: 29px;
    z-index: 1;
    font-size: 28px;
    color: #fff;
}
.italbummm.vvideo .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: url('../images/iplay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    animation: pulse_toa 2s infinite;
}
@keyframes pulse_toa {
    0% {
        box-shadow: 0 0 0 0 rgb(255,255,255,1);
    }
    70% {
        box-shadow: 0 0 0 16px rgb(0,152,218,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0,152,218,0);
    }
}
.italbummm .decss{
    text-align: center;
}
.italbummm .dstitle, .italbummm .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
.italbummm:hover .dstitle a{
    color: #9acc00;
}
.tpalbummm .mmview{
    text-align: center;
}
.tpalbummm .mmview a{
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    padding: 14px 20px;
    border: none;
    background-color: #9acc00;
    color: #1c1c1c;
    text-transform: uppercase;
    border-radius: 35px;
    font-weight: 500;
}
.tpalbummm .mmview a:hover{
    background-color: #ff6700;
    color: #fff;
}
.tpalbummm .mmview a span{
    display: inline-block;
    padding: 0 45px;
    position: relative;
}
.tpalbummm .mmview a span::before{
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <=== tpalbummm ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 40px 0 50px;
}
/* <=== vhdetailpg ===> */

/* <=== tpalbumpop ===> */
.tpalbumpop{
    margin-bottom: 30px;
}
.tpalbumpop .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpalbumpop .vvgrip > div{
    padding: 0 5px;
    width: 33.33333%;
    margin-bottom: 10px;
}
.italbumpop a{
    display: block;
    padding-top: 65.56%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.italbumpop a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: #000000;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -mos-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.italbumpop:hover a::before{
    opacity: 0.5;
}
.italbumpop a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    background-image: url("../images/izoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -mos-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
}
.italbumpop:hover a::after{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.italbumpop a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* <=== tpalbumpop ===> */

/* <===== 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: #9acc00;
    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(100% - 90px);
    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: flex-end;
    align-content: flex-end;
    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 img{
    width: 100%;
}

#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;
}
#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 =====> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vbackall ===> */
    .vbackall::before, .vbackall::after{
        display: none;
    }
    /* <=== vbackall ===> */

    /* <=== vhalbumpg ===> */
    .vhalbumpg .alpadd{
        padding: 25px 0 40px;
    }
    /* <=== vhalbumpg ===> */

    /* <=== tpalbummm ===> */
    .tpalbummm .mmgrip{
        margin: 0 -10px;
    }
    .tpalbummm .mmgrip > div{
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .italbummm .thumb{
        margin-bottom: 15px;
    }
    .italbummm .dstitle, .italbummm .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .italbummm.vvideo .thumb a::before{
        width: 60px;
        height: 60px;
    }
    /* <=== tpalbummm ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 25px 0 40px;
    }
    /* <=== vhdetailpg ===> */

    /* <===== vnt-gallery =====> */
    #slgallerynav .slide-arrow{
        width: 40px;
        height: 40px;
        top: 40%;
    }
    #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 =====> */
}
@media all and (max-width: 767px){
    /* <=== vhalbumpg ===> */
    /* <=== vhalbumpg ===> */

    /* <=== tpalbummm ===> */
    .tpalbummm .mmgrip > div{
        width: 100%;
    }
    /* <=== tpalbummm ===> */

    /* <=== tpalbumpop ===> */
    .tpalbumpop .vvgrip > div{
        width: 50%;
    }
    /* <=== tpalbumpop ===> */
}