ADVERTISEMENT

PCCI-Muntinlupa exec honored with Woman in Business of the Year award

Published Dec 13, 2024 08:57 am

The chairman of the Philippine Chamber of Commerce and Industry (PCCI)-Muntinlupa was honored with the Woman in Business of the Year by the Italian Chamber of Commerce in the Philippines Inc. (ICCPI). 

Elvie Sanchez-Quiazon, who is also the vice president of sales and marketing at The Bellevue Manila hotel in Alabang, Muntinlupa and secretary general of the PCCI-National Capital Region, was announced as the winner at the recent ICCPI Leadership Awards 2024. 

Italy's Ambassador to the Philippines Davide Giglio and Mike Toledo, chairman of the board of judges, presented the trophy to Sanchez-Quiazon. 

ElvieQuiazon3.jpgElvie Sanchez-Quiazon (second from right) receives the trophy for Woman in Business of the Year from Mike Toledo and Italy's Ambassador to the Philippines Davide Giglio (Photo courtesy of Eli Carug)

ElvieQuiazon2B.jpg

Elvie Sanchez-Quiazon holds the trophy for Woman in Business of the Year (Photo courtesy of Eli Carug)

The awards ceremony recognized “exemplary leadership across various industries,” according to ICCPI. 

There were several contenders for the Woman in Business of the Year. The nominees were reduced to three, including Sanchez-Quiazon, who exemplified “leadership, resilience, and excellence in advancing gender equality in business.”

The winner was selected by a panel of judges consisting of Rosemarie Rafael, chairwoman and president of Airspeed and chairwoman of the Women's Business Council (WomenBizPH); Monsi Serrano, founder of the Philippine Business and News; Fabian Delos Santos, partner and head of tax services at SGV & Co.; Mike Toledo, head of Government Relations and Public Affairs at Metro Pacific Investments; and Roel Refran, EVP and COO of the Philippine Stock Exchange (PSE). 

In an interview with Manila Bulletin, Sanchez-Quiazon said she was not just happy to receive the award but it was an opportunity to inspire others. 

“Of course, not just that I'm happy but also because I know I have an opportunity again to inspire more people. It's like, I think a multitude will feel that I am not just credible but I am one woman that they can relate with and that there is nothing impossible really,” she said. 

She added, ““It’s not really about winning but it's just that I’m a relatable person. There is nothing impossible. It’s really about inspiring. I’m very, not just happy,  I'm elated because I know that I'm doing things for His better glory and that I can inspire more women.”

About the business sector performance in Muntinlupa in 2024,  Sanchez-Quiazon said, “Firstly I'll say that in the tourism sector, there are challenges but what is so beautiful about it is we are very resilient.”

“I think that's because we have the collaboration which is also a robust relationship with the LGU. What's good about it is we have such great support and we see the sincerity in all the other leaders of other industries, having that desire to really collaborate with each other knowing that it's not possible to do things alone,” she said. 

She added, “Everything is now aligned with the United Nations Sustainable Development goals so the big word that we have is sustainability. So maybe after the pandemic, what we all realized is we really need to collaborate and there should be recognition by the government and we should recognize the efforts of the government.” 

“Fortunately I am in Muntinlupa City of which the leaders from the mayor or like the father of the city, the congressman all the way down the line, including from the grassroots level, are now interacting and the whole value chain of supply is very active and there is engagement,” she said. 

She added that “this is evident in all the activities in the government, from the government initiatives and the activities done or initiated by the private sector involving all from the grassroots level all the way up. Even collaborating with shall we say across the borders. So we're active that way. So it's not only locally competitive but we're also globally competitive already.”

Related Tags

Muntinlupa City metronews
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.