.banner-slide{
	position: relative;
	/*z-index: 1;*/
	/*top: -90px;*/
	/*height: 983px;*/
	/*margin-top: -90px;*/
	/*margin-top: 54px;*/
	height: 100%;
	overflow: hidden;
}
	.banner-slide .bx-wrapper{
		margin-bottom: 0;
		border: none;
		background-color: #000;
	}
		.banner-slide .bx-wrapper .bx-pager{
			position: absolute;
			bottom: 30px;
		}
			.bx-wrapper .bx-pager.bx-default-pager a{
				background: #b8c3c5;
				width: 15px;
				height: 15px;
				border-radius: 50%;
			}
			.bx-wrapper .bx-pager.bx-default-pager a.active,
			.bx-wrapper .bx-pager.bx-default-pager a:focus,
			.bx-wrapper .bx-pager.bx-default-pager a:hover{
				background: #e05714;
			}
	.banner-slide .paragraph{
		display: none;
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: auto;
		height: auto;
		text-align: center;
	}
		.banner-slide ul{
			position: relative;
			z-index: 1;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.banner-slide ul li{
				position: relative;
				width: 100%;
			}
				.banner-slide ul li .foreground-filter{
					position: absolute;
					top: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, 0.1);
				}
				.banner-slide ul li a {
					display: block;
					width: 100%;
				}
				.banner-slide ul li img{
					width: 100%;
				}
				.banner-slide ul li video{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					/*height: 100%;*/
				}
	.banner-slide .image-desktop{
		/*position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
	}
	.banner-slide .image-mobile{
		display: none;
		width: 100%
	}
section.article{
	padding-top: 60px;
}
	section.article h3{
		font-size: 2.4rem;
		/*font-weight: 300;*/
		text-align: center;
	}
		section.article h3 span{
			color: #e05714;
		}
	section.article .category{
		padding-top: 20px;
		text-align: center;
	}
		section.article .category .category-main{
			/*display: inline-block;*/
			list-style: none;
			padding: 0;
			text-align: center;
		}
			section.article .category .category-main li{
				display: inline-block;
				margin: 0 -1px;
				/*padding: 8px 30px;*/
				padding: 6px 24px;
				min-width: 150px;
				text-align: center;
				border: 1px solid #a4a4a5;
				background-color: #fff;
				font-size: 1.1rem;
			}
			section.article .category .category-main li:first-child{
				border-top-left-radius: 15px 50%;
				border-bottom-left-radius: 15px 50%;
			}
			section.article .category .category-main li:last-child{
				border-top-right-radius: 15px 50%;
				border-bottom-right-radius: 15px 50%;
			}
				section.article .category .category-main li a{
					color: #a4a4a5;
					text-decoration: none;
				}
			section.article .category .category-main li.active,
			section.article .category .category-main li:hover{
				background-color: #e05714;
				border-color: #e05714;
			}
				section.article .category .category-main li.active a,
				section.article .category .category-main li:hover a{
					color: #fff;
				}
	section.article .article-list{
		padding-top: 20px;
	}
		section.article .article-list.card-list ul{
			margin-right: -10px;
			margin-left: -10px;
		}
		section.article .article-list.card-list .card-item{
			padding: 10px;
		}
			section.article .article-list.card-list .card-item .card{
				padding: 10px;
				box-shadow: rgb(0 0 0 / 7%) 0 2px 6px 0;
			}
				section.article .article-list.card-list .card-item .card .card-body{
					padding: 0;
				}
				section.article .article-list.card-list .card-item .card .card-icon{
					display: inline-block;
					width: 33px;
					height: 42px;
					vertical-align: top;
				}
					section.article .article-list.card-list .card-item .card .card-icon img{
						width: 100%;
					}
				section.article .article-list.card-list .card-item .card .card-title{
					display: inline-block;
					padding-left: 15px;
					margin-bottom: 0;
					min-height: 54px;
					line-height: 42px;
					/*font-size: 1rem;*/
					vertical-align: middle;
				}
				section.article .article-list.card-list .card-item .card .card-text{
					height: auto;
					-webkit-line-clamp: 2;
				}
				section.article .article-list.card-list .card-item .card .card-btn{
					display: inline-block;
					float: right;
					position: relative;
					width: 130px;
					min-height: 54px;
				}
					section.article .article-list.card-list .card-item .card .card-btn a{
						position: absolute;
						top: 50%;
						transform: translate(0, -50%);
						white-space: nowrap;
						font-size: 1rem;
					}
					section.article .article-list.card-list .card-item .card .card-btn .btn:hover{
						background-color: #e05714;;
						color: #fff;
					}
	section.article .btn-wrapper{
		padding: 30px 0 50px;
		width: 100%;
		text-align: center;
	}
		section.article .btn-wrapper .btn{
			padding: .375rem 50px;
			font-size: 1.2rem;
		}
#video-player .video-player-viewport{
	background-color: #000;
}
#video-player .video-player-viewport {
	display: inline-block;
	position: relative;
	width: 100%;
}
	#video-player .video-player-viewport iframe{
		display: block;
		width: 100%;
		height: 600px;
		border: none;
	}
#video-player .video-player-viewport.ended::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px 64px;
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
#video-player .video-player-viewport.paused::after {
	content: "";
	position: absolute;
	top: 70px;
	left: 0;
	bottom: 50px;
	right: 0;
	cursor: pointer;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
#video-player .modal-dialog{
	max-width: 80%;
}
