ADVERTISEMENT

ONE Championship: 'Dream Man' ready for 'The Ilonggo'

Published Mar 19, 2018 08:00 pm
Kritsada Kritsada "Dream Man" Kongsrichai (ONE Championship photo) Unlike the other Thai combatants on the burgeoning world-class roster of ONE Championship, Kritsada "Dream Man" Kongsrichai was cut from a different cloth. While the rest came from striking backgrounds, most prominently Muay Thai, the 26-year-old native of Nakhon Si Thammarat, Thailand has an extensive background as a wrestler. Kongsrichai is a 13-time Thai wrestling champion who proudly owns an impressive 180-20 record in competition. “I started out as a wrestler. Unlike some of the other Thai fighters in the sport or in this organization, I didn’t come from a Muay Thai background. It’s quite unusual, but as years passed by, I learned how to embrace it. I realized there are instances that it’s good to be different,” he explained. Now as a professional mixed martial artist, his approach on his quest of reaching the sport’s summit will not be different as he always finds positives in any situation. As a dedicated competitor with tons of confidence and humility, Kongsrichai always looks forward on improving and reinventing himself in the constantly-evolving sport of mixed martial arts. Kongsrichai's pursuit to prove that he belongs to the ONE Championship cage continues on Mar. 24 in front of his countrymen as he squares off with a young and tough Filipino foe like Robin "The Ilonggo" Catalan. Both men are slated to lock horns on the undercard of ONE: IRON WILL, which takes place at the 12,000-seater Impact Arena in Bangkok, Thailand. Carrying a professional win-loss standing of 6-3 into his three-round strawweight encounter with Catalan, Kongsrichai stills sees a lot of work that needs to be done after winning two of his assignments in 2017. Following his submission loss to former world title contender Joshua Pacio in August 2016, Kongsrichai redeemed himself by defeating Indonesian dynamo Adrian Matheis via rear-naked choke in the first round a year ago. Nine months later, Kongsrichai made quick work of Robin’s brother Rabin Catalan by way of first-round technical knockout. Although he aced his last two outings under the ONE Championship banner, Kongsrichai refuses to be complacent as he takes every match in his budding career as a lesson that will strengthen him as a martial artist. "I'm a very positive person. I take each win and loss as a lesson to learn and to develop. We always go back to the drawing board to review and maximize everything that we can get from my previous fights. The best part of it is that I'm improving everyday," Kongsrichai said. “I’m looking forward to have a successful 2018.” Under the tutelage of coaches Tommy Hayden and Ponlawat Maki along with the whole Thailand-headquartered Team Hunter crew, Kongsrichai is in deep training on upgrading his arsenal for his upcoming meeting with Catalan. Kongsrichai did not mince words about his excitement on showcasing the reinvented version of himself on Mar. 24. "They'll be seeing a different fighting beast on March 24th. I'm very excited on showing the upgraded Kritsada. My team will do everything to help me reach my martial arts dreams," Kongsrichai stated. With the aim to be a more versatile competitor inside the cage, Kongsrichai revealed that he and his team are very focused on honing his stand-up game to complement his grappling pedigree. “I want to be a complete martial arts package. I've been fighting and training since seven years old. To reach my goals and fulfill my dreams in life, you need to sacrifice and learn everything to succeed," he revealed. "I'm sharpening everything. I'm putting my Muay Thai and wrestling skills to the next level." Kongsrichai is fully satisfied with the turnout of his training camp for his return to the ONE Championship cage as he expects a win-hungry opponent in Catalan at ONE: IRON WILL. Catalan is aiming to place himself back on the winning track after falling short against Dejdamrong Sor Amnuaysirichoke last December. “He is a tough and hungry warrior. I know that he also wants to achieve his dreams in this sport, but on Mar. 24, I will be the one to walk out as the winner. This will be a war, and I hope I can win this fight in front of my countrymen with another finish,” Kritsada cautioned. Kongsrichai believes that a convincing win over Catalan will elevate him into the upper echelon of ONE Championship’s strawweight division. "I have been dreaming of becoming a world champion since I was a kid, which was also the reason I got my moniker ‘Dream Man.’ Someday, I will be a champion. But my full focus is on my next opponent right now. A win in this fight will definitely improve my position in the division," he ended.
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.