ADVERTISEMENT

DTI hikes cement import duty

Published Dec 7, 2020 06:00 am

The Department of Trade and Industry (DTI) has given in again to the demand of domestic cement manufacturers as it hiked the second year safeguard duty to P9.80 on 40-kilogram bag imported cement, almost at the same level as last year’s P10 duty and higher than the original P9 duty it ordered last year.

MB File

Under Department Administrative Order No. 20-08 series of 2020, DTI Secretary Ramon M. Lopez ordered that for the second year of the three-year implementation period of the safeguard measure against imported cement, a P9.80 duty shall be imposed on every 40-kg bag of imported cement or P245 per metric ton.

The second-year duty imposition covers cement imports from various countries under AHTN Codes 2523.39.90 and 2523.90.00 from October 22, 2020 to October 21, 2021.

It could be recalled that on August 27, 2019, DTI issued DAO No. 19-13 imposing a definitive general safeguard duty on imported cement for an initial three year period to stop the surge of imported cement to the country after final determination that the surge in importation has caused serious injury to the domestic industry.

The DAO provided for a staggered reduction of the punitive duty. On the first year, the DTI imposed a duty of P250 per MT or P10 per 40 kg bag, for the second year P225 per MT or P9 per bag, and for the third year P200 per MT or P8 per 40 kg bag. The DTI DAO also provided for a regular review of the safeguard measure allowing the DTI to modify the rate as necessary.

This paved the way for the issuance by the Bureau of Customs of Memorandum Circular No. 239-2019 on October 22, 2019 for the implementation of the first year of the safeguard measure until October 22, 2020.

Notably, the P9.80 per bag safeguard measure for the second year was higher than original DAO’s P9, and only 20 centavos shy of the P10 duty for the first year.

In imposing a higher safeguard duty, the DTI cited the petition by the Cement Manufacturers Association of the Philippines (CeMAP), which pleaded to maintain the P10 duty for the second year if not raise it by P2 or P12 per 40-kilogram bag. It said that the P12 per bag is equivalent to the provisional

safeguards duty and within the recommendation of the Tariff Commission.

In its petition, CeMAP stated that while the first year implementation of the safeguard measure had slowed down cement arrivals and has helped the industry to level the playing field during the second half of 2019, the group of cement manufacturers also observed that cement imports seemed to be bouncing back in the first half of 2020.

CeMAP blamed the resurgence of cement importation to the higher surplus from countries such as Vietnam, 15 percent reduction in prices of cement and clinker exports per MT in the second half of 2020, lower freight cost because of lower demand of maritime transport, and Vietnam’s non-imposition of hard lockdown during the height of the pandemic enabling their companies to operate at full capacity.

Vietnam, Philippines’ number one source of cement imports, continued their operation even during the height of the pandemic, unlike the Philippines where Luzon and Davao cement plants ceased to operate during the Enhanced Community Quarantine period.

Following the CeMAP petition, the DTI conducted further review. DTI said that imports in the January-August period this year already accounted for 79 percent of 2019 import level despite the pandemic. If annualized, DTI said the cement importation this year is expected to rise by 9 percent.

“There are indications that the significant increase in the volume of imports affected the performance of the local industry. The condition of competition shows that the market share of locally produced cement was displaced even with the imposition of the definitive safeguard duty of P250 per MT or P10 per 40 kg bag as the shares of imports in the Philippine market significantly increased resulting in domestic industry’s increased inventory, reduced capacity utilization and incurred decline in profitability,” he said.

The DTI also said that the pandemic also aggravated the overall operation of the cement industry for the first half of 2020 which resulted in the closure and slowdown of operations due to the quarantine measures and low market demand.

As a result, the scheduled adjustment plan by the cement industry in 2020 has been delayed as the cement industry was unable to quickly resume and complete the necessary investments due to the business disruptions resulting from the quarantine measures implemented to fight the pandemic.

Related Tags

DTI Ramon Lopez Cement Import duty
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.