.elementor-12066 .elementor-element.elementor-element-260ca5b{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-12ded11 *//* ===============================
   FIX IFRAME DAT VE – SUN WORLD
   MOBILE + DESKTOP SAFE
================================ */

/* Reset lỗi overflow + vh trên Safari */
body {
    height: auto !important;
    overflow: auto !important;
}

/* Container iframe full màn hình */
.ARTRU_datve_iframe {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
}

/* Mobile */
@media (max-width: 767px) {
    .ARTRU_datve_iframe {
        top: calc(20px + env(safe-area-inset-top));
    }
}

/* Desktop */
@media (min-width: 768px) {
    .ARTRU_datve_iframe {
        top: 62px;
    }
}

/* Iframe full size */
.ARTRU_datve_iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Ngăn theme đẩy content xuống */
.site-content,
.main-content,
#content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Ẩn scrollbar mobile */
::-webkit-scrollbar {
    display: none;
}/* End custom CSS */