/* Home Ưu đãi — nền xanh full màn hình, nội dung trong khung site */

.home .widget.halink_home_uu_dai {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	margin-bottom: 0 !important;
}

body.home:has(.hl-home-uu-dai) {
	overflow-x: clip;
}

.hl-home-uu-dai {
	box-sizing: border-box;
	width: 100%;
	background-color: #0b0284;
	color: #fff;
	margin-bottom: -25px;
}

.hl-home-uu-dai__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.hl-home-uu-dai__item {
	flex: 1 1 33.333%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	min-height: 90px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.hl-home-uu-dai__item:last-child {
	border-right: 0;
}

@media (min-width: 992px) {
	.hl-home-uu-dai__inner .hl-home-uu-dai__item .hl-home-uu-dai__icon {
		padding-left: 10px;
	}

	.hl-home-uu-dai__inner .hl-home-uu-dai__item:first-child .hl-home-uu-dai__icon {
		padding-left: 0;
	}
}

.hl-home-uu-dai__icon {
	flex: 0 0 auto;
	line-height: 1;
}

.hl-home-uu-dai__icon .Defaults-check {
	display: inline-block;
	color: #fff;
	font-size: 52px;
	line-height: 1;
}

.hl-home-uu-dai__text {
	flex: 0 1 auto;
	min-width: 0;
}

.hl-home-uu-dai__title {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
}

.hl-home-uu-dai__desc {
	margin: 0;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.45;
	color: #fff;
}

@media (max-width: 991px) {
	.hl-home-uu-dai {
		margin-bottom: 0;
	}

	.hl-home-uu-dai__inner {
		flex-direction: column;
	}

	.hl-home-uu-dai__item {
		flex: 1 1 auto;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #fff;
		justify-content: flex-start;
		padding: 18px 0;
		min-height: 0;
		gap: 16px;
	}

	.hl-home-uu-dai__item:last-child {
		border-bottom: 0;
	}

	.hl-home-uu-dai__icon .Defaults-check {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.hl-home-uu-dai__inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hl-home-uu-dai__item {
		padding: 16px 0;
		gap: 14px;
	}

	.hl-home-uu-dai__icon .Defaults-check {
		font-size: 36px;
	}

	.hl-home-uu-dai__title {
		font-size: 15px;
	}

	.hl-home-uu-dai__desc {
		font-size: 13px;
	}
}