/* <=== tplibrarymma ===> */
.tplibrarymma{
    padding: 120px 0 90px;
}
/* <=== tplibrarymma ===> */

/* <=== itlibrary ===> */
.itlibrary .thumb{
    margin-bottom: 20px;
}
.itlibrary .thumb a{
    padding-top: 70%;
}
.itlibrary .thumb a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005091;
    opacity: 0.4;
    z-index: 1;
}
.itlibrary .thumb a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.itlibrary.vimages .thumb a::before{
    width: 66px;
    height: 52px;
    background-image: url('../images/iimg.png');
}
.itlibrary.vvideo .thumb a::before{
    width: 64px;
    height: 64px;
    background-image: url('../images/iivideo.png');
}
.itlibrary .dstitle{
    margin-bottom: 10px;
}
.itlibrary .dstitle, .itlibrary .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    height: 90px;
    overflow: hidden;
}
.itlibrary .dstitle a{
    display: block;
}
.itlibrary .dsdate{
    color: #575757;
}
/* <=== itlibrary ===> */
 
/* <=== vhstygallery ===> */
.vhstygallery .fancybox-slide--html{
	padding: 0;
}
.vhstygallery .fancybox-slide--iframe .fancybox-content{
	margin-bottom: 0;
	height: 100%;
	width: 400px;
}
.vhstygallery .fancybox-close-small{
	width: 50px;
	height: 50px;
	background: #00968d;
	top: 0px;
	right: 0px;
	color: #fff!important;
	opacity: 1;
	position: fixed;
}
.vhstygallery .fancybox-button{
	top: 30px;
	right: 130px;
	background-color: transparent;
	padding: 10px;
	opacity: 1; 
    position: fixed;
}
.vhstygallery .fancybox-button::before{
    content: 'Close';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.vhstygallery .fancybox-button svg{
	width: 100%;
}
/* <=== vhstygallery ===> */

/* <=== slcounter ===> */
.slcounter{
    position: absolute;
    top: 30px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 50px;
}
.slcounter .ctnummm::after{
    content: '/';
    margin: 0 5px;
}
/* <=== slcounter ===> */
#vnt-trustvn-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0px;
    margin: 0;
    padding-top: 90px;
}

/* <=== styvideo ===> */
.styvideo .fancybox-slide{
    padding: 90px 0 0 0;
}
.styvideo .fancybox-content{
    max-width: 910px;
    max-height: 630px;
    margin: 0 auto;
}
.styvideo .fancybox-caption{
    background: none;
}
/* <=== styvideo ===> */
 
@media all and (max-width: 1200px){ 

}
@media all and (max-width: 991px){ 
    /* <=== vhstygallery ===> */
    .vhstygallery .fancybox-bg{
        opacity: 1;
    }
    #vnt-trustvn-gallery{
        padding-top: 100px;
    }
    .vhstygallery .fancybox-button{
        top: 25px;
        width: 30px;
        height: 30px;
        right: initial;
        left: 10px;
    }   
    .vhstygallery .fancybox-button::after{
        content: '\e900';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        font-family: 'icomoon' !important;
        font-size: 12px;
        font-weight: 400;
    }
    .vhstygallery .fancybox-button svg{
        display: none;
    }
    .vhstygallery .fancybox-button::before{
        display: none;
    }

    /* <=== vhstygallery ===> */

    /* <=== tplibrarymma ===> */
    .tplibrarymma{
        padding: 65px 0 65px;
    }
    /* <=== tplibrarymma ===> */
}
@media all and (max-width: 767px){ 
    
}