<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Institute of Molecular Biosciences</title>
	<atom:link href="https://mb.mahidol.ac.th/feed/" rel="self" type="application/rss+xml" />
	<link>https://mb.mahidol.ac.th/</link>
	<description>Research Center Mahidol University</description>
	<lastBuildDate>Thu, 11 Jun 2026 09:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://mb.mahidol.ac.th/wp-content/uploads/2025/07/cropped-mu-logo-32x32.png</url>
	<title>Institute of Molecular Biosciences</title>
	<link>https://mb.mahidol.ac.th/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>การเสวนาเพื่อแลกเปลี่ยนเรียนรู้จากผู้เชี่ยวชาญและบุคลากรผู้เกษียนอายุ</title>
		<link>https://mb.mahidol.ac.th/km-day/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 03:56:45 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Events in Focus]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15575</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/km-day/">การเสวนาเพื่อแลกเปลี่ยนเรียนรู้จากผู้เชี่ยวชาญและบุคลากรผู้เกษียนอายุ</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-xsbe1"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-xsbe1 "><figure class="eb-advanced-image-wrapper eb-advanced-image-xsbe1 no-effect" data-id="eb-advanced-image-xsbe1"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-rounded"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/well_banner01.webp" alt=""/></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title> โครงการ KM Day สถาบันชีววิทยาศาสตร์โมเลกุล </title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/th/wp-content/uploads/2026/01/bg_vdo_earth.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->

	
    <h1><font color="white"> โครงการ KM Day สถาบันชีววิทยาศาสตร์โมเลกุล 

</font></h1>
    <div class="meta">

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วันจันทร์ที่ 24 สิงหาคม 2569  | <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 10.00–12.00 น. <br>
<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> ณ โรงอาหาร สถาบันชีววิทยาศาสตร์โมเลกุล | มหาวิทยาลัยมหิดล <br>


</div>


    <!-- แถวที่ 1 -->
    <div class="button-group">
      <a href="https://mb.mahidol.ac.th/survey/index.php/969835?newtest=Y&lang=en" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://mb.mahidol.ac.th/response/km-day.php" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>
      <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/kmday_poster.webp" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
			
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

    <!-- แถวที่ 2 -->
   <!-- <div class="button-group secondary">
      <a href="ลิงก์กำหนดการ" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> กำหนดการ</a>
      <a href="ลิงก์แผนที่" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5fa.png" alt="🗺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> แผนที่เดินทาง</a>
      <a href="ลิงก์เอกสาร" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เอกสารดาวน์โหลด</a>
    </div>-->
  </header>

  <section class="content">
    <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับทุกท่านเข้าร่วม </strong>  โครงการ KM Day สถาบันชีววิทยาศาสตร์โมเลกุล : การเสวนาเพื่อแลกเปลี่ยนเรียนรู้ระหว่างบุคลากรสายวิชาการ และสายสนับสนุนเพื่อสะท้อนสิ่งที่ปฎิบัติแล้วได้ผลดีและต่อยอดเป็นองค์ความรู้ขององค์กร จากผู้เชี่ยวชาญและบุคลากรผู้เกษียนอายุ
แล้วรวบรวมจัดการความรู้เผยแพร่บนเว็บไซต์สถาบัน เพื่อรักษาองค์ความรู้ที่สำคัญขององค์กร
</p>
<br><br>      


</div>
						

</div>
 	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่: <strong>20  สิงหาคม 2569</strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ติดต่อสอบถาม: </h2>
      <p style="margin-left: 20px;"><strong>ปิยพัณภูมิ ทองประสงค์</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1162<br>
      Email: <a href="mailto:pilawan.tho@mahidol.ac.th">piyapunbhoom.tho@mahidol.ac.th</a></p>
 
    </div>
 </section>

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

<div class="pvc_clear"></div><p id="pvc_stats_15575" class="pvc_stats total_only  " data-element-id="15575" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/km-day/">การเสวนาเพื่อแลกเปลี่ยนเรียนรู้จากผู้เชี่ยวชาญและบุคลากรผู้เกษียนอายุ</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MB Well-being Journey: ก้าวสู่สุขภาวะที่ดีไปด้วยกัน</title>
		<link>https://mb.mahidol.ac.th/mb-well-being-journey/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 10 Jun 2026 07:37:38 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Events in Focus]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15564</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/mb-well-being-journey/">MB Well-being Journey: ก้าวสู่สุขภาวะที่ดีไปด้วยกัน</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-mdwcs"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-mdwcs "><figure class="eb-advanced-image-wrapper eb-advanced-image-mdwcs no-effect" data-id="eb-advanced-image-mdwcs"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-rounded"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/well_banner.webp" alt=""/></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>กิจกรรม "คนสำราญ งานสำเร็จ"</title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/bg_vdo_well.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->

	
    <h1><font color="white">กิจกรรม "คนสำราญ งานสำเร็จ"

</font></h1>
    <div class="meta">

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วันอังคารที่ 18 สิงหาคม 2569  | <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 9.00–16.00 น. <br>
<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> ณ MaSHARES Co-working Space @MB |สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล <br>


</div>


    <!-- แถวที่ 1 -->
    <div class="button-group">
      <a href="https://mb.mahidol.ac.th/survey/index.php/817222?newtest=Y&lang=en" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://mb.mahidol.ac.th/response/mbcd_06_69.php" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>
      <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/poster_well.webp" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
			
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

    <!-- แถวที่ 2 -->
   <!-- <div class="button-group secondary">
      <a href="ลิงก์กำหนดการ" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> กำหนดการ</a>
      <a href="ลิงก์แผนที่" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5fa.png" alt="🗺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> แผนที่เดินทาง</a>
      <a href="ลิงก์เอกสาร" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เอกสารดาวน์โหลด</a>
    </div>-->
  </header>

  <section class="content">
    <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับชาว MUMB ทุกท่านเข้าร่วม </strong> กิจกรรม "คนสำราญ งานสำเร็จ" ภายใต้โครงการ MB Well-being Journey: ก้าวสู่สุขภาวะที่ดีไปด้วยกัน 
วิทยากรโดย รองศาสตราจารย์ นพ.ชัชวาลย์ ศิลปกิจ และทีมอาจารย์จากศูนย์จิตตปัญญาศึกษา มหาวิทยาลัยมหิดล รับจำนวน 120 คน
</p>
<br><br>      
	<!--	<div class="speaker-grid">
          <div class="speaker-info">
        
							
   <div class="content">							
<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a4.png" alt="🎤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วิทยากร:<strong> <br>
รองศาสตราจารย์ ดร.ศรินทร์ ฉิมณรงค์ <br>
ศูนย์วิจัยชีววัตถุการแพทย์ชั้นสูงเพื่อการรักษา <br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล<br></p>
							</div>-->

</div>
						

</div>
 	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่: <strong>30 มิถุนายน 2569</strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ติดต่อสอบถาม: </h2>
      <p style="margin-left: 20px;"><strong>พิลาวัลย์ ทองสมคิด</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1137 / 099 1469898<br>
      Email: <a href="mailto:pilawan.tho@mahidol.ac.th">pilawan.tho@mahidol.ac.th</a></p>
 
    </div>
 </section>

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

<div class="pvc_clear"></div><p id="pvc_stats_15564" class="pvc_stats total_only  " data-element-id="15564" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/mb-well-being-journey/">MB Well-being Journey: ก้าวสู่สุขภาวะที่ดีไปด้วยกัน</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Training Course: Medical Device, Digital Technology, and Information for Critical Care Nurses</title>
		<link>https://mb.mahidol.ac.th/icu-it/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 27 May 2026 03:54:18 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Cat-training]]></category>
		<category><![CDATA[Events in Focus]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15518</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/icu-it/">Training Course: Medical Device, Digital Technology, and Information for Critical Care Nurses</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-ok9an"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-ok9an "><figure class="eb-advanced-image-wrapper eb-advanced-image-ok9an no-effect" data-id="eb-advanced-image-ok9an"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-rounded"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/it-icu_banner.webp" alt=""/></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>โครงการจัดอบรมสัมมนาวิชาการเรื่อง “การใช้เครื่องมือแพทย์ เทคโนโลยีดิจิทัลและสารสนเทศสำหรับพยาบาลผู้ป่วยวิกฤติ” รุ่นที่ 3 และ 4
</title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/wp-content/uploads/2026/02/bg_vdo_med3.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->
    <div class="meta">
	
    <h3><font color="white">โครงการจัดอบรมสัมมนาวิชาการ<br>
เรื่อง “การใช้เครื่องมือแพทย์ เทคโนโลยีดิจิทัลและสารสนเทศสำหรับพยาบาลผู้ป่วยวิกฤติ” รุ่นที่ 3 และ 4

</font></h3>


<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> รุ่นที่ 3 ระหว่างวันที่ 16–20 พฤศจิกายน 2569  <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 09.00–16.00 น.<br>
    <!-- แถวที่ 1 -->
    <div class="button-group">
      <a href="https://shorturl.asia/eJhAO" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://docs.google.com/spreadsheets/d/1RFy61WUIEQTq0tA8M7IJcJ6Ws1_UhpJOxViJnnhUwjY/edit?gid=0#gid=0" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>
      <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/it-icu_poster.webp" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
			<a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/icu-it_program-detail.pdf" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Project Detail</a>
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> รุ่นที่ 4 ระหว่างวันที่ 24–28 พฤษภาคม 2570  <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" />เวลา 09.00–16.00 น.
 <br>

    <!-- แถวที่ 2 -->
   <div class="button-group secondary">
      <a href="https://shorturl.asia/tu96s" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://docs.google.com/spreadsheets/d/1TrLv_g4FxWWxmmxGAJMRf95t3B5flw2GRZ-aZ4dtrqM/edit?gid=0#gid=0" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>
      <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/icu_it_poster.webp" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
		 <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/06/icu-it_program-detail.pdf" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Project Detail</a>
    </div>
		<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> ณ ห้องประชุมศาสตราจารย์เกียรติคุณสิรินทร์ พิบูลนิยม<br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล ศาลายา
<br>
</div>			
  </header>

  <section class="content">
    <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับทุกท่านเข้าร่วม </strong> โครงการจัดอบรมสัมมนาวิชาการ
เรื่อง “การใช้เครื่องมือแพทย์ เทคโนโลยีดิจิทัลและสารสนเทศสำหรับพยาบาลผู้ป่วยวิกฤติ” รุ่นที่ 3 และ 4</p>
<br><br>      
	<!--	<div class="speaker-grid">
          <div class="speaker-info">
        
							
   <div class="content">							
<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a4.png" alt="🎤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วิทยากร:<strong> <br>
รองศาสตราจารย์ ดร.ศรินทร์ ฉิมณรงค์ <br>
ศูนย์วิจัยชีววัตถุการแพทย์ชั้นสูงเพื่อการรักษา <br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล<br></p>
							</div>-->

</div>
						

</div>
 	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่:<br> <strong> รุ่นที่ 3 ลงทะเบียนภายในวันที่ 31 ตุลาคม 2569<br>
รุ่นที่ 4 ลงทะเบียนภายในวันที่ 15 พฤษภาคม 2570 </strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ติดต่อสอบถาม: </h2>
      <p style="margin-left: 20px;"><strong>นายวทัญญู เทศะศิริ</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1601<br>
      Email: <a href="mailto:pilawan.tho@mahidol.ac.th">watunyou.the@mahidol.ac.th</a></p>
 
    </div>
 </section>

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

<div class="pvc_clear"></div><p id="pvc_stats_15518" class="pvc_stats total_only  " data-element-id="15518" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/icu-it/">Training Course: Medical Device, Digital Technology, and Information for Critical Care Nurses</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ขอเชิญซักซ้อมความเข้าใจการประเมินสมรรถนะสายอาชีพ (Functional Competency )</title>
		<link>https://mb.mahidol.ac.th/functional-competency-2026/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 May 2026 08:44:29 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15509</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/functional-competency-2026/">ขอเชิญซักซ้อมความเข้าใจการประเมินสมรรถนะสายอาชีพ (Functional Competency )</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-t3qa1"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-t3qa1 "><figure class="eb-advanced-image-wrapper eb-advanced-image-t3qa1 no-effect" data-id="eb-advanced-image-t3qa1"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-rounded"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/fc_banner.webp" alt=""/></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>ขอเชิญซักซ้อมความเข้าใจการประเมินสมรรถนะสายอาชีพ (Functional Competency )</title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<!--<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/th/wp-content/uploads/2026/05/bg_vdo_insome.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>-->
	<header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->

	
    <h1><font color="white">ขอเชิญซักซ้อมความเข้าใจการประเมินสมรรถนะสายอาชีพ (Functional Competency )
</font></h1>
    <div class="meta">

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วันศุกร์ที่ 5 มิถุนายน 2569 | <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 10.00 - 12.00 น. <br>
<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> ผ่านระบบออนไลน์ webex meeting  <br>
link webex : <a href="https://mahidol.webex.com/mahidol/j.php?MTID=m9a995ccbea002e37487a4897e446e9a4">link webex : https://mahidol.webex.com/mahidol/j.php?MTID=m9a995ccbea002e37487a4897e446e9a4</a>

</div>


    <!-- แถวที่ 1 -->
    <div class="button-group">
     <!-- <a href="https://docs.google.com/forms/d/1bpqcSj-X5aiIdGCvdA78BHT0DyptqMhdDaTWtWHr84M/viewform?edit_requested=true" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://docs.google.com/spreadsheets/d/1EMC2T1_1s4QX_uj5KiZKEpTu49AtSMgb6YkyptGZaXM/edit?gid=554902132#gid=554902132" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>-->
      <a href="https://mb.mahidol.ac.th/th/wp-content/uploads/2026/05/fc_poster.pdf" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
			
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

    <!-- แถวที่ 2 -->
   <!-- <div class="button-group secondary">
      <a href="ลิงก์กำหนดการ" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> กำหนดการ</a>
      <a href="ลิงก์แผนที่" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5fa.png" alt="🗺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> แผนที่เดินทาง</a>
      <a href="ลิงก์เอกสาร" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เอกสารดาวน์โหลด</a>
    </div>-->
  </header>

 <!-- <section class="content">-->
   <!-- <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับบุคลากร MUMB ทุกท่านเข้าร่วม </strong> โครงการบรรยาย “ลงทุนอย่างไรให้มีเงินใช้ตลอดชีวิต” </p>
<br><br>      -->
	<!--	<div class="speaker-grid">
          <div class="speaker-info">
        
							
   <div class="content">							
<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a4.png" alt="🎤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วิทยากร:<strong> <br>
รองศาสตราจารย์ ดร.ศรินทร์ ฉิมณรงค์ <br>
ศูนย์วิจัยชีววัตถุการแพทย์ชั้นสูงเพื่อการรักษา <br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล<br></p>
							</div>-->

<!--</div>
						

</div>-->
 <!--	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่: <strong>01 มิถุนายน 2569 </strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ติดต่อสอบถาม: </h2>
      <p style="margin-left: 20px;"><strong>ณัฐนรี คล้ำพงษ์</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1120<br>
      Email: <a href="mailto:pilawan.tho@mahidol.ac.th">nutnaree.clo@mahidol.ac.th</a></p>
 
    </div>-->
 <!--</section>-->

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

<div class="pvc_clear"></div><p id="pvc_stats_15509" class="pvc_stats total_only  " data-element-id="15509" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/functional-competency-2026/">ขอเชิญซักซ้อมความเข้าใจการประเมินสมรรถนะสายอาชีพ (Functional Competency )</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>โครงการบรรยาย “ลงทุนอย่างไรให้มีเงินใช้ตลอดชีวิต”</title>
		<link>https://mb.mahidol.ac.th/lifetime-income-investing/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 May 2026 08:16:44 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15502</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/lifetime-income-investing/">โครงการบรรยาย “ลงทุนอย่างไรให้มีเงินใช้ตลอดชีวิต”</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-4fpl5"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-4fpl5 "><figure class="eb-advanced-image-wrapper eb-advanced-image-4fpl5 no-effect" data-id="eb-advanced-image-4fpl5"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-rounded"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/income_banner.webp" alt=""/></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>โครงการบรรยาย “ลงทุนอย่างไรให้มีเงินใช้ตลอดชีวิต”</title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/th/wp-content/uploads/2026/05/bg_vdo_insome2.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->

	
    <h1><font color="white">โครงการบรรยาย “ลงทุนอย่างไรให้มีเงินใช้ตลอดชีวิต”
</font></h1>
    <div class="meta">

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วันพฤหัสบดีที่ 4 มิถุนายน พ.ศ. 2569 | <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 13.30–15.30 น. <br>
<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> ณ ห้องบรรยายกลาง A108 ชั้น 1 อาคารสถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล <br>


</div>


    <!-- แถวที่ 1 -->
    <div class="button-group">
     <!-- <a href="https://docs.google.com/forms/d/1bpqcSj-X5aiIdGCvdA78BHT0DyptqMhdDaTWtWHr84M/viewform?edit_requested=true" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://docs.google.com/spreadsheets/d/1EMC2T1_1s4QX_uj5KiZKEpTu49AtSMgb6YkyptGZaXM/edit?gid=554902132#gid=554902132" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>-->
      <a href="https://mb.mahidol.ac.th/th/wp-content/uploads/2026/05/income_poster.pdf" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
			
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

    <!-- แถวที่ 2 -->
   <!-- <div class="button-group secondary">
      <a href="ลิงก์กำหนดการ" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> กำหนดการ</a>
      <a href="ลิงก์แผนที่" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5fa.png" alt="🗺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> แผนที่เดินทาง</a>
      <a href="ลิงก์เอกสาร" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เอกสารดาวน์โหลด</a>
    </div>-->
  </header>

  <section class="content">
    <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับบุคลากร MUMB ทุกท่านเข้าร่วม </strong> โครงการบรรยาย “ลงทุนอย่างไรให้มีเงินใช้ตลอดชีวิต” </p>
<br><br>      
	<!--	<div class="speaker-grid">
          <div class="speaker-info">
        
							
   <div class="content">							
<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a4.png" alt="🎤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วิทยากร:<strong> <br>
รองศาสตราจารย์ ดร.ศรินทร์ ฉิมณรงค์ <br>
ศูนย์วิจัยชีววัตถุการแพทย์ชั้นสูงเพื่อการรักษา <br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล<br></p>
							</div>-->

</div>
						

</div>
 	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่: <strong>01 มิถุนายน 2569 </strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ติดต่อสอบถาม: </h2>
      <p style="margin-left: 20px;"><strong>ณัฐนรี คล้ำพงษ์</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1120<br>
      Email: <a href="mailto:pilawan.tho@mahidol.ac.th">nutnaree.clo@mahidol.ac.th</a></p>
 
    </div>
 </section>

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

<div class="pvc_clear"></div><p id="pvc_stats_15502" class="pvc_stats total_only  " data-element-id="15502" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/lifetime-income-investing/">โครงการบรรยาย “ลงทุนอย่างไรให้มีเงินใช้ตลอดชีวิต”</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ออฟฟิศซินโดรม อาการ สาเหตุ และวิธีป้องกันสำหรับวัยทำงาน &#124; MB Mahidol</title>
		<link>https://mb.mahidol.ac.th/office-syndrome/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 May 2026 07:17:36 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15493</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/office-syndrome/">ออฟฟิศซินโดรม อาการ สาเหตุ และวิธีป้องกันสำหรับวัยทำงาน | MB Mahidol</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-n9am4"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-n9am4 "><figure class="eb-advanced-image-wrapper eb-advanced-image-n9am4 no-effect" data-id="eb-advanced-image-n9am4"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-rounded"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/banner_syndrome.webp" alt=""/></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>กิจกรรม MU MB : Training อบรมการให้ความรู้ด้านสุขภาพ หัวข้อ “ปฏิบัติการพิชิต Office Syndrome” </title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/wp-content/uploads/2026/02/bg_vdo_workjob.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->

	
    <h1><font color="white">กิจกรรม MU MB : Training อบรมการให้ความรู้ด้านสุขภาพ <br>หัวข้อ “ปฏิบัติการพิชิต Office Syndrome” 
</font></h1>
    <div class="meta">

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วันศุกร์ที่ 5 มิถุนายน 2569 | <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 13.30–16.30 น. <br>
<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> ณ ห้องประชุมศาสตราจารย์เกียรติคุณสิรินทร์ พิบูลนิยม สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล <br>


</div>


    <!-- แถวที่ 1 -->
    <div class="button-group">
      <a href="https://docs.google.com/forms/d/1bpqcSj-X5aiIdGCvdA78BHT0DyptqMhdDaTWtWHr84M/viewform?edit_requested=true" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://docs.google.com/spreadsheets/d/1EMC2T1_1s4QX_uj5KiZKEpTu49AtSMgb6YkyptGZaXM/edit?gid=554902132#gid=554902132" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>
      <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/poster_syndrome.webp" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
			
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

    <!-- แถวที่ 2 -->
   <!-- <div class="button-group secondary">
      <a href="ลิงก์กำหนดการ" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> กำหนดการ</a>
      <a href="ลิงก์แผนที่" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5fa.png" alt="🗺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> แผนที่เดินทาง</a>
      <a href="ลิงก์เอกสาร" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เอกสารดาวน์โหลด</a>
    </div>-->
  </header>

  <section class="content">
    <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับบุคลากร MUMB ทุกท่านเข้าร่วม </strong> กิจกรรม: Training อบรมการให้ความรู้ด้านสุขภาพ หัวข้อ “ปฏิบัติการพิชิต Office Syndrome” </p>
<br><br>      
	<!--	<div class="speaker-grid">
          <div class="speaker-info">
        
							
   <div class="content">							
<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a4.png" alt="🎤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วิทยากร:<strong> <br>
รองศาสตราจารย์ ดร.ศรินทร์ ฉิมณรงค์ <br>
ศูนย์วิจัยชีววัตถุการแพทย์ชั้นสูงเพื่อการรักษา <br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล<br></p>
							</div>-->

</div>
						

</div>
 	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่: <strong>01 มิถุนายน 2569 </strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ติดต่อสอบถาม: </h2>
      <p style="margin-left: 20px;"><strong>พิลาวัลย์ ทองสมคิด</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1137<br>
      Email: <a href="mailto:pilawan.tho@mahidol.ac.th">pilawan.tho@mahidol.ac.th</a></p>
 
    </div>
 </section>

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

<div class="pvc_clear"></div><p id="pvc_stats_15493" class="pvc_stats total_only  " data-element-id="15493" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/office-syndrome/">ออฟฟิศซินโดรม อาการ สาเหตุ และวิธีป้องกันสำหรับวัยทำงาน | MB Mahidol</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>การตั้งงบประมาณและกำหนดคุณลักษณะครุภัณฑ์วิทยาศาสตร์ (MBCD) &#124; สถาบันชีววิทยาศาสตร์โมเลกุล</title>
		<link>https://mb.mahidol.ac.th/mbcd-scientific_instruments/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 06 May 2026 06:39:54 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15378</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/mbcd-scientific_instruments/">การตั้งงบประมาณและกำหนดคุณลักษณะครุภัณฑ์วิทยาศาสตร์ (MBCD) | สถาบันชีววิทยาศาสตร์โมเลกุล</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-c1td5"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-c1td5 "><figure class="eb-advanced-image-wrapper eb-advanced-image-c1td5 no-effect" data-id="eb-advanced-image-c1td5"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-rounded"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/banner_mbcd-05-69.png" alt=""/></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>การตั้งงบประมาณประจำ ครุภัณฑ์วิทยาศาสตร์</title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/wp-content/uploads/2026/01/bg_vdo_lab001.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->

	
    <h1><font color="white">กิจกรรม MBCD (Competency Development)<br>
เรื่อง การตั้งงบประมาณประจำ ครุภัณฑ์วิทยาศาสตร์
</font></h1>
    <div class="meta">

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วันพฤหัสบดีที่ 28 พฤษภาคม 2569  | <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 13.30-15.30 น. <br>
<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล <br>


</div>


    <!-- แถวที่ 1 -->
    <div class="button-group">
      <a href="https://mb.mahidol.ac.th/survey/index.php/817222?newtest=Y&lang=en" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://mb.mahidol.ac.th/response/mbcd_05_69.php" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>
      <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/mbcd_asset-05-69.pdf" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
			
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

    <!-- แถวที่ 2 -->
   <!-- <div class="button-group secondary">
      <a href="ลิงก์กำหนดการ" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> กำหนดการ</a>
      <a href="ลิงก์แผนที่" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5fa.png" alt="🗺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> แผนที่เดินทาง</a>
      <a href="ลิงก์เอกสาร" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เอกสารดาวน์โหลด</a>
    </div>-->
  </header>

  <section class="content">
    <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับทุกท่านเข้าร่วม </strong> กิจกรรม MBCD (Competency Development)
เรื่อง การตั้งงบประมาณประจำ ครุภัณฑ์วิทยาศาสตร์ <br>การบรรยายผ่านระบบออนไลน์ Cisco Webex Meeting
</p>
<br><br>      
	<!--	<div class="speaker-grid">
          <div class="speaker-info">
        
							
   <div class="content">							
<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a4.png" alt="🎤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วิทยากร:<strong> <br>
รองศาสตราจารย์ ดร.ศรินทร์ ฉิมณรงค์ <br>
ศูนย์วิจัยชีววัตถุการแพทย์ชั้นสูงเพื่อการรักษา <br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล<br></p>
							</div>-->

</div>
						

</div>
 	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่: <strong>27 พฤษภาคม 2569</strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ติดต่อสอบถาม: </h2>
      <p style="margin-left: 20px;"><strong>นางสาวณัฐติยา เดชพรหม</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1218<br>
      Email: <a href="mailto:nuttiya.dec@mahidol.ac.th">nuttiya.dec@mahidol.ac.th</a></p>
 
    </div>
 </section>

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

<div class="pvc_clear"></div><p id="pvc_stats_15378" class="pvc_stats total_only  " data-element-id="15378" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/mbcd-scientific_instruments/">การตั้งงบประมาณและกำหนดคุณลักษณะครุภัณฑ์วิทยาศาสตร์ (MBCD) | สถาบันชีววิทยาศาสตร์โมเลกุล</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Non-smoking-area</title>
		<link>https://mb.mahidol.ac.th/non-smoking-area/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 01 May 2026 04:34:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15288</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/non-smoking-area/">Non-smoking-area</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-wrapper alignfull  root-eb-wrapper-4uzgf"><div class="eb-parent-wrapper eb-parent-eb-wrapper-4uzgf "><div class="eb-wrapper-outer eb-wrapper-4uzgf eb-wrapper-align-center"><div class="eb-wrapper-inner"><div class="eb-wrapper-inner-blocks">
<div class="wp-block-essential-blocks-advanced-heading  root-eb-advance-heading-y7bjl"><div class="eb-parent-wrapper eb-parent-eb-advance-heading-y7bjl "><div class="eb-advance-heading-wrapper eb-advance-heading-y7bjl button-1 undefined" data-id="eb-advance-heading-y7bjl"><h2 class="eb-ah-title"><span class="first-title">Non Smoking Area</span></h2></div></div></div>



<div class="wp-block-essential-blocks-row alignfull  root-eb-row-bmmmo"><div class="eb-parent-wrapper eb-parent-eb-row-bmmmo "><div class="eb-row-root-container eb-row-bmmmo" data-id="eb-row-bmmmo"><div class="eb-row-wrapper"><div class="eb-row-inner">
<div class="wp-block-essential-blocks-column  root-eb-column-d7qco"><div class="eb-parent-wrapper eb-parent-eb-column-d7qco "><div class="eb-column-wrapper eb-column-d7qco"><div class="eb-column-inner">
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-w1lol"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-w1lol "><figure class="eb-advanced-image-wrapper eb-advanced-image-w1lol no-effect" data-id="eb-advanced-image-w1lol"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-square"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/no-smoke.webp" alt="Non Smoking Area"/></div><a class="eb-image-link" href="https://mb.mahidol.ac.th/MB2568-cigarette_report.pdf" target="_blank" rel="noopener"></a></div></figure></div></div>



<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-pd82q"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-pd82q "><figure class="eb-advanced-image-wrapper eb-advanced-image-pd82q no-effect" data-id="eb-advanced-image-pd82q"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-square"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Smoke-free-University_banner-scaled.webp" alt=""/></div><a class="eb-image-link" href="https://mb.mahidol.ac.th/MB2568-cigarette_report.pdf" target="_blank" rel="noopener"></a></div></figure></div></div>
</div></div></div></div>



<div class="wp-block-essential-blocks-column  root-eb-column-62do5"><div class="eb-parent-wrapper eb-parent-eb-column-62do5 "><div class="eb-column-wrapper eb-column-62do5"><div class="eb-column-inner">
<div class="wp-block-essential-blocks-accordion  root-eb-accordion-maihc"><div class="eb-parent-wrapper eb-parent-eb-accordion-maihc "><div class="eb-accordion-container eb-accordion-maihc" data-accordion-type="accordion" data-tab-icon="dashicons-plus-alt2" data-expanded-icon="dashicons-minus" data-transition-duration="500"><div class="eb-accordion-inner">
<div class="wp-block-essential-blocks-accordion-item eb-accordion-item-jbbes eb-accordion-wrapper" data-clickable="true"><div class="eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-maihc" tabindex="0"><span class="eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-maihc"><span class="dashicon dashicons dashicons-plus-alt2 eb-accordion-icon"></span></span><div class="eb-accordion-title-content-wrap title-content-eb-accordion-maihc"><h3 class="eb-accordion-title">ประกาศ</h3></div></div><div class="eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-maihc"><div class="eb-accordion-content">
<ul class="wp-block-list">
<li>กระทรวงสาธารณสุข: <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Non-smoking-area_Ministry-of-Public-Health-2561.pdf" target="_blank" rel="noreferrer noopener">เรื่องกำหนดประเภทหรือชื่อของสถานที่สาธารณะ สถานที่ทำงาน และยานพาหนะ ให้ส่วนหนึ่งส่วนใดหรือทั้งหมดของสถานที่และยานพาหนะเป็นเขตปลอดบุหรี่ หรือเขตสูบบุหรี่ในเขตปลอดบุหรี่ พ.ศ. 2561</a></li>
</ul>



<ul class="wp-block-list">
<li>กระทรวงพาณิชย์: <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Non-smoking-area_Ministry-of-Commerce-2557.pdf" target="_blank" rel="noreferrer noopener">ประกาศกระทรวงพาณิชย์: เรื่องกำหนดให้บารากู่และบารากู่ไฟฟ้าหรือบุหรี่ไฟฟ้าเป็นสินค้าที่ต้องห้ามในการนำเข้ามาในราชอาณาจักร์ พ.ศ.2557</a></li>
</ul>
</div></div></div>



<div class="wp-block-essential-blocks-accordion-item eb-accordion-item-xfxnw eb-accordion-wrapper" data-clickable="false"><div class="eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-maihc" tabindex="0"><span class="eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-maihc"><span class="dashicon dashicons dashicons-plus-alt2 eb-accordion-icon"></span></span><div class="eb-accordion-title-content-wrap title-content-eb-accordion-maihc"><h3 class="eb-accordion-title">กฎหมาย</h3></div></div><div class="eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-maihc"><div class="eb-accordion-content">
<ul class="wp-block-list">
<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Tobacco-Control-Act-2560.pdf" target="_blank" rel="noreferrer noopener">พระราชบัญญัติ ควบคุมผลิตภัณฑ์ยาสูบ พ.ศ. 2560</a></li>



<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Tobacco-Control-Act-2535.pdf" target="_blank" rel="noreferrer noopener">พระราชบัญญัติ คุ้มครองสุขภาพของผู้ไม่สูบบุหรี่ พ.ศ. 2535</a></li>
</ul>
</div></div></div>



<div class="wp-block-essential-blocks-accordion-item eb-accordion-item-7e36t eb-accordion-wrapper" data-clickable="false"><div class="eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-maihc" tabindex="0"><span class="eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-maihc"><span class="dashicon dashicons dashicons-plus-alt2 eb-accordion-icon"></span></span><div class="eb-accordion-title-content-wrap title-content-eb-accordion-maihc"><h3 class="eb-accordion-title">แนวปฏิบัติ</h3></div></div><div class="eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-maihc"><div class="eb-accordion-content">
<ul class="wp-block-list">
<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/The-Smoke-Free-University-Initiative-2564.pdf" target="_blank" rel="noreferrer noopener">ประกาศมหาวิทยาลัยมหิดล: เรื่องแนวทางการพัฒนามหาวิทยาลัยมหิดลเป็นมหาวิทยาลัยปลอดบุหรี่ พ.ศ. 2565</a></li>
</ul>



<ul class="wp-block-list">
<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Smoking-Violation-2559.pdf" target="_blank" rel="noreferrer noopener">แนวปฏิบัติในการดำเนินการกรณีที่มีการฝ่าฝืนสูบบุหรี่ในเขตปลอดบุหรี่ พ.ศ. 2559</a></li>
</ul>



<ul class="wp-block-list">
<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Designated-Smoke-Free-Zones-2552.pdf" target="_blank" rel="noreferrer noopener">ประกาศมหาวิทยาลัยมหิดล เรื่อง การกำหนดสถานที่ให้มีการคุ้มครองสุขภาพของนักศึกษาและบุคลากร พ.ศ. 2552</a></li>
</ul>



<ul class="wp-block-list">
<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Vaping-Violation-2566.pdf" target="_blank" rel="noreferrer noopener">ข้อกฎหมายและแนวทางการปฏิบัติ กรณีความผิดเกี่ยวกับบุหรี่ไฟฟ้า พ.ศ. 2566</a></li>
</ul>
</div></div></div>



<div class="wp-block-essential-blocks-accordion-item eb-accordion-item-v1glc eb-accordion-wrapper" data-clickable="false"><div class="eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-maihc" tabindex="0"><span class="eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-maihc"><span class="dashicon dashicons dashicons-plus-alt2 eb-accordion-icon"></span></span><div class="eb-accordion-title-content-wrap title-content-eb-accordion-maihc"><h3 class="eb-accordion-title">คำสั่งคณะกรรมการคุ้มครองผู้บริโภค</h3></div></div><div class="eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-maihc"><div class="eb-accordion-content">
<ul class="wp-block-list">
<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Commercial-Sale-Ban-2558.pdf" target="_blank" rel="noreferrer noopener">เรื่อง ห้ามขายหรือห้ามให้บริการสินค้าบารากู่ บารากู่ไฟฟ้าหรือบุหรี่ไฟฟ้า หรือตัวยาบารากู่ น้ำยาสำหรับเติมบารากู่ไฟฟ้าหรือบุหรี่ไฟฟ้า พ.ศ. 2558</a></li>
</ul>
</div></div></div>



<div class="wp-block-essential-blocks-accordion-item eb-accordion-item-7fjnr eb-accordion-wrapper" data-clickable="false"><div class="eb-accordion-title-wrapper eb-accordion-title-wrapper-eb-accordion-maihc" tabindex="0"><span class="eb-accordion-icon-wrapper eb-accordion-icon-wrapper-eb-accordion-maihc"><span class="dashicon dashicons dashicons-plus-alt2 eb-accordion-icon"></span></span><div class="eb-accordion-title-content-wrap title-content-eb-accordion-maihc"><h3 class="eb-accordion-title">คู่มือ</h3></div></div><div class="eb-accordion-content-wrapper eb-accordion-content-wrapper-eb-accordion-maihc"><div class="eb-accordion-content">
<ul class="wp-block-list">
<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Civil-Society-Engagement-2555.pdf" target="_blank" rel="noreferrer noopener">คู่มือภาคประชาสังคม ในการมีส่วนร่วมเฝ้าระวังเพื่อการควบคุมยาสูบ</a></li>



<li><a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/05/Right-to-Clean-Air-2540.pdf" target="_blank" rel="noreferrer noopener">กฎหมายคุ้มครองสุขภาพผู้ไม่สูบบุหรี่ ในร้านอาหารที่มีห้องอาหารปรับอากาศ</a></li>
</ul>
</div></div></div>
</div></div></div></div>
</div></div></div></div>
</div></div></div></div></div>
</div></div></div></div></div>



<p class="wp-block-paragraph"></p>
<div class="pvc_clear"></div><p id="pvc_stats_15288" class="pvc_stats total_only  " data-element-id="15288" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/non-smoking-area/">Non-smoking-area</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Big Cleaning day</title>
		<link>https://mb.mahidol.ac.th/big-cleaning-day/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 24 Apr 2026 01:54:56 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=15127</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/big-cleaning-day/">Big Cleaning day</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-3hfe4"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-3hfe4 "><figure class="eb-advanced-image-wrapper eb-advanced-image-3hfe4 no-effect" data-id="eb-advanced-image-3hfe4"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-caption-style-1 eb-caption-horizontal-center eb-caption-vertical-bottom bottom  eb-img-style-square"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/04/banner_bigcleaningday.webp" alt="big cleaning"/><figcaption class="eb-image-caption-wrap"></figcaption></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>กิจกรรม MU MB: Big Cleaning day ประจำปีงบประมาณ 2569</title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/wp-content/uploads/2026/04/bg_vdo_cleaning.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->

	
    <h1><font color="white">กิจกรรม MU MB: Big Cleaning day ประจำปีงบประมาณ 2569
</font></h1>
    <div class="meta">

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วันศุกร์ที่ 15 พฤษภาคม 2569 | <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 10.00 - 11.30 น. <br>
<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล <br>


</div>


    <!-- แถวที่ 1 -->
    <div class="button-group">
      <a href="https://mb.mahidol.ac.th/survey/index.php/138361?newtest=Y&lang=en" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://mb.mahidol.ac.th/response/big-cleaning.php" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>
      <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/04/poster_big_cleaning_day.webp" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster</a>
			
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

    <!-- แถวที่ 2 -->
   <!-- <div class="button-group secondary">
      <a href="ลิงก์กำหนดการ" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> กำหนดการ</a>
      <a href="ลิงก์แผนที่" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5fa.png" alt="🗺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> แผนที่เดินทาง</a>
      <a href="ลิงก์เอกสาร" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เอกสารดาวน์โหลด</a>
    </div>-->
  </header>

  <section class="content">
    <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับทุกท่านเข้าร่วม </strong> กิจกรรม MU MB: Big Cleaning day ประจำปีงบประมาณ 2569</p>
<br><br>      
	<!--	<div class="speaker-grid">
          <div class="speaker-info">
        
							
   <div class="content">							
<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a4.png" alt="🎤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วิทยากร:<strong> <br>
รองศาสตราจารย์ ดร.ศรินทร์ ฉิมณรงค์ <br>
ศูนย์วิจัยชีววัตถุการแพทย์ชั้นสูงเพื่อการรักษา <br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล<br></p>
							</div>-->

</div>
						

</div>
 	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่: <strong>10 พฤษภาคม 2569 </strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ติดต่อสอบถาม: </h2>
      <p style="margin-left: 20px;"><strong>พิลาวัลย์ ทองสมคิด</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1137<br>
      Email: <a href="mailto:pilawan.tho@mahidol.ac.th">pilawan.tho@mahidol.ac.th</a></p>
 
    </div>
 </section>

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

<div class="pvc_clear"></div><p id="pvc_stats_15127" class="pvc_stats total_only  " data-element-id="15127" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/big-cleaning-day/">Big Cleaning day</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>17th Anniversary 2026</title>
		<link>https://mb.mahidol.ac.th/17th-anniversary-2026/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 01 Apr 2026 05:59:32 +0000</pubDate>
				<category><![CDATA[Archive]]></category>
		<guid isPermaLink="false">https://mb.mahidol.ac.th/?p=14876</guid>

					<description><![CDATA[<p>The post <a href="https://mb.mahidol.ac.th/17th-anniversary-2026/">17th Anniversary 2026</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-essential-blocks-wrapper alignfull  root-eb-wrapper-ijdgj"><div class="eb-parent-wrapper eb-parent-eb-wrapper-ijdgj "><div class="eb-wrapper-outer eb-wrapper-ijdgj"><div class="eb-wrapper-inner"><div class="eb-wrapper-inner-blocks eb-wrapper-align-center">
<div class="wp-block-essential-blocks-advanced-image  root-eb-advanced-image-e14rh"><div class="eb-parent-wrapper eb-parent-eb-advanced-image-e14rh "><figure class="eb-advanced-image-wrapper eb-advanced-image-e14rh no-effect" data-id="eb-advanced-image-e14rh"><div class="eb-image-wrapper"><div class="eb-image-wrapper-inner eb-img-style-rounded"><img decoding="async" src="https://mb.mahidol.ac.th/wp-content/uploads/2026/04/banner-en_foundation-day-scaled.webp" alt="Foundation day"/></div></div></figure></div></div>



<!DOCTYPE html>
<html lang="th">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Anniversary-17th
</title>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600&display=swap');

    body {
      margin: 0;
      font-family: "Noto Sans Thai", sans-serif;
      background: linear-gradient(120deg, #004a94, #0088cc, #00b4d8);
      background-size: 200% 200%;
      animation: bgMove 10s ease-in-out infinite alternate;
      color: #222;
    }

    @keyframes bgMove {
      0% { background-position: left; }
      100% { background-position: right; }
    }

    header {
      text-align: center;
      color: #fff;
      padding: 80px 20px 70px;
      position: relative;
    }

    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    header h1, header .meta, header .button-group {
      position: relative;
			z-index: 2;
    }

    header h1 {
      font-size: 2.6em;
			font-weight: 600;
      margin-bottom: 15px;
    }

    .meta {
      display: inline-block;
      background: rgba(255,255,255,0.15);
      padding: 10px 18px;
      border-radius: 8px;
      font-size: 1.05em;
      margin-bottom: 30px;
    }

    /* ปุ่มหลัก (แถว 1) */
    .button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    .btn {
      background: linear-gradient(45deg, #007bff, #00b4d8);
      color: #fff;
      padding: 14px 32px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      letter-spacing: 0.5px;
    }

    .btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.25);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      border-radius: 50px;
    }

    .btn:hover::before { transform: scaleX(1); }
    .btn:hover { box-shadow: 0 4px 14px rgba(0,123,255,0.5); }

    /* ปุ่มแถวที่ 2 */
    .button-group.secondary {
      margin-top: 10px;
      gap: 12px;
    }

    .btn-outline {
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,255,255,0.7);
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.25);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }

    /* เนื้อหาหลัก */
    .content {
      max-width: 1100px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 60px;
      box-shadow: 0 4px 30px rgba(0,0,0,0.1);
      transform: translateY(-40px);
      position: relative;
      z-index: 5;
    }

    .content p {
      line-height: 1.8;
      font-size: 1.05em;
      margin-bottom: 1.2em;
      color: #333;
    }

    .content strong {
      color: #0055a5;
    }

    .tip {
      background: #fff9e5;
      border-left: 5px solid #ffc107;
      padding: 15px 20px;
      border-radius: 10px;
      font-weight: 600;
      color: #7a6000;
      text-align: center;
      font-size: 1.1em;
      margin: 30px auto;
      max-width: 500px;
      box-shadow: 0 2px 8px rgba(255,193,7,0.2);
    }

    /* วิทยากร */
    .speakers {
      margin-top: 60px;
      text-align: center;
    }

    .speakers h2 {
      color: #0055a5;
      font-size: 1.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #0055a5;
      display: inline-block;
      padding-bottom: 8px;
    }

    .speaker-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .speaker-card {
      background: #f8fbff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .speaker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.speaker-img {
  width: 316px;
  height: 368px; */
  object-fit: cover;  /* ให้ภาพครอบคลุมพื้นที่ได้เต็มที่ */
  border-radius: 10px; /* มุมโค้งมนเพื่อให้ดูนุ่มนวล */
  border: 2px solid #ddd; /* ขอบบางๆ ที่มีสีอ่อน */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* เงาเพื่อให้ภาพเด่นขึ้น */
  transition: transform 0.3s ease-in-out; /* เอฟเฟกต์การเปลี่ยนแปลงขนาดเมื่อ hover */
}

.speaker-img:hover {
  transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

/* ปรับขนาดภาพเมื่อหน้าจอเล็กลง (เช่น มือถือ) */
@media screen and (max-width: 768px) {
  .speaker-img {
    width: 150px;   /* ลดขนาดภาพในมือถือ */
    height: 205px;  /* ปรับขนาดตามสัดส่วน */
  }
}

/* ปรับขนาดสำหรับหน้าจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .speaker-img {
    width: 120px;  /* ลดขนาดอีกสำหรับมือถือที่มีขนาดเล็กมาก */
    height: 165px; /* ปรับตามสัดส่วน */
  }
}

    .speaker-org {
      color: #666;
      font-size: 0.9em;
    }

    .contact {
      margin-top: 50px;
      background: #e6f3ff;
      border-left: 6px solid #0055a5;
      border-radius: 10px;
      padding: 25px 30px;
			    /* เพิ่ม 2 บรรทัดนี้ครับ */
    margin-left: 20px;
    margin-right: 20px;
    }

    .contact h2 {
      color: #0055a5;
      margin-bottom: 10px;
    }

    .contact p {
      margin: 6px 0;
      font-size: 1em;
      color: #222;
    }

    footer {
      text-align: center;
      padding: 30px 0 60px;
      color: #aaa;
      font-size: 0.85em;
    }

    @media (max-width: 768px) {
      header h1 { font-size: 1.8em; }
      .content { padding: 30px 20px; margin: 0 10px; }
      .speaker-img { height: 200px; }
    }
  </style>
<style>
.speakers {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}

.speakers h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-bottom: 30px;
}

/* บล็อกวิทยากรเดี่ยว */
.speaker-single {
  background: #f8fbff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  display: inline-block;
  transition: transform 0.3s;
}

.speaker-single:hover {
  transform: translateY(-5px);
}

.speaker-single img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0055a5;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.speaker-single img:hover {
  transform: scale(1.05);
}

.speaker-name { font-weight: 600; color: #004a91; font-size: 1.2em; }
.speaker-role { color: #444; font-size: 0.95em; margin: 5px 0; }
.speaker-org { color: #666; font-size: 0.9em; }
</style>	
</head>

<body>
   <!--<header style="background:url('https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg-shrimp0.webp?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;">-->
	<header style="position: relative; text-align: center; color: white; padding: 80px 20px 70px;">
  <video autoplay loop muted playsinline style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;">
    <source src="https://mb.mahidol.ac.th/wp-content/uploads/2025/12/bg_ivf-2.mp4" type="video/mp4">
    Your browser does not support the video tag.
  </video>
<!--auto <header style="background:url('https://picsum.photos/400/200?random=1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;"> -->

	
    <h1><font color="white">งานคล้ายวันสถาปนาสถาบันชีววิทยาศาสตร์โมเลกุล ครบรอบปีที่ 17
</font></h1>
    <div class="meta">

<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วันพุธที่ 20 พฤษภาคม 2569 | <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เวลา 09.30 - 13.00 น. <br>
<i class="fa-solid fa-location-dot" style="color: #ff7675;"></i> สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล <br>


</div>


    <!-- แถวที่ 1 -->
    <div class="button-group">
      <a href="https://mb.mahidol.ac.th/survey/index.php/154177?newtest=Y&lang=en" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" />  Register</a>
      <a href="https://mb.mahidol.ac.th/response/17th_Anniversary_2026.php" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Participant List</a>
      <a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/04/poster-en_foundation-day-scaled.webp" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster-EN</a>
			<a href="https://mb.mahidol.ac.th/wp-content/uploads/2026/04/poster-th_foundation-day-scaled.webp" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Poster-TH</a>
			 <!--<a href="#" target="_blank" class="btn"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Program Details</a>-->
    </div>

    <!-- แถวที่ 2 -->
   <!-- <div class="button-group secondary">
      <a href="ลิงก์กำหนดการ" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> กำหนดการ</a>
      <a href="ลิงก์แผนที่" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f5fa.png" alt="🗺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> แผนที่เดินทาง</a>
      <a href="ลิงก์เอกสาร" target="_blank" class="btn-outline"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4da.png" alt="📚" class="wp-smiley" style="height: 1em; max-height: 1em;" /> เอกสารดาวน์โหลด</a>
    </div>-->
  </header>

  <section class="content">
    <p><strong>สถาบันชีววิทยาศาสตร์โมเลกุล ยินดีต้อนรับทุกท่านเข้าร่วมงาน </strong> คล้ายวันสถาปนาสถาบันชีววิทยาศาสตร์โมเลกุล <br>ครบรอบปีที่ 17 </p>
<br><br>      
	<!--	<div class="speaker-grid">
          <div class="speaker-info">
        
							
   <div class="content">							
<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3a4.png" alt="🎤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> วิทยากร:<strong> <br>
รองศาสตราจารย์ ดร.ศรินทร์ ฉิมณรงค์ <br>
ศูนย์วิจัยชีววัตถุการแพทย์ชั้นสูงเพื่อการรักษา <br>
สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล<br></p>
							</div>-->

</div>
						

</div>
 	
    <div class="tip"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ลงทะเบียนภายในวันที่: <strong>15 พฤษภาคม 2569 </strong></div>

    <div class="contact" style="margin-left: 20px;" >
      <h2 style="margin-left: 20px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> For more information, please contact: </h2>
      <p style="margin-left: 20px;"><strong>Laksika Aeimin</strong><br>
      Tel: +66 (0) 2441-9003 – 7 Ext. 1161<br>
      Email: <a href="mailto:laksika.aei@mahidol.ac.th">laksika.aei@mahidol.ac.th</a></p>
 
    </div>
 </section>

  <footer>
   <!-- © 2568 สถาบันชีววิทยาศาสตร์โมเลกุล มหาวิทยาลัยมหิดล – สงวนลิขสิทธิ์ -->
  </footer>

</body>
</html>

</div></div></div></div></div>
<div class="pvc_clear"></div><p id="pvc_stats_14876" class="pvc_stats total_only  " data-element-id="14876" style=""><i class="pvc-stats-icon medium" aria-hidden="true"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="chart-bar" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-chart-bar fa-w-16 fa-2x"><path fill="currentColor" d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z" class=""></path></svg></i> <img decoding="async" width="16" height="16" alt="Loading" src="https://mb.mahidol.ac.th/wp-content/plugins/page-views-count/ajax-loader-2x.gif" border=0 /></p><div class="pvc_clear"></div><p>The post <a href="https://mb.mahidol.ac.th/17th-anniversary-2026/">17th Anniversary 2026</a> appeared first on <a href="https://mb.mahidol.ac.th">Institute of Molecular Biosciences</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
