Thailand Convention & Exhibition Bureau (TCEB)

อีสานโชว์พ(ร)าว! เมื่อ ‘ISAN CREATIVE FESTIVAL 2025’ ปลุกพลังซอฟต์พาวเวอร์ สร้างมูลค่าพันล้าน ดึง MICE Travelers สู่ขอนแก่น

/* Wrapper to ensure no conflicts with other page elements */
.isancf2025-advertorial-wrapper {
/* Reset and contain all styles within this wrapper */
all: initial;
font-family: ‘Kanit’, ‘Inter’, ‘Sarabun’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif;
display: block;
width: 100%;
background: transparent;
overflow: hidden;
position: relative;
/* Subtle background pattern for better glass effect visibility */
background-image:
radial-gradient(circle at 25% 25%, rgba(0, 102, 179, 0.02) 0%, transparent 50%),
radial-gradient(circle at 75% 75%, rgba(173, 255, 47, 0.02) 0%, transparent 50%);
}

/* Glass morphism base */
.isancf2025-advertorial-wrapper::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
radial-gradient(circle at 20% 30%, rgba(173, 255, 47, 0.05) 0%, transparent 50%),
radial-gradient(circle at 80% 70%, rgba(0, 102, 179, 0.05) 0%, transparent 50%),
linear-gradient(135deg,
rgba(255, 255, 255, 0.1) 0%,
rgba(255, 255, 255, 0.05) 100%);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
z-index: -1;
}

/* Noise texture overlay for glass effect */
.isancf2025-advertorial-wrapper::after {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.03;
z-index: -1;
background-image:
repeating-radial-gradient(circle at 0 0, transparent 0, rgba(255, 255, 255, 0.1) 1px, transparent 2px, transparent 3px);
background-size: 3px 3px;
pointer-events: none;
}

/* All styles scoped to the wrapper */
.isancf2025-advertorial-wrapper * {
box-sizing: border-box;
margin: 0;
padding: 0;
}

.isancf2025-advertorial {
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
color: #1a1a1a;
line-height: 1.8;
position: relative;
}

/* Typography – Updated with better contrast for glass effect */
.isancf2025-advertorial h1 {
font-size: clamp(2.2rem, 5vw, 3.5rem);
font-weight: 800;
background: linear-gradient(135deg, #0066B3 0%, #00AA44 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 1rem;
line-height: 1.2;
letter-spacing: -0.02em;
text-shadow: 0 2px 20px rgba(0, 102, 179, 0.1);
}

/* Typography – Updated with festival colors */
.isancf2025-advertorial h1 {
font-size: clamp(2.2rem, 5vw, 3.5rem);
font-weight: 800;
background: linear-gradient(135deg, #0066B3 0%, #00AA44 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 1rem;
line-height: 1.2;
letter-spacing: -0.02em;
}

.isancf2025-advertorial h2 {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 700;
color: #0066B3;
margin: 3rem 0 1.5rem;
position: relative;
padding-bottom: 0.5rem;
}

.isancf2025-advertorial h2::after {
content: ”;
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 4px;
background: linear-gradient(90deg, #0066B3 0%, #ADFF2F 100%);
border-radius: 2px;
}

.isancf2025-advertorial h3 {
font-size: 1.4rem;
font-weight: 600;
color: #333;
margin: 2rem 0 1rem;
}

.isancf2025-advertorial p {
font-size: 1.1rem;
color: #444;
margin-bottom: 1.2rem;
line-height: 1.8;
}

.isancf2025-advertorial .lead-text {
font-size: 1.3rem;
color: #555;
font-weight: 400;
margin-bottom: 2rem;
line-height: 1.6;
border-left: 4px solid #ADFF2F;
padding-left: 1.5rem;
}

/* Event Info Banner – Glass morphism style */
.event-info-banner {
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.7);
color: #0066B3;
padding: 2.5rem;
border-radius: 20px;
margin: 2rem 0;
text-align: center;
box-shadow:
0 8px 32px rgba(0, 102, 179, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.8),
inset 0 -1px 0 rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}

.event-info-banner:hover {
background: rgba(255, 255, 255, 0.7);
box-shadow:
0 12px 40px rgba(0, 102, 179, 0.15),
0 0 80px rgba(173, 255, 47, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.9);
transform: translateY(-2px);
}

.event-info-banner::before {
content: ”;
position: absolute;
top: -50%;
right: -50%;
width: 200%;
height: 200%;
background: linear-gradient(
45deg,
transparent 30%,
rgba(173, 255, 47, 0.1) 50%,
transparent 70%
);
animation: shimmer 3s infinite;
}

@keyframes shimmer {
0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.event-info-banner h3 {
color: #0066B3;
font-size: 2rem;
margin: 0 0 1rem;
position: relative;
z-index: 1;
font-weight: 700;
}

.event-info-banner .date {
font-size: 1.4rem;
font-weight: 600;
position: relative;
z-index: 1;
background: linear-gradient(135deg, #0066B3 0%, #00AA44 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

/* Program Cards – Glass morphism */
.program-section {
margin: 3rem 0;
}

.program-item {
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px) saturate(150%);
-webkit-backdrop-filter: blur(10px) saturate(150%);
border: 1px solid rgba(255, 255, 255, 0.6);
position: relative;
padding: 1.5rem;
margin-bottom: 1.5rem;
border-radius: 16px;
transition: all 0.3s ease;
box-shadow:
0 4px 30px rgba(0, 0, 0, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.program-item::before {
content: ”;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 5px;
background: linear-gradient(180deg, #0066B3 0%, #ADFF2F 100%);
border-radius: 16px 0 0 16px;
transition: all 0.3s ease;
}

.program-item:hover {
transform: translateX(8px) translateY(-2px);
box-shadow:
0 8px 40px rgba(0, 0, 0, 0.12),
0 0 60px rgba(173, 255, 47, 0.15),
inset 0 1px 0 rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.65);
}

.program-item:hover::before {
box-shadow: 0 0 20px rgba(173, 255, 47, 0.5);
}

.program-item h4 {
font-size: 1.3rem;
font-weight: 600;
color: #0066B3;
margin: 0 0 0.5rem;
}

.program-item p {
margin: 0;
color: #2a2a2a;
}

/* Venue Cards – Glass morphism design */
.venues-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}

.venue-card {
background: rgba(255, 255, 255, 0.55);
backdrop-filter: blur(10px) saturate(150%);
-webkit-backdrop-filter: blur(10px) saturate(150%);
border: 1px solid rgba(255, 255, 255, 0.65);
border-radius: 16px;
padding: 1.5rem;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
box-shadow:
0 4px 30px rgba(0, 0, 0, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.venue-card::after {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #0066B3 0%, #ADFF2F 100%);
transform: scaleX(0);
transition: transform 0.3s ease;
}

.venue-card:hover {
transform: translateY(-5px);
box-shadow:
0 10px 40px rgba(0, 0, 0, 0.12),
0 0 50px rgba(173, 255, 47, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.7);
border-color: rgba(173, 255, 47, 0.3);
}

.venue-card:hover::after {
transform: scaleX(1);
box-shadow: 0 2px 10px rgba(173, 255, 47, 0.5);
}

.venue-card h4 {
font-size: 1.2rem;
font-weight: 600;
color: #0066B3;
margin: 0 0 0.8rem;
}

.venue-card p {
font-size: 1rem;
color: #2a2a2a;
margin: 0;
line-height: 1.6;
}

/* Statistics – Glass morphism enhanced */
.stats-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
margin: 3rem 0;
text-align: center;
}

.stat-item {
padding: 2rem 1.5rem;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px) saturate(150%);
-webkit-backdrop-filter: blur(10px) saturate(150%);
border: 1px solid rgba(255, 255, 255, 0.7);
border-radius: 20px;
box-shadow:
0 8px 32px rgba(0, 0, 0, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.8);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}

.stat-item::before {
content: ”;
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(
circle at center,
rgba(173, 255, 47, 0.15) 0%,
transparent 70%
);
opacity: 0;
transition: opacity 0.3s ease;
}

.stat-item:hover {
transform: translateY(-8px);
box-shadow:
0 15px 45px rgba(0, 0, 0, 0.12),
0 0 80px rgba(173, 255, 47, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.95);
background: rgba(255, 255, 255, 0.75);
border-color: rgba(173, 255, 47, 0.4);
}

.stat-item:hover::before {
opacity: 1;
}

.stat-number {
font-size: 3rem;
font-weight: 800;
background: linear-gradient(135deg, #0066B3 0%, #00AA44 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 0.5rem;
display: block;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
transition: all 0.3s ease;
}

.stat-item:hover .stat-number {
filter: drop-shadow(0 4px 8px rgba(0, 102, 179, 0.3));
transform: scale(1.05);
}

.stat-label {
font-size: 1rem;
color: #444;
line-height: 1.4;
}

/* Lists – Styled */
.isancf2025-advertorial ul {
margin: 1rem 0 2rem;
padding-left: 0;
list-style: none;
}

.isancf2025-advertorial ul li {
position: relative;
padding-left: 2.5rem;
margin-bottom: 1rem;
color: #2a2a2a;
line-height: 1.7;
}

.isancf2025-advertorial ul li::before {
content: ‘▶’;
position: absolute;
left: 0;
color: #ADFF2F;
font-size: 1rem;
line-height: 1.7;
text-shadow: 0 2px 4px rgba(173, 255, 47, 0.3);
}

.isancf2025-advertorial ul li strong {
color: #0066B3;
font-weight: 600;
}

/* Highlight Box – Glass morphism */
.highlight-box {
background: rgba(255, 255, 255, 0.65);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border: 1px solid rgba(173, 255, 47, 0.3);
border-radius: 20px;
padding: 2rem;
margin: 2rem 0;
position: relative;
overflow: hidden;
box-shadow:
0 8px 32px rgba(173, 255, 47, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.8);
transition: all 0.3s ease;
}

.highlight-box::before {
content: ”;
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(173, 255, 47, 0.2) 0%, transparent 70%);
animation: pulse 4s ease-in-out infinite;
}

.highlight-box:hover {
box-shadow:
0 12px 40px rgba(173, 255, 47, 0.2),
0 0 60px rgba(173, 255, 47, 0.15),
inset 0 1px 0 rgba(255, 255, 255, 0.95);
transform: translateY(-2px);
}

@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.5; }
50% { transform: scale(1.1); opacity: 0.3; }
}

.highlight-box h3 {
color: #0066B3;
margin-top: 0;
position: relative;
z-index: 1;
}

.highlight-box p {
position: relative;
z-index: 1;
color: #2a2a2a;
}

/* Partners Section – Glass morphism */
.partners-section {
text-align: center;
margin: 3rem 0;
padding: 2.5rem;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px) saturate(150%);
-webkit-backdrop-filter: blur(10px) saturate(150%);
border: 1px solid rgba(255, 255, 255, 0.7);
border-radius: 20px;
box-shadow:
0 8px 32px rgba(0, 0, 0, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.8);
transition: all 0.3s ease;
}

.partners-section:hover {
box-shadow:
0 12px 40px rgba(0, 0, 0, 0.1),
0 0 40px rgba(173, 255, 47, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.partner-badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
margin-top: 1.5rem;
}

.partner-badge {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding: 0.8rem 1.5rem;
border-radius: 30px;
font-weight: 500;
color: #2a2a2a;
border: 1px solid rgba(255, 255, 255, 0.8);
transition: all 0.3s ease;
font-size: 0.95rem;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.partner-badge:hover {
border-color: rgba(173, 255, 47, 0.6);
background: rgba(255, 255, 255, 0.9);
color: #0066B3;
transform: translateY(-3px);
box-shadow:
0 5px 20px rgba(173, 255, 47, 0.25),
0 0 30px rgba(173, 255, 47, 0.15);
}

/* CTA Section – Glass morphism with gradient overlay */
.cta-section {
background: rgba(255, 255, 255, 0.65);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.75);
color: #0066B3;
padding: 3rem 2rem;
border-radius: 24px;
text-align: center;
margin: 3rem 0;
position: relative;
overflow: hidden;
box-shadow:
0 20px 50px rgba(0, 102, 179, 0.12),
inset 0 1px 0 rgba(255, 255, 255, 0.9),
inset 0 -1px 0 rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}

.cta-section::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg,
rgba(0, 102, 179, 0.08) 0%,
rgba(0, 170, 68, 0.08) 100%);
z-index: -1;
}

.cta-section::after {
content: ”;
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: repeating-conic-gradient(
from 0deg at 50% 50%,
transparent 0deg,
rgba(173, 255, 47, 0.05) 20deg,
transparent 40deg
);
animation: rotate 60s linear infinite;
z-index: -1;
}

.cta-section:hover {
box-shadow:
0 25px 60px rgba(0, 102, 179, 0.15),
0 0 100px rgba(173, 255, 47, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 1);
transform: translateY(-2px);
background: rgba(255, 255, 255, 0.75);
}

@keyframes rotate {
100% { transform: rotate(360deg); }
}

.cta-section h2 {
color: #0066B3;
margin-bottom: 1rem;
position: relative;
z-index: 1;
}

.cta-section h2::after {
background: linear-gradient(90deg, #0066B3 0%, #ADFF2F 100%);
left: 50%;
transform: translateX(-50%);
}

.cta-section p {
color: #2a2a2a;
font-size: 1.2rem;
margin-bottom: 2rem;
position: relative;
z-index: 1;
}

.cta-button {
display: inline-block;
background: linear-gradient(135deg, #ADFF2F 0%, #9AFF00 100%);
color: #0066B3;
padding: 1rem 2.5rem;
border-radius: 30px;
text-decoration: none;
font-weight: 700;
transition: all 0.3s ease;
box-shadow:
0 5px 20px rgba(173, 255, 47, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.5);
position: relative;
z-index: 1;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.cta-button:hover {
transform: translateY(-3px);
box-shadow:
0 10px 30px rgba(173, 255, 47, 0.5),
inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 768px) {
.isancf2025-advertorial {
padding: 20px 15px;
}

.isancf2025-advertorial h1 {
text-align: center;
}

.event-info-banner {
padding: 2rem 1.5rem;
}

.event-info-banner h3 {
font-size: 1.5rem;
}

.stats-container {
grid-template-columns: 1fr;
gap: 1.5rem;
}

.stat-number {
font-size: 2.5rem;
}

.venues-grid {
grid-template-columns: 1fr;
}

.partner-badges {
gap: 0.8rem;
}

.partner-badge {
font-size: 0.85rem;
padding: 0.6rem 1.2rem;
}

.cta-section {
padding: 2rem 1.5rem;
}

.cta-button {
padding: 0.8rem 2rem;
font-size: 0.95rem;
}
}

/* Print styles */
@media print {
.isancf2025-advertorial-wrapper {
background: white !important;
}

.isancf2025-advertorial-wrapper::before,
.isancf2025-advertorial-wrapper::after,
.event-info-banner::before,
.highlight-box::before,
.cta-section::before,
.cta-section::after,
.stat-item::before {
display: none !important;
}

/* Ensure readability in print */
.event-info-banner,
.program-item,
.venue-card,
.stat-item,
.highlight-box,
.partners-section,
.cta-section {
background: white !important;
border: 1px solid #ddd !important;
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
box-shadow: none !important;
}
}

/* Additional glass effect for supported browsers */
@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
.isancf2025-advertorial-wrapper {
background: rgba(255, 255, 255, 0.01);
}
}

ISAN Creative Festival 2025: ขับเคลื่อนขอนแก่นสู่ Creative MICE City ระดับโลก

ท่ามกลางการแข่งขันด้านการท่องเที่ยว MICE ที่ดุเดือดในภูมิภาคเอเชียตะวันออกเฉียงใต้ ประเทศไทยกำลังสร้างปรากฏการณ์ใหม่ด้วยการผลักดันเมืองรองให้กลายเป็นจุดหมายปลายทางระดับโลก โดยเฉพาะ ‘ขอนแก่น’ ที่กำลังจะพลิกโฉมสู่การเป็น Creative MICE City ผ่านงาน Isan Creative Festival 2025 (ISANCF2025)

จากข้อมูลของ Creative Economy Agency (CEA) พบว่า อุตสาหกรรมสร้างสรรค์ของไทยมีมูลค่าที่คาดว่าจะเติบโตเป็น 1.51 ล้านล้านบาทในปี 2568 เติบโตขึ้น 3.55% จากปีก่อนหน้า โดยอีสานถือเป็นภูมิภาคที่มีศักยภาพสูงในการขับเคลื่อนเศรษฐกิจสร้างสรรค์

“อีสานโชว์พ(ร)าว : ISAN SOUL PROUD”

28 มิถุนายน – 6 กรกฎาคม 2568

เมื่อ ‘อีสานโชว์พ(ร)าว’ กลายเป็นแม่เหล็กดึงดูด MICE Travelers ระดับโลก

ISANCF2025 ภายใต้ธีม “อีสานโชว์พ(ร)าว : ISAN SOUL PROUD” ไม่ใช่แค่งานเทศกาลทั่วไป แต่คือ Strategic Platform ที่ผสมผสานระหว่าง Business, Culture และ Innovation อย่างลงตัว

งานนี้จะมี ISAN MICE EXPO 2025 ซึ่งจัดโดยความร่วมมือกับ TCEB เพื่อผลักดันให้ขอนแก่นเป็น Thailand’s new MICE City

7 Key Programs ที่ตอบโจทย์ MICE Travelers ยุคใหม่

1. Academic Program: ISAN Creativity and Innovation Summit 2025

ดำเนินการภายใต้แนวคิด “Isan Soft Power and Innovation” เพื่อเป็นแรงขับเคลื่อนในการพัฒนาเศรษฐกิจสร้างสรรค์ของอาเซียนและ Greater Mekong Subregion โดยเชื่อมโยงนักศึกษา นักวิชาการ ผู้เชี่ยวชาญ และผู้ประกอบการกับธุรกิจ นักลงทุน และผู้มีส่วนได้ส่วนเสียระดับนานาชาติ

2. Creative Business Platform

ISAN MICE EXPO 2025 ซึ่งจะมี B2B networking, Idea Forums และ showcases ที่ออกแบบมาเพื่อเชื่อมโยงธุรกิจสร้างสรรค์กับตลาดจริง

3. Showcase & Exhibitions

จากข้อมูลปี 2023 มีผลงานศิลปะกว่า 365 ชิ้นจัดแสดงในหลายสถานที่ แสดงให้เห็นถึงความคิดสร้างสรรค์ทั้งแบบดั้งเดิมและร่วมสมัยของอีสาน

4. Talk & Workshop

เทศกาลนำเสนอการพัฒนาทักษะสร้างสรรค์ผ่านเวิร์กช็อปภาคปฏิบัติ รวมถึงการสร้างคอลลาจ แกะสลักไม้ ปั้นดินเหนียว ทำเทียนซอยธรรมชาติ และการจัดดอกไม้กินได้

5. Event & Entertainment

รวมถึง Isan Sound on Top, Music & Performing showcases, Molam Music Experiences, Creative Film Festivals และการนำเสนอหนังสั้น

6. D-KAK Market

ตลาดสร้างสรรค์ที่มีสินค้าดีไซเนอร์ เวิร์กช็อป DIY สินค้าพิเศษจากจังหวัดภาคตะวันออกเฉียงเหนือ และอาหารเครื่องดื่มพิเศษที่มีเฉพาะในช่วงเทศกาล

7. Creative District Project

มุ่งเน้นการเปลี่ยนโฉมภูมิทัศน์เมืองขอนแก่นผ่านกลยุทธ์ creative placemaking ในเขตศรีจันทร์และกังสดาล

สถานที่จัดงานระดับมาตรฐานสากล

ISANCF2025 จะจัดขึ้นใน 4 สถานที่หลัก พร้อมสถานที่พันธมิตรอื่นๆ ทั่วเมือง:

1. TCDC Khon Kaen

ศูนย์สร้างสรรค์งานออกแบบขนาด 1,500 ตารางเมตร มุ่งเน้นองค์ความรู้และข้อมูลการออกแบบอีสาน มี co-working spaces นิทรรศการ และเวิร์กช็อป พร้อม “Isan Material Center” ที่จัดหาผ้าไหม ฝ้าย และเซรามิกคุณภาพจากท้องถิ่น

2. Pullman Khon Kaen Raja Orchid

โรงแรมระดับพรีเมียมที่มี 293 ห้องพัก เริ่มต้นที่ 43 ตารางเมตร พร้อม 2 ร้านอาหาร 2 บาร์ 14 ห้องประชุม และห้องบอลรูมขนาด 1,400 ตารางเมตร

3. Columbo Craft Community

หมู่บ้านงานฝีมือของขอนแก่น มีเวิร์กช็อป ตลาดมือสอง งานดนตรี เปิดทุกวัน 11.00-18.00 น. (ปิดวันอังคาร)

4. Sawathi Community

ชุมชนที่อนุรักษ์มรดกอารยธรรมแม่น้ำชีแบบดั้งเดิม เป็นแหล่งภูมิปัญญาอีสาน

ตัวเลขความสำเร็จที่พิสูจน์ศักยภาพ

ISANCF ได้แสดงให้เห็นถึงผลกระทบทางเศรษฐกิจที่น่าทึ่งตั้งแต่เริ่มต้น:

1.59
พันล้านบาท
มูลค่าทางเศรษฐกิจสะสม 4 ปี
320,000+
ผู้เข้าร่วม
ในปี 2024
1,500+
ผู้สร้างสรรค์
ที่มีความสามารถ
  • ISANCF 2023: สร้างมูลค่าทางเศรษฐกิจ 342 ล้านบาทให้กับภูมิภาคอีสาน ดึงดูดผู้เข้าชม 210,629 คนในระยะเวลา 9 วัน
  • ISANCF 2024: มีผู้เข้าร่วมและผู้เข้าชมมากกว่า 320,000 คน พร้อมผู้สร้างสรรค์ที่มีความสามารถมากกว่า 1,500 คน

ขอนแก่น: ศูนย์กลางการท่องเที่ยวที่กำลังเติบโต

ข้อมูลแสดงให้เห็นว่าขอนแก่นเป็นอันดับสองในการมาถึงของนักท่องเที่ยวภายในภาคตะวันออกเฉียงเหนือ:

  • ปี 2562: ต้อนรับนักท่องเที่ยวไทย 5,583,809 คน
  • ปี 2564: ลดลงเหลือ 1,387,695 คน เนื่องจากผลกระทบของโควิด-19
  • ปี 2566: ฟื้นตัวอย่างมากด้วยนักท่องเที่ยว 3,512,879 คน

การสนับสนุนจากภาครัฐที่เป็นรูปธรรม

รัฐบาลไทยได้สร้างกลไกสนับสนุนที่สำคัญสำหรับอุตสาหกรรมสร้างสรรค์:

  • BOI Incentives: การยกเว้นภาษีเงินได้นิติบุคคลสูงสุด 8 ปีสำหรับกิจกรรมสร้างสรรค์
  • Creative Economy Fund: กองทุน 300 ล้านบาทที่บริหารโดย CEA
  • งบประมาณ Soft Power: มากกว่า 4 พันล้านบาทสำหรับปี 2569
  • การขยาย TCDC: ไปยัง 10 จังหวัด รวมถึงแผนสำหรับเชียงราย นครราชสีมา และภูเก็ต

อีสาน: พลัง Soft Power ที่โดดเด่น

ความเป็นเอกลักษณ์ของ soft power อีสานมาจากการเชื่อมโยงกับอารยธรรมโบราณและความต่อเนื่องทางวัฒนธรรม:

จุดเด่นของ Soft Power อีสาน

สิ่งทอ: ประเพณีการทอผ้าไหมของภูมิภาค ซึ่งเป็นตัวแทนของกลุ่มชาติพันธุ์กว่า 20 กลุ่ม ได้รับการยอมรับในระดับนานาชาติ

ดนตรี: ดนตรีอีสานดั้งเดิม โดยเฉพาะแคนและพิณ ได้รับการผสมผสานกับองค์ประกอบดนตรีตะวันตกในการประพันธ์เพลงข้ามวัฒนธรรมร่วมสมัย

อาหาร: อาหารอีสานได้รับการยอมรับอย่างน่าทึ่งทั่วโลก โดยอาหารอย่างส้มตำและลาบกลายเป็นที่นิยมในระดับสากล คู่มือมิชลินขยายไปยังอีสานในปี 2566 ส่งผลให้มีการกำหนด Bib Gourmand 33 แห่งทั่วภูมิภาค

โอกาสสำหรับ MICE Organizers

ISANCF2025 นำเสนอโอกาสที่ไม่ซ้ำใครสำหรับ:

  • การจัดประชุมและสัมมนาในบรรยากาศที่แตกต่าง
  • Team building activities ที่ผสมผสานวัฒนธรรมท้องถิ่น
  • Networking opportunities กับผู้ประกอบการสร้างสรรค์ในภูมิภาค
  • การเข้าถึงตลาดใหม่ใน Greater Mekong Subregion

พันธมิตรระดับชาติ

AIS 3BB Fibre3
TCEB
The Secret Sauce Business Weekend
Microsoft Copilot
การท่องเที่ยวแห่งประเทศไทย

มองไปข้างหน้า: อีสานในฐานะ Creative Hub ระดับภูมิภาค

ธีม “อีสานโชว์พ(ร)าว : ISAN SOUL PROUD” สะท้อนการเปลี่ยนแปลงของภูมิภาคจากการถูกมองว่ายากจนไปสู่การเป็น “ภูมิภาคแห่งโอกาสไร้ขีดจำกัด” การเปลี่ยนตำแหน่งเชิงบรรยายนี้เน้นย้ำถึงคุณค่าที่แท้จริง ศักยภาพการลงทุน และความน่าดึงดูดในฐานะจุดหมายปลายทางที่มีความหมาย

สำหรับ MICE Travelers และ Event Organizers ที่กำลังมองหาประสบการณ์ที่แตกต่างและสร้างผลกระทบที่แท้จริง ISANCF2025 คือโอกาสที่จะได้สัมผัสกับพลังสร้างสรรค์ของอีสานและเป็นส่วนหนึ่งของการเปลี่ยนแปลงครั้งสำคัญของภูมิภาค

เป็นส่วนหนึ่งของการเปลี่ยนแปลงครั้งสำคัญ

ค้นพบพลังสร้างสรรค์ของอีสานและโอกาสทางธุรกิจที่ไม่ซ้ำใคร

สำรวจ ISANCF2025

Photo Gallery

Share:
Facebook
你想找到什么?
Subscribe to TCEB
updates and stay informed about events, activities, and key announcements
* indicates required
or
คุณต้องการค้นหาเนื้อหาเกี่ยวกับอะไร?
What do you want to find?