.elementor-9 .elementor-element.elementor-element-9200a44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab73828 */body {
    height: 100dvh;
    overflow: hidden;
    position: relative;
}

.ARTRU_datve__header {
    height: 88px;
}

/* CSS cho màn hình lớn (PC/Desktop) */
.iframe-container iframe {
    height: calc(100dvh - 88px);
    /* Giả sử header trên PC là 90px */
}

@media(max-width:767px) {
    .ARTRU_datve__header {
        height: 56px;
    }

    .iframe-container iframe {
        height: calc(100dvh - 56px);
    }
}

::-webkit-scrollbar {
    display: none;
}/* End custom CSS */