ADVERTISEMENT

DMW pushes for declaration of Red Sea, Gulf of Aden as war-like zone, vows to protect Pinoy seamen's right to refuse sailing

Published Mar 20, 2024 07:25 am

The Department of Migrant Workers (DMW) will tap social media and other means of communications to protect the rights of Filipino seafarers to refuse sailing in the southern Red Sea and the Gulf of Aden, which it said, must be declared as war-like zone following the series of missile attacks of Houthi rebels, the recent incident led to the death of two Pinoy seamen.

 Aside from messaging apps, DMW officer-in-charge Undersecretary Hans Leo Cacdac said they will also distribute hard copies to manning agencies in the Philippines and will open hotlines in order for the department to assert the Filipino seafarers rights not to sail to the two areas in the Middle East. 

“The Maritime Industry Tripartite Council  (MITC) recognizes the seafarers rights to refuse sailing under the two International Bargaining Forum (IBF) resolutions for the high risks areas,” said Cacdac in a press briefing on Wednesday, March 20.

“In this regard at the DMW, we affirm this seafarers’ right to refuse sailing upon knowledge of the ships’ intention to navigate or pass the Red Sea or the Gulf of Aden,” he added.

Cacdac explained that the downloadable forms in relation to the right to refuse sailing will be made available on DMW websites while a hard copy will be brought to the manning agencies in order for Filipino seafarers to fill it out before their deployment.

He said they also recognized that Filipinos seafarers may find it complicated to fill the forms up and as such, he said hotlines will be make available to them in order for the DMW to know if they would avail of that right once they are informed that their respective ships would navigate or pass by the Red Sea and the Gulf of Aden. 

In this way, Cacdac said Filipino seafarers who would decide not to join navigation in the two areas would be allowed to disembark in the nearest port.

In pushing to protect Filipino seafarers, Cacdac cited at least two missile attack incidents that put Filipino seafarers in harm's way, the recent involving the True Confidence cargo ship on March 6 that left two Filipino seafarers dead and at least three others injured.

The cadavers of the two Filipinos are yet to be recovered from the cargo ship.

“Seafarers lives are more precious than cargos, seafarers' families and seafarers' and families are more precious than the commerce that goes on in the area, the cargos that those ships carry,” said Cacdac.

While Filipino seafarers have adequate training, Cacdac emphasized that they are not trained in war-like scenarios like soldiers or personnel of the Philippine Navy.

War-like zone

Cacdac said the DMW also strongly supports the position of the MITC to declare the southern Red Sea and the Gulf Aden as war-like zones amid the series of missile attacks in the area.

In December last year, the Philippine government, through the DMW, pushed for the declaration of the same areas as high-risk areas. This was followed by another position stipulated by the Philippine government in February.

“We know that the IBF discussions are underway to declare and hopefully they do declare the area as a war-like zone,” said  Cacdac.

Once the southern Red Sea and the Gulf of Aden are declared as a war-like zone, Cacdac said it will empower the MITC to strongly urge the ship owners to divert their voyages and avoid passing to the area,” said Cacdac.

On the part of the DMW, he said the DMW would require ship owners and manning agencies to register their respective ships that would pass by the two areas.

“Failure to register any ship to the area will be under sanctions in accordance with the DMW rules,” said Cacdac, referring to the Overseas Welfare Monitoring System where online registration would be required. 

No discrimination

Cacdac also assured that they will make sure that Filipino seafarers who would refuse deployment on the Red Sea and Gulf of Aden would not be discriminated against by ship owners and manning agencies. 

He said ship owners and manning agencies will be made to understand that the right to refuse sailing is a traditional right of every seafarer across the world— thus, must be respected.

Related Tags

Gulf of Aden DMW
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.