{"id":1144,"date":"2025-01-16T10:40:31","date_gmt":"2025-01-16T10:40:31","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=1144"},"modified":"2026-05-12T08:29:06","modified_gmt":"2026-05-12T08:29:06","slug":"core-values","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/ms\/nilai-teras\/","title":{"rendered":"Nilai Teras"},"content":{"rendered":"<!-- =========================================================\n     MPC CORE VALUES \u2014 Custom HTML Block\n     Paste into existing page \/core-values\/\n     Scoped to .mpc-cv to avoid affecting theme.\n     Content preserved verbatim. Design matches other policy pages.\n     ========================================================= -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ============================================================\n   MPC CORE VALUES \u2014 scoped to .mpc-cv\n   ============================================================ *\/\n.mpc-cv {\n  --mpc-blue: #0B3B8C;\n  --mpc-blue-deep: #072560;\n  --mpc-blue-ink: #061B44;\n  --mpc-gold: #C9A34A;\n  --mpc-paper: #FAF8F3;\n  --mpc-line: #E6E1D5;\n  --mpc-ink: #14161C;\n  --mpc-ink-soft: #3A3E4A;\n  --mpc-ink-muted: #6B6F7A;\n  --mpc-serif: 'Fraunces', Georgia, serif;\n  --mpc-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n\n  font-family: var(--mpc-sans);\n  color: var(--mpc-ink);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n.mpc-cv *,\n.mpc-cv *::before,\n.mpc-cv *::after { box-sizing: border-box; }\n.mpc-cv a { color: inherit; text-decoration: none; }\n.mpc-cv img { max-width: 100%; display: block; }\n.mpc-cv p { margin: 0 0 1em 0; }\n.mpc-cv ul { list-style: none; padding: 0; margin: 0; }\n.mpc-cv h1, .mpc-cv h2, .mpc-cv h3,\n.mpc-cv h4, .mpc-cv h5 { margin: 0; }\n\n.mpc-container {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n.mpc-container-narrow {\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ BUTTONS ============ *\/\n.mpc-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 13px 24px;\n  font-family: var(--mpc-sans);\n  font-weight: 600;\n  font-size: 14px;\n  letter-spacing: 0.01em;\n  border-radius: 2px;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  text-decoration: none !important;\n  border: none;\n}\n.mpc-btn-ghost { background: transparent; color: var(--mpc-blue) !important; border: 1px solid var(--mpc-blue); }\n.mpc-btn-ghost:hover { background: var(--mpc-blue); color: #fff !important; }\n.mpc-btn-gold { background: var(--mpc-gold); color: var(--mpc-blue-ink) !important; }\n.mpc-btn-gold:hover { background: #D9B45D; transform: translateY(-1px); }\n\n\/* ============ EYEBROW ============ *\/\n.mpc-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 11px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 20px;\n}\n.mpc-eyebrow::before {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n}\n\n.mpc-section {\n  padding: 70px 0;\n  margin: 0 -24px;\n}\n.mpc-section .mpc-container,\n.mpc-section .mpc-container-narrow { padding: 0 24px; }\n.mpc-section-paper { background: var(--mpc-paper); }\n.mpc-section-white { background: #fff; }\n\n\/* ============ HERO ============ *\/\n.mpc-hero {\n  background: linear-gradient(180deg, #FAF8F3 0%, #F2EEE2 100%);\n  padding: 80px 0 60px;\n  margin: 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n}\n.mpc-hero::before {\n  content: '';\n  position: absolute;\n  top: -150px; right: -150px;\n  width: 460px; height: 460px;\n  background: radial-gradient(circle, rgba(11,59,140,0.1) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -150px; left: -150px;\n  width: 380px; height: 380px;\n  background: radial-gradient(circle, rgba(201,163,74,0.08) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero-content {\n  position: relative;\n  text-align: center;\n  max-width: 780px;\n  margin: 0 auto;\n}\n.mpc-hero-breadcrumb {\n  font-size: 11px;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n  margin-bottom: 16px;\n}\n.mpc-hero-breadcrumb a {\n  color: var(--mpc-blue);\n  border-bottom: 1px solid transparent;\n  transition: border-color 0.2s;\n}\n.mpc-hero-breadcrumb a:hover {\n  border-bottom-color: var(--mpc-blue);\n}\n.mpc-hero-breadcrumb span {\n  margin: 0 8px;\n  color: var(--mpc-line);\n}\n.mpc-hero h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(40px, 5vw, 60px);\n  line-height: 1.02;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 22px;\n}\n.mpc-hero h1 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-hero-lead {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: clamp(19px, 2.3vw, 24px);\n  line-height: 1.45;\n  color: var(--mpc-blue);\n  margin: 0 auto;\n  max-width: 640px;\n  letter-spacing: -0.005em;\n}\n.mpc-hero-tag {\n  display: inline-block;\n  margin-top: 28px;\n  padding: 6px 14px;\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  font-weight: 700;\n}\n\n\/* ============ VALUES INTRO IMAGE ============ *\/\n.mpc-values-image {\n  text-align: center;\n  margin-bottom: 50px;\n}\n.mpc-values-image img {\n  max-width: 100%;\n  display: inline-block;\n  border: 1px solid var(--mpc-line);\n}\n\n\/* ============ VALUES GRID ============ *\/\n.mpc-values-head {\n  text-align: center;\n  max-width: 640px;\n  margin: 0 auto 50px auto;\n}\n.mpc-values-head .mpc-eyebrow { justify-content: center; }\n.mpc-values-head .mpc-eyebrow::before { display: none; }\n.mpc-values-head .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-values-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(28px, 3.4vw, 40px);\n  line-height: 1.1;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n}\n.mpc-values-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-values-head p {\n  font-size: 15.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.65;\n  margin: 0;\n}\n\n.mpc-values-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 24px;\n}\n@media (max-width: 720px) { .mpc-values-grid { grid-template-columns: 1fr; } }\n\n.mpc-value {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 36px 36px;\n  display: flex;\n  flex-direction: column;\n  gap: 18px;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-value::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 0;\n  height: 3px;\n  background: var(--mpc-gold);\n  transition: width 0.3s ease;\n}\n.mpc-value:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-4px);\n  box-shadow: 0 16px 36px -22px rgba(11,59,140,0.25);\n}\n.mpc-value:hover::before {\n  width: 100%;\n}\n.mpc-value-head {\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 18px;\n  align-items: center;\n}\n.mpc-value-icon {\n  width: 56px;\n  height: 56px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n  transition: all 0.3s ease;\n}\n.mpc-value:hover .mpc-value-icon {\n  background: var(--mpc-blue);\n  color: #fff;\n}\n.mpc-value-icon svg { width: 28px; height: 28px; }\n.mpc-value-meta {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n.mpc-value-num {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 13px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: 0.04em;\n}\n.mpc-value h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(22px, 2.4vw, 26px);\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.1;\n}\n.mpc-value p {\n  font-size: 15px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* Span Value 05 (Community Support) full width for visual balance with 5 values *\/\n.mpc-value.full {\n  grid-column: 1 \/ -1;\n}\n.mpc-value.full .mpc-value-head {\n  max-width: 760px;\n  margin: 0 auto;\n}\n.mpc-value.full p {\n  max-width: 760px;\n  margin: 0 auto;\n  text-align: center;\n}\n.mpc-value.full .mpc-value-head {\n  justify-content: center;\n  display: flex;\n  align-items: center;\n  gap: 18px;\n}\n@media (max-width: 720px) {\n  .mpc-value.full .mpc-value-head {\n    flex-direction: column;\n    text-align: center;\n    gap: 12px;\n  }\n  .mpc-value.full .mpc-value-meta { align-items: center; }\n}\n\n\/* ============ FOUNDATIONAL CALLOUT ============ *\/\n.mpc-foundational {\n  background: linear-gradient(135deg, var(--mpc-blue-ink) 0%, var(--mpc-blue-deep) 100%);\n  color: #fff;\n  padding: 60px 0;\n  margin: 0 -24px;\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n}\n.mpc-foundational::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 400px; height: 400px;\n  background: radial-gradient(circle, rgba(201,163,74,0.15) 0%, transparent 60%);\n  border-radius: 50%;\n}\n.mpc-foundational-inner {\n  position: relative;\n  max-width: 820px;\n  margin: 0 auto;\n}\n.mpc-foundational-eyebrow {\n  font-size: 10.5px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 18px;\n}\n.mpc-foundational h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(24px, 3vw, 34px);\n  line-height: 1.2;\n  color: #fff;\n  margin-bottom: 14px;\n  letter-spacing: -0.01em;\n}\n.mpc-foundational h2 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-foundational p {\n  color: rgba(255,255,255,0.85);\n  font-size: 15px;\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* ============ RELATED POLICIES ============ *\/\n.mpc-related-head {\n  text-align: center;\n  max-width: 640px;\n  margin: 0 auto 40px auto;\n}\n.mpc-related-head .mpc-eyebrow { justify-content: center; }\n.mpc-related-head .mpc-eyebrow::before { display: none; }\n.mpc-related-head .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-related-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3vw, 36px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 12px;\n}\n.mpc-related-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-related-head p {\n  font-size: 15px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.6;\n  margin: 0;\n}\n\n.mpc-related-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n}\n@media (max-width: 900px) { .mpc-related-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 540px) { .mpc-related-grid { grid-template-columns: 1fr; } }\n\n.mpc-related {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 22px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.25s;\n}\n.mpc-related:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-2px);\n  box-shadow: 0 10px 24px -16px rgba(11,59,140,0.2);\n}\n.mpc-related-icon {\n  width: 40px; height: 40px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 4px;\n}\n.mpc-related-icon svg { width: 20px; height: 20px; }\n.mpc-related h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 16px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-related p {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  line-height: 1.5;\n  margin: 0;\n  flex: 1;\n}\n.mpc-related-arrow {\n  font-size: 11px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  letter-spacing: 0.02em;\n  margin-top: 4px;\n}\n.mpc-related.current {\n  background: var(--mpc-paper);\n  border-color: var(--mpc-gold);\n  cursor: default;\n}\n.mpc-related.current:hover {\n  transform: none;\n  box-shadow: none;\n}\n.mpc-related.current .mpc-related-arrow {\n  color: var(--mpc-gold);\n}\n.mpc-related-current-tag {\n  position: absolute;\n  top: -1px; right: -1px;\n  background: var(--mpc-gold);\n  color: var(--mpc-blue-ink);\n  font-size: 9px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  font-weight: 700;\n  padding: 3px 8px;\n}\n.mpc-related-wrap {\n  position: relative;\n}\n\n\/* ============ FINAL CTA ============ *\/\n.mpc-final {\n  background: var(--mpc-paper);\n  padding: 50px 0;\n  margin: 0 -24px;\n  text-align: center;\n  border-top: 1px solid var(--mpc-line);\n}\n.mpc-final h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(22px, 2.4vw, 28px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 12px;\n  letter-spacing: -0.01em;\n}\n.mpc-final h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-final p {\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  margin: 0 auto 22px auto;\n  max-width: 540px;\n}\n.mpc-final-buttons {\n  display: inline-flex;\n  gap: 10px;\n  flex-wrap: wrap;\n  justify-content: center;\n}\n<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-cv\">\n\n  <!-- HERO -->\n  <section class=\"mpc-hero\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-hero-content\">\n        <div class=\"mpc-hero-breadcrumb\">\n          <a href=\"\/ms\/\">Rumah<\/a><span>\u203a<\/span><a href=\"https:\/\/msianpestcontrol.com\/ms\/tentang-kita\/\">About<\/a><span>\u203a<\/span>Nilai Teras\n        <\/div>\n        <h1>Our <em>Core Values.<\/em><\/h1>\n        <p class=\"mpc-hero-lead\">&#8220;This is how we conduct ourselves, <em>and our business dealings.&#8221;<\/em><\/p>\n        <div class=\"mpc-hero-tag\">Five Values \u00b7 One Foundation<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VALUES SECTION -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n\n      \n\n      <div class=\"mpc-values-head\">\n        <div class=\"mpc-eyebrow\">The Five Values<\/div>\n        <h2>What shapes <em>every decision we make.<\/em><\/h2>\n        <p>From the technician on site to leadership, these five values guide how we conduct ourselves and our business dealings \u2014 at MPC and across our wider family of companies.<\/p>\n      <\/div>\n\n      <div class=\"mpc-values-grid\">\n\n        <!-- VALUE 01 - HONOR GOD -->\n        <div class=\"mpc-value\">\n          <div class=\"mpc-value-head\">\n            <div class=\"mpc-value-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M12 2v20M5 9l7-7 7 7M5 14l7-7 7 7\"\/><\/svg>\n            <\/div>\n            <div class=\"mpc-value-meta\">\n              <div class=\"mpc-value-num\">Value 01<\/div>\n              <h3>Muliakan Tuhan<\/h3>\n            <\/div>\n          <\/div>\n          <p>Kita menghormati Tuhan dalam fikiran, perkataan, dan perbuatan kita dengan cara kita mengasihi dan menjaga diri kita sendiri dan orang lain yang membawa kemuliaan kepada Nama-Nya.<\/p>\n        <\/div>\n\n        <!-- VALUE 02 - INTEGRITY -->\n        <div class=\"mpc-value\">\n          <div class=\"mpc-value-head\">\n            <div class=\"mpc-value-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M20 12V5l-8-3-8 3v7c0 5 3.5 9.5 8 11 4.5-1.5 8-6 8-11z\"\/><path d=\"M9 12l2 2 4-4\"\/><\/svg>\n            <\/div>\n            <div class=\"mpc-value-meta\">\n              <div class=\"mpc-value-num\">Value 02<\/div>\n              <h3>Integriti<\/h3>\n            <\/div>\n          <\/div>\n          <p>We uphold principles of integrity and honesty in our thoughts, words, and deeds.<\/p>\n        <\/div>\n\n        <!-- VALUE 03 - FAIRNESS -->\n        <div class=\"mpc-value\">\n          <div class=\"mpc-value-head\">\n            <div class=\"mpc-value-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M12 3v18M5 9h14M3 21l4-12 4 12M13 21l4-12 4 12\"\/><\/svg>\n            <\/div>\n            <div class=\"mpc-value-meta\">\n              <div class=\"mpc-value-num\">Value 03<\/div>\n              <h3>Keadilan<\/h3>\n            <\/div>\n          <\/div>\n          <p>Kami melayan kakitangan, pihak berkepentingan dalaman dan luaran secara adil; kami mengenakan harga yang berpatutan untuk produk perkhidmatan yang berkualiti, semua kakitangan dan pihak berkepentingan diberi imbuhan yang adil.<\/p>\n        <\/div>\n\n        <!-- VALUE 04 - CUSTOMER FOCUSED -->\n        <div class=\"mpc-value\">\n          <div class=\"mpc-value-head\">\n            <div class=\"mpc-value-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n            <\/div>\n            <div class=\"mpc-value-meta\">\n              <div class=\"mpc-value-num\">Value 04<\/div>\n              <h3>Fokus Pelanggan<\/h3>\n            <\/div>\n          <\/div>\n          <p>Kami menawarkan produk perkhidmatan yang berkualiti untuk memuaskan hati pelanggan kami dan kami melayan semua pelanggan dengan hormat, maruah dan harga diri.<\/p>\n        <\/div>\n\n        <!-- VALUE 05 - COMMUNITY SUPPORT (full width) -->\n        <div class=\"mpc-value full\">\n          <div class=\"mpc-value-head\">\n            <div class=\"mpc-value-icon\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>\n            <\/div>\n            <div class=\"mpc-value-meta\">\n              <div class=\"mpc-value-num\">Value 05<\/div>\n              <h3>Sokongan Komuniti<\/h3>\n            <\/div>\n          <\/div>\n          <p>We support the local community by giving back a portion of our profits as well providing our services at discounted rates to deserving stakeholders (e.g. schools, NPOs, charities).<\/p>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- FOUNDATIONAL STATEMENT -->\n  <section class=\"mpc-foundational\">\n    <div class=\"mpc-container-narrow\">\n      <div class=\"mpc-foundational-inner\">\n        <div class=\"mpc-foundational-eyebrow\">Why This Matters<\/div>\n        <h2>These values aren&#8217;t <em>printed on a poster.<\/em><\/h2>\n        <p>Our Core Values are the foundation of every policy in our governance framework \u2014 from how we manage quality and safety, to how we handle workplace conduct, to how we operate with integrity in procurement and service delivery. They show up in our Quality Policy, our Anti-Bribery commitments, and how our technicians treat your home or premise on every visit.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- RELATED POLICIES -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n\n      <div class=\"mpc-related-head\">\n        <div class=\"mpc-eyebrow\">Our Policy Framework<\/div>\n        <h2>Related <em>policies &#038; governance.<\/em><\/h2>\n        <p>Our Core Values are foundational \u2014 but they&#8217;re translated into action through our policy framework. Each policy applies these values to a specific area of how we operate.<\/p>\n      <\/div>\n\n      <div class=\"mpc-related-grid\">\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/dasar-kualiti\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M9 11l3 3L22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg>\n          <\/div>\n          <h4>Dasar Kualiti<\/h4>\n          <p>Core values, quality management system, and commitments to service excellence.<\/p>\n          <span class=\"mpc-related-arrow\">Read quality policy \u2192<\/span>\n        <\/a>\n\n        <!-- Current page -->\n        <div class=\"mpc-related-wrap\">\n          <span class=\"mpc-related-current-tag\">You are here<\/span>\n          <div class=\"mpc-related current\">\n            <div class=\"mpc-related-icon\" style=\"background: var(--mpc-gold); color: var(--mpc-blue-ink);\">\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>\n            <\/div>\n            <h4>Nilai Teras<\/h4>\n            <p>The five values that guide every decision we make \u2014 from technicians on site to leadership.<\/p>\n            <span class=\"mpc-related-arrow\">Currently viewing<\/span>\n          <\/div>\n        <\/div>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/dasar-kesihatan-dan-keselamatan\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M20 12V5l-8-3-8 3v7c0 5 3.5 9.5 8 11 4.5-1.5 8-6 8-11z\"\/><path d=\"M9 12l2 2 4-4\"\/><\/svg>\n          <\/div>\n          <h4>Health &#038; Safety Policy<\/h4>\n          <p>How we protect customers, staff, and the environment through approved chemicals and safe protocols.<\/p>\n          <span class=\"mpc-related-arrow\">Read H&#038;S policy \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/dasar-meniup-wisel\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 18v-6a9 9 0 0 1 18 0v6\"\/><path d=\"M21 19a2 2 0 0 1-2 2h-1v-7h3zM3 19a2 2 0 0 0 2 2h1v-7H3z\"\/><\/svg>\n          <\/div>\n          <h4>Dasar Pemberitahuan<\/h4>\n          <p>Confidential reporting channels for staff and stakeholders to raise concerns about misconduct.<\/p>\n          <span class=\"mpc-related-arrow\">Read whistle-blowing \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/dasar-toleransi-sifar-memupuk-rasa-hormat\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M9 9l6 6M15 9l-6 6\"\/><\/svg>\n          <\/div>\n          <h4>Dasar Toleransi Sifar<\/h4>\n          <p>Cultivating mutual respect \u2014 our commitment to a workplace and service experience free from harassment.<\/p>\n          <span class=\"mpc-related-arrow\">Read zero-tolerance \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/anti-rasuah\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"\/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"\/><\/svg>\n          <\/div>\n          <h4>Anti-Bribery &#038; Anti-Corruption<\/h4>\n          <p>Zero tolerance for bribery in any form \u2014 protecting integrity in procurement and service delivery.<\/p>\n          <span class=\"mpc-related-arrow\">Read anti-bribery \u2192<\/span>\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- FINAL CTA -->\n  <section class=\"mpc-final\">\n    <div class=\"mpc-container\">\n      <h3>Want to learn more about <em>how we work?<\/em><\/h3>\n      <p>Our values shape every aspect of how we operate. Get in touch to discuss your pest control needs \u2014 or learn more about our story and credentials.<\/p>\n      <div class=\"mpc-final-buttons\">\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/tentang-kita\/\" class=\"mpc-btn mpc-btn-ghost\">About MPC<\/a>\n        <a href=\"https:\/\/msianpestcontrol.com\/ms\/hubungi-kami\/\" class=\"mpc-btn mpc-btn-gold\">Hubungi Kami<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC CORE VALUES PAGE -->","protected":false},"excerpt":{"rendered":"<p>Home\u203aAbout\u203aCore Values Our Core Values. &#8220;This is how we conduct ourselves, and our business dealings.&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1144","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/pages\/1144","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/comments?post=1144"}],"version-history":[{"count":3,"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/pages\/1144\/revisions"}],"predecessor-version":[{"id":1354,"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/pages\/1144\/revisions\/1354"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/ms\/wp-json\/wp\/v2\/media?parent=1144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}