/* Hiệu ứng ẩn mượt */
.column_lert, .column_right {
    /* transition: all 0.3s ease; */
}

/* Mặc định hiển thị trên PC */
@media (min-width: 1025px) {
    .column_lert{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
    }
}

/* Tablet và Mobile: ẩn column_lert */
@media (max-width: 1024px) {
    .mbi_btn_menu {
        visibility: visible;
    }
    header .menu {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}