
#galleryFor{
    height:-webkit-calc(100vh - 180px);
    height:-moz-calc(100vh - 180px);
    height:-o-calc(100vh - 180px);
    height: calc(100vh - 180px);
    position: relative;
    max-width: 990px;
    margin: 0 auto;
}
#galleryFor div{
    height: 100%;
}
#galleryFor .item{
    height: 100%;
    width: 100%;
    position: relative;
}
#galleryFor .img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 70px);
    width: 100%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#galleryFor .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 15px;
    z-index: 1;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
    font-weight: 600;
	height: auto;
}
#galleryFor .slick-arrow{
    width: 56px;
    height: 56px;
    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: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
}
#galleryFor .slick-prev{
	left: 100px;
}
#galleryFor .slick-next{
	right: 100px;
}

#galleryNav{
    height: 90px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    max-width: 1160px;
	padding: 15px 0;
}
#galleryNav .slick-list{
    margin: 0 -3.5px;
}
#galleryNav .slick-slide{
    padding: 0 3.5px;
}
#galleryNav .item{
    position: relative;
    cursor: pointer;
}
#galleryNav .img{
	width: 90px;
    padding-top: 60px;
    position: relative;
    overflow: hidden;	
}
#galleryNav .img::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	z-index: 1;
}
#galleryNav .img::after{
    content: '';
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#galleryNav .slick-current .img::before{
	opacity: 0;
}
#galleryNav .slick-current .img::after{
    border-color: #ececec;
}

#galleryNav .img img{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height:100%;
	object-fit: cover;
}

/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1200px){

	.vhbtnslickmb{
        margin-bottom: 20px;
    }
    .vhbtnslickmb .slick-arrow{
        bottom: -20px;
    }
	#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{
        padding: 0;
        height:-webkit-calc(100vh - 220px);
        height:-moz-calc(100vh - 220px);
        height:-o-calc(100vh - 220px);
        height: calc(100vh - 220px);
    }
	#galleryNav .slick-list{
        margin: 0 -5px;
    }
    #galleryNav .slick-slide{
        padding: 0 5px;
    }
	#galleryFor .slick-arrow{
		top: 45%;
		width: 42px;
		height: 42px;
		background-color: rgba(0, 0, 0, 0.2)
	}
	#galleryFor .slick-arrow::before{
		font-size: 16px;
	}
	#galleryNav{
		padding-left: 15px;
	}
	#galleryFor .txt{
		background-color: transparent;
	}
    #galleryFor .txt{
        font-size: 16px;
        line-height: 24px;
    }
    .slcounter{
        top: 50px;
    }
    #galleryFor .img{
        height: calc(100% - 88px);
    }
    #galleryFor .txt{
        bottom: 0px;
    }
    #galleryNav .img{
        width: 70px;
        padding-top: 50px;
    }
}
@media all and (max-width: 640px){

}