{"id":333,"date":"2025-05-12T18:10:11","date_gmt":"2025-05-12T10:10:11","guid":{"rendered":"http:\/\/localhost:8888\/wordpress\/?page_id=333"},"modified":"2025-10-28T17:49:17","modified_gmt":"2025-10-28T09:49:17","slug":"core-values","status":"publish","type":"page","link":"https:\/\/istageacademy.com\/index.php\/en\/istage-asia-en\/core-values\/","title":{"rendered":"Core Values"},"content":{"rendered":"<!-- \u6838\u5fc3\u4ef7\u503c\u89c2\u90e8\u5206 - \u9002\u5408WordPress\u81ea\u5b9a\u4e49HTML -->\n<div class=\"values-section container mx-auto px-4 py-16\">\n    <style>\n        .values-section {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n        \n        .value-card {\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-radius: 12px;\n            background: white;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            flex: 1;\n            min-width: 280px;\n            margin-bottom: 2rem;\n        }\n        \n        .value-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.1);\n        }\n        \n        .value-image {\n            width: 100%;\n            height: 300px;\n            object-fit: cover;\n            border-radius: 12px;\n        }\n        \n        .value-content {\n            padding: 2rem;\n        }\n        \n        .value-title {\n            font-size: 1.8rem;\n            margin-bottom: 1.5rem;\n            display: inline-block;\n            padding: 0.3rem 1rem;\n            border-radius: 30px;\n            color: white;\n        }\n        \n        .value-item {\n            margin-bottom: 1rem;\n            padding-left: 1.5rem;\n            position: relative;\n        }\n        \n        .value-item::before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n        }\n\n        \/* \u989c\u8272\u6837\u5f0f *\/\n        .color-1 { background-color: #036eb8; }\n        .color-2 { background-color: #533691; }\n        .color-3 { background-color: #b2dfe6; }\n        .dot-color-1::before { color: #036eb8; }\n        .dot-color-2::before { color: #533691; }\n        .dot-color-3::before { color: #036eb8; }\n        \n        \/* \u7f51\u683c\u5e03\u5c40 *\/\n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n        \n        @media (min-width: 992px) {\n            .values-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .value-image {\n                height: 200px;\n            }\n            \n            .value-content {\n                padding: 1.5rem;\n            }\n            \n            .value-title {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n    \n    <!-- \u6838\u5fc3\u4ef7\u503c\u89c2\u7f51\u683c -->\n    <div class=\"values-grid\">\n        <!-- Passion (Color 1: #036eb8) -->\n        <div class=\"value-card\">\n            <div class=\"value-content\">\n                <h2 class=\"value-title color-1\">Passion<\/h2>\n                <p class=\"value-item dot-color-1\">Strive for excellence and inspire others<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Respect (Color 1: #036eb8) -->\n        <div class=\"value-card\">\n            <div class=\"value-content\">\n                <h2 class=\"value-title color-1\">Respect<\/h2>\n                <p class=\"value-item dot-color-1\">Collaborate in teams and respect individuals<\/p>\n                <p class=\"value-item dot-color-1\">Respect the opinions and beliefs of everyone<\/p>\n                <p class=\"value-item dot-color-1\">Be ready to serve and support others<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Open Mind (Color 2: #533691) -->\n        <div class=\"value-card\">\n            <div class=\"value-content\">\n                <h2 class=\"value-title color-2\">Open Mind<\/h2>\n                <p class=\"value-item dot-color-2\">Embrace challenges with a humble attitude<\/p>\n                <p class=\"value-item dot-color-2\">Maintain an open mindset and desire to learn<\/p>\n                <p class=\"value-item dot-color-2\">Be a person with an open heart and mind<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Creativity (Color 2: #533691) -->\n        <div class=\"value-card\">\n            <div class=\"value-content\">\n                <h2 class=\"value-title color-2\">Creativity<\/h2>\n                <p class=\"value-item dot-color-2\">Embrace change and dare to innovate<\/p>\n                <p class=\"value-item dot-color-2\">Explore new methods and ideas<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Integrity (Color 3: #b2dfe6) -->\n        <div class=\"value-card\">\n            <div class=\"value-content\">\n                <h2 class=\"value-title color-3\">Integrity<\/h2>\n                <p class=\"value-item dot-color-3\">Align words with actions; deliver on commitments<\/p>\n                <p class=\"value-item dot-color-3\">Acknowledge one&#8217;s own weaknesses<\/p>\n                <p class=\"value-item dot-color-3\">Adhere to principles and maintain integrity<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Determination (Color 3: #b2dfe6) -->\n        <div class=\"value-card\">\n            <div class=\"value-content\">\n                <h2 class=\"value-title color-3\">Determination<\/h2>\n                <p class=\"value-item dot-color-3\">Focus on goals and persist with dedication<\/p>\n                <p class=\"value-item dot-color-3\">Embrace challenges and see them through<\/p>\n                <p class=\"value-item dot-color-3\">Prioritize personal and professional growth<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u5458\u5de5\u6d3b\u52a8\u7167\u7247 -->\n    <div style=\"margin-top: 3rem;\">\n      \n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":2053,"parent":622,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"istage_academy_cn":[],"istage_academy_en":[],"aishen_cn":[],"aishen_en":[],"world_classroom_en":[],"world_classroom_cn":[],"class_list":["post-333","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/comments?post=333"}],"version-history":[{"count":7,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/333\/revisions"}],"predecessor-version":[{"id":3186,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/333\/revisions\/3186"}],"up":[{"embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/622"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/media\/2053"}],"wp:attachment":[{"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/media?parent=333"}],"wp:term":[{"taxonomy":"istage_academy_cn","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/istage_academy_cn?post=333"},{"taxonomy":"istage_academy_en","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/istage_academy_en?post=333"},{"taxonomy":"aishen_cn","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/aishen_cn?post=333"},{"taxonomy":"aishen_en","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/aishen_en?post=333"},{"taxonomy":"world_classroom_en","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/world_classroom_en?post=333"},{"taxonomy":"world_classroom_cn","embeddable":true,"href":"https:\/\/istageacademy.com\/index.php\/wp-json\/wp\/v2\/world_classroom_cn?post=333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}