#videoOverlayer{
	width: 100vw;
	height: 100vh;
	background:rgba(40,40,40,0.95);
	position: fixed;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 9999999;
}
#player{
	width: 640px;
}

	.video-wrapper{
		width:100%;
	}
	.video-filter{
		width:25%;
		display:none;
	}
	.video-area{
		text-align: left;
		max-width: 1920px;
		margin:0 auto;
		padding:0px 24px 0px 24px;

	}
	.video-list{
		flex:1 1 0;
		padding-left:24px;
		border-left:1px solid #dddddd;

	}

	.video-container{
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		width: 100%;
		max-width: 1000px;
		margin:0 auto;
	}

	.video-tag div{
		margin-right:12px;
		margin-bottom:12px;
	}
	.video-description {
		font-size:1em !important;
		line-height: 24px;
		color: #222222;
	}

	.video-filter-result{
		font-size:1.125em !important;
		line-height: 24px;
		color:#222222;
		font-weight: 600;
		margin-bottom:18px;
	}
	.video-container .video-wrapper{
		width: 24%;
		border: 1px solid #dddddd;
		min-height: 100px;
		margin-right:1%;
		margin-bottom:24px;
		padding-bottom:42px;
		position: relative;
	}

	.video-description{
		font-size:1em !important;
		color:#444444;
		line-height: 24px;
	}

	.resource-header {
		width: 100%;
		padding-bottom:22%;
		background:#eeeeee;
		background-image: url("/assets/images/banner/banner_resource.jpg");
		background-size: cover;
		margin-bottom:32px;

	}

	.video-header {
		width: 100%;
		background: #eeeeee;
		background-image: url("/assets/images/banner/banner_video.jpg");

		position: relative;
				background-repeat: no-repeat;
		background-position: left center

	}


	.video-header .title{
		font-size: 5vh;
		width: 100%;
		height: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		color: white;
	}

	.video-content {
		padding-bottom: 30px;
		margin-bottom:30px;
		border-bottom: 2px solid #f0f0f0;
	}
	.video-content a{
		color: inherit;
	}
	.video-content:nth-child(even) {
/* 		flex-direction: row-reverse; */
	}
	.video-source {
		flex: 1.5;
	}
	.video-info {
		flex: 6;
		padding-left:12px;
		padding-right:12px;
	}
	.video-type{
		font-size:1.125em !important;
		font-weight: 200;
		margin-bottom:12px;
	}
	.video-type div{
		margin: 0px 24px 8px 0px;
	    height: 36px;
	    border-radius: 18px;
	    line-height: 36px;
	    text-align: center;
	    padding-left: 24px;
	    padding-right: 24px;
	    color: #fdfdfd;
	    cursor: pointer;
	    font-size:0.8em !important;
	}
	.video-title{
		font-weight: 600;
		color:#222222;
		font-size:1.125em !important;
		line-height: 20px;
		font-weight: 600;
		font-style: italic;
	}
	.video-date {
		font-size:1em !important;
		color: #666666;
	}
	.video-meta{
		justify-content: space-between;
		align-items: center;
		padding-top:16px;
		padding-bottom:16px;
	}

	.video-tag {
		font-size:0.875em !important;
		color: darkred;
		margin-bottom: 6px;
		flex-wrap: wrap;
	}
		.video-readmore {
		font-size:0.875em !important;
		font-weight: bold;
		height: 36px;
		line-height: 36px;
		width: 142px;
		text-align: center;
		color: white;
		border-radius: 18px;
		background-image: linear-gradient(to right, orange, red);


		position: absolute;
		right:12px;
		bottom:0px;
		color:white;


	}
.video-playrow{
	justify-content: flex-end;
}
.video-play-pause{
	border:0px solid rgb(180,180,180);
	height: 32px;
	width: 32px;
	background-size: 13px;
	background-position: center center;
	background-repeat: no-repeat;
}
.video-share-button{
	border:0px solid rgb(180,180,180);
	height: 32px;
	background-size: 13px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:20px;
	display: flex;
	align-items: center;
	background-image:url(/assets/images/icons/_share.svg);
	margin-right:12px;
	font-size:13px;
}
.video-like-button, .video-liked-button{
	font-size:13px;
	border:0px solid rgb(180,180,180);
	height: 32px;
	background-size: 16px;
	background-position: left top 6px;
	background-repeat: no-repeat;
	padding-left:20px;
	display: flex;
	align-items: center;
	background-image:url(/assets/images/icons/_like.svg);
}
.video-liked-button{
	background-image:url(/assets/images/icons/_liked.svg);
}
#video-header-overlay{
	width: 100%;
	background: rgba(20,20,20,0.7);
	padding-top:42px;
	padding-bottom:42px;

	flex-direction: column;
	align-items: center;
	justify-content:center
}
#video-header-overlay .title{
		text-align: center;
		font-size:1.75em !important;
		font-weight: 600;
		color:white;
		margin-top:0px;
		margin-bottom:0px;
	}
#video-header-overlay .content{
	text-align: center;
		font-size:1.125em !important;
		font-weight: 200;
		color:white;
		margin-top:24px;
		margin-bottom:24px;

}

#video-recommended{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 24px 0px 24px;
    margin-bottom:24px;
}

#video-recommended{
	justify-content: flex-start;
}



#video-category-filter{
	border-bottom:0px solid #dddddd;
	padding-bottom:4px;
	margin-bottom:24px;
	flex-wrap: wrap;
}


#video-category-filter div{
	margin:8px 24px 8px 0px;

	height:36px;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	padding-left:24px;
	padding-right:24px;
	color: #f9f9f9;
	cursor: pointer;
	font-size:0.8em !important;
}
#video-category-filter .all, .video-type .all{
	background-color:#d61a27;
	border:1px solid #d61a27;
}
#video-category-filter .electricalinstallations, .video-type .electricalinstallations{
	background-color:#0072FF;
	border:1px solid #0072FF;
}
#video-category-filter .fireserviceinstallations, .video-type .fireserviceinstallations{
	background-color:#FF7532;
	border:1px solid #FF7532;
}
#video-category-filter .hvacinstallations, .video-type .hvacinstallations{
	background-color:#78400D;
	border:1px solid #78400D;
}
#video-category-filter .liftandescalatorinstallations, .video-type .liftandescalatorinstallations{
	background-color:#01B95E;
	border:1px solid #01B95E;
}
#video-category-filter .gasutilisationfacilities, .video-type .gasutilisationfacilities{
	background-color:#23a1FF;
	border:1px solid #23a1FF;
}
#video-category-filter .fuelsystemofliquefiedpetroleumgasvehicles, .video-type .fuelsystemofliquefiedpetroleumgasvehicles{
	background-color:#01994E;
	border:1px solid #01994E;
}
#video-category-filter .solarphotovoltaicsystems, .video-type .solarphotovoltaicsystems{
	background-color:#2241FF;
	border:1px solid #2241FF;
}
#video-category-filter .solarwaterheatingsystems, .video-type .solarwaterheatingsystems{
	background-color:#EF9532;
	border:1px solid #EF9532;
}
/*
#video-category-filter div:hover{
	color: #222222;
	background:#fafafa;
	border:1px solid #666666;
}
*/
#video-category-filter .offfilter{
	color: #222222;
	background:#f0f0f0;
	border:1px solid #cccccc;
}

/*
#video-header-filter div:hover{
	color: #222222;
	background:#cccccc;
}
*/


.video-recommended-container{
	flex: 1 1 0;
	margin:12px 0px 12px 0px;
	border: 1px solid #f0f0f0;
	width: 100%;

}
.video-cover{
	width: 100%;
	/*padding-bottom:56.25%;*/
	background-size: cover;
	background-color:#f0f0f0;
	padding-bottom: 56.25%;
	background-position: center center;
}
.video-recommended-container-wrapper{
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover;
	background-color:#f0f0f0;
	background-position: center center;
}
.video-recommended-container-wrapper-content{
	position: absolute;
	bottom:0px;
	left:0px;
	background:rgba(20,20,20,0.75);
	color:#f9f9f9;
	width: 100%;
	padding:6px 4px 6px 4px;
	line-height: 18px;
	font-size:0.8em !important;
	min-height: 42px;
background: -moz-linear-gradient(top, rgba(84,84,84,1) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84,84,84,1)), color-stop(100%, rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top, rgba(84,84,84,1) 0%, rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(top, rgba(84,84,84,1) 0%, rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(top, rgba(84,84,84,1) 0%, rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom, rgba(84,84,84,1) 0%, rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#000000', GradientType=0 );
}

#video-filter-button{
	padding-left:42px;
	padding-right:42px;
	text-align: center;
	line-height: 36px;
	height:36px;
	font-size:0.875em !important;
	border-radius: 4px;
	margin-top:24px;
	color:white;
	background-color:rgb(220,82,74,1);
}

#video-header-filter{
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#video-header-filter div{
	margin:12px;
	border:1px solid white;
	height: 36px;
	border-radius: 18px;
	padding-left:28px;
	padding-right:28px;
	line-height: 36px;
	color: white;
	text-align: center;
	cursor: pointer;

}
#video-header-filter div:hover{

}

.select_topic_filter{
	color: #222222!important;
	background:#f0f0f0;
}

.modal{
	max-width: 1000px;
}

.likewrapper{
	justify-content: flex-end;
}
.likebutton_dim{
	font-size:1em !important;
	border-radius: 18px;
	border:0px solid rgb(220,82,74,1);
	color: rgb(90,90,90);
	text-align: center;
	max-width: 200px;
	padding-left:24px;
	padding-right:42px;
	background-image:url(/assets/images/icons/like_dim.svg);
	background-size:16px 16px;
	background-repeat: no-repeat;
	background-position: right 18px center;
	cursor: pointer;
}
.likebutton{
	font-size:1em !important;
	border-radius: 18px;
	border:0px solid rgb(220,82,74,1);
	color: rgb(220,82,74,1);
	text-align: center;
	max-width: 200px;
	padding-left:24px;
	padding-right:42px;
	background-image:url(/assets/images/icons/like.svg);
	background-size:16px 16px;
	background-repeat: no-repeat;
	background-position: right 18px center;
	cursor: pointer;
}

#noVideoIsFound{
	text-align: center;
	width: 100%;
	height: 200px;
	justify-content: center;
	align-items: center;
	display:none;
}
.video-search{
	justify-content: flex-end;
	padding-top:18px;
	padding-bottom:18px;
	padding-right:12px;
	padding-left:12px;
	max-width: 1200px;
	margin:0 auto;
	display: none;
}
#video-search-wrapper{
	width: 100%;
	max-width: 400px;
	height: 32px;
	border-radius: 16px;
	border:0px solid #000;
	background:#dddddd;
	align-items: center;
	background-image: url('/assets/images/icons/search.svg');
	background-size:15px;
	background-repeat: no-repeat;
	background-position: right 12px center;

}
#video-search-wrapper input{
	width: 100%;
	height: 32px;
	outline: none;
	border:0px solid #000;
	background-color: #00000000;
	padding-left:12px;
	padding-right:42px;
}
.video-search-result-list{
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
}
.video-search-result{
	max-width: 1200px;
}
@media screen and (max-width: 868px) {

/* 	mobile version */
#player{
	width: 320;
}

	.video-area{
		padding:0px 12px 0px 12px;

	}

	.video-header {
		width: 100%;
		background: #eeeeee;
		background-image: url("/assets/images/banner/banner_video.jpg");
		background-size: cover;
		position: relative;


	}
	#video-header-filter div{
		margin:12px;
		border:1px solid white;
		height: 36px;
		border-radius: 18px;
		padding-left:12px;
		padding-right:12px;
		line-height: 36px;
		color: white;
		text-align: center;
		cursor: pointer;
		font-size:12px;
	}
	.video-area{
		flex-direction: column;
	}
	.video-filter{
		width: 100%;
	}
	#video-recommended{
	    max-width: 1920px;
	    margin: 0 auto;
	    padding: 0px 0px 0px 0px;
	    margin-bottom:24px;
	}
	.video-wrapper{
		width: 100%;
		max-width: 1200px;
	}
	.video-content{
		flex-direction: column;
	}
	.video-content:nth-child(even){
		flex-direction: column;
	}
	#video-category-filter div{
		margin: 8px 8px 8px 0px;
	    height: 32px;
	    border-radius: 18px;
	    line-height: 32px;
	    text-align: center;
	    padding-left: 12px;
	    padding-right: 12px;
	    color: #f9f9f9;
	    cursor: pointer;
	    font-size: 0.8em !important;
	}
}

.key_attr_tag{
	background-size:25px;
	background-position: left 4px center;
	background-repeat: no-repeat;
	background-image:url("/assets/keyattribute/2-10_incident.svg");
	border:0px solid #eee;
	border-radius: 6px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:36px;
	display: flex;
	align-items: center;
	font-size: 0.875em !important;
	color:#444;
}

@media screen and (max-width: 540px) {
	.video-search{
		justify-content: center;
	}
}

#video-header-slider-wrapper{
	/* position: absolute; */
	top:0px;
}
#video-header-slider{

	width: 100%;
	display: none;
}
.video-header-slider-item{
	width: 100%;
	aspect-ratio: 4/1;
	background-size:cover;
}
