.italbumpg .thum a{
    display: block;
    padding-top: 65.56%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.italbumpg .thum a::before{
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url('../images/img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 30px;
    height: 20px;
    z-index: 2;
    pointer-events: none;
}
.italbumpg.vres .thum a::before{
    background-image: url('../images/icon.png');
    height: 30px;
}
.italbumpg .thum a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.italbumpg .thum a:hover::after{
    background-color: rgba(0, 0, 0, 0);
}
.italbumpg .thum a:hover img{
    transform: scale(1.05);
}
.italbumpg .decs{
    padding: 15px 15px 30px;
    text-align: center;
    background-color: #002a42;
}
.italbumpg .dstitle, .italbumpg .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.italbumpg .dstitle, .italbumpg .dstitle a{
    color: #fff;
}
.italbumpg .dstitle a{
    display: block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    position: relative;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
#vnt-trustvn-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    /* overflow: hidden; */
    background: transparent;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
#vnt-trustvn-gallery .fancybox-close-small{
    right: -50px;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    color: #a3a3a3;
    opacity: 1;
    border-radius: 100%;
}
#vnt-trustvn-gallery .fancybox-button svg{
    width: 100%;
    color: #999999;
}
.fancybox-slide{
    padding: 0!important;
}
.fancybox-bg{
    background-color: #000000;

}
.fancybox-is-open .fancybox-bg{
    opacity: 1;
}
#galleryFor{
    height:-webkit-calc(100vh - 90px);
    height:-moz-calc(100vh - 90px);
    height:-o-calc(100vh - 90px);
    height: calc(100% - 90px);
    position: relative;
}
#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: #000;
    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%;
}
#galleryFor .slide-prev{
    left: 20px;
}
#galleryFor .slide-next{
    right: 20px;
}
#galleryFor .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;
}
#galleryFor .slide-prev:before{
    content: "\e90a";
}
#galleryFor .slide-next:before{
    content: "\e909";
}
/*===========================================================*/
#galleryNav{
    height: 90px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #222222;
    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::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
}
#galleryNav::-webkit-scrollbar-thumb {
    background-color: #000000;
}
#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: #000;
    opacity: 0.5;
    z-index: 1;
}
#galleryNav .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    z-index: 1;
}
#galleryNav .item.active::before{
    opacity: 0;
}
#galleryNav .item.active::after{
    border-color: #fff;
}
#galleryNav .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border:solid 2px #ef6747;
    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%;
}
.flexNavGala{
    display: flex;
    justify-content: center;
}
.tpalbumpop{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpalbumpop .itemcol{
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.tpalbumpop .thum a{
    display: block;
    padding-top: 65.56%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.tpalbumpop .thum a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tpalbumpop .thum 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 ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tpalbumpop .thum a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 50px;
    background-image: url('../images/zoom.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;
}
.tpalbumpop .thum a:hover::before{
    opacity: 0.7;
}
.tpalbumpop .thum a:hover::after{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/* tpplayvideo */
.tpplayvideo{
    margin-bottom: 20px;
}
.tpplayvideo img, .tpplayvideo video, .tpplayvideo iframe{
    width: 100%!important;
    height: 100%!important;
}
/*  <===== hpalbumpg =====>  */
.hpalbumpg{
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.hpalbumpg:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
/*  <===== hpalbumpg =====>  */

/*  <===== italbumall =====>  */
.italbumall{
    position: relative;
}
.italbumall .abgip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.italbumall .abgip > div{
    padding: 0 30px;
}
.italbumall .abgip .lcol{
    width: 61.789%;
}
.italbumall .abgip .rcol{
    width: calc(100% - 61.789%);
}
.italbumall.vimages .abgip .lcol{
    order: 2;
}
.italbumall .thumb a{
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.italbumall .thumb a img{
    width: 100%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.italbumall .thumb a:hover img{
    transform: scale(1.05);
}
.italbumall.vvideo .thumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 2;
}
.italbumall.vvideo .thumb a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    z-index: 2;
    pointer-events: none;
}
.italbumall .dslink{
    width: calc(100% - 61.789%);
}
.italbumall .dslink a{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border: 10px solid #fff;
    border-radius: 100%;
    background-color: #0e862f;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}
.italbumall .dslink a:hover{
    background-color: #ed1c24;
}
.italbumall .decs{
    padding-top: 140px;
}
.italbumall .dstend{
    width: calc(100% - 185px);
    font-size: 30px;
    line-height: 45px;
}
.italbumall.vimages .dstend{
    margin-left: auto;
    text-align: right;
}
.italbumall .dstend, .italbumall .dstend a {
    color: #444444;
}
.italbumall.vvideo .dslink{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.italbumall.vvideo .dslink::before{
    content: '';
    position: absolute;
    top: calc(170px / 2);
    height: 2px;
    right: 170px;
    width: calc(100% - 80px);
    pointer-events: none;
    background-color: #ed1c24;
}
.italbumall.vvideo .dslink a{
    margin-left: auto;
}
.italbumall.vimages .dslink{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.italbumall.vimages .dslink::before{
    content: '';
    position: absolute;
    top: calc(170px / 2);
    height: 2px;
    left: 170px;
    width: calc(100% - 80px);
    pointer-events: none;
    background-color: #ed1c24;
}

/*  <===== italbumall =====>  */

/*  <===== itvideoall =====>  */
.itvideoall .thumb{
    margin-bottom: 12px;
}
.itvideoall .thumb a{
    border-radius: 10px;
}
.itvideoall .thumb a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
}
.itvideoall .thumb a::after{
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    z-index: 2;
    pointer-events: none;
}
.itvideoall .decs{
    text-align: center;
}
.itvideoall .dstitle, .itvideoall .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
/*  <===== itvideoall =====>  */

/*  <===== itimagesall =====>  */
.itimagesall .thumb a{
    border-radius: 10px;
}
.itimagesall .decs{
    text-align: center;
    padding: 15px 25px 20px;
    background-color: #f7f8f9;
}
.itimagesall .dstitle, .itimagesall .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itimagesall .dstitle, .itimagesall .dstitle a{
    height: 48px;
    overflow: hidden;
    display: block;
}
/*  <===== itimagesall =====>  */

/*  <===== tpalbummm =====>  */
.tpalbummm{
    padding: 35px 0 50px;
    border-bottom: 1px solid #e6e6e6;
}
.tpalbummm:last-child{
    border-bottom: none;
}
/*  <===== tpalbummm =====>  */

/*  <===== tpalbummminf =====>  */
.tpalbummminf .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpalbummminf .mmgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 30px;
}
/*  <===== tpalbummminf =====>  */

/*  <===== italbummm =====>  */
.italbummm{
    height: 100%;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
}
.italbummm .decss{
    padding: 15px 20px 30px;
}
.italbummm .dstitle, .italbummm .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.italbummm .dstitle a{
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.italbummm.vvideo .thumb a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
}
.italbummm.vvideo .thumb a::after{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-image: url('../images/icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.italbummm.vvideo:hover .thumb a::after{
    transform: scale(0);
}
/*  <===== italbummm =====>  */

/*  <===== tpalbumhh =====>  */
.tpalbumhh{
    padding: 50px 0 70px;
}
/*  <===== tpalbumhh =====>  */

/*  <===== slalbumall =====>  */
.slalbumall{
    position: relative;
    margin-top: -10px;
}
.slalbumall .slick-list{
    padding: 10px 0;
}
/*  <===== slalbumall =====>  */
@media all and (max-width: 1200px){
    /*  <===== italbumall =====>  */
    .italbumall .abgip{
        margin: 0 -15px;
    }
    .italbumall .abgip > div{
        padding: 0 15px;
    }
    .italbumall .dstend{
        font-size: 20px;
        line-height: 30px;
    }
    /*  <===== italbumall =====>  */
}
@media all and (max-width: 991px){
    /*  <===== tpalbumhh =====>  */
    .tpalbumhh{
        padding: 40px 0 60px;
    }
    /*  <===== tpalbumhh =====>  */

    /*  <===== tpalbummm =====>  */
    .tpalbummm{
        padding: 25px 15px 35px;
        margin: 0 -15px;
    }

    /*  <===== tpalbummm =====>  */

    #galleryFor .slide-arrow{
        top: 42%;
        width: 40px;
        height: 40px;
        display: none!important;
    }
    #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-right: -10px;
        padding-left: 10px;
    }
    #galleryNav::-webkit-scrollbar {
        height: 0px;
    }
    .tpalbumpop{
        margin: 0 -5px;
    }
    .tpalbumpop .itemcol{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #galleryFor .slide-arrow:before{
        font-size: 30px;
    }
    .italbumpg .decs{
        padding: 15px 15px 20px;
    }
    .slorther .italbumpg{
        width: 250px;
    }
    .hpalbumpg{
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    /*  <===== italbumall =====>  */
    .italbumall .abgip .lcol{
        width: 100%;
        margin-bottom: 12px;
    }
    .italbumall .abgip .rcol{
        width: 100%;
    }
    .italbumall .decs{
        padding-top: 0;
    }
    .italbumall.vvideo .dslink, .italbumall.vimages .dslink{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .italbumall .dslink a{
        width: 100px;
        height: 100px;
        font-size: 16px;
        line-height: 24px;
    }
    .italbumall.vvideo .dslink a{
        margin-right: auto;
    }
    .italbumall.vimages .dslink a{
        margin: 0 auto;
    }
    .italbumall.vvideo .dslink::before, .italbumall.vimages .dslink::before{
        left: 0;
        right: 0;
        width: 100%;
        top: 50%;
    }
    .italbumall .dstend{
        width: 100%;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }
    .italbumall.vvideo .thumb a::after{
        width: 50px;
        height: 50px;
    }
    .italbumall.vimages .dstend{
        text-align: center;
    }
    .italbumall.vimages .abgip .lcol{
        order: unset;
    }
    /*  <===== italbumall =====>  */

    /*  <===== itvideoall =====>  */
    .itvideoall .dstitle, .itvideoall .dstitle h3{
        font-size: 15px;
        line-height: 23px;
    }
    /*  <===== itvideoall =====>  */

    /*  <===== slalbumall =====>  */
    .slalbumall .slick-list {
        margin-right: -15px;
    }
    .slalbumall .itvideoall{
        width: 270px;
    }
    .slalbumall .itimagesall{
        width: 270px;
    }
    /*  <===== slalbumall =====>  */

    /*  <===== tpalbummminf =====>  */
    .tpalbummminf .mmgrip{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .tpalbummminf .mmgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .tpalbummminf .mmgrip.vmobi > div{
        width: 50%;
    }
    /*  <===== tpalbummminf =====>  */

    /*  <===== italbummm =====>  */
    .italbummm .decss{
        padding: 15px 15px 20px;
        text-align: justify;
    }
    .italbummm .dstitle, .italbummm .dstitle h3{
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.2px;
    }
    .italbummm .dstitle a{
        max-height: 66px;
        -webkit-line-clamp: 3;
    }
    /*  <===== italbummm =====>  */
    .italbummm.vvideo .thumb a::after{
        left: 10px;
        bottom: 10px;
    }
}
@media all and (max-width: 767px){
    .tpalbumpop .itemcol{
        width: 50%;
    }

    /*  <===== tpalbummminf =====>  */
    .tpalbummminf .mmgrip{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .tpalbummminf .mmgrip > div{
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }
    .tpalbummminf .mmgrip.vmobi > div{
        width: 100%;
    }

    /*  <===== tpalbummminf =====>  */

    /*  <===== italbummm =====>  */
    .italbummm .dstitle a{
        max-height: 88px;
        -webkit-line-clamp: 4;
    }
    /*  <===== italbummm =====>  */
}