ADVERTISEMENT

Gil G. Chua receives MSAP's Media ICON Award for 2025

Published Dec 16, 2025 05:50 pm
Gil G. Chua
Gil G. Chua
Gil G. Chua, Chairman and CEO of DDB Group Philippines, was honored as one of the distinguished recipients of the Media ICON Award for 2025, a prestigious recognition in the media and communications field given by the Media Specialists Association of the Philippines (MSAP). The award pays tribute to Chua's invaluable contributions to the Philippine Media Industry, and his nearly five decades of visionary leadership and industry-shaping accomplishments.
One of the marketing communications industry’s transformative and influential leaders, Chua has helped define the direction of Philippine advertising, not only through extraordinary business achievements but through a legacy of mentoring, advocacy, philanthropy, and nation-building. His work has inspired generations of media and advertising professionals, and continues to elevate the Philippine communications industry on the global stage.
Chua began his advertising career in 1977 as a media assistant and rose to senior leadership at Advertising & Marketing Associates (AMA), then the largest Filipino-owned agency and the forerunner of what would later become DDB Group Philippines. He eventually took over the agency as local majority owner, where he not only scaled the business from its early beginnings but also positioned the Group as a world-class creative and communications powerhouse that is home to more than 200 talents across its ecosystem of integrated marketing communications and specialist agencies.
Beyond DDB Group, Chua founded the FCT Group of business solutions companies, operating across multiple cities and employing about 6,000 Filipinos—creating opportunities and making a meaningful contribution to national economic growth.
Chua has always attributed his success to the people he works with, reflecting his leadership that is anchored on a deeply human-centered belief: that true and lasting success begins with people.
“I started in this industry with nothing but passion and hard work—and it is that same spirit that continues to guide me today. When I look back at my journey, what I am most grateful for are the people who stood beside me. Every achievement is a shared victory, and every milestone we have achieved was made possible because we worked as one,” he said.
Chua also uses business as a platform to create lasting, meaningful impact through advocacy campaigns for different causes. He founded the agency’s corporate social responsibility arm, DDB Cares, championing advocacies in environmental sustainability, cultural heritage preservation, youth development, protection of women and children, poverty alleviation, and disaster response.
His philanthropic leadership also extends to his active service in the Rotary Club of Makati West, as well as his recent induction into The Rotary Foundation’s prestigious Arch Klumph Society.
"This industry has given me a meaningful life, and my purpose has always been to pay it forward. I have always believed that business should be used as a force for good. When you build businesses that uplift others, success becomes more than profit—it becomes a legacy," he said.
Among his many distinctions, Gil has been named an IABC CEO Excel Awardee, a multi-year honoree at the Asia CEO Awards, and Master Entrepreneur at the Asia-Pacific Enterprise Awards—further cementing his position as an influential figure in business, creativity, and social responsibility.
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.