CINXE.COM
Micro, Small and Medium Enterprises Development Sector | Philippine Commission on Women
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta http-equiv="Content-Security-Policy" content="frame-src youtube.com www.youtube.com"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Micro, Small and Medium Enterprises Development Sector | Philippine Commission on Women</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="icon" href="https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/favicon.ico"> <meta name='robots' content='max-image-preview:large' /> <link rel="alternate" type="application/rss+xml" title="Philippine Commission on Women » Feed" href="https://pcw.gov.ph/feed/" /> <link rel="alternate" type="application/rss+xml" title="Philippine Commission on Women » Comments Feed" href="https://pcw.gov.ph/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-CMFD8PMTVG" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.2.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/pcw.gov.ph\/micro-small-and-medium-enterprises-development\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-CMFD8PMTVG', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-CMFD8PMTVG', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/pcw.gov.ph\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.5"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='pt-cv-public-style-css' href='https://pcw.gov.ph/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=4.0.1' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://pcw.gov.ph/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wpfc-css' href='https://pcw.gov.ph/wp-content/plugins/gs-facebook-comments/public/css/wpfc-public.css?ver=1.7.5' type='text/css' media='all' /> <link rel='stylesheet' id='siq_icon_css-css' href='https://pcw.gov.ph/wp-content/plugins/searchiq/assets/4.6/css/frontend/icon-moon.css?ver=1732404901' type='text/css' media='all' /> <link rel='stylesheet' id='siq_front_css-css' href='https://pcw.gov.ph/wp-content/plugins/searchiq/assets/4.6/css/frontend/stylesheet.css?ver=1732404901' type='text/css' media='all' /> <link rel='stylesheet' id='sfwppa-public-style-css' href='https://pcw.gov.ph/wp-content/plugins/styles-for-wp-pagenavi-addon/assets/css/sfwppa-style.css?ver=1.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='wpsm_tabs_r-font-awesome-front-css' href='https://pcw.gov.ph/wp-content/plugins/tabs-responsive/assets/css/font-awesome/css/font-awesome.min.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='wpsm_tabs_r_bootstrap-front-css' href='https://pcw.gov.ph/wp-content/plugins/tabs-responsive/assets/css/bootstrap-front.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='wpsm_tabs_r_animate-css' href='https://pcw.gov.ph/wp-content/plugins/tabs-responsive/assets/css/animate.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='vlp-public-css' href='https://pcw.gov.ph/wp-content/plugins/visual-link-preview/dist/public.css?ver=2.2.6' type='text/css' media='all' /> <link rel='stylesheet' id='gwt_wp-foundation-css' href='https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/foundation/css/foundation.min.css?ver=20160530' type='text/css' media='all' /> <link rel='stylesheet' id='gwt_wp-fontawesome-css' href='https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/css/font-awesome.min.css?ver=20160530' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/genericons/genericons.css?ver=3.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='gwt_wp-style-css' href='https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/theme.css?ver=20160530' type='text/css' media='all' /> <link rel='stylesheet' id='gwt_wp-user-style-css' href='https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/style.css?ver=20160530' type='text/css' media='all' /> <link rel='stylesheet' id='moove_gdpr_frontend-css' href='https://pcw.gov.ph/wp-content/plugins/gdpr-cookie-compliance/dist/styles/gdpr-main.css?ver=4.15.5' type='text/css' media='all' /> <style id='moove_gdpr_frontend-inline-css' type='text/css'> #moove_gdpr_cookie_modal,#moove_gdpr_cookie_info_bar,.gdpr_cookie_settings_shortcode_content{font-family:Nunito,sans-serif}#moove_gdpr_save_popup_settings_button{background-color:#373737;color:#fff}#moove_gdpr_save_popup_settings_button:hover{background-color:#000}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{background-color:#7030A0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green{background-color:#7030A0;border-color:#7030A0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover{background-color:#fff;color:#7030A0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{background-color:#7030A0;border:1px solid #7030A0}#moove_gdpr_cookie_info_bar span.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar span.change-settings-button:focus,#moove_gdpr_cookie_info_bar button.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar button.change-settings-button:focus{-webkit-box-shadow:0 0 1px 3px #7030A0;-moz-box-shadow:0 0 1px 3px #7030A0;box-shadow:0 0 1px 3px #7030A0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover,#moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button{color:#7030A0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon{color:inherit}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{color:inherit}#moove_gdpr_cookie_modal .gdpr-acc-link{line-height:0;font-size:0;color:transparent;position:absolute}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:hover,#moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button.focus-g,span.change-settings-button:focus,button.change-settings-button.focus-g,button.change-settings-button:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:focus{color:#7030A0}#moove_gdpr_cookie_modal.gdpr_lightbox-hide{display:none} </style> <!--n2css--><!--n2js--><script type="text/javascript" src="https://pcw.gov.ph/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.js?ver=9.2.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/pcw.gov.ph","hash_tracking":"false","v4_id":"G-CMFD8PMTVG"};/* ]]> */ </script> <script type="text/javascript" src="https://pcw.gov.ph/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://pcw.gov.ph/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/plugins/gs-facebook-comments/public/js/wpfc-public.js?ver=1.7.5" id="wpfc-js"></script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/foundation/js/vendor/jquery-3.6.0.min.js?ver=20160530" id="gwt_wp-jquery-js"></script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/foundation/js/vendor/foundation.min.js?ver=20160530" id="gwt_wp-foundation-js"></script> <link rel="https://api.w.org/" href="https://pcw.gov.ph/wp-json/" /><link rel="alternate" type="application/json" href="https://pcw.gov.ph/wp-json/wp/v2/pages/20768" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://pcw.gov.ph/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.5.5" /> <link rel="canonical" href="https://pcw.gov.ph/micro-small-and-medium-enterprises-development/" /> <link rel='shortlink' href='https://pcw.gov.ph/?p=20768' /> <link rel="alternate" type="application/json+oembed" href="https://pcw.gov.ph/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fpcw.gov.ph%2Fmicro-small-and-medium-enterprises-development%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://pcw.gov.ph/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fpcw.gov.ph%2Fmicro-small-and-medium-enterprises-development%2F&format=xml" /> <script type="text/javascript"> (function () { window.siqConfig = { engineKey: "b3cadcf4d4be93c4a54f5c6548271885" }; window.siqConfig.baseUrl = "//pub.searchiq.co/"; window.siqConfig.preview = true; var script = document.createElement("SCRIPT"); script.src = window.siqConfig.baseUrl + "js/container/siq-container-2.js?cb=" + (Math.floor(Math.random()*999999)) + "&engineKey=" + siqConfig.engineKey; script.id = "siq-container"; document.getElementsByTagName("HEAD")[0].appendChild(script); })(); </script><script type="text/javascript"> "function"!=typeof loadGsLib&&(loadGsLib=function(){var e=document.createElement("script"); e.type="text/javascript",e.async=!0,e.src="https://api.at.getsocial.io/get/v1/8da0c8ac/gs_async.js"; var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})(); var GETSOCIAL_VERSION = "4.5"; </script><link rel="icon" href="https://pcw.gov.ph/assets/files/2024/06/cropped-pcw-default-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://pcw.gov.ph/assets/files/2024/06/cropped-pcw-default-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://pcw.gov.ph/assets/files/2024/06/cropped-pcw-default-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://pcw.gov.ph/assets/files/2024/06/cropped-pcw-default-270x270.jpg" /> <style > .container-main a, .container-main a:active, .container-main a:visited, .anchor a, .anchor a:active, .anchor a:visited { } .container-main a:focus, .container-main a:hover, .anchor a:focus, .anchor a:hover { } div .container-masthead { } h1.logo a { color:#ffffff; } /* For Enable and Disable image logo to be center or left position */ h1.logo { color:#ffffff; } /* End for Enable and Disable image logo to be center or left position */ div.container-banner { } .banner-content, .orbit .orbit-bullets { display: block; } #pst-container { color:#ffffff; } /* Start For Subject of Approval Start for custom menu color This is start for custom menu, font, hover colors Start for border menu color that shows dropdown menu you can add also for auxiliary #aux-main .has-dropdown>a::after This should have no background color #main-nav .has-dropdown>a::after { } This is for menu nav colors #main-nav { This is for auxialliary and topbar to have custom colors } End for menu nav colors This is for menu font colors in steady and add this code if want to reflect in auxiliary #aux-main li:not(.has-form) a:not(.button), #aux-main li.active:not(.has-form) a:not(.button) #main-nav li:not(.has-form) a:not(.button), #main-nav li.active:not(.has-form) a:not(.button) { } This is for color of submenus in main nav #main-nav li:not(.has-form) a:not(.button) { } End for menu font colors in steady #main-nav li.current-menu-item:not(.has-form), #aux-main li.current-menu-item:not(.has-form) { } Button menu color on steady #magnifier-button, #accessibility-button { } Button menu color on hover #magnifier-button:hover, #accessibility-button:hover { } This is menu color for hover #main-nav ul li:hover:not(.has-form)>a, #main-nav .dropdown li:not(.has-form) a:not(.button):hover, #main-nav .dropdown li:not(.has-form):hover>a:not(.button), #aux-main ul li:hover:not(.has-form)>a, #aux-main .dropdown li:not(.has-form) a:not(.button):hover, #aux-main .dropdown li:not(.has-form):hover>a:not(.button) { } End for menu color for hover #main-nav li.current-menu-item:not(.has-form) a:not(.button), #aux-main li.current-menu-item:not(.has-form) a:not(.button), #offCanvasRight li.current-menu-item:not(.has-form)>a:not(.button) { } End for Custom menu color End for Subject of Approval Approval */ #panel-top { } #panel-bottom { } #sidebar-left .widget, #sidebar-right .widget, .callout.secondary { border:0px solidborder-radius:0px ; } .container-main .entry-title a { } .container-banner .entry-title { } #footer { } </style> <script type="text/javascript" language="javascript"> var template_directory = 'https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0'; </script> </head> <body class="page-template-default page page-id-20768 sfwppa-navi-style sfwppa- group-blog"> <div id="accessibility-shortcuts"> <ul> <li><a href="#" class="skips toggle-statement" title="Toggle Accessibility Statement" accesskey="0" data-toggle="a11y-modal">Toggle Accessibility Statement</a></li> <li><a href="https://pcw.gov.ph/" accesskey="h">Home</a></li> <li><a href="#main-content" accesskey="R">Skip to Main Content</a></li> <li><a href="#gwt-standard-footer" accesskey="M">Sitemap</a></li> </ul> </div> <div id="a11y-modal" class="reveal large" title="Accessibility Statement" data-reveal> <textarea rows="21" class="statement-textarea" readonly> This website adopts the Web Content Accessibility Guidelines (WCAG 2.0) as the accessibility standard for all its related web development and services. WCAG 2.0 is also an international standard, ISO 40500. This certifies it as a stable and referenceable technical standard. WCAG 2.0 contains 12 guidelines organized under 4 principles: Perceivable, Operable, Understandable, and Robust (POUR for short). There are testable success criteria for each guideline. Compliance to these criteria is measured in three levels: A, AA, or AAA. A guide to understanding and implementing Web Content Accessibility Guidelines 2.0 is available at: https://www.w3.org/TR/UNDERSTANDING-WCAG20/ Accessibility Features Shortcut Keys Combination Activation Combination keys used for each browser. Chrome for Linux press (Alt+Shift+shortcut_key) Chrome for Windows press (Alt+shortcut_key) For Firefox press (Alt+Shift+shortcut_key) For Internet Explorer press (Alt+Shift+shortcut_key) then press (enter) On Mac OS press (Ctrl+Opt+shortcut_key) Accessibility Statement (Combination + 0): Statement page that will show the available accessibility keys. Home Page (Combination + H): Accessibility key for redirecting to homepage. Main Content (Combination + R): Shortcut for viewing the content section of the current page. FAQ (Combination + Q): Shortcut for FAQ page. Contact (Combination + C): Shortcut for contact page or form inquiries. Feedback (Combination + K): Shortcut for feedback page. Site Map (Combination + M): Shortcut for site map (footer agency) section of the page. Search (Combination + S): Shortcut for search page. Press esc, or click the close the button to close this dialog box. </textarea> <button class="close-button" data-close aria-label="Close modal" type="button"> <span aria-hidden="true">×</span> </button> </div> <div class="off-canvas-wrapper"> <div class="off-canvas-wrapper-inner" data-off-canvas-wrapper> <!-- off-canvas right menu --> <nav id="mySidenav" class="sidenav hide-for-large"> <a href="javascript:void(0)" class="closebtn" id="closeNav">×</a> <div style="padding:10px;" class="list-item"><form role="search" method="get" class="search-form" action="https://pcw.gov.ph/"> <input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:"> </form></div> <ul style="list-style: none;"> <li id="menu-item-26567" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26567"><a href="http://www.pcw.gov.ph">Home</a> </li> <li id="menu-item-26581" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-26581"><a href="#">About Us</a> <ul class="vertical menu"> <li id="menu-item-26582" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26582"><a href="https://pcw.gov.ph/herstory/">Herstory</a> </li> <li id="menu-item-26569" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26569"><a href="https://pcw.gov.ph/mission-and-vision/">Vision, Mission, Mandates and Functions</a> </li> <li id="menu-item-26585" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26585"><a href="https://pcw.gov.ph/philippine-commission-on-women/">The Philippine Commission on Women</a> </li> <li id="menu-item-26577" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26577"><a href="https://pcw.gov.ph/the-logo/">The Logo</a> </li> <li id="menu-item-26570" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26570"><a href="https://pcw.gov.ph/quality-policy-statement/">Quality Policy Statement</a> </li> <li id="menu-item-26591" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26591"><a href="https://pcw.gov.ph/core-values/">Core Values</a> </li> <li id="menu-item-26597" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26597"><a href="https://pcw.gov.ph/organizational-structure/">Organizational Structure</a> </li> <li id="menu-item-26605" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26605"><a href="https://pcw.gov.ph/citizens-charter/">Citizen’s Charter</a> </li> <li id="menu-item-26604" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26604"><a href="https://pcw.gov.ph/pcw-accomplishment-reports/">PCW Accomplishment Reports</a> </li> <li id="menu-item-26596" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26596"><a href="https://pcw.gov.ph/our-website-privacy-policy/">Our Website Privacy Policy</a> </li> </ul> </li> <li id="menu-item-26588" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-26588"><a>Projects/Programs</a> <ul class="vertical menu"> <li id="menu-item-26601" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26601"><a href="https://pcw.gov.ph/gadtimpala/">GADtimpala</a> </li> <li id="menu-item-26595" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-26595"><a href="https://pcw.gov.ph/gad-webinar/">GAD Webinars</a> </li> <li id="menu-item-26598" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26598"><a href="https://pcw.gov.ph/gender-and-development-local-learning-hub/">Gender and Development Local Learning Hub</a> </li> <li id="menu-item-26592" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26592"><a href="https://pcw.gov.ph/great-women-project/">GREAT Women Project 2</a> </li> <li id="menu-item-26594" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26594"><a href="https://pcw.gov.ph/the-national-gender-and-resource-program/">National Gender and Development Resource Program</a> <ul class="vertical menu"> <li id="menu-item-26603" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26603"><a href="https://pcw.gov.ph/call-for-applications-philippine-commission-on-women-national-gad-resource-pool-batch-9/">Call for Applications: National GAD Resource Pool Batch 9</a> </li> <li id="menu-item-26606" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-26606"><a href="https://pcw.gov.ph/certification-of-gad-training-programs/">Certification of GAD Training Programs</a> </li> </ul> </li> <li id="menu-item-26602" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26602"><a href="https://pcw.gov.ph/tinig-ng-kababaihan/">Tinig ng Kababaihan</a> </li> </ul> </li> <li id="menu-item-26587" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26587"><a href="https://pcw.gov.ph/transparency">Transparency</a> </li> <li id="menu-item-26589" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-26589"><a>Opportunities</a> <ul class="vertical menu"> <li id="menu-item-26593" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26593"><a href="https://pcw.gov.ph/bids-and-awards/">Bids and Awards</a> </li> <li id="menu-item-26600" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26600"><a href="https://pcw.gov.ph/jobs">Jobs</a> </li> </ul> </li> <li id="menu-item-siq-selectbox" class="menu-item " style=" right:-264px; top:-28px; "> <div id="siq-menu-searchbox-wrap" class="siq-menu-searchbox-wrap " ><div id="siq-expsearch-cont" class="siq-expsearch-cont"> <form class="siq-expsearch" action="https://pcw.gov.ph"> <input type="search" placeholder="Search" name="s" class="siq-expsearch-input" aria-label="Field for entering a search query"> <span class="siq-expsearch-icon" style='color:#5F2EFF'></span> </form> </div></div></li> <li id="menu-item-25199" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-25199"><a href="#">Contact Us</a> <ul class="vertical menu"> <li id="menu-item-25201" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25201"><a href="https://pcw.gov.ph/connect-with-us/">Connect with Us</a> </li> <li id="menu-item-25195" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25195"><a href="https://pcw.gov.ph/pcw-directory/">PCW Directory</a> </li> <li id="menu-item-25196" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25196"><a href="https://pcw.gov.ph/vicinity-map/">Vicinity Map</a> </li> </ul> </li> <li id="aux-offmenu" class="list-item">AUXILIARY MENU</li> <li id="menu-item-28106" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-28106"><a href="#">Resources</a> <ul class="vertical menu"> <li id="menu-item-28107" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28107"><a href="https://library.pcw.gov.ph">Digital GAD Library</a> </li> <li id="menu-item-28108" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28108"><a href="https://pcw.gov.ph/magna-carta-of-women/">Magna Carta of Women</a> </li> <li id="menu-item-28109" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28109"><a href="https://pcw.gov.ph/gender-and-statistics/">Gender Statistics</a> </li> <li id="menu-item-28111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28111"><a href="https://pcw.gov.ph/laws-and-policies-on-women/">Laws and Policies on Women</a> </li> <li id="menu-item-28112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28112"><a href="https://pcw.gov.ph/best-practices-on-gad/">Success Stories on GAD</a> </li> <li id="menu-item-28113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28113"><a href="https://pcw.gov.ph/violence-against-women-helplines/">Violence Against Women Helplines</a> </li> </ul> </li> <li id="menu-item-25194" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children menu-item-25194"><a href="#">Focus Areas</a> <ul class="vertical menu"> <li id="menu-item-25198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25198"><a href="https://pcw.gov.ph/education/">Education Sector</a> </li> <li id="menu-item-25197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25197"><a href="https://pcw.gov.ph/environment/">Environment Sector</a> </li> <li id="menu-item-26547" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-26547"><a href="#">International Commitments</a> <ul class="vertical menu"> <li id="menu-item-26548" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26548"><a href="https://pcw.gov.ph/asean/">Association of South East Asian Nations (ASEAN)</a> </li> <li id="menu-item-26549" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26549"><a href="https://pcw.gov.ph/asia-pacific-economic-participation/">Asia-Pacific Economic Cooperation (APEC)</a> </li> <li id="menu-item-26557" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26557"><a href="https://pcw.gov.ph/beijing-platform-for-action/">Beijing Platform for Action (BPfA)</a> </li> <li id="menu-item-26550" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26550"><a href="https://pcw.gov.ph/convention-on-the-elimination-of-all-forms-of-discrimination/">Convention on the Elimination of all Forms of Discrimination Against Women (CEDAW)</a> </li> <li id="menu-item-26558" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26558"><a href="https://pcw.gov.ph/commission-on-the-status-of-women/">Commission on the Status of Women (CSW)</a> </li> <li id="menu-item-26563" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26563"><a href="https://pcw.gov.ph/gender-equality-and-the-sustainable-development-goals/">Gender Equality and the Sustainable Development Goals</a> </li> </ul> </li> <li id="menu-item-26565" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26565"><a href="https://pcw.gov.ph/peace-and-security-sector/">Peace and Security Sector</a> </li> <li id="menu-item-26551" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26551"><a href="https://pcw.gov.ph/violence-against-women/">Violence Against Women</a> <ul class="vertical menu"> <li id="menu-item-26564" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-26564"><a href="https://pcw.gov.ph/faq-republic-act-no-11313/">FAQs Republic Act No. 11313: Safe Spaces Act (Bawal Bastos Law)</a> </li> <li id="menu-item-26559" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26559"><a href="https://pcw.gov.ph/inter-agency-council-on-violence-against-women-and-their-children/">Inter-Agency Council on Violence Against Women and their Children</a> </li> <li id="menu-item-26562" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26562"><a href="http://iacat.gov.ph">Inter-Agency Council Against Trafficking</a> </li> <li id="menu-item-26561" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26561"><a href="https://pcw.gov.ph/barangay-vaw-desk/">Barangay VAW Desk</a> </li> <li id="menu-item-26560" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26560"><a href="https://pcw.gov.ph/local-committee-on-anti-trafficking-and-vaw/">Local Committee on Anti-Trafficking and VAW</a> </li> </ul> </li> <li id="menu-item-26556" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-26556"><a>Women’s Economic Empowerment</a> <ul class="vertical menu"> <li id="menu-item-26552" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26552"><a href="https://pcw.gov.ph/agriculture-fisheries-and-forestry/">Agriculture, Fisheries and Forestry Sector</a> </li> <li id="menu-item-26566" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-20768 current_page_item menu-item-26566"><a href="https://pcw.gov.ph/micro-small-and-medium-enterprises-development/">Micro, Small and Medium Enterprises Development Sector</a> </li> </ul> </li> </ul> </li> <li id="menu-item-26554" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-26554"><a>Women’s Agenda</a> <ul class="vertical menu"> <li id="menu-item-26555" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26555"><a href="https://pcw.gov.ph/compedium-of-gewe-indicators/">Compendium of GEWE Indicators</a> </li> <li id="menu-item-26553" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26553"><a href="https://pcw.gov.ph/gewe-plan/">Gender Equality and Women Empowerment Plan</a> </li> <li id="menu-item-26586" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26586"><a href="https://pcw.gov.ph/womens-priority-legislative-agenda/">Women’s Priority Legislative Agenda</a> </li> </ul> </li> <li id="menu-item-26572" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26572"><a href="https://pcw.gov.ph/gender-mainstreaming/">Gender Mainstreaming</a> <ul class="vertical menu"> <li id="menu-item-26583" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26583"><a href="https://pcw.gov.ph/gad-budget-report/">GAD Budget</a> </li> <li id="menu-item-26584" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26584"><a href="https://pcw.gov.ph/gender-mainstreaming-monitoring-system/">Gender Mainstreaming Monitoring System</a> </li> </ul> </li> <li id="menu-item-26568" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-26568"><a>News</a> <ul class="vertical menu"> <li id="menu-item-26579" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26579"><a href="https://pcw.gov.ph/press-releases-and-statements/">Press Releases and Statements</a> </li> <li id="menu-item-26578" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26578"><a href="https://pcw.gov.ph/news-bites/">News Bites</a> </li> <li id="menu-item-26580" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26580"><a href="https://pcw.gov.ph/archives/">Archives</a> </li> </ul> </li> <li id="menu-item-26571" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26571"><a href="https://pcw.gov.ph/faqs/">FAQs</a> </li> <li id="menu-item-26575" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-26575"><a>Campaigns & Events</a> <ul class="vertical menu"> <li id="menu-item-26574" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26574"><a href="https://pcw.gov.ph/18-day-campaign-to-end-vaw/">18-Day Campaign to End VAW</a> </li> <li id="menu-item-26576" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26576"><a href="https://pcw.gov.ph/campaigns-events/">Campaigns and Other Events</a> </li> <li id="menu-item-28605" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28605"><a href="https://pcw.gov.ph/national-womens-month/">National Women’s Month</a> </li> </ul> </li> </ul> </nav> <!-- off-canvas title bar for 'small' screen --> <div id="off-canvas-container" class="title-bar columns hide-for-large" data-responsive-toggle="main-nav" data-hide-for="large"> <div class="title-bar-right"> <span class="title-bar-title">Menu</span> <button style="font-size:30px;cursor:pointer" id="openNav" class="menu-icon" type="button">☰ </button> </div> <div class="title-bar-left"> <span class="title-bar-title name"><a href="http://www.gov.ph">GOVPH</a></span> </div> </div> <!-- "main-nav" top-bar menu for 'medium' and up --> <div id="main-nav"> <div class="row"> <div class="large-12 columns"> <nav class="top-bar-left"> <ul class="dropdown menu" data-dropdown-menu> <li class=" nav-item"><a style="font-size: 1.2rem;" href="https://www.gov.ph">GOVPH </a> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26567"><a href="http://www.pcw.gov.ph">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-26581"><a href="#">About Us</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26582"><a href="https://pcw.gov.ph/herstory/">Herstory</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26569"><a href="https://pcw.gov.ph/mission-and-vision/">Vision, Mission, Mandates and Functions</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26585"><a href="https://pcw.gov.ph/philippine-commission-on-women/">The Philippine Commission on Women</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26577"><a href="https://pcw.gov.ph/the-logo/">The Logo</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26570"><a href="https://pcw.gov.ph/quality-policy-statement/">Quality Policy Statement</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26591"><a href="https://pcw.gov.ph/core-values/">Core Values</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26597"><a href="https://pcw.gov.ph/organizational-structure/">Organizational Structure</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26605"><a href="https://pcw.gov.ph/citizens-charter/">Citizen’s Charter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26604"><a href="https://pcw.gov.ph/pcw-accomplishment-reports/">PCW Accomplishment Reports</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26596"><a href="https://pcw.gov.ph/our-website-privacy-policy/">Our Website Privacy Policy</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-26588"><a>Projects/Programs</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26601"><a href="https://pcw.gov.ph/gadtimpala/">GADtimpala</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-26595"><a href="https://pcw.gov.ph/gad-webinar/">GAD Webinars</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26598"><a href="https://pcw.gov.ph/gender-and-development-local-learning-hub/">Gender and Development Local Learning Hub</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26592"><a href="https://pcw.gov.ph/great-women-project/">GREAT Women Project 2</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown menu-item-26594"><a href="https://pcw.gov.ph/the-national-gender-and-resource-program/">National Gender and Development Resource Program</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26603"><a href="https://pcw.gov.ph/call-for-applications-philippine-commission-on-women-national-gad-resource-pool-batch-9/">Call for Applications: National GAD Resource Pool Batch 9</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-26606"><a href="https://pcw.gov.ph/certification-of-gad-training-programs/">Certification of GAD Training Programs</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26602"><a href="https://pcw.gov.ph/tinig-ng-kababaihan/">Tinig ng Kababaihan</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26587"><a href="https://pcw.gov.ph/transparency">Transparency</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-26589"><a>Opportunities</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26593"><a href="https://pcw.gov.ph/bids-and-awards/">Bids and Awards</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26600"><a href="https://pcw.gov.ph/jobs">Jobs</a></li> </ul> </li> <li id="menu-item-siq-selectbox" class="menu-item " style=" right:-264px; top:-28px; "> <div id="siq-menu-searchbox-wrap" class="siq-menu-searchbox-wrap " ><div id="siq-expsearch-cont" class="siq-expsearch-cont"> <form class="siq-expsearch" action="https://pcw.gov.ph"> <input type="search" placeholder="Search" name="s" class="siq-expsearch-input" aria-label="Field for entering a search query"> <span class="siq-expsearch-icon" style='color:#5F2EFF'></span> </form> </div></div></li> </ul> </nav> <nav class="top-bar-right"> <ul class="dropdown menu" data-dropdown-menu> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-25199"><a href="#">Contact Us</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25201"><a href="https://pcw.gov.ph/connect-with-us/">Connect with Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25195"><a href="https://pcw.gov.ph/pcw-directory/">PCW Directory</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25196"><a href="https://pcw.gov.ph/vicinity-map/">Vicinity Map</a></li> </ul> </li> <li> <button id="accessibility-button" class="button" type="button"> <span class="show-for-sr">Accessibility Button</span> <i class="fa fa-universal-access fa-2x" aria-hidden="true"></i> </button> <ul class="menu" style="min-width:inherit;"> <li> <a href="#" id="accessibility-statement" title="Accessibility Statement" class="toggle-statement" data-toggle="a11y-modal"> <span class="show-for-sr">Accessibility Statement</span> <i class="fa fa-file-text-o fa-2x"></i> </a> </li> <li> <a href="#" id="accessibility-contrast" title="Toggle High Contrast" class="toggle-contrast"> <span class="show-for-sr">High Contrast</span> <i class="fa fa-low-vision fa-2x"></i> </a> </li> <li> <a href="#" id="accessibility-skip-content" title="Skip to Content"> <span class="show-for-sr">Skip to Content</span> <i class="fa fa-arrow-circle-o-down fa-2x"></i> </a> </li> <li> <a href="#" id="accessibility-skip-footer" title="Skip to Footer"> <span class="show-for-sr">Skip to Footer</span> <i class="fa fa-chevron-down fa-2x"></i> </a> </li> </ul> </li> <!-- This is an additional on the right side menu for text-magnifier --> <li> <button id="magnifier-button" class="button" type="button"> <span class="show-for-sr">Accessibility Button</span> <i class="fa fa-font fa-2x" aria-hidden="true"></i> </button> <ul class="menu" style="min-width:inherit;"> <li> <a href="#" id="text-default" title="Toggle Default Text" class="toggle-text-default"> <span class="show-for-sr">Default Text Size</span> <i class="fa fa-font "></i><i class="fa fa-undo "></i> </a> </li> <li> <a href="#" id="text-reduce" title="Toggle Reduce Text" class="toggle-text-reduce"> <span class="show-for-sr">Reduce Text Size</span> <i class="fa fa-font ">- -</i> </a> </li> <li> <a href="#" id="text-enlarge" title="Toggle Enlarge Text" class="toggle-text-enlarge"> <span class="show-for-sr">Enlarge Text Size</span> <i class="fa fa-font ">+ +</i> </a> </li> </ul> </li> <!-- end for text magnifier --> </ul> </nav> </div> </div> </div> <!-- original content goes in this container --> <div class="off-canvas-content" data-off-canvas-content> <!-- masthead --> <header class="container-masthead"> <div class="row"> <div class="large-9 columns"> <h1 class="logo"><a href="https://pcw.gov.ph/" title="Philippine Commission on Women" rel="home"><div id="textlogo-wrapper"> <div id="textlogo-image"><img alt="Philippine Commission on Women Official Logo" src="https://pcw.gov.ph/assets/files/2019/08/new-logo.png" height="100px" width="100px"/></div> <div id="textlogo-inner-wrapper"> <div id="agency-heading">Republic of the Philippines</div> <div id="agency-name">Philippine Commission on Women</div> <div id="agency-tagline"></div> </div> </div></a></h1> </div> <div class="large-3 columns"> <div id="block-14" class="ear-content widget anchor widget_block"></div> </div> </div> </header> <!-- masthead --><div id="auxiliary" class="show-for-large"> <div class="row"> <div class="small-12 large-12 columns toplayer"> <nav id="aux-main" class="nomargin show-for-medium-up" data-dropdown-content> <ul class="dropdown menu" data-dropdown-menu> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-28106"><a href="#">Resources</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28107"><a href="https://library.pcw.gov.ph">Digital GAD Library</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28108"><a href="https://pcw.gov.ph/magna-carta-of-women/">Magna Carta of Women</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28109"><a href="https://pcw.gov.ph/gender-and-statistics/">Gender Statistics</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28111"><a href="https://pcw.gov.ph/laws-and-policies-on-women/">Laws and Policies on Women</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28112"><a href="https://pcw.gov.ph/best-practices-on-gad/">Success Stories on GAD</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28113"><a href="https://pcw.gov.ph/violence-against-women-helplines/">Violence Against Women Helplines</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children has-dropdown menu-item-25194"><a href="#">Focus Areas</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25198"><a href="https://pcw.gov.ph/education/">Education Sector</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25197"><a href="https://pcw.gov.ph/environment/">Environment Sector</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-26547"><a href="#">International Commitments</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26548"><a href="https://pcw.gov.ph/asean/">Association of South East Asian Nations (ASEAN)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26549"><a href="https://pcw.gov.ph/asia-pacific-economic-participation/">Asia-Pacific Economic Cooperation (APEC)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26557"><a href="https://pcw.gov.ph/beijing-platform-for-action/">Beijing Platform for Action (BPfA)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26550"><a href="https://pcw.gov.ph/convention-on-the-elimination-of-all-forms-of-discrimination/">Convention on the Elimination of all Forms of Discrimination Against Women (CEDAW)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26558"><a href="https://pcw.gov.ph/commission-on-the-status-of-women/">Commission on the Status of Women (CSW)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26563"><a href="https://pcw.gov.ph/gender-equality-and-the-sustainable-development-goals/">Gender Equality and the Sustainable Development Goals</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26565"><a href="https://pcw.gov.ph/peace-and-security-sector/">Peace and Security Sector</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown menu-item-26551"><a href="https://pcw.gov.ph/violence-against-women/">Violence Against Women</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-26564"><a href="https://pcw.gov.ph/faq-republic-act-no-11313/">FAQs Republic Act No. 11313: Safe Spaces Act (Bawal Bastos Law)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26559"><a href="https://pcw.gov.ph/inter-agency-council-on-violence-against-women-and-their-children/">Inter-Agency Council on Violence Against Women and their Children</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26562"><a href="http://iacat.gov.ph">Inter-Agency Council Against Trafficking</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26561"><a href="https://pcw.gov.ph/barangay-vaw-desk/">Barangay VAW Desk</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26560"><a href="https://pcw.gov.ph/local-committee-on-anti-trafficking-and-vaw/">Local Committee on Anti-Trafficking and VAW</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children has-dropdown menu-item-26556"><a>Women’s Economic Empowerment</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26552"><a href="https://pcw.gov.ph/agriculture-fisheries-and-forestry/">Agriculture, Fisheries and Forestry Sector</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-20768 current_page_item menu-item-26566"><a href="https://pcw.gov.ph/micro-small-and-medium-enterprises-development/">Micro, Small and Medium Enterprises Development Sector</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-26554"><a>Women’s Agenda</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26555"><a href="https://pcw.gov.ph/compedium-of-gewe-indicators/">Compendium of GEWE Indicators</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26553"><a href="https://pcw.gov.ph/gewe-plan/">Gender Equality and Women Empowerment Plan</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26586"><a href="https://pcw.gov.ph/womens-priority-legislative-agenda/">Women’s Priority Legislative Agenda</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown menu-item-26572"><a href="https://pcw.gov.ph/gender-mainstreaming/">Gender Mainstreaming</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26583"><a href="https://pcw.gov.ph/gad-budget-report/">GAD Budget</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26584"><a href="https://pcw.gov.ph/gender-mainstreaming-monitoring-system/">Gender Mainstreaming Monitoring System</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-26568"><a>News</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26579"><a href="https://pcw.gov.ph/press-releases-and-statements/">Press Releases and Statements</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26578"><a href="https://pcw.gov.ph/news-bites/">News Bites</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26580"><a href="https://pcw.gov.ph/archives/">Archives</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26571"><a href="https://pcw.gov.ph/faqs/">FAQs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-26575"><a>Campaigns & Events</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26574"><a href="https://pcw.gov.ph/18-day-campaign-to-end-vaw/">18-Day Campaign to End VAW</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26576"><a href="https://pcw.gov.ph/campaigns-events/">Campaigns and Other Events</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28605"><a href="https://pcw.gov.ph/national-womens-month/">National Women’s Month</a></li> </ul> </li> </ul> </nav> </div> </div> </div> <!-- banner --> <div class="container-banner banner-pads"> <div class="row"> <!-- For Version 2 --> <div class="large-9 columns container-main"> <header> <h1 class="entry-title">Micro, Small and Medium Enterprises Development Sector</h1> </header> </div> <!-- End For Version 2--> </div> </div> <!-- This is for line as a separator after slider image --> <span class=""> </span> <!-- end of line class as a separator --> <nav id="breadcrumbs" class="anchor" aria-label="You are here:" role="navigation"> <div class="row"> <div class="large-12 columns"> </div> </div> </nav> <div id="main-content" class="container-main" role="document"> <div class="row"> <div id="content" class="text-justify large-12 medium-12 columns" role="main"> <!-- For Version 1 --> <!-- <div class="large-12 container-main"> <header> <h1 class="entry-title">Micro, Small and Medium Enterprises Development Sector</h1> </header> </div> --> <!-- End for Version 1 --> <article id="post-20768" class="post-20768 page type-page status-publish hentry"> <!-- entry-content --> <div class="entry-content"> <br><br> <p class="has-large-font-size"><strong>Micro, Small and Medium Enterprises Development Sector</strong></p> <br><br> <p class="has-text-align-center has-medium-font-size"><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">Addressing the Impacts of the COVID-19 Pandemic to Women Entrepreneurs</mark></strong></p> <br> <div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" src="https://pcw.gov.ph/assets/files/2022/03/MSME-1.jpg" alt="" class="wp-image-20805" width="657" height="408"/></figure></div> <br> <p>The COVID-19 pandemic hits the economies and women around the world. The physical distancing, travel bans, and varying levels of community quarantine/lockdown being implemented immensely affect the sectors where women work predominantly and with a high concentration of women-owned/run micro, small and medium enterprises (MSMEs).<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color"><sup>1</sup></mark></p> <br> <p>In its 2019 List of Establishments, the Philippine Statistics Authority (PSA) recorded 1,000,506 business enterprises operating in the country. Of these, 99.5% (995,745) are MSMEs.<mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color"><sup>2</sup></mark> For the same year, the Department of Trade and Industry (DTI) recorded a total of 630,688 business name registration (new and renewal); 55.8% (352,181) were women-owned/run.</p> <br> <p>Luzon’s enhanced community quarantine (ECQ) was in place, and various containment measures were also implemented in other locations from April 28 to May 16, 2020. During this period, the United Nations Industrial Development Organization (UNIDO), in collaboration with the DTI and other partners from the government, private sector, the academe, and other development partners, embarked on the “<em>Assessment of the Socio-economic Effects of COVID-19 and Containment Measures on Philippine Enterprises</em>.”<sub><sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">3</mark></sup></sub> There were 235 respondent firms, 69% of which were microenterprises. About half of these firms were in the manufacturing sector, predominantly producing finished goods mainly for the domestic market. This segment also accounted for a more considerable proportion of youth-led and women-owned firms that had been in operations for three years or less.</p> <br> <p>Furthermore, among the various findings, the assessment notably revealed that most firms experienced difficulties coordinating their supply/value chains leading to shortages in raw material supply and impediments in distribution, shipping, and logistics. These were felt more by the microenterprises and the domestic-oriented firms. Challenges were compounded by most firms not having transparent and responsive plans for business continuity, especially during extraordinary situations.</p> <br> <p>The abovementioned issues were affirmed by the rapid survey conducted by the Project Management Office (PMO) of the Supporting Women’s Economic Empowerment (WEE) in the Philippines Project or GREAT Women Project 2, through its Local Area Coordinators (LACs), to determine the immediate effects of COVID-19 on the women micro-entrepreneurs (WMEs) across the priority regions of the project.<sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">4</mark></sup></p> <br> <div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" src="https://pcw.gov.ph/assets/files/2022/03/MSME-3.jpg" alt="" class="wp-image-20806"/></figure></div> <br> <p>Out of the 831 enrolled WMEs under the WEE Project, only 441 or 53.07%, participated in the electronic survey. Results show that the majority of the WMEs have temporarily suspended their business operations and have already terminated workers, resulting in loss of income for both parties. Among the challenges experienced by the WMEs include:</p> <ol><li>Lack of access to resources to transport their raw materials/products from/to suppliers and buyers.</li><li>Limited to no access to other market platforms to sell their products.</li><li>Unavailability of and limited knowledge to develop business continuity/disaster resiliency plans.</li><li>Limited to no access to essential services and support to entrepreneurs and their workers.</li><li>Lack of access to programs and services to rehabilitate their business.</li></ol> <br> <p>As the country moves forward from the COVID-19 pandemic, it mitigates disproportionate impacts on women entrepreneurs. It responds and targets women in all aspects of economic recovery, creates stimulus plans, and implements programs to ensure that efforts are gender-responsive, inclusive, and sustainable.</p> <br><br> <p class="has-text-align-center"><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color"><em>KEY ISSUES FACED BY WOMEN ENTREPRENEURS </em></mark></strong></p> <br> <p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">DIGITALIZATION.</mark> </strong>With the physical distancing and mobility restrictions implemented, digitalization is no longer an option but an imperative nowadays. Based on the records of the DTI, there are 85,074 new business name registrations (as of October 23, 2020) under the retail sale via the internet (business activity). Of these, 84% (70,199) are women.<sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">5</mark></sup></p> <br> <p>In 2019, DTI’s data shows that 64% of their MSMEs assisted by Negosyo Centers were women. Similarly, 64% of the 5.8M individual members of the coops in the National Association of Training Centers for Cooperatives (NATCCO) are women. In a survey conducted by the DTI from June 4 to 17, 2020, when community quarantines were imposed, 26% of over 2000 MSME respondents ceased operations, 52% went on partial operations. On the other hand, only 22% of partially operated remained in full operation. Meanwhile, 91% reported a decline in sales, and 74% reported a decrease in the workforce.<sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">6</mark></sup></p> <br> <p>E-commerce and other online modalities are helpful in selling, marketing, and managing enterprises at this time. However, based on a recently conducted Digital Readiness Study, while most have started their digital journey through popular social media sites like Facebook, women entrepreneurs need more knowledge and skills to optimize the digital platform and convert engagement to sales.<sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">7</mark></sup></p> <br> <p>Furthermore, the PMO of the GREAT Women Project 2 noted from its rapid survey that despite the health and safety risks of face-to-face interactions during the pandemic, most of the respondents still consider trade fairs as critical support to WMEs. However, significant events such as the Manila FAME, National Arts and Crafts Fair, National Food Fair, ArteFino, and regional trade fairs have been canceled. During the “<em>Roundtable Discussion with Stakeholders from the Homestyle and</em> <em>Wearables Industry”</em> held last July 6, 2020, it was tackled that the interest of WMEs in this mode of marketing and selling is linked to no or limited access to devices and internet connectivity as well as limited knowledge/skills in maximizing the benefits of the internet and other online/e-commerce platforms.<strong> </strong></p> <br> <p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">BUSINESS CONTINUITY AND FINANCING.</mark> </strong>As revealed by the two studies cited earlier, the unavailability and limited knowledge to develop business continuity/disaster resiliency plans are challenges of microenterprises nowadays.</p> <br> <div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" src="https://pcw.gov.ph/assets/files/2022/03/MSME-2.jpg" alt="" class="wp-image-20808"/></figure></div> <br> <p>The UNIDO assessed and reported that the majority of firms that were not able to operate, despite being permitted to, did not have business continuity plans. Consequently, it affected their ability to ensure the availability of raw materials, efficient transport of goods and human resources, and the implementation of workplace safety measures during crises.</p> <br> <p>In terms of financing, most firms have identified cash flow as one of the biggest challenges they expect to face during recovery. The UNIDO flagged that a higher proportion of microenterprises–female owners and owners 50 years old and below–did not apply for a loan in the past two years. This indicated concerns about the inclusivity and accessibility of loan facilities for specific groups.</p> <br> <p>In the rapid survey conducted by the GREAT Women Project 2, out of 12 interviewed WMEs across all levels and from varying industries, only two Level 1 WMEs and two Level 2 WMEs availed of government assistance for business recovery. Notably, the two Level 2 WMEs mentioned applied for the Department of Agriculture’s SURE Aid Program but have not received any feedback since June 2020. Other WMEs were unaware and did not know government assistance offered for businesses. All Level 3 WMEs mentioned in the interview were aware but did not avail of any government aid for business because of too many documents needed in the application process.</p> <br> <p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">A</mark></strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color"><strong>CCESS TO SUPPORT SERVICES.</strong> </mark>There were 285 respondents who participated in Wave 2 of the MSME Value Chain Rapid Response Survey of the United Nations Development Programme;<sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">8</mark></sup> 56% were female, 42% were male, 1% were LGBT+, and 1% chose not to disclose their gender. According to this survey, three months after the implementation of the ECQ, only 17.5% of them received assistance from the national government, 10% from LGUs, and a smaller percentage from other sectors such as own suppliers/customers (4%), NGOs (3%), and other private sector not part of the MSMEs’ supply chain (2%).</p> <br> <p>Specifically, more male respondents (41%) received assistance from at least one stakeholder compared to female respondents (32%). A higher percentage of male respondents received wage subsidies, deferred loan payments, loan assistance, and technical assistance, while the female group had a higher rate of respondents who received subsidized rents and other types of assistance (primarily grocery and food packs).</p> <br> <p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">MULTIPLE BURDEN.</mark> </strong>Prevailing socio-cultural norms in the Philippines place the majority if not all of the unpaid care work under the responsibility of women.</p> <p>In the context of the COVID-19 pandemic, the burden of unpaid care work on women is evident as they increasingly provide even greater support to family members, such as maintaining sanitary conditions at home and caring for sick family members, putting themselves at increased risk of<strong> </strong>becoming infected. Women in the formal and informal sectors also balance work/business with housework, childcare, and/or elder care.<sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">9</mark></sup></p> <br> <div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" src="https://pcw.gov.ph/assets/files/2022/03/MSME-4.jpg" alt="" class="wp-image-20809"/></figure></div> <br> <p>In April 2020, an online survey with 16 women-led companies, conducted by the UN Women-WeEmpowerAsia and Investing in Women, revealed that the COVID-19 pandemic likewise affected the employees of women-led businesses. Companies observed the balancing act of paid and unpaid work for both women and men employees, noting that while men were now actively involved in household work, the majority is still undertaken by women.<sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">10</mark></sup> </p> <br> <p>For the Cacao industry of the GREAT Women Project 2, a study shows that the WMEs and their workers (mostly women) now face the burden of increased household chores as family members lose work and children stay at home unable to go to school. Gender-related concerns set in, and women now face multiple burdens of managing the house and contemplating how their businesses can recover.</p> <br> <p>The Rapid Survey of the GREAT Women Project 2 reported that multiple roles and responsibilities, multi-level and crosscutting issues of WMEs related to enterprise and gender were magnified by the results of the pandemic. This translated the WMEs low assessment on their level of happiness, life satisfaction, and overall wellbeing. Furthermore, the feelings of nervousness, stress and pressure registered high among the H&W WME respondents. Lastly, data showed that most WMEs were worried about their state of mental health. </p> <br><br> <hr class="wp-block-separator is-style-wide"/> <p class="has-small-font-size"><strong>References/Cited Sources:</strong><br><sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">1</mark></sup> The Philippines employs two criteria in operationally defining MSMEs, namely employment and asset size. The PSA classifies an enterprise as a micro if it has less than 10 employees, small if it has 10-99 employees, medium with 100-199 employees, and large if it has 200 or more employees. On the other hand, the Magna Carta for Micro, Small and Medium Enterprises (MSMEs) classifies an enterprise as micro if it has up to Php 3,000,000 asset size, small if it has Php 3,000,001–15,000,000 asset size, medium if it has Php 15,000,0001–100,000,000 asset size, and large if it has Php 100,000,001 and above asset size.<br><br><sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">2</mark></sup> DTI. (n.d.) 2019 MSME Statistics. Retrieved from https://www.dti.gov.ph/resources/msme-statistics/<br><br><sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">3</mark></sup> UNIDO. (2020). Assessment of the Socio-economic Effects of COVID-19 and Containment Measures on Philippine Enterprises. Retrieved from https://dtiwebfiles.s3-ap-southeast-1.amazonaws.com/COVID19Resources/Reports/Philippine+SME+Assessment+FINAL+REPORT.pdf<br><br><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">4</mark> PCW WEE Project Management Office Supporting Women’s Economic Empowerment (WEE) in the Philippines Project (GREAT Women Project 2). (2020). WEE Project Study on the Immediate Effects of COVID-19 to Women Micro Enterprises<br><br><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">5</mark> From the presentation of DTI Assistant Secretary Mary Jean T. Pacheco during the W-GDP Webinar Series on Women’s Economic Empowerment, No. 3: Making Online Business Work for Women MSMEs, October 23 2020<br><br><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">6</mark> DTI. (2020). Empowering Pinay entrepreneurs through digitalization. Retrieved from https://www.dti.gov.ph/archives/news-archives/empowering-pinay-entrepreneurs-through-digitalization/?doing_wp_cron=1609048159.6310379505157470703125<br><br><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">7</mark> Ibid.<br><br><sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">8</mark></sup> UNDP. (2020). MSME Value Chain Rapid Response Survey (Wave 2). Retrieved from https://dtiwebfiles.s3-ap-southeast-1.amazonaws.com/COVID19Resources/Reports/MSME+Value+Chain+Rapid+Response+Survey_Wave+2.pdf<br><br><sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">9</mark></sup> UN Women. (2020). Gender Snapshot: COVID-19 in the Philippines. Retrieved from https://asiapacific.unwomen.org/en/digital-library/publications/2020/04/gender-snapshot-covid-19-in-the-philippines<br><br><sup><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-vivid-purple-color">10</mark></sup> UN Women. (2020). Gendered dimensions of COVID-19 in the Philippines. Retrieved from https://asiapacific.unwomen.org/en/digital-library/publications/2020/06/gendered-dimensions-of-covid-19-in-the-philippines</p> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <div class="getsocial gs-inline-group" ></div> </div> </article> </div><!-- end content --> </div><!-- end row --> </div><!-- end main --> <div id="panel-bottom" class="anchor" role="complementary"> <div class="row"> <aside id="panel-bottom-3" class="large-12 columns" role="complementary"> <div id="block-10" class="widget widget_block"></div> </aside> </div> </div> <!-- agency footer --> <div id="footer" class="anchor" name="agencyfooter"> <div id="supplementary" class="row"> <div class="large-4 columns" role="complementary"> <aside id="block-8" class="widget widget_block"><p class=sitemaps> <b>About PCW</b><br> <a href=https://pcw.gov.ph/herstory/ class=sitemaps>Herstory</a><br> <a href=https://pcw.gov.ph/mission-and-vision/ class=sitemaps>Vision, Mission, Mandates and Functions</a><br> <a href=https://pcw.gov.ph/philippine-commission-on-women/ class=sitemaps>The Philippine Commission on Women</a><br> <a href=https://pcw.gov.ph/the-logo/ class=sitemaps>The Logo</a><br> <a href=https://pcw.gov.ph/quality-policy-statement/ class=sitemaps>Quality Policy Statement</a><br> <a href=https://pcw.gov.ph/core-values/ class=sitemaps>Core Values</a><br> <a href=https://pcw.gov.ph/organizational-structure/ class=sitemaps>Organizational Structure</a><br> <a href=https://pcw.gov.ph/citizens-charter/ class=sitemaps>Citizen's Charter</a><br> <a href=https://pcw.gov.ph/pcw-accomplishment-reports/ class=sitemaps>PCW Accomplishment Reports</a><br> <a href=https://pcw.gov.ph/our-website-privacy-policy/ class=sitemaps>Our Website Privacy Policy</a><br><br><b>Projects/Programs</b><br> <a href=https://pcw.gov.ph/gadtimpala/ class=sitemaps>GADtimpala</a><br> <a href=https://pcw.gov.ph/gad-webinar/ class=sitemaps>GAD Webinar</a><br> <a href=https://pcw.gov.ph/gender-and-development-local-learning-hub/ class=sitemaps>Gender and Development Local Learning Hub</a><br> <a href=https://pcw.gov.ph/great-women-project/ class=sitemaps>Great Women Project 2</a><br><br><b><a href=https://pcw.gov.ph/the-national-gender-and-resource-program/ class=sitemaps>National GAD Resource Program</a></b><br> <a href=https://pcw.gov.ph/call-for-applications-philippine-commission-on-women-national-gad-resource-pool-batch-9/ class=sitemaps>National GAD Resource Pool Batch 9</a><br> <a href=https://pcw.gov.ph/profiling-and-certification-of-gad-training-programs/ class=sitemaps>Profiling and Certification of GAD Training Programs</a><br><br><b><a href=https://pcw.gov.ph/tinig-ng-kababaihan/ class=sitemaps>Tinig ng Kababaihan</a></b><br><br><b><a href=https://pcw.gov.ph/transparency/ class=sitemaps>Transparency</a></b></p><p class=sitemaps> <b>Opportunities</b><br> <a href="https://pcw.gov.ph/bids-and-awards/"class=sitemaps>Bids and Awards</a><br> <a href="https://pcw.gov.ph/jobs/"class=sitemaps>Jobs</a><br><br></aside> </div> <div class="large-4 columns" role="complementary"> <aside id="block-9" class="widget widget_block"><p class=sitemaps><b>Resources</b><br> <a href=https://library.pcw.gov.ph class=sitemaps>Digital GAD Library</a><br> <a href=https://pcw.gov.ph/magna-carta-of-women/ class=sitemaps>Magna Carta of Women</a><br> <a href=https://pcw.gov.ph/gender-and-statistics/ class=sitemaps>Gender Statistics</a><br> <a href=https://pcw.gov.ph/covid-19-resources/ class=sitemaps>Covid-19 resources</a><br> <a href=https://pcw.gov.ph/laws-and-policies-on-women/ class=sitemaps>Laws and Policies on Women</a><br> <a href=https://pcw.gov.ph/best-practices-on-gad/ class=sitemaps>Success Stories on GAD</a><br> <a href=https://pcw.gov.ph/violence-against-women-helplines/ class=sitemaps>VAW Helplines</a><br><br><b>Focus Areas</b><br> <a href=https://pcw.gov.ph/education/ class=sitemaps>Education Sector</a><br> <a href=https://pcw.gov.ph/environment/ class=sitemaps>Environment Sector</a><br><br><b>International Commitments</b><br> <a href=https://pcw.gov.ph/asean/ class=sitemaps>Association of Southeast Asian Nations</a><br> <a href=https://pcw.gov.ph/asia-pacific-economic-participation/ class=sitemaps>Asia Pacific Economic Participation</a><br> <a href=https://pcw.gov.ph/beijing-platform-for-action/ class=sitemaps>Beijing Platform for Action</a><br> <a href=https://pcw.gov.ph/convention-on-the-elimination-of-all-forms-of-discrimination/ class=sitemaps>Convention on the Elimination of all Forms of Discrimination Against Women</a><br> <a href=https://pcw.gov.ph/commission-on-the-status-of-women/ class=sitemaps>Commission on the Status of Women</a><br> <a href=https://pcw.gov.ph/gender-equality-and-the-sustainable-development-goals/ class=sitemaps>Gender Equality and the Sustainable Development Goals</a> <br><br><b><a href=https://pcw.gov.ph/peace-and-security-sector/ class=sitemaps> Peace and Security Sector</a></b><br><br><b><a href=https://pcw.gov.ph/violence-against-women/ class=sitemaps >Violence Against Women</a></b><br> <a href=https://pcw.gov.ph/faq-republic-act-no-11313/ class=sitemaps>FAQs Republic Act No. 11313: Safe Spaces Act (Bawal Bastos Law)</a><br> <a href=https://pcw.gov.ph/inter-agency-council-on-violence-against-women-and-their-children/ class=sitemaps>Inter-Agency Council on Violence Against Women and their Children</a><br> <a href=http://iacat.gov.ph class=sitemaps>Inter-Agency Council Against Trafficking</a><br> <a href=https://pcw.gov.ph/barangay-vaw-desk/ class=sitemaps >Barangay VAW Desk</a> <a href=https://pcw.gov.ph/local-committee-on-anti-trafficking-and-vaw/ class=sitemaps>Local Committee on Anti-Trafficking and VAW</a><br><br></aside> </div> <div class="large-4 columns" role="complementary"> <aside id="block-12" class="widget widget_block"><b class=sitemaps>Women's Economic Empowerment</b><br> <a href=https://pcw.gov.ph/agriculture-fisheries-and-forestry/ class=sitemaps>Agriculture, Fisheries and Forestry Sector</a><br> <a href=https://pcw.gov.ph/micro-small-and-medium-enterprises-development/ class=sitemaps>Micro, Small and Medium Enterprises Development Sector</a><br><br><b class=sitemaps>Women's Agenda</b><br> <a href=https://pcw.gov.ph/compedium-of-gewe-indicators/ class=sitemaps>Compendium of GEWE Indicators</a><br> <a href=https://pcw.gov.ph/gewe-plan/ class=sitemaps>Gender Equality and Women Empowerment Plan</a><br> <a href=https://pcw.gov.ph/womens-priority-legislative-agenda/ class=sitemaps>Women’s Priority Legislative Agenda</a><br><br><b><a href=https://pcw.gov.ph/gender-mainstreaming/ class=sitemaps >Gender Mainstreaming</b></a><br> <a href=https://pcw.gov.ph/gad-budget-report/ class=sitemaps>GAD Budget</a><br> <a href=https://pcw.gov.ph/gender-mainstreaming-monitoring-system/ class=sitemaps>Gender Mainstreaming Monitoring System</a><br><br><b class=sitemaps>News</b><br> <a href=https://pcw.gov.ph/press-releases-and-statements/ class=sitemaps>Press Releases and Statements</a><br> <a href=https://pcw.gov.ph/news-bites/ class=sitemaps>News Bites</a><br> <a href=https://pcw.gov.ph/archives/ class=sitemaps>Archives</a><br><br><b><a href=https://pcw.gov.ph/faqs/ class=sitemaps>FAQs</a></b><br><br><b class=sitemaps>Campaigns and Events</b><br> <a href=https://pcw.gov.ph/18-day-campaign-to-end-vaw/ class=sitemaps>18-Day Campaign to End VAW</a><br> <a href=https://pcw.gov.ph/campaigns-events/ class=sitemaps>Campaigns and Other Events</a><br> <a href=https://pcw.gov.ph/national-womens-month/ class=sitemaps>National Women’s Month</a><br><br><b class=sitemaps>Contact Us</b><br> <a href=https://pcw.gov.ph/connect-with-us/ class=sitemaps>Connect with Us</a><br> <a href=https://pcw.gov.ph/pcw-directory/ class=sitemaps>PCW Directory</a><br> <a href=https://pcw.gov.ph/vicinity-map/ class=sitemaps>Vicinity Map</a></p></aside> </div> </div> </div> <!-- standard footer --> <div id="gwt-standard-footer"></div> <!-- end standard footer --> </div><!-- #off-canvass-content --> </div><!-- #off-canvass-wrapper inner --> </div><!-- #off-canvass-wrapper --> <!-- standard footer script --> <script type="text/javascript"> (function(d, s, id) { var js, gjs = d.getElementById('gwt-standard-footer'); js = d.createElement(s); js.id = id; js.src = "//gwhs.i.gov.ph/gwt-footer/footer.js"; gjs.parentNode.insertBefore(js, gjs); }(document, 'script', 'gwt-footer-jsdk')); </script> <!-- philippine standard time script--> <script type="text/javascript" id="gwt-pst"> (function(d, eId) { var js, gjs = d.getElementById(eId); js = d.createElement('script'); js.id = 'gwt-pst-jsdk'; js.src = "//gwhs.i.gov.ph/pst/gwtpst.js?" + new Date().getTime(); gjs.parentNode.insertBefore(js, gjs); }(document, 'gwt-pst')); var gwtpstReady = function() { var firstPst = new gwtpstTime('pst-time'); } </script> <!-- end philippine standard time --> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v12.0&autoLogAppEvents=1"> </script> <!--copyscapeskip--> <aside id="moove_gdpr_cookie_info_bar" class="moove-gdpr-info-bar-hidden moove-gdpr-align-center moove-gdpr-dark-scheme gdpr_infobar_postion_bottom" aria-label="GDPR Cookie Banner" style="display: none;"> <div class="moove-gdpr-info-bar-container"> <div class="moove-gdpr-info-bar-content"> <div class="moove-gdpr-cookie-notice"> <p>We are using cookies to give you the best experience on our website.</p> <p>You can find out more about which cookies we are using or switch them off in <button data-href="#moove_gdpr_cookie_modal" class="change-settings-button">settings</button>.</p> <button class="moove-gdpr-infobar-close-btn gdpr-content-close-btn" aria-label="Close GDPR Cookie Banner"> <span class="gdpr-sr-only">Close GDPR Cookie Banner</span> <i class="moovegdpr-arrow-close"></i> </button> </div> <!-- .moove-gdpr-cookie-notice --> <div class="moove-gdpr-button-holder"> <button class="mgbutton moove-gdpr-infobar-allow-all gdpr-fbo-0" aria-label="Accept" >Accept</button> <button class="mgbutton moove-gdpr-infobar-reject-btn gdpr-fbo-1 " aria-label="Reject">Reject</button> <button class="moove-gdpr-infobar-close-btn gdpr-fbo-3" aria-label="Close GDPR Cookie Banner" > <span class="gdpr-sr-only">Close GDPR Cookie Banner</span> <i class="moovegdpr-arrow-close"></i> </button> </div> <!-- .button-container --> </div> <!-- moove-gdpr-info-bar-content --> </div> <!-- moove-gdpr-info-bar-container --> </aside> <!-- #moove_gdpr_cookie_info_bar --> <!--/copyscapeskip--> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/plugins/content-views-query-and-display-post-page/assets/ie-fix/html5shiv.min.js?ver=3.7.0" id="pt-cv-html5shiv-script-js"></script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/plugins/content-views-query-and-display-post-page/assets/ie-fix/respond.js?ver=1.4.2" id="pt-cv-respond-script-js"></script> <script type="text/javascript" id="pt-cv-content-views-script-js-extra"> /* <![CDATA[ */ var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"51aee788d5","is_admin":"","is_mobile":"","ajaxurl":"https:\/\/pcw.gov.ph\/wp-admin\/admin-ajax.php","lang":"","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw=="}; var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"}; /* ]]> */ </script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=4.0.1" id="pt-cv-content-views-script-js"></script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/plugins/tabs-responsive/assets/js/tabs-custom.js?ver=6.5.5" id="wpsm_tabs_r_custom-js-front-js"></script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/js/skip-link-focus-fix.js?ver=20130115" id="gwt_wp-skip-link-focus-fix-js"></script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/themes/gwt-wordpress-gwt-wordpress-26.0.0/js/theme.js?ver=20160530" id="gwt_wp-theme-js-js"></script> <script type="text/javascript" id="moove_gdpr_frontend-js-extra"> /* <![CDATA[ */ var moove_frontend_gdpr_scripts = {"ajaxurl":"https:\/\/pcw.gov.ph\/wp-admin\/admin-ajax.php","post_id":"20768","plugin_dir":"https:\/\/pcw.gov.ph\/wp-content\/plugins\/gdpr-cookie-compliance","show_icons":"all","is_page":"1","ajax_cookie_removal":"false","strict_init":"1","enabled_default":{"third_party":0,"advanced":0},"geo_location":"false","force_reload":"false","is_single":"","hide_save_btn":"false","current_user":"0","cookie_expiration":"365","script_delay":"2000","close_btn_action":"1","close_btn_rdr":"","scripts_defined":"{\"cache\":true,\"header\":\"\",\"body\":\"\",\"footer\":\"\",\"thirdparty\":{\"header\":\"\",\"body\":\"\",\"footer\":\"\"},\"advanced\":{\"header\":\"\",\"body\":\"\",\"footer\":\"\"}}","gdpr_scor":"true","wp_lang":"","wp_consent_api":"false"}; /* ]]> */ </script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/plugins/gdpr-cookie-compliance/dist/scripts/main.js?ver=4.15.5" id="moove_gdpr_frontend-js"></script> <script type="text/javascript" id="moove_gdpr_frontend-js-after"> /* <![CDATA[ */ var gdpr_consent__strict = "false" var gdpr_consent__thirdparty = "false" var gdpr_consent__advanced = "false" var gdpr_consent__cookies = "" /* ]]> */ </script> <script type="text/javascript"> if(typeof jQuery != "undefined") { jQuery('.siq-expsearch-icon').each(function(){ var searchBox = (jQuery(this).parents('.siq-icon-searchbox-wrap').length > 0) ? jQuery(this).parents('.siq-icon-searchbox-wrap') : jQuery('.siq-menu-searchbox-wrap') ; var inputBox = searchBox.find('.siq-expsearch-input'); jQuery(this).on('click', function () { if (!searchBox.hasClass('siq-search-open')) { searchBox.addClass('siq-search-open'); inputBox.focus(); } else { searchBox.removeClass('siq-search-open'); inputBox.focusout(); } }); jQuery('body').click(function (evt) { if (evt.target.id == "siq-menu-searchbox-wrap") return; if (jQuery(evt.target).closest('#siq-menu-searchbox-wrap').length || jQuery(evt.target).closest('.siq-icon-searchbox-wrap').length) return; if (searchBox.hasClass('siq-search-open')) { searchBox.removeClass('siq-search-open'); } }); }); } </script> <!--copyscapeskip--> <!-- V1 --> <div id="moove_gdpr_cookie_modal" class="gdpr_lightbox-hide" role="complementary" aria-label="GDPR Settings Screen"> <div class="moove-gdpr-modal-content moove-clearfix logo-position-left moove_gdpr_modal_theme_v1"> <button class="moove-gdpr-modal-close" aria-label="Close GDPR Cookie Settings"> <span class="gdpr-sr-only">Close GDPR Cookie Settings</span> <span class="gdpr-icon moovegdpr-arrow-close"></span> </button> <div class="moove-gdpr-modal-left-content"> <div class="moove-gdpr-company-logo-holder"> <img src="https://pcw.gov.ph/assets/files/2020/08/pcw-default.jpg" alt="Philippine Commission on Women" class="img-responsive" /> </div> <!-- .moove-gdpr-company-logo-holder --> <ul id="moove-gdpr-menu"> <li class="menu-item-on menu-item-privacy_overview menu-item-selected"> <button data-href="#privacy_overview" class="moove-gdpr-tab-nav" aria-label="Privacy Overview"> <span class="gdpr-nav-tab-title">Privacy Overview</span> </button> </li> <li class="menu-item-strict-necessary-cookies menu-item-off"> <button data-href="#strict-necessary-cookies" class="moove-gdpr-tab-nav" aria-label="Strictly Necessary Cookies"> <span class="gdpr-nav-tab-title">Strictly Necessary Cookies</span> </button> </li> </ul> <div class="moove-gdpr-branding-cnt"> <a href="https://wordpress.org/plugins/gdpr-cookie-compliance/" rel="noopener noreferrer" target="_blank" class='moove-gdpr-branding'>Powered by <span>GDPR Cookie Compliance</span></a> </div> <!-- .moove-gdpr-branding --> </div> <!-- .moove-gdpr-modal-left-content --> <div class="moove-gdpr-modal-right-content"> <div class="moove-gdpr-modal-title"> </div> <!-- .moove-gdpr-modal-ritle --> <div class="main-modal-content"> <div class="moove-gdpr-tab-content"> <div id="privacy_overview" class="moove-gdpr-tab-main"> <span class="tab-title">Privacy Overview</span> <div class="moove-gdpr-tab-main-content"> <p>This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.</p> </div> <!-- .moove-gdpr-tab-main-content --> </div> <!-- #privacy_overview --> <div id="strict-necessary-cookies" class="moove-gdpr-tab-main" style="display:none"> <span class="tab-title">Strictly Necessary Cookies</span> <div class="moove-gdpr-tab-main-content"> <p>Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.</p> <div class="moove-gdpr-status-bar "> <div class="gdpr-cc-form-wrap"> <div class="gdpr-cc-form-fieldset"> <label class="cookie-switch" for="moove_gdpr_strict_cookies"> <span class="gdpr-sr-only">Enable or Disable Cookies</span> <input type="checkbox" aria-label="Strictly Necessary Cookies" value="check" name="moove_gdpr_strict_cookies" id="moove_gdpr_strict_cookies"> <span class="cookie-slider cookie-round" data-text-enable="Enabled" data-text-disabled="Disabled"></span> </label> </div> <!-- .gdpr-cc-form-fieldset --> </div> <!-- .gdpr-cc-form-wrap --> </div> <!-- .moove-gdpr-status-bar --> <div class="moove-gdpr-strict-warning-message" style="margin-top: 10px;"> <p>If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.</p> </div> <!-- .moove-gdpr-tab-main-content --> </div> <!-- .moove-gdpr-tab-main-content --> </div> <!-- #strict-necesarry-cookies --> </div> <!-- .moove-gdpr-tab-content --> </div> <!-- .main-modal-content --> <div class="moove-gdpr-modal-footer-content"> <div class="moove-gdpr-button-holder"> <button class="mgbutton moove-gdpr-modal-allow-all button-visible" aria-label="Enable All">Enable All</button> <button class="mgbutton moove-gdpr-modal-save-settings button-visible" aria-label="Save Settings">Save Settings</button> </div> <!-- .moove-gdpr-button-holder --> </div> <!-- .moove-gdpr-modal-footer-content --> </div> <!-- .moove-gdpr-modal-right-content --> <div class="moove-clearfix"></div> </div> <!-- .moove-gdpr-modal-content --> </div> <!-- #moove_gdpr_cookie_modal --> <!--/copyscapeskip--> <div><a href="#page" id="back-to-top" style="display: inline;"><i class="fa fa-arrow-circle-up fa-2x"></i></a></div> </body> </html>