.background-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../../img/bg-jhv.jpg') no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.background-fixed::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.35);
	/* màu phủ mờ */
}

.custom-form-box {
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: black;
	background-color: rgba(255, 255, 255, 0.79);
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	max-width: 500px;
	margin: 39px auto;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "-";
}