403Webshell
Server IP : 172.67.189.169  /  Your IP : 216.73.216.59
Web Server : Apache/2
System : Linux cat167-197.static.lnwhostname.com 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64
User : paphayomho ( 1042)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/paphayomho/domains/paphayomhospital.go.th/private_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/paphayomho/domains/paphayomhospital.go.th/private_html//orientation_manual_ppy.html
<!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=Sarabun:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&family=Prompt:wght@300;400;600;700;800&display=swap');

:root {
  --green-deep: #1a5c3a;
  --green-mid: #2d8653;
  --green-light: #4caf80;
  --green-pale: #e8f5ee;
  --green-subtle: #f0faf4;
  --teal: #00897b;
  --gold: #c9a227;
  --gold-light: #f5e6a3;
  --white: #ffffff;
  --gray-100: #f8fafb;
  --gray-200: #eef2f5;
  --gray-400: #9aacb5;
  --gray-600: #5a7080;
  --gray-800: #2c3e50;
  --text: #1e2d3a;
  --radius: 14px;
  --shadow: 0 4px 20px rgba(26,92,58,0.10);
  --shadow-lg: 0 8px 40px rgba(26,92,58,0.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Sarabun', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
  background: #f4f7f5;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

/* ===== PAGE STRUCTURE ===== */
.page {
  width: 210mm;
  min-height: 297mm;
  margin: 0 auto 24px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

/* ===== COVER PAGE ===== */
.cover {
  background: linear-gradient(145deg, var(--green-deep) 0%, #0f3d27 40%, #0a2a1c 100%);
  min-height: 297mm;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.cover-circles {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
}
.cover-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  background: var(--green-light);
}
.cc1 { width: 400px; height: 400px; top: -120px; right: -80px; }
.cc2 { width: 250px; height: 250px; bottom: 100px; left: -60px; }
.cc3 { width: 160px; height: 160px; top: 200px; left: 60px; opacity: 0.05; }
.cc4 { width: 100px; height: 100px; bottom: 200px; right: 80px; opacity: 0.12; background: var(--gold); }

.cover-top {
  padding: 52px 52px 0;
  position: relative; z-index: 2;
}
.cover-logo-area {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 60px;
}
.cover-icon {
  width: 72px; height: 72px;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 36px;
  backdrop-filter: blur(6px);
}
.cover-org {
  color: rgba(255,255,255,0.85);
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.cover-org strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.cover-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,162,39,0.2);
  border: 1px solid rgba(201,162,39,0.4);
  border-radius: 100px;
  padding: 6px 18px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}

.cover-title-block { margin-bottom: 40px; }
.cover-pre { 
  color: var(--green-light);
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cover-title {
  color: var(--white);
  font-family: 'Prompt', sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
.cover-title span { color: var(--gold-light); }
.cover-subtitle {
  color: rgba(255,255,255,0.65);
  font-size: 18px;
  font-weight: 300;
}

.cover-tagline {
  background: rgba(255,255,255,0.07);
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  padding: 20px 28px;
  margin-bottom: 44px;
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  font-style: italic;
  position: relative; z-index: 2;
  width: fit-content;
}

.cover-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  position: relative; z-index: 2;
}
.cover-stat {
  background: rgba(255,255,255,0.05);
  padding: 22px 18px;
  text-align: center;
}
.cover-stat .num {
  font-family: 'Prompt', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--green-light);
  line-height: 1;
  margin-bottom: 4px;
}
.cover-stat .label {
  font-size: 11.5px;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
}

.cover-bottom {
  padding: 32px 52px;
  background: rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; z-index: 2;
}
.cover-doc-info { color: rgba(255,255,255,0.55); font-size: 12px; }
.cover-doc-info strong { color: rgba(255,255,255,0.85); }
.cover-target {
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end;
}
.cover-target-chip {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 11px;
  color: rgba(255,255,255,0.75);
}

/* ===== TOC PAGE ===== */
.toc-page {
  padding: 52px;
  min-height: 297mm;
}
.page-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 44px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--green-pale);
}
.page-header-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--green-mid), var(--green-light));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.page-header h1 {
  font-family: 'Prompt', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1.2;
}
.page-header p {
  font-size: 13px;
  color: var(--gray-600);
  margin-top: 2px;
}

.toc-list { display: flex; flex-direction: column; gap: 4px; }
.toc-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 10px;
  cursor: default;
  transition: background 0.15s;
}
.toc-item:hover { background: var(--green-subtle); }
.toc-num {
  min-width: 34px; height: 34px;
  background: linear-gradient(135deg, var(--green-mid), var(--teal));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.toc-icon { font-size: 20px; }
.toc-text { flex: 1; }
.toc-text strong {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--green-deep);
}
.toc-text small {
  font-size: 12px;
  color: var(--gray-600);
}
.toc-dots { flex: 1; border-bottom: 2px dotted var(--gray-200); margin: 0 8px; }
.toc-page-num {
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-400);
}

/* ===== SECTION PAGES ===== */
.section-page {
  padding: 52px;
  min-height: 297mm;
}

.section-header {
  background: linear-gradient(135deg, var(--green-deep) 0%, var(--green-mid) 100%);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.section-header::after {
  content: '';
  position: absolute;
  right: -30px; bottom: -30px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
}
.section-header-icon {
  font-size: 40px;
  flex-shrink: 0;
  margin-top: 2px;
}
.section-header h2 {
  font-family: 'Prompt', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 1.25;
  margin-bottom: 4px;
}
.section-header p {
  color: rgba(255,255,255,0.75);
  font-size: 13.5px;
}
.section-num {
  margin-left: auto;
  font-family: 'Prompt', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(255,255,255,0.15);
  flex-shrink: 0;
  line-height: 1;
}

/* ===== CONTENT COMPONENTS ===== */
.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 20px;
}
.card-green {
  background: var(--green-subtle);
  border-color: rgba(76,175,128,0.3);
}
.card-gold {
  background: linear-gradient(135deg, #fffdf0, #fff9e0);
  border-color: rgba(201,162,39,0.3);
}

.h3 {
  font-family: 'Prompt', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--green-deep);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.h3-icon {
  width: 28px; height: 28px;
  background: var(--green-pale);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}
.info-item {
  background: var(--gray-100);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.info-icon { font-size: 22px; flex-shrink: 0; margin-top: 1px; }
.info-label { font-size: 11.5px; color: var(--gray-600); font-weight: 600; margin-bottom: 2px; }
.info-val { font-size: 14px; font-weight: 600; color: var(--text); }

/* Welcome letter */
.welcome-letter {
  background: linear-gradient(135deg, var(--green-subtle), #fff);
  border: 1px solid rgba(76,175,128,0.25);
  border-radius: var(--radius);
  padding: 36px 40px;
  margin-bottom: 24px;
  position: relative;
}
.welcome-letter::before {
  content: '❝';
  position: absolute;
  top: 20px; left: 24px;
  font-size: 64px;
  color: rgba(76,175,128,0.18);
  font-family: Georgia, serif;
  line-height: 1;
}
.welcome-text {
  font-size: 15px;
  line-height: 2;
  color: var(--text);
  padding-left: 10px;
  margin-bottom: 20px;
}
.welcome-sign {
  text-align: right;
  border-top: 1px solid var(--green-pale);
  padding-top: 16px;
  margin-top: 20px;
}
.welcome-sign-line {
  display: block;
  width: 180px;
  border-bottom: 2px dashed var(--gray-400);
  margin: 0 0 8px auto;
  padding: 0;
  height: 32px;
}
.welcome-sign strong { color: var(--green-deep); font-size: 14px; }
.welcome-sign small { color: var(--gray-600); font-size: 12px; }

/* Vision mission values */
.vmv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.vmv-card {
  border-radius: var(--radius);
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
}
.vmv-v { background: linear-gradient(135deg, #1a5c3a, #2d8653); color: white; }
.vmv-m { background: linear-gradient(135deg, #00695c, #00897b); color: white; }
.vmv-label {
  font-family: 'Prompt', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.75;
  margin-bottom: 8px;
}
.vmv-content { font-size: 14px; line-height: 1.7; opacity: 0.95; }
.vmv-bg-num {
  position: absolute; right: 12px; bottom: -4px;
  font-size: 80px; font-weight: 900; opacity: 0.07;
  font-family: 'Prompt', sans-serif; line-height: 1;
}

.values-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.value-card {
  text-align: center;
  padding: 18px 12px;
  border-radius: 12px;
  background: var(--green-subtle);
  border: 1.5px solid rgba(76,175,128,0.3);
}
.value-icon { font-size: 28px; margin-bottom: 8px; }
.value-eng {
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--green-deep);
  line-height: 1.1;
  margin-bottom: 4px;
}
.value-thai { font-size: 12px; color: var(--gray-600); }

/* Behavior table */
.behavior-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 13.5px; }
.behavior-table th {
  background: var(--green-deep);
  color: white;
  padding: 12px 16px;
  text-align: left;
  font-family: 'Prompt', sans-serif;
  font-weight: 600;
}
.behavior-table th:first-child { border-radius: 10px 0 0 0; }
.behavior-table th:last-child { border-radius: 0 10px 0 0; }
.behavior-table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--gray-200);
  vertical-align: top;
}
.behavior-table tr:nth-child(even) td { background: var(--green-subtle); }
.do { color: #1b5e20; font-weight: 600; }
.dont { color: #b71c1c; font-weight: 600; }

/* Org chart */
.org-chart { margin-bottom: 24px; }
.org-level {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.org-node {
  background: var(--white);
  border: 2px solid var(--green-mid);
  border-radius: 10px;
  padding: 10px 16px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--green-deep);
  min-width: 100px;
  position: relative;
}
.org-node.top {
  background: var(--green-deep);
  border-color: var(--green-deep);
  color: white;
  min-width: 200px;
}
.org-node.mid {
  background: var(--green-mid);
  border-color: var(--green-mid);
  color: white;
}
.org-arrow {
  text-align: center;
  color: var(--green-mid);
  font-size: 16px;
  margin: 2px 0;
}

.dept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.dept-card {
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid var(--gray-200);
  background: var(--gray-100);
}
.dept-card-clinical {
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  border-color: rgba(76,175,128,0.3);
}
.dept-card-support {
  background: linear-gradient(135deg, #e3f2fd, #e8eaf6);
  border-color: rgba(100,181,246,0.4);
}
.dept-icon { font-size: 22px; margin-bottom: 6px; }
.dept-name {
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--green-deep);
  margin-bottom: 3px;
}
.dept-ext {
  font-size: 11px;
  color: var(--gray-600);
  font-weight: 600;
}
.dept-desc { font-size: 11.5px; color: var(--gray-600); margin-top: 4px; }

/* Coordination table */
.coord-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 12.5px; }
.coord-table th {
  background: linear-gradient(135deg, var(--green-mid), var(--teal));
  color: white;
  padding: 11px 14px;
  font-family: 'Prompt', sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.coord-table th:first-child { border-radius: 10px 0 0 0; }
.coord-table th:last-child { border-radius: 0 10px 0 0; }
.coord-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--gray-200);
  vertical-align: top;
}
.coord-table tr:nth-child(even) td { background: var(--green-subtle); }
.arrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--green-pale);
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-deep);
}

/* Safety / flowchart */
.psg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.psg-item {
  text-align: center;
  padding: 16px 12px;
  border-radius: 12px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}
.psg-num {
  font-family: 'Prompt', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--green-mid);
  line-height: 1;
}
.psg-text { font-size: 12px; color: var(--gray-600); margin-top: 4px; line-height: 1.4; }

.flowchart { margin: 20px 0; }
.flow-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 4px;
}
.flow-node {
  min-width: 42px; height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.flow-node-green { background: var(--green-mid); }
.flow-node-orange { background: #f57c00; }
.flow-node-red { background: #c62828; }
.flow-node-blue { background: #0277bd; }
.flow-node-teal { background: var(--teal); }
.flow-line {
  width: 2px;
  background: var(--gray-200);
  height: 20px;
  margin-left: 20px;
}
.flow-content {
  flex: 1;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid var(--gray-200);
  background: var(--gray-100);
  font-size: 13.5px;
  margin-top: 0px;
}
.flow-content strong { color: var(--green-deep); font-size: 13px; }

.highlight-box {
  background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
  color: white;
  border-radius: 12px;
  padding: 18px 24px;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}
.highlight-box::before { content: '💬 '; }

/* RACE / PASS */
.race-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.race-card {
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
}
.race-letter {
  font-family: 'Prompt', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}
.race-word {
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}
.race-desc { font-size: 12px; line-height: 1.4; }
.rc { background: #ffebee; }
.rc .race-letter, .rc .race-word { color: #c62828; }
.ra { background: #fff3e0; }
.ra .race-letter, .ra .race-word { color: #e65100; }
.rc2 { background: #e8f5e9; }
.rc2 .race-letter, .rc2 .race-word { color: #1b5e20; }
.re { background: #e3f2fd; }
.re .race-letter, .re .race-word { color: #0d47a1; }

/* KPI Dashboard */
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.kpi-card {
  background: var(--gray-100);
  border-radius: 12px;
  padding: 16px 14px;
  text-align: center;
  border: 1px solid var(--gray-200);
}
.kpi-icon { font-size: 30px; margin-bottom: 8px; }
.kpi-name { font-size: 12px; font-weight: 700; color: var(--green-deep); line-height: 1.3; margin-bottom: 4px; }
.kpi-desc { font-size: 11px; color: var(--gray-600); line-height: 1.4; }

/* Phone table */
.phone-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 13px; }
.phone-table th {
  background: var(--green-deep);
  color: white;
  padding: 10px 14px;
  font-family: 'Prompt', sans-serif;
  font-size: 12px;
}
.phone-table th:first-child { border-radius: 10px 0 0 0; }
.phone-table th:last-child { border-radius: 0 10px 0 0; }
.phone-table td {
  padding: 9px 14px;
  border-bottom: 1px solid var(--gray-200);
}
.phone-table tr:nth-child(even) td { background: var(--green-subtle); }
.ext-badge {
  display: inline-block;
  background: var(--green-deep);
  color: white;
  border-radius: 100px;
  padding: 2px 10px;
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.urgent-badge {
  display: inline-block;
  background: #c62828;
  color: white;
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
}

/* Checklist */
.checklist { margin-bottom: 20px; }
.check-category {
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--green-mid);
  margin: 18px 0 10px;
  padding-bottom: 6px;
  border-bottom: 1.5px solid var(--green-pale);
}
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  background: var(--gray-100);
  border-radius: 8px;
  border: 1px solid var(--gray-200);
}
.check-box {
  min-width: 20px; height: 20px;
  border: 2px solid var(--green-mid);
  border-radius: 5px;
  margin-top: 1px;
  background: white;
  flex-shrink: 0;
}
.check-text { font-size: 13px; line-height: 1.4; }

/* Welfare */
.welfare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.welfare-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.welfare-icon { font-size: 32px; }
.welfare-name { font-size: 13.5px; font-weight: 700; color: var(--green-deep); }
.welfare-desc { font-size: 12px; color: var(--gray-600); line-height: 1.4; }

/* Life section */
.nearby-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
.nearby-card {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  background: var(--gray-100);
  border-radius: 10px;
  border: 1px solid var(--gray-200);
}
.nearby-icon { font-size: 24px; flex-shrink: 0; }
.nearby-name { font-size: 13.5px; font-weight: 700; color: var(--text); }
.nearby-desc { font-size: 12px; color: var(--gray-600); }

/* Closing page */
.closing {
  background: linear-gradient(145deg, var(--green-deep), #0a2a1c);
  min-height: 297mm;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.closing-leaf {
  position: absolute;
  opacity: 0.06;
  font-size: 200px;
}
.closing-leaf.l1 { top: -40px; left: -40px; }
.closing-leaf.l2 { bottom: -40px; right: -20px; transform: rotate(180deg); }
.closing-emblem { font-size: 80px; margin-bottom: 28px; }
.closing-tagline {
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--green-light);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.closing-title {
  font-family: 'Prompt', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: white;
  line-height: 1.3;
  margin-bottom: 24px;
}
.closing-subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.72);
  line-height: 1.9;
  max-width: 500px;
  margin: 0 auto 44px;
}
.closing-divider {
  width: 80px;
  height: 3px;
  background: var(--gold);
  border-radius: 10px;
  margin: 0 auto 44px;
}
.closing-values-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 44px;
}
.closing-val {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 8px 20px;
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  font-weight: 600;
}
.closing-footer {
  color: rgba(255,255,255,0.35);
  font-size: 11.5px;
}

/* Footer stripe */
.page-footer {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green-deep), var(--green-light), var(--gold));
}

/* QR placeholder */
.qr-placeholder {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.qr-box {
  width: 80px; height: 80px;
  border: 2px dashed var(--gray-400);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--gray-400);
  background: var(--gray-100);
}
.qr-label { font-size: 10px; color: var(--gray-600); text-align: center; }

/* Incident type chips */
.incident-row { display: flex; gap: 12px; margin-bottom: 16px; }
.incident-chip {
  flex: 1;
  border-radius: 10px;
  padding: 14px 16px;
  text-align: center;
}
.ic-near { background: #e8f5e9; border: 1.5px solid #81c784; }
.ic-adverse { background: #fff3e0; border: 1.5px solid #ffb74d; }
.ic-sentinel { background: #ffebee; border: 1.5px solid #e57373; }
.ic-icon { font-size: 26px; margin-bottom: 6px; }
.ic-name { font-family: 'Prompt', sans-serif; font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.ic-near .ic-name { color: #1b5e20; }
.ic-adverse .ic-name { color: #e65100; }
.ic-sentinel .ic-name { color: #b71c1c; }
.ic-desc { font-size: 11.5px; color: var(--gray-600); line-height: 1.4; }

/* List bullets */
ul.check-list { list-style: none; padding: 0; margin: 0; }
ul.check-list li {
  display: flex;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--gray-200);
  font-size: 13.5px;
}
ul.check-list li::before {
  content: '✅';
  flex-shrink: 0;
}
ul.danger-list { list-style: none; padding: 0; margin: 0; }
ul.danger-list li {
  display: flex;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--gray-200);
  font-size: 13.5px;
}
ul.danger-list li::before {
  content: '🚫';
  flex-shrink: 0;
}

/* 2-col layout */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

@media print {
  body { background: white; }
  .page {
    width: 210mm;
    margin: 0;
    box-shadow: none;
    page-break-after: always;
  }
  .page:last-child { page-break-after: auto; }
}
</style>
</head>
<body>

<!-- ========== COVER ========== -->
<div class="page cover">
  <div class="cover-circles">
    <div class="cover-circle cc1"></div>
    <div class="cover-circle cc2"></div>
    <div class="cover-circle cc3"></div>
    <div class="cover-circle cc4"></div>
  </div>

  <div class="cover-top">
    <div class="cover-logo-area">
      <div class="cover-icon">🏥</div>
      <div class="cover-org">
        <span>กระทรวงสาธารณสุข · สำนักงานสาธารณสุขจังหวัดพัทลุง</span>
        <strong>โรงพยาบาลป่าพะยอม</strong>
      </div>
    </div>

    <div class="cover-badge">
      🌿 &nbsp;Green Clean &amp; Sustainable Quality Hospital
    </div>

    <div class="cover-title-block">
      <div class="cover-pre">New Staff Orientation Manual</div>
      <div class="cover-title">คู่มือ<br><span>ปฐมนิเทศ</span><br>บุคลากรใหม่</div>
      <div class="cover-subtitle">โรงพยาบาลป่าพะยอม จังหวัดพัทลุง</div>
    </div>

    <div class="cover-tagline">
      "ก้าวสู่โรงพยาบาลชุมชนชั้นนำอย่างยั่งยืน<br>
      มุ่งมั่นบริการด้วยคุณภาพ ความปลอดภัย และหัวใจที่ใส่ใจประชาชน"
    </div>

    <div class="cover-stats">
      <div class="cover-stat"><div class="num">45</div><div class="label">เตียง (F2)</div></div>
      <div class="cover-stat"><div class="num">185</div><div class="label">บุคลากร</div></div>
      <div class="cover-stat"><div class="num">35K+</div><div class="label">ประชากร อ.ป่าพะยอม</div></div>
      <div class="cover-stat"><div class="num">HA ขั้น 3</div><div class="label">การรับรองคุณภาพ</div></div>
    </div>
  </div>

  <div class="cover-bottom">
    <div class="cover-doc-info">
      <strong>เอกสารสำหรับบุคลากรใหม่ทุกประเภท</strong><br>
      171 ม.2 ต.ป่าพะยอม อ.ป่าพะยอม จ.พัทลุง 93210 | โทร. 074-673967
    </div>
    <div class="cover-target">
      <span class="cover-target-chip">🩺 แพทย์</span>
      <span class="cover-target-chip">🦷 ทันตแพทย์</span>
      <span class="cover-target-chip">💉 พยาบาล</span>
      <span class="cover-target-chip">💊 เภสัชกร</span>
      <span class="cover-target-chip">🔬 นักวิชาการ</span>
      <span class="cover-target-chip">🏃 เจ้าหน้าที่ทั่วไป</span>
    </div>
  </div>
</div>

<!-- ========== TABLE OF CONTENTS ========== -->
<div class="page">
  <div class="toc-page">
    <div class="page-header">
      <div class="page-header-icon">📋</div>
      <div>
        <h1>สารบัญ</h1>
        <p>Table of Contents — คู่มือปฐมนิเทศบุคลากรใหม่ โรงพยาบาลป่าพะยอม</p>
      </div>
    </div>

    <div class="toc-list">
      <div class="toc-item">
        <div class="toc-num">1</div>
        <div class="toc-icon">👐</div>
        <div class="toc-text"><strong>คำต้อนรับจากผู้อำนวยการโรงพยาบาล</strong><small>Welcome Message</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">3</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">2</div>
        <div class="toc-icon">🏥</div>
        <div class="toc-text"><strong>รู้จักโรงพยาบาลป่าพะยอม</strong><small>วิสัยทัศน์ · พันธกิจ · ค่านิยม</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">4</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">3</div>
        <div class="toc-icon">🗂️</div>
        <div class="toc-text"><strong>โครงสร้างองค์กรและหน่วยงาน</strong><small>Organizational Structure</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">5</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">4</div>
        <div class="toc-icon">🤝</div>
        <div class="toc-text"><strong>การประสานงานระหว่างหน่วยงาน</strong><small>Inter-Department Coordination</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">6</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">5</div>
        <div class="toc-icon">🛡️</div>
        <div class="toc-text"><strong>คุณภาพและความปลอดภัย</strong><small>Patient Safety Goals · SIMPLE · การรายงานอุบัติการณ์</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">7</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">6</div>
        <div class="toc-icon">🚨</div>
        <div class="toc-text"><strong>การปฏิบัติตนเมื่อเกิดเหตุฉุกเฉิน</strong><small>เข็มตำ · ไฟไหม้ · ไฟฟ้าดับ · ระบบล่ม</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">8</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">7</div>
        <div class="toc-icon">📊</div>
        <div class="toc-text"><strong>KPI ร่วมของบุคลากร</strong><small>ตัวชี้วัดคุณภาพที่ทุกคนมีส่วนร่วม</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">9</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">8</div>
        <div class="toc-icon">🎁</div>
        <div class="toc-text"><strong>สิทธิประโยชน์และสวัสดิการ</strong><small>สิ่งอำนวยความสะดวกและสวัสดิการ</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">10</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">9</div>
        <div class="toc-icon">🗺️</div>
        <div class="toc-text"><strong>ชีวิตรอบโรงพยาบาล</strong><small>สถานที่ · ร้านอาหาร · บริการใกล้เคียง</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">11</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">10</div>
        <div class="toc-icon">📞</div>
        <div class="toc-text"><strong>เบอร์โทรสำคัญภายในโรงพยาบาล</strong><small>Internal Extension Directory</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">12</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">11</div>
        <div class="toc-icon">✅</div>
        <div class="toc-text"><strong>Checklist วันแรกของการทำงาน</strong><small>Day 1 Orientation Checklist</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">13</div>
      </div>
      <div class="toc-item">
        <div class="toc-num">12</div>
        <div class="toc-icon">🌿</div>
        <div class="toc-text"><strong>คำปิดท้าย</strong><small>ยินดีต้อนรับสู่ครอบครัวป่าพะยอม</small></div>
        <div class="toc-dots"></div><div class="toc-page-num">14</div>
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 1: WELCOME ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">👐</div>
      <div>
        <h2>คำต้อนรับจากผู้อำนวยการโรงพยาบาล</h2>
        <p>Welcome Message from Hospital Director</p>
      </div>
      <div class="section-num">01</div>
    </div>

    <div class="welcome-letter">
      <div class="welcome-text">
        &nbsp;&nbsp;&nbsp;&nbsp;ในนามของบุคลากรทุกคนแห่งโรงพยาบาลป่าพะยอม ดิฉันรู้สึกยินดียิ่งที่ได้ต้อนรับท่านสู่ <strong>ครอบครัวโรงพยาบาลป่าพะยอม</strong> อย่างเป็นทางการ
        <br><br>
        โรงพยาบาลของเราเป็นโรงพยาบาลชุมชนระดับ F2 ที่ดูแลสุขภาพประชาชนในอำเภอป่าพะยอมและพื้นที่ใกล้เคียงมาอย่างยาวนาน ด้วยวิสัยทัศน์ <strong>"โรงพยาบาลชุมชนเป็นเลิศด้านระบบบริการสุขภาพระดับภาคใต้"</strong> เราเชื่อมั่นว่า <em>คนดีและทีมที่เข้มแข็ง</em> คือรากฐานของคุณภาพบริการที่แท้จริง
        <br><br>
        การทำงานในโรงพยาบาลคือการดูแลชีวิต ทุกบทบาทไม่ว่าเล็กหรือใหญ่ ล้วนมีความหมายต่อผู้ป่วยและครอบครัวของเขา ขอให้ท่านทำงานด้วย<strong>หัวใจที่ใส่ใจ</strong> เรียนรู้และเติบโตไปด้วยกัน รักษามาตรฐานความปลอดภัย และร่วมสร้างวัฒนธรรมคุณภาพที่ยั่งยืน
        <br><br>
        ดิฉันหวังเป็นอย่างยิ่งว่าท่านจะมีความสุขในการทำงาน รู้สึกว่าตนเองเป็นส่วนหนึ่งของครอบครัว และภาคภูมิใจในทุกวันที่ได้ช่วยเหลือประชาชน
      </div>
      <div class="welcome-sign">
        <span class="welcome-sign-line"></span>
        <strong>นางสาวธัญลักษณ์ คงฤทธิ์</strong><br>
        <small>นายแพทย์ชำนาญการ รักษาการในตำแหน่งผู้อำนวยการโรงพยาบาลป่าพะยอม</small>
      </div>
    </div>

    <div class="info-grid" style="grid-template-columns:repeat(3,1fr)">
      <div class="info-item" style="background:var(--green-subtle);border:1px solid rgba(76,175,128,0.3)">
        <div class="info-icon">🤲</div>
        <div><div class="info-label">ทีมที่เข้มแข็ง</div><div class="info-val" style="font-size:13px">การทำงานร่วมกันด้วยความเคารพและไว้วางใจ</div></div>
      </div>
      <div class="info-item" style="background:var(--green-subtle);border:1px solid rgba(76,175,128,0.3)">
        <div class="info-icon">🛡️</div>
        <div><div class="info-label">ความปลอดภัยสูงสุด</div><div class="info-val" style="font-size:13px">Patient Safety & Personnel Safety เป็นสิ่งสำคัญที่สุด</div></div>
      </div>
      <div class="info-item" style="background:var(--green-subtle);border:1px solid rgba(76,175,128,0.3)">
        <div class="info-icon">📚</div>
        <div><div class="info-label">เรียนรู้ตลอดชีวิต</div><div class="info-val" style="font-size:13px">การพัฒนาอย่างต่อเนื่องสร้างคุณภาพที่ยั่งยืน</div></div>
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 2: KNOW THE HOSPITAL ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">🏥</div>
      <div>
        <h2>รู้จักโรงพยาบาลป่าพะยอม</h2>
        <p>ข้อมูลพื้นฐาน · วิสัยทัศน์ · พันธกิจ · ค่านิยมองค์กร</p>
      </div>
      <div class="section-num">02</div>
    </div>

    <div class="info-grid">
      <div class="info-item"><div class="info-icon">📍</div><div><div class="info-label">ที่ตั้ง</div><div class="info-val">171 ม.2 ต.ป่าพะยอม อ.ป่าพะยอม จ.พัทลุง 93210</div></div></div>
      <div class="info-item"><div class="info-icon">🏨</div><div><div class="info-label">ประเภท/ระดับ</div><div class="info-val">โรงพยาบาลชุมชน ทุติยภูมิ (F2) · 45 เตียง</div></div></div>
      <div class="info-item"><div class="info-icon">👥</div><div><div class="info-label">ประชากรในพื้นที่</div><div class="info-val">อ.ป่าพะยอม ~35,483 คน (4 ตำบล)</div></div></div>
      <div class="info-item"><div class="info-icon">👨‍⚕️</div><div><div class="info-label">บุคลากรรวม</div><div class="info-val">185 คน · แพทย์ 7 · พยาบาล 45 · เภสัชกร 6</div></div></div>
      <div class="info-item"><div class="info-icon">📞</div><div><div class="info-label">โทรศัพท์กลาง</div><div class="info-val">074-673967, 074-673968</div></div></div>
      <div class="info-item"><div class="info-icon">🏅</div><div><div class="info-label">การรับรองคุณภาพ (HA)</div><div class="info-val">ขั้นที่ 3 (สรพ.) — มุ่งสู่ขั้นต่อไป</div></div></div>
    </div>

    <div class="vmv-grid">
      <div class="vmv-card vmv-v">
        <div class="vmv-label">🎯 VISION — วิสัยทัศน์</div>
        <div class="vmv-content">"โรงพยาบาลชุมชนเป็นเลิศ ด้านระบบบริการสุขภาพ ระดับภาคใต้"</div>
        <div class="vmv-bg-num">V</div>
      </div>
      <div class="vmv-card vmv-m">
        <div class="vmv-label">🎯 MISSION — พันธกิจ</div>
        <div class="vmv-content" style="font-size:12.5px;">
          1. พัฒนาระบบบริการสุขภาพให้ทันสมัย มีประสิทธิภาพ และธรรมาภิบาล<br>
          2. ให้บริการสุขภาพองค์รวมครบวงจร ผู้ป่วยโรคเรื้อรัง & ผู้สูงอายุ<br>
          3. สร้างเสริมความเข้มแข็งและภาคีเครือข่าย<br>
          4. ดูแลผู้ป่วยเป็นเลิศ มั่นคงทางการเงินในระดับภาคใต้
        </div>
        <div class="vmv-bg-num">M</div>
      </div>
    </div>

    <div class="h3"><span class="h3-icon">💎</span>ค่านิยมหลักองค์กร (MOPH Core Values)</div>
    <div class="values-row">
      <div class="value-card">
        <div class="value-icon">💪</div>
        <div class="value-eng">M — Mastery</div>
        <div class="value-thai">รับผิดชอบต่อหน้าที่อย่างมืออาชีพ</div>
      </div>
      <div class="value-card">
        <div class="value-icon">💡</div>
        <div class="value-eng">O — Originality</div>
        <div class="value-thai">มีความคิดริเริ่มสร้างสรรค์</div>
      </div>
      <div class="value-card">
        <div class="value-icon">❤️</div>
        <div class="value-eng">P — People</div>
        <div class="value-thai">ใส่ใจประชาชนเป็นศูนย์กลาง</div>
      </div>
      <div class="value-card">
        <div class="value-icon">🙏</div>
        <div class="value-eng">H — Humility</div>
        <div class="value-thai">ถ่อมตน อ่อนน้อม เคารพผู้อื่น</div>
      </div>
    </div>

    <div class="h3"><span class="h3-icon">⚖️</span>พฤติกรรมที่คาดหวัง</div>
    <table class="behavior-table">
      <tr><th>ค่านิยม</th><th style="color:#a5d6a7">✓ สิ่งที่ควรทำ</th><th style="color:#ef9a9a">✗ สิ่งที่ไม่ควรทำ</th></tr>
      <tr><td><strong>Mastery</strong></td><td class="do">ศึกษาขั้นตอน CPG ก่อนปฏิบัติงาน</td><td class="dont">ปฏิบัติงานโดยไม่มั่นใจแล้วไม่ปรึกษา</td></tr>
      <tr><td><strong>Originality</strong></td><td class="do">เสนอวิธีปรับปรุงกระบวนงานในทีม</td><td class="dont">ต่อต้านการเปลี่ยนแปลงโดยไม่ให้เหตุผล</td></tr>
      <tr><td><strong>People</strong></td><td class="do">ทักทายผู้ป่วยด้วยสีหน้ายิ้มแย้ม</td><td class="dont">ใช้โทรศัพท์ส่วนตัวขณะให้บริการ</td></tr>
      <tr><td><strong>Humility</strong></td><td class="do">รับฟังข้อเสนอแนะด้วยใจเปิด</td><td class="dont">อ้างตำแหน่งเพื่อหลีกเลี่ยงงาน</td></tr>
    </table>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 3: ORG STRUCTURE ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">🗂️</div>
      <div>
        <h2>โครงสร้างองค์กรและหน่วยงาน</h2>
        <p>Organizational Structure — รู้จักทุกส่วนงานเพื่อการทำงานที่เชื่อมโยง</p>
      </div>
      <div class="section-num">03</div>
    </div>

    <div class="org-chart">
      <div class="org-level">
        <div class="org-node top">👩‍⚕️ ผู้อำนวยการโรงพยาบาล<br><small style="opacity:.75;font-size:11px">พญ.ธัญลักษณ์ คงฤทธิ์ (รรท.)</small></div>
      </div>
      <div class="org-arrow">↓</div>
      <div class="org-level">
        <div class="org-node mid">🏥 กลุ่มงานบริการ<br><small style="opacity:.85;font-size:11px">การแพทย์ & การพยาบาล</small></div>
        <div class="org-node mid">⚙️ กลุ่มงานสนับสนุน<br><small style="opacity:.85;font-size:11px">บริหาร ประกัน เทคนิค</small></div>
        <div class="org-node mid">🌿 QMR คุณภาพ<br><small style="opacity:.85;font-size:11px">ภก.สุนิสา เกตุชู</small></div>
      </div>
    </div>

    <div class="h3"><span class="h3-icon">🏥</span>หน่วยงานด้านการแพทย์และพยาบาล</div>
    <div class="dept-grid">
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🚨</div><div class="dept-name">ER — ห้องฉุกเฉิน</div><div class="dept-ext">ต่อ 115 | หัวหน้า ต่อ 134</div><div class="dept-desc">บริการผู้ป่วยฉุกเฉิน 24 ชม.</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🩺</div><div class="dept-name">OPD — ผู้ป่วยนอก</div><div class="dept-ext">ต่อ 113</div><div class="dept-desc">ตรวจรักษาทั่วไป · ห้องตรวจ 120–122</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🛏️</div><div class="dept-name">IPD — ผู้ป่วยใน</div><div class="dept-ext">ต่อ 117 | หัวหน้า ต่อ 135</div><div class="dept-desc">45 เตียง · อัตราครองเตียง 73.7%</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">⭐</div><div class="dept-name">ตึกพิเศษ</div><div class="dept-ext">ต่อ 410</div><div class="dept-desc">หอผู้ป่วยพิเศษ 12 เตียง</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🧠</div><div class="dept-name">มินิธัญญารักษ์</div><div class="dept-ext">ต่อ 142</div><div class="dept-desc">หอบำบัดสุขภาพจิตและยาเสพติด</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">👶</div><div class="dept-name">ห้องคลอด</div><div class="dept-ext">ต่อ 124</div><div class="dept-desc">สูติกรรม · คลอดปลอดภัย</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🔬</div><div class="dept-name">ห้อง Lab</div><div class="dept-ext">ต่อ 105</div><div class="dept-desc">เทคนิคการแพทย์ · LIS System</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🩻</div><div class="dept-name">รังสีวิทยา</div><div class="dept-ext">ต่อ 108</div><div class="dept-desc">X-Ray · ระบบ PACS</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">💊</div><div class="dept-name">ห้องจ่ายยา</div><div class="dept-ext">ต่อ 106</div><div class="dept-desc">เภสัชกร 6 คน · จ่ายยาปลอดภัย</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🦷</div><div class="dept-name">ทันตกรรม</div><div class="dept-ext">ต่อ 114</div><div class="dept-desc">ทันตแพทย์ 6 คน · SMART Dent</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🏃</div><div class="dept-name">กายภาพบำบัด</div><div class="dept-ext">ต่อ 408</div><div class="dept-desc">นักกายภาพ 4 คน · ฟื้นฟูสมรรถภาพ</div></div>
      <div class="dept-card dept-card-clinical"><div class="dept-icon">🌿</div><div class="dept-name">แพทย์แผนไทย</div><div class="dept-ext">ต่อ 102</div><div class="dept-desc">แพทย์แผนไทย 2 คน</div></div>
    </div>

    <div class="h3"><span class="h3-icon">⚙️</span>หน่วยงานสนับสนุน</div>
    <div class="dept-grid">
      <div class="dept-card dept-card-support"><div class="dept-icon">💻</div><div class="dept-name">งาน IT / สารสนเทศ</div><div class="dept-ext">(ติดต่อโดยตรง)</div><div class="dept-desc">HOS, JHCIS, PACS, LIS, IPD Paperless</div></div>
      <div class="dept-card dept-card-support"><div class="dept-icon">💰</div><div class="dept-name">งานการเงิน</div><div class="dept-ext">ต่อ 107</div><div class="dept-desc">เก็บเงิน · บัญชี GL</div></div>
      <div class="dept-card dept-card-support"><div class="dept-icon">🛡️</div><div class="dept-name">งานประกันสุขภาพ</div><div class="dept-ext">ต่อ 111</div><div class="dept-desc">UC · ประกันสังคม · กรมบัญชีกลาง</div></div>
      <div class="dept-card dept-card-support"><div class="dept-icon">📦</div><div class="dept-name">งานพัสดุ</div><div class="dept-ext">ต่อ 136</div><div class="dept-desc">จัดซื้อ · ครุภัณฑ์</div></div>
      <div class="dept-card dept-card-support"><div class="dept-icon">🔧</div><div class="dept-name">ซ่อมบำรุง</div><div class="dept-ext">ต่อ 133</div><div class="dept-desc">โรงช่าง · ระบบสาธารณูปโภค</div></div>
      <div class="dept-card dept-card-support"><div class="dept-icon">🏘️</div><div class="dept-name">PCU / เวชปฏิบัติชุมชน</div><div class="dept-ext">ต่อ 130 / 138</div><div class="dept-desc">บริการปฐมภูมิ · เยี่ยมบ้าน</div></div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 4: COORDINATION ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">🤝</div>
      <div>
        <h2>การประสานงานระหว่างหน่วยงาน</h2>
        <p>Inter-Department Coordination — ทำงานเชื่อมโยงเพื่อผู้ป่วย</p>
      </div>
      <div class="section-num">04</div>
    </div>

    <div class="card card-gold" style="margin-bottom:20px">
      <div class="h3"><span class="h3-icon">💡</span>หลักการประสานงานที่ดี</div>
      <div style="display:grid;grid-template-columns:repeat(3,1fr);gap:12px;font-size:13px">
        <div style="text-align:center;padding:12px;background:white;border-radius:8px;">
          <div style="font-size:24px;margin-bottom:6px">📞</div>
          <strong>แจ้งล่วงหน้า</strong><br><small style="color:var(--gray-600)">ก่อนส่งตัวผู้ป่วย โทรแจ้งหน่วยงานที่รับก่อน</small>
        </div>
        <div style="text-align:center;padding:12px;background:white;border-radius:8px;">
          <div style="font-size:24px;margin-bottom:6px">📝</div>
          <strong>ส่งข้อมูลพร้อม</strong><br><small style="color:var(--gray-600)">เอกสาร/คำสั่งแพทย์ครบก่อนส่งต่อ</small>
        </div>
        <div style="text-align:center;padding:12px;background:white;border-radius:8px;">
          <div style="font-size:24px;margin-bottom:6px">✅</div>
          <strong>ยืนยันรับทราบ</strong><br><small style="color:var(--gray-600)">ฝ่ายรับต้องยืนยันกลับทุกครั้ง</small>
        </div>
      </div>
    </div>

    <table class="coord-table">
      <tr>
        <th>หน่วยงาน</th>
        <th>เรื่องที่ประสาน</th>
        <th>ช่องทางติดต่อ</th>
        <th>ตัวอย่างสถานการณ์</th>
      </tr>
      <tr>
        <td><span class="arrow-badge">🚨 ER ↔ Lab</span></td>
        <td>ผล CBC, BG&X, Electrolyte ด่วน</td>
        <td>โทร ต่อ 105 + แสตมป์ STAT</td>
        <td>ผู้ป่วย Sepsis ต้องการ Hemoculture + CBC ด่วน</td>
      </tr>
      <tr>
        <td><span class="arrow-badge">🚨 ER ↔ X-ray</span></td>
        <td>เอกซเรย์ฉุกเฉิน / Portable X-ray</td>
        <td>โทร ต่อ 108</td>
        <td>Trauma เอกซเรย์กระดูก / สงสัย Pneumothorax</td>
      </tr>
      <tr>
        <td><span class="arrow-badge">🛏️ Ward ↔ Pharmacy</span></td>
        <td>ยาคำสั่งใหม่ / สอบถาม ADR / ยาพิเศษ</td>
        <td>โทร ต่อ 106 + ระบบ HOS</td>
        <td>แพ้ยา — ขอเปลี่ยนยากับเภสัชกร</td>
      </tr>
      <tr>
        <td><span class="arrow-badge">🛏️ Ward ↔ Nutrition</span></td>
        <td>Diet order / ผู้ป่วย DM / NPO</td>
        <td>โทร ต่อ 132</td>
        <td>ผู้ป่วย DM ขอ Low Carb Diet</td>
      </tr>
      <tr>
        <td><span class="arrow-badge">🛏️ Ward ↔ PT</span></td>
        <td>Consult กายภาพบำบัด / ฟื้นฟูหลัง Stroke</td>
        <td>โทร ต่อ 408 + Form Consult</td>
        <td>ผู้ป่วย Stroke วันที่ 2 — เริ่ม Early Mobilization</td>
      </tr>
      <tr>
        <td><span class="arrow-badge">🏥 OPD ↔ Insurance</span></td>
        <td>สิทธิรักษา / verify ก่อน Admit</td>
        <td>โทร ต่อ 111 + ระบบ HOS</td>
        <td>ผู้ป่วยไม่มีบัตร — ขอตรวจสอบสิทธิ UC</td>
      </tr>
      <tr>
        <td><span class="arrow-badge">🚑 ER ↔ Refer</span></td>
        <td>ส่งต่อฉุกเฉิน / รับส่งกลับ / ประสาน รพ.พัทลุง</td>
        <td>โทร ต่อ 115 + สายฉุกเฉิน 1669</td>
        <td>ผู้ป่วย Stroke มาถึง 4 ชม. — ส่งต่อ rTPA</td>
      </tr>
      <tr>
        <td><span class="arrow-badge">🏘️ PCU ↔ Ward</span></td>
        <td>รับส่งกลับ / เยี่ยมบ้านต่อเนื่อง</td>
        <td>โทร ต่อ 130</td>
        <td>ผู้ป่วย Palliative Care ออกจาก รพ. ส่ง PCU ดูแลต่อ</td>
      </tr>
    </table>

    <div class="card card-green">
      <div class="h3"><span class="h3-icon">📋</span>แนวทาง SBAR ในการสื่อสาร</div>
      <div style="display:grid;grid-template-columns:repeat(4,1fr);gap:10px;font-size:13px">
        <div style="background:white;border-radius:8px;padding:12px;text-align:center">
          <div style="font-family:'Prompt',sans-serif;font-size:22px;font-weight:900;color:var(--green-deep)">S</div>
          <strong>Situation</strong><br><small style="color:var(--gray-600)">ผู้ป่วยชื่อ... อาการปัจจุบัน...</small>
        </div>
        <div style="background:white;border-radius:8px;padding:12px;text-align:center">
          <div style="font-family:'Prompt',sans-serif;font-size:22px;font-weight:900;color:var(--green-deep)">B</div>
          <strong>Background</strong><br><small style="color:var(--gray-600)">ประวัติโรคเดิม / แพ้ยา</small>
        </div>
        <div style="background:white;border-radius:8px;padding:12px;text-align:center">
          <div style="font-family:'Prompt',sans-serif;font-size:22px;font-weight:900;color:var(--green-deep)">A</div>
          <strong>Assessment</strong><br><small style="color:var(--gray-600)">ประเมินสถานการณ์ปัจจุบัน</small>
        </div>
        <div style="background:white;border-radius:8px;padding:12px;text-align:center">
          <div style="font-family:'Prompt',sans-serif;font-size:22px;font-weight:900;color:var(--green-deep)">R</div>
          <strong>Recommendation</strong><br><small style="color:var(--gray-600)">สิ่งที่ต้องการ / ขอคำสั่ง</small>
        </div>
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 5: QUALITY & SAFETY ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">🛡️</div>
      <div>
        <h2>คุณภาพและความปลอดภัย</h2>
        <p>Patient Safety Goals · SIMPLE · การรายงานอุบัติการณ์</p>
      </div>
      <div class="section-num">05</div>
    </div>

    <div class="h3"><span class="h3-icon">🎯</span>Patient Safety Goals (PSG) — เป้าหมายความปลอดภัยผู้ป่วย</div>
    <div class="psg-grid">
      <div class="psg-item"><div class="psg-num">1</div><div class="psg-text">Patient Identification<br>ระบุตัวผู้ป่วยให้ถูกต้อง</div></div>
      <div class="psg-item"><div class="psg-num">2</div><div class="psg-text">Effective Communication<br>สื่อสารอย่างมีประสิทธิผล</div></div>
      <div class="psg-item"><div class="psg-num">3</div><div class="psg-text">High Alert Drug<br>ยาที่ต้องระวังสูง</div></div>
      <div class="psg-item"><div class="psg-num">4</div><div class="psg-text">Surgical Safety<br>ความปลอดภัยผ่าตัด (Safe Surgery)</div></div>
      <div class="psg-item"><div class="psg-num">5</div><div class="psg-text">Healthcare-Associated Infection<br>การติดเชื้อในโรงพยาบาล</div></div>
      <div class="psg-item"><div class="psg-num">6</div><div class="psg-text">Fall Prevention<br>ป้องกันผู้ป่วยพลัดตกหกล้ม</div></div>
    </div>

    <div class="two-col" style="margin-bottom:20px">
      <div class="card card-green">
        <div class="h3"><span class="h3-icon">🔑</span>SIMPLE — หลักปฏิบัติสำคัญ</div>
        <ul style="list-style:none;padding:0;font-size:13.5px">
          <li style="padding:7px 0;border-bottom:1px solid var(--gray-200)"><strong style="color:var(--green-deep)">S</strong> — Safe Surgery Checklist ✓</li>
          <li style="padding:7px 0;border-bottom:1px solid var(--gray-200)"><strong style="color:var(--green-deep)">I</strong> — Infection Control มือสะอาด</li>
          <li style="padding:7px 0;border-bottom:1px solid var(--gray-200)"><strong style="color:var(--green-deep)">M</strong> — Medication Safety ยาปลอดภัย</li>
          <li style="padding:7px 0;border-bottom:1px solid var(--gray-200)"><strong style="color:var(--green-deep)">P</strong> — Patient Identification 2 ชื่อ</li>
          <li style="padding:7px 0;border-bottom:1px solid var(--gray-200)"><strong style="color:var(--green-deep)">L</strong> — Line & Tube Safety ท่อปลอดภัย</li>
          <li style="padding:7px 0"><strong style="color:var(--green-deep)">E</strong> — Environment & Fall ป้องกันการล้ม</li>
        </ul>
      </div>
      <div>
        <div class="h3"><span class="h3-icon">⚠️</span>ประเภทอุบัติการณ์</div>
        <div class="incident-row" style="flex-direction:column;gap:10px">
          <div class="incident-chip ic-near">
            <div class="ic-icon">💛</div>
            <div class="ic-name">Near Miss</div>
            <div class="ic-desc">เกือบเกิดเหตุ แต่หยุดได้ก่อนถึงผู้ป่วย — ควรรายงานทันที</div>
          </div>
          <div class="incident-chip ic-adverse">
            <div class="ic-icon">🟠</div>
            <div class="ic-name">Adverse Event</div>
            <div class="ic-desc">เหตุการณ์ที่เกิดขึ้นและส่งผลต่อผู้ป่วย — รายงาน &lt;24 ชม.</div>
          </div>
          <div class="incident-chip ic-sentinel">
            <div class="ic-icon">🔴</div>
            <div class="ic-name">Sentinel Event</div>
            <div class="ic-desc">เหตุร้ายแรงที่ไม่คาดคิด — รายงานทันทีถึงผู้อำนวยการ</div>
          </div>
        </div>
      </div>
    </div>

    <div class="h3"><span class="h3-icon">🔄</span>กระบวนการรายงานอุบัติการณ์</div>
    <div class="flowchart">
      <div class="flow-step">
        <div class="flow-node flow-node-red">🚨</div>
        <div class="flow-content"><strong>พบเหตุการณ์ผิดปกติ / อุบัติการณ์</strong> — หยุดและประเมินสถานการณ์ทันที</div>
      </div>
      <div class="flow-line"></div>
      <div class="flow-step">
        <div class="flow-node flow-node-orange">🏥</div>
        <div class="flow-content"><strong>ช่วยเหลือผู้ป่วยทันที</strong> — ความปลอดภัยผู้ป่วยมาก่อนเสมอ</div>
      </div>
      <div class="flow-line"></div>
      <div class="flow-step">
        <div class="flow-node flow-node-blue">📞</div>
        <div class="flow-content"><strong>แจ้งหัวหน้างาน / แพทย์เวร</strong> — รายงานด้วยวาจาทันที</div>
      </div>
      <div class="flow-line"></div>
      <div class="flow-step">
        <div class="flow-node flow-node-teal">💻</div>
        <div class="flow-content"><strong>บันทึกในระบบรายงานความเสี่ยง</strong> — ระบบ HOS / แบบฟอร์มกระดาษ (กรณีระบบล่ม)</div>
      </div>
      <div class="flow-line"></div>
      <div class="flow-step">
        <div class="flow-node flow-node-green">📚</div>
        <div class="flow-content"><strong>ทบทวนและเรียนรู้ร่วมกัน</strong> — ประชุมทีม RCA / ป้องกันการเกิดซ้ำ</div>
      </div>
    </div>

    <div class="highlight-box">"รายงานเพื่อเรียนรู้ ไม่ใช่เพื่อกล่าวโทษ — Blame-Free Culture คือหัวใจของความปลอดภัย"</div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 6: EMERGENCY ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">🚨</div>
      <div>
        <h2>การปฏิบัติตนเมื่อเกิดเหตุฉุกเฉิน</h2>
        <p>เข็มตำ · ไฟไหม้ · ไฟฟ้าดับ · ระบบคอมพิวเตอร์ขัดข้อง</p>
      </div>
      <div class="section-num">06</div>
    </div>

    <div class="two-col">
      <!-- Left: Needlestick -->
      <div>
        <div class="h3"><span class="h3-icon">🩹</span>เข็มตำ / สัมผัสเลือดสารคัดหลั่ง</div>
        <div class="flowchart">
          <div class="flow-step">
            <div class="flow-node flow-node-red" style="font-size:16px">🪡</div>
            <div class="flow-content"><strong>เข็มตำ / สัมผัส</strong></div>
          </div>
          <div class="flow-line"></div>
          <div class="flow-step">
            <div class="flow-node flow-node-blue">🚿</div>
            <div class="flow-content"><strong>ล้างน้ำไหล + สบู่ ≥ 5 นาที</strong><br>บีบเลือด ห้ามดูด</div>
          </div>
          <div class="flow-line"></div>
          <div class="flow-step">
            <div class="flow-node flow-node-orange">👩‍⚕️</div>
            <div class="flow-content"><strong>แจ้งหัวหน้างาน ทันที</strong></div>
          </div>
          <div class="flow-line"></div>
          <div class="flow-step">
            <div class="flow-node flow-node-teal">🏥</div>
            <div class="flow-content"><strong>ไปห้องฉุกเฉิน (ER)</strong><br>ประเมินความเสี่ยง PEP / HBV</div>
          </div>
          <div class="flow-line"></div>
          <div class="flow-step">
            <div class="flow-node flow-node-green">📋</div>
            <div class="flow-content"><strong>บันทึก + ติดตามผล</strong><br>ตรวจเลือดผู้ป่วยต้นทาง (ขอความยินยอม)</div>
          </div>
        </div>

        <div class="h3" style="margin-top:20px"><span class="h3-icon">💡</span>กรณีไฟฟ้าดับ</div>
        <ul class="check-list">
          <li>แจ้งซ่อมบำรุงทันที (ต่อ 133)</li>
          <li>ระบบ Generator จะเริ่มทำงานอัตโนมัติ</li>
          <li>ตรวจสอบอุปกรณ์ผู้ป่วยสำคัญ (Ventilator, Infusion pump)</li>
          <li>ใช้ไฟฉายสำรองในหอผู้ป่วย</li>
          <li>แจ้งผู้ป่วยและญาติ ไม่ให้ตื่นตกใจ</li>
        </ul>
      </div>

      <!-- Right: Fire -->
      <div>
        <div class="h3"><span class="h3-icon">🔥</span>เหตุเพลิงไหม้ — RACE</div>
        <div class="race-grid" style="grid-template-columns:repeat(2,1fr)">
          <div class="race-card rc">
            <div class="race-letter">R</div>
            <div class="race-word">Rescue</div>
            <div class="race-desc">ช่วยเหลือผู้ป่วยออกจากอันตราย</div>
          </div>
          <div class="race-card ra">
            <div class="race-letter">A</div>
            <div class="race-word">Alarm</div>
            <div class="race-desc">กดสัญญาณ / แจ้ง ต่อ 103 / 133</div>
          </div>
          <div class="race-card rc2">
            <div class="race-letter">C</div>
            <div class="race-word">Contain</div>
            <div class="race-desc">ปิดประตูหน้าต่าง ควบคุมไฟ</div>
          </div>
          <div class="race-card re">
            <div class="race-letter">E</div>
            <div class="race-word">Evacuate</div>
            <div class="race-desc">อพยพตามแผน / ใช้บันไดหนีไฟ</div>
          </div>
        </div>

        <div class="h3" style="margin-top:16px"><span class="h3-icon">🧯</span>วิธีใช้ถังดับเพลิง — PASS</div>
        <div class="race-grid" style="grid-template-columns:repeat(2,1fr)">
          <div class="race-card ra">
            <div class="race-letter" style="font-size:30px">P</div>
            <div class="race-word">Pull</div>
            <div class="race-desc">ดึงสลักนิรภัยออก</div>
          </div>
          <div class="race-card rc2">
            <div class="race-letter" style="font-size:30px">A</div>
            <div class="race-word">Aim</div>
            <div class="race-desc">เล็งหัวฉีดที่โคนไฟ</div>
          </div>
          <div class="race-card rc">
            <div class="race-letter" style="font-size:30px">S</div>
            <div class="race-word">Squeeze</div>
            <div class="race-desc">บีบกระเดื่องเปิดสาร</div>
          </div>
          <div class="race-card re">
            <div class="race-letter" style="font-size:30px">S</div>
            <div class="race-word">Sweep</div>
            <div class="race-desc">กวาดซ้ายขวา</div>
          </div>
        </div>

        <div class="h3" style="margin-top:16px"><span class="h3-icon">💻</span>ระบบคอมพิวเตอร์ / HOS ขัดข้อง</div>
        <ul class="check-list">
          <li>แจ้ง IT ทันที (ดูแลระบบ)</li>
          <li>ใช้แบบฟอร์มกระดาษสำรองชุดฉุกเฉิน</li>
          <li>บันทึกคำสั่งแพทย์ลายมือทุกรายการ</li>
          <li>เก็บเอกสารครบถ้วน นำเข้าระบบภายหลัง</li>
          <li>ห้องยา — ใช้แบบฟอร์มสำรองจ่ายยา</li>
        </ul>
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 7: KPI ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">📊</div>
      <div>
        <h2>KPI ร่วมของบุคลากร</h2>
        <p>ตัวชี้วัดคุณภาพที่ทุกคนมีส่วนร่วมขับเคลื่อน</p>
      </div>
      <div class="section-num">07</div>
    </div>

    <div class="card card-gold" style="margin-bottom:20px">
      <div style="display:flex;align-items:center;gap:12px">
        <div style="font-size:32px">💡</div>
        <div>
          <strong style="color:var(--green-deep);font-size:14px">KPI คืออะไร?</strong>
          <div style="font-size:13.5px;margin-top:4px">Key Performance Indicator คือ <em>ตัวชี้วัดผลการดำเนินงาน</em> ที่โรงพยาบาลใช้ติดตามและพัฒนาคุณภาพบริการ บุคลากรทุกคนไม่ว่าจะอยู่หน่วยงานใด ล้วนมีส่วนส่งผลต่อตัวชี้วัดเหล่านี้ ทั้งทางตรงและทางอ้อม</div>
        </div>
      </div>
    </div>

    <div class="kpi-grid">
      <div class="kpi-card">
        <div class="kpi-icon">😊</div>
        <div class="kpi-name">ความพึงพอใจผู้รับบริการ</div>
        <div class="kpi-desc">ทุกจุดบริการส่งผลต่อภาพรวม</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-icon">💊</div>
        <div class="kpi-name">Medication Error</div>
        <div class="kpi-desc">ความผิดพลาดด้านยา ต้องเป็นศูนย์</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-icon">📋</div>
        <div class="kpi-name">Incident Reporting Rate</div>
        <div class="kpi-desc">อัตราการรายงาน ยิ่งมาก ยิ่งดี</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-icon">⏱️</div>
        <div class="kpi-name">Waiting Time</div>
        <div class="kpi-desc">เวลารอ OPD / ER ต้องอยู่ในเกณฑ์</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-icon">🦠</div>
        <div class="kpi-name">HAI / Infection Rate</div>
        <div class="kpi-desc">อัตราการติดเชื้อในโรงพยาบาล</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-icon">🙌</div>
        <div class="kpi-name">Hand Hygiene</div>
        <div class="kpi-desc">ความสม่ำเสมอล้างมือ 5 Moments</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-icon">📚</div>
        <div class="kpi-name">Training Completion</div>
        <div class="kpi-desc">ชั่วโมงอบรมตามแผน HRD</div>
      </div>
      <div class="kpi-card">
        <div class="kpi-icon">❤️</div>
        <div class="kpi-name">Staff Engagement</div>
        <div class="kpi-desc">ความผูกพันบุคลากร Retention 97.88%</div>
      </div>
    </div>

    <div class="h3"><span class="h3-icon">🔍</span>10 อันดับโรคสำคัญที่ต้องรู้ (บริบท รพ.ป่าพะยอม)</div>
    <div style="display:grid;grid-template-columns:1fr 1fr;gap:16px">
      <div class="card">
        <div style="font-size:13px;font-weight:700;color:var(--green-mid);margin-bottom:10px">OPD — ผู้ป่วยนอกสูงสุด (ปี 2568)</div>
        <div style="font-size:12.5px;display:grid;gap:4px">
          <div style="display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--gray-200)"><span>1. ความดันโลหิตสูง (HT)</span><strong>6,441</strong></div>
          <div style="display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--gray-200)"><span>2. เบาหวาน (DM)</span><strong>6,303</strong></div>
          <div style="display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--gray-200)"><span>3. ไขมันในเลือดสูง</span><strong>3,647</strong></div>
          <div style="display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--gray-200)"><span>4. หวัด / ไข้</span><strong>3,026</strong></div>
          <div style="display:flex;justify-content:space-between;padding:5px 0"><span>5. หอบหืด (Asthma)</span><strong>2,489</strong></div>
        </div>
      </div>
      <div class="card">
        <div style="font-size:13px;font-weight:700;color:#e65100;margin-bottom:10px">High Risk — โรคความเสี่ยงสูง</div>
        <div style="font-size:12.5px;display:grid;gap:4px">
          <div style="display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--gray-200)"><span>🧠 Stroke (เส้นเลือดสมอง)</span><strong>298 ราย</strong></div>
          <div style="display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--gray-200)"><span>🤕 Head Injury</span><strong>182 ราย</strong></div>
          <div style="display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--gray-200)"><span>🦟 Dengue (DHF)</span><strong>121 ราย</strong></div>
          <div style="display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid var(--gray-200)"><span>💔 ACS (หัวใจ)</span><strong>22 ราย</strong></div>
          <div style="display:flex;justify-content:space-between;padding:5px 0"><span>🩸 Sepsis</span><strong>32 ราย</strong></div>
        </div>
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 8: WELFARE ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">🎁</div>
      <div>
        <h2>สิทธิประโยชน์และสวัสดิการ</h2>
        <p>สิ่งอำนวยความสะดวกสำหรับบุคลากรโรงพยาบาลป่าพะยอม</p>
      </div>
      <div class="section-num">08</div>
    </div>

    <div class="welfare-grid">
      <div class="welfare-card">
        <div class="welfare-icon">🏠</div>
        <div class="welfare-name">บ้านพักบุคลากร</div>
        <div class="welfare-desc">บ้านพักระดับ 3–8 หลายหลัง · แฟลตพยาบาล 40 ห้อง · บ้านพักแพทย์ ติดต่อ งานบริหาร ต่อ 109</div>
      </div>
      <div class="welfare-card">
        <div class="welfare-icon">🛒</div>
        <div class="welfare-name">ร้านค้าสวัสดิการ</div>
        <div class="welfare-desc">ของใช้ประจำวัน อาหาร ในราคาพิเศษสำหรับบุคลากร</div>
      </div>
      <div class="welfare-card">
        <div class="welfare-icon">🅿️</div>
        <div class="welfare-name">ที่จอดรถ</div>
        <div class="welfare-desc">ลานจอดรถ / โรงจอดรถสำหรับบุคลากร</div>
      </div>
      <div class="welfare-card">
        <div class="welfare-icon">📶</div>
        <div class="welfare-name">Free WiFi</div>
        <div class="welfare-desc">ระบบ WiFi ความเร็วสูงทั่วบริเวณ รพ. รับ Username จาก IT</div>
      </div>
      <div class="welfare-card">
        <div class="welfare-icon">🍽️</div>
        <div class="welfare-name">โรงอาหาร / โภชนาการ</div>
        <div class="welfare-desc">อาหารสำหรับบุคลากรและผู้ป่วย ต่อ 132</div>
      </div>
      <div class="welfare-card">
        <div class="welfare-icon">🏃</div>
        <div class="welfare-name">ลานกิจกรรม</div>
        <div class="welfare-desc">ลานออกกำลังกายกลางแจ้ง กิจกรรม OD ทีม</div>
      </div>
    </div>

    <div class="h3"><span class="h3-icon">📅</span>สิทธิการลา (ข้าราชการ / พนักงาน)</div>
    <div style="overflow-x:auto">
      <table class="phone-table">
        <tr><th>ประเภทการลา</th><th>จำนวนวัน/สิทธิ</th><th>หมายเหตุ</th></tr>
        <tr><td>ลาป่วย</td><td>ไม่เกิน 60 วันทำการ/ปี (ป่วยจริง)</td><td>ต้องมีใบรับรองแพทย์ หากป่วย &gt;3 วัน</td></tr>
        <tr><td>ลากิจส่วนตัว</td><td>ไม่เกิน 45 วันทำการ/ปี</td><td>ยื่นล่วงหน้า ยกเว้นกรณีเร่งด่วน</td></tr>
        <tr><td>ลาพักผ่อน</td><td>10 วันทำการ/ปี (สะสมได้)</td><td>ปีแรกทำงาน สิทธิตามสัดส่วน</td></tr>
        <tr><td>ลาคลอดบุตร</td><td>ไม่เกิน 90 วัน</td><td>นับรวมวันหยุดราชการ</td></tr>
        <tr><td>ลาเพื่อดูแลบุตร</td><td>ไม่เกิน 15 วันทำการ/ปี</td><td>สำหรับบิดาข้าราชการ</td></tr>
        <tr><td>ลาศึกษา / ฝึกอบรม</td><td>ตามที่ผู้บังคับบัญชาอนุมัติ</td><td>เพื่อพัฒนาตนเอง — แจ้งล่วงหน้า</td></tr>
      </table>
    </div>

    <div class="card card-green" style="margin-top:16px">
      <div class="h3"><span class="h3-icon">🏥</span>สิทธิรักษาพยาบาล</div>
      <div style="display:grid;grid-template-columns:repeat(3,1fr);gap:12px;font-size:13px">
        <div style="background:white;border-radius:8px;padding:12px;text-align:center">
          <div style="font-size:22px;margin-bottom:6px">👨‍💼</div>
          <strong>ข้าราชการ</strong><br>
          <small style="color:var(--gray-600)">กรมบัญชีกลาง · เบิกค่ารักษา รพ.รัฐไม่จำกัด</small>
        </div>
        <div style="background:white;border-radius:8px;padding:12px;text-align:center">
          <div style="font-size:22px;margin-bottom:6px">💼</div>
          <strong>พนักงานกระทรวง</strong><br>
          <small style="color:var(--gray-600)">ประกันสังคม · ใช้สิทธิตาม รพ.ตามสัญญา</small>
        </div>
        <div style="background:white;border-radius:8px;padding:12px;text-align:center">
          <div style="font-size:22px;margin-bottom:6px">🧑‍💼</div>
          <strong>ลูกจ้าง / พนักงานทั่วไป</strong><br>
          <small style="color:var(--gray-600)">ประกันสังคม / UC ตามสิทธิที่ลงทะเบียน</small>
        </div>
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 9: COMMUNITY LIFE ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">🗺️</div>
      <div>
        <h2>ชีวิตรอบโรงพยาบาลป่าพะยอม</h2>
        <p>สิ่งอำนวยความสะดวก ร้านค้า และบริการใกล้เคียง</p>
      </div>
      <div class="section-num">09</div>
    </div>

    <div class="card card-gold" style="margin-bottom:20px">
      <div style="display:flex;gap:14px;align-items:flex-start">
        <div style="font-size:36px">🌿</div>
        <div>
          <strong style="color:var(--green-deep);">อำเภอป่าพะยอม — ชุมชนน่าอยู่ ใกล้ธรรมชาติ</strong>
          <div style="font-size:13.5px;margin-top:6px;color:var(--gray-600)">อ.ป่าพะยอมตั้งอยู่ในจ.พัทลุง ริมถนนเอเชีย มีมหาวิทยาลัยทักษิณ วิทยาเขตพัทลุง ในพื้นที่ ทำให้มีบรรยากาศชุมชนที่คึกคักทั้งตลาด ร้านอาหาร และบริการครบครัน</div>
        </div>
      </div>
    </div>

    <div class="nearby-grid">
      <div class="nearby-card">
        <div class="nearby-icon">🏪</div>
        <div><div class="nearby-name">ตลาดป่าพะยอม</div><div class="nearby-desc">ตลาดสดทั้งเช้าและเย็น ห่างจาก รพ. ประมาณ 500 เมตร</div></div>
      </div>
      <div class="nearby-card">
        <div class="nearby-icon">🛒</div>
        <div><div class="nearby-name">Lotus / ร้านสะดวกซื้อ</div><div class="nearby-desc">7-Eleven และ Big C ในละแวกอำเภอ สะดวกซื้อ</div></div>
      </div>
      <div class="nearby-card">
        <div class="nearby-icon">🎓</div>
        <div><div class="nearby-name">มหาวิทยาลัยทักษิณ</div><div class="nearby-desc">วิทยาเขตพัทลุง ใกล้ รพ. มีร้านอาหาร สนาม ห้องสมุด</div></div>
      </div>
      <div class="nearby-card">
        <div class="nearby-icon">🏋️</div>
        <div><div class="nearby-name">สนามกีฬาและออกกำลังกาย</div><div class="nearby-desc">สนามกีฬาอำเภอ · ฟิตเนสในพื้นที่</div></div>
      </div>
      <div class="nearby-card">
        <div class="nearby-icon">🍜</div>
        <div><div class="nearby-name">ร้านอาหารหลากหลาย</div><div class="nearby-desc">ร้านข้าว อาหารอีสาน ก๋วยเตี๋ยว อาหารทะเล หลายร้านใกล้ รพ.</div></div>
      </div>
      <div class="nearby-card">
        <div class="nearby-icon">🛵</div>
        <div><div class="nearby-name">บริการ Delivery</div><div class="nearby-desc">GrabFood / LINE MAN / Foodpanda ให้บริการในพื้นที่</div></div>
      </div>
      <div class="nearby-card">
        <div class="nearby-icon">🏦</div>
        <div><div class="nearby-name">ธนาคาร / ATM</div><div class="nearby-desc">ธ.กรุงไทย ธ.ออมสิน ธ.กสิกรไทย ในอำเภอ</div></div>
      </div>
      <div class="nearby-card">
        <div class="nearby-icon">📮</div>
        <div><div class="nearby-name">ไปรษณีย์ / อำเภอ</div><div class="nearby-desc">ที่ทำการไปรษณีย์และที่ว่าการอำเภอใกล้เคียง</div></div>
      </div>
    </div>

    <!-- Map placeholder -->
    <div style="background:var(--green-subtle);border:2px dashed rgba(76,175,128,0.4);border-radius:14px;padding:28px;text-align:center;margin-top:8px">
      <div style="font-size:40px;margin-bottom:12px">🗺️</div>
      <div style="font-family:'Prompt',sans-serif;font-size:14px;font-weight:700;color:var(--green-deep);margin-bottom:6px">แผนที่โรงพยาบาลป่าพะยอมและสถานที่ใกล้เคียง</div>
      <div style="font-size:12.5px;color:var(--gray-600);margin-bottom:14px">171 ม.2 ต.ป่าพะยอม อ.ป่าพะยอม จ.พัทลุง | พิกัด: 7.8408° N, 99.9329° E</div>
      <div style="display:inline-flex;gap:12px;align-items:center">
        <div class="qr-placeholder">
          <div class="qr-box">📍</div>
          <div class="qr-label">QR แผนที่<br>Google Maps</div>
        </div>
        <div style="text-align:left;font-size:13px;color:var(--gray-600)">
          <div style="margin-bottom:6px">🚗 จาก ตัวเมืองพัทลุง ~25 กม. (30 นาที)</div>
          <div style="margin-bottom:6px">🚌 มีรถโดยสารสายพัทลุง–ป่าพะยอม</div>
          <div>📱 พิมพ์ "โรงพยาบาลป่าพะยอม" ใน Google Maps</div>
        </div>
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 10: PHONE DIRECTORY ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">📞</div>
      <div>
        <h2>เบอร์โทรสำคัญภายในโรงพยาบาล</h2>
        <p>Internal Extension Directory — โทรศัพท์กลาง 074-673967, 074-673968</p>
      </div>
      <div class="section-num">10</div>
    </div>

    <div style="background:#ffebee;border:1.5px solid #ef9a9a;border-radius:12px;padding:14px 20px;margin-bottom:20px;display:flex;align-items:center;gap:12px">
      <div style="font-size:28px">🚑</div>
      <div>
        <strong style="color:#c62828;font-size:15px">เหตุฉุกเฉิน — โทร 1669 (EMS ฟรีตลอด 24 ชม.)</strong><br>
        <span style="font-size:12.5px;color:#b71c1c">สายด่วนบริการรถกู้ชีพฉุกเฉิน | ห้องฉุกเฉินโดยตรง ต่อ 115</span>
      </div>
    </div>

    <div class="two-col">
      <div>
        <div class="h3"><span class="h3-icon">⚙️</span>งานบริหาร / สนับสนุน</div>
        <table class="phone-table">
          <tr><th>หน่วยงาน</th><th>เบอร์ต่อ</th></tr>
          <tr><td>ผู้อำนวยการโรงพยาบาล</td><td><span class="ext-badge">112</span></td></tr>
          <tr><td>ติดต่อ-ประชาสัมพันธ์</td><td><span class="ext-badge">101</span></td></tr>
          <tr><td>กลุ่มงานบริหารทั่วไป</td><td><span class="ext-badge">109</span></td></tr>
          <tr><td>FAX / โทรสาร</td><td><span class="ext-badge">110</span></td></tr>
          <tr><td>ป้อมยาม (Security)</td><td><span class="ext-badge">103</span></td></tr>
          <tr><td>ซ่อมบำรุง / โรงช่าง</td><td><span class="ext-badge">133</span></td></tr>
          <tr><td>งานพัสดุ</td><td><span class="ext-badge">136</span></td></tr>
          <tr><td>ห้องประชุม</td><td><span class="ext-badge">128</span></td></tr>
          <tr><td>ห้องเก็บเงิน / การเงิน</td><td><span class="ext-badge">107</span></td></tr>
          <tr><td>งานประกันสุขภาพ</td><td><span class="ext-badge">111</span></td></tr>
          <tr><td>งานเวชสถิติ / ห้องบัตร</td><td><span class="ext-badge">104</span></td></tr>
          <tr><td>ศูนย์สุขภาพชุมชน (PCU)</td><td><span class="ext-badge">130</span></td></tr>
          <tr><td>งานเวชปฏิบัติครอบครัว</td><td><span class="ext-badge">138</span></td></tr>
        </table>
      </div>
      <div>
        <div class="h3"><span class="h3-icon">🏥</span>งานการแพทย์ / การพยาบาล</div>
        <table class="phone-table">
          <tr><th>หน่วยงาน</th><th>เบอร์ต่อ</th></tr>
          <tr><td>ห้องฉุกเฉิน ER</td><td><span class="ext-badge" style="background:#c62828">115</span></td></tr>
          <tr><td>หัวหน้างาน ER</td><td><span class="ext-badge">134</span></td></tr>
          <tr><td>งานผู้ป่วยนอก OPD</td><td><span class="ext-badge">113</span></td></tr>
          <tr><td>งานผู้ป่วยใน IPD</td><td><span class="ext-badge">117</span></td></tr>
          <tr><td>หัวหน้างาน IPD</td><td><span class="ext-badge">135</span></td></tr>
          <tr><td>ตึกพิเศษ</td><td><span class="ext-badge">410</span></td></tr>
          <tr><td>มินิธัญญารักษ์</td><td><span class="ext-badge">142</span></td></tr>
          <tr><td>ห้องผ่าตัด / วิสัญญี</td><td><span class="ext-badge">125</span></td></tr>
          <tr><td>ห้องคลอด</td><td><span class="ext-badge">124</span></td></tr>
          <tr><td>ห้องจ่ายยา (เภสัช)</td><td><span class="ext-badge">106</span></td></tr>
          <tr><td>Lab เทคนิคการแพทย์</td><td><span class="ext-badge">105</span></td></tr>
          <tr><td>รังสีวิทยา (X-Ray)</td><td><span class="ext-badge">108</span></td></tr>
          <tr><td>ทันตกรรม</td><td><span class="ext-badge">114</span></td></tr>
          <tr><td>กายภาพบำบัด</td><td><span class="ext-badge">408</span></td></tr>
          <tr><td>งานสุขภาพจิต</td><td><span class="ext-badge">118</span></td></tr>
          <tr><td>โภชนศาสตร์</td><td><span class="ext-badge">132</span></td></tr>
          <tr><td>แพทย์แผนไทย</td><td><span class="ext-badge">102</span></td></tr>
          <tr><td>คลินิก NCD (HT/DM)</td><td><span class="ext-badge">308</span></td></tr>
        </table>
      </div>
    </div>

    <div style="margin-top:12px;display:flex;gap:12px;align-items:center">
      <div class="qr-placeholder">
        <div class="qr-box">📞</div>
        <div class="qr-label">QR เบอร์<br>ภายใน</div>
      </div>
      <div style="font-size:13px;color:var(--gray-600)">
        📌 เว็บไซต์โรงพยาบาล: <strong>www.paphayomhospital.go.th</strong><br>
        📌 Facebook: <strong>โรงพยาบาลป่าพะยอม</strong><br>
        📌 Email: [email protected]
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== SECTION 11: CHECKLIST ========== -->
<div class="page">
  <div class="section-page">
    <div class="section-header">
      <div class="section-header-icon">✅</div>
      <div>
        <h2>Checklist วันแรกของการทำงาน</h2>
        <p>Day 1 Orientation Checklist — กรุณาตรวจสอบให้ครบถ้วนพร้อมลงชื่อ</p>
      </div>
      <div class="section-num">11</div>
    </div>

    <div class="card card-gold" style="margin-bottom:20px">
      <div style="display:flex;gap:12px;align-items:center">
        <div style="font-size:28px">📌</div>
        <div style="font-size:13.5px">ให้บุคลากรใหม่ทำเครื่องหมาย ✓ ในช่องสี่เหลี่ยม หลังดำเนินการเสร็จสิ้น และให้หัวหน้างานหรือ Buddy/Mentor ลงนามรับรองเมื่อครบทุกรายการ</div>
      </div>
    </div>

    <div class="checklist">
      <div class="check-category">🪪 การรับสิทธิ์และเอกสาร</div>
      <div class="check-grid">
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับบัตรประจำตัวเจ้าหน้าที่ (ID Card)</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับ Username / Password ระบบ HIS (HOS)</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับอีเมลราชการ / Email หน่วยงาน</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">เข้าสู่ระบบ HIS ได้สำเร็จ</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">เชื่อมต่อ WiFi โรงพยาบาลได้</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">ลงทะเบียนใน Line กลุ่มหน่วยงาน</div></div>
      </div>

      <div class="check-category">🏥 การรู้จักสถานที่และหน่วยงาน</div>
      <div class="check-grid">
        <div class="check-item"><div class="check-box"></div><div class="check-text">รู้จักหน่วยงานที่สังกัดและผู้บังคับบัญชา</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">เดินสำรวจ ER · OPD · IPD · ห้องยา</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">ทราบตำแหน่งถังดับเพลิง</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">ทราบเส้นทางหนีไฟและจุดรวมพล</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">ทราบตำแหน่งอุปกรณ์สำรองฉุกเฉิน</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รู้จักห้องน้ำ ร้านค้า โรงอาหาร</div></div>
      </div>

      <div class="check-category">🛡️ นโยบายความปลอดภัยและคุณภาพ</div>
      <div class="check-grid">
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับทราบนโยบายความปลอดภัยผู้ป่วย (PSG)</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">ทราบช่องทางรายงานความเสี่ยง / อุบัติการณ์</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">ทราบขั้นตอนกรณีเข็มตำ / สัมผัสเลือด</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับทราบนโยบาย Hand Hygiene 5 Moments</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับทราบนโยบาย PDPA ของโรงพยาบาล</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับทราบขั้นตอนเมื่อไฟไหม้ (RACE/PASS)</div></div>
      </div>

      <div class="check-category">📞 ช่องทางติดต่อและสวัสดิการ</div>
      <div class="check-grid">
        <div class="check-item"><div class="check-box"></div><div class="check-text">บันทึกเบอร์ฉุกเฉิน 1669 และ ER ต่อ 115</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับทราบสิทธิการลาและสิทธิรักษาพยาบาล</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รู้จักงาน HR / แจ้งข้อมูลส่วนตัวครบ</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รับทราบข้อมูลที่พักบุคลากร (ถ้าต้องการ)</div></div>
      </div>

      <div class="check-category">🤝 การเข้าสู่ทีมงาน</div>
      <div class="check-grid">
        <div class="check-item"><div class="check-box"></div><div class="check-text">พบผู้อำนวยการ / หัวหน้างาน</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">รู้จัก Buddy / Mentor ที่ได้รับมอบหมาย</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">ทราบตารางงานและ Shift ประจำ</div></div>
        <div class="check-item"><div class="check-box"></div><div class="check-text">ลงชื่อในสมุดรับ Orientation Manual เล่มนี้</div></div>
      </div>
    </div>

    <div style="border:2px solid var(--green-mid);border-radius:12px;padding:20px 24px;margin-top:12px">
      <div style="display:grid;grid-template-columns:1fr 1fr;gap:24px;font-size:13px">
        <div>
          <div style="font-weight:700;color:var(--green-deep);margin-bottom:8px">บุคลากรใหม่</div>
          <div>ชื่อ-สกุล: ___________________________</div>
          <div style="margin-top:8px">ตำแหน่ง: ___________________________</div>
          <div style="margin-top:8px">หน่วยงาน: __________________________</div>
          <div style="margin-top:8px">วันที่เริ่มงาน: ______________________</div>
          <div style="margin-top:20px;border-top:1px dashed var(--gray-400);padding-top:8px">ลงชื่อ: ___________________________</div>
        </div>
        <div>
          <div style="font-weight:700;color:var(--green-deep);margin-bottom:8px">หัวหน้างาน / Buddy</div>
          <div>ชื่อ-สกุล: ___________________________</div>
          <div style="margin-top:8px">ตำแหน่ง: ___________________________</div>
          <div style="margin-top:8px">เบอร์ติดต่อ: ________________________</div>
          <div style="margin-top:8px">วันที่รับรอง: _______________________</div>
          <div style="margin-top:20px;border-top:1px dashed var(--gray-400);padding-top:8px">ลงชื่อ: ___________________________</div>
        </div>
      </div>
    </div>
  </div>
  <div class="page-footer"></div>
</div>

<!-- ========== CLOSING ========== -->
<div class="page closing">
  <div class="closing-leaf l1">🌿</div>
  <div class="closing-leaf l2">🌿</div>

  <div class="closing-emblem">🏥</div>
  <div class="closing-tagline">Green · Clean · Sustainable · Quality</div>
  <div class="closing-title">ยินดีต้อนรับ<br>สู่ครอบครัวโรงพยาบาลป่าพะยอม</div>
  <div class="closing-divider"></div>
  <div class="closing-subtitle">
    "เรายินดีต้อนรับทุกคนด้วยความจริงใจ<br>
    ขอให้ทุกคนทำงานอย่างมีความสุข<br>
    เติบโตไปด้วยกัน และร่วมสร้างคุณค่า<br>
    แก่ประชาชนชาวอำเภอป่าพะยอมและพื้นที่ใกล้เคียง"
  </div>
  <div class="closing-values-row">
    <div class="closing-val">💪 Mastery</div>
    <div class="closing-val">💡 Originality</div>
    <div class="closing-val">❤️ People Centered</div>
    <div class="closing-val">🙏 Humility</div>
  </div>
  <div class="closing-footer">
    โรงพยาบาลป่าพะยอม · 171 ม.2 ต.ป่าพะยอม อ.ป่าพะยอม จ.พัทลุง 93210<br>
    โทร. 074-673967–8 · www.paphayomhospital.go.th<br>
    รับรองมาตรฐาน HA สรพ. ขั้นที่ 3 · เขตสุขภาพที่ 12
  </div>
</div>

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit