.vnt-project{
	margin-bottom: 25px;
}
.vnt-project .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	margin: 0 -1px;
	flex-wrap: wrap;
}
.vnt-project .grid .col{
	width: 33.333333%;
	padding: 0 1px;
	margin-bottom: 2px;
}
.project{
	position: relative;
}
.project .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.project .img:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	z-index: 1;
	opacity: 0.15;
	pointer-events: none;
}
.project .img img{
	position: absolute;
	top: 0;
	left: 0;
	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);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.project:hover .img img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.project .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 25px 30px;
	pointer-events: none;
}
.project .tend{
	margin-bottom: 10px;
}
.project .tend h3{
	font-size: 22px;
	line-height: 30px;
	color:#ffffff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	text-transform: uppercase;
	font-weight: normal;
}
.project .place{
	color:#ffffff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}
.project .place span{
	padding-left: 20px;
	position: relative;
}
.project .place span:before{
	content: "\f041";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.project:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: solid 5px #a91717;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 3;
	pointer-events: none;
}
.project:hover:before{
	right: 0;
}
/*============================================================*/
#vnt-thumbnail-for .item .img{
	/*height:-webkit-calc(100vh - 160px);
	height:-moz-calc(100vh - 160px);
	height:-o-calc(100vh - 160px);
	height:calc(100vh - 160px);*/
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#vnt-thumbnail-for .slick-arrow{
	width:20px;
	height:30px;
	background: none;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#vnt-thumbnail-for .slick-prev{
	left:30px;
}
#vnt-thumbnail-for .slick-next{
	right:30px;
}
#vnt-thumbnail-for .slick-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: 55px;
	line-height: 65px;
}
#vnt-thumbnail-for .slick-prev:before{
	content: "\f104";
}
#vnt-thumbnail-for .slick-next:before{
	content: "\f105";
}
#vnt-thumbnail-for .slick-arrow:hover{
	color:#a91717;
}
.vnt-thumnail-nav{
	background: #f5f5f5;
	padding: 30px 0;
}
.vnt-thumnail-nav .wrapper{
	max-width: 900px;
}
#vnt-thumbnail-nav .slick-list{
	margin: 0 -5px;
}
#vnt-thumbnail-nav .slick-slide{
	padding: 0 5px;
}
#vnt-thumbnail-nav .item{
	cursor: pointer;
}
#vnt-thumbnail-nav .item .img{
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
#vnt-thumbnail-nav .item .img:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: solid 4px #a91717;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#vnt-thumbnail-nav .item.active .img:before{
	right: 0;
}
/*===============================================================*/
.projectWrap{
	margin-bottom: 25px;
}
.projectWrap .row{
	margin-left: -25px;
	margin-right: -25px;
}
.projectWrap .row>*[class^="col-"]{
	padding-left: 25px;
	padding-right: 25px;
}
.the-title{
	margin-bottom: 10px;
}
.the-title h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
}
.the-place{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.the-place .t1:first-child{
	padding-right: 15px;
	margin-right: 15px;
	border-right: solid 1px #888888;
}
.the-place .t1{
	color:#888888;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.the-place .t1 span{
	padding-left: 20px;
	position: relative;
}
.the-place .t1 span:before{
	content: "\f041";
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.the-des{
	text-align: justify;
	color:#777777;
	margin-bottom: 15px;
}
.the-back a{
	display: inline-block;
	font-weight: bold;
}
.the-back a span{
	padding-left: 15px;
	position: relative;
}
.the-back a span:before{
	content: "\f100";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.the-attr {
	margin-bottom: 20px;
}
.the-attr .title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.the-attr ul li{
	margin-bottom: 3px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	color:#666666;
}
.the-attr ul li .at{
	width: 180px;
	flex-shrink: 0;
	color:#333333;
}
.the-attr ul li.mb{
	margin-bottom: 15px;
}
/*===========================================================*/
.projectOther .title{
	margin-bottom: 20px;
}
.projectOther .title h2{
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
#slideOther .slick-list{
	margin: 0 -15px;
}
#slideOther .slick-slide{
	padding: 0 15px;
}
#slideOther .slick-arrow{
	width:20px;
	height:30px;
	background: none;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#777777;
}
#slideOther .slick-prev{
	left:-60px;
}
#slideOther .slick-next{
	right:-60px;
}
#slideOther .slick-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: 55px;
	line-height: 65px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	color:#a91717;
}
#slideOther .project .caption{
	padding: 15px 10px;
}
#slideOther .project .tend{
	margin-bottom: 2px;
}
#slideOther .project .tend h3{
	font-size: 14px;
	line-height: 22px;
}
#slideOther .projecT .place{
	font-size: 12px;
	line-height: 20px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
#slideOther .slick-prev{
	left:10px;
}
#slideOther .slick-next{
	right:10px;
}
#slideOther .slick-arrow{
	color:#fafafa;
}
}

@media all and (max-width: 991px){
.project .tend h3{
	font-size: 16px;
	line-height: 24px;
}
#vnt-thumbnail-for .item .img{
	height:480px;
}
.vnt-thumnail-nav{
	padding: 20px 10px;
}
#vnt-thumbnail-nav .slick-list{
	margin: 0 -10px;
}
#vnt-thumbnail-nav .slick-slide{
	padding: 0 10px;
}
.the-title h1{
	font-size: 26px;
	line-height: 34px;
}
.the-place .t1{
	font-size: 14px;
	line-height: 22px;
}
.the-des,
.the-attr ul li{
	font-size: 14px;
	line-height: 22px;
}
.vnt-project .grid .col{
	width: 50%;
}
}

@media all and (max-width: 768px){
.vnt-thumnail-nav{
	padding: 10px 5px;
}
#vnt-thumbnail-nav .slick-list{
	margin: 0 -5px;
}
#vnt-thumbnail-nav .slick-slide{
	padding: 0 5px;
}
}

@media all and (max-width: 767px){
#vnt-thumbnail-for .item .img{
	height:380px;
}
.vnt-project .grid .col{
	width: 100%;
}
}

@media all and (max-width: 460px){
.the-place{
	display: block;
}
.the-place .t1:first-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
	margin-bottom: 0;
}
.the-back{
	margin-bottom: 30px;
}
}

@media all and (max-width: 420px){

}