/* ===== TRANG TIN TỨC (clone /news/) ===== */

.bluesun-news-page {
	font-family: var(--bluesun-font-body);
}

.bluesun-news-page .bluesun-pcc-banner-img {
	position: relative;
	overflow: hidden;
}

.bluesun-news-page .bluesun-pcc-banner-img img {
	width: 100%;
	height: auto;
	display: block;
}

.bluesun-news-page .bluesun-pcc-nav {
	height: 3.75rem;
	line-height: 3.75rem;
	background: #fff;
}

.bluesun-news-page .bluesun-pcc-nav .bluesun-bl-main {
	box-sizing: content-box;
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 15px;
}

.bluesun-news-page .bluesun-pcc-nav a {
	display: inline-block;
	color: #1a1a1a;
	line-height: 1.75rem;
	font-size: 1rem;
	text-decoration: none;
}

.bluesun-news-page .bluesun-pcc-nav a:hover {
	color: var(--bluesun-primary);
}

.bluesun-news-page .bluesun-pcc-nav .nav-gap,
.bluesun-news-page .bluesun-pcc-nav .nav-current {
	display: inline-block;
	color: #616161;
	line-height: 1.75rem;
	font-size: 1rem;
}

.bluesun-news-page .bluesun-pcc-nav .nav-gap {
	margin: 0 0.5rem;
}

.bluesun-news-page .bluesun-pcc-box {
	background-color: #f3f3f3;
	padding: 5rem 0 7.5rem;
}

.bluesun-news-page .bluesun-bl-main-1200 {
	box-sizing: content-box;
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 15px;
}

.bluesun-news-page .blogs-box ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bluesun-news-page .blogs-box ul li {
	flex: 0 0 calc(33.33% - 20px);
	margin: 0 1.875rem 1.875rem 0;
	box-sizing: border-box;
	background-color: #fff;
}

.bluesun-news-page .blogs-box ul li:nth-child(3n) {
	margin-right: 0;
}

.bluesun-news-page .blogs-box ul li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bluesun-news-page .blogs-box ul li .b-img {
	line-height: 0;
	height: 17.7rem;
	overflow: hidden;
}

.bluesun-news-page .blogs-box ul li .b-img img {
	width: 100%;
	height: 100%;
	max-height: 17.7rem;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.bluesun-news-page .blogs-box ul li:hover .b-img img {
	transform: scale(1.05);
}

.bluesun-news-page .blogs-box ul li .b-content {
	padding: 1.5rem;
	transition: background 0.3s;
}

.bluesun-news-page .blogs-box ul li .b-content .b-title {
	font-size: 1.25rem;
	line-height: 2rem;
	color: #1a1a1a;
	height: 4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 600;
}

.bluesun-news-page .blogs-box ul li .b-content .time-url {
	margin-top: 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 2.75rem;
}

.bluesun-news-page .blogs-box .time-url .b-time {
	color: #616161;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.bluesun-news-page .blogs-box .time-url .b-time em {
	font-family: var(--bluesun-font-bold);
	color: #c2c2c2;
	font-size: 2.25rem;
	line-height: 1.5rem;
	margin-right: 0.6875rem;
	font-style: normal;
	font-weight: 700;
	transition: color 0.3s;
}

.bluesun-news-page .blogs-box .time-url .b-contact {
	display: none;
	font-family: var(--bluesun-font-body);
	background: #ed741b;
	padding: 0.625rem 1.5rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5rem;
	border: none;
	cursor: pointer;
	font-weight: 600;
}

.bluesun-news-page .blogs-box ul li:hover .b-content {
	background: linear-gradient(180deg, #fff9f5 0%, #eedcce 100%);
}

.bluesun-news-page .blogs-box ul li:hover .b-content .b-time em {
	color: #1a1a1a;
}

.bluesun-news-page .blogs-box ul li:hover .b-content .time-url .b-contact {
	display: block;
}

.bluesun-news-page .bluesun-news-pagination {
	padding-top: 1rem;
	text-align: center;
}

.bluesun-news-page .bluesun-news-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.bluesun-news-page .bluesun-news-pagination a,
.bluesun-news-page .bluesun-news-pagination span {
	padding: 8px 14px;
	border: 1px solid #e4e4e4;
	text-decoration: none;
	color: #1a1a1a;
	background: #fff;
}

.bluesun-news-page .bluesun-news-pagination .current {
	background: #ed741b;
	border-color: #ed741b;
	color: #fff;
}

/* CTA bottom-about-us (clone /news/) */
.bluesun-news-page .bottom-about-us,
.bluesun-single-post-page .bottom-about-us,
.bluesun-solution-page .bottom-about-us,
.bluesun-catalog-page .bottom-about-us,
.bluesun-service-page .bottom-about-us,
.bluesun-solutions-hub-page .bottom-about-us,
.bluesun-products-hub-page .bottom-about-us,
.bluesun-product-catalog-page .bottom-about-us {
	clear: both;
	width: 100%;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bluesun-news-page .bottom-about-us .bau-content,
.bluesun-single-post-page .bottom-about-us .bau-content,
.bluesun-solution-page .bottom-about-us .bau-content {
	width: 100%;
	max-width: 75rem;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}

.bluesun-news-page .bottom-about-us .bau-content span,
.bluesun-single-post-page .bottom-about-us .bau-content span,
.bluesun-solution-page .bottom-about-us .bau-content span {
	display: block;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-title,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-title,
.bluesun-solution-page .bottom-about-us .bau-content .bau-title {
	font-size: 2.5rem;
	line-height: 3.5rem;
	padding-top: 8.8125rem;
	font-weight: 600;
	color: #fff;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-dec,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-dec,
.bluesun-solution-page .bottom-about-us .bau-content .bau-dec {
	padding-top: 1.875rem;
	font-size: 1.125rem;
	line-height: 2rem;
	font-weight: 400;
	color: #fff;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-au,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-au,
.bluesun-solution-page .bottom-about-us .bau-content .bau-au {
	position: relative;
	display: inline-block;
	margin-top: 2.5rem;
	margin-bottom: 9.3125rem;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-au .blkg-btn,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-au .blkg-btn,
.bluesun-solution-page .bottom-about-us .bau-content .bau-au .blkg-btn {
	position: relative;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-au .blkg-btn button,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-au .blkg-btn button,
.bluesun-solution-page .bottom-about-us .bau-content .bau-au .blkg-btn button {
	display: block;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #ed741b;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
	z-index: 1;
	transition: color 0.3s ease;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-au .blkg-btn button span,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-au .blkg-btn button span,
.bluesun-solution-page .bottom-about-us .bau-content .bau-au .blkg-btn button span {
	display: inline-block;
	padding: 1.1875rem 2.5rem;
	background: #fff;
	transition: background 0.3s ease, color 0.3s ease;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover button,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover button,
.bluesun-solution-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover button {
	color: #fff;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover button span,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover button span,
.bluesun-solution-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover button span {
	background: #ed741b;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-au .blkg-btn::after,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-au .blkg-btn::after,
.bluesun-solution-page .bottom-about-us .bau-content .bau-au .blkg-btn::after {
	position: absolute;
	content: "";
	bottom: -8px;
	right: -8px;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	transition: border 0.3s ease;
	pointer-events: none;
}

.bluesun-news-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover::after,
.bluesun-single-post-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover::after,
.bluesun-solution-page .bottom-about-us .bau-content .bau-au .blkg-btn:hover::after {
	border-color: #ed741b;
}

body.blog .bluesun-site-cta,
body.single-post .bluesun-site-cta {
	display: none;
}

@media screen and (max-width: 1024px) {
	.bluesun-news-page .blogs-box ul li {
		flex: 0 0 calc(50% - 15px);
	}

	.bluesun-news-page .blogs-box ul li:nth-child(3n) {
		margin-right: 1.875rem;
	}

	.bluesun-news-page .blogs-box ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.bluesun-news-page .bluesun-pcc-nav {
		height: auto;
		line-height: 28px;
		padding: 8px 0;
	}

	.bluesun-news-page .bluesun-pcc-nav a,
	.bluesun-news-page .bluesun-pcc-nav .nav-gap,
	.bluesun-news-page .bluesun-pcc-nav .nav-current {
		font-size: 12px;
		line-height: 30px;
	}

	.bluesun-news-page .bluesun-pcc-box {
		padding: 20px 0;
	}

	.bluesun-news-page .bluesun-bl-main-1200 {
		margin: 0 10px;
		padding: 0;
	}

	.bluesun-news-page .bluesun-pcc-banner-img img {
		height: 100px;
		object-fit: cover;
		object-position: center;
	}

	.bluesun-news-page .blogs-box ul {
		flex-direction: column;
	}

	.bluesun-news-page .blogs-box ul li {
		flex: 0 0 100%;
		margin: 0 0 1.25rem;
	}

	.bluesun-news-page .blogs-box ul li:nth-child(3n),
	.bluesun-news-page .blogs-box ul li:nth-child(2n) {
		margin-right: 0;
	}

	.bluesun-news-page .blogs-box ul li .b-img {
		height: 200px;
	}

	.bluesun-news-page .blogs-box ul li .b-content {
		padding: 10px;
	}

	.bluesun-news-page .blogs-box ul li .b-content .b-title {
		font-size: 20px;
		line-height: 30px;
		height: auto;
	}

	.bluesun-news-page .bottom-about-us .bau-content .bau-title,
	.bluesun-single-post-page .bottom-about-us .bau-content .bau-title {
		font-size: 30px;
		line-height: 1.3;
		padding-top: 70px;
	}

	.bluesun-news-page .bottom-about-us .bau-content .bau-dec,
	.bluesun-single-post-page .bottom-about-us .bau-content .bau-dec {
		padding-top: 20px;
		font-size: 13px;
		line-height: 1.6;
	}

	.bluesun-news-page .bottom-about-us .bau-content .bau-au,
	.bluesun-single-post-page .bottom-about-us .bau-content .bau-au {
		margin: 50px 0;
	}

	.bluesun-news-page .bottom-about-us,
	.bluesun-single-post-page .bottom-about-us {
		display: none;
	}
}
