2026.02.04 | Metabolic Syndrome Seminar
[Event Recap] Beat Metabolic Syndrome — Take Charge of Your Health!
In commitment to employee wellbeing, we hosted a "Beat Metabolic Syndrome" health seminar and screening event. A professional medical team was invited to walk attendees through the five key self-assessment indicators, sharing practical guidance on healthy eating, regular exercise, and positive lifestyle habits for prevention. We sincerely thank all colleagues for their enthusiastic participation — together, let's take charge of our health!
Event Date: March 20, 2026 | Venue: GDI Employee Cafeteria
.health-section-wrapper { font-family: "Microsoft JhengHei", Arial, sans-serif; background-color: #eef6ff; padding: 50px 0; }
.health-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.health-title { text-align: center; font-size: 1.8em; color: #004a99; margin-bottom: 35px; font-weight: bold; position: relative; }
.health-title::after { content: ''; display: block; width: 40px; height: 3px; background: #004a99; margin: 12px auto; }
.health-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.health-card { background: #fff; padding: 8px; border-radius: 12px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; }
.health-card:hover { transform: translateY(-5px); }
.health-img-box { overflow: hidden; border-radius: 8px; height: 180px; background-color: #f0f0f0; }
.health-img-box img { width: 100%; height: 100%; object-fit: cover; display: block; cursor: zoom-in; transition: transform 0.5s ease; }
.health-img-box img:hover { transform: scale(1.1); }
.health-card p { font-weight: bold; color: #333; margin: 10px 0; font-size: 0.95em; line-height: 1.4; }
/* Lightbox styles (75%) */
#health-lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); display: none; justify-content: center; align-items: center; z-index: 10000; cursor: zoom-out; }
#health-lightbox img { max-width: 75%; max-height: 75%; border-radius: 8px; }
/* Responsive */
@media (max-width: 992px) { .health-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .health-grid { grid-template-columns: 1fr; } }
Event Highlights
Professional Medical Team Health Seminar
Professional Medical Team Health Seminar
Professional Medical Team Health Seminar
Professional Medical Team Health Seminar
Health Reminder: The event may be over, but your journey to a healthier lifestyle is just beginning. Remember to schedule regular health check-ups, maintain a balanced diet, and exercise consistently. Early detection and proactive lifestyle changes are the key to preventing chronic disease!
function showHealthImg(src) {
const lb = document.getElementById('health-lightbox');
const lbImg = document.getElementById('health-lightbox-img');
lbImg.src = src;
lb.style.display = 'flex';
document.body.style.overflow = 'hidden';
}