{"id":411651,"date":"2026-04-01T21:49:54","date_gmt":"2026-04-01T10:49:54","guid":{"rendered":"https:\/\/augstudy.com\/?page_id=411651"},"modified":"2026-04-02T03:47:21","modified_gmt":"2026-04-01T16:47:21","slug":"study-stem-in-australia","status":"publish","type":"page","link":"https:\/\/augstudy.com\/zh\/indonesia\/events\/study-stem-in-australia\/","title":{"rendered":"Study STEM in Australia: Pathway to Global Careers"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"id\">\n<head>\n<meta charset=\"UTF-8\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>Study STEM in Australia: Pathway to Global Careers | AUG Student Services<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap\" rel=\"stylesheet\"\/>\n<style>\n:root {\n  --blue-dark: #0f172a;\n  --blue-main: #1E3A8A;\n  --blue-mid: #2d4ea2;\n  --blue-light: #3b82f6;\n  --yellow: #FFC114;\n  --yellow-light: #FFD35A;\n  --white: #ffffff;\n  --gray-light: #f0f4ff;\n  --gray-text: #94a3b8;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: 'Roboto', sans-serif;\n  background: #fff;\n  color: #1e293b;\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.hero {\n  position: relative;\n  background: linear-gradient(135deg, #0a1628 0%, #1E3A8A 45%, #1a56c4 100%);\n  overflow: hidden;\n  padding: 0;\n}\n\n.hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(255,193,20,0.07) 0%, transparent 70%),\n    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(59,130,246,0.15) 0%, transparent 60%);\n  pointer-events: none;\n}\n\n\/* floating circles deco *\/\n.hero-deco {\n  position: absolute;\n  border-radius: 50%;\n  pointer-events: none;\n}\n.hero-deco-1 {\n  width: 380px; height: 380px;\n  border: 1.5px solid rgba(255,193,20,0.12);\n  top: -80px; right: -80px;\n  animation: spinSlow 30s linear infinite;\n}\n.hero-deco-2 {\n  width: 220px; height: 220px;\n  border: 1px solid rgba(255,255,255,0.06);\n  bottom: 40px; left: -60px;\n  animation: spinSlow 20s linear infinite reverse;\n}\n.hero-deco-3 {\n  width: 120px; height: 120px;\n  background: rgba(255,193,20,0.06);\n  top: 30%; right: 18%;\n  animation: float 6s ease-in-out infinite;\n}\n@keyframes spinSlow { to { transform: rotate(360deg); } }\n@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }\n\n.hero-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 60px 24px 0;\n  display: grid;\n  grid-template-columns: 1fr 460px;\n  gap: 48px;\n  align-items: end;\n}\n@media (max-width: 900px) {\n  .hero-inner { grid-template-columns: 1fr; padding: 40px 20px 0; gap: 32px; }\n}\n\n.hero-content { padding-bottom: 60px; }\n\n.hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,193,20,0.15);\n  border: 1px solid rgba(255,193,20,0.4);\n  color: #FFC114 !important;\n  font-family: 'Oswald', sans-serif !important;\n  font-size: 13px;\n  font-weight: 500;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 7px 16px;\n  border-radius: 999px;\n  margin-bottom: 24px;\n  animation: fadeUp 0.6s ease both;\n}\n.hero-badge span { width: 6px; height: 6px; background: var(--yellow); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }\n@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.4)} }\n\n.hero-title {\n  font-family: 'Oswald', sans-serif !important;\n  font-size: clamp(36px, 5vw, 58px) !important;\n  font-weight: 700 !important;\n  color: #ffffff !important;\n  line-height: 1.1 !important;\n  margin-bottom: 20px !important;\n  animation: fadeUp 0.6s 0.1s ease both;\n}\n.hero-title .accent { color: #FFC114 !important; }\n\n.hero-sub {\n  font-size: 16px !important;\n  color: rgba(255,255,255,0.82) !important;\n  line-height: 1.7 !important;\n  max-width: 520px !important;\n  margin-bottom: 36px !important;\n  animation: fadeUp 0.6s 0.2s ease both;\n}\n\n.hero-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin-bottom: 36px;\n  animation: fadeUp 0.6s 0.3s ease both;\n}\n.meta-pill {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,255,255,0.08);\n  border: 1px solid rgba(255,255,255,0.14);\n  backdrop-filter: blur(8px);\n  padding: 10px 18px;\n  border-radius: 12px;\n  color: #ffffff !important;\n  font-size: 14px;\n  font-weight: 500;\n}\n.meta-pill svg { color: var(--yellow); flex-shrink: 0; }\n\n.hero-cta {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n  animation: fadeUp 0.6s 0.4s ease both;\n}\n.btn-primary {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--yellow);\n  color: var(--blue-dark);\n  font-family: 'Oswald', sans-serif;\n  font-size: 16px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n  padding: 16px 32px;\n  border-radius: 12px;\n  text-decoration: none;\n  transition: all 0.25s ease;\n  box-shadow: 0 8px 24px rgba(255,193,20,0.35);\n}\n.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(255,193,20,0.45); }\n.btn-secondary {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: transparent;\n  border: 1.5px solid rgba(255,255,255,0.3);\n  color: #ffffff !important;\n  font-family: 'Oswald', sans-serif !important;\n  font-size: 16px;\n  font-weight: 500;\n  padding: 16px 28px;\n  border-radius: 12px;\n  text-decoration: none;\n  transition: all 0.25s ease;\n}\n.btn-secondary:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); color: #ffffff !important; }\n\n.free-badge {\n  position: absolute;\n  top: 28px;\n  right: 28px;\n  background: var(--yellow);\n  color: var(--blue-dark);\n  font-family: 'Oswald', sans-serif;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  padding: 8px 16px;\n  border-radius: 999px;\n  z-index: 10;\n  box-shadow: 0 4px 16px rgba(255,193,20,0.4);\n}\n\n.hero-visual {\n  position: relative;\n  align-self: end;\n  animation: fadeUp 0.8s 0.2s ease both;\n}\n.hero-visual img {\n  width: 100%;\n  max-width: 460px;\n  display: block;\n  border-radius: 20px 20px 0 0;\n  box-shadow: 0 -20px 60px rgba(0,0,0,0.3);\n  position: relative;\n  z-index: 2;\n}\n.hero-visual::before {\n  content: '';\n  position: absolute;\n  inset: -2px;\n  border-radius: 22px 22px 0 0;\n  background: linear-gradient(135deg, rgba(255,193,20,0.4), rgba(59,130,246,0.2));\n  z-index: 1;\n}\n\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(28px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* \u2500\u2500 ABOUT SECTION \u2500\u2500 *\/\n.section {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 80px 24px;\n}\n\n.section-label {\n  font-family: 'Oswald', sans-serif;\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--blue-mid);\n  margin-bottom: 12px;\n}\n.section-title {\n  font-family: 'Oswald', sans-serif;\n  font-size: 40px;\n  font-weight: 700;\n  color: var(--blue-dark);\n  line-height: 1.15;\n  margin-bottom: 20px;\n}\n.section-title .hi { color: var(--blue-mid); }\n.section-title .ha { color: var(--yellow); }\n\n\/* about layout *\/\n.about-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: start;\n}\n@media (max-width: 800px) { .about-grid { grid-template-columns: 1fr; gap: 36px; } }\n\n.about-text p {\n  font-size: 16px;\n  line-height: 1.8;\n  color: #475569;\n  margin-bottom: 18px;\n}\n.about-text p strong { color: var(--blue-dark); }\n\n.highlight-box {\n  background: linear-gradient(135deg, var(--blue-main), var(--blue-mid));\n  color: white;\n  border-radius: 20px;\n  padding: 36px;\n  position: relative;\n  overflow: hidden;\n}\n.highlight-box::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 180px; height: 180px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.06);\n}\n.highlight-box .hb-label {\n  font-family: 'Oswald', sans-serif;\n  font-size: 12px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--yellow);\n  margin-bottom: 16px;\n}\n.highlight-box .hb-text {\n  font-size: 20px;\n  font-weight: 700;\n  font-family: 'Oswald', sans-serif;\n  line-height: 1.4;\n  margin-bottom: 24px;\n}\n.highlight-box .hb-items {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.highlight-box .hb-items li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 15px;\n  line-height: 1.5;\n  color: rgba(255,255,255,0.88);\n}\n.hb-items li::before {\n  content: '';\n  flex-shrink: 0;\n  width: 20px; height: 20px;\n  background: var(--yellow);\n  border-radius: 50%;\n  margin-top: 2px;\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 20 20' fill='%230f172a'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'\/%3E%3C\/svg%3E\");\n  background-size: 12px;\n  background-repeat: no-repeat;\n  background-position: center;\n}\n\n\/* \u2500\u2500 CAREER STRIPS \u2500\u2500 *\/\n.careers-wrap {\n  background: var(--gray-light);\n  padding: 20px 0;\n  overflow: hidden;\n  border-top: 1px solid #e2e8f0;\n  border-bottom: 1px solid #e2e8f0;\n}\n.careers-track {\n  display: flex;\n  gap: 0;\n  animation: scroll 25s linear infinite;\n  width: max-content;\n}\n.careers-track:hover { animation-play-state: paused; }\n@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n.career-tag {\n  flex-shrink: 0;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 24px;\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--blue-main);\n  white-space: nowrap;\n  border-right: 1px solid #cbd5e1;\n}\n.career-tag::before { content: '\u25c6'; font-size: 8px; color: var(--yellow); }\n\n\/* \u2500\u2500 EVENT DETAIL \u2500\u2500 *\/\n.event-detail-wrap {\n  background: linear-gradient(180deg, #f8faff 0%, #fff 100%);\n}\n.event-cards {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n  margin-top: 48px;\n}\n@media (max-width: 720px) { .event-cards { grid-template-columns: 1fr; } }\n\n.e-card {\n  background: white;\n  border-radius: 20px;\n  padding: 32px 28px;\n  box-shadow: 0 4px 24px rgba(30,58,138,0.08);\n  border: 1px solid #e8edf8;\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.25s, box-shadow 0.25s;\n}\n.e-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(30,58,138,0.14); }\n.e-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, var(--blue-main), var(--blue-light));\n}\n.e-card-icon {\n  width: 52px; height: 52px;\n  background: linear-gradient(135deg, var(--blue-main), var(--blue-mid));\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n.e-card-icon svg { width: 26px; height: 26px; color: white; }\n.e-card-label {\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--blue-light);\n  margin-bottom: 8px;\n}\n.e-card-value {\n  font-family: 'Oswald', sans-serif;\n  font-size: 20px;\n  font-weight: 600;\n  color: var(--blue-dark);\n  line-height: 1.3;\n  margin-bottom: 6px;\n  white-space: nowrap;\n}\n.e-card-sub { font-size: 14px; color: #64748b; line-height: 1.5; }\n\n.free-banner {\n  margin-top: 32px;\n  background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-light) 100%) !important;\n  border-radius: 16px;\n  padding: 24px 32px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n  flex-wrap: wrap;\n}\n.free-banner .fb-left {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n}\n.fb-icon {\n  width: 56px; height: 56px;\n  background: rgba(15,23,42,0.1);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 24px;\n  flex-shrink: 0;\n}\n.fb-text strong {\n  display: block;\n  font-family: 'Oswald', sans-serif !important;\n  font-size: 22px !important;\n  font-weight: 700 !important;\n  color: #0f172a !important;\n}\n.fb-text span {\n  font-size: 14px !important;\n  color: #334155 !important;\n}\n.free-banner a {\n  display: inline-flex !important;\n  align-items: center;\n  gap: 8px;\n  background: #0f172a !important;\n  color: #ffffff !important;\n  font-family: 'Oswald', sans-serif !important;\n  font-weight: 600 !important;\n  font-size: 15px !important;\n  letter-spacing: 0.5px;\n  padding: 14px 28px !important;\n  border-radius: 10px !important;\n  text-decoration: none !important;\n  transition: 0.25s;\n  white-space: nowrap;\n}\n.free-banner a:hover { background: #1E3A8A !important; color: #ffffff !important; }\n\n\/* \u2500\u2500 UNIVERSITIES \u2500\u2500 *\/\n.uni-wrap { background: var(--blue-dark); }\n.uni-inner { max-width: 1200px; margin: 0 auto; padding: 80px 24px; }\n.uni-inner .section-label { color: var(--yellow); }\n.uni-inner .section-title { color: white; }\n.uni-inner .section-title .sub { color: rgba(255,255,255,0.5); font-size: 18px; font-weight: 400; display: block; font-family: 'Roboto', sans-serif; margin-top: 8px; }\n\n.uni-grid {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 16px;\n  margin-top: 48px;\n}\n@media (max-width: 900px) { .uni-grid { grid-template-columns: repeat(3, 1fr); } }\n@media (max-width: 560px) { .uni-grid { grid-template-columns: repeat(2, 1fr); } }\n\n.uni-card {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.08);\n  border-radius: 16px;\n  padding: 24px 16px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 12px;\n  transition: all 0.25s;\n  cursor: default;\n}\n.uni-card:hover {\n  background: rgba(255,255,255,0.1);\n  border-color: rgba(255,193,20,0.3);\n  transform: translateY(-4px);\n}\n.uni-logo {\n  width: 100%;\n  height: 80px;\n  object-fit: contain;\n  object-position: center;\n  opacity: 0.9;\n  transition: 0.25s;\n}\n.uni-card:hover .uni-logo { opacity: 1; transform: scale(1.05); }\n.uni-name {\n  font-size: 11px;\n  font-weight: 500;\n  color: rgba(255,255,255,0.5);\n  text-align: center;\n  letter-spacing: 0.3px;\n}\n.uni-more {\n  background: linear-gradient(135deg, rgba(255,193,20,0.12), rgba(255,193,20,0.06));\n  border: 1px solid rgba(255,193,20,0.35) !important;\n  justify-content: center;\n}\n.uni-more-inner {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n  text-align: center;\n}\n.uni-more-icon {\n  width: 40px; height: 40px;\n  background: rgba(255,193,20,0.15);\n  border: 1.5px solid rgba(255,193,20,0.4);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 22px;\n  font-weight: 700;\n  color: #FFC114;\n  line-height: 1;\n}\n.uni-more-text {\n  font-family: 'Oswald', sans-serif;\n  font-size: 13px;\n  font-weight: 600;\n  color: rgba(255,255,255,0.7);\n  line-height: 1.4;\n}\n.uni-more-cta {\n  display: inline-block;\n  background: #FFC114;\n  color: #0f172a !important;\n  font-family: 'Oswald', sans-serif;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  padding: 6px 14px;\n  border-radius: 999px;\n  text-decoration: none !important;\n  transition: 0.2s;\n  margin-top: 4px;\n}\n.uni-more-cta:hover { background: #FFD35A; }\n\n\/* \u2500\u2500 WHY ATTEND \u2500\u2500 *\/\n.why-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n  margin-top: 48px;\n}\n@media (max-width: 640px) { .why-grid { grid-template-columns: 1fr; } }\n\n.why-item {\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n  padding: 28px;\n  background: white;\n  border-radius: 16px;\n  border: 1px solid #e8edf8;\n  box-shadow: 0 2px 12px rgba(30,58,138,0.05);\n  transition: 0.25s;\n}\n.why-item:hover { border-color: var(--blue-mid); box-shadow: 0 8px 28px rgba(30,58,138,0.1); }\n.why-num {\n  flex-shrink: 0;\n  width: 44px; height: 44px;\n  background: linear-gradient(135deg, var(--blue-main), var(--blue-mid));\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Oswald', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  color: white;\n}\n.why-body strong {\n  display: block;\n  font-family: 'Oswald', sans-serif;\n  font-size: 17px;\n  font-weight: 600;\n  color: var(--blue-dark);\n  margin-bottom: 6px;\n}\n.why-body p { font-size: 14px; color: #64748b; line-height: 1.6; }\n\n\/* \u2500\u2500 CTA FINAL \u2500\u2500 *\/\n.cta-final {\n  position: relative;\n  background: linear-gradient(135deg, var(--blue-main) 0%, #1a56c4 50%, var(--blue-mid) 100%);\n  overflow: hidden;\n  text-align: center;\n  padding: 100px 24px;\n}\n.cta-final::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.08)'\/%3E%3C\/svg%3E\");\n}\n.cta-final-inner { position: relative; z-index: 2; max-width: 620px; margin: 0 auto; }\n.cta-final-inner .section-label { color: rgba(255,255,255,0.6); }\n.cta-final-inner h2 {\n  font-family: 'Oswald', sans-serif;\n  font-size: clamp(32px, 5vw, 48px);\n  font-weight: 700;\n  color: white;\n  line-height: 1.2;\n  margin-bottom: 16px;\n}\n.cta-final-inner h2 span { color: var(--yellow); }\n.cta-final-inner p { color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.7; margin-bottom: 36px; }\n.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\n.btn-wa {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #25D366;\n  color: white;\n  font-family: 'Oswald', sans-serif;\n  font-size: 15px;\n  font-weight: 600;\n  padding: 15px 28px;\n  border-radius: 12px;\n  text-decoration: none;\n  transition: 0.25s;\n  box-shadow: 0 6px 20px rgba(37,211,102,0.3);\n}\n.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(37,211,102,0.4); }\n\n\/* \u2500\u2500 FORM SECTION \u2500\u2500 *\/\n.form-section { background: #f8faff; padding: 80px 24px; }\n.form-inner { max-width: 700px; margin: 0 auto; }\n.form-inner .section-title { text-align: center; margin-bottom: 8px; }\n.form-inner .section-label { text-align: center; display: block; }\n.form-inner .form-sub { text-align: center; color: #64748b; font-size: 16px; margin-bottom: 40px; }\n.form-card {\n  background: white;\n  border-radius: 24px;\n  padding: 48px;\n  box-shadow: 0 8px 40px rgba(30,58,138,0.1);\n  border: 1px solid #e8edf8;\n}\n@media (max-width: 600px) { .form-card { padding: 28px 20px; } }\n.form-card .shortcode-placeholder {\n  background: var(--gray-light);\n  border: 2px dashed #c7d2fe;\n  border-radius: 12px;\n  padding: 40px;\n  text-align: center;\n  color: var(--blue-mid);\n  font-size: 15px;\n}\n.form-card .shortcode-placeholder code {\n  display: block;\n  margin-top: 10px;\n  font-family: monospace;\n  font-size: 14px;\n  color: #475569;\n  background: #e8edf8;\n  padding: 8px 16px;\n  border-radius: 8px;\n}\n\n\/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n.page-footer {\n  background: var(--blue-dark);\n  padding: 40px 24px;\n  text-align: center;\n}\n.page-footer img.aug-logo { height: 40px; filter: brightness(0) invert(1); opacity: 0.9; margin-bottom: 16px; }\n.page-footer p { color: rgba(255,255,255,0.45); font-size: 13px; }\n.page-footer .footer-contact {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.1);\n  color: var(--yellow);\n  padding: 10px 20px;\n  border-radius: 999px;\n  font-size: 14px;\n  font-weight: 500;\n  margin: 16px 0;\n  text-decoration: none;\n}\n\n\/* \u2500\u2500 SCROLL REVEAL \u2500\u2500 *\/\n.reveal {\n  opacity: 1;\n  transform: none;\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n.reveal.will-animate {\n  opacity: 0;\n  transform: translateY(30px);\n}\n.reveal.visible { opacity: 1; transform: translateY(0); }\n\n\/* \u2500\u2500 STICKY CTA BAR \u2500\u2500 *\/\n.sticky-bar {\n  position: fixed;\n  bottom: 0; left: 0; right: 0;\n  background: var(--blue-dark);\n  border-top: 2px solid var(--yellow);\n  z-index: 999;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 14px 28px;\n  transform: translateY(100%);\n  transition: transform 0.4s ease;\n  flex-wrap: wrap;\n  gap: 12px;\n}\n.sticky-bar.show { transform: translateY(0); }\n.sticky-bar-text {\n  font-family: 'Oswald', sans-serif;\n  color: white;\n  font-size: 16px;\n  font-weight: 500;\n}\n.sticky-bar-text span { color: var(--yellow); }\n<\/style>\n<\/head>\n<body data-rsssl=1>\n\n<!-- STICKY BAR -->\n<div class=\"sticky-bar\" id=\"stickyBar\">\n  <div class=\"sticky-bar-text\">\n    <span>Study STEM in Australia<\/span> \u2014 11 Apr 2026 \u00b7 AUG Serpong\n  <\/div>\n  <a href=\"#registration-form\" class=\"btn-primary\" style=\"padding:12px 24px;font-size:14px;\">\n    Daftar Gratis \u2192\n  <\/a>\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-deco hero-deco-1\"><\/div>\n  <div class=\"hero-deco hero-deco-2\"><\/div>\n  <div class=\"hero-deco hero-deco-3\"><\/div>\n\n  <div class=\"hero-inner\">\n    <div class=\"hero-content\">\n      <div class=\"hero-badge\">\n        <span><\/span>\n        Free Event \u00b7 11 April 2026\n      <\/div>\n      <h1 class=\"hero-title\">\n        Siap Bikin<br\/>\n        <span class=\"accent\">Karir Global<\/span><br\/>\n        dari STEM? \ud83d\ude80\n      <\/h1>\n      <p class=\"hero-sub\">\n        IT, Sains & Engineering \u2014 bidang paling dicari di dunia. Australia adalah gerbang terbaik menuju karir internasional impianmu.\n      <\/p>\n\n      <div class=\"hero-meta\">\n        <div class=\"meta-pill\">\n          <svg width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z\" clip-rule=\"evenodd\"\/><\/svg>\n          Sabtu, 11 April 2026\n        <\/div>\n        <div class=\"meta-pill\">\n          <svg width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z\" clip-rule=\"evenodd\"\/><\/svg>\n          10:00 \u2013 13:00 WIB\n        <\/div>\n        <div class=\"meta-pill\">\n          <svg width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 20 20\"><path fill-rule=\"evenodd\" d=\"M5.05 4.05a7 7 0 119.9 9.9L10 18.9l-4.95-4.95a7 7 0 010-9.9zM10 11a2 2 0 100-4 2 2 0 000 4z\" clip-rule=\"evenodd\"\/><\/svg>\n          AUG Serpong Office\n        <\/div>\n      <\/div>\n\n      <div class=\"hero-cta\">\n        <a href=\"#registration-form\" class=\"btn-primary\">\n          Daftar Sekarang \u2014 FREE\n          <svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"\/><\/svg>\n        <\/a>\n        <a href=\"https:\/\/wa.me\/6287776777284?text=Halo%2C%20saya%20mengetahui%20event%20Study%20STEM%20in%20Australia%20dari%20Iklan%2C%20apakah%20bisa%20membantu%20saya%20memberikan%20info%3F\" class=\"btn-secondary\" target=\"_blank\">\n          <svg width=\"18\" height=\"18\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\n          Info via WhatsApp\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"hero-visual\">\n      <img decoding=\"async\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/04\/IG-Sqer-SER_STEM-App-Day.webp\"\n           alt=\"Study STEM in Australia\"\n           style=\"width:100%;max-width:460px;display:block;border-radius:20px 20px 0 0;box-shadow:0 -20px 60px rgba(0,0,0,0.3);position:relative;z-index:2;object-fit:cover;\"\n           onerror=\"this.onerror=null;this.src='https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/IG_Sqer_SER_STEM_App_Day.webp';\"\/>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CAREER TICKER -->\n<div class=\"careers-wrap\">\n  <div class=\"careers-track\" id=\"ticker\">\n    <span class=\"career-tag\">Data Scientist<\/span>\n    <span class=\"career-tag\">Software Engineer<\/span>\n    <span class=\"career-tag\">AI \/ ML Engineer<\/span>\n    <span class=\"career-tag\">Biomedical Researcher<\/span>\n    <span class=\"career-tag\">Environmental Engineer<\/span>\n    <span class=\"career-tag\">Renewable Energy Expert<\/span>\n    <span class=\"career-tag\">Cybersecurity Analyst<\/span>\n    <span class=\"career-tag\">Aerospace Engineer<\/span>\n    <span class=\"career-tag\">Robotics Engineer<\/span>\n    <span class=\"career-tag\">Cloud Architect<\/span>\n    <span class=\"career-tag\">Data Scientist<\/span>\n    <span class=\"career-tag\">Software Engineer<\/span>\n    <span class=\"career-tag\">AI \/ ML Engineer<\/span>\n    <span class=\"career-tag\">Biomedical Researcher<\/span>\n    <span class=\"career-tag\">Environmental Engineer<\/span>\n    <span class=\"career-tag\">Renewable Energy Expert<\/span>\n    <span class=\"career-tag\">Cybersecurity Analyst<\/span>\n    <span class=\"career-tag\">Aerospace Engineer<\/span>\n    <span class=\"career-tag\">Robotics Engineer<\/span>\n    <span class=\"career-tag\">Cloud Architect<\/span>\n  <\/div>\n<\/div>\n\n<!-- ABOUT -->\n<div class=\"section reveal\">\n  <div class=\"about-grid\">\n    <div class=\"about-text\">\n      <p class=\"section-label\">Tentang Event<\/p>\n      <h2 class=\"section-title\">Kenapa <span class=\"hi\">STEM<\/span> &amp;<br\/>Kenapa <span class=\"ha\">Australia?<\/span><\/h2>\n      <p>\n        Tahukah kamu? Lulusan <strong>STEM (Science, Technology, Engineering & Mathematics)<\/strong> sekarang lagi dicari banget di seluruh dunia! Mulai dari Data Scientist, Software Engineer, sampai Ahli Energi Terbarukan \u2014 peluang kerjanya super luas dengan salary yang sangat kompetitif di global market.\n      <\/p>\n      <p>\n        Kalau kamu punya rencana buat bangun karir internasional, <strong>Australia adalah salah satu destinasi terbaik buat belajar STEM!<\/strong> Selain kualitas pendidikannya kelas dunia, kamu juga punya peluang buat dapet <em>Post-Study Work Visa<\/em> untuk nambah pengalaman kerja di sana setelah lulus.\n      <\/p>\n      <p>\n        Biar nggak bingung mulai dari mana, datang aja ke event eksklusif ini dan konsultasi langsung sama para ahlinya!\n      <\/p>\n    <\/div>\n    <div>\n      <div class=\"highlight-box\">\n        <div class=\"hb-label\">\u2728 Di Event Ini Kamu Bisa<\/div>\n        <div class=\"hb-text\">Konsultasi 1-on-1 langsung dengan representatif kampus top Australia<\/div>\n        <ul class=\"hb-items\">\n          <li>Tanya langsung soal program STEM yang cocok buatmu<\/li>\n          <li>Cek peluang beasiswa yang tersedia<\/li>\n          <li>Pahami proses aplikasi & persyaratan masuk<\/li>\n          <li>Kenali peluang kerja setelah lulus di Australia<\/li>\n          <li>Ketemu perwakilan Group of Eight (Go8) Australia<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- EVENT DETAIL -->\n<div class=\"event-detail-wrap\">\n  <div class=\"section reveal\">\n    <p class=\"section-label\">Detail Acara<\/p>\n    <h2 class=\"section-title\">Info <span class=\"hi\">Lengkap<\/span> Event<\/h2>\n\n    <div class=\"event-cards\">\n      <div class=\"e-card\">\n        <div class=\"e-card-icon\">\n          <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"\/><\/svg>\n        <\/div>\n        <div class=\"e-card-label\">Tanggal<\/div>\n        <div class=\"e-card-value\">Sabtu, 11 April 2026<\/div>\n        <div class=\"e-card-sub\">Pukul 10:00 \u2013 13:00 WIB<\/div>\n      <\/div>\n\n      <div class=\"e-card\">\n        <div class=\"e-card-icon\">\n          <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"\/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"\/><\/svg>\n        <\/div>\n        <div class=\"e-card-label\">Lokasi<\/div>\n        <div class=\"e-card-value\">AUG Serpong Office<\/div>\n        <div class=\"e-card-sub\">Ruko Pisa Grande, Jl. Paramount Boulevard No.9 Blok A<\/div>\n      <\/div>\n\n      <div class=\"e-card\">\n        <div class=\"e-card-icon\">\n          <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/><\/svg>\n        <\/div>\n        <div class=\"e-card-label\">Info & Pendaftaran<\/div>\n        <div class=\"e-card-value\">0877 76777 284<\/div>\n        <div class=\"e-card-sub\">WhatsApp \/ Telepon tersedia<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"free-banner\">\n      <div class=\"fb-left\">\n        <div class=\"fb-icon\">\ud83c\udf9f\ufe0f<\/div>\n        <div class=\"fb-text\">\n          <strong>FREE ENTRY \u2014 Terbuka untuk Umum!<\/strong>\n          <span>Tidak dipungut biaya apapun. Tempat terbatas, daftarkan dirimu sekarang.<\/span>\n        <\/div>\n      <\/div>\n      <a href=\"#registration-form\">\n        Daftar Sekarang \u2192\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- UNIVERSITIES -->\n<div class=\"uni-wrap\">\n  <div class=\"uni-inner reveal\">\n    <p class=\"section-label\">Universitas Partner AUG<\/p>\n    <h2 class=\"section-title\">\n      Kampus Top Australia<br\/>\n      <span class=\"sub\">yang Kami Wakilkan<\/span>\n    <\/h2>\n\n    <div class=\"uni-grid\">\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/AU.jpg\" alt=\"Adelaide University\"\/>\n        <div class=\"uni-name\">Adelaide University<\/div>\n      <\/div>\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/Curtin.jpg\" alt=\"Curtin University\"\/>\n        <div class=\"uni-name\">Curtin University<\/div>\n      <\/div>\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/Deakin.jpg\" alt=\"Deakin University\"\/>\n        <div class=\"uni-name\">Deakin University<\/div>\n      <\/div>\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/Monash.jpg\" alt=\"Monash University\"\/>\n        <div class=\"uni-name\">Monash University<\/div>\n      <\/div>\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/RMIT.jpg\" alt=\"RMIT University\"\/>\n        <div class=\"uni-name\">RMIT University<\/div>\n      <\/div>\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/UNSW.jpg\" alt=\"UNSW Sydney\"\/>\n        <div class=\"uni-name\">UNSW Sydney<\/div>\n      <\/div>\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/UQ.jpg\" alt=\"University of Queensland\"\/>\n        <div class=\"uni-name\">Univ. of Queensland<\/div>\n      <\/div>\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/USyd.jpg\" alt=\"University of Sydney\"\/>\n        <div class=\"uni-name\">Univ. of Sydney<\/div>\n      <\/div>\n      <div class=\"uni-card\">\n        <img decoding=\"async\" class=\"uni-logo\" src=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/03\/UTS.jpg\" alt=\"UTS Sydney\"\/>\n        <div class=\"uni-name\">UTS Sydney<\/div>\n      <\/div>\n      <div class=\"uni-card uni-more\">\n        <div class=\"uni-more-inner\">\n          <div class=\"uni-more-icon\">+<\/div>\n          <div class=\"uni-more-text\">dan banyak<br\/>universitas lagi!<\/div>\n          <a href=\"#registration-form\" class=\"uni-more-cta\">Konsultasi Sekarang<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- FINAL CTA -->\n<section class=\"cta-final reveal\">\n  <div class=\"cta-final-inner\">\n    <p class=\"section-label\">Jangan Sampai Ketinggalan<\/p>\n    <h2>Tempat <span>Terbatas!<\/span><br\/>Daftar Sekarang<\/h2>\n    <p>Event gratis ini terbuka untuk semua \u2014 pelajar SMA, mahasiswa, maupun fresh graduate yang ingin tahu lebih lanjut soal studi STEM di Australia.<\/p>\n    <div class=\"cta-btns\">\n      <a href=\"#registration-form\" class=\"btn-primary\">\n        Daftar Gratis Sekarang \u2192\n      <\/a>\n      <a href=\"https:\/\/wa.me\/6287776777284?text=Halo%2C%20saya%20mengetahui%20event%20Study%20STEM%20in%20Australia%20dari%20Iklan%2C%20apakah%20bisa%20membantu%20saya%20memberikan%20info%3F\" class=\"btn-wa\" target=\"_blank\">\n        <svg width=\"18\" height=\"18\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\n        Tanya via WhatsApp\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- FORM SECTION - PART 1: wrapper opening -->\n<div class=\"form-section\" id=\"registration-form\">\n  <div class=\"form-inner\">\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!-- FORM SECTION - PART 2: wrapper closing -->\n  <\/div><!-- .form-inner -->\n<\/div><!-- .form-section -->\n\n<!-- FLUENT FORM STYLE OVERRIDE -->\n<style>\n.form-inner .ff-el-input--label label { color: #1e293b !important; font-family: 'Roboto', sans-serif !important; font-size: 14px !important; font-weight: 500 !important; }\n.form-inner input[type=\"text\"],\n.form-inner input[type=\"email\"],\n.form-inner input[type=\"tel\"],\n.form-inner input[type=\"number\"],\n.form-inner select,\n.form-inner textarea {\n  width: 100% !important; padding: 12px 16px !important;\n  border: 1.5px solid #e2e8f0 !important; border-radius: 10px !important;\n  font-size: 15px !important; font-family: 'Roboto', sans-serif !important;\n  color: #1e293b !important; background: #f8faff !important; box-shadow: none !important;\n}\n.form-inner input:focus, .form-inner select:focus, .form-inner textarea:focus {\n  border-color: #1E3A8A !important; outline: none !important; background: #fff !important;\n}\n.form-inner .ff-btn-submit, .form-inner button[type=\"submit\"] {\n  background: #FFC114 !important; color: #0f172a !important;\n  font-family: 'Oswald', sans-serif !important; font-weight: 700 !important;\n  font-size: 16px !important; padding: 14px 32px !important;\n  border-radius: 10px !important; border: none !important; cursor: pointer !important;\n  width: 100% !important; box-shadow: 0 6px 20px rgba(255,193,20,0.3) !important;\n}\n.form-inner .ff-btn-submit:hover { background: #FFD35A !important; }\n<\/style>\n\n<!-- FOOTER -->\n<footer class=\"page-footer\">\n  <div>\n    <p style=\"color:white;font-family:'Oswald',sans-serif;font-size:22px;font-weight:700;margin-bottom:6px;\">AUG Student Services Serpong<\/p>\n    <a href=\"https:\/\/wa.me\/6287776777284?text=Halo%2C%20saya%20mengetahui%20event%20Study%20STEM%20in%20Australia%20dari%20Iklan%2C%20apakah%20bisa%20membantu%20saya%20memberikan%20info%3F\" class=\"footer-contact\">\n      <svg width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\n      0877 76777 284\n    <\/a>\n  <\/div>\n<\/footer>\n\n<script>\n\/\/ Scroll reveal - safe for WordPress\nconst reveals = document.querySelectorAll('.reveal');\n\n\/\/ Only hide if JS is running (progressive enhancement)\nreveals.forEach(el => el.classList.add('will-animate'));\n\nconst observer = new IntersectionObserver((entries) => {\n  entries.forEach((e) => {\n    if (e.isIntersecting) {\n      e.target.classList.add('visible');\n      e.target.classList.remove('will-animate');\n      observer.unobserve(e.target);\n    }\n  });\n}, { threshold: 0.05, rootMargin: '0px 0px -40px 0px' });\n\nreveals.forEach(el => observer.observe(el));\n\n\/\/ Fallback: if elements still hidden after 2s, force show all\nsetTimeout(() => {\n  document.querySelectorAll('.reveal.will-animate').forEach(el => {\n    el.classList.add('visible');\n    el.classList.remove('will-animate');\n  });\n}, 2000);\n\n\/\/ Sticky bar\nconst sticky = document.getElementById('stickyBar');\nwindow.addEventListener('scroll', () => {\n  sticky.classList.toggle('show', window.scrollY > 500);\n});\n\n\/\/ Smooth scroll\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(a => {\n  a.addEventListener('click', e => {\n    const target = document.querySelector(a.getAttribute('href'));\n    if (target) { e.preventDefault(); target.scrollIntoView({ behavior: 'smooth', block: 'start' }); }\n  });\n});\n<\/script>\n<\/body>\n<\/html>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"Study STEM in Australia: Pathway to Global Careers | AUG Student Services Study STEM in Australia \u2014 11 Apr 2026 \u00b7 AUG Serpong Daftar Gratis \u2192 Free Event \u00b7 11 April 2026 Siap Bikin Karir Global dari STEM? \ud83d\ude80 IT, Sains & Engineering \u2014 bidang paling dicari di dunia. Australia adalah gerbang terbaik menuju karir [...]","protected":false},"author":24937,"featured_media":411680,"parent":2349,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-411651","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Study STEM in Australia: Pathway to Global Careers - AUG Student Services<\/title>\n<meta name=\"description\" content=\"Kalau kamu punya rencana buat bangun karir internasional, Australia adalah salah satu destinasi terbaik buat belajar STEM! Selain kualitas pendidikannya kelas dunia, kamu juga punya peluang buat dapet Post-Study Work Visa untuk nambah pengalaman kerja di sana setelah lulus.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/augstudy.com\/zh\/\u5370\u5c3c\/\u4e8b\u4ef6-2\/study-stem-in-australia\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Study STEM in Australia: Pathway to Global Careers\" \/>\n<meta property=\"og:description\" content=\"Kalau kamu punya rencana buat bangun karir internasional, Australia adalah salah satu destinasi terbaik buat belajar STEM! Selain kualitas pendidikannya kelas dunia, kamu juga punya peluang buat dapet Post-Study Work Visa untuk nambah pengalaman kerja di sana setelah lulus.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/augstudy.com\/zh\/\u5370\u5c3c\/\u4e8b\u4ef6-2\/study-stem-in-australia\/\" \/>\n<meta property=\"og:site_name\" content=\"AUG Student Services\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AUGInAustralia\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-01T16:47:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/04\/IG-Sqer-SER_STEM-App-Day-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/study-stem-in-australia\\\/\",\"url\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/study-stem-in-australia\\\/\",\"name\":\"Study STEM in Australia: Pathway to Global Careers - AUG Student Services\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/study-stem-in-australia\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/study-stem-in-australia\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/augstudy.com\\\/aug-website-files\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/IG-Sqer-SER_STEM-App-Day-1.webp\",\"datePublished\":\"2026-04-01T10:49:54+00:00\",\"dateModified\":\"2026-04-01T16:47:21+00:00\",\"description\":\"Kalau kamu punya rencana buat bangun karir internasional, Australia adalah salah satu destinasi terbaik buat belajar STEM! Selain kualitas pendidikannya kelas dunia, kamu juga punya peluang buat dapet Post-Study Work Visa untuk nambah pengalaman kerja di sana setelah lulus.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/study-stem-in-australia\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/study-stem-in-australia\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/study-stem-in-australia\\\/#primaryimage\",\"url\":\"https:\\\/\\\/augstudy.com\\\/aug-website-files\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/IG-Sqer-SER_STEM-App-Day-1.webp\",\"contentUrl\":\"https:\\\/\\\/augstudy.com\\\/aug-website-files\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/IG-Sqer-SER_STEM-App-Day-1.webp\",\"width\":1080,\"height\":1080,\"caption\":\"Study STEM in Australia\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/study-stem-in-australia\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/augstudy.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AUG Indonesia\",\"item\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AUG Indonesia Events\",\"item\":\"https:\\\/\\\/augstudy.com\\\/indonesia\\\/events\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Study STEM in Australia: Pathway to Global Careers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\",\"url\":\"https:\\\/\\\/augstudy.com\\\/\",\"name\":\"AUG Student Services\",\"description\":\"Student Services\",\"alternateName\":\"AUG Global\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/augstudy.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Study STEM in Australia: Pathway to Global Careers - AUG Student Services","description":"Kalau kamu punya rencana buat bangun karir internasional, Australia adalah salah satu destinasi terbaik buat belajar STEM! Selain kualitas pendidikannya kelas dunia, kamu juga punya peluang buat dapet Post-Study Work Visa untuk nambah pengalaman kerja di sana setelah lulus.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/augstudy.com\/zh\/\u5370\u5c3c\/\u4e8b\u4ef6-2\/study-stem-in-australia\/","og_locale":"zh_CN","og_type":"article","og_title":"Study STEM in Australia: Pathway to Global Careers","og_description":"Kalau kamu punya rencana buat bangun karir internasional, Australia adalah salah satu destinasi terbaik buat belajar STEM! Selain kualitas pendidikannya kelas dunia, kamu juga punya peluang buat dapet Post-Study Work Visa untuk nambah pengalaman kerja di sana setelah lulus.","og_url":"https:\/\/augstudy.com\/zh\/\u5370\u5c3c\/\u4e8b\u4ef6-2\/study-stem-in-australia\/","og_site_name":"AUG Student Services","article_publisher":"https:\/\/www.facebook.com\/AUGInAustralia\/","article_modified_time":"2026-04-01T16:47:21+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/04\/IG-Sqer-SER_STEM-App-Day-1.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/augstudy.com\/indonesia\/events\/study-stem-in-australia\/","url":"https:\/\/augstudy.com\/indonesia\/events\/study-stem-in-australia\/","name":"Study STEM in Australia: Pathway to Global Careers - AUG Student Services","isPartOf":{"@id":"https:\/\/augstudy.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/augstudy.com\/indonesia\/events\/study-stem-in-australia\/#primaryimage"},"image":{"@id":"https:\/\/augstudy.com\/indonesia\/events\/study-stem-in-australia\/#primaryimage"},"thumbnailUrl":"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/04\/IG-Sqer-SER_STEM-App-Day-1.webp","datePublished":"2026-04-01T10:49:54+00:00","dateModified":"2026-04-01T16:47:21+00:00","description":"Kalau kamu punya rencana buat bangun karir internasional, Australia adalah salah satu destinasi terbaik buat belajar STEM! Selain kualitas pendidikannya kelas dunia, kamu juga punya peluang buat dapet Post-Study Work Visa untuk nambah pengalaman kerja di sana setelah lulus.","breadcrumb":{"@id":"https:\/\/augstudy.com\/indonesia\/events\/study-stem-in-australia\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/augstudy.com\/indonesia\/events\/study-stem-in-australia\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/augstudy.com\/indonesia\/events\/study-stem-in-australia\/#primaryimage","url":"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/04\/IG-Sqer-SER_STEM-App-Day-1.webp","contentUrl":"https:\/\/augstudy.com\/aug-website-files\/wp-content\/uploads\/2026\/04\/IG-Sqer-SER_STEM-App-Day-1.webp","width":1080,"height":1080,"caption":"Study STEM in Australia"},{"@type":"BreadcrumbList","@id":"https:\/\/augstudy.com\/indonesia\/events\/study-stem-in-australia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/augstudy.com\/"},{"@type":"ListItem","position":2,"name":"AUG Indonesia","item":"https:\/\/augstudy.com\/indonesia\/"},{"@type":"ListItem","position":3,"name":"AUG Indonesia Events","item":"https:\/\/augstudy.com\/indonesia\/events\/"},{"@type":"ListItem","position":4,"name":"Study STEM in Australia: Pathway to Global Careers"}]},{"@type":"WebSite","@id":"https:\/\/augstudy.com\/#website","url":"https:\/\/augstudy.com\/","name":"AUG\u5b66\u751f\u670d\u52a1","description":"\u5b66\u751f\u670d\u52a1","alternateName":"AUG Global","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/augstudy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"}]}},"_links":{"self":[{"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages\/411651","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/users\/24937"}],"replies":[{"embeddable":true,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/comments?post=411651"}],"version-history":[{"count":27,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages\/411651\/revisions"}],"predecessor-version":[{"id":411697,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages\/411651\/revisions\/411697"}],"up":[{"embeddable":true,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/pages\/2349"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/media\/411680"}],"wp:attachment":[{"href":"https:\/\/augstudy.com\/zh\/wp-json\/wp\/v2\/media?parent=411651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}