CINXE.COM
Transparency | 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>Transparency | 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\/transparency\/"}; 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=1732720132' 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=1732720132' 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/20357" /><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/transparency/" /> <link rel='shortlink' href='https://pcw.gov.ph/?p=20357' /> <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%2Ftransparency%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%2Ftransparency%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-20357 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 current-menu-item 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 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 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 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 current-menu-item 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 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 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 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">Transparency</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">Transparency</h1> </header> </div> --> <!-- End for Version 1 --> <article id="post-20357" class="post-20357 page type-page status-publish hentry"> <!-- entry-content --> <div class="entry-content"> <br><br> <p class="has-large-font-size"><strong><strong>Transparency</strong></strong></p> <br> <p style="font-size:30px"><strong><strong>National Budget Circular 542</strong></strong></p> <br> <p>National Budget Circular 542, issued by the Department of Budget and Management on August 29, 2012, reiterates compliance with Section 93 of the General Appropriations Act of FY2012. Section 93 is the Transparency Seal provision, to wit:</p> <p>Sec. 93. Transparency Seal. To enhance transparency and enforce accountability, all national government agencies shall maintain a transparency seal on their official websites. The transparency seal shall contain the following information: <strong>(i)</strong> the agency’s mandates and functions, names of its officials with their position and designation, and contact information; <strong>(ii)</strong> annual reports, as required under National Budget Circular Nos. 507 and 507-A dated January 31, 2007 and June 12, 2007, respectively, for the last three (3) years; <strong>(iii)</strong> their respective approved budgets and corresponding targets immediately upon approval of this Act; <strong>(iv)</strong> major programs and projects categorized in accordance with the five key results areas under E.O. No. 43, s. 2011; <strong>(v)</strong> the program/projects beneficiaries as identified in the applicable special provisions; <strong>(vi)</strong> status of implementation and program/project evaluation and/or assessment reports; and<strong> (vii)</strong> annual procurement plan, contracts awarded and the name of contractors/suppliers/consultants.</p> <p>A Transparency Seal, prominently displayed on the main page of the website, is a certificate that PCW has complied with the requirements of Section 93. This Seal links to pages which contain an index of downloadable items of each of the above-mentioned documents.</p> <br> <p style="font-size:30px"><strong><strong><strong>Symbolism</strong></strong></strong></p> <div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"> <figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://pcw.gov.ph/assets/files/2019/03/transparency-seal-160x160.png" alt="" class="wp-image-1483" style="width:215px;height:215px"/></figure> </div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%"> <p>A pearl buried inside a tightly-shut shell is practically worthless. Government information is a pearl, meant to be shared with the public in order to maximize its inherent value.</p> <p>The Transparency Seal, depicted by a pearl shining out of an open shell, is a symbol of a policy shift towards openness in access to government information. On the one hand, it hopes to inspire Filipinos in the civil service to be more open to citizen engagement; on the other, to invite the Filipino citizenry to exercise their right to participate in governance.</p> <p>This initiative is envisioned as a step in the right direction towards solidifying the position of the Philippines as the Pearl of the Orient – a shining example for democratic virtue in the region.</p> <p>PCW Compliance with Sec. 93 (Transparency Seal) R.A. No. 10155 (General Appropriations Act FY 2012)</p> </div> </div> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>I. The agency’s mandates and functions, names of its officials with their position and designation, and contact information</strong></p> <p><a href="https://pcw.gov.ph/mission-and-vision/">A. The Agency’s Vision, Mission, Mandates and Functions</a><br><a href="https://pcw.gov.ph/pcw-directory/">B. Directory: Position, Designation and Contact Information</a></p> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>II. <strong>Annual Financial Report as Required by National Budget Circular Nos. 507 and 507-A</strong></strong></p> <p><a href="https://pcw.gov.ph/transparency-budget-execution-documents/">A. Budget Execution Documents (BEDs)</a></p> <p><a href="https://pcw.gov.ph/transparency-financial-accountability-report/">B. Financial Accountability Report (FAR)</a></p> <p><a href="https://pcw.gov.ph/transparency-budget-accountability-reports-bars/">C. Budget Accountability Reports (BARs)</a></p> <p><a href="https://pcw.gov.ph/transparency-detailed-statement-of-income-and-expenses-dsie/">D. Detailed Statement of Income and Expenses (DSIE)</a></p> <p><a href="https://pcw.gov.ph/transparency-annual-audit-report-aar/">E. Annual Audit Report (AAR)</a></p> <p></p> <br> <p class=".transparency-link has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>III. PCW Approved Budgets and Corresponding Targets</strong></p> <ul> <li><a href="https://pcw.gov.ph/transparency-pcw-approved-budgets-and-corresponding-targets/">Approved Budgets and Corresponding Targets</a></li> </ul> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>IV. The program/projects beneficiaries as identified in the applicable special provisions</strong></p> <ul> <li><a href="https://pcw.gov.ph/transparency-programs-projects-beneficiaries-as-identified-in-the-applicable-special-provision-great-women-project/">Supporting Women’s Economic Empowerment Project in the Philippines (GREAT Women Project 2)</a></li> </ul> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>V. Annual Procurement Plan, Contracts awarded and the name of contractors / suppliers / consultants</strong></p> <p><a href="https://pcw.gov.ph/transparency-annual-procurement-plans/">1. Annual Procurement Plans</a></p> <p><a href="https://pcw.gov.ph/transparency-procurement-monitoring-report/">2. Procurement Monitoring Report</a></p> <p><a href="https://pcw.gov.ph/transparency-early-procurement/">3. Early Procurement</a></p> <p><a href="https://pcw.gov.ph/transparency-awarded-contracts/">4. Awarded Contracts</a></p> <p><a href="https://pcw.gov.ph/transparency-agency-procurement-compliance-and-performance-indicator-apcpi/">5. Agency Procurement Compliance and Performance Indicator (APCPI)</a></p> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>VI. <strong>Quality Management System (QMS) Certification Initiatives and Efforts</strong></strong></p> <ul> <li><a href="https://pcw.gov.ph/transparency-quality-management-system/">Quality Management System (QMS) Certification Initiatives and Efforts</a></li> </ul> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>VII. System of Ranking Delivery Units</strong></p> <ul> <li><a href="https://pcw.gov.ph/transparency-system-of-ranking-delivery-units/">System of Ranking Delivery Units</a></li> </ul> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>VIII. Agency Review and Compliance Procedure of Statements and Financial Disclosure</strong></p> <ul> <li><a href="https://pcw.gov.ph/transparency-agency-review-and-compliance-procedure-of-statements/">Agency Review and Compliance Procedure of Statements and Financial Disclosure</a></li> </ul> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong><a href="https://pcw.gov.ph/freedom-of-information-2/"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-white-color">IX. Freedom of Information (FOI)</mark></a></strong></p> <ul> <li><a href="https://docs.google.com/spreadsheets/d/1jhOEs46YWuYJWJR8MkBxF9zNC0VgJqkd/edit?usp=drive_link&ouid=107142436456211879282&rtpof=true&sd=true" data-type="link" data-id="https://docs.google.com/spreadsheets/d/1jhOEs46YWuYJWJR8MkBxF9zNC0VgJqkd/edit?usp=drive_link&ouid=107142436456211879282&rtpof=true&sd=true">PCW FOI Reports, as of September 2024</a></li> <li><a href="https://pcw.gov.ph/assets/files/2024/01/Signed_PCW-Peoples-FOI-Manual-2024-with-Annexes.pdf" target="_blank" rel="noreferrer noopener">Freedom of Information Manual</a></li> <li><a href="https://docs.google.com/spreadsheets/d/1E2NUsCi2l8xeFtpx3UKxCNLqZynwcW3j/edit?usp=drive_link&ouid=107142436456211879282&rtpof=true&sd=true" data-type="link" data-id="https://docs.google.com/spreadsheets/d/1E2NUsCi2l8xeFtpx3UKxCNLqZynwcW3j/edit?usp=drive_link&ouid=107142436456211879282&rtpof=true&sd=true">PCW FOI Reports, as of June 2024</a></li> <li><a href="https://docs.google.com/spreadsheets/d/1dmNYZenmb7sIpVuXCEGzoLIJRol_r7wg/edit#gid=1418297626" target="_blank" rel="noreferrer noopener nofollow">PCW FOI Reports, as of March 2024</a></li> <li><a href="https://docs.google.com/spreadsheets/d/1dmNYZenmb7sIpVuXCEGzoLIJRol_r7wg/edit#gid=224628271">PCW FOI Reports, as of December 2023</a></li> <li><a href="https://pcw.gov.ph/assets/files/2024/01/FOI-One-Page-Manual-as-of-20240116-scaled.jpg" target="_blank" rel="noreferrer noopener">One-Page FOI Manual</a></li> </ul> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>X. <strong>Major Programs/Projects Categorized in Accordance with the Five Key Result Areas Under Executive Order No. 43, s. 2011</strong></strong></p> <ul> <li><a href="https://pcw.gov.ph/assets/files/2019/04/2013_five_priority_areas_spending.pdf">2013 Five Priority Areas Spending</a></li> </ul> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>XI. Good Governance Certifications and Report</strong></p> <p><a href="https://pcw.gov.ph/transparency-seal-certification/">1. Transparency Seal Certification</a></p> <p><a href="https://pcw.gov.ph/transparency-philgeps-updating-compliance/">2. PhilGEPS Updating Compliance</a></p> <p><a href="https://pcw.gov.ph/transparency-report-of-the-aging-of-cash-advances/">3. Report of the Aging of Cash Advances</a></p> <p><a href="https://pcw.gov.ph/transparency-anti-red-tape-act-compliance-certification/">4. Anti-Red Tape Act Compliance Certifications</a></p> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>XII. Accountability Report Card (MARC-1 and MARC-2)</strong></p> <ul> <li><a href="https://pcw.gov.ph/transparency-accountability-report-card-marc-1-and-marc-2/">Accountability Report Card</a></li> </ul> <br> <p class="has-white-color has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background"><strong>XIII. Audit Observations and Recommendations</strong></p> <ul> <li><a href="https://pcw.gov.ph/transparency-audit-observations-and-recommendations/">Audit Observations and Recommendations</a></li> </ul> <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--> <style id='core-block-supports-inline-css' type='text/css'> .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1{flex-wrap:nowrap;} </style> <script type="text/javascript" id="real3d-flipbook-forntend-js-extra"> /* <![CDATA[ */ var r3d_frontend = {"rootFolder":"https:\/\/pcw.gov.ph\/wp-content\/plugins\/real3d-flipbook-lite\/","version":"4.8.5","options":{"pages":[],"pdfUrl":"","printPdfUrl":"","tableOfContent":[],"id":"","bookId":"","date":"","lightboxThumbnailUrl":"","mode":"normal","viewMode":"webgl","pageTextureSize":"2048","pageTextureSizeSmall":"1500","pageTextureSizeMobile":"","pageTextureSizeMobileSmall":"1024","minPixelRatio":"1","pdfTextLayer":"true","zoomMin":"0.9","zoomStep":"2","zoomSize":"","zoomReset":"false","doubleClickZoom":"true","pageDrag":"true","singlePageMode":"false","pageFlipDuration":"1","sound":"true","startPage":"1","pageNumberOffset":"0","deeplinking":{"enabled":"false","prefix":""},"responsiveView":"true","responsiveViewTreshold":"768","responsiveViewRatio":"1","cover":"true","backCover":"true","height":"400","responsiveHeight":"true","containerRatio":"","thumbnailsOnStart":"false","contentOnStart":"false","searchOnStart":"","searchResultsThumbs":"false","tableOfContentCloseOnClick":"true","thumbsCloseOnClick":"true","autoplayOnStart":"false","autoplayInterval":"3000","autoplayLoop":"true","autoplayStartPage":"1","rightToLeft":"false","pageWidth":"","pageHeight":"","thumbSize":"130","logoImg":"","logoUrl":"","logoUrlTarget":"","logoCSS":"position:absolute;left:0;top:0;","menuSelector":"","zIndex":"auto","preloaderText":"","googleAnalyticsTrackingCode":"","pdfBrowserViewerIfIE":"false","modeMobile":"","viewModeMobile":"","aspectMobile":"","aspectRatioMobile":"0.71","singlePageModeIfMobile":"false","logoHideOnMobile":"false","mobile":{"thumbnailsOnStart":"false","contentOnStart":"false","currentPage":{"enabled":"false"}},"lightboxCssClass":"","lightboxLink":"","lightboxLinkNewWindow":"true","lightboxBackground":"rgb(81, 85, 88)","lightboxBackgroundPattern":"","lightboxBackgroundImage":"","lightboxContainerCSS":"display:inline-block;padding:10px;","lightboxThumbnailHeight":"300","lightboxThumbnailUrlCSS":"display:block;","lightboxThumbnailInfo":"false","lightboxThumbnailInfoText":"","lightboxThumbnailInfoCSS":"top: 0; width: 100%; height: 100%; font-size: 16px; color: #000; background: rgba(255,255,255,.8); ","showTitle":"false","showDate":"false","hideThumbnail":"false","lightboxText":"","lightboxTextCSS":"display:block;","lightboxTextPosition":"top","lightBoxOpened":"false","lightBoxFullscreen":"false","lightboxStartPage":"","lightboxMarginV":"0","lightboxMarginH":"0","lights":"true","lightPositionX":"0","lightPositionY":"150","lightPositionZ":"1400","lightIntensity":"0.6","shadows":"true","shadowMapSize":"2048","shadowOpacity":"0.2","shadowDistance":"15","pageHardness":"2","coverHardness":"2","pageRoughness":"1","pageMetalness":"0","pageSegmentsW":"6","pageSegmentsH":"1","pageMiddleShadowSize":"4","pageMiddleShadowColorL":"#7F7F7F","pageMiddleShadowColorR":"#AAAAAA","antialias":"false","pan":"0","tilt":"0","rotateCameraOnMouseDrag":"true","panMax":"20","panMin":"-20","tiltMax":"0","tiltMin":"0","currentPage":{"enabled":"true","title":"Current page","hAlign":"left","vAlign":"top"},"btnAutoplay":{"enabled":"true","title":"Autoplay"},"btnNext":{"enabled":"true","title":"Next Page"},"btnLast":{"enabled":"false","title":"Last Page"},"btnPrev":{"enabled":"true","title":"Previous Page"},"btnFirst":{"enabled":"false","title":"First Page"},"btnZoomIn":{"enabled":"true","title":"Zoom in"},"btnZoomOut":{"enabled":"true","title":"Zoom out"},"btnToc":{"enabled":"true","title":"Table of Contents"},"btnThumbs":{"enabled":"true","title":"Pages"},"btnShare":{"enabled":"true","title":"Share"},"btnNotes":{"enabled":"false","title":"Notes"},"btnDownloadPages":{"enabled":"false","url":"","title":"Download pages"},"btnDownloadPdf":{"enabled":"true","url":"","title":"Download PDF","forceDownload":"true","openInNewWindow":"true"},"btnSound":{"enabled":"true","title":"Sound"},"btnExpand":{"enabled":"true","title":"Toggle fullscreen"},"btnSingle":{"enabled":"true","title":"Toggle single page"},"btnSearch":{"enabled":"false","title":"Search"},"search":{"enabled":"false","title":"Search"},"btnBookmark":{"enabled":"false","title":"Bookmark"},"btnPrint":{"enabled":"true","title":"Print"},"btnTools":{"enabled":"true","title":"Tools"},"btnClose":{"enabled":"true","title":"Close"},"whatsapp":{"enabled":"true"},"twitter":{"enabled":"true"},"facebook":{"enabled":"true"},"pinterest":{"enabled":"true"},"email":{"enabled":"true"},"linkedin":{"enabled":"true"},"digg":{"enabled":"false"},"reddit":{"enabled":"false"},"shareUrl":"","shareTitle":"","shareImage":"","layout":1,"icons":"FontAwesome","skin":"light","useFontAwesome5":"true","sideNavigationButtons":"true","menuNavigationButtons":"false","backgroundColor":"rgb(81, 85, 88)","backgroundPattern":"","backgroundImage":"","backgroundTransparent":"false","menuBackground":"","menuShadow":"","menuMargin":"0","menuPadding":"0","menuOverBook":"false","menuFloating":"false","menuTransparent":"false","menu2Background":"","menu2Shadow":"","menu2Margin":"0","menu2Padding":"0","menu2OverBook":"true","menu2Floating":"false","menu2Transparent":"true","skinColor":"","skinBackground":"","hideMenu":"false","menuAlignHorizontal":"center","btnColor":"","btnColorHover":"","btnBackground":"none","btnRadius":"0","btnMargin":"0","btnSize":"18","btnPaddingV":"10","btnPaddingH":"10","btnShadow":"","btnTextShadow":"","btnBorder":"","sideBtnColor":"#fff","sideBtnColorHover":"#fff","sideBtnBackground":"rgba(0,0,0,.3)","sideBtnBackgroundHover":"","sideBtnRadius":"0","sideBtnMargin":"0","sideBtnSize":"25","sideBtnPaddingV":"10","sideBtnPaddingH":"10","sideBtnShadow":"","sideBtnTextShadow":"","sideBtnBorder":"","closeBtnColorHover":"#FFF","closeBtnBackground":"rgba(0,0,0,.4)","closeBtnRadius":"0","closeBtnMargin":"0","closeBtnSize":"20","closeBtnPadding":"5","closeBtnTextShadow":"","closeBtnBorder":"","floatingBtnColor":"","floatingBtnColorHover":"","floatingBtnBackground":"","floatingBtnBackgroundHover":"","floatingBtnRadius":"","floatingBtnMargin":"","floatingBtnSize":"","floatingBtnPadding":"","floatingBtnShadow":"","floatingBtnTextShadow":"","floatingBtnBorder":"","currentPageMarginV":"5","currentPageMarginH":"5","arrowsAlwaysEnabledForNavigation":"true","arrowsDisabledNotFullscreen":"true","touchSwipeEnabled":"true","fitToWidth":"false","rightClickEnabled":"true","linkColor":"rgba(0, 0, 0, 0)","linkColorHover":"rgba(255, 255, 0, 1)","linkOpacity":"0.4","linkTarget":"_blank","pdfAutoLinks":"false","disableRange":"false","strings":{"print":"Print","printLeftPage":"Print left page","printRightPage":"Print right page","printCurrentPage":"Print current page","printAllPages":"Print all pages","download":"Download","downloadLeftPage":"Download left page","downloadRightPage":"Download right page","downloadCurrentPage":"Download current page","downloadAllPages":"Download all pages","bookmarks":"Bookmarks","bookmarkLeftPage":"Bookmark left page","bookmarkRightPage":"Bookmark right page","bookmarkCurrentPage":"Bookmark current page","search":"Search","findInDocument":"Find in document","pagesFoundContaining":"pages found containing","noMatches":"No matches","matchesFound":"matches found","page":"Page","matches":"matches","thumbnails":"Thumbnails","tableOfContent":"Table of Contents","share":"Share","pressEscToClose":"Press ESC to close","password":"Password","addNote":"Add note","typeInYourNote":"Type in your note..."},"access":"free","backgroundMusic":"","cornerCurl":"false","pdfTools":{"pageHeight":1500,"thumbHeight":200,"quality":0.8,"textLayer":"true","autoConvert":"true"},"slug":"","convertPDFLinks":"true","convertPDFLinksWithClass":"","convertPDFLinksWithoutClass":"","overridePDFEmbedder":"true","overrideDflip":"true","overrideWonderPDFEmbed":"true","override3DFlipBook":"true","overridePDFjsViewer":"true","resumeReading":"false","previewPages":"","previewMode":""}}; /* ]]> */ </script> <script type="text/javascript" src="https://pcw.gov.ph/wp-content/plugins/real3d-flipbook-lite/js/frontend.js?ver=4.8.5" id="real3d-flipbook-forntend-js"></script> <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":"a2fdbd86cb","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":"20357","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>