.UIBackTopTopControl {
    position: fixed;
    bottom: 55px;
    right: 100px;
    width: 64px;
    height: 64px;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0) url(images/muiten2.png) no-repeat scroll center center;
    background-size: cover;
    opacity: 1;
}

.UIBackTopTopControl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #104d8d;
    opacity: 0.005; /* Điều chỉnh độ trong suốt của lớp phủ */
    z-index: -1; /* Đưa lớp phủ vào phía sau */
}