/* <=== vhalbumspg ===> */
.vhalbumspg .alpadd{
    padding: 30px 0 50px;
}
.tpalbumsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpalbumsmm .mmgrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 40px;
    position: relative;
}
.itimageall .thumb{
    margin-bottom: 15px;
}
.itimageall .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itimageall .thumb a::before{
    content: '\f03e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 2;
    font-size: 28px;
    color: #fff;
}
.itimageall .thumb a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itimageall:hover .thumb a::after{
    opacity: 0.3;
}
.itimageall .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itimageall .decss{
    text-align: center;
}
.itimageall .dstitle, .itimageall .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.itimageall:hover .dstitle a{
    color: #006633;
}
.itvideoall .thumb{
    margin-bottom: 15px;
}
.itvideoall .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itvideoall .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-image: url('../images/iplay.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    animation: pulse_toa 2s infinite;
}
.itvideoall .thumb a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itvideoall:hover .thumb a::after{
    opacity: 0.3;
}
.itvideoall .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itvideoall .decss{
    text-align: center;
}
.itvideoall .dstitle, .itvideoall .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.itvideoall:hover .dstitle a{
    color: #006633;
}
/* <=== vhalbumspg ===> */

/* <===== vnt-gallery =====> */
#vnt-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    /* overflow: hidden; */
    background: transparent;
    margin: 0 auto;
    max-width: 970px;
    padding: 0;
}
#vnt-gallery .fancybox-close-small{
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    background-color: #006633;
    opacity: 1;
    width: 60px;
    height: 60px;
}
#vnt-gallery .fancybox-button svg{
    width: 70%;
}
#slgallerynav{
    height:-webkit-calc(100vh - 90px);
    height:-moz-calc(100vh - 90px);
    height:-o-calc(100vh - 90px);
    height: calc(100vh - 90px);
    position: relative;
    overflow: hidden;
}
#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;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#slgallerynav .item > div{
    width: 100%;
    max-height: calc(100vh - 90px);
}
#slgallerynav .item.active{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
#slgallerynav .img{
    height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#slgallerynav .img img{
    max-height: 100%;
}
#slgallerynav .capt{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    padding: 20px 10px 0 10px;
}
#slgallerynav .slide-arrow{
    width: 40px;
    height: 40px;
    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:#fff;
    background-color: rgba(0, 0, 0, 0.4);
}
#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: 18px;
    line-height: 35px;
}
#slgallerynav .slide-prev:before{
    content: "\ea40";
}
#slgallerynav .slide-next:before{
    content: "\ea3c";
}
.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: #F5F5F5;
}
#slgalleryfor::-webkit-scrollbar-thumb {
    background-color: #000000;
}
#slgalleryfor .item{
    margin-right: 10px;
    width: 90px;
    flex-basis: 90px;
    flex-shrink: 0;
    position: relative;
}
#slgalleryfor .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}
#slgalleryfor .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    z-index: 1;
    pointer-events: none;
}
#slgalleryfor .item.active::before{
    opacity: 0;
}
#slgalleryfor .item.active::after{
    border-color: #758543;
}
#slgalleryfor .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: 3px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
#slgalleryfor .item.active .img:before{
    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 =====> */

/* <===== vntpopvdeo =====> */
.vntpopvdeo{
    padding: 40px 90px;
    background-color: transparent;
}
.vntpopvdeo .vdpadd{
    background-color: #fff;
    padding: 50px 60px;
}
.vntpopvdeo .vdinfo{
    padding-top: 59.185%;
    position: relative;
    overflow: hidden;
}
.vntpopvdeo .vdinfo img, .vntpopvdeo .vdinfo video, .vntpopvdeo .vdinfo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.vstyvideo .fancybox-close-small{
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    background-color: transparent;
    opacity: 1;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.vstyvideo .fancybox-close-small::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.vstyvideo .fancybox-close-small::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.vstyvideo .fancybox-close-small svg{
    display: none;
}
/* <===== vntpopvdeo =====> */

/* <===== vhdetailpg =====> */
.hpdetailpg .dtpadd{
    padding: 40px 0 60px;
}
/* <===== vhdetailpg =====> */

/* <=== vhortherpg ===> */
.vhortherpg .orpadd{
    padding: 40px 0 80px;
}
.slortherpg .slick-arrow{
    transform: unset;
    top: -100px;
}
.slortherpg .slick-prev{
    left: unset;
    right: 85px;
}
.slortherpg .slick-next{
    right: 0;
}
/* <=== vhortherpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhalbumspg ===> */
    .vhalbumspg .alpadd{
        padding: 20px 0 35px;
    }
    .tpalbumsmm .mmgrip{
        margin: 0 -10px;
        margin-bottom: 10px;
    }
    .tpalbumsmm .mmgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itimageall .thumb{
        margin-bottom: 10px;
    }
    .itimageall .thumb a::before{
        left: 12px;
        bottom: 12px;
        font-size: 20px;
    }
    .itimageall .dstitle, .itimageall .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itvideoall .thumb{
        margin-bottom: 10px;
    }
    .itvideoall .dstitle, .itvideoall .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itvideoall .thumb a::before{
        width: 45px;
        height: 45px;
    }
    /* <=== vhalbumspg ===> */

    /* <===== vnt-gallery =====> */
    #slgallerynav .slide-arrow{
        top: 42%;
        width: 40px;
        height: 40px;
        display: none!important;
    }
    #slgallerynav .slide-prev{
        left: 0;
    }
    #slgallerynav .slide-next{
        right: 0;
    }
    #slgallerynav .slide-arrow:before{
        font-size: 30px;
    }
    #slgalleryfor{
        justify-content: flex-start;
        padding: 0;
        padding-left: 10px;
    }
    #slgalleryfor::-webkit-scrollbar {
        height: 0px;
    }
    #slgallerynav .img{
        max-height: calc(100vh - 160px);
        height: unset;
    }
    #slgallerynav .capt{
        font-size: 15px;
        line-height: 25px;
    }
    #vnt-gallery .fancybox-close-small{
        width: 50px;
        height: 50px;
    }
    /* <===== vnt-gallery =====> */

    /* <===== vntpopvdeo =====> */
    .vntpopvdeo .vdpadd{
        padding: 30px 10px;
    }
    /* <===== vntpopvdeo =====> */

    /* <===== vhdetailpg =====> */
    .hpdetailpg .dtpadd{
        padding: 20px 0 40px;
    }
    /* <===== vhdetailpg =====> */

    /* <=== vhortherpg ===> */
    .vhortherpg .orpadd{
        padding: 30px 0 35px;
    }
    .slortherpg {
        padding-bottom: 70px;
    }
    .slortherpg .slick-arrow{
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .slortherpg .slick-prev{
        margin-left: -35px;
    }
    .slortherpg .slick-next{
        margin-left: 35px;
    }
    /* <=== vhortherpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhalbumspg ===> */
    .tpalbumsmm .mmgrip > div{
        width: 50%;
    }
    /* <=== vhalbumspg ===> */

    /* <===== vntpopvdeo =====> */
    .vntpopvdeo{
        padding: 0;
    }
    .vstyvideo .fancybox-close-small{
        position: fixed;
        top: 10px;
        right: 10px;
        width: 60px;
        height: 60px;
    }
    /* <===== vntpopvdeo =====> */
}