{"id":1083,"date":"2026-02-04T09:15:02","date_gmt":"2026-02-04T09:15:02","guid":{"rendered":"https:\/\/mitanz.com\/?page_id=1083"},"modified":"2026-02-05T06:42:51","modified_gmt":"2026-02-05T06:42:51","slug":"int-educational-placement","status":"publish","type":"page","link":"https:\/\/mitanz.com\/?page_id=1083","title":{"rendered":"Int Educational Placement"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <title>MITANZ International Student Career Service<\/title>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <style>\n        :root {\n            --primary: #2563EB;      \/* Blue *\/\n            --primary-dark: #1D4ED8;\n            --accent: #F97316;       \/* Orange *\/\n            --bg-light: #F3F4F6;\n            --text-main: #111827;\n            --text-muted: #6B7280;\n            --white: #FFFFFF;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            background-color: var(--bg-light);\n            color: var(--text-main);\n            line-height: 1.6;\n        }\n\n        a {\n            text-decoration: none;\n        }\n\n        .page-wrapper {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px 16px 40px 16px;\n        }\n\n        \/* TOP NAV \/ BRAND *\/\n        .top-nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 18px;\n            font-size: 0.85rem;\n        }\n\n        .brand {\n            font-weight: 700;\n            color: var(--primary-dark);\n        }\n\n        .brand span { color: var(--accent); }\n\n        .breadcrumb {\n            color: var(--text-muted);\n        }\n\n        .breadcrumb a {\n            color: var(--primary-dark);\n        }\n\n        \/* SIMPLE BACK BUTTON *\/\n        .back-link {\n            margin: 6px 0 16px;\n            font-size: 0.8rem;\n        }\n\n        .back-link a {\n            color: var(--primary-dark);\n        }\n\n        \/* HERO SECTION *\/\n        .hero {\n            background: radial-gradient(circle at top left, #EEF2FF, #DBEAFE);\n            border-radius: 18px;\n            padding: 40px 24px;\n            display: grid;\n            grid-template-columns: 1.2fr 1fr;\n            gap: 32px;\n            align-items: center;\n        }\n\n        .hero-text h1 {\n            font-size: 2.4rem;\n            margin-bottom: 12px;\n            color: var(--primary-dark);\n        }\n\n        .hero-text h1 span {\n            color: var(--accent);\n        }\n\n        .hero-text p {\n            font-size: 1rem;\n            color: var(--text-muted);\n            margin-bottom: 18px;\n        }\n\n        .hero-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-bottom: 24px;\n        }\n\n        .badge {\n            padding: 6px 12px;\n            border-radius: 999px;\n            background-color: #EEF2FF;\n            font-size: 0.8rem;\n            color: var(--primary-dark);\n            font-weight: 600;\n        }\n\n        .hero-actions {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            align-items: center;\n        }\n\n        .btn-primary {\n            background: linear-gradient(to right, var(--primary), var(--primary-dark));\n            color: var(--white);\n            padding: 12px 22px;\n            border-radius: 999px;\n            font-weight: 600;\n            font-size: 0.95rem;\n            border: none;\n            cursor: pointer;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .btn-primary:hover {\n            opacity: 0.95;\n        }\n\n        .btn-ghost {\n            background-color: transparent;\n            color: var(--primary-dark);\n            padding: 10px 16px;\n            border-radius: 999px;\n            border: 1px solid #CBD5F5;\n            font-size: 0.9rem;\n            cursor: pointer;\n        }\n\n        .hero-note {\n            font-size: 0.8rem;\n            color: var(--text-muted);\n        }\n\n        .hero-visual {\n            background-color: var(--white);\n            border-radius: 16px;\n            padding: 20px;\n            box-shadow: 0 15px 40px rgba(15, 23, 42, 0.12);\n        }\n\n        .hero-visual h3 {\n            font-size: 1rem;\n            margin-bottom: 4px;\n        }\n\n        .hero-visual p {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            margin-bottom: 14px;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(3, minmax(0, 1fr));\n            gap: 10px;\n            margin-top: 8px;\n        }\n\n        .stat-card {\n            background-color: #F9FAFB;\n            border-radius: 10px;\n            padding: 10px;\n            text-align: center;\n        }\n\n        .stat-card strong {\n            display: block;\n            font-size: 1rem;\n            color: var(--primary-dark);\n        }\n\n        .stat-card span {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n        }\n\n        \/* GENERIC SECTIONS *\/\n        .section {\n            margin-top: 40px;\n        }\n\n        .section-header {\n            margin-bottom: 18px;\n            text-align: left;\n        }\n\n        .section-title {\n            font-size: 1.6rem;\n            margin-bottom: 6px;\n            color: var(--primary-dark);\n        }\n\n        .section-subtitle {\n            font-size: 0.95rem;\n            color: var(--text-muted);\n        }\n\n        \/* WHY CHOOSE US *\/\n        .cards-grid {\n            display: grid;\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 16px;\n        }\n\n        .card {\n            background-color: var(--white);\n            border-radius: 14px;\n            padding: 16px 14px;\n            box-shadow: 0 4px 15px rgba(15, 23, 42, 0.08);\n        }\n\n        .card-icon {\n            width: 34px;\n            height: 34px;\n            border-radius: 999px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n\n        .card-title {\n            font-size: 0.95rem;\n            font-weight: 600;\n            margin-bottom: 6px;\n        }\n\n        .card-text {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n        }\n\n        \/* JOURNEY SECTION *\/\n        .journey-grid {\n            display: grid;\n            grid-template-columns: 2fr 1.1fr;\n            gap: 20px;\n        }\n\n        .timeline {\n            border-left: 3px solid #E5E7EB;\n            padding-left: 14px;\n            margin-left: 6px;\n        }\n\n        .timeline-step {\n            position: relative;\n            margin-bottom: 18px;\n        }\n\n        .timeline-dot {\n            position: absolute;\n            left: -22px;\n            top: 6px;\n            width: 11px;\n            height: 11px;\n            border-radius: 50%;\n            background-color: var(--primary);\n            border: 2px solid #EEF2FF;\n        }\n\n        .timeline-step h4 {\n            font-size: 0.95rem;\n            margin-bottom: 4px;\n        }\n\n        .timeline-step p {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n        }\n\n        .highlight-box {\n            background: linear-gradient(135deg, #0EA5E9, #22C55E);\n            color: var(--white);\n            border-radius: 16px;\n            padding: 18px 16px;\n        }\n\n        .highlight-box h3 {\n            font-size: 1rem;\n            margin-bottom: 6px;\n        }\n\n        .highlight-box p {\n            font-size: 0.85rem;\n            margin-bottom: 10px;\n        }\n\n        .highlight-box ul {\n            list-style: none;\n            padding-left: 0;\n            font-size: 0.85rem;\n        }\n\n        .highlight-box li::before {\n            content: \"\u2713 \";\n            margin-right: 4px;\n        }\n\n        \/* ONSHORE\/OFFSHORE SECTION *\/\n        .two-column {\n            display: grid;\n            grid-template-columns: repeat(2, minmax(0, 1fr));\n            gap: 20px;\n        }\n\n        .pill {\n            display: inline-block;\n            padding: 4px 10px;\n            border-radius: 999px;\n            font-size: 0.75rem;\n            margin-bottom: 6px;\n            font-weight: 600;\n        }\n\n        .pill-offshore {\n            background-color: #EFF6FF;\n            color: #1D4ED8;\n        }\n\n        .pill-onshore {\n            background-color: #ECFDF3;\n            color: #15803D;\n        }\n\n        .list {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            margin-top: 8px;\n            padding-left: 16px;\n        }\n\n        \/* CTA SECTION *\/\n        .cta {\n            background: linear-gradient(to right, var(--primary-dark), #1E293B);\n            border-radius: 18px;\n            padding: 24px 20px;\n            margin-top: 40px;\n            color: var(--white);\n            display: flex;\n            flex-wrap: wrap;\n            gap: 18px;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .cta h2 {\n            font-size: 1.4rem;\n            margin-bottom: 6px;\n        }\n\n        .cta p {\n            font-size: 0.9rem;\n            max-width: 500px;\n        }\n\n        .cta-actions {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n\n        .cta-secondary {\n            background-color: var(--white);\n            color: var(--primary-dark);\n            padding: 10px 18px;\n            border-radius: 999px;\n            font-size: 0.9rem;\n            border: none;\n            cursor: pointer;\n        }\n\n        .cta-secondary span {\n            font-weight: 600;\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 900px) {\n            .hero {\n                grid-template-columns: 1fr;\n            }\n            .cards-grid {\n                grid-template-columns: repeat(2, minmax(0, 1fr));\n            }\n            .journey-grid,\n            .two-column {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 640px) {\n            .cards-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .hero-text h1 {\n                font-size: 2rem;\n            }\n\n            .cta {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"page-wrapper\">\n    <!-- TOP NAV -->\n    <div class=\"top-nav\">\n        <div class=\"brand\">MITANZ <span>Career Development<\/span><\/div>\n        <a href=\"https:\/\/mitanz.com\/?page_id=448\" class=\"btn-ghost\">\u2190 Back<\/a>\n    <\/div>\n    <!-- HERO SECTION -->\n    <section class=\"hero\">\n        <div class=\"hero-text\">\n            <h1>Build Your <span>Global Career<\/span> with MITANZ<\/h1>\n            <p>\n                MITANZ International Student Career Service helps you plan your study, secure admissions,\n                obtain visas, and grow your career in <strong>New Zealand, Australia, and beyond<\/strong>.\n                We support you from your home country to your first job overseas.\n            <\/p>\n\n            <div class=\"hero-badges\">\n                <div class=\"badge\">Career-focused guidance<\/div>\n                <div class=\"badge\">Onshore &amp; Offshore Support<\/div>\n                <div class=\"badge\">Experienced MITANZ Advisors<\/div>\n            <\/div>\n\n            <div class=\"hero-actions\">\n                <button class=\"btn-primary\">\n                    Start Your Career Journey \u2192\n                <\/button>\n                <button class=\"btn-ghost\">\n                    Book a Free Consultation\n                <\/button>\n            <\/div>\n\n            <p class=\"hero-note\">\n                Share your CV &amp; academic records \u2013 our team will suggest the best study and career pathway for you.\n            <\/p>\n        <\/div>\n\n        <div class=\"hero-visual\">\n            <h3>International Student Career Pathway<\/h3>\n            <p>MITANZ guides you step by step \u2013 from choosing the right course to your first professional role.<\/p>\n            <div class=\"stats-grid\">\n                <div class=\"stat-card\">\n                    <strong>Study<\/strong>\n                    <span>Choose the right program &amp; institution<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <strong>Work<\/strong>\n                    <span>Part-time &amp; graduate job support<\/span>\n                <\/div>\n                <div class=\"stat-card\">\n                    <strong>Settle<\/strong>\n                    <span>Future migration &amp; career planning<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- WHY CHOOSE MITANZ -->\n    <section class=\"section\">\n        <div class=\"section-header\">\n            <h2 class=\"section-title\">Why International Students Choose MITANZ<\/h2>\n            <p class=\"section-subtitle\">\n                We are more than an education agent \u2013 we are your long-term career partner.\n                Our services are designed to help you succeed <strong>before, during, and after<\/strong> your studies.\n            <\/p>\n        <\/div>\n\n        <div class=\"cards-grid\">\n            <div class=\"card\">\n                <div class=\"card-icon\" style=\"background-color:#DBEAFE;\">\ud83c\udf93<\/div>\n                <h3 class=\"card-title\">Career-first Guidance<\/h3>\n                <p class=\"card-text\">\n                    We start with your long-term career goals and match you with the right course, institution,\n                    and country \u2013 not just any admission offer.\n                <\/p>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-icon\" style=\"background-color:#FEF3C7;\">\ud83c\udf0f<\/div>\n                <h3 class=\"card-title\">NZ &amp; Australia Specialists<\/h3>\n                <p class=\"card-text\">\n                    Strong expertise in New Zealand &amp; Australia, with additional options in the USA, UK &amp; Canada,\n                    depending on your profile and goals.\n                <\/p>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-icon\" style=\"background-color:#DCFCE7;\">\ud83d\udec2<\/div>\n                <h3 class=\"card-title\">End-to-end Visa Support<\/h3>\n                <p class=\"card-text\">\n                    Professional support for SOPs, student visas, documentation, and compliance \u2013 helping\n                    you submit strong, well-prepared applications.\n                <\/p>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-icon\" style=\"background-color:#FEE2E2;\">\ud83e\udd1d<\/div>\n                <h3 class=\"card-title\">Onshore &amp; Offshore Support<\/h3>\n                <p class=\"card-text\">\n                    From your home country to your first job onshore, MITANZ supports you with admissions,\n                    arrival planning, part-time work and early career coaching.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CAREER PATH \/ JOURNEY -->\n    <section class=\"section\">\n        <div class=\"section-header\">\n            <h2 class=\"section-title\">Your International Student Career Path with MITANZ<\/h2>\n            <p class=\"section-subtitle\">\n                A simple, structured journey designed to reduce stress and maximise your success.\n            <\/p>\n        <\/div>\n\n        <div class=\"journey-grid\">\n            <div>\n                <div class=\"timeline\">\n                    <div class=\"timeline-step\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <h4>1. Career &amp; Course Planning<\/h4>\n                        <p>\n                            We review your academics, work experience, interests, and budget.\n                            Then we recommend the best study options aligned with your future career.\n                        <\/p>\n                    <\/div>\n                    <div class=\"timeline-step\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <h4>2. University \/ College Admissions<\/h4>\n                        <p>\n                            We help you shortlist institutions, prepare applications, manage deadlines,\n                            and respond to offers in a professional, timely way.\n                        <\/p>\n                    <\/div>\n                    <div class=\"timeline-step\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <h4>3. SOP, Visa &amp; Documentation<\/h4>\n                        <p>\n                            MITANZ supports you with Statements of Purpose (SOP), financial documentation,\n                            and student visa filing based on the latest regulations.\n                        <\/p>\n                    <\/div>\n                    <div class=\"timeline-step\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <h4>4. Pre-departure &amp; Arrival Support<\/h4>\n                        <p>\n                            Get guidance on accommodation, airport arrival, basic cost of living,\n                            and what to expect in your first weeks onshore.\n                        <\/p>\n                    <\/div>\n                    <div class=\"timeline-step\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <h4>5. Onshore Career &amp; Job Assistance<\/h4>\n                        <p>\n                            Once you arrive, we guide you on part-time jobs, CV &amp; LinkedIn profile,\n                            interview preparation, and local networking strategies.\n                        <\/p>\n                    <\/div>\n                    <div class=\"timeline-step\">\n                        <div class=\"timeline-dot\"><\/div>\n                        <h4>6. Post-study Work &amp; Future Pathways<\/h4>\n                        <p>\n                            As you complete your studies, we help you understand post-study work options, \n                            potential skilled migration routes, and long-term career planning.\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div>\n                <div class=\"highlight-box\">\n                    <h3>What Makes the MITANZ Career Path Different?<\/h3>\n                    <p>\n                        Many students focus only on \u201cgetting admission\u201d. At MITANZ, we focus on\n                        your <strong>full journey<\/strong> \u2013 from your first counselling session to your\n                        first skilled role overseas.\n                    <\/p>\n                    <ul>\n                        <li>Transparent advice based on your real profile<\/li>\n                        <li>Professional documentation &amp; visa guidance<\/li>\n                        <li>Career-oriented planning from Day 1<\/li>\n                        <li>Support available both offshore &amp; onshore<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ONSHORE \/ OFFSHORE SUPPORT -->\n    <section class=\"section\">\n        <div class=\"section-header\">\n            <h2 class=\"section-title\">Onshore &amp; Offshore: Continuous Support for International Students<\/h2>\n            <p class=\"section-subtitle\">\n                Whether you are still in your home country or already in New Zealand \/ Australia, MITANZ can support you at every stage.\n            <\/p>\n        <\/div>\n\n        <div class=\"two-column\">\n            <!-- Offshore -->\n            <div class=\"card\">\n                <span class=\"pill pill-offshore\">Offshore Support (Before You Travel)<\/span>\n                <h3 class=\"card-title\">Plan Strong, Travel Confident<\/h3>\n                <p class=\"card-text\">\n                    From the moment you contact MITANZ, our offshore support team helps you build\n                    a clear, realistic study and career plan.\n                <\/p>\n                <ul class=\"list\">\n                    <li>Profile assessment &amp; eligibility checks<\/li>\n                    <li>Course, college &amp; country selection<\/li>\n                    <li>Application strategy and documentation<\/li>\n                    <li>Scholarship &amp; financial planning advice<\/li>\n                    <li>SOP writing guidance &amp; visa preparation<\/li>\n                    <li>Pre-departure briefing &amp; checklists<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Onshore -->\n            <div class=\"card\">\n                <span class=\"pill pill-onshore\">Onshore Support (After You Arrive)<\/span>\n                <h3 class=\"card-title\">Grow, Work &amp; Settle Smart<\/h3>\n                <p class=\"card-text\">\n                    Once you are onshore, your journey is just beginning. MITANZ stays connected to support your\n                    success in study, work, and life.\n                <\/p>\n                <ul class=\"list\">\n                    <li>Orientation to local job market &amp; work culture<\/li>\n                    <li>CV, cover letter &amp; LinkedIn profile support<\/li>\n                    <li>Guidance for part-time and graduate roles<\/li>\n                    <li>Networking tips &amp; professional development<\/li>\n                    <li>Updates on post-study work &amp; migration pathways<\/li>\n                    <li>Ongoing check-ins to keep you on the right track<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA \/ CONTACT -->\n    <section class=\"cta\">\n        <div>\n            <h2>Ready to Start Your International Career with MITANZ?<\/h2>\n            <p>\n                Share your academic records, CV, preferred country, and budget.\n                Our MITANZ experts will review your profile and design a personalised study &amp; career pathway\n                in New Zealand, Australia or other suitable destinations.\n            <\/p>\n        <\/div>\n        <div class=\"cta-actions\">\n            <button class=\"btn-primary\">\n                Submit Your Details \u2192\n            <\/button>\n            <button class=\"cta-secondary\">\n                Email: <span>Career Consultant at info@mitanz.com<\/span>\n            <\/button>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>MITANZ International Student Career Service MITANZ Career Development \u2190 Back Build Your Global Career with MITANZ MITANZ International Student Career Service helps you plan your study, secure admissions, obtain visas, and grow your career in New Zealand, Australia, and beyond. We support you from your home country to your first job overseas. Career-focused guidance Onshore [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1083","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/pages\/1083","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1083"}],"version-history":[{"count":16,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/pages\/1083\/revisions"}],"predecessor-version":[{"id":1128,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/pages\/1083\/revisions\/1128"}],"wp:attachment":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1083"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}