{"id":4342,"date":"2026-01-21T07:01:06","date_gmt":"2026-01-21T07:01:06","guid":{"rendered":"https:\/\/cie.edu\/?p=4342"},"modified":"2026-06-01T07:23:44","modified_gmt":"2026-06-01T07:23:44","slug":"from-cebu-philippines-to-michigan-usa","status":"publish","type":"post","link":"https:\/\/cie.edu\/en\/blog\/from-cebu-philippines-to-michigan-usa\/","title":{"rendered":"From Cebu, Philippines to Michigan, USA"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<figure class=\"wp-block-image alignfull size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"858\" src=\"https:\/\/cie.edu\/wp-content\/uploads\/2026\/01\/GET-at-northwood-1024x858.jpg\" alt=\"\" class=\"wp-image-4343\" srcset=\"https:\/\/cie.edu\/en\/wp-content\/uploads\/2026\/01\/GET-at-northwood-1024x858.jpg 1024w, https:\/\/cie.edu\/en\/wp-content\/uploads\/2026\/01\/GET-at-northwood-300x251.jpg 300w, https:\/\/cie.edu\/en\/wp-content\/uploads\/2026\/01\/GET-at-northwood-768x644.jpg 768w, https:\/\/cie.edu\/en\/wp-content\/uploads\/2026\/01\/GET-at-northwood-1536x1287.jpg 1536w, https:\/\/cie.edu\/en\/wp-content\/uploads\/2026\/01\/GET-at-northwood-2048x1716.jpg 2048w, https:\/\/cie.edu\/en\/wp-content\/uploads\/2026\/01\/GET-at-northwood-1080x905.jpg 1080w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>CIE Global Education Transfer - The World Is Their Classroom<\/title>\n    <style>\n        \/* --- RESET & VARIABLES --- *\/\n        :root {\n            --cie-navy: #002366;\n            --cie-cyan: #40C1D8;\n            --cie-cyan-dark: #2da1b6;\n            --cie-yellow: #FFFF00; \/* Bright Yellow *\/\n            --white: #ffffff;\n            --light-gray: #f4f7f6;\n            --text-dark: #333333;\n            --text-light: #555555;\n            --font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            --shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n\n        * { box-sizing: border-box; }\n        \n        body {\n            font-family: var(--font-main);\n            margin: 0;\n            padding: 0;\n            background-color: var(--light-gray);\n            color: var(--text-dark);\n            line-height: 1.7; \n            overflow-x: hidden; \/* Prevent horizontal scroll *\/\n        }\n\n        \/* --- HEADER --- *\/\n        header {\n            background-color: var(--white);\n            padding: 20px 20px; \/* Fixed padding instead of percentage *\/\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n            width: 100%;\n        }\n        \n        .logo {\n            font-weight: 800;\n            color: var(--cie-navy);\n            font-size: 1.5rem;\n            text-transform: uppercase;\n            letter-spacing: -0.5px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .contact-header {\n            font-size: 0.95rem;\n            color: var(--cie-navy);\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        \/* --- HERO SECTION --- *\/\n        .hero {\n            background-color: var(--light-gray); \/* Removed blue background *\/\n            background: var(--light-gray);\n            color: var(--text-dark); \/* Changed text to dark gray *\/\n            padding: 60px 20px 40px 20px; \/* Adjusted padding *\/\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n        }\n\n        .hero h1 {\n            font-size: 3rem;\n            margin: 0 0 20px 0;\n            font-weight: 800;\n            line-height: 1.2;\n            width: 100%;\n            max-width: 100%; \n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: var(--text-dark); \/* Explicitly dark gray *\/\n        }\n\n        .hero-decoration {\n            width: 100px;\n            height: 4px;\n            background-color: var(--cie-cyan); \/* Changed accent color *\/\n            margin-bottom: 30px;\n        }\n\n        \/* --- MAIN CONTENT CONTAINER --- *\/\n        .container {\n            width: 100%;\n            max-width: 100%; \n            margin: 0; \/* Removed negative margin *\/\n            padding: 0 20px;\n            display: block; \n            position: relative;\n            z-index: 10;\n        }\n\n        \/* --- CONTENT CARD --- *\/\n        .content-card {\n            background: var(--white);\n            padding: 60px 40px; \/* Ample internal padding *\/\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            display: flex;\n            flex-direction: column;\n            width: 100%; \/* Fill container *\/\n        }\n\n        .content-card p {\n            margin-bottom: 25px;\n            font-size: 1.2rem;\n            color: var(--text-dark);\n            max-width: 100%;\n        }\n\n        .highlight-box {\n            background-color: #f0f9ff;\n            border-left: 8px solid var(--cie-cyan); \/* Thicker border *\/\n            padding: 40px;\n            margin: 30px 0 40px 0;\n            border-radius: 0 8px 8px 0;\n            width: 100%;\n        }\n\n        .highlight-box h3 {\n            margin-top: 0;\n            color: var(--cie-navy);\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n        }\n\n        .highlight-box ul {\n            margin: 0;\n            padding-left: 20px;\n        }\n\n        .highlight-box li {\n            margin-bottom: 15px;\n            font-weight: 600;\n            color: var(--text-dark);\n            font-size: 1.2rem;\n        }\n\n        .quote-text {\n            font-style: italic;\n            font-size: 1.6rem;\n            color: var(--cie-navy);\n            font-weight: 600;\n            text-align: center;\n            margin: 40px 0;\n            position: relative;\n            line-height: 1.5;\n            width: 100%;\n        }\n\n        \/* --- BOTTOM CTA SECTION --- *\/\n        .cta-section {\n            padding: 60px 20px;\n            width: 100%;\n            background-color: var(--light-gray);\n        }\n\n        .cta-card {\n            background: var(--cie-navy);\n            color: var(--cie-yellow);\n            padding: 60px 20px;\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            text-align: center;\n            width: 100%;\n            max-width: 100%; \/* Force full width *\/\n        }\n        \n        .cta-card h2 {\n            margin-top: 0;\n            color: var(--cie-yellow);\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n\n        .cta-card p {\n            font-size: 1.5rem;\n            margin-bottom: 40px;\n        }\n\n        .contact-details {\n            margin-top: 20px;\n            font-size: 1.5rem;\n            background: rgba(255,255,255,0.1);\n            padding: 40px;\n            border-radius: 8px;\n            display: inline-block;\n            min-width: 50%; \/* Wider contact box *\/\n        }\n\n        .contact-details div {\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n\n        \/* --- RESPONSIVE --- *\/\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 2rem; }\n            .content-card { padding: 40px 20px; }\n            .highlight-box { padding: 20px; }\n            .contact-details { min-width: 90%; }\n        }\n        \n        @media (max-width: 480px) {\n            header { flex-direction: column; gap: 10px; }\n            .contact-header { flex-direction: column; gap: 5px; }\n            .hero { padding-left: 15px; padding-right: 15px; }\n            .container { padding: 0 10px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header>\n        <div class=\"logo\">\n            <span style=\"color:var(--cie-cyan)\">\u2726<\/span> CIE GLOBAL COLLEGES\n        <\/div>\n        <div class=\"contact-header\">\n            <span>study@cie.edu<\/span>\n            <span style=\"color:var(--cie-cyan)\">|<\/span>\n            <span>0917 322 5444<\/span>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section (Text Only) -->\n    <section class=\"hero\">\n        <h1>From Cebu, Philippines to Michigan, USA:<br>The World Is Their Classroom!<\/h1>\n        <div class=\"hero-decoration\"><\/div>\n    <\/section>\n\n    <!-- Main Content -->\n    <div class=\"container\">\n        <!-- Informational Content -->\n        <div class=\"content-card\">\n            <p><strong>Two of our BSIT students, Jude Capanas and Jorgensen Lim, have safely arrived at Northwood University in Michigan, USA.<\/strong><\/p>\n            \n            <p>Through the CIE Global Education Transfer (GET) Program, Jude and Jorgensen are on the path to becoming global professionals. Jude is specializing in <strong>Management Information Systems<\/strong>, while Jorgensen is majoring in <strong>Cybersecurity<\/strong>.<\/p>\n            \n            <div class=\"highlight-box\">\n                <h3>Pathway to Global Success<\/h3>\n                <p style=\"margin-bottom:10px;\">This exclusive partnership with Northwood University provides a direct pathway to global success. Our students complete:<\/p>\n                <ul>\n                    <li>Two (2) years at CIE<\/li>\n                    <li>Followed by their final 18 months at Northwood University<\/li>\n                <\/ul>\n                <p style=\"margin-top:10px;\">They earn <strong>dual diplomas<\/strong> that open doors both locally and in the USA. It\u2019s truly a world-class education without boundaries.<\/p>\n            <\/div>\n\n            <p class=\"quote-text\">\"At CIE, we don\u2019t just teach\u2014we connect you to the world through our elite network of global partner institutions.\"<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Bottom CTA Section -->\n    <div class=\"cta-section\">\n        <div class=\"cta-card\">\n            <h2>What Are You Waiting For?<\/h2>\n            <p>Be part of our growing CIEan family and take your first step toward a world without boundaries.<\/p>\n            \n            <div class=\"contact-details\">\n                <div>Inquire now: <a href=\"mailto:study@cie.edu\" style=\"color:var(--cie-yellow); text-decoration:none;\">study@cie.edu<\/a><\/div>\n                <div>Call us:<\/div>\n                <div>0917 322 5444<\/div>\n                <div>(032) 233 2555<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>CIE Global Education Transfer &#8211; The World Is Their Classroom \u2726 CIE GLOBAL COLLEGES study@cie.edu | 0917 322 5444 From Cebu, Philippines to Michigan, USA:The World Is Their Classroom! Two of our BSIT students, Jude Capanas and Jorgensen Lim, have safely arrived at Northwood University in Michigan, USA. Through the CIE Global Education Transfer (GET) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4343,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,5],"tags":[],"class_list":["post-4342","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-featured-article","category-news"],"_links":{"self":[{"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/posts\/4342","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/comments?post=4342"}],"version-history":[{"count":16,"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/posts\/4342\/revisions"}],"predecessor-version":[{"id":4416,"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/posts\/4342\/revisions\/4416"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/media\/4343"}],"wp:attachment":[{"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/media?parent=4342"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/categories?post=4342"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cie.edu\/en\/wp-json\/wp\/v2\/tags?post=4342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}