.gripAlbum{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-bottom: 20px;
}
.gripAlbum .colGr{
    padding: 0 20px;
    width: 33.3333%;
    margin-bottom: 20px;
}

.itemAlbum{

}
.itemAlbum .thumb a{
    display: block;
    height: 0;
    position: relative;
    padding-top: 57.33%;
    overflow: hidden;
    cursor:pointer;
}
.itemAlbum .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gripVideo .itemAlbum .thumb a::after{
    content: '';
    background: url('../../../images/video.png') no-repeat center;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-size: contain;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.itemAlbum:hover .thumb a img{
    
}
.itemAlbum .decs{
    padding: 15px;
    text-align: center;
}
.itemAlbum .decs h3{
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    color: #015ba6;
}
.itemAlbum .decs h3 a{
    color: #015ba6;
    display: block;
}
.designGalary .fancybox-close-small{
    background-color: #ffffff;
    color: #015ba6;
    border-radius: 100%;
    opacity: 1;
    top: -10px;
    right: 20px;
}
.designGalary  .fancybox-navigation .fancybox-button{
    opacity: 1;
    visibility: inherit;
    background-color: transparent;
}
.designGalary .fancybox-navigation .fancybox-button--arrow_right{
    right: 10%;
}
.designGalary .fancybox-navigation .fancybox-button--arrow_left{
    left: 10%;
}
.designGalary .fancybox-bg{
    background-color: rgba(0, 54, 99, 0.85);
}
.designGalary .fancybox-navigation{
    display: none;
}
@media all and (max-width: 1200px){
    .gripAlbum{
        margin: 0 -10px;
        margin-bottom: 20px;
    }
    .gripAlbum .colGr{
        padding: 0 10px;
    }
    /*  */
}
@media all and (max-width: 991px){
    .gripAlbum .colGr{
        width: 50%;
    }
    .itemAlbum .decs h3{
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
    .designGalary .fancybox-close-small{

        right: 0;
    }
}
@media all and (max-width: 767px){
    .gripAlbum .colGr{
        width: 100%;
        margin-bottom: 10px;
    }
}

#vnt-trustvn-gallery{
    width: 100%;
    overflow: unset;
    margin: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1370px;
    margin: 0 auto;
    padding: 50px 60px;
}
#galleryFor{
    position: relative;
}
#galleryFor .item{
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    max-width: 1370px;
}
#galleryFor .img{
    width: 100%;
    /* overflow: hidden; */
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: calc(100vh - 250px);
}
#galleryFor .img img{
    width: 100%;
}
#galleryFor .caption{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;;
    text-align: center;
    padding: 15px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#galleryFor .slide-arrow{
    width: 60px;
    height: 60px;
    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:#ffffff;
    border-radius: 100%;
  
}
#galleryFor .slide-arrow::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-rendering: auto;
    color: #ffff;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-repeat: no-repeat;
}
#galleryFor .slick-prev{
    left: -50px;
}
#galleryFor .slick-prev::before{
    background-image: url(../images/next.png);
}
#galleryFor .slick-next{
    right: -50px;
}
#galleryFor .slick-next::before{
    background-image: url(../images/next.png);
}
#galleryFor .slick-arrow{
    opacity: 1;
}
/*===========================================================*/
#galleryNav{
    height: 90px;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1100px;
}
#galleryNav .slick-list{
    margin: 0 -10px;
}
#galleryNav .slick-slide{
    padding: 0 10px;
}
#galleryNav .item{
    position: relative;
    cursor: pointer;
}
#galleryNav .slick-slide .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
}
#galleryNav .slick-current .item::before{
    opacity: 0;
    visibility: hidden;
}
#galleryNav .slick-slide .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border:solid 2px #ffff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
#galleryNav .slick-current .img:before{
    opacity: 1;
    border:solid 2px #ed1c24;
}
#galleryNav .img{
    padding-top: 58.56%;
    position: relative;
    overflow: hidden;
}
#galleryNav .img img{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height:100%;
}
.popupGallery .fancybox-bg{
    background-color: #003663;
    opacity: 0.85;
}
.popupGallery .fancybox-close-small{
    background-color: #ffff;
    border-radius: 100%;
    opacity: 1;
    color: #003663;
    padding: 5px;
    right: 20px;
    top: 20px;
}
/*  */
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1200px){
    #galleryFor .slick-prev{
        left: 10px;
    }
    #galleryFor .slick-next{
        right: 10px;
    }
}
@media all and (max-width: 1100px){
    #galleryFor .slide-arrow{
        top: 42%;
        width: 40px;
        mix-blend-mode: normal;
        height: 40px;
    }
    #galleryFor .slide-prev{
        left: 0;
    }
    #galleryFor .slide-next{
        right: 0;
    }
}
@media all and (max-width: 991px){
    #galleryFor .caption{
        font-size: 20px;
        line-height: 30px;
    }
    #vnt-trustvn-gallery{
        padding: 60px 10px;
    }
    #galleryFor .slick-arrow{
        top: 40%;
        width: 35px;
        height: 35px;
        background-size: 10px;
    }
    #galleryNav .slick-list{
        margin: 0 -5px;
    }
    #galleryNav .slick-slide{
        padding: 0 5px;
    }
}

@media all and (max-width: 640px){
    #galleryNav .item{
        width: 20%;
        flex-basis: 17.7%;
    }
    #galleryFor .slick-arrow{
        top: 38%;
    }
}

@media all and (max-width: 480px){
    .vnt-gallery .row .col-xs-6{
        width: 100%;
    }
}

@media all and (max-width: 420px){
    
}
