@media (max-width: 1300px) {
    .header__menu .menu-item .menu-link
    {
        text-transform:capitalize;
        font-weight: 500;
    }
    .xl-scroll
    {
        overflow-x: scroll;
    }
    #menuPrimary
    {
        width: 1300px;
    }
}
.social-bar-fixed {
    padding: 10px;
    border-radius: 24px 0 0px 24px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(35px);
    position: fixed;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.social-bar-icon {
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Quy tắc màu cụ thể cho các icon dọc */
.social-bar-icon.facebook {
    background-color: #3b5998;
}

.social-bar-icon.instagram {
    /* Gradient color */
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-bar-icon.tiktok {
    background-color: #000000;
}

.social-bar-icon.whatsapp {
    background-color: #25d366;
}
.social-bar-icon.telegram {
    background-color: #0088cc;
}