| 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/med_payom2023/ |
Upload File : |
<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>กลุ่มงานเภสัชกรรมและคุ้มครองผู้บริโภค รพ.ป่าพะยอม</title>
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- FontAwesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Owl Carousel -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<style>
:root{
--primary:#00B98E;
--dark:#0f172a;
--light:#f8fafc;
--shadow:0 10px 35px rgba(0,0,0,.08);
--radius:24px;
}
*{
font-family:'Prompt',sans-serif;
}
body{
background:#f1f5f9;
color:#334155;
overflow-x:hidden;
}
html{
scroll-behavior:smooth;
}
/* NAVBAR */
.navbar{
background:rgba(255,255,255,.92)!important;
backdrop-filter:blur(20px);
box-shadow:0 5px 25px rgba(0,0,0,.05);
border-radius:0 0 25px 25px;
padding:14px 0;
}
.navbar-brand h3{
font-size:22px;
font-weight:700;
color:var(--dark);
}
.nav-link{
font-weight:500;
border-radius:12px;
padding:10px 18px!important;
transition:.3s;
}
.nav-link:hover{
background:rgba(0,185,142,.1);
color:var(--primary)!important;
}
/* HEADER */
.header{
min-height:100vh;
background:linear-gradient(135deg,#dffcf4,#eff6ff);
display:flex;
align-items:center;
}
.header img{
border-radius:30px;
}
.header h1,
.header h2,
.header h3{
font-weight:700;
color:var(--dark);
}
/* SECTION TITLE */
.section-title{
position:relative;
display:inline-block;
padding-bottom:14px;
}
.section-title::after{
content:'';
width:80px;
height:4px;
background:var(--primary);
position:absolute;
bottom:0;
left:50%;
transform:translateX(-50%);
border-radius:50px;
}
/* CARD */
.card-modern{
background:#fff;
border:none;
border-radius:var(--radius);
overflow:hidden;
box-shadow:var(--shadow);
transition:.4s;
height:100%;
}
.card-modern:hover{
transform:translateY(-10px);
box-shadow:0 25px 50px rgba(0,0,0,.12);
}
/* ICON */
.icon-circle{
width:90px;
height:90px;
border-radius:50%;
background:rgba(0,185,142,.08);
display:flex;
align-items:center;
justify-content:center;
margin:auto;
}
/* BUTTON */
.btn-primary{
background:linear-gradient(135deg,#00B98E,#00d5a2)!important;
border:none!important;
border-radius:50px!important;
padding:14px 32px!important;
font-weight:600;
box-shadow:0 10px 30px rgba(0,185,142,.25);
}
/* TEAM */
.team-img{
width:100%;
height:360px;
object-fit:cover;
}
/* GALLERY */
.gallery-img{
width:100%;
height:260px;
object-fit:cover;
}
/* FOOTER */
.footer{
background:linear-gradient(135deg,#0f172a,#1e293b);
color:#fff;
border-radius:40px 40px 0 0;
}
.footer a{
color:#cbd5e1;
text-decoration:none;
}
.footer a:hover{
color:#00B98E;
}
/* SOCIAL */
.social-btn{
width:42px;
height:42px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
border:1px solid rgba(255,255,255,.3);
}
/* RESPONSIVE */
@media(max-width:991px){
.header{
padding-top:120px;
}
.team-img{
height:300px;
}
}
@media(max-width:576px){
.team-img{
height:260px;
}
.gallery-img{
height:220px;
}
}
</style>
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<a href="#" class="navbar-brand d-flex align-items-center">
<img src="img/logo MOPH.png" width="50" class="me-3">
<h3 class="m-0">
กลุ่มงานเภสัชกรรมและคุ้มครองผู้บริโภค
</h3>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto">
<a href="#" class="nav-item nav-link active">หน้าหลัก</a>
<a href="#" class="nav-item nav-link">ข้อมูลหน่วยงาน</a>
<a href="#" class="nav-item nav-link">เอกสาร</a>
<a href="#" class="nav-item nav-link">ติดต่อเรา</a>
<a href="#" class="nav-item nav-link">สำหรับเจ้าหน้าที่</a>
</div>
</div>
</div>
</nav>
<!-- HEADER -->
<section class="header">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 text-center">
<img src="img/logo MOPH.png" class="img-fluid mb-4" width="260">
<h2>
กลุ่มงานเภสัชกรรมและคุ้มครองผู้บริโภค
</h2>
<h3>
โรงพยาบาลป่าพะยอม
</h3>
<p class="mt-4">
171 ม.2 ต.ป่าพะยอม อ.ป่าพะยอม จ.พัทลุง 93210
<br>
โทรศัพท์ 074-673967 ต่อ 106
</p>
</div>
<div class="col-lg-6">
<div class="owl-carousel header-carousel">
<img class="img-fluid" src="img/356460353_289690343728947_5766089204224660508_n.jpg">
<img class="img-fluid" src="img/358624192_1449193455894662_6495995785295731065_n.jpg">
</div>
</div>
</div>
</div>
</section>
<!-- DOCUMENT -->
<section class="py-5">
<div class="container">
<div class="text-center mb-5">
<h1 class="section-title">
เอกสาร / คู่มือ
</h1>
</div>
<div class="row g-4">
<div class="col-lg-3 col-md-6">
<div class="card-modern p-4 text-center">
<div class="icon-circle mb-4">
<img src="img/icon-apartment.png" width="50">
</div>
<h6>
เอกสารการจัดซื้อเวชภัณฑ์ยา (TOR)
</h6>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card-modern p-4 text-center">
<div class="icon-circle mb-4">
<img src="img/icon-house.png" width="50">
</div>
<h6>
บัญชียาโรงพยาบาลป่าพะยอม
</h6>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card-modern p-4 text-center">
<div class="icon-circle mb-4">
<img src="img/icon-villa.png" width="50">
</div>
<h6>
คู่มือแนวทางปฏิบัติยาความเสี่ยงสูง
</h6>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card-modern p-4 text-center">
<div class="icon-circle mb-4">
<img src="img/icon-housing.png" width="50">
</div>
<h6>
การปรับขนาดยาตามการทำงานของไต
</h6>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section class="py-5">
<div class="container">
<div class="row align-items-center g-5">
<div class="col-lg-6">
<img src="img/Sustainable and Energy Efficient Architecture Presentation in Green Brown Cream Professional Style.jpg" class="img-fluid rounded-4 shadow">
</div>
<div class="col-lg-6">
<h2 class="section-title mb-4">
หน้าที่และเป้าหมาย
</h2>
<p>
ให้บริการเภสัชกรรมและคุ้มครองผู้บริโภคอย่างมีประสิทธิภาพ ถูกต้อง รวดเร็ว ภายใต้มาตรฐานวิชาชีพ เพื่อให้ผู้รับบริการได้รับความปลอดภัยและพึงพอใจในบริการ
</p>
<ul>
<li class="mb-3">
ให้บริการเภสัชกรรมผู้ป่วยทุกวัน เวลา 08.30 – 16.30 น.
</li>
<li class="mb-3">
ให้บริการเภสัชกรรมผู้ป่วยในโดยระบบ one daily dose
</li>
<li class="mb-3">
ให้บริการข้อมูลด้านยาและผลิตภัณฑ์สุขภาพแก่ประชาชน
</li>
<li class="mb-3">
คัดเลือก จัดซื้อ จัดหา ควบคุม และกระจายยา
</li>
</ul>
<a href="#" class="btn btn-primary">
รายละเอียดเพิ่มเติม
</a>
</div>
</div>
</div>
</section>
<!-- GALLERY -->
<section class="py-5">
<div class="container">
<div class="text-center mb-5">
<h1 class="section-title">
ภายในหน่วยงาน
</h1>
</div>
<div class="row g-4">
<div class="col-lg-4">
<div class="card-modern">
<img src="img/356507336_796678108593047_117852129459079361_n.jpg" class="gallery-img">
<div class="p-4">
<h5>ห้องจ่ายยา</h5>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-modern">
<img src="img/358890718_6773252092686864_1710899348187911766_n.jpg" class="gallery-img">
<div class="p-4">
<h5>ห้องเตรียมยา</h5>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card-modern">
<img src="img/359516993_1306914993557436_6305106333949881421_n.jpg" class="gallery-img">
<div class="p-4">
<h5>ห้องให้คำปรึกษา</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- TEAM -->
<section class="py-5">
<div class="container">
<div class="text-center mb-5">
<h1 class="section-title">
ทำเนียบบุคลากร
</h1>
</div>
<div class="row g-4">
<div class="col-lg-3 col-md-6">
<div class="card-modern text-center">
<img src="img/359713047_953286949215957_8650507688767564122_n.jpg" class="team-img">
<div class="p-4">
<h5>
นางสุนิสา เกตุชู
</h5>
<p>
เภสัชกรชำนาญการ
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card-modern text-center">
<img src="img/360056215_316857467439093_8597045002641410741_n.jpg" class="team-img">
<div class="p-4">
<h5>
นายสมพงค์ ปานสุด
</h5>
<p>
เภสัชกรชำนาญการ
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card-modern text-center">
<img src="img/359817509_805449454490827_3664148152033603496_n.jpg" class="team-img">
<div class="p-4">
<h5>
นางสาวกนกนาฎ บุญมา
</h5>
<p>
เภสัชกรชำนาญการ
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card-modern text-center">
<img src="img/360064528_1582481032243078_3629511751848210455_n.jpg" class="team-img">
<div class="p-4">
<h5>
นางสาวสิริรัตน์ วิศิษปัญญกุล
</h5>
<p>
เภสัชกรชำนาญการ
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="footer pt-5 pb-4">
<div class="container">
<div class="row g-5">
<div class="col-lg-4">
<h4 class="mb-4">
ติดต่อเรา
</h4>
<p>
<i class="fa fa-map-marker-alt me-2"></i>
กลุ่มงานเภสัชกรรมและคุ้มครองผู้บริโภค
</p>
<p>
<i class="fa fa-phone-alt me-2"></i>
074-673967 ต่อ 106
</p>
<p>
<i class="fa fa-envelope me-2"></i>
[email protected]
</p>
</div>
<div class="col-lg-4">
<h4 class="mb-4">
เมนู
</h4>
<p><a href="#">หน้าหลัก</a></p>
<p><a href="#">ข้อมูลหน่วยงาน</a></p>
<p><a href="#">เอกสาร</a></p>
<p><a href="#">ติดต่อเรา</a></p>
</div>
<div class="col-lg-4">
<h4 class="mb-4">
Social Media
</h4>
<div class="d-flex gap-3">
<a href="#" class="social-btn">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="social-btn">
<i class="fab fa-youtube"></i>
</a>
<a href="#" class="social-btn">
<i class="fab fa-line"></i>
</a>
</div>
</div>
</div>
<hr class="my-4">
<div class="text-center">
© 2026 โรงพยาบาลป่าพะยอม All Rights Reserved
</div>
</div>
</footer>
<!-- BACK TO TOP -->
<a href="#" class="btn btn-primary position-fixed bottom-0 end-0 m-4 rounded-circle">
<i class="fa fa-arrow-up"></i>
</a>
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script>
$('.header-carousel').owlCarousel({
autoplay:true,
smartSpeed:1000,
items:1,
dots:false,
loop:true,
nav:false
});
</script>
</body>
</html>