ADVERTISEMENT

'Lumaban ng patas': Castro tells Dutertes to face allegations head-on 

Published Aug 19, 2024 02:45 am

At A Glance

  • ACT Teachers Party-list Rep. France Castro tells Vice President Sara Duterte to fight fair amid the serious issues being raised against certain members of her family, particularly on big-time drug smuggling. 

20240819_102025.jpgACT Teachers Party-list Rep. France Castro (left), Vice President Sara Duterte (Facebook)

 

 

 

 

 

 



Fight fair. 

This was ACT Teachers Party-list Rep. France Castro's message to Vice President Sara Duterte after the latter cried "political harassment" amid the serious issues raised against certain members of her family, particularly on big-time drug smuggling. 

Castro, a member of the Makabayan bloc in the House of Representatives, recalled "the intense suppression of dissent" during the administration of the Vice President's father, former president Rodrigo Duterte. 

"Noong panahon ni dating Pang. Duterte sa posisyon lahat ng pumuna o nagsalita laban sa kanyang polisiya ay hinarass, sinampahan ng gawa-gawang kaso at kinulong, madami rin ang pinatay. Ngayon na naghahanap ng katarungan ang mamamayan laban sa mga pang-aabusong yun ay sasabihing 'political harassment' para lang pagtakpan ang kanilang mga kasalanan," she added. 

(During the time of former president Duterte, everybody who criticized or spoke against his policies were harassed, charged with made up cases and imprisoned, and many were killed. Now that the public is seeking justice for these abuses, the Dutertes claim 'political harassment' to cover it up.) 

The deputy minority leader challenged the Duterte family to face the allegations head-on. 

"Harapin na lang nila ang mga isyu na pinupukol sa kanila at lumaban ng patas hindi tulad ng mga ginawa nila sa mga biktima ng kanilang rehimen. Kami na sinampahan ng gawa-gawang kaso ay hinarap ito pero ang mga Duterte ay ni hindi man lang humarap o nagpaliwanag ng maayos sa kahit anong kaso o isyu na inilatag sa kanila," said Rep. Castro. 

(They should just face the issues being hurled at them and fight fair, unlike what they did to the victims of their regime. Us who were filed with made-up cases faced it, but the Dutertes haven't even faced or properly addressed any case or issue laid before them.) 

ALSO CLICK 

https://mb.com.ph/2024/8/18/house-quad-comm-leaders-stand-by-convictions-amid-implication-of-duterte-kin


The House quad-committee's ongoing investigation has so far revealed alleged connections to drugs among individuals close to former president Duterte, including his son, Davao City 1st district Rep. Paolo “Pulong” Duterte; his son-in-law, lawyer Manases “Mans” Carpio, husband of Vice President Duterte; and his former economic adviser Michael Yang.  

Castro called on the public to remain vigilant and to continue demanding accountability from public officials, regardless of their political affiliations or positions. She says true justice and progress can only be achieved when those in power are held responsible for their actions. 

"The Filipino people deserve nothing less than full transparency and accountability from their leaders. We must not allow baseless claims of 'political harassment' to derail our pursuit of truth and justice," Castro said.
 

Related Tags

Rodrigo Duterte Sara Duterte FRANCE CASTRO quad-committee
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.