body {
	font-family: 'Poppins', 'Noto Sans TC', 'Microsoft JhenHei', 'Arial', sans-serif
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}


@media (max-width:1200px) {
	.aside {
		padding: 1.5rem;
	}
}

.blog-quote {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.container-custom {
	padding-left: 10rem;
	padding-right: 10rem;
}

@media (max-width:1200px) {
	.container-custom {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (max-width:991px) {
	.container-custom {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

.text-align-center {
	text-align: center;
}

.banner {
	background-image: url("../../images/bg/banner-1.webp");
	background-size: cover;
}

.blog-page-content-wrapper {
	padding-left: 5rem;
}

@media(max-width:991px) {
	.blog-page-content-wrapper {
		padding-left: 0;
	}
}

.blog-title {
	margin-bottom: 0;
	line-height: 3rem;
	letter-spacing: 1px;
	color: #232323;
	font-size: 23px;
	font-weight: 500;
	display: inline-block !important;

}

.blog-subtitle {
	margin-bottom: 15px;
	font-weight: 500;
	color: #232323;
	display: inline-block !important
}

.blog-page-date {
	margin-bottom: 3rem;
}

.blog-blockquote {
	display: block;
	margin-bottom: 25px;
	line-height: 34px;
	color: #232323;
	font-size: 18px;
	letter-spacing: 3px;
}

.bq-name {
	font-weight: 500 !important;
	letter-spacing: 4px;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase !important;
}

/* #overlay-text {
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	overflow: hidden
} */

.latest-post-sidebar li {
	margin-bottom: 0;
}

.category-name li {
	padding-bottom: 2px;
}

.category-name li a {
	color: #232323;
	font-weight: 300;
}

.category-name li {
	display: flex;
	justify-content: space-between
}