Back

    COURSE REGISTRATION DETAILS
    Pre-Register and Secure your spot!
    Course:
    Price:
    ₫3,990,000 Group discount applied
    Final rate depends on group size (3+ learners). We will confirm after grouping.
    Joining Information:
    • This form lets you pre-register your interest in joining a group class
    • We require at least 3 participants to launch a new course
    • You’ll be notified as soon as a group is ready to begin
    • Invite friends to unlock a deeper discount
    // Formats the crossed-out individual price from ?price= (function() { const params = new URLSearchParams(window.location.search); const raw = params.get('price'); // expecting number like 3990000 const el = document.getElementById('bsp-orig-price'); if (!el) return; const n = Number(raw); if (!isNaN(n) && n > 0) { el.textContent = '₫' + n.toLocaleString('vi-VN'); } })();