.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%;*/
	padding-top: 100%;
	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====================================*/
/*==========================================================================*/

/* <=== update ===> */
.tpprojecmm .ligrip{
	margin: 0 -2.5px;
}
.tpprojecmm .ligrip > div{
	padding: 2.5px;
}
.tpprojecmm .ligrip .icolsm{
	width: 33.332%;
}
.tpprojecmm .ligrip .icolmd{
	width: 66.665%;
}
.itprojecmm{
	position: relative;
	overflow: hidden;
}
.itprojecmm .thumb a{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.itprojecmm .thumb img{
	width: 100%;
    transition-property: all;

    transition-timing-function: cubic-bezier(0, 0, .2, 1);
       transition-duration: .6s;
}
.itprojecmm:hover .thumb img{
	transform: scale(1.05);
}
.itprojecmm .decss{
	position: absolute;
	bottom: 0;
	left: 0;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	transition-duration: .6s;
	background-color: rgba(0, 0, 0, .3);
	backdrop-filter: blur(20px); 
	bottom: 10px;
	left: 10px;
	z-index: 2;
	border-radius: 5px;
	padding: 15px 20px;
	opacity: 0;
	pointer-events: none;
	transform: translate(20px, 20px) ;
}
.itprojecmm:hover .decss{
	opacity: 1;
	transform: translate(0, 0);
}
.itprojecmm .decss, .itprojecmm .decss a{
	color: #fff;
}
.itprojecmm .dtitle{
	margin-bottom: 5px;
	text-transform: uppercase;
}
.itprojecmm .dtitle, .itprojecmm .dtitle h3{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.itprojecmm .dconts{
	font-size: 14px;
	line-height: 22px;
}
.tpprojecmm .mmview{
	text-align: center;
}
.tpprojecmm .mmview a{
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	padding: 10px 50px;
	background-color: #ffffff;
}
.tpprojecmm .mmview a:hover{
	background-color: #04924f;
	color: #ffffff;
}
.vnt-menuproj{
	padding-top: 35px;
}
.tpprojmenu{
	margin-bottom: 20px;
}
.tpprojmenu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	gap: 0 30px;
}
.tpprojmenu ul li{
	flex-shrink: 0;
}
.tpprojmenu li a{
	display: inline-block;
	font-size: 25px;
	line-height: 35px;
	color: #999999;
}
.tpprojmenu li.active a, .tpprojmenu li:hover a{
	color: #333333;
}
.tpprojfill .figrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	gap: 10px 0;
}
.tpprojfill .figrip > div{
	padding: 0 5px;
}
.itprojfill{
	position: relative;
}
.itprojfill .fititle{
	cursor: pointer;
	font-size: 14px;
	line-height: 23px;
	padding: 5px 50px 5px 20px;
	background-color: #f2f3f5;
	border-radius: 5px;
	position: relative;
}
.itprojfill .fititle::before{
	content: '+';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.itprojfill .ficonts{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	width: 100%;
	background-color: #ffffff;
	padding: 15px;
	display: none;
	z-index: 2;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.itprojfill .ficonts li{
	margin-bottom: 10px;
}
.itprojfill .ficonts li:last-child{
	margin-bottom: 0;
}
#vnt-header.vheadproj{
	height: 0;
}
#vnt-header.vheadproj .mainHead{
	position: fixed;
	z-index: 112;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25px 0;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-header.vheadproj.vfixed .mainHead{
	background: rgba(255,255,255,0.9);
}
#vnt-header.vheadproj:not(.vfixed) .linkTop > a{
	color: #ffffff;
}
#vnt-header.vheadproj:not(.vfixed) .menu_mobile .icon .style_icon,
#vnt-header.vheadproj:not(.vfixed) .menu_mobile .icon:before,
#vnt-header.vheadproj:not(.vfixed) .menu_mobile .icon:after{
	background-color: #ffffff;
}
.openmenu #vnt-header.vheadproj:not(.vfixed) .menu_mobile .icon .style_icon,
.openmenu #vnt-header.vheadproj:not(.vfixed) .menu_mobile .icon:before,
.openmenu #vnt-header.vheadproj:not(.vfixed) .menu_mobile .icon:after{
	background-color: #333333;
}
#vnt-header.vheadproj:not(.vfixed) .infoTop img, .linkTop a img, #vnt-header.vheadproj:not(.vfixed) .searchTop .icon{
	filter: invert(1);
}
.tpdetailmm{
	border-bottom: 1px solid #e5e5e5;
}
.tpdetailmm .mmgrip{
	display: flex;
	flex-wrap: wrap;
}
.tpdetailmm .mmgrip > div{
	width: 50%;
}
.tpdetailmm .mdecss{
	height: 100vh;
	padding: 20px 20px;
	max-width: 610px;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.tpdetailmm .dwraps{
	max-width: 450px;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.tpdetailmm .dtitle{
	margin-bottom: 20px;
}
.tpdetailmm .dtitle, .tpdetailmm .dtitle h1, .tpdetailmm .dtitle h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
}
.tpdetailmm .dinfos{
	margin-bottom: 20px;
}
.tpdetailmm .dinfos li{
	margin-bottom: 5px;
	display: flex;
	gap: 10px;
}
.tpdetailmm .dinfos li .tm{
	min-width: 90px;
	font-weight: bold;
}
.tpdetailmm .dconts{
	font-size: 15px;
	line-height: 30px;
}
.tpdetailmm .mthumb{
	position: relative;
}
.tpdetailmm .mthumb .timgs{
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tpdetailmm .mthumb .timgs img{
	display: none;
}
.tpdetailmm .mthumb .tnext{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 55px;
	height: 55px;
	z-index: 12;
	pointer-events: auto;
}
.tpdetailmm .mthumb .tnext a{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/inext.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 36px;
}
.tpdetailmm .mthumb .tnext a:hover{
	background-color: #04924f;
}
.tpdetailmm .mthumb .tclos{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
.tpdetailmm .mthumb .tclos a{
	display: flex;
	align-items: center;
	align-content: center;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	padding: 9px 22px;
}
.tpdetailmm .mthumb .tclos a:hover{
	background-color: rgba(255,255,255,1);
}
.tpdetailmm .mthumb .tclos a i{
	margin-right: 5px;
}
.tpdetailhh{
	padding: 40px 0 60px;
}
.tpdetailhh .hhconts{
	max-width: 680px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 30px;
}
.tpdetailbb{
	position: relative;
	height: 100vh;
	border-bottom: 1px solid #e5e5e5;
}
.tpdetailbb .bblinks{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
.tpdetailbb .bblinks a{
	display: flex;
    align-items: center;
    align-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 22px;
}
.tpdetailbb .bblinks a:hover{
	background-color: rgba(255, 255, 255, 1);
}
.tpdetailbb .bblinks a i{
	margin-right: 5px;
}
.sldetailbb .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 36px;
	font-size: 0;
	width: 40px;
	height: 40px;
	z-index: 2;
}
.sldetailbb .slick-prev{
	left: 10px;
	background-image: url('./images/aprev.png');
}
.sldetailbb .slick-next{
	right: 10px;
	background-image: url('./images/anext.png');
}
.itdetailbb .thumb{
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.itdetailbb .thumb img{
	display: none;
} 
/* <=== update ===> */
@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;
	}

	/* <=== update ===> */
	.itprojecmm .decss{
		padding: 12px 10px;
		background-color: rgba(0, 0, 0, .5);
		backdrop-filter: blur(0);
	}
	.itprojecmm .dtitle{
		margin-bottom: 0;
	}
	.itprojecmm .dtitle, .itprojecmm .dtitle h3{
		font-size: 15px;
	}
	.itprojecmm .decss{
		opacity: 1;
		transform: unset;
	}
	.tpdetailmm .mmgrip{
		flex-direction: column-reverse;
	}
	.tpdetailmm .mmgrip > div{
		width: 100%;
	}
	#vnt-content.vcontsproj{
		padding-top: 0 !important;
	}
	.tpdetailmm .mthumb .timgs{
		height: 50vh;
	}
	.tpdetailmm .mdecss{
		height: 50vh;
		padding: 20px 10px 25px;
	}
	.tpdetailmm .dtitle{
		margin-bottom: 5px;
	}
	.tpdetailmm .dtitle, .tpdetailmm .dtitle h1, .tpdetailmm .dtitle h2{
		font-size: 24px;
		line-height: 36px;
	}
	.tpdetailmm .dinfos{
		margin-bottom: 10px;
	}
	.tpdetailmm .dconts{
		font-size: 14px;
		line-height: 25px;
	}
	.tpdetailhh{
		padding: 25px 0 30px;
	}
	.tpdetailhh .hhconts{
		font-size: 14px;
		line-height: 25px;
	}
	#vnt-header.vheadproj .mainHead{
		padding: 10px 0;
	}
	.tpdetailbb{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	.itdetailbb .thumb{
		height: auto;
	}
	.itdetailbb .thumb img{
		display: block;
		width: 100%;
	}
	/* <=== update ===> */
}
@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;
	}
	/* <=== update ===> */
	.vnt-menuproj{
		padding-top: 25px;
	}
	.tpprojecmm .ligrip .icolsm, .tpprojecmm .ligrip .icolmd{
		width: 100%;
	}
	.tpprojmenu ul{
		gap: 0 22px;
	}
	.tpprojmenu li a{
		font-size: 18px;
		line-height: 25px;
	}
	.tpprojfill .figrip > div{
		width: 50%;
	}
	.tpprojfill .figrip > div:nth-child(even) .itprojfill .ficonts{
		left: unset;
		right: 0;
	}
	/* <=== update ===> */
}
@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%;
	}
}


/*NEWS*/

.news-design-1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: #f2f3f5;
	margin-bottom: 40px;
}
.news-design-1 .img{
	width:-webkit-calc(100% - 400px);
	width:-moz-calc(100% - 400px);
	width:-o-calc(100% - 400px);
	width:calc(100% - 400px);
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}
.news-design-1 .img:before{
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 50%;
	right: 50%;
	border-top: solid 1px rgba(255,255,255,0.5);
	border-bottom: solid 1px rgba(255,255,255,0.5);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	pointer-events: none;
	z-index: 2;
}
.news-design-1 .img:hover:before{
	left:15px;
	right: 15px;
}
.news-design-1 .img:after{
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	bottom: 50%;
	border-left: solid 1px rgba(255,255,255,0.5);
	border-right: solid 1px rgba(255,255,255,0.5);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	pointer-events: none;
	z-index: 2;
}
.news-design-1 .img:hover:after{
	top:15px;
	bottom: 15px;
}
.news-design-1 .img a,
.news-design-1 .img .video{
	display: block;
	padding-top: 55.844155%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-design-1 .img .video video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-design-1 .img .video .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.news-design-1 .img .video .icon{
	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%);
	z-index: 3;
	pointer-events: none;
	max-width: 50px;
	width: 100%;
}
.news-design-1 .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-design-1 .img a:hover:before{
	opacity: 0.3;
}
.news-design-1 .caption{
	width: 400px;
	padding: 15px 30px;
}
.news-design-1 .per{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.news-design-1 .tend{
	margin-bottom: 10px;
}
.news-design-1 .tend a{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	max-height: 120px;
	overflow: hidden;
	display: block;
}
.news-design-1 .des{
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-design-1 .date{

}
/*=======================*/
.news-design-1.left{
	flex-direction: row;
}
.news-design-1.left .caption{
	text-align: left;
}
.news-design-1.right{
	flex-direction: row-reverse;
}
.news-design-1.right .caption{
	text-align: right;
}
/*======================*/
.news-design-1.video .img:before{
	right:initial;
	bottom:initial;
	width: 50px;
	height: 50px;
	border:none;
	background: url(../images/i-video.svg) no-repeat center;
	background-size: contain;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.news-design-1.video .img:after{
	right:initial;
	bottom:initial;
	width: 50px;
	height: 50px;
	border:solid 1px #ffffff;
	border-radius: 100%;
	opacity: 0.5;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0.5;
}
.news-design-1.video.play .img:before,
.news-design-1.video.play .img:after{
	display: none;
}
.news-design-1.video .img:hover:after{
	animation-name: spread-effect;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.8);
        -webkit-transform:translate(-50%,-50%) scale(1.8);
        transform:translate(-50%,-50%) scale(1.8);
        opacity: 0;
    }
}
.news-design-1.video .img a:before{
	opacity: 0.3;
}
/*============================================================*/
.news-design-2 {
	margin-bottom: 40px;
	position: relative;
}
.news-design-2 .img{
	position: relative;
	overflow: hidden;
}
.news-design-2 .img > a,
.news-design-2 .img .video{
	display: block;
	padding-top: 43.504273%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-design-2 .img .video a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.news-design-2 .img .video .icon{
	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%);
	z-index: 3;
	pointer-events: none;
	max-width: 50px;
	width: 100%;
}
.news-design-2 .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0.3;
}
.news-design-2 .img .video video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.news-design-2 .caption{
	padding: 15px 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
}
.news-design-2 .per{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	color:#ffffff;
}
.news-design-2 .tend{
	margin-bottom: 10px;
}
.news-design-2 .tend a{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	max-height: 120px;
	overflow: hidden;
	display: block;
	color:#ffffff;
}
.news-design-2 .des{
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 30px;
	color:#ffffff;
}
.news-design-2 .date{
	color:#ffffff;
}
/*===========================================================*/
.news-design-3{
	margin-bottom: 30px;
}
.news-design-3 .img{
	position: relative;
	overflow: hidden;
}
.news-design-3 .img::before{
	content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    right: 50%;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 2;
}
.news-design-3 .img::after{
	content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    border-right: solid 1px rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 2;
}
.news-design-3 .img a::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news-design-3 .img:hover::before{
    left: 15px;
    right: 15px;
}
.news-design-3 .img:hover::after{
	top: 15px;
    bottom: 15px;
}
.news-design-3 .img:hover a::before{
	opacity: 0.3;
}
.news-design-3 .img a,
.news-design-3 .img .video{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	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;
}
.news-design-3 .img .video video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news-design-3 .img .video .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.news-design-3 .img .video .icon{
	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%);
	z-index: 3;
	pointer-events: none;
	max-width: 50px;
	width: 100%;
}
/*.news-design-3 .img a:hover{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}*/
.news-design-3 .caption{
	padding: 30px 20px;
	background: #f2f3f5;
}
.news-design-3 .per{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.news-design-3 .tend{
	margin-bottom: 10px;
}
.news-design-3 .tend a{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	max-height: 52px;
	overflow: hidden;
	display: block;
}
.news-design-3 .des{
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-design-3 .date{
}
/*==============================*/
.news-design-3.video .img:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	border:none;
	background: url(../images/i-video.svg) no-repeat center;
	background-size: contain;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	pointer-events: none;
}
.news-design-3.video .img:after{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	border:solid 1px #ffffff;
	border-radius: 100%;
	opacity: 0.5;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0.5;
	z-index: 1;
	pointer-events: none;
}
.news-design-3.video .img:hover:after{
	animation-name: spread-effect;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.8);
        -webkit-transform:translate(-50%,-50%) scale(1.8);
        transform:translate(-50%,-50%) scale(1.8);
        opacity: 0;
    }
}
.news-design-3.video .img a:hover{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.news-design-3.video .img a:before{
	opacity: 0.3;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-design-3.video{

}
.news-design-3.video.play .img:before,
.news-design-3.video.play .img:after{
	display: none;
}
/*===========================================================*/
.vnt-news .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.vnt-news .grid .col{
	width: 33.333333%;
	padding: 0 15px;
}
/*==========================================================*/
.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%);
}
/*=======================================================*/
.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;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

/* <=== update ===> */
.tplstvideo .ligrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	gap: 40px 0;
}
.tplstvideo .ligrip > div{
	padding: 0 15px;
	width: 50%;
}
.itlstvideo .thumb{
	margin-bottom: 12px;
}
.itlstvideo .thumb a{
	display: block;
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
}
.itlstvideo .thumb a::before{
	content: '';
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	width: 30px;
	height: 30px;
	background-image: url('../images/iplay.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 100%;
	animation: pulse_toaz 2s infinite;
}
@keyframes pulse_toaz {
    0% {
        box-shadow: 0 0 0 0 #ffffff;
    }
    70% {
        box-shadow: 0 0 0 15px rgba(239, 67, 67, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
    }
}
.itlstvideo .thumb a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.itlstvideo .dtitle, .itlstvideo .dtitle h3{
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
/* <=== update ===> */
@media all and (max-width: 1025px){

}
@media all and (max-width: 991px){
	.news-design-1{
		display: block;
	}
	.news-design-1 .img{
		width: 100%;
	}
	.news-design-1 .caption{
		width: 100%;
	}
	.vnt-news .grid{
		display: block;
	}
	.vnt-news .grid .col{
		width: 100%;
	}
	.news-design-1,
	.news-design-2,
	.news-design-3{
		margin-bottom: 20px;
	}
	.news-design-1 .tend a,
	.news-design-2 .tend a{
		font-size: 18px;
		line-height: 26px;
		max-height: 104px;
	}

	/* <=== update ===> */
	.tplstvideo .ligrip{
		margin: 0 -10px;
		gap: 30px 0;
	}
	/* <=== update ===> */
}
@media all and (max-width: 768px){

}
@media all and (max-width: 767px){
	.news-design-2 .des{
		display: none;
	}
	.news-design-2 .img a,
	.news-design-2 .img .video{
		padding:0;
		height:300px;
	}
	.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;
	}

	/* <=== update ===> */
	.tplstvideo .ligrip > div{
		width: 100%;
	}
	.itlstvideo .dtitle, .itlstvideo .dtitle h3{
		font-size: 15px;
	}
	/* <=== update ===> */
}
@media all and (max-width: 640px){

}
@media all and (max-width: 480px){

}
@media all and (max-width: 380px){

}