.header-blur {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.header-blur-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4); /* chỉnh độ mờ tại đây */
    z-index: 1;
    pointer-events: none;
}

.header-body {
    position: relative;
    z-index: 2;
}

.header-margin {
    margin-top: 4.35rem;
}