.vntcolec{
    margin-bottom: 50px;
}
.lstCollection{
    margin-bottom: 40px;
}
.lstCollection .itemCol{
    position: relative;
}
.lstCollection .itemCol .thumb a{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.lstCollection .itemCol .thumb a img{
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}

.lstCollection .itemCol .thumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.1;
    z-index: 11;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.lstCollection .itemCol .decs{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    text-align: center;
}

.lstCollection .itemCol .decs h3{
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
}
.lstCollection .itemCol .decs h3 a{
    color: #fff;
    pointer-events: auto;
}
.lstCollection .itemCol .decs .viewcol a{
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    background-color: #333333;
    pointer-events: auto;
}
.lstCollection .itemCol .decs .viewcol a:hover{
    background-color: #d11e70;
}
.lstCollection .itemCol:hover .viewcol a{
    background-color: #d11e70;
}
.lstCollection .itemCol:hover h3 a{
    /* color: #d11e70; */
}
.lstCollection .itemCol:hover .thumb a::before{
    opacity: 0;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.lstCollection .itemCol:hover .thumb a img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*  */
.vntcollecDetai .titlePage{
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.vntcollecDetai .titlePage h2{
    font-weight: 400;
    color: #333333;
    font-size: 35px;
    line-height: 53px;
}
.vntcollecDetai .contenttext{
    text-align: center;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 60px;
}
.vntcollecDetai .contenttext p{
    padding: 0;
}

/*  */
.lstcolletion .itemCol{

}
.lstcolletion .itemCol .thumb{

}
.lstcolletion .itemCol .thumb a{
    position: relative;
    overflow: hidden;
    height: 0;
    display: block;
    padding-top: 40%;
}
.lstcolletion .itemCol:hover .thumb a img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.lstcolletion .itemCol:hover .decs h3 a{
    color: #d11e70;
}
.lstcolletion .itemCol .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}
.lstcolletion .itemCol .decs{
    padding: 15px;
    text-align: center;
}
.lstcolletion .itemCol .decs h3{
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
}
.boxOrther{
    padding: 40px 30px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
}
.boxOrther .titleOrther{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-family: 'Oswald';
}
.boxOrther .sliderOrther .slick-list{
    margin: 0 -15px;
}
.boxOrther .sliderOrther .slick-slide{
    padding: 0 15px;
}
.boxOrther .sliderOrther.newsAll .decs{
    background-color: #fff;
}
.sliderOrther .slick-arrow{
    top: 43%;
}
.gripcollect{
    margin-bottom: 20px;
}
.gripcollect .item{
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    height: 0;
    padding-top: 34.67%;
    overflow: hidden;
}
.gripcollect .item:nth-child(2n + 2){
    margin-right: 0;
}
.gripcollect .item.item1{
    padding-top: 63.6999%;
}
.gripcollect .item.item2{
    padding-top: 29.899%;
}
.gripcollect .item a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.gripcollect .item a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.gripcollect .item a:hover::before{
    opacity: 0.2;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.gripcollect .item a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 50px;
    background-image: url('../images/collection/img.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;
}
.gripcollect .item a:hover::after{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gripcollect .item a img{
    width: 100%;
    height: 100%;
    display: none;
}


/*

*/
/*  */
#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: 1070px;
}
#vnt-trustvn-gallery .fancybox-close-small{
    right: -50px;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    color: #333333;
    opacity: 1;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
#vnt-trustvn-gallery  .fancybox-button svg{
    width: 100%;
}
.fancybox-slide{
    padding: 0!important;
}
.fancybox-bg{
    background-color: #fff;
}
.fancybox-is-open .fancybox-bg{
    opacity: 1;
}
#galleryFor{
    height:-webkit-calc(100vh - 50px);
    height:-moz-calc(100vh - 50px);
    height:-o-calc(100vh - 50px);
    height: calc(100% - 50px);
    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;

}
#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: 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: rgba(0, 0, 0, 0.6);
}
#galleryFor .slide-arrow:hover{
    background-color: #d11e70;
}
#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: 35px;
    line-height: 35px;
}
#galleryFor .slide-prev:before{
    content: "\f104";
}
#galleryFor .slide-next:before{
    content: "\f105";
}
/*===========================================================*/
#galleryNav{
    height: 90px;
    position: fixed;
    bottom: 20px;
    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: 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: #000000;
    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 #005c66;
    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%;
}
/*  */


/*  */
@media all and (max-width: 991px){
    .lstCollection .itemCol .decs h3{
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .boxOrther{
        padding: 30px 20px;
    }
    .boxOrther .titleOrther{
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .lstcolletion .itemCol .decs h3{
        font-size: 17px;
        line-height: 26px;
    }
    .vntcollecDetai .titlePage{
        margin-bottom: 15px;
    }
    .vntcollecDetai .titlePage h2{
        font-size: 25px;
        line-height: 37px;
    }
    .vntcollecDetai .contenttext{
        margin-bottom: 20px;
    }
    .vnt-main-top .boxHeaderTitle .titlePage h1{
        font-size: 25px;
        line-height: 37px;
    }
    .vnt-main-top .boxHeaderTitle .captions{
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
    }
    .vnt-main-top .scrollDown{
        display: none;
    }

    /*

    */
    #vnt-trustvn-gallery{
        padding: 50px 0px;
    }
    #galleryFor .slide-arrow{
        top: 46%;
        width: 40px;
        height: 40px;
    }
    #galleryFor .slide-prev{
        left: 10px;
    }
    #galleryFor .slide-next{
        right: 10px;
    }
    #vnt-trustvn-gallery .fancybox-close-small{
        top: 20px;
        right: 20px;
    }
    #galleryNav{
        justify-content: flex-start;
        padding: 0;
        margin-left: 20px;
    }
    #galleryFor .slide-arrow:before{
        font-size: 28px;
        line-height: 37px;
    }
}
@media all and (max-width: 767px){
    .lstCollection .itemCol {
        margin-bottom: 20px;
    }
    .lstCollection .itemCol:last-child{
        margin-bottom: 0;
    }
    .lstCollection .itemCol .decs{
        position: static;
        transform: initial;
        pointer-events: auto;
        padding: 15px;
    }
    .lstCollection .itemCol .decs h3 a{
        color: #333333;
    }
    .gripcollect .item{
        width: 100%;
        padding-top: 70.67%;
    }
    .gripcollect .item.item1{
        padding-top: 131.5999%;
    }
    .gripcollect .item.item2{
        padding-top: 65.67%;
    }
}