{"id":37447,"date":"2022-02-09T17:32:42","date_gmt":"2022-02-09T17:32:42","guid":{"rendered":"https:\/\/kdc1000.wpengine.com\/?page_id=37447"},"modified":"2023-03-16T15:58:37","modified_gmt":"2023-03-16T15:58:37","slug":"farnborough-international-airshow","status":"publish","type":"page","link":"https:\/\/www.kansascommerce.gov\/ja\/farnborough-international-airshow\/","title":{"rendered":"\u30d5\u30a1\u30fc\u30f3\u30dc\u30ed\u30fc\u56fd\u969b\u822a\u7a7a\u30b7\u30e7\u30fc"},"content":{"rendered":"                    <div class=\"custom-cover-block d-flex justify-content-center   \" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Farnborough-Header.jpg');\n                                                                                    \" id=\"coverblock-905899938\">\n        <div class=\"inner-content col-12 col-md-10 col-lg-9\" style=\"\n                                        color: #333333 !important;\n                                                                            \">\n            <div class=\"content\">\n\n<h1 class=\"wp-block-heading\" id=\"h-farnborough-international-airshow-2022\">Farnborough International Airshow 2022<\/h1>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-where-aviation-s-finest-meet-july-18-22-2022\">Where Aviation&#8217;s Finest Meet  |  July 18-22, 2022<\/h4>\n\n\n\n<p><strong><em>Kansas participation <span>made possible by partnering with the International Division<\/span><\/em><\/strong><\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-905899938\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-905899938\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-905899938 .inner-content:before {background-color: white;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-905899938 .wp-block-button__link').addClass('');\n            \n            const coverBlock = jQuery('#coverblock-905899938');\n            const lightbox = jQuery('#video-lightbox-905899938');\n            const videoFrame = jQuery('#video-frame-905899938');\n            const closeBtn = jQuery('#video-lightbox-905899938 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n\n<div style=\"height:23px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p>Kansas companies have vast potential to increase sales through global exports. That is why the International Division at the Kansas Department of Commerce is working with several Kansas companies to help them increase export sales by participating in the Farnborough International Airshow. <\/p>\n\n\n\n<p>For decades, the Farnborough International Airshow has been the global platform for the aerospace and defense industry.<br><br>This year, its role will carry even greater significance with FIA2022 serving as the first major event to reconnect colleagues from around the world, enabling business growth and recovery.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n<\/div>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-farnborough-international-airshow-facts\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#08152d\" class=\"has-inline-color\"> &#8212;  Farnborough International Airshow Facts &#8212;<\/mark><\/h3>\n\n\n\n<div class=\"wp-block-columns has-white-background-color has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"128\" height=\"128\" src=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/button-icon.png\" alt=\"\" class=\"wp-image-36846\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-79-companies\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#07193a\" class=\"has-inline-color\">79 COMPANIES<\/mark><\/h3>\n\n\n\n<p class=\"has-text-align-center\">of the top 100 aerospace companies participated in FIA 2018<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"128\" height=\"128\" src=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Airplane-Icon.png\" alt=\"\" class=\"wp-image-37277\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-1500\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#07193a\" class=\"has-inline-color\">1500+<\/mark><\/h3>\n\n\n\n<p class=\"has-text-align-center\">exhibitors from 48 countries<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"128\" height=\"128\" src=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Global-Icon.png\" alt=\"\" class=\"wp-image-37278\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-80-000-attendees\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#07193a\" class=\"has-inline-color\">80,000 ATTENDEES<\/mark><\/h3>\n\n\n\n<p class=\"has-text-align-center\">visitors from 96 countries<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"128\" height=\"128\" src=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/dollar-icon.png\" alt=\"\" class=\"wp-image-36847\"\/><\/figure>\n<\/div>\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-192-billion\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#07193a\" class=\"has-inline-color\">$192 Billion<\/mark><\/h3>\n\n\n\n<p class=\"has-text-align-center\">in deals (increase of US $67.5bn compared to the 2016 airshow)<\/p>\n<\/div>\n<\/div>\n\n\n                <div class=\"banner_wrap relative btn_trigger \" style=\"margin: 20px 20px;\">\n        <a href=\"https:\/\/www.farnboroughairshow.com\/exhibiting\/\" class=\"cover_link\" title=\"Information\"><\/a>\n        <div class=\"banner-cta-block  d-md-flex justify-content-between align-items-center\" style=\"background: #ff6900; \">\n            <style>\n                                .banner-cta-block a.btn.plain_btn{color: !important;}\n                .banner-cta-block a.btn.plain_btn:hover {color: white !important;}\n                            <\/style>\n            <div class=\"content\">\n            \n\n<h4 class=\"wp-block-heading\" id=\"h-exhibiting-at-farnborough\">Exhibiting at Farnborough<\/h4>\n\n\n\n<p><\/p>\n\n\n            <\/div>\n            <a\n                class=\"btn\n                                 plain_btn                                                 white_btn\"\n                                href=\"https:\/\/www.farnboroughairshow.com\/exhibiting\/\"\n                                title=\"Information\"\n            >\n                                Information\n\n                                            <\/a>\n        <\/div>\n    <\/div>\n    \n\n                    <div class=\"split-block split-solid dark \" id=\"splitblock-154033684\">\n        <div class=\"row flex-row-reverse\" >\n            <div class=\"col-12 col-md-7 col-xl-5 text-box\">\n                <div class=\"h-100 d-flex align-items-center\"  style=\"background: #064f79;\">\n                    <div class=\"content\">\n\n<h2 class=\"wp-block-heading\">Farnborough International Airshow <\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">The Farnborough International Airshow remains the leader in connecting the world of aerospace, hosting some of the largest and most successful events in an ever-changing aviation industry<\/h4>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-7e5fce0a wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-vivid-cyan-blue-background-color has-text-color has-background wp-element-button\" href=\"https:\/\/www.farnboroughairshow.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Learn More<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"col-12 col-md-5 col-xl-7 img-box\"\n                 style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/airplanes_web-1024x684.jpg'); \"><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Video Lightbox Modal -->\n    <div id=\"video-lightbox-154033684\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-154033684\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        body.lightbox-open {\n            overflow: hidden;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            const splitBlock = jQuery('#splitblock-154033684');\n            const lightbox = jQuery('#video-lightbox-154033684');\n            const videoFrame = jQuery('#video-frame-154033684');\n            const closeBtn = jQuery('#video-lightbox-154033684 .video-lightbox-close');\n            \n            \/\/ Function to get video embed URL\n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            splitBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n\n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n                <div class=\"banner_wrap relative btn_trigger \" style=\"margin: 20px 20px;\">\n        <a href=\"https:\/\/www.kansascommerce.gov\/international\/export-2\/consult\/\" class=\"cover_link\" title=\"Contact Us\"><\/a>\n        <div class=\"banner-cta-block  d-md-flex justify-content-between align-items-center\" style=\"background: #fcb900; \">\n            <style>\n                                .banner-cta-block a.btn.plain_btn{color: !important;}\n                .banner-cta-block a.btn.plain_btn:hover {color: white !important;}\n                            <\/style>\n            <div class=\"content\">\n            \n\n<h4 class=\"wp-block-heading\" id=\"h-questions-contact-our-international-division-team\">Questions? Contact our International Division Team.<\/h4>\n\n\n\n<p><\/p>\n\n\n            <\/div>\n            <a\n                class=\"btn\n                                 plain_btn                                                 white_btn\"\n                                href=\"https:\/\/www.kansascommerce.gov\/international\/export-2\/consult\/\"\n                                title=\"Contact Us\"\n            >\n                                Contact Us\n\n                                            <\/a>\n        <\/div>\n    <\/div>\n    \n\n                    <div class=\"split-block split-solid  \" id=\"splitblock-493596369\">\n        <div class=\"row flex-row-reverse\" >\n            <div class=\"col-12 col-md-7 col-xl-5 text-box\">\n                <div class=\"h-100 d-flex align-items-center\"  style=\"background: #8ed1fc;\">\n                    <div class=\"content\">\n\n<h3 class=\"wp-block-heading\" id=\"h-with-a-pro-aviation-business-environment-and-the-highest-concentration-of-skilled-aerospace-manufacturing-employees-in-the-u-s-a-the-greater-wichita-region-perfectly-positions-your-business-to-thrive-learn-more-about-the-air-capitol-of-the-world\">With a pro-aviation business environment and the highest concentration of skilled aerospace manufacturing employees in the U.S.A., the greater Wichita region perfectly positions your business to thrive. Learn more about the Air Capitol of the World.<\/h3>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-luminous-vivid-amber-background-color has-background wp-element-button\" href=\"https:\/\/www.aircapitaloftheworld.com\/\">Learn More<\/a><\/div>\n<\/div>\n\n<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"col-12 col-md-5 col-xl-7 img-box\"\n                 style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/GWP-1024x491.jpg'); background-position: center bottom;\"><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Video Lightbox Modal -->\n    <div id=\"video-lightbox-493596369\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-493596369\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        body.lightbox-open {\n            overflow: hidden;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            const splitBlock = jQuery('#splitblock-493596369');\n            const lightbox = jQuery('#video-lightbox-493596369');\n            const videoFrame = jQuery('#video-frame-493596369');\n            const closeBtn = jQuery('#video-lightbox-493596369 .video-lightbox-close');\n            \n            \/\/ Function to get video embed URL\n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            splitBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n\n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<h2 class=\"wp-block-heading\" id=\"h-international-division\">International Division<\/h2>\n\n\n\n<p>Work with the International Division to get you in front of the export markets that matter. STEP, KITSAP and KITMAP are primarily designed to get your company into international marketing.<\/p>\n\n\n\n<p>\u2022 <strong>State Trade Expansion Program <\/strong> (<strong>STEP)<\/strong> &#8211; helps Kansas small businesses begin to export and also helps existing exporters expand.<\/p>\n\n\n\n<p>\u2022 <strong>Kansas International Trade<\/strong> <strong>Show Assistance Program (KITSAP)<\/strong> &#8211; helps introduce Kansas companies to foreign markets through participation in international trade shows.<\/p>\n\n\n\n<p>\u2022 <strong>Kansas International Trade Marketing Assistance Program (KITMAP)<\/strong> &#8211; assists Kansas companies in accelerating their export business.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-499968f5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.kansascommerce.gov\/international\/export-2\/consult\/\" target=\"_blank\" rel=\"noreferrer noopener\">Schedule a Consultation<\/a><\/div>\n<\/div>\n\n\n                <div class=\"card-wrapper-block row  large\">\n                \n                    <div class=\"card-block col-12 col-md-6 col-lg-4 overlay\">\n            <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/step\/\" class=\"cover_link\" title=\"State Trade Expansion Program\"><\/a>\n            <div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/Landoll-Semi-Truck.jpg');\">\n                <div class=\"content\">\n                    <div class=\"hidden\"><div class=\"wp-content\"><p>STEP helps Kansas non-exporters get started and existing exporters expand into additional foreign markets.<\/p>\n<\/div><\/div>\n                    <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/step\/\" class=\"btn plain_btn white_btn\">State Trade Expansion Program<\/a>                <\/div>\n            <\/div>\n\n            \n                                            <\/div>\n    \n\n                    <div class=\"card-block col-12 col-md-6 col-lg-4 overlay\">\n            <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/kmap\/\" class=\"cover_link\" title=\"Kansas International Trade Marketing Assistance Program\"><\/a>\n            <div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/BandBHydraulics_Hutchinson-1024x682.jpg');\">\n                <div class=\"content\">\n                    <div class=\"hidden\"><div class=\"wp-content\"><p>KITMAP assists Kansas companies in accelerating their export business.<\/p>\n<\/div><\/div>\n                    <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/kmap\/\" class=\"btn plain_btn white_btn\">Kansas International Trade Marketing Assistance Program<\/a>                <\/div>\n            <\/div>\n\n            \n                                            <\/div>\n    \n\n                    <div class=\"card-block col-12 col-md-6 col-lg-4 overlay\">\n            <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/kitsap\/\" class=\"cover_link\" title=\"Kansas International Trade Show Assistance Program\"><\/a>\n            <div class=\"bg-block\" style=\"background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/01\/BG9-1024x683.jpg');\">\n                <div class=\"content\">\n                    <div class=\"hidden\"><div class=\"wp-content\"><p>KITSAP helps introduce Kansas companies to foreign markets through international trade shows.<\/p>\n<\/div><\/div>\n                    <a href=\"https:\/\/www.kansascommerce.gov\/program\/business-incentives-and-services\/kitsap\/\" class=\"btn plain_btn white_btn\">Kansas International Trade Show Assistance Program<\/a>                <\/div>\n            <\/div>\n\n            \n                                            <\/div>\n    \n\n    <\/div>\n    \n\n                    <div class=\"custom-cover-block d-flex justify-content-center   \" style=\"\n                                                        background-image: url('https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2021\/06\/Export-Pict-4-scaled.jpg');\n                                                    background-position: center center;\n                                                                \" id=\"coverblock-1009316755\">\n        <div class=\"inner-content col-12 col-md-10 col-lg-9\" style=\"\n                                        color: white !important;\n                                                                            \">\n            <div class=\"content\">\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"h-kansas-international-trade-summary\">Kansas International Trade Summary<\/h2>\n\n\n\n<p class=\"has-text-align-center\">While Kansas has a strong aviation exporting sector, Kansas exports many agricultural, manufacturing and professional services as well!<\/p>\n\n\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-499968f5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-vivid-cyan-blue-color has-very-light-gray-background-color has-text-color has-background wp-element-button\" href=\"https:\/\/www.kansascommerce.gov\/international\/kansas-international-trade-summary\/\" target=\"_blank\" rel=\"noreferrer noopener\">Trade Summary Report<\/a><\/div>\n<\/div>\n\n<\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"video-lightbox-1009316755\" class=\"video-lightbox-overlay\" style=\"display: none;\">\n        <div class=\"video-lightbox-container\">\n            <button class=\"video-lightbox-close\">&times;<\/button>\n            <div class=\"video-lightbox-content\">\n                <iframe id=\"video-frame-1009316755\" src=\"\" frameborder=\"0\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n        #coverblock-1009316755 .inner-content:before {background-color: #085f3f;}                \n        .video-lightbox-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.9);\n            z-index: 9999;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-container {\n            position: relative;\n            width: 90%;\n            max-width: 800px;\n            max-height: 90%;\n        }\n        \n        .video-lightbox-content {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n        }\n        \n        .video-lightbox-content iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .video-lightbox-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            background: none;\n            border: none;\n            color: white;\n            font-size: 30px;\n            cursor: pointer;\n            z-index: 10001;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .video-lightbox-close:hover {\n            opacity: 0.7;\n        }\n        \n        .video-link {\n            position: relative;\n            display: inline-block;\n            cursor: pointer;\n        }\n    <\/style>\n\n    <script>\n        jQuery(document).ready(function(){\n            jQuery('#coverblock-1009316755 .wp-block-button__link').addClass('btn white_btn');\n            \n            const coverBlock = jQuery('#coverblock-1009316755');\n            const lightbox = jQuery('#video-lightbox-1009316755');\n            const videoFrame = jQuery('#video-frame-1009316755');\n            const closeBtn = jQuery('#video-lightbox-1009316755 .video-lightbox-close');\n            \n            function getVideoEmbedUrl(url) {\n                const youtubeRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:youtube\\.com\\\/(?:[^\\\/\\n\\s]+\\\/\\S+\\\/|(?:v|e(?:mbed)?)\\\/|\\S*?[?&]v=)|youtu\\.be\\\/)([a-zA-Z0-9_-]{11})\/;\n                const youtubeMatch = url.match(youtubeRegex);\n                \n                if (youtubeMatch) {\n                    return `https:\/\/www.youtube.com\/embed\/${youtubeMatch[1]}?autoplay=1`;\n                }\n                \n                const vimeoRegex = \/(?:https?:\\\/\\\/)?(?:www\\.)?(?:vimeo\\.com\\\/)(\\d+)\/;\n                const vimeoMatch = url.match(vimeoRegex);\n                \n                if (vimeoMatch) {\n                    return `https:\/\/player.vimeo.com\/video\/${vimeoMatch[1]}?autoplay=1`;\n                }\n                \n                return null;\n            }\n            \n            function isVideoUrl(url) {\n                return \/(?:youtube\\.com|youtu\\.be|vimeo\\.com)\/i.test(url);\n            }\n            \n            coverBlock.find('a').each(function() {\n                const link = jQuery(this);\n                const href = link.attr('href');\n                \n                if (href && isVideoUrl(href)) {\n                    link.addClass('video-link');\n                    \n                    link.on('click', function(e) {\n                        e.preventDefault();\n                        const embedUrl = getVideoEmbedUrl(href);\n                        \n                        if (embedUrl) {\n                            videoFrame.attr('src', embedUrl);\n                            lightbox.fadeIn(300);\n                            jQuery('body').addClass('lightbox-open');\n                        }\n                    });\n                }\n            });\n            \n            function closeLightbox() {\n                lightbox.fadeOut(300);\n                videoFrame.attr('src', ''); \/\/ Stop video\n                jQuery('body').removeClass('lightbox-open');\n            }\n            \n            closeBtn.on('click', closeLightbox);\n            \n            lightbox.on('click', function(e) {\n                if (e.target === this) {\n                    closeLightbox();\n                }\n            });\n            \n            jQuery(document).on('keydown', function(e) {\n                if (e.keyCode === 27 && lightbox.is(':visible')) {\n                    closeLightbox();\n                }\n            });\n        });\n    <\/script>\n    \n\n\n<div style=\"height:14px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 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<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\"><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:14px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns has-light-green-cyan-color has-black-background-color has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p><strong>Sign-up for the International Division\u2019s webinar and newsletter notifications!<\/strong><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:15%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-horizontal is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-ae2fe186 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-black-color has-light-green-cyan-background-color has-text-color has-background wp-element-button\" href=\"https:\/\/www.kansascommerce.gov\/international-2\/international-divisions-subscription\/\" target=\"_blank\" rel=\"https:\/\/www.kansascommerce.gov\/international-2\/international-divisions-subscription\/ noopener\"><strong>SIGN ME UP<\/strong><\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:3%\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u30ab\u30f3\u30b6\u30b9\u5dde\u306e\u4f01\u696d\u306f\u3001\u4e16\u754c\u7684\u306a\u8f38\u51fa\u306b\u3088\u3063\u3066\u58f2\u4e0a\u3092\u62e1\u5927\u3059\u308b\u5927\u304d\u306a\u53ef\u80fd\u6027\u3092\u79d8\u3081\u3066\u3044\u308b\u3002\u305d\u306e\u305f\u3081\u3001\u30ab\u30f3\u30b6\u30b9\u5dde\u5546\u52d9\u7701\u56fd\u969b\u8ab2\u306f\u3001\u30ab\u30f3\u30b6\u30b9\u5dde\u306e\u4f01\u696d\u6570\u793e\u3068\u5354\u529b\u3057\u3001\u8f38\u51fa\u58f2\u4e0a\u9ad8\u306e\u5897\u52a0\u3092\u652f\u63f4\u3057\u3066\u3044\u308b\u3002 <\/p>","protected":false},"author":28,"featured_media":37291,"parent":0,"menu_order":145,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-37447","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.5 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Farnborough International Airshow - Kansas Department of Commerce<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kansascommerce.gov\/ja\/farnborough-international-airshow\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Farnborough International Airshow\" \/>\n<meta property=\"og:description\" content=\"Kansas companies have vast potential to increase sales through global exports. That is why the International Division at the Kansas Department of Commerce is working with several Kansas companies to help them increase export sales ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kansascommerce.gov\/ja\/farnborough-international-airshow\/\" \/>\n<meta property=\"og:site_name\" content=\"Kansas Department of Commerce\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/KansasCommerce\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-16T15:58:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Built-in-Kansas.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1085\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@KansasCommerce\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"3\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/\",\"url\":\"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/\",\"name\":\"Farnborough International Airshow - Kansas Department of Commerce\",\"isPartOf\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Built-in-Kansas.jpg\",\"datePublished\":\"2022-02-09T17:32:42+00:00\",\"dateModified\":\"2023-03-16T15:58:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#primaryimage\",\"url\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Built-in-Kansas.jpg\",\"contentUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Built-in-Kansas.jpg\",\"width\":2400,\"height\":1085,\"caption\":\"Corporate business jet setting on ramp with door open and sun setting in the background.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.kansascommerce.gov\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Farnborough International Airshow\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#website\",\"url\":\"https:\/\/www.kansascommerce.gov\/\",\"name\":\"Kansas Department of Commerce\",\"description\":\"Empowering Prosperity\",\"publisher\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.kansascommerce.gov\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#organization\",\"name\":\"Kansas Department of Commerce\",\"url\":\"https:\/\/www.kansascommerce.gov\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png\",\"contentUrl\":\"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png\",\"width\":600,\"height\":347,\"caption\":\"Kansas Department of Commerce\"},\"image\":{\"@id\":\"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/KansasCommerce\/\",\"https:\/\/x.com\/KansasCommerce\",\"https:\/\/www.linkedin.com\/company\/kansas-department-of-commerce\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Farnborough International Airshow - Kansas Department of Commerce","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:\/\/www.kansascommerce.gov\/ja\/farnborough-international-airshow\/","og_locale":"ja_JP","og_type":"article","og_title":"Farnborough International Airshow","og_description":"Kansas companies have vast potential to increase sales through global exports. That is why the International Division at the Kansas Department of Commerce is working with several Kansas companies to help them increase export sales ...","og_url":"https:\/\/www.kansascommerce.gov\/ja\/farnborough-international-airshow\/","og_site_name":"Kansas Department of Commerce","article_publisher":"https:\/\/www.facebook.com\/KansasCommerce\/","article_modified_time":"2023-03-16T15:58:37+00:00","og_image":[{"width":2400,"height":1085,"url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Built-in-Kansas.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@KansasCommerce","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"3\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/","url":"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/","name":"Farnborough International Airshow - Kansas Department of Commerce","isPartOf":{"@id":"https:\/\/www.kansascommerce.gov\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#primaryimage"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Built-in-Kansas.jpg","datePublished":"2022-02-09T17:32:42+00:00","dateModified":"2023-03-16T15:58:37+00:00","breadcrumb":{"@id":"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#primaryimage","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Built-in-Kansas.jpg","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2022\/02\/Built-in-Kansas.jpg","width":2400,"height":1085,"caption":"Corporate business jet setting on ramp with door open and sun setting in the background."},{"@type":"BreadcrumbList","@id":"https:\/\/www.kansascommerce.gov\/farnborough-international-airshow\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kansascommerce.gov\/"},{"@type":"ListItem","position":2,"name":"Farnborough International Airshow"}]},{"@type":"WebSite","@id":"https:\/\/www.kansascommerce.gov\/#website","url":"https:\/\/www.kansascommerce.gov\/","name":"\u30ab\u30f3\u30b6\u30b9\u5dde\u5546\u52d9\u7701","description":"\u7e41\u6804\u3078\u306e\u30a8\u30f3\u30d1\u30ef\u30fc\u30e1\u30f3\u30c8","publisher":{"@id":"https:\/\/www.kansascommerce.gov\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kansascommerce.gov\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/www.kansascommerce.gov\/#organization","name":"\u30ab\u30f3\u30b6\u30b9\u5dde\u5546\u52d9\u7701","url":"https:\/\/www.kansascommerce.gov\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/","url":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","contentUrl":"https:\/\/www.kansascommerce.gov\/wp-content\/uploads\/2020\/07\/kdc_logo.png","width":600,"height":347,"caption":"Kansas Department of Commerce"},"image":{"@id":"https:\/\/www.kansascommerce.gov\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/KansasCommerce\/","https:\/\/x.com\/KansasCommerce","https:\/\/www.linkedin.com\/company\/kansas-department-of-commerce\/"]}]}},"publishpress_future_action":{"enabled":false,"date":"2026-04-14 14:58:51","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/pages\/37447","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/comments?post=37447"}],"version-history":[{"count":0,"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/pages\/37447\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/media\/37291"}],"wp:attachment":[{"href":"https:\/\/www.kansascommerce.gov\/ja\/wp-json\/wp\/v2\/media?parent=37447"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}