.grip_3 .item{
    margin-bottom: 30px;
}
.grip_3 .item:hover img{
    transform: scale(1.1);
    -webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.grip_3 .item:hover a{
    color: #ee1c26;
}
.grip_3 .item .thumb{
    position: relative;
    overflow: hidden;
}
.grip_3 .item .thumb::before{

}
.grip_3 .item .thumb a{
    position: relative;
    height: 0;
    padding-bottom: 65.56%;
    overflow: hidden;
    display: block;
}
.grip_3 .item .thumb a::before{
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 25px;
    background-image: url("../images/album/imgbg.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.grip_3 .item .thumb img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.grip_3 .item .decs{
    padding: 25px 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.grip_3 .item .decs h3{
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
}

#vnt-trustvn-gallery{
    width: 100%;
    max-width: 100%;
    height:100%;
    /* overflow: hidden; */
    background: #fff;
    padding: 50px 0px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 1200px;
}
#vnt-trustvn-gallery .fancybox-close-small{
    right: -50px;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    color: #fff;
    opacity: 1;
    background-color: #ee1c26;
    border-radius: 100%;
}
.fancybox-slide{
    padding: 0!important;
}
.fancybox-bg{
    background-color: #fff;
}
.fancybox-is-open .fancybox-bg{
    opacity: 1;
}
#galleryFor{
    height:-webkit-calc(100vh - 110px);
    height:-moz-calc(100vh - 110px);
    height:-o-calc(100vh - 110px);
    height: calc(100% - 110px);
    position: relative;
    margin-bottom: 50px;
}
#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: 50px;
    height: 50px;
    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%;
    background-color: #ee1c26;
}
#galleryFor .slide-prev{
    left: 30px;
}
#galleryFor .slide-next{
    right: 30px;
}
#galleryFor .slide-arrow:before{
    font-family: fontAwesome;
    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: 30px;
    line-height: 30px;
}
#galleryFor .slide-prev:before{
    content: "\f104";
}
#galleryFor .slide-next:before{
    content: "\f105";
}
/*===========================================================*/
#galleryNav{
    height: 90px;
    position: fixed;
    top: right;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    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 .item{
    margin-right: 10px;
    width: 70px;
    flex-basis: 70px;
    flex-shrink: 0;
    position: relative;
}
#galleryNav .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.4;
    z-index: 1;
}
#galleryNav .item.active .img:before{
    opacity: 1;
}
#galleryNav .item.active::before{
    opacity: 0;
}
#galleryNav .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border:solid 2px #ee1c26;
    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: 70%;
    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%;
}
.like_share_date{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    align-content: center;
}
.like_share_date .date{
    display: inline-block;
    padding: 5px;
    padding-left: 33px;
    padding-right: 10px;
    position: relative;
    background-color: #1596d2;
    color: #fff;
}
.like_share_date .date::before{
    content: '\f073';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
}
.vnt-video-info .thumb iframe{
    width: 100%;
    height: 500px;
}
.orther_prod{
    margin-bottom: 70px;
}
.orther_prod .op_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.orther_prod .op_title h2{
    font-size: 25px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #1596d2;
}
.title_line::before{
    width: 100%;
}
.ortherSlider .slick-list{
    margin: 0 -15px;
}
.ortherSlider .slick-slide{
    padding: 0 15px;
}
.ortherSlider.styleBtn .slick-prev{
    left: -80px;
}
.ortherSlider.styleBtn .slick-next{
    right: -80px;
}
.vnt_album .mid-title .titleL h1, .vnt_album .mid-title .titleL a{
    font-size: 30px;
    line-height: 45px;
}
.vnt_album .mid-title{
    /* text-align: left; */
}
.vnt_album .mid-title .titleL{
    padding: 0;
}
@media only screen and (max-width: 991px) {
    #galleryFor .img{
        height: 50%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .vnt-video-info .thumb iframe{
        height: 400px;
    }
    .vnt_album .mid-title .titleL h1, .vnt_album .mid-title .titleL a{
        font-size: 25px;
        line-height: 38px;
    }
    .grip_3.video_3 .item .thumb::before{
        left: 10px;
        bottom: 10px;
    }
    .grip_3 .item{
        margin-bottom: 20px;
    }
    .ortherSlider .item{
        margin-bottom: 40px;
    }
    .grip_3 .row{
        margin: 0 -10px;
    }
    .grip_3 .row > div{
        padding: 0 10px;
    }
    .grip_3 .item .decs{
        padding: 15px 10px;
    }
    #galleryNav{
        justify-content: flex-start;
        display: none;
    }
    #galleryFor .slide-arrow{
        top: 77%;
    }
    #galleryFor .caption{
        /* bottom: 120px; */
    }
    #vnt-trustvn-gallery .fancybox-close-small{
        right: 20px;
        top: 60px;
    }
    #galleryFor .item{
        left: 20px;
        right: 20px;
        width: auto;
    }
    #galleryFor .slide-next{
        right: initial;
        left: calc(50% + 10px);
    }
    #galleryFor .slide-prev{
        left: calc(50% - 60px);
    }
    /*  */
    .ortherSlider .slick-list{
        margin: 0 -10px;
    }
    .ortherSlider .slick-slide{
        padding: 0 10px;
    }
    .ortherSlider.styleBtn .slick-arrow{
        top: initial;
        transform: translate(0, 0);
        bottom: -30px;
    }
    .ortherSlider.styleBtn .slick-prev{
        left: calc(50% - 60px);
    }
    .ortherSlider.styleBtn .slick-next{
        right: initial;
        left: calc(50% + 10px);
    }
    /* add  */
    .grip_3 .item .thumb a::before{
        bottom: 10px;
        left: 10px;
        width: 25px;
        height: 20px;
    }
    .grip_3 .item .decs h3{
        font-size: 16px;
        line-height: 24px;
        height: 45px;
    }
}
@media all and (max-width: 480px){
    .vnt-gallery .row .col-xs-6{
        width: 100%;
    }

}