.insights-hero-section {
	background-color: #F9F4EF;
	position: relative;
	display: flex !important;
	align-items: flex-end;
	/* overflow: hidden; */
	height: calc(0.4*100vw);
	/* 添加3个像素的阴影 */
	/* box-shadow: 0 5px 12px rgba(0, 0, 0, 0.175); */
}

.logo-l {
	position: absolute;
	z-index: 6 !important;
	top: 0;
	left: 0;
	height: calc(0.4*0.4*100vw);
	background-image: url('../images/insight_log.png');
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	pointer-events: none;
}

.titile-main-insights {
	height: calc(0.6*0.4*100vw);
}

.text-muted {

	color: var(--dark-font);
	font-size: clamp(0.675rem, 1vw, 1.25rem);
	font-weight: normal;
	font-family: 'Rubik', sans-serif, 'Times New Roman', Times, serif;
	padding-left: calc(100vw * 0.0035);
}

.news-section {
	padding: 2vw 0 5vw;
}

.primary-red {
	color: var(--primary-red);
}
.primary-green
{
	color: var(--green-color);
}

.sensory-title {
	color: var(--primary-red);
	padding-left: calc(100vw * 0.00925);
	font-size: clamp(1.5rem, 2.5vw, 3.75rem);
	font-weight: 300;
	margin-bottom: 30px;
}

.section-header {
	margin-bottom: 0.25rem;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
}

.dropdown-menu {
	min-width: 7.5rem !important;
}

.date-section {
	padding: clamp(2.5rem, 3vw, 4rem) 0;
	position: relative;
}

.cross-section-image-wrapper {
	position: relative;
	z-index: 10;
}

.cross-section-image {
	position: absolute;
	top: 0;
	right: 9%;
	width: 40.5%;
	overflow: hidden;
	z-index: 5;
}

.cross-section-image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.image-caption {
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 0px;
}

.image-container {
	position: relative;
	overflow: hidden;
	padding: 1rem 0;
}

.image-container img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}

.image-container-inner {
	position: absolute;
	bottom: 0px;
	left: 0;
}

.date-text {
	margin: 2rem 0;
	font-weight: 200;
	font-family: 'Mulish-Light', sans-serif, Times, serif;
	font-size: clamp(0.75rem, 1vw, 1.25rem);
}

.content-section {
	padding: 0 0 clamp(3rem, 6.375vw, 4.5rem) 0 !important;
}

.content-text {
	color: var(--dark-bg);
	font-size: clamp(0.875rem, 1vw, 1.25rem);
	font-weight: 200;
	font-family: 'Mulish-Light', sans-serif, Times, serif;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.small-text{
	font-size: clamp(0.8rem,0.9vw, 1.25rem) !important;
}

.content-title {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	font-family: 'Mulish', 'Mulish-Light', 'Arial', sans-serif;
	font-weight: bold;
	padding-top: 2rem;
	padding-bottom: 1rem;
	;
}

.date-description {
	font-size: clamp(1rem, 1.1vw, 1.375rem);
	font-weight: 500;
	padding: 1vw 0;
	line-height: 1.5;
	font-family: 'Rubik', 'Arial', sans-serif;
	padding-right: 3rem;
}

.boder_left {
	border-left: 1px solid #707070;
}

.news-section .section-title-50 {

	font-size: clamp(2rem, 2.375vw, 50px);
	font-family: 'Rubik-SemiBold', 'Mulish', 'Arial', sans-serif;
	font-weight: bold;
}

.navbar {
	padding: 2.25rem 0;
	transition: all 0.3s ease;
	background: transparent;
	max-width: 1920px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1115;
}

.navbar-brand {
	padding: 0rem;
}

.navbar-scrolled {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav-link {
	font-family: 'Rubik', 'Mulish-Light', 'Arial', sans-serif;
	font-weight: 500;
	color: var(--dark-font) !important;
	margin: 0 0.25rem;
	transition: color 0.3s ease;
	font-size: clamp(0.825rem, 1.25vw, 1rem);
}

.dropdown-item {
	padding: 0.25rem 0.5rem;
	margin: 0 0.25rem;
	font-size: clamp(0.725rem, 0.85vw, 0.825rem);
}

.nav-link:hover {
	font-weight: 700 !important;
}

.nav-link-arrow {
	font-size: 0.825rem;
	font-weight: 500;
	color: #dc3545 !important;
}

.nav-link:hover .nav-link-arrow {
	color: #dc3545 !important;
}

.dropdown-menu {
	background-color: transparent !important;
	border: 0 !important;
	z-index: 1080 !important;
}

.dropdown-toggle::after {
	display: none;
}

@media (max-width: 992px) {
	.cross-section-image {
		position: static;
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		z-index: 5;
	}
}

@media (max-width: 768px) {
	body {
		width: 100%;
		max-width: none;
		min-width: auto;
		transform: none;
		overflow-x: hidden;
	}

	.insights-hero-section {
		height: calc(0.75*100vw);
	}

	.logo-l {
		height: calc(0.75*0.4*100vw);
	}

	.titile-main-insights {
		height: calc(0.75*0.6*100vw);
	}

	.navbar-toggler {
		display: block !important;
		border: 1px solid rgba(255, 255, 255, 0.3);
		padding: 0.25rem 0.5rem;
		background-color: rgba(5, 5, 5, 0.8);
		margin-left: auto;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2855, 55, 55, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

	}

	.navbar-collapse {
		background-color: rgba(15, 15, 15, 0.925);
		margin-top: 1rem;
		margin-left: 1rem;
		border-radius: 8px;
		padding: 1rem;
		z-index: 1050 !important;
	}

	.navbar-nav {
		flex-direction: column !important;
		text-align: center;
		width: 100%;
	}

	.nav-item {
		width: 100%;
		margin: 0.5rem 0;
	}

	.nav-link {
		display: block;
		padding: 0.75rem 1rem;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		color: #f5f5f5 !important;
	}

	.nav-link:last-child {
		border-bottom: none;
	}

	.nav-link:hover {
		color: #dc3545 !important;
		background-color: rgba(255, 255, 255, 0.1);
	}

	.dropdown-menu {
		position: static !important;
		float: none;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.1) !important;
		border: none;
		box-shadow: none;
		margin-top: 0.5rem;
	}

	.dropdown-item {
		padding: 0.5rem 2rem;
		color: #f5f5f5 !important;
	}

	.dropdown-item:hover {
		background-color: rgba(255, 255, 255, 0.1);
		color: #dc3545 !important;
	}
}


@media (max-width: 576px) {

	.insights-hero-section,
	.cross-section-image-wrapper,
	.footer-section,
	.date-section,
	.content-section,
	.news-section,
	.contact-section {
		display: none !important;
	}

	.content-img {
		width: 100% !important;
	}

	.content-text {
		font-size: 1rem;
	}
	.small-text{
		font-size:  0.9rem !important;
	}

	.image-caption {
		font-size: 0.875rem;
		font-family: 'Mulish-Light',sans-serif;
	}

	.content-title {
		margin-bottom: 2rem;
	}

	.content-m .text-muted {
		margin-left: 0.5rem;
		font-size: 1rem;
	}

	.content-m .sensory-title {
		font-size: 2.135rem;
	}

	.content-m .image-caption {
		background-color: #fbfbfb;
	}

	.content-m .content-title {
		font-family: "Rubik-SemiBold";
	}

	.navbar-toggler-icon-b {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: transparent !important;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2855, 55, 55, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

		background-size: 100%;
	}


}

@media (min-width: 576px) {

	.insights-hero-section,
	.cross-section-image-wrapper,
	.footer-section,
	.date-section,
	.content-section,
	.news-section,
	.contact-section {
		display: block;
	}

}