/*  */
*{
	margin: 0px;
	padding: 0px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}
body{
	width: 100%;
	height: auto;
	background: #f5f5f5;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
input[type=number]{
	-moz-appearance: textfield;
}
input[type=number]::placeholder{
	font-size: 13px;
}
input[type=text]::placeholder{
	font-size: 13px;
	color: #a2a2a2;
}
input:focus, button:focus, select:focus, textarea:focus{
	outline: none;
	border: 0px;
}

button:disabled{
	cursor: progress;
}


li{
	list-style: none;
}
a{
	text-decoration: none;
}
/*  */

.container{
	width: 70%;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-left: 15%;
}

/*  */
.content-title{
	width: 100%;
	height: 60px;
	float: left;
}
.content-title .title{
	display: block;
	font-size: 20px;
	color: #111;
	font-weight: 800;
	text-align: center;
	line-height: 60px;
}
/*  */

/*  */
.about{
	width: 100%;
	height: auto;
	float: left;
}
.about .ct-content .text{
	display: block;
	font-size: 15px;
	color: #444;
	font-weight: 800;
	text-align: justify;
}
/*  */

/*  */
.gallery{
	width: 100%;
	height: auto;
	float: left;
}
.gallery .ctcr{
	width: 100%;
	height: auto;
	float: left;
}
.gallery .content-list{
	width: 100%;
	height: auto;
	float: left;
	font-size: 0px;
}
	.list-gallery{
		width: 19%;
		height: 230px;
		display: inline-block;
		margin: auto;
		position: relative;
		cursor: pointer;
		background: #fff;
	}
	.list-gallery .list-cr{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		position: absolute;
		top: 10px;
		left: 10px;
		float: left;
		background: #fff;
	}
	.list-gallery .list-img{
		width: 100%;
		height: 180px;
		float: left;
		position: relative;
	}
	.list-gallery .list-img img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 5px;
	}
	.list-gallery .list-title{
		display: table;
		width: 100%;
		height: 40px;
		float: left;
	}
	.list-gallery .list-title .title{
		display: table-cell;
		vertical-align: middle;
		font-size: 13px;
		color: #333;
		font-weight: 800;
		text-align: center;
		line-height: 1.1em;
	}
/*  */

/*  */
.video{
	width: 100%;
	height: 300px;
	float: left;
	margin-top: 60px;
	position: relative;
	background: #111;
}
.video .ct-view{
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.view-video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.view-video .view-cr{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	left: 10px;
}
.view-video .view-cr .view-ct{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.view-video .view-cr .view-ct video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video .ct-list{
	width: 360px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	background: #000;
}
.video .ct-list .list-title{
	display: table;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0px 2px -3px #ffffff, 0 4px 25px 0px rgb(243 243 243 / 12%), 0 8px 10px -5px rgb(12 12 12 / 20%);
}
.video .ct-list .list-title .title{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 800;
}
.video .ct-list .list-content{
	width: 100%;
	height: calc(100% - 40px);
	position: absolute;
	top: auto;
	bottom: 0;
	overflow: auto;
	overflow-x: hidden;
}
/*  */

/*  */
.video-loader{
	width: 160px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 80px);
}
.video-loader .loader-icon{
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.video-loader .loader-icon img{
	width: 40px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 20px);
	border-radius: 50%;
}
.video-loader .loader-title{
	display: table;
	width: 100%;
	height: 20px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}
.video-loader .loader-title .title{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #999;
	font-weight: 800;
}
/*  */

/*  */
@media screen and (max-width: 768px){
	.container{
		width: calc(100% - 20px);
		margin-left: 10px;
	}
	.list-gallery{
		width: 48%;
	}
}
/*  */