.fixed-gwd {
    display: block;
    position: fixed;
    z-index: 999999;
}

.gwd-banner-image {
    position: relative;
    width: 100%;
    text-align: center;
    /* Căn giữa tất cả các phần tử con */
}

.left-banner-gwd.fixed-gwd,
.right-banner-gwd.fixed-gwd {
    top: 0;
    bottom: 0;
    /* Đảm bảo các phần tử căn chỉnh dọc theo chiều cao */
}

.left-banner-gwd.fixed-gwd {
    left: 50%;
    /* Căn giữa */
    transform: translateX(-50%) translateX(-700px);
    /* Dịch chuyển sang trái 700px để tạo khoảng cách */
}

.right-banner-gwd.fixed-gwd {
    left: 50%;
    /* Căn giữa */
    transform: translateX(-50%) translateX(700px);
    /* Dịch chuyển sang phải 700px để tạo khoảng cách */
}



/* .left-banner-gwd.fixed-gwd {
    left: 10%;
}

.right-banner-gwd.fixed-gwd {
    right: 10%;

} */

.footer-banner-gwd .left-footer-banner-gwd,
.footer-banner-gwd .right-footer-banner-gwd{
    bottom: 0;
    max-width: 520px;
    position: fixed;
    z-index: 999999;
}

.left-footer-banner-gwd{
    left: 50%;
    transform: translateX(-100%);
    padding-right: 5px;
}

.right-footer-banner-gwd{
    right: 50%;
    transform: translateX(100%);
    padding-left: 5px;
}

.left-footer-banner-gwd img,
.right-footer-banner-gwd img {
    width: 100%;
    max-width: 520px;
}

.close-footer-banner-gwd #footer-banner-close {
    position: absolute;
    right: 0;
    top: -25px;
}