.section-great-partner {
	background-color: #edf2ee;
	padding: 2rem 0;
}
.overlayBannerLV {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 72, 47, 0.50);
}
.btn-2-tab-hidden {
	display:none;
}

.section-collections .btn-2 {
	display:flex;
}
.section-collections .bigger-container {
	padding :2.94rem;
}
.btn-1 svg {
	width: 1.75rem;
	height: 1.75rem;
}

.btn-1.btn-1-active img {
	filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(92%) hue-rotate(47deg) brightness(114%) contrast(100%);
}

.btn-1 img {
	filter: brightness(0) saturate(100%) invert(18%) sepia(15%) saturate(7328%) hue-rotate(125deg) brightness(103%) contrast(103%);
}

.swiper-great-partner-container {
	position: relative;
	padding-top: 1.38rem;
}

.swiper-great-partner {
	padding: 2px;
}

.swiper-great-partner .swiper-slide {
	display: flex;
	flex-direction: column;
	max-width: 10rem;
	margin-right: 0.87rem;
}

.swiper-great-partner .swiper-slide .image-container {
	height: 9.8rem;
	border-radius: 0.5rem;
	outline: 1px solid var(--grey-200);
	margin-bottom: 0.75rem;
	overflow: hidden;
}

.swiper-great-partner .swiper-slide .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-great-partner .swiper-slide h4 {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	color: var(--grey-800);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.125rem;
	text-decoration-color: transparent;
	transition: all 0.3s ease;
}

.swiper-great-partner .swiper-slide:hover h4 {
	text-decoration-color: var(--library-title);
	color: var(--library-title);
}

.swiper-great-partner .contact-btn {
	margin-bottom: 0.5rem;
	padding: 0.25rem 1rem;
	border-radius: 9999px;
	background-color: var(--library-title);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: #fff;
}

.swiper-great-partner .rate-container {
	margin-bottom: 0.675rem;
}

.section-interest-project {
	padding-top: 3.75rem;
}

/* SECTION: Thể loại công trình được quan tâm nhất */
.swiper-interest-project-container {
	position: relative;
}

.swiper-interest-project .swiper-slide img {
	height: 15.5rem;
	width: 100%;
	object-fit: cover;
	border-radius: 0.375rem;
	margin-bottom: 0.6rem;
}
.section-great-partner .btn-1 {
	align-items:end;
	gap:1px;
}

.section-great-partner .btn-1-container__wrapper{
	max-width:100%;
	overflow:hidden;
}


.section-great-partner .btn-1 img {
	width: 1.75rem;
	height: 1.75rem;
}

.section-great-partner .btn-1 img {
	width: 1.75rem;
	height: 1.75rem;
}
@media (max-width: 768px) {
	.swiper-great-partner {
		margin: 0 -0.3rem;
	}
	.swiper-interest-project .swiper-slide img {
		height: 14rem;
	}
	.swiper-interest-project .swiper-slide img {
		margin-bottom: 0.4rem;
	}
}
