ADVERTISEMENT

Duterte signs new sin tax reform law

Published Jan 23, 2020 12:00 am
By Genalyn Kabiling President Duterte has signed the new sin tax reform law but vetoed a provision that prevents the government from conducting a raid on alcohol and tobacco facilities without a court order. President Rodrigo Roa Duterte signs the Republic Act 11033 'Converting the Davao Oriental State College of Science and Technology into a State University' and Republic Act 11032 or 'Ease of Doing Business Act' during the ceremonial enactment at Malacañan Palace on May 28, 2018. Joining the President are Senate President Vicente Sotto III and House Speaker Pantaleon Alvarez. ROBINSON NIÑAL JR./PRESIDENTIAL PHOTO President Rodrigo Roa (ROBINSON NIÑAL JR. /PRESIDENTIAL PHOTO / FILE PHOTO / MANILA BULLETIN) Republic Act No. 11467 seeks to increase the excise taxes on alcohol, heated tobacco, and vapor products mainly to generate funds for the government’s universal health care program. An "item veto" was issued by the President after such provision supposedly curtails the search and seizure powers of the Bureau of Internal Revenue (BIR) "I hereby register the item veto of Section 5 of the measure which was intended to further amend Section 152 of the NIRC (National Internal Revenue Code) as it effectively curtails the power of the State to collect taxes, and renders powerless the BIR to effectively implement enforcement mechanisms against illicit tobacco products," the President said in his line-veto message to Congress leaders. Duterte said the phrase "upon order of the court" unnecessarily requires the BIR to secure a court order before it can enter any house building or place where the sin products are produced or kept. Under the Constitution, the President may veto particular items in an appropriation, revenue or tariff bill, but the veto does not affect the item or items to which he does not object. Under the new law, the government will impose a 22-percent ad valorem tax on top of the specific tax of P42 per proof liter for distilled spirits in 2020. It will be raised to P47, P52, P59, P66 per proof liter from 2021 to 2024. It will be increased by 6 percent every year effective 2025. The excise tax on beer and fermented products will be P35 per liter for 2020, followed by a P2 increase every year until 2024. A 6-percent increase will be implemented in the succeeding years. The government will also collect a specific tax of P50 per liter on all wines starting this year. It will have an annual increase of 6 percent every year. For heated tobacco products, the new law also imposes an excise tax of P25 per pack in 2021, P27.50 in 2022, P30 in 2023, and P32.50 in 2024. The rate will increase by 5 percent every year thereafter. Vapor products classified as nicotine salt will be slapped with an excise tax of P37 in 2021, P42 in 2022, P47 in 2023, and P52 in 2024. There will be an annual increase of 5 percent onwards. The tax on freebase or classic nicotine vape will be increased to P45 in 2021, P50 in 2022, P55 in 2023, and P60 in 2024. The rates will be raised by 5 percent in the subsequent years. The law included a provision directing the Food and Drug Administration (FDA) to determine and regulate the manufacture, importation, sale, packaging, advertising, and distribution of heated tobacco and other vapor products, including banning the sale to persons below 21 years old. Those who violate the new law may face a fine ranging from P10 million to P500 million and imprisonment from five to eight years. RA 11467 also included a provision exempting the sale or importation of medicines for diabetes, high cholesterol and hypertension from value-added tax (VAT) starting January 2020. Also exempted from VAT payments are medicines for cancer, mental illness, tuberculosis and kidney diseases beginning January 2023. Duterte, in his message, said the new law was a welcome development in the government's efforts to protect the public's health from the ill-effects of sin products as well as ensuring access and affordable healthcare services to Filipinos through additional revenues. He ordered the FDA to formulate a regulatory framework on the manufacture, distribution, and use of heated tobacco and vapor products in the country. "I commend the wisdom of Congress in acknowledging the unregulated manufacture, proliferation, distribution, and use of heated tobacco products and vapor products in the country, and accordingly establishing a framework for the regulation thereof by the Food and Drug Administration," he said. "I am instructing the FDA to formulate the intended regulatory framework, and the relevant agencies to immediately operationalize the same upon issuance," he added. Duterte said he was confident the multi-tiered effect of the sin tax law would be "a cost-effective health measure to reduce smoking and alcohol consumption among Filipinos” to support the Universal Health Care Act. "Coupled with its positive impact in improving domestic resource mobilization, this measure will significantly reinforce and advance this administration’s commitment to provide a better quality of life for every Filipino,” he said. The law was signed by the President on January 22, 2020.
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.