CINXE.COM
DENR | Department of Environment and Natural Resources
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>DENR | Department of Environment and Natural Resources</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="icon" href="https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/favicon.ico"> <script src="https://kit.fontawesome.com/5cc408e1b4.js" crossorigin="anonymous"></script> <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=#642b7fb64f61b7001240a1e4&product=custom-share-buttons&source=platform"></script> <meta name='robots' content='noindex, nofollow' /> <link rel="alternate" type="application/rss+xml" title="DENR » Feed" href="https://car.denr.gov.ph/feed/" /> <link rel="alternate" type="application/rss+xml" title="DENR » Comments Feed" href="https://car.denr.gov.ph/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.1.0 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-VG559ZLRL2" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var em_version = '8.1.0'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/car.denr.gov.ph\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-VG559ZLRL2', ]; /* 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.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_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 = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-VG559ZLRL2', {"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 ExactMetrics --> <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:\/\/car.denr.gov.ph\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.2"}}; /*! 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> <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://car.denr.gov.ph/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2' 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'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){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;} :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;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='widgetopts-styles-css' href='https://car.denr.gov.ph/wp-content/plugins/widget-options/assets/css/widget-options.css?ver=4.0.6' type='text/css' media='all' /> <link rel='stylesheet' id='wp-pagenavi-css' href='https://car.denr.gov.ph/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' /> <link rel='stylesheet' id='gwt_wp-foundation-css' href='https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/foundation/css/foundation.min.css?ver=20160530' type='text/css' media='all' /> <link rel='stylesheet' id='gwt_wp-fontawesome-css' href='https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/css/font-awesome.min.css?ver=20160530' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/genericons/genericons.css?ver=3.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='gwt_wp-style-css' href='https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/theme.css?ver=20160530' type='text/css' media='all' /> <link rel='stylesheet' id='gwt_wp-user-style-css' href='https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/style.css?ver=20160530' type='text/css' media='all' /> <script type="text/javascript" src="https://car.denr.gov.ph/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.1.0" id="exactmetrics-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_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:\/\/car.denr.gov.ph","hash_tracking":"false","v4_id":"G-VG559ZLRL2"};/* ]]> */ </script> <script type="text/javascript" src="https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/foundation/js/vendor/jquery-3.6.0.min.js?ver=20160530" id="gwt_wp-jquery-js"></script> <script type="text/javascript" src="https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/foundation/js/vendor/foundation.min.js?ver=20160530" id="gwt_wp-foundation-js"></script> <script type="text/javascript" src="https://car.denr.gov.ph/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://car.denr.gov.ph/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://car.denr.gov.ph/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://car.denr.gov.ph/wp-json/wp/v2/pages/5" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://car.denr.gov.ph/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.6.2" /> <link rel="canonical" href="https://car.denr.gov.ph/" /> <link rel='shortlink' href='https://car.denr.gov.ph/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://car.denr.gov.ph/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcar.denr.gov.ph%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://car.denr.gov.ph/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcar.denr.gov.ph%2F&format=xml" /> <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:#000000;text-align:left; } /* For Enable and Disable image logo to be center or left position */ h1.logo { color:#000000;text-align:left; } /* 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 { } /* 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://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3'; </script> </head> <body class="home page-template page-template-font-page page-template-font-page-php page page-id-5"> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v17.0" nonce="OLot4Jjo"></script> <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://car.denr.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://car.denr.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-711" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-5 current_page_item menu-item-711"><a href="https://car.denr.gov.ph/">Home</a> </li> <li id="menu-item-714" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-714"><a href="https://car.denr.gov.ph/about-us/">About Us</a> <ul class="vertical menu"> <li id="menu-item-717" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-717"><a href="https://car.denr.gov.ph/about-us/mandate-mission-vision/">Mandate, Mission & Vision</a> </li> <li id="menu-item-716" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-716"><a href="https://car.denr.gov.ph/about-us/history/">History</a> </li> <li id="menu-item-3435" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3435"><a href="https://car.denr.gov.ph/about-us/regional-profile/">Regional Profile</a> </li> <li id="menu-item-718" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-718"><a href="https://car.denr.gov.ph/about-us/organizational-chart/">Organizational Chart</a> </li> <li id="menu-item-715" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-715"><a href="https://car.denr.gov.ph/about-us/directory-of-officials/">Directory of Officials</a> </li> </ul> </li> <li id="menu-item-729" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-729"><a href="#">DENR Offices</a> <ul class="vertical menu"> <li id="menu-item-730" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-730"><a href="#">Line Bureaus</a> <ul class="vertical menu"> <li id="menu-item-732" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-732"><a target="_blank" href="https://car.emb.gov.ph/">Environmental Management Bureau</a> </li> <li id="menu-item-733" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-733"><a target="_blank" href="https://car.mgb.gov.ph/">Mines and Geosciences Bureau – Cordillera Administrative Region</a> </li> <li id="menu-item-734" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-734"><a target="_blank" href="https://erdb.denr.gov.ph/wwrrdec/">Watershed & Water Resources Research & Development Extension Center</a> </li> </ul> </li> </ul> </li> <li id="menu-item-3453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3453"><a href="https://car.denr.gov.ph/programs-projects/">Programs & Projects</a> <ul class="vertical menu"> <li id="menu-item-3457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3457"><a href="https://car.denr.gov.ph/programs-projects/national-greening-program/">National Greening Program</a> </li> <li id="menu-item-3456" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3456"><a href="https://car.denr.gov.ph/programs-projects/forest-management-project/">Forest Management Project</a> </li> <li id="menu-item-3455" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3455"><a href="https://car.denr.gov.ph/programs-projects/integrated-natural-resources-environmental-management-project/">Integrated Natural Resources Environmental Management Project</a> </li> </ul> </li> <li id="menu-item-719" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-719"><a href="https://car.denr.gov.ph/good-governance/">Good Governance</a> <ul class="vertical menu"> <li id="menu-item-738" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-738"><a href="https://car.denr.gov.ph/good-governance/citizens-charter/">Citizen’s Charter</a> </li> <li id="menu-item-742" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-742"><a href="https://car.denr.gov.ph/secsime/">SECSIME</a> </li> <li id="menu-item-744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-744"><a href="https://car.denr.gov.ph/good-governance/denr-code-of-conduct/">DENR Code of Conduct</a> </li> <li id="menu-item-749" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-749"><a href="https://car.denr.gov.ph/denr-core-values/">DENR Core Values</a> </li> <li id="menu-item-752" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-752"><a href="https://car.denr.gov.ph/good-governance/quality-management-system-qms/">Quality Management System (QMS)</a> </li> <li id="menu-item-753" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-753"><a href="https://car.denr.gov.ph/good-governance/freedom-of-information-manual/">Freedom of Information Manual</a> </li> </ul> </li> <li id="menu-item-737" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-737"><a href="https://car.denr.gov.ph/good-governance/transparency-seal/">Transparency Seal</a> </li> <li id="menu-item-3738" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3738"><a href="https://car.denr.gov.ph/contact-us/">Contact Us</a> </li> <li id="aux-offmenu" class="list-item">AUXILIARY MENU</li> <li id="menu-item-18" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-18"><a href="#">Priority Programs</a> <ul class="vertical menu"> <li id="menu-item-421" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-421"><a href="https://car.denr.gov.ph/priority-program/clean-air-program/">Clean Air Program</a> </li> <li id="menu-item-420" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-420"><a href="https://car.denr.gov.ph/priority-program/clean-water-program/">Clean Water Program</a> </li> <li id="menu-item-419" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-419"><a href="https://car.denr.gov.ph/priority-program/solid-waste-management-program/">Solid Waste Management Program</a> </li> <li id="menu-item-418" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-418"><a href="https://car.denr.gov.ph/priority-program/enhanced-national-greening-program/">Enhanced National Greening Program</a> </li> <li id="menu-item-417" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-417"><a href="https://car.denr.gov.ph/priority-program/intensified-forest-protection-anti-illegal-logging/">Intensified Forest Protection & Anti-illegal Logging</a> </li> <li id="menu-item-416" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-416"><a href="https://car.denr.gov.ph/priority-program/geo-hazard-groundwater-assessment-and-responsible-mining/">Geo-hazard, Groundwater Assessment and Responsible Mining</a> </li> <li id="menu-item-415" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-415"><a href="https://car.denr.gov.ph/priority-program/enhanced-biodiversity-conservation/">Enhanced Biodiversity Conservation</a> </li> <li id="menu-item-414" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-414"><a href="https://car.denr.gov.ph/priority-program/scaling-up-of-coastal-and-marine-ecosystem-program/">Scaling Up of Coastal and Marine Ecosystem Program</a> </li> <li id="menu-item-413" class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-413"><a href="https://car.denr.gov.ph/priority-program/improved-land-administration-management/">Improved Land Administration & Management</a> </li> </ul> </li> <li id="menu-item-19" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-19"><a href="#">News & Events</a> <ul class="vertical menu"> <li id="menu-item-82" class="menu-item menu-item-type-taxonomy menu-item-object-news-events-category menu-item-82"><a href="https://car.denr.gov.ph/news-events-category/press-releases/">Press Releases</a> </li> <li id="menu-item-81" class="menu-item menu-item-type-taxonomy menu-item-object-news-events-category menu-item-81"><a href="https://car.denr.gov.ph/news-events-category/photo-releases/">Photo Releases</a> </li> <li id="menu-item-78" class="menu-item menu-item-type-taxonomy menu-item-object-news-events-category menu-item-78"><a href="https://car.denr.gov.ph/news-events-category/feature-articles/">Feature Articles</a> </li> <li id="menu-item-83" class="menu-item menu-item-type-taxonomy menu-item-object-news-events-category menu-item-83"><a href="https://car.denr.gov.ph/news-events-category/provincial-releases/">Provincial Releases</a> </li> </ul> </li> <li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-22"><a href="#">E-Library</a> <ul class="vertical menu"> <li id="menu-item-836" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-has-children menu-item-836"><a href="http://car.denr.gov.ph">Print</a> <ul class="vertical menu"> <li id="menu-item-839" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-839"><a href="https://car.denr.gov.ph/newsletter/">Newsletter</a> </li> <li id="menu-item-840" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-840"><a href="http://car.denr.gov.phreports/">Reports</a> </li> </ul> </li> <li id="menu-item-444" class="menu-item menu-item-type-post_type menu-item-object-e-library menu-item-444"><a href="https://car.denr.gov.ph/e-library/denr-library-information-system/">Video</a> </li> </ul> </li> <li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-21"><a href="#">Career Opportunities</a> <ul class="vertical menu"> <li id="menu-item-422" class="menu-item menu-item-type-taxonomy menu-item-object-career-category menu-item-422"><a href="https://car.denr.gov.ph/career-category/regional-office/">Regional Office</a> </li> </ul> </li> <li id="menu-item-23" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23"><a href="#">Bid Opportunities</a> <ul class="vertical menu"> <li id="menu-item-445" class="menu-item menu-item-type-taxonomy menu-item-object-bid-category menu-item-has-children menu-item-445"><a href="https://car.denr.gov.ph/bid-category/regional/">Regional</a> <ul class="vertical menu"> <li id="menu-item-446" class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-446"><a href="https://car.denr.gov.ph/bid-type/invitation-to-bid/">Invitation to BID</a> </li> </ul> </li> <li id="menu-item-457" class="menu-item menu-item-type-taxonomy menu-item-object-bid-category menu-item-has-children menu-item-457"><a href="https://car.denr.gov.ph/bid-category/penros/">PENROs</a> <ul class="vertical menu"> <li id="menu-item-966" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-966"><a href="#">Abra</a> <ul class="vertical menu"> <li id="menu-item-973" class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-973"><a href="https://car.denr.gov.ph/bid-type/invitation-to-bid-abra/">Invitation to Bid (Abra)</a> </li> <li id="menu-item-972" class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-972"><a href="https://car.denr.gov.ph/bid-type/apcpi-abra/">APCPI (Abra)</a> </li> </ul> </li> <li id="menu-item-967" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-967"><a href="#">Apayao</a> <ul class="vertical menu"> <li id="menu-item-978" class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-978"><a href="https://car.denr.gov.ph/bid-type/apcpi-apayao/">APCPI (Apayao)</a> </li> </ul> </li> <li id="menu-item-968" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-968"><a href="#">Benguet</a> <ul class="vertical menu"> <li id="menu-item-979" class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-979"><a href="https://car.denr.gov.ph/bid-type/apcpi-benguet/">APCPI (Benguet)</a> </li> </ul> </li> <li id="menu-item-969" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-969"><a href="#">Ifugao</a> <ul class="vertical menu"> <li id="menu-item-980" class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-980"><a href="https://car.denr.gov.ph/bid-type/apcpi-ifugao/">APCPI (Ifugao)</a> </li> </ul> </li> <li id="menu-item-970" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-970"><a href="#">Kalinga</a> <ul class="vertical menu"> <li id="menu-item-981" class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-981"><a href="https://car.denr.gov.ph/bid-type/apcpi-kalinga/">APCPI (Kalinga)</a> </li> </ul> </li> <li id="menu-item-971" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-971"><a href="#">Mt. Province</a> <ul class="vertical menu"> <li id="menu-item-982" class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-982"><a href="https://car.denr.gov.ph/bid-type/apcpi-mt-province/">APCPI (Mt. Province)</a> </li> </ul> </li> </ul> </li> </ul> </li> <li id="menu-item-835" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-835"><a href="https://car.denr.gov.ph/control-map/">Control Map</a> </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-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-5 current_page_item menu-item-711"><a href="https://car.denr.gov.ph/">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown menu-item-714"><a href="https://car.denr.gov.ph/about-us/">About Us</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-717"><a href="https://car.denr.gov.ph/about-us/mandate-mission-vision/">Mandate, Mission & Vision</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-716"><a href="https://car.denr.gov.ph/about-us/history/">History</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3435"><a href="https://car.denr.gov.ph/about-us/regional-profile/">Regional Profile</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-718"><a href="https://car.denr.gov.ph/about-us/organizational-chart/">Organizational Chart</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-715"><a href="https://car.denr.gov.ph/about-us/directory-of-officials/">Directory of Officials</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-729"><a href="#">DENR Offices</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-730"><a href="#">Line Bureaus</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-732"><a target="_blank" href="https://car.emb.gov.ph/">Environmental Management Bureau</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-733"><a target="_blank" href="https://car.mgb.gov.ph/">Mines and Geosciences Bureau – Cordillera Administrative Region</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-734"><a target="_blank" href="https://erdb.denr.gov.ph/wwrrdec/">Watershed & Water Resources Research & Development Extension Center</a></li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown menu-item-3453"><a href="https://car.denr.gov.ph/programs-projects/">Programs & Projects</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3457"><a href="https://car.denr.gov.ph/programs-projects/national-greening-program/">National Greening Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3456"><a href="https://car.denr.gov.ph/programs-projects/forest-management-project/">Forest Management Project</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3455"><a href="https://car.denr.gov.ph/programs-projects/integrated-natural-resources-environmental-management-project/">Integrated Natural Resources Environmental Management Project</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-719"><a href="https://car.denr.gov.ph/good-governance/">Good Governance</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-738"><a href="https://car.denr.gov.ph/good-governance/citizens-charter/">Citizen’s Charter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-742"><a href="https://car.denr.gov.ph/secsime/">SECSIME</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-744"><a href="https://car.denr.gov.ph/good-governance/denr-code-of-conduct/">DENR Code of Conduct</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-749"><a href="https://car.denr.gov.ph/denr-core-values/">DENR Core Values</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-752"><a href="https://car.denr.gov.ph/good-governance/quality-management-system-qms/">Quality Management System (QMS)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-753"><a href="https://car.denr.gov.ph/good-governance/freedom-of-information-manual/">Freedom of Information Manual</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-737"><a href="https://car.denr.gov.ph/good-governance/transparency-seal/">Transparency Seal</a></li> </ul> </nav> <nav class="top-bar-right"> <ul class="dropdown menu" data-dropdown-menu> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3738"><a href="https://car.denr.gov.ph/contact-us/">Contact Us</a></li> <li class="search right"><form role="search" method="get" class="search-form" action="https://car.denr.gov.ph/"> <input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:"> </form></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 style="display: none;"> <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://car.denr.gov.ph/" title="DENR" rel="home"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/05/Cordillera-Administrative-Region.png" /></a></h1> </div> <div class="large-3 columns"> <div id="text-3" class="ear-content widget anchor widget_text"> <div class="textwidget"><div id="pst-container"> <div>Philippine Standard Time:</div><div id="pst-time"></div> </div></div> </div> </div> </div> </header> <!-- masthead --> <!-- banner --> <div class="container-banner "> <div class="row"> <div id="banner-slider" class="large-12"> <div class="orbit" role="region" aria-label="Banner Slider" data-orbit data-options="animInFromLeft:fade-in; animInFromRight:fade-in; animOutToLeft:fade-out; animOutToRight:fade-out;"> <ul class="orbit-container"><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>1</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-scaled.jpg"><img width="2560" height="1600" src="https://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-scaled.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-scaled.jpg 2560w, https://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-300x188.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-1024x640.jpg 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-768x480.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-1536x960.jpg 1536w, https://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-2048x1280.jpg 2048w, https://car.denr.gov.ph/wp-content/uploads/2024/09/Sample-2-2024-ICC-Tarp_8X5ft-CAR-500x313.jpg 500w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="orbit-caption">ICC</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>2</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/09/2024-clean-air-CAR.jpg"><img width="1190" height="460" src="https://car.denr.gov.ph/wp-content/uploads/2024/09/2024-clean-air-CAR.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/09/2024-clean-air-CAR.jpg 1190w, https://car.denr.gov.ph/wp-content/uploads/2024/09/2024-clean-air-CAR-300x116.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/09/2024-clean-air-CAR-1024x396.jpg 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/09/2024-clean-air-CAR-768x297.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/09/2024-clean-air-CAR-500x193.jpg 500w" sizes="(max-width: 1190px) 100vw, 1190px" /></a><figcaption class="orbit-caption">Clean Air 2024</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>3</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/09/MANA-Mo-FB-cover_CAR-.jpg"><img width="820" height="360" src="https://car.denr.gov.ph/wp-content/uploads/2024/09/MANA-Mo-FB-cover_CAR-.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/09/MANA-Mo-FB-cover_CAR-.jpg 820w, https://car.denr.gov.ph/wp-content/uploads/2024/09/MANA-Mo-FB-cover_CAR--300x132.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/09/MANA-Mo-FB-cover_CAR--768x337.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/09/MANA-Mo-FB-cover_CAR--500x220.jpg 500w" sizes="(max-width: 820px) 100vw, 820px" /></a><figcaption class="orbit-caption">MANA Mo</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>4</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/07/070124-National-Disability-Rights-Week-web-CAR.jpg"><img width="1190" height="460" src="https://car.denr.gov.ph/wp-content/uploads/2024/07/070124-National-Disability-Rights-Week-web-CAR.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/07/070124-National-Disability-Rights-Week-web-CAR.jpg 1190w, https://car.denr.gov.ph/wp-content/uploads/2024/07/070124-National-Disability-Rights-Week-web-CAR-300x116.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/07/070124-National-Disability-Rights-Week-web-CAR-1024x396.jpg 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/07/070124-National-Disability-Rights-Week-web-CAR-768x297.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/07/070124-National-Disability-Rights-Week-web-CAR-500x193.jpg 500w" sizes="(max-width: 1190px) 100vw, 1190px" /></a><figcaption class="orbit-caption">2024 National Disability Rights Week</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>5</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/07/2024-NDRM.jpg"><img width="1190" height="460" src="https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-NDRM.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-NDRM.jpg 1190w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-NDRM-300x116.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-NDRM-1024x396.jpg 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-NDRM-768x297.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-NDRM-500x193.jpg 500w" sizes="(max-width: 1190px) 100vw, 1190px" /></a><figcaption class="orbit-caption">National Disaster Resilience Month</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>6</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-scaled.jpg"><img width="2560" height="990" src="https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-scaled.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-scaled.jpg 2560w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-300x116.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-1024x396.jpg 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-768x297.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-1536x594.jpg 1536w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-2048x792.jpg 2048w, https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Cordi-month-500x193.jpg 500w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="orbit-caption">2024 Cordillera Month</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>7</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-scaled.jpg"><img width="2560" height="990" src="https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-scaled.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-scaled.jpg 2560w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-300x116.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-1024x396.jpg 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-768x297.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-1536x594.jpg 1536w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-2048x792.jpg 2048w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-NICT_June-500x193.jpg 500w" sizes="(max-width: 2560px) 100vw, 2560px" /></a><figcaption class="orbit-caption">National ICT Month</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>8</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/06/2024-Arbor-Day.jpg"><img width="1190" height="460" src="https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-Arbor-Day.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-Arbor-Day.jpg 1190w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-Arbor-Day-300x116.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-Arbor-Day-1024x396.jpg 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-Arbor-Day-768x297.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-Arbor-Day-500x193.jpg 500w" sizes="(max-width: 1190px) 100vw, 1190px" /></a><figcaption class="orbit-caption">Arbor Day</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>9</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/06/2024-envi-month_web-fb.jpg"><img width="851" height="315" src="https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-envi-month_web-fb.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-envi-month_web-fb.jpg 851w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-envi-month_web-fb-300x111.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-envi-month_web-fb-768x284.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-envi-month_web-fb-500x185.jpg 500w" sizes="(max-width: 851px) 100vw, 851px" /></a><figcaption class="orbit-caption">2024 Environment Month</figcaption></li><li class="orbit-slide is-active"><div class="orbit-slide-number"><span>10</span> of <span>10</span></div><a href="http://car.denr.gov.ph/wp-content/uploads/2024/05/2024-IDBD-f.jpg"><img width="1444" height="511" src="https://car.denr.gov.ph/wp-content/uploads/2024/05/2024-IDBD-f.jpg" class="orbit-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/05/2024-IDBD-f.jpg 1444w, https://car.denr.gov.ph/wp-content/uploads/2024/05/2024-IDBD-f-300x106.jpg 300w, https://car.denr.gov.ph/wp-content/uploads/2024/05/2024-IDBD-f-1024x362.jpg 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/05/2024-IDBD-f-768x272.jpg 768w, https://car.denr.gov.ph/wp-content/uploads/2024/05/2024-IDBD-f-500x177.jpg 500w" sizes="(max-width: 1444px) 100vw, 1444px" /></a><figcaption class="orbit-caption">International Day for Biodiversity</figcaption></li><button class="orbit-previous"><span class="show-for-sr">Previous Slide</span>◀︎</button> <button class="orbit-next"><span class="show-for-sr">Next Slide</span>▶︎</button></ul> <nav class="orbit-bullets"><button class="is-active" data-slide="0"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="1"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="2"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="3"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="4"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="5"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="6"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="7"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="8"><span class="show-for-sr">Current Slide</span></button><button class="" data-slide="9"><span class="show-for-sr">Current Slide</span></button></div></nav> </div> </div> </div> <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-18"><a href="#">Priority Programs</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-421"><a href="https://car.denr.gov.ph/priority-program/clean-air-program/">Clean Air Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-420"><a href="https://car.denr.gov.ph/priority-program/clean-water-program/">Clean Water Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-419"><a href="https://car.denr.gov.ph/priority-program/solid-waste-management-program/">Solid Waste Management Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-418"><a href="https://car.denr.gov.ph/priority-program/enhanced-national-greening-program/">Enhanced National Greening Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-417"><a href="https://car.denr.gov.ph/priority-program/intensified-forest-protection-anti-illegal-logging/">Intensified Forest Protection & Anti-illegal Logging</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-416"><a href="https://car.denr.gov.ph/priority-program/geo-hazard-groundwater-assessment-and-responsible-mining/">Geo-hazard, Groundwater Assessment and Responsible Mining</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-415"><a href="https://car.denr.gov.ph/priority-program/enhanced-biodiversity-conservation/">Enhanced Biodiversity Conservation</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-414"><a href="https://car.denr.gov.ph/priority-program/scaling-up-of-coastal-and-marine-ecosystem-program/">Scaling Up of Coastal and Marine Ecosystem Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-priority-program menu-item-413"><a href="https://car.denr.gov.ph/priority-program/improved-land-administration-management/">Improved Land Administration & Management</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-19"><a href="#">News & Events</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-news-events-category menu-item-82"><a href="https://car.denr.gov.ph/news-events-category/press-releases/">Press Releases</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-news-events-category menu-item-81"><a href="https://car.denr.gov.ph/news-events-category/photo-releases/">Photo Releases</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-news-events-category menu-item-78"><a href="https://car.denr.gov.ph/news-events-category/feature-articles/">Feature Articles</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-news-events-category menu-item-83"><a href="https://car.denr.gov.ph/news-events-category/provincial-releases/">Provincial Releases</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children has-dropdown menu-item-22"><a href="#">E-Library</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-has-children has-dropdown menu-item-836"><a href="http://car.denr.gov.ph">Print</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-839"><a href="https://car.denr.gov.ph/newsletter/">Newsletter</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-840"><a href="http://car.denr.gov.phreports/">Reports</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-e-library menu-item-444"><a href="https://car.denr.gov.ph/e-library/denr-library-information-system/">Video</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-21"><a href="#">Career Opportunities</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-career-category menu-item-422"><a href="https://car.denr.gov.ph/career-category/regional-office/">Regional Office</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-23"><a href="#">Bid Opportunities</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-category menu-item-has-children has-dropdown menu-item-445"><a href="https://car.denr.gov.ph/bid-category/regional/">Regional</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-446"><a href="https://car.denr.gov.ph/bid-type/invitation-to-bid/">Invitation to BID</a></li> </ul> </li> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-category menu-item-has-children has-dropdown menu-item-457"><a href="https://car.denr.gov.ph/bid-category/penros/">PENROs</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-966"><a href="#">Abra</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-973"><a href="https://car.denr.gov.ph/bid-type/invitation-to-bid-abra/">Invitation to Bid (Abra)</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-972"><a href="https://car.denr.gov.ph/bid-type/apcpi-abra/">APCPI (Abra)</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-967"><a href="#">Apayao</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-978"><a href="https://car.denr.gov.ph/bid-type/apcpi-apayao/">APCPI (Apayao)</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-968"><a href="#">Benguet</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-979"><a href="https://car.denr.gov.ph/bid-type/apcpi-benguet/">APCPI (Benguet)</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-969"><a href="#">Ifugao</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-980"><a href="https://car.denr.gov.ph/bid-type/apcpi-ifugao/">APCPI (Ifugao)</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-970"><a href="#">Kalinga</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-981"><a href="https://car.denr.gov.ph/bid-type/apcpi-kalinga/">APCPI (Kalinga)</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-dropdown menu-item-971"><a href="#">Mt. Province</a> <ul class="dropdown vertical menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-bid-type menu-item-982"><a href="https://car.denr.gov.ph/bid-type/apcpi-mt-province/">APCPI (Mt. Province)</a></li> </ul> </li> </ul> </li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-835"><a href="https://car.denr.gov.ph/control-map/">Control Map</a></li> </ul> </nav> </div> </div> </div> <!-- This is for line as a separator after slider image --> <span class="line"> </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"> <ul class="breadcrumbs"><li>You are here:</li><li><span class="current show-for-sr">Current: </span>Home</li></ul> </div> </div> </nav> <div class="main-container"> <h1 class="section-title">Frontline Services</h1> <div class="service-wrapper"> <div class="service-container" style="background: url(https://car.denr.gov.ph/wp-content/uploads/2023/04/environment-earth-day-hands-trees-growing-seedlings-1-1.png) no-repeat;" > <div class="service-icon"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/ENVIRONMENTAL_MGMT-V2_GREEN-1.png"></div> <div class="service-name"><a href="https://car.emb.gov.ph/">ENVIROMENTAL MANAGEMENT</a></div> </div> <div class="service-container" style="background: url(https://car.denr.gov.ph/wp-content/uploads/2023/04/miner-coal-mine-stands-near-trolley-1.png) no-repeat;" > <div class="service-icon"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/Mines-and-Geosciences-1.png"></div> <div class="service-name"><a href="https://car.mgb.gov.ph/">MINES AND GEOSCIENCES</a></div> </div> <div class="service-container" style="background: url(https://car.denr.gov.ph/wp-content/uploads/2023/04/Rectangle-785.png) no-repeat;" > <div class="service-icon"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/Forest-Management2-1.png"></div> <div class="service-name"><a href="https://forestry.denr.gov.ph/">FOREST MANAGEMENT</a></div> </div> <div class="service-container" style="background: url(https://car.denr.gov.ph/wp-content/uploads/2023/04/concept-save-world-save-environment-world-is-grass-green-bokeh-background-1.png) no-repeat;" > <div class="service-icon"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/Biodiversity-Management2-web-1.png"></div> <div class="service-name"><a href="https://bmb.gov.ph/">BIODIVERSITY MANAGEMENT</a></div> </div> <div class="service-container" style="background: url(https://car.denr.gov.ph/wp-content/uploads/2023/04/sunlight-sunny-land-scenic-weather-1.png) no-repeat;" > <div class="service-icon"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/Land-Management2-1.png"></div> <div class="service-name"><a href="https://lmb.gov.ph/">LAND MANAGEMENT</a></div> </div> <div class="clear"> </div> </div> </div> <div class="main-container" style="padding-bottom: 0;"> <div class="news-container"> <div class="news-fl"> <div class="non-resp"> <h1 class="section-title">RED's Corner</h1> <div class="secretary-container"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/01/RED-Paquito-T.-Moreno-Jr-2-scaled.jpg"> <ul class="sc-container"> <li> <a href="https://car.denr.gov.ph/secretarys-corner/">PROFILE</a> </li> </ul> </div> <ul class="other-links-container"> <li> <a href="https://car.denr.gov.ph/good-governance/transparency-seal/"> <div class="link-box"> <img class="nav-icon" src="https://car.denr.gov.ph/wp-content/uploads/2023/05/seal-4.png">TRANSPARENCY SEAL <div class="clear"></div> </div> </a> </li> <li> <a href="https://www.foi.gov.ph/requests?agency=DENR"> <div class="link-box"> <img class="nav-icon" src="https://car.denr.gov.ph/wp-content/uploads/2023/05/download-1.png">FREEDOM OF INFORMATION <div class="clear"></div> </div> </a> </li> <li> <a href="https://car.denr.gov.ph/good-governance/citizens-charter/"> <div class="link-box"> <img class="nav-icon" src="https://car.denr.gov.ph/wp-content/uploads/2023/05/citizen-3-1.png">CITIZEN’S CHARTER <div class="clear"></div> </div> </a> </li> </ul> <div class="section-container"> <div><p><img decoding="async" class=" wp-image-4220" src="http://car.denr.gov.ph/wp-content/uploads/2024/05/Web-2024-DENR-CAR-Hotline.jpg" alt="" width="472" height="563" /></p> <map name="Map"> <area alt="aksyon kalikasan" coords="10,106,241,125" shape="rect" href="mailto:aksyonkalikasan@denr.gov.ph" /> <area alt="mail to DENR" coords="11,126,151,139" shape="rect" href="mailto:mail@denr.gov.ph" /> </map> </div> </div> <h1 class="section-title">Featured Video</h1> <div class="featured-video"><iframe title="Mt. Pulag Protected Landscape" width="640" height="360" src="https://www.youtube.com/embed/0HubxGfrMTY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> <div class="section-container"> <h1 class="section-title">Youth Corner</h1> <div><p><a href="https://online.anyflip.com/cmlpd/nssj/mobile/index.html" target="_blank" rel="noopener"><img decoding="async" class="aligncenter size-full wp-image-3429" src="https://car.denr.gov.ph/wp-content/uploads/2023/09/youth-corner.png" alt="" width="262" height="230" /></a></p> </div> </div> <div class="section-container"> <h1 class="section-title">Newsletter</h1> <div><p><a href="https://car.denr.gov.ph/kalikasan/" target="_blank" rel="noopener"><img decoding="async" class="aligncenter size-full wp-image-3430" src="https://car.denr.gov.ph/wp-content/uploads/2023/09/kalikasan-front-web.jpg" alt="" width="250" height="72" /></a></p> <p><a href="http://car.denr.gov.ph/sylvatrop/"><img decoding="async" class="aligncenter wp-image-3431 size-full" src="http://car.denr.gov.ph/wp-content/uploads/2023/09/sylvatrop_cover2-web.jpg" alt="" width="250" height="86" /></a></p> </div> </div> <div class="section-container"> <h1 class="section-title">ENR Statistical Profile</h1> <div><p><a href="https://car.denr.gov.ph/car-enr-profile/2024-statistical-profile/"><img decoding="async" class="alignnone size-medium wp-image-3921" src="https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-300x173.png" alt="" width="300" height="173" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-300x173.png 300w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-1024x591.png 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-768x443.png 768w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-1536x887.png 1536w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-500x289.png 500w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE.png 1850w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> </div> </div> <div class="section-container"> <h1 class="section-title">e-Frontline Services </h1> <div><p><a href="https://car.denr.gov.ph/efrontline-services/"><img decoding="async" class="alignnone size-medium wp-image-3926" src="https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-300x205.png" alt="" width="300" height="205" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-300x205.png 300w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-1024x699.png 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-768x524.png 768w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-1536x1049.png 1536w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-500x341.png 500w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE.png 1545w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> </div> </div> <div class="section-container"> </div> </div> <div class="resp"> <div class="resp-container"> <h1 class="section-title">RED's Corner</h1> <div class="secretary-container"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/01/RED-Paquito-T.-Moreno-Jr-2-scaled.jpg"> <ul class="sc-container"> <li> <a href="https://car.denr.gov.ph/secretarys-corner/">PROFILE</a> </li> </ul> </div> <div class="section-container"> <div><p><img decoding="async" class=" wp-image-4220" src="http://car.denr.gov.ph/wp-content/uploads/2024/05/Web-2024-DENR-CAR-Hotline.jpg" alt="" width="472" height="563" /></p> <map name="Map"> <area alt="aksyon kalikasan" coords="10,106,241,125" shape="rect" href="mailto:aksyonkalikasan@denr.gov.ph" /> <area alt="mail to DENR" coords="11,126,151,139" shape="rect" href="mailto:mail@denr.gov.ph" /> </map> </div> </div> </div> <div class="resp-container"> <div class="section-container"> <h1 class="section-title">Youth Corner</h1> <div><p><a href="https://online.anyflip.com/cmlpd/nssj/mobile/index.html" target="_blank" rel="noopener"><img decoding="async" class="aligncenter size-full wp-image-3429" src="https://car.denr.gov.ph/wp-content/uploads/2023/09/youth-corner.png" alt="" width="262" height="230" /></a></p> </div> </div> <div class="section-container"> <h1 class="section-title">Newsletter</h1> <div><p><a href="https://car.denr.gov.ph/kalikasan/" target="_blank" rel="noopener"><img decoding="async" class="aligncenter size-full wp-image-3430" src="https://car.denr.gov.ph/wp-content/uploads/2023/09/kalikasan-front-web.jpg" alt="" width="250" height="72" /></a></p> <p><a href="http://car.denr.gov.ph/sylvatrop/"><img decoding="async" class="aligncenter wp-image-3431 size-full" src="http://car.denr.gov.ph/wp-content/uploads/2023/09/sylvatrop_cover2-web.jpg" alt="" width="250" height="86" /></a></p> </div> </div> <h1 class="section-title">Featured Video</h1> <div class="featured-video"><iframe title="Mt. Pulag Protected Landscape" width="640" height="360" src="https://www.youtube.com/embed/0HubxGfrMTY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> </div> <div class="resp-container"> <div class="section-container"> <h1 class="section-title">ENR Statistical Profile</h1> <div><p><a href="https://car.denr.gov.ph/car-enr-profile/2024-statistical-profile/"><img decoding="async" class="alignnone size-medium wp-image-3921" src="https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-300x173.png" alt="" width="300" height="173" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-300x173.png 300w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-1024x591.png 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-768x443.png 768w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-1536x887.png 1536w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE-500x289.png 500w, https://car.denr.gov.ph/wp-content/uploads/2024/02/ENR_PROFILE.png 1850w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> </div> </div> <div class="section-container"> <h1 class="section-title">e-Frontline Services </h1> <div><p><a href="https://car.denr.gov.ph/efrontline-services/"><img decoding="async" class="alignnone size-medium wp-image-3926" src="https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-300x205.png" alt="" width="300" height="205" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-300x205.png 300w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-1024x699.png 1024w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-768x524.png 768w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-1536x1049.png 1536w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE-500x341.png 500w, https://car.denr.gov.ph/wp-content/uploads/2024/02/E_FRONTLINE.png 1545w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> </div> </div> <div class="section-container"> </div> </div> <div class="clear"> </div> <hr/> <ul class="other-links-container"> <li> <a href="https://car.denr.gov.ph/good-governance/transparency-seal/"> <div class="link-box"> <img class="nav-icon" src="https://car.denr.gov.ph/wp-content/uploads/2023/05/seal-4.png">TRANSPARENCY SEAL <div class="clear"></div> </div> </a> </li> <li> <a href="https://www.foi.gov.ph/requests?agency=DENR"> <div class="link-box"> <img class="nav-icon" src="https://car.denr.gov.ph/wp-content/uploads/2023/05/download-1.png">FREEDOM OF INFORMATION <div class="clear"></div> </div> </a> </li> <li> <a href="https://car.denr.gov.ph/good-governance/citizens-charter/"> <div class="link-box"> <img class="nav-icon" src="https://car.denr.gov.ph/wp-content/uploads/2023/05/citizen-3-1.png">CITIZEN’S CHARTER <div class="clear"></div> </div> </a> </li> </ul> <hr/> </div> </div> <div class="news-fr"> <h1 class="section-title">Press Releases</h1> <div class="press-releases-container"> <div class="press-release-fl"> <a href="https://car.denr.gov.ph/news-events/denr-car-joins-the-groundbreaking-of-the-mt-province-climate-field-school/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/09/2024-MP_ground-breaking-.jpg"> </div> </a> </div> <div class="press-release-fr"> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/denr-car-joins-the-groundbreaking-of-the-mt-province-climate-field-school/" rel="bookmark">DENR – CAR witnesses the first Climate Field School in Mt. Province</a> </div> <div class="news-date"> 27 September 2024 </div> <div class="news-summary"> Mountain Province marks another milestone during the groundbreaking ceremony of the Mt. Province Climate Field School (MPCFS) last September 23, 2024 at the Mt.... </div> <a class="read-more-btn" href="https://car.denr.gov.ph/news-events/denr-car-joins-the-groundbreaking-of-the-mt-province-climate-field-school/" rel="bookmark">Read More</a> </div> <div class="clear"> </div> </div> <div class="press-releases-container"> <div class="press-release-fl"> <a href="https://car.denr.gov.ph/news-events/denr-car-joins-the-nationwide-simultaneous-kapihan-sa-bagong-pilipinas/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/08/2024-kapihan-sa-BP-scaled.jpg"> </div> </a> </div> <div class="press-release-fr"> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/denr-car-joins-the-nationwide-simultaneous-kapihan-sa-bagong-pilipinas/" rel="bookmark">DENR-CAR joins the nationwide simultaneous Kapihan sa Bagong Pilipinas featuring Environmental Programs</a> </div> <div class="news-date"> 19 July 2024 </div> <div class="news-summary"> In a bid to extend awareness and apprise the public of the latest updates and accomplishments of the environment sector, the DENR-Cordillera, led... </div> <a class="read-more-btn" href="https://car.denr.gov.ph/news-events/denr-car-joins-the-nationwide-simultaneous-kapihan-sa-bagong-pilipinas/" rel="bookmark">Read More</a> </div> <div class="clear"> </div> </div> <div class="press-releases-container"> <div class="press-release-fl"> <a href="https://car.denr.gov.ph/news-events/%f0%9d%90%83%f0%9d%90%84%f0%9d%90%8d%f0%9d%90%91-%f0%9d%90%82%f0%9d%90%80%f0%9d%90%91-%f0%9d%90%82%f0%9d%90%a2%f0%9d%90%ad%f0%9d%90%b2-%f0%9d%90%86%f0%9d%90%a8%f0%9d%90%af%f0%9d%90%9e%f0%9d%90%ab/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/07/Picture17.jpg"> </div> </a> </div> <div class="press-release-fr"> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/%f0%9d%90%83%f0%9d%90%84%f0%9d%90%8d%f0%9d%90%91-%f0%9d%90%82%f0%9d%90%80%f0%9d%90%91-%f0%9d%90%82%f0%9d%90%a2%f0%9d%90%ad%f0%9d%90%b2-%f0%9d%90%86%f0%9d%90%a8%f0%9d%90%af%f0%9d%90%9e%f0%9d%90%ab/" rel="bookmark">𝐃𝐄𝐍𝐑-𝐂𝐀𝐑, 𝐂𝐢𝐭𝐲 𝐆𝐨𝐯𝐞𝐫𝐧𝐦𝐞𝐧𝐭 𝐨𝐟 𝐁𝐚𝐠𝐮𝐢𝐨 𝐚𝐧𝐝 𝐍𝐚𝐭𝐢𝐨𝐧𝐚𝐥 𝐖𝐚𝐭𝐞𝐫 𝐑𝐞𝐬𝐨𝐮𝐫𝐜𝐞𝐬 𝐁𝐨𝐚𝐫𝐝 𝐢𝐧𝐤 𝐩𝐚𝐫𝐭𝐧𝐞𝐫𝐬𝐡𝐢𝐩 𝐭𝐨 𝐬𝐚𝐟𝐞𝐠𝐮𝐚𝐫𝐝 𝐠𝐫𝐨𝐮𝐧𝐝𝐰𝐚𝐭𝐞𝐫 𝐫𝐞𝐬𝐨𝐮𝐫𝐜𝐞𝐬</a> </div> <div class="news-date"> 29 June 2024 </div> <div class="news-summary"> In a concerted effort to address the critical issue of groundwater management in Baguio City, the City Government of Baguio (CGB), the National... </div> <a class="read-more-btn" href="https://car.denr.gov.ph/news-events/%f0%9d%90%83%f0%9d%90%84%f0%9d%90%8d%f0%9d%90%91-%f0%9d%90%82%f0%9d%90%80%f0%9d%90%91-%f0%9d%90%82%f0%9d%90%a2%f0%9d%90%ad%f0%9d%90%b2-%f0%9d%90%86%f0%9d%90%a8%f0%9d%90%af%f0%9d%90%9e%f0%9d%90%ab/" rel="bookmark">Read More</a> </div> <div class="clear"> </div> </div> <div class="press-releases-container"> <div class="press-release-fl"> <a href="https://car.denr.gov.ph/news-events/denr-car-municipality-of-sagada-and-indigenous-communities-forge-agreement-to-manage-balangagan-cave-in-mt-province/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-Balangagan_June28.jpg"> </div> </a> </div> <div class="press-release-fr"> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/denr-car-municipality-of-sagada-and-indigenous-communities-forge-agreement-to-manage-balangagan-cave-in-mt-province/" rel="bookmark">DENR-CAR, Municipality of Sagada, and Indigenous Communities seal agreement to manage Balangagan cave in Mt. Province</a> </div> <div class="news-date"> 28 June 2024 </div> <div class="news-summary"> In a significant step towards preserving cultural heritage and promoting sustainable tourism, the Department of Environment and Natural Resources – Cordillera Administrative... </div> <a class="read-more-btn" href="https://car.denr.gov.ph/news-events/denr-car-municipality-of-sagada-and-indigenous-communities-forge-agreement-to-manage-balangagan-cave-in-mt-province/" rel="bookmark">Read More</a> </div> <div class="clear"> </div> </div> <div class="align-right"> <a class="read-more-btn" href="https://car.denr.gov.ph/news-events-category/press-releases/">More Press Releases <i class="fas fa-arrow-right"></i></a> </div> <hr/> <h1 class="section-title">Photo Releases</h1> <div class="photo-releases-container"> <a href="https://car.denr.gov.ph/news-events/turn-over-of-seedlings-and-knowledge-sharing-on-seedling-production-in-the-use-of-mechanized-and-modernized-forest-nursery/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-seedlings_NCR-f_June28.jpg"> </div> </a> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/turn-over-of-seedlings-and-knowledge-sharing-on-seedling-production-in-the-use-of-mechanized-and-modernized-forest-nursery/" rel="bookmark">Turn-over of seedlings and knowledge-sharing on seedling production in the use of Mechanized and Modernized Forest Nursery</a> </div> <div class="news-date"> 28 June 2024 </div> <div class="clear"> </div> </div> <div class="photo-releases-container"> <a href="https://car.denr.gov.ph/news-events/denr-car-awards-a-special-patent-to-the-philippine-national-police-bcpo-station-9/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/05/2024-PS9-thmb-scaled.jpg"> </div> </a> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/denr-car-awards-a-special-patent-to-the-philippine-national-police-bcpo-station-9/" rel="bookmark">DENR-CAR awards a special patent to the Philippine National Police – BCPO Station 9</a> </div> <div class="news-date"> 10 May 2024 </div> <div class="clear"> </div> </div> <div class="photo-releases-container"> <a href="https://car.denr.gov.ph/news-events/2024-earth-day/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/07/2024-earth_day.jpg"> </div> </a> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/2024-earth-day/" rel="bookmark">2024 Earth Day</a> </div> <div class="news-date"> 24 April 2024 </div> <div class="clear"> </div> </div> <div class="photo-releases-container"> <a href="https://car.denr.gov.ph/news-events/denr-car-joins-bagong-pilipinas-serbisyo-fair/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/04/2024-04_April22_BagongPilipinas.jpg"> </div> </a> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/denr-car-joins-bagong-pilipinas-serbisyo-fair/" rel="bookmark">DENR-CAR JOINS BAGONG PILIPINAS SERBISYO FAIR</a> </div> <div class="news-date"> 23 April 2024 </div> <div class="clear"> </div> </div> <div class="align-right"> <a class="read-more-btn" href="https://car.denr.gov.ph/news-events-category/photo-releases/">More Photo Releases <i class="fas fa-arrow-right"></i></a> </div> <hr/> <div class="one_half"> <h1 class="section-title">Feature</h1> <div class="features-wrapper"> <div class="features-container"> <a href="https://car.denr.gov.ph/news-events/cbfm-coordinators-train-on-data-analysis-tools-for-more-impact/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/10/2024-CBFM-training.jpg"> </div> </a> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/cbfm-coordinators-train-on-data-analysis-tools-for-more-impact/" rel="bookmark">CBFM coordinators train on data analysis tools for more impact</a> </div> <div class="clear"> </div> </div> </div> <div class="align-right"> <a class="read-more-btn" href="https://car.denr.gov.ph/news-events-category/feature-articles/">View More <i class="fas fa-arrow-right"></i></a> </div> </div> <div class="one_half last"> <h1 class="section-title">Provincial Releases</h1> <div class="features-container"> <a href="https://car.denr.gov.ph/news-events/owl-turned-over-all-the-way-from-ifugao/" rel="bookmark"> <div class="entry-thumbnail"> <img src="https://car.denr.gov.ph/wp-content/uploads/2024/06/2024-provincial_owl_June20.jpg"> </div> </a> <div class="news-title"> <a href="https://car.denr.gov.ph/news-events/owl-turned-over-all-the-way-from-ifugao/" rel="bookmark">Owl turned over all the way from Ifugao</a> </div> <div class="clear"> </div> </div> <div class="align-right"> <a class="read-more-btn" href="https://car.denr.gov.ph/news-events-category/provincial-releases/">View More <i class="fas fa-arrow-right"></i></a> </div> </div> <div class="clear"> </div> <hr/> <div class="one_half"> </div> <div class="one_half last"> <h1 class="section-title">Facebook Feeds</h1> <div class="feeds-container"><center><div class="fb-page" data-href="https://www.facebook.com/DENRCAROfficial/" data-tabs="timeline" data-width="" data-height="440" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/DENROfficial/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/DENROfficial/">Department of Environment and Natural Resources (DENR)</a></blockquote></div></center></div> </div> <div class="clear"> </div> </div> </div> <hr/> </div> <div class="main-container"> <h1 class="section-title">Quick Links</h1> <div class="row-container-space-around"> <div class="quicklink-logo"> <a href="http://www.geoportal.gov.ph/"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/PhilippineGeoportal-3-1.png"></a> </div> <div class="quicklink-logo"> <a href="http://gdis.denr.gov.ph/mgbpublic/"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/Group-259-1.png"></a> </div> <div class="quicklink-logo"> <a href="https://denr.gov.ph/news-events/asean/"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/Group-261-1.png"></a> </div> <div class="quicklink-logo"> <a href="https://www.facebook.com/EnvironMentor.DENR/"><img src="https://car.denr.gov.ph/wp-content/uploads/2023/04/Group-262-1.png"></a> </div> </div> </div> <div class="main-container agency-footer"> <div class="row-container"> <div class="column-3"><p><a href="https://car.denr.gov.ph/good-governance/transparency-seal/"><img loading="lazy" decoding="async" class="size-full wp-image-170 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/denr-logo-png-1-1.png" alt="" width="85" height="85" /><img loading="lazy" decoding="async" class="alignnone wp-image-3767" src="https://car.denr.gov.ph/wp-content/uploads/2024/01/transparency-seal.png" alt="" width="82" height="82" srcset="https://car.denr.gov.ph/wp-content/uploads/2024/01/transparency-seal.png 250w, https://car.denr.gov.ph/wp-content/uploads/2024/01/transparency-seal-150x150.png 150w" sizes="(max-width: 82px) 100vw, 82px" /></a><br /> The Department of Environment and Natural Resources is the executive department of the Philippine government responsible for governing and supervising the exploration, development, utilization, and conservation of the country’s natural resources.</p> </div> <div class="column-3"><div class="footer-title">Bureaus</div> <p><a href="http://www.bmb.gov.ph/" target="_blank" rel="noopener">Biodiversity Management</a><br /> <a href="https://erdb.denr.gov.ph" target="_blank" rel="noopener">Ecosystems Research and Development</a><br /> <a href="https://www.emb.gov.ph/" target="_blank" rel="noopener">Environmental Management</a><br /> <a href="https://forestry.denr.gov.ph/" target="_blank" rel="noopener">Forestry Management</a><br /> <a href="https://lmb.gov.ph/" target="_blank" rel="noopener">Land Management</a><br /> <a href="http://mgb.gov.ph/" target="_blank" rel="noopener">Mines & Geo-Sciences</a></p> </div> <div class="column-3"><div class="footer-title">Regions</div> <div class="row-container"> <div class="column-6"><a href="https://car.denr.gov.ph" target="_blank" rel="noopener">CAR</a><br /> <a href="https://ncr.denr.gov.ph" target="_blank" rel="noopener">NCR</a><br /> <a href="https://r1.denr.gov.ph" target="_blank" rel="noopener">Region 1</a><br /> <a href="https://r2.denr.gov.ph" target="_blank" rel="noopener">Region 2</a><br /> <a href="https://r3.denr.gov.ph" target="_blank" rel="noopener">Region 3</a><br /> <a href="https://calabarzon.denr.gov.ph" target="_blank" rel="noopener">Region 4A</a><br /> <a href="https://mimaropa.denr.gov.ph" target="_blank" rel="noopener">Region 4B</a><br /> <a href="https://r5.denr.gov.ph" target="_blank" rel="noopener">Region 5</a></div> <div class="column-6"><a href="https://r6.denr.gov.ph" target="_blank" rel="noopener">Region 6</a><br /> <a href="https://r7.denr.gov.ph" target="_blank" rel="noopener">Region 7</a><br /> <a href="https://r8.denr.gov.ph" target="_blank" rel="noopener">Region 8</a><br /> <a href="https://r9.denr.gov.ph" target="_blank" rel="noopener">Region 9</a><br /> <a href="https://r10.denr.gov.ph" target="_blank" rel="noopener">Region 10</a><br /> <a href="https://r11.denr.gov.ph" target="_blank" rel="noopener">Region 11</a><br /> <a href="https://r12.denr.gov.ph" target="_blank" rel="noopener">Region 12</a><br /> <a href="https://caraga.denr.gov.ph" target="_blank" rel="noopener">CARAGA</a></div> </div> </div> <div class="column-3"><div class="footer-title">Attached Agencies</div> <p><img loading="lazy" decoding="async" class="size-full wp-image-176 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/NAMRIA-1.png" alt="" width="30" height="35" /> <img loading="lazy" decoding="async" class="size-full wp-image-175 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/LLDA_logo-1.png" alt="" width="30" height="35" /> <img loading="lazy" decoding="async" class="size-full wp-image-174 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/PCSD.png" alt="" width="31" height="35" /> <img loading="lazy" decoding="async" class="size-full wp-image-173 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/PMDC2.png" alt="" width="31" height="35" /> <img loading="lazy" decoding="async" class="size-full wp-image-172 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/NRDC.png" alt="" width="31" height="35" /> <img loading="lazy" decoding="async" class="size-full wp-image-171 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/NWRB.png" alt="" width="31" height="35" /></p> <div class="footer-title">Follow Us On</div> <p><a href="https://www.facebook.com/DENRCAROfficial" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="size-full wp-image-180 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/2496095.png" alt="" width="20" height="20" /></a> <a href="https://youtube.com/@denr-car2913?si=uIhmUjqL3ezrC3_W" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="size-full wp-image-179 alignnone" src="https://car.denr.gov.ph/wp-content/uploads/2023/04/2496113.png" alt="" width="20" height="20" /></a></p> </div> </div> </div> <!-- agency footer --> <!-- 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 --> <script type="text/javascript" src="https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/js/skip-link-focus-fix.js?ver=20130115" id="gwt_wp-skip-link-focus-fix-js"></script> <script type="text/javascript" src="https://car.denr.gov.ph/wp-content/themes/gwt-wordpress-25.3.3/js/theme.js?ver=20160530" id="gwt_wp-theme-js-js"></script> <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>