External embed disabledThis external media block was disabled in the local clone.
');}return node;}; const patchInsertion=(method)=>{const original=Node.prototype[method];if(typeof original!=="function"){return;}Node.prototype[method]=function(node,...rest){return original.call(this,neutralizeNode(node),...rest);};}; patchInsertion("appendChild"); patchInsertion("insertBefore"); window.__codexNotifyExternalLink=notify; window.__codexHandleExternalNavigation=(url)=>{notify(url);return false;}; window.YT=window.YT||{Player:function(){return createStub();},ready(cb){if(typeof cb==="function"){cb();}}}; window.onYouTubeIframeAPIReady=window.onYouTubeIframeAPIReady||(()=>{}); window._wq=window._wq||[]; window._wq.push=()=>0; window.Wistia=window.Wistia||{api(){return createStub();}}; window.Sentry=window.Sentry||{init(){},captureException(){},captureMessage(){},addBreadcrumb(){},setUser(){}}; window.__codexLocalFormHtml=formPlaceholderHtml; window.hbspt=window.hbspt||{forms:{create:(options={})=>{const target=typeof options.target==="string"?document.querySelector(options.target):null;if(target&&!target.querySelector("form")){target.innerHTML=formPlaceholderHtml;}return {};}}}; window.__codexCreateSplide=function(selector,options){try{if(typeof selector==="string"&&!document.querySelector(selector)){return createStub();}if(typeof window.Splide!=="function"){return createStub();}return new window.Splide(selector,options);}catch{return createStub();}}; const patchJetStickyOnValue=(candidate)=>{if(candidate&&candidate.fn&&typeof candidate.fn.jetStickySection!=="function"){candidate.fn.jetStickySection=function(){return this;};}return candidate;}; try{let currentJquery=patchJetStickyOnValue(window.jQuery);let currentDollar=patchJetStickyOnValue(window.$);Object.defineProperty(window,"jQuery",{configurable:true,get(){return currentJquery;},set(value){currentJquery=patchJetStickyOnValue(value);}});Object.defineProperty(window,"$",{configurable:true,get(){return currentDollar||currentJquery;},set(value){currentDollar=patchJetStickyOnValue(value);}});}catch{} const installJetSticky=()=>{const jq=window.jQuery||window.$;if(!jq||!jq.fn){return false;}if(typeof jq.fn.jetStickySection!=="function"){jq.fn.jetStickySection=function(){return this;};}return true;}; const fillPlaceholder=(node,html)=>{if(!node||node.querySelector?.(".codex-embed-placeholder")){return;}node.innerHTML=html;}; const inferSiteKey=()=>{const first=window.location.pathname.split("/").filter(Boolean)[0]||"global";return["sg","sa","in","jp"].includes(first)?first:"global";}; const ensureHiddenInput=(form,name,value)=>{let input=form.querySelector('input[name="'+name+'"]');if(input){input.value=value;return;}input=document.createElement("input");input.type="hidden";input.name=name;input.value=value;form.prepend(input);}; const bindLocalForm=(form)=>{if(form.dataset.codexLocalBound==="1"){return;}form.dataset.codexLocalBound="1";const feedback=()=>{let node=form.querySelector("[data-codex-form-feedback]");if(node){return node;}node=document.createElement("div");node.className="codex-form-feedback";node.setAttribute("data-codex-form-feedback","true");node.setAttribute("aria-live","polite");form.appendChild(node);return node;};ensureHiddenInput(form,"__codex_page_path",window.location.pathname+window.location.search);ensureHiddenInput(form,"__codex_page_title",document.title||"");ensureHiddenInput(form,"__codex_site_key",inferSiteKey());ensureHiddenInput(form,"__codex_original_action",form.dataset.codexOriginalAction||"");ensureHiddenInput(form,"__codex_form_name",form.dataset.codexFormName||"Website Form");form.addEventListener("submit",async(event)=>{event.preventDefault();if(form.dataset.codexSubmitting==="1"){return;}form.dataset.codexSubmitting="1";const message=feedback();message.textContent="Submitting locally...";try{const response=await fetch(form.getAttribute("action")||"/api/form-submit",{method:"POST",body:new FormData(form),credentials:"same-origin"});const payload=await response.json().catch(()=>({ok:response.ok}));if(!response.ok||payload.ok===false){throw new Error("submit failed");}form.reset();ensureHiddenInput(form,"__codex_page_path",window.location.pathname+window.location.search);ensureHiddenInput(form,"__codex_page_title",document.title||"");ensureHiddenInput(form,"__codex_site_key",inferSiteKey());ensureHiddenInput(form,"__codex_original_action",form.dataset.codexOriginalAction||"");ensureHiddenInput(form,"__codex_form_name",form.dataset.codexFormName||"Website Form");message.textContent=payload.message||"Form submitted locally.";announce("Form submitted locally.");}catch{message.textContent="Could not submit the form locally. Try again.";}finally{delete form.dataset.codexSubmitting;}});}; window.__codexBindLocalForm=bindLocalForm; const setExadModalVisibility=(modal,isOpen)=>{if(!(modal instanceof HTMLElement)){return;}modal.classList.toggle("active",isOpen);modal.style.display=isOpen?"block":"none";modal.style.visibility=isOpen?"visible":"hidden";modal.style.opacity=isOpen?"1":"0";modal.style.transform=isOpen?"none":"translate(-9999px,-9999px)";modal.querySelectorAll("*").forEach((node)=>{if(!(node instanceof HTMLElement)){return;}node.style.visibility=isOpen?"visible":"hidden";if(isOpen&&getComputedStyle(node).opacity==="0"){node.style.opacity="1";}});const root=modal.parentElement;if(root instanceof HTMLElement){const overlay=root.querySelector(".exad-modal-overlay");if(overlay instanceof HTMLElement){overlay.classList.toggle("active",isOpen);overlay.style.display=isOpen?"block":"none";overlay.style.visibility=isOpen?"visible":"hidden";overlay.style.opacity=isOpen?"1":"0";}}document.documentElement.classList.toggle("codex-exad-modal-open",isOpen);document.body.classList.toggle("codex-exad-modal-open",isOpen);}; const bindExadModalTrigger=(trigger)=>{if(trigger.dataset.codexModalBound==="1"){return;}trigger.dataset.codexModalBound="1";trigger.addEventListener("click",(event)=>{const selector=trigger.getAttribute("data-exad-modal");if(!selector){return;}const modal=document.querySelector(selector);if(!(modal instanceof HTMLElement)){return;}event.preventDefault();setExadModalVisibility(modal,true);});}; const bindExadModalClose=(button)=>{if(button.dataset.codexModalCloseBound==="1"){return;}button.dataset.codexModalCloseBound="1";button.addEventListener("click",(event)=>{const modal=button.closest('div[id^="exad-modal"]');if(!(modal instanceof HTMLElement)){return;}event.preventDefault();setExadModalVisibility(modal,false);});}; const installDisabledHandlers=()=>{ document.querySelectorAll("a[data-codex-disabled-external-link]").forEach((link)=>{if(link.dataset.codexBound==="1"){return;}link.dataset.codexBound="1";link.addEventListener("click",(event)=>{event.preventDefault();notify(link.getAttribute("data-codex-disabled-external-link")||"");});}); document.querySelectorAll('a[href=""],a[href="#"]').forEach((link)=>{if(link.dataset.codexNoHistory==="1"){return;}link.dataset.codexNoHistory="1";link.addEventListener("click",(event)=>{event.preventDefault();});}); document.querySelectorAll("[data-exad-modal]").forEach((trigger)=>{if(trigger instanceof HTMLElement){bindExadModalTrigger(trigger);}}); document.querySelectorAll(".exad-close-btn").forEach((button)=>{if(button instanceof HTMLElement){bindExadModalClose(button);}}); document.querySelectorAll("form[data-codex-local-form='true'],form[data-codex-disabled-external-form]").forEach((form)=>{bindLocalForm(form);}); document.querySelectorAll(".elementor-widget-hubspot-form,[data-widget_type='hubspot-form.default']").forEach((node)=>{if(node.querySelector("form, iframe")){return;}node.innerHTML=formPlaceholderHtml;}); document.querySelectorAll(".hbspt-form").forEach((node)=>{if(node.querySelector("form")||node.children.length>0){return;}node.innerHTML=formPlaceholderHtml;}); document.querySelectorAll("[data-widget_type='video.default'],[data-codex-disabled-video='true']").forEach((node)=>{node.setAttribute("data-codex-disabled-video","true");if(node.getAttribute("data-widget_type")==="video.default"){node.setAttribute("data-widget_type","codex-video-disabled.default");}const settings=node.getAttribute("data-settings")||"";if(/youtube_url|vimeo_url|video_type/i.test(settings)){node.setAttribute("data-settings","{}");}fillPlaceholder(node.querySelector(".elementor-widget-container"),mediaPlaceholderHtml);}); document.querySelectorAll(".elementor-video,.ose-wistia,.wistia_embed,[class*='ep-youtube'],[class*='ose-youtube']").forEach((node)=>{fillPlaceholder(node,mediaPlaceholderHtml);}); }; if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",installDisabledHandlers,{once:true});}else{installDisabledHandlers();} window.setTimeout(installDisabledHandlers,400); if(!installJetSticky()){let attempts=0;const timer=window.setInterval(()=>{attempts+=1;if(installJetSticky()||attempts>200){window.clearInterval(timer);}},25);} })();

How can we help you today?

Have a question about our learning programmes or your child’s eligibility?

Our Admissions Team would be happy to help you with all the information you need to make an informed decision for your child’s education in Singapore

For seat availability enquiries, please reach out to us as soon as possible. While admissions are open year-round, spaces fill up quickly.

Please fill in the enquiry form for school admissions and our Admissions Team will get back to you by the next working day.

For job-related enquiries

To learn more about job vacancies at OWIS or to submit your CV for consideration for a role, please email [email protected]

For student recruitment agent-related enquiries

If you are a student recruitment agent and would like to partner with us, please email [email protected]

For all other enquiries

For any other enquiry, please email [email protected].

×