#hethong-button {
    position: fixed;
    bottom: 30px;
    right: 110px; /* Đặt ở bên trái để không trùng với chatbot */
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #007BFF; /* Màu xanh khác để phân biệt */
    color: white;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    z-index: 1500;
}

#hethong-button:hover {
    background: #0056b3;
}

@media (max-width: 800px) {


#hethong-button {
    position: fixed;
    bottom: 15px;
    right: 155px; /* Đặt ở bên trái để không trùng với chatbot */
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #007BFF; /* Màu xanh khác để phân biệt */
    color: white;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    z-index: 1500;
}

    
}