/* ===== TRANG VỀ BLUESUN (clone about-us_d1) ===== */

.bluesun-about-page {
	font-family: var(--bluesun-font-body);
}

/* Hero */
.bluesun-about-hero {
	height: 400px;
	background-color: #833ca3;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.bluesun-about-hero-inner {
	max-width: 100%;
	padding: 0 24px;
}

.bluesun-about-hero-title {
	margin: 0;
	font-size: 60px;
	line-height: 86px;
	font-weight: 700;
	color: #fff;
}

/* Breadcrumb */
.bluesun-about-breadcrumb {
	background: #f3f3f3;
}

.bluesun-about-breadcrumb-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 1rem 15px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 28px;
}

.bluesun-about-breadcrumb a {
	color: #1a1a1a;
	text-decoration: none;
	padding-right: 5px;
}

.bluesun-about-breadcrumb a:hover {
	color: var(--bluesun-primary);
}

.bluesun-about-breadcrumb .sep,
.bluesun-about-breadcrumb .current {
	color: #616161;
}

/* Intro + stats */
.bluesun-about-intro-section {
	padding: 0;
}

.bluesun-about-intro-inner {
	max-width: 1680px;
	margin: 5rem auto 5rem;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 59.52% 40.48%;
	gap: 0;
	align-items: flex-start;
}

.bluesun-about-intro-title {
	margin: 0;
	font-size: 40px;
	line-height: 56px;
	font-weight: 600;
	color: #1a1a1a;
}

.bluesun-about-intro-text p {
	margin: 1.25rem 0 0;
	font-size: 18px;
	line-height: 32px;
	color: #616161;
}

.bluesun-about-stats {
	padding-left: 9.28%;
	padding-top: 0;
}

.bluesun-about-stat {
	margin-bottom: 0;
}

.bluesun-about-stat--large {
	margin-top: 5rem;
}

.bluesun-about-stat-number {
	color: #ed741b;
	font-size: 48px;
	line-height: 36px;
	font-weight: 600;
}

.bluesun-about-stat--large .bluesun-about-stat-number {
	font-size: 60px;
}

.bluesun-about-stat-label {
	margin-top: 1.25rem;
	color: #ed741b;
	font-size: 18px;
	line-height: 36px;
}

/* Video */
.bluesun-about-video-section {
	background: #1a1a1a;
}

.bluesun-about-video-wrap {
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
}

.bluesun-about-video-poster {
	position: relative;
	width: 100%;
	aspect-ratio: 2.33333;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bluesun-about-video-poster[hidden] {
	display: none;
}

.bluesun-about-video-play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.bluesun-about-video-play svg {
	width: 72px;
	height: 72px;
	fill: #fff;
}

.bluesun-about-video-play span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.bluesun-about-video-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 2.33333;
}

.bluesun-about-video-embed[hidden] {
	display: none;
}

.bluesun-about-video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Mission / Vision / Values */
.bluesun-about-mvv-section {
	margin-top: 5rem;
}

.bluesun-about-mvv-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
}

.bluesun-about-mvv-image img {
	display: block;
	width: 100%;
	height: auto;
}

.bluesun-about-mvv-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 6.25%;
}

.bluesun-about-mvv-item + .bluesun-about-mvv-item {
	margin-top: 0;
}

.bluesun-about-mvv-item h3 {
	margin: 0;
	font-size: 36px;
	line-height: 52px;
	font-weight: 600;
	color: #1a1a1a;
}

.bluesun-about-mvv-item:not(:first-child) h3 {
	margin-top: 1.25rem;
}

.bluesun-about-mvv-item p {
	margin: 1.25rem 0 0;
	font-size: 18px;
	line-height: 32px;
	color: #616161;
}

/* Split sections */
.bluesun-about-split {
	margin-top: 0;
}

.bluesun-about-split-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: center;
}

.bluesun-about-split--reverse .bluesun-about-split-text {
	order: 2;
}

.bluesun-about-split--reverse .bluesun-about-split-image {
	order: 1;
}

.bluesun-about-split-text {
	padding: 0 6.25%;
}

.bluesun-about-split-text h3 {
	margin: 0;
	font-size: 36px;
	line-height: 52px;
	font-weight: 600;
	color: #1a1a1a;
}

.bluesun-about-split-text p {
	margin: 1.25rem 0 0;
	font-size: 18px;
	line-height: 32px;
	color: #616161;
}

.bluesun-about-split-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* Global */
.bluesun-about-global-section {
	padding-bottom: 5rem;
}

.bluesun-about-global-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 5rem 20px 0;
	text-align: center;
}

.bluesun-about-global-title {
	margin: 0;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #1a1a1a;
}

.bluesun-about-global-desc {
	max-width: 67.75rem;
	margin: 1.25rem auto 0;
	font-size: 18px;
	line-height: 32px;
	color: #616161;
}

.bluesun-about-global-map {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 3.75rem;
}

/* Milestones */
.bluesun-about-milestones-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bluesun-about-milestones-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 3rem 20px;
}

.bluesun-about-milestones-heading {
	margin: 0 0 2rem;
	text-align: center;
	font-size: 40px;
	line-height: 56px;
	font-weight: 600;
	color: #fff;
}

.bluesun-timeline {
	list-style: none;
	margin: 0;
	padding: 40px 0;
	position: relative;
}

.bluesun-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	margin-left: -2px;
	background: #ff940c;
}

.bluesun-timeline li {
	position: relative;
	margin-bottom: 30px;
	width: 50%;
}

.bluesun-timeline li.timeline-right {
	left: 0;
	padding-right: 40px;
	text-align: right;
}

.bluesun-timeline li.timeline-left {
	left: 50%;
	padding-left: 40px;
}

.bluesun-timeline .tl-circ {
	position: absolute;
	top: 20px;
	width: 20px;
	height: 20px;
	background: #ff940c;
	border: 5px solid #e6e6e6;
	border-radius: 50%;
	z-index: 2;
}

.bluesun-timeline li.timeline-right .tl-circ {
	right: -10px;
}

.bluesun-timeline li.timeline-left .tl-circ {
	left: -10px;
}

.bluesun-timeline .timeline-panel {
	background: #fff;
	border: none;
	border-radius: 4px;
	padding: 15px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-align: left;
}

.bluesun-timeline li.timeline-right .timeline-panel::before {
	content: '';
	position: absolute;
	top: 26px;
	right: -15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #d2e3f9;
}

.bluesun-timeline li.timeline-left .timeline-panel::before {
	content: '';
	position: absolute;
	top: 26px;
	left: -15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #d2e3f9;
}

.bluesun-timeline .be-title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 600;
	color: #ff940c;
}

.bluesun-timeline .be-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}

/* Features */
.bluesun-about-features-section {
	padding: 0 20px;
}

.bluesun-about-features-inner {
	max-width: 1680px;
	margin: 5rem auto 7rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3.75rem;
}

.bluesun-about-feature-card {
	background: #e4e4e4;
	padding: 20px;
	text-align: center;
}

.bluesun-about-feature-card img {
	display: block;
	margin: 0 auto;
}

.bluesun-about-feature-card h4 {
	margin: 2.5rem 0 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #1a1a1a;
}

.bluesun-about-feature-card p {
	margin: 1.875rem 0 0;
	font-size: 18px;
	line-height: 32px;
	color: #616161;
}

/* CTA */
.bluesun-about-cta {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bluesun-about-cta-inner {
	max-width: 1680px;
	margin: 0 auto;
	padding: 7.5rem 20px 8rem;
	text-align: center;
}

.bluesun-about-cta h3 {
	margin: 0;
	font-size: 40px;
	line-height: 56px;
	font-weight: 600;
	color: #fff;
}

.bluesun-about-cta h2 {
	margin: 1.875rem 0 0;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
}

.bluesun-about-cta-btn {
	display: inline-block;
	margin-top: 5.125rem;
	padding: 19px 40px;
	background: #fff;
	color: #ed741b;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.3s, color 0.3s;
}

.bluesun-about-cta-btn:hover {
	background: #ed741b;
	color: #fff;
}

body.page-ve-bluesun .bluesun-site-cta {
	display: none;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	.bluesun-about-intro-inner,
	.bluesun-about-mvv-inner,
	.bluesun-about-split-inner {
		grid-template-columns: 1fr;
	}

	.bluesun-about-stats {
		padding-left: 0;
		margin-top: 2rem;
	}

	.bluesun-about-mvv-content,
	.bluesun-about-split-text {
		padding: 1.5rem 0;
	}

	.bluesun-about-split--reverse .bluesun-about-split-text,
	.bluesun-about-split--reverse .bluesun-about-split-image {
		order: unset;
	}

	.bluesun-about-features-inner {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.bluesun-about-hero {
		height: 100px;
		margin-top: 0;
	}

	.bluesun-about-hero-title {
		font-size: 26px;
		line-height: 30px;
	}

	.bluesun-about-intro-inner {
		margin: 2rem auto;
	}

	.bluesun-about-intro-title {
		font-size: 24px;
		line-height: 30px;
	}

	.bluesun-about-intro-text p {
		font-size: 16px;
		line-height: 30px;
	}

	.bluesun-about-stat-number {
		font-size: 30px;
	}

	.bluesun-about-stat--large .bluesun-about-stat-number {
		font-size: 30px;
	}

	.bluesun-about-mvv-item h3,
	.bluesun-about-split-text h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.bluesun-about-global-title,
	.bluesun-about-milestones-heading,
	.bluesun-about-cta h3 {
		font-size: 30px;
		line-height: 1.3;
	}

	.bluesun-timeline::before {
		left: 20px;
	}

	.bluesun-timeline li {
		width: 100%;
		left: 0 !important;
		padding-left: 50px !important;
		padding-right: 0 !important;
		text-align: left !important;
	}

	.bluesun-timeline .tl-circ {
		left: 10px !important;
		right: auto !important;
	}

	.bluesun-timeline li .timeline-panel::before {
		left: -15px !important;
		right: auto !important;
		border-right: 15px solid #d2e3f9 !important;
		border-left: none !important;
	}

	.bluesun-about-features-inner {
		grid-template-columns: 1fr;
		margin: 2rem auto;
	}

	.bluesun-about-cta-inner {
		padding: 3rem 20px 4rem;
	}

	.bluesun-about-cta-btn {
		margin-top: 2rem;
	}
}
