ADVERTISEMENT

Families await news of missing workers at Bangkok collapsed building site

Published Mar 31, 2025 01:21 pm

BANGKOK (AP) — When the earthquake that hit Myanmar sent its tremors to Thailand, Naruemon Thonglek didn’t immediately know it also had collapsed a high-rise building under construction in Bangkok.

AP25090291916822.jpg

Naruemol Thonglek, top right, waits for news of her partner, sitting with other people looking for their relatives who were at the site where an under-construction high-rise building collapsed after an earthquake in Bangkok, Thailand, Monday, March, 31, 2025. (AP Photo/Manish Swarup)

 

 

 

Seeing images of the debris on television news later, Naruemon immediately recognized the building where her long-time Burmese partner, his son and four of her friends had worked for the past month.

“My legs gave up. I lost all strength in my hands,” she said. “After the quake stopped I called him, messaged him, but there was no response. I couldn’t contact him. I sent him voice messages and he never read it. Then I knew for sure that he must have been inside.”

At least 18 people died in Bangkok, Thailand's capital, more than 800 miles (1,287 kilometers) from the center of the magnitude 7.7 quake in Myanmar on Friday, which killed more than 1,700 people there.

In Bangkok, 78 people remain missing. Thai authorities are racing against time to find anyone left alive under the ruins as the crucial 72-hour mark passes. While the authorities have said they detected possible sounds of life, so far only one person was pulled alive from the rubble.

Tavida Kamolvej, Bangkok’s deputy governor, told reporters at the site Monday that crews are speeding up the search.

“Every second really counts,” she said.

Among those missing are the mother and younger sister of Chanpen Kaewnoi, who had been working at the site for a couple of months.

Chanpen said she couldn’t contact them after the quake, but later was told by a survivor that they had been on the fifth floor of the 30-story building.

“He told me that they ran from the fifth floor, and once he reached the ground, the building just collapsed,” she said. “He said he couldn’t find my mom and my sister. He said it was just a split second and he lost them.”

Naruemon said her partner, Kyi Tan, and the other five were assigned to work much higher up on the 26th floor. While her partner had extensive construction experience, this was his first high-rise project. As he left home on the morning of the quake, he said he would stay late in the hope of finishing his work by the end of the month.

Naruemon and Chanpen said they never heard their family members raise safety concerns while working at the building.

The authorities said they are investigating the cause of the building collapse as criticisms and concerns grow over safety and quality standards of Bangkok buildings. Chadchart Sittipunt, the city governor, has ordered a blanket inspection of all high-rise buildings in the capital.

Videos of the collapse show the building, which was meant to be a new State Audit Office, shaking a little before tumbling to the ground, sending a huge plume of dust into the sky as people scream and run away.

When Naruemon arrived at the site the following day, the scene of the ruins broke her spirit.

“I had a meltdown. I could only pray. I kept calling for them,” she said. “I wanted them to come back. I was so devastated. I didn’t know what to do.”

For two days, Naruemon walked around near the site with her family and friends, hoping to see any developments as heavy machines and rescue crews searched for survivors. She prayed and performed a religious rite asking the spirits to protect her loved ones.

“I want everyone trapped there to be found. In whatever conditions, I’m ok with it,” she said. “I’ve already made some peace with it. It’s been a few days already. A part of me still hopes they will survive, for a miracle, if it exists.”

Related Tags

WORLDNEWS
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.