ADVERTISEMENT

Berna Romulo Puyat isn't wavering. Will she save the tourism industry?

Published Nov 17, 2021 12:04 am

NIGHT OWL

Anna Mae Lamentillo

One of the most adversely affected sectors during this pandemic is the tourism industry. Leisure travel was totally prohibited when the nationwide lockdown was announced in March 2020.

For Tourism Secretary Bernadette Romulo-Puyat, it was heartbreaking to see establishments close and tourism workers losing their jobs, especially coming after a record-breaking year in terms of tourist arrivals in 2019 — 8.26 million foreign tourists and 110 million domestic trips registered.

Sec. Berna told me, “For all the years I spent in the service, nothing ever came close to the challenges brought by the COVID-19 pandemic. We knew we had a lot of work to do and that we had to focus on keeping the industry afloat during the pandemic and prepare for its eventual recovery.”

But she adds that the pandemic also paved the way for new discoveries, lessons, and innovations. What she wants is to make sure that the tourism industry will eventually stand strong amidst unexpected challenges that may arise, and for the next generation to inherit a better and brighter future.

Her father reminds her to always uphold honor and integrity in public service, and to never lose public trust.

Despite the challenges, Sec. Berna says she is grateful to President Duterte for choosing her to lead the Department of Tourism (DOT). “It is such a wonderful job to market the Philippines because of our many natural wonders, as well as the hospitality of the Filipino people.”
 
Destined for public service

Sec. Berna has been in public service for more than two decades already. But she never dreamed of it even if she grew up in a family of public servants. Her father, statesman Alberto G. Romulo, held various positions in government. But what she wanted was to be a wife, a mom, and a teacher at the University of the Philippines.

Tourism Secretary Bernadette Romulo-Puyat is determined to build a more resilient tourism industry despite the COVID-19 pandemic.

She achieved all three. She became an Economics lecturer in UP Diliman, where she graduated cum laude with her bachelor’s degree in Economics. She also became a wife and a mother.

Unfortunately, her husband, Dave Puyat, passed away after suffering a heart attack in 2010. Sec. Berna describes it as the most devastating moment in her life. At that time, she was already the Undersecretary of Gender and Development in the Department of Agriculture (DA). She threw herself into work to cope with the loss and found comfort in fellow women.

She narrates that one uplifting experience was during a visit to a farming community. She shared her loss to women farmers. She told them that she understands how it feels to be a widow and a breadwinner at the same time. The women all cried with her in sympathy.

Perhaps because public service runs in her blood, Sec. Berna has always been drawn to the people. As DA Undersecretary, she immersed herself in communities of women and indigenous farmers to experience firsth and their practices, culture, and challenges. By developing programs that promote local produce, heirloom rice, and organic food products, she helped open doors of opportunity and expanded the markets of our farmers and agri-based enterprises.

As DOT Secretary, she recognizes the importance of tourism workers, who she considers the heart of the industry. This is why she ensured that tourism workers will be among the priority recipients of the COVID-19 vaccine. She stressed that the immunization of the tourism workforce will help in the recovery of the industry, thereby bringing back jobs and livelihood that are dependent on tourism.

She shares, “When I see that I have contributed to improving the life of an individual, a community, or a sector, that gives me fulfillment as a public servant.”
 
Valuing the people around her

For Sec Berna, her greatest mentors remain to be her parents - former Senator Alberto Romulo and Lovely Tecson.

Even with her long years in government, her greatest mentors remain to be her parents. Sec. Berna said, her mother, Lovely Tecson, inspires her to always be strong, and to balance both being a mother and a public servant; while her father reminds her to always uphold honor and integrity in public service, and to never lose public trust.

Sec Berna worked harder during the COVID-19 pandemic to keep the tourism industry afloat and prepare for its eventual recovery.

While she credits her family for defining her guiding principles, which helped her in facing the challenges of the pandemic, she also recognizes the contribution of the people she works with.

She takes pride in the men and women at DOT and how they are giving their best given the situation. She is also grateful for the unwavering support of all tourism stakeholders and workers, who she describes as “the pillar that kept us standing amid this difficult time.”

These are the very same people who inspire Sec. Berna and make her confident that, after this pandemic, the Philippines will continue to showcase its world-renowned destinations with the most remarkable travel experience for every tourist. She ensures that DOT’s recovery programs would not just support its stakeholders, but also improve the industry towards a better normal.

Related Tags

Anna Mae Yu Lamentillo NIGHT OWL
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.