/* Home — Tư vấn ribbon */
#ribbon.hl-home-tu-van {
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	text-align: left;
}

#ribbon.hl-home-tu-van .section-overlay-layer {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 236px;
	padding: 72px 0;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
}

#ribbon.hl-home-tu-van .container {
	max-width: 100%;
	box-sizing: border-box;
	width: 100%;
}

.hl-tu-van__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: nowrap;
	width: 100%;
}

.hl-tu-van__title-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

#ribbon.hl-home-tu-van .hl-tu-van__title,
#ribbon.hl-home-tu-van .module-title {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 14px;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	text-align: left !important;
	font-family: "Roboto Condensed", sans-serif;
	font-size: clamp(18px, 2vw, 30px) !important;
	font-weight: 100 !important;
	line-height: 1.35 !important;
	letter-spacing: 3px !important;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
}

.hl-tu-van__title-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
	flex: 1 1 auto;
	text-align: center;
}

.hl-tu-van__hotline-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	font-size: 0.82em;
	font-weight: 400;
	letter-spacing: 3px;
}

.hl-tu-van__cta {
	flex: 0 0 auto;
}

.hl-tu-van__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 15px 25px;
	border-radius: 5px;
	border: none;
	background: #000 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: "Roboto Condensed", sans-serif;
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 2px;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.hl-tu-van__btn:hover,
.hl-tu-van__btn:focus {
	color: #fff !important;
	opacity: 0.9;
}

.hl-tu-van__btn-icon {
	flex-shrink: 0;
	font-size: 14px;
}

.hl-tu-van__btn-text {
	white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
	#ribbon.hl-home-tu-van .section-overlay-layer {
		min-height: 200px;
		padding: 56px 0;
	}
}

/* Mobile */
@media (max-width: 768px) {
	#ribbon.hl-home-tu-van {
		background-attachment: scroll;
	}

	#ribbon.hl-home-tu-van .section-overlay-layer {
		min-height: 0;
		padding: 40px 0;
	}

	#ribbon.hl-home-tu-van .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hl-tu-van__inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 18px;
		text-align: center;
	}

	.hl-tu-van__title-wrap {
		width: 100%;
	}

	#ribbon.hl-home-tu-van .hl-tu-van__title,
	#ribbon.hl-home-tu-van .module-title {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		width: 100%;
		white-space: normal;
		font-size: 17px !important;
		letter-spacing: 2px !important;
		line-height: 1.45 !important;
	}

	.hl-tu-van__title-text {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		width: 100%;
	}

	.hl-tu-van__hotline-tag {
		font-size: 13px;
		letter-spacing: 2.5px;
	}

	.hl-tu-van__cta {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.hl-tu-van__btn {
		width: 100%;
		max-width: 100%;
		padding: 14px 18px;
		font-size: 14px;
		letter-spacing: 1.5px;
		line-height: 1.45;
		white-space: normal;
	}

	.hl-tu-van__btn-text {
		white-space: normal;
		word-break: break-word;
		text-align: center;
	}
}

@media (max-width: 480px) {
	#ribbon.hl-home-tu-van .section-overlay-layer {
		padding: 36px 0;
	}

	#ribbon.hl-home-tu-van .hl-tu-van__title,
	#ribbon.hl-home-tu-van .module-title {
		font-size: 15px !important;
		letter-spacing: 1.5px !important;
	}

	.hl-tu-van__btn {
		padding: 13px 14px;
		font-size: 13px;
	}
}
