.vnt-project .grid .col{
	margin-bottom: 30px;
}
.project{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.project .img{
	width: 300px;
	margin-right: 40px;
	flex-shrink: 0;
}
.project .img a{
	display: block;
	padding-top: 89.666666%;
	position: relative;
	overflow: hidden;	
}
.project .img a 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 .img a:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}*/
.project .tend{
	margin-bottom: 10px;
}
.project .add{
	display: none;
}
.project .tend a{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.project .attr p{
	padding: 0;
}
/*============================*/
.vnt-project.v-g .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	margin: 0 -2px;
	flex-wrap: wrap;
}
.vnt-project.v-g .grid .col{
	width: 33.333333%;
	padding: 0 2px;
	margin-bottom: 2px;
}
.vnt-project.v-g .project{
	position: relative;
	display: block;
}
.vnt-project.v-g .project .img{
	width: 100%;
	margin-right: 0;
}
.vnt-project.v-g .project .img a{
	display: block;
}
.vnt-project.v-g .project .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	pointer-events: none;
}
.vnt-project.v-g .project:hover .img a:before{
	opacity: 0.4;
}
.vnt-project.v-g .project .caption{
	position: absolute;
	top: 25%;
	left: 15px;
	right: 15px;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	-o-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	pointer-events: none;
}
.vnt-project.v-g .project:hover .caption{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	opacity: 1;
}
.vnt-project.v-g .project .attr{
	display: none;
}
.vnt-project.v-g .project .tend{
	margin-bottom: 0;
}
.vnt-project.v-g .project .tend a{
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	font-weight: bold;
	overflow: hidden;
}
.vnt-project.v-g .project .add{
	display: block;
	color:#ffffff;
}
/*==========================================================*/
.toolsMainTop{
	position: relative;
	z-index: 2;
}
.projectTools{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.projectFilter{
	margin-right: 15px;
}
.projectFilter .icon {
    width: 150px;
    background: #ffffff;
    position: relative;
    padding: 14px 15px;
}
.projectFilter .icon:before{
	content: "\f107";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.projectFilter.active .popup{
	display: block;
}
.projectFilter .popup {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    z-index: 1;
    padding: 40px 0;
    display: none;
}
.projectFilter .linkDel{
	margin-bottom: 30px;
}
.projectFilter .linkDel a{
	font-weight: 500;
}
.projectFilter .linkDel a span{
	padding-right: 20px;
	position: relative;
}
.projectFilter .linkDel a span:before{
	content: "\f05c";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#04924f;
}
.projectFilter .title{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.projectFilter ul li a{
	display: block;
	color:#666666;
	margin-bottom: 5px;
}
.projectFilter ul ul{
	padding-left: 15px;
}
.projectFilter ul.tags{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.projectFilter ul.tags li{
	padding-right: 5px;
	margin-right: 5px;
	border-right: solid 1px rgba(0,0,0,0.15);
	margin-bottom: 3px;
}
.projectFilter ul.tags li a{
	font-size: 12px;
	line-height: 12px;
}
.projectFilter ul li a:hover,
.projectFilter ul.tags li a:hover{
	color:#04924f;
}

.projectFilter ul li.current > a,
.projectFilter ul li a.current {
    color: #04924f;
    font-weight: bold;
}

.projectFilter .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.projectFilter .grid .col{
	width: 25%;
	padding: 0 15px;
}
.projectListTab ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.projectListTab ul li a{
	display: block;
	position: relative;
	padding: 14px 40px;
	font-weight: 600;
}
.projectListTab ul li.active a{
	color:#04924f;
}
.projectListTab ul li a:before{
	content: "";
	position: absolute;
	bottom: 10px;
	left: 40px;
	right: 100%;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.projectListTab ul li.active a:before{
	right: 40px;
}
.projectListTab .mc-menu{
	padding: 14px 30px;
	cursor: pointer;
	position: relative;
}
.projectListTab .mc-menu:before{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*==============================================================*/
.projectMap img{
	width: 100%;
}
.tab-content #tab1,
.tab-content #tab2{
	padding: 40px 0;
}
/*==========================================================*/
.the-info{
	margin-bottom: 45px;
}
.the-info.mb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.the-info .per{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}
.the-info .title{
	margin-bottom: 15px;
}
.the-info .title h1{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
.the-thumbnail{
}
.the-thumbnail img{
	width: 100%;
}
.the-attr .textTitle{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.the-attr ul li{
	margin-bottom: 25px;
}
.the-attr ul li .at{
	font-weight: bold;
}
.the-attr .tags{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.the-attr .tags li{
	margin: 0;
	padding-right: 5px;
	margin-right: 5px;
	border-right: solid 1px rgba(0,0,0,0.15);
}
.the-attr .tags li a{
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin-bottom: 4px;
}
.the-note-img{
	font-size: 12px;
	line-height: 20px;
	color:#666666;
	margin-bottom: 30px;
}
.the-content{
	margin-bottom: 25px;
}

.the-gallery{
	margin-bottom: 40px;
}
.the-gallery .title{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}
.the-gallery .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -6.5px;
	flex-wrap: wrap;
}
.the-gallery .grid .col{
	width: 16.666666%;
	padding: 0 6.5px;
	margin-bottom: 14px;
}
.the-gallery a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.the-gallery a img{
	width:initial;
	max-width: initial;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

/*=======================================================*/
.the-other{
	margin-bottom: 40px;
}
.the-other .title{
	padding-left: 20px;
	border-left: solid 5px #04924f;
	margin-bottom: 35px;
}
.the-other .title h2{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	text-transform: uppercase;
}
.the-info{
	margin-bottom: 45px;
}
.the-info.mb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.the-info .per{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}
.the-info .title{
	margin-bottom: 15px;
}
.the-info .title h1{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
.the-info .df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-info .date{
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
}
.the-info .date:before{
	content: "";
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 12px;
	border-right: solid 1px rgba(0,0,0,0.15);
}
.the-info .social{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-info .social .txt{
	font-size: 13px;
	line-height: 21px;
	margin-right: 15px;
}
.the-info .social ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.the-info .social ul li{
    margin-right: 15px;
}
.the-info .social ul li:last-child{
    margin-right: 0;
}
.the-info .social ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #f4f4f4;
    border-radius: 100%;
    color:#b7b7b7;
    font-size: 16px;
    line-height: 24px;
}
.the-info .social ul li a img{
    max-height: 20px;
}
.the-info .social ul li a:hover{
    color:#04924f;
}
.the-content{
	margin-bottom: 35px;
}
.the-info .linkBack a{
	display: block;
}
.the-info .linkBack a span{
	padding-left: 20px;
	position: relative;
}
.the-info .linkBack a span:before{
	content: "\f112";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){
.vnt-project.v-g .grid .col{
	width: 50%;
}
.vnt-project.v-g .project{
	margin-bottom: 20px;
}
.vnt-project.v-g .project .caption{
	position: initial;
	padding: 0;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	opacity: 1;
	pointer-events: auto;
	width: 100%;
}
.vnt-project.v-g .project .img{
	margin-bottom: 10px;
}
.vnt-project.v-g .project .tend a{
	font-size: 16px;
	line-height: 24px;
	color:#333333;
	height: 48px;
	display: block;
	overflow: hidden;
}
.vnt-project.v-g .project .add{
	color:#333333;
}
.projectFilter .icon{
	width: 100px;
}
.projectListTab{
	width:-webkit-calc(100% - 115px);
	width:-moz-calc(100% - 115px);
	width:-o-calc(100% - 115px);
	width:calc(100% - 115px);
	position: relative;
}
.projectListTab.active ul{
	display: block;
}
.projectListTab ul{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.9);
	display: none;
}
.projectListTab ul li a:before{
	display: none;
}
.projectFilter .grid .col{
	width: 50%;
	margin-bottom: 20px;
}
.the-gallery .grid{
	margin: 0 -10px;
}
.the-gallery .grid .col{
	width: 20%;
	padding: 0 10px;
	margin-bottom: 20px;
}
}

@media all and (max-width: 768px){
.the-gallery .grid{
	margin: 0 -5px;
}
.the-gallery .grid .col{
	width: 33.333333%;
	padding: 0 5px;
	margin-bottom: 10px;
}
}

@media all and (max-width: 767px){
.project .img{
	width: 200px;
	margin-right: 15px;
}
.project .attr{
	display: none;
}
.project .add{
	display: block;
}
.project .tend a {
    font-size: 18px;
    line-height: 26px;
    white-space: initial;
    height: 52px;
    overflow: hidden;
}
.project .caption{
	width:-webkit-calc(100% - 215px);
	width:-moz-calc(100% - 215px);
	width:-o-calc(100% - 215px);
	width:calc(100% - 215px);
}

.the-gallery .grid .col{
	width: 50%;
}
.the-info{
	margin-bottom: 25px;
}
.the-info .df{
	display: block;
}
.the-info .date{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
	margin-bottom: 10px;
}
.the-info .date:before{
	display: none;
}
.the-info.mb{
	display: block;
}
.the-info .social{
	margin-bottom: 15px;
}
.vnt-project.v-g .project .tend{
	margin-bottom: 10px;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
.project .img{
	width: 120px;
	margin-right: 15px;
}
.project .caption{
	width:-webkit-calc(100% - 135px);
	width:-moz-calc(100% - 135px);
	width:-o-calc(100% - 135px);
	width:calc(100% - 135px);
}
.project .tend a {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
}
.vnt-project.v-g .grid .col {
    width: 100%;
}
}

@media all and (max-width: 360px){
.projectFilter .grid .col{
	width: 100%;
}
}