ADVERTISEMENT

Cine Europa unreels 25th anniversary edition at SM Seaside City Cebu

Published Oct 3, 2022 01:37 pm
At the launch of Cine Europa 25 at SM Seaside City Cebu. (L-R) Arts Council of Cebu Foundation President Dr. Vivina Chiu-Yrastorza; Nicole Weisman, wife of EU Ambassador Luc Veron; Dr. Ana Isabel Sanchez Ruiz, Deputy Head of the EU Delegation; SM Prime Holdings Vice President Marissa Fernan; and EU Delegation Information Officer Robert Leon.

The Delegation of the European Union (EU) to the Philippines and the EU Member States Embassies, together with Cultúr Éireann, Irish Film Institute, Goethe Institut Manila, the Philippine-Italian Association, and Instituto Cervantes de Manila, recently celebrated the opening of Cine Europa’s 25th Anniversary Edition at SM Seaside City Cebu’s Large Screen Cinema. Cebu has been one of the pioneer host cities of the film festival since Cine Europa was first brought outside Manila in 2001.


For the past 25 years, Cine Europa has been the hallmark cultural event of the European Union Delegation to the Philippines. Beyond showing European films, the country’s longest-running festival has become a platform to strengthen EU-Philippine cultural relations and collaboration with Philippine cultural institutions and partners.

(L-R) Embassy of Poland’s Counsellor-Minister Ana Krzak-Danel and Charge d’ affaires a.i. Jaroslaw Szczepankiewicz, with EU Delegation Information Officer Robert Leon and Ella May Arevalo.


This year, thirty award-winning films from Europe have been specially lined up for the silver anniversary showcase and will follow a hybrid format. Film enthusiasts can register at www.cineeuropaph.com to enjoy the festival online, or on-site at partner venues until Oct. 28.


“Film is deeply rooted in Europe’s culture which we are very proud about,” said Dr. Ana Isabel Sanchez Ruiz, Deputy Head of the EU Delegation to the Philippines, who graced the festival opening. “It mirrors our identity and speaks a lot about our heritage and what we are”, Dr. Sanchez Ruiz was joined by Nicole Weisman, wife of EU Ambassador Luc Veron, and festival partners including SM Prime Holdings vice president Marissa Fernan and Arts Council of Cebu Foundation president Dr. Vivina Chiu-Yrastorza. Members of Cebu’s diplomatic corps, arts and culture community, business, academe, and the media also attended the launch.

(L-R) Members of Cebu’s business community Kelie Ko, Steven Yu, and Enrison Benedicto attended the opening of the milestone edition of this year’s Cine Europa.


Guests were seen enjoying the festival’s opening film Páfsi (Pause), a drama from Cyprus and Greece focusing on a middle-aged woman and the fantasy world that she uses to escape her real world misery — and what happens when the lines between fantasy and reality start to blur.


The film is directed by Cypriot Tonia Mishiali, whose work focuses on women’s and social issues.

Maripaz Vicente-Perdices, wife of Spain Honorary Consul Anton Perdices, with son Lorenzo.

Cebuanos also had a rare opportunity to watch other Cine Europa offerings at SM Seaside City Cebu’s Large Screen Cinema. These included Sanremo, from Slovenia and Italy; Libertad (Freedom), from Spain; Mysi Patri Do Nebe (Even Mice Belong in Heaven), from the Czech Republic, France, Slovakia, and Poland; Kapsalon Romy (Romy’s Salon) from the Netherlands and Germany; and Bicycle Thieves: Pumped Up, from Ireland.


The line-up also included Nematoma (Invisible) from Lithuania, Latvia, Ukraine, and Spain; Lola Vers La Mer (Lola) from Belgium and France; Aatos Ja Amine (Gods of Molenbeek), from Finland, Belgium, and Germany; Las Niñas (Schoolgirls) from Spain; Marina, from Belgium; Un Triomphe (The Big Hit), from France; Seltsimees Laps (The Little Comrade), from Estonia; and Dating Amber, from Ireland.

Violinist Marc Mercado.


Cine Europa 25 is one of the exciting cultural events at SM Seaside City Cebu and SM Cinema. Festival partners also include the Arts Council of Cebu, Film Development Council of the Philippines, National Parks and Development Committee, and the Cultural Center of the Philippines.

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.