.container-news {
	max-width: 1580px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.news .banner {
	background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .1)), url(../../images/bg/banner-2.jpg);
	background-size: cover
}

a:hover {
	color: var(--color-primary)
}

.blog-date {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 0;
	padding: 6px 20px 5px;
	border-radius: 4px;
	white-space: nowrap;
	font-family: Poppins, 'Noto Sans TC', 'Microsoft JhenHei', Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: var(--color-primary);
	line-height: 22px;
	font-weight: bold !important;
	text-transform: uppercase !important
}

.blog-date>a {
	color: #fff
}

.blog-post-image img {
	height: 278px;
	object-fit: cover;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: .5rem
}

.b-title-dark {
	color: #000;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px
}

.category-name li {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	line-height: 18px
}

.category-name li:last-child {
	margin-bottom: 0
}

.category-name li a {
	display: inline-block;
	text-align: left;
	color: #333;
	font-weight: 400
}

.category-name li .item-qty {
	font-size: 14px;
	position: absolute;
	top: 1px;
	right: 0;
	text-align: right;
	font-weight: 400
}

.category-name li a:hover {
	color: var(--color-primary)
}

.blog-side-image .blog-post-image {
	width: 55%;
	height: 245px
}

@media (max-width:748px) {
	.blog-side-image .blog-post-image {
		width: 100%;
		height: auto
	}
}

.blog-side-image .post-details i:last-of-type {
	margin-left: 0
}

.tag-cloud a.active, .tag-cloud a:hover {
	color: var(--color-primary)
}

.tag-cloud a {
	color: #333;
	font-size: 1rem
}

.list-news {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 0 0 15px
}

.list-news a:hover {
	color: var(--color-primary)
}

a.left {
	position: relative
}

.a-list-title {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 1.5px;
	color: #333;
	margin-top: .5rem;
	margin-bottom: .5rem;
	border-bottom: solid 1px #e7e7e7
}

a.left:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: var(--color-primary);
	visibility: hidden;
	transition: all .8s ease-in-out
}

a.left:hover:before {
	visibility: visible;
	width: 100%
}

.nav-page {
	display: flex;
	justify-content: center;
	margin-top: 2rem
}

@media (max-width:1199px) {
	.nav-page {
		margin-top: 5rem
	}
}

@media screen and (max-width:575px) {
	.nav-page {
		margin-top: 4rem
	}
}

.owl-carousel-news {
	margin-top: 2rem
}

.owl-carousel .item {
	background-color: #f8f8f8
}

.item li {
	list-style: none;
	border: 1px solid #e7e7e7
}

.post-details {
	padding: 2rem 1rem 1rem 1rem
}

.news-case-carousel .case-title {
	display: block;
	margin-bottom: 15px;
	color: #333;
	font-weight: bold;
	font-size: 1.35rem;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.news-case-carousel .case-title:hover {
	color: var(--color-primary)
}

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

blockquote {
	padding-left: 6px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}

@media screen and (max-width:991px) {
	blockquote {
		padding-left: 6px !important;
	}
}


.owl-carousel-news .owl-prev, .owl-next {
	position: absolute;
	height: 100px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.owl-carousel-news .owl-prev {
	left: -3%;
	top: 27%;
}

.owl-carousel-news .owl-next {
	right: -3%;
	top: 27%;

}

.owl-carousel-news .owl-prev i {
	position: absolute;
	left: 15px;
	font-size: 1.25rem;
	color: #FFF;
	background-color: #333;
	padding: 25px 10px;
	line-height: 0;
}

.owl-carousel-news .owl-next i {
	position: absolute;
	right: 15px;
	font-size: 1.25rem;
	color: #FFF;
	background-color: #333;
	padding: 25px 10px;
	line-height: 0;
}

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