//     <div class="countdown-box" style="text-align:center; margin:20px 0;">
//         <button class="start-countdown" style="padding:10px 20px; font-size:16px; cursor:pointer;">
//             Nhấn để nhận mã
//         </button>
//         <div class="countdown-timer" style="margin-top:10px; font-weight:bold;"></div>
//     </div>

//     <script>
//     document.addEventListener("DOMContentLoaded", function() {
//         document.querySelectorAll('.countdown-box').forEach(function(box){
//             const button = box.querySelector('.start-countdown');
//             const timerDiv = box.querySelector('.countdown-timer');

//             let interval = null;
//             let time = 0;
//             let isRunning = false;

//             function startTimer() {
//                 interval = setInterval(function(){
//                     timerDiv.innerHTML = "Vui lòng chờ: " + time + " giây";
//                     time--;

//                     if(time < 0){
//                         clearInterval(interval);
//                         timerDiv.innerHTML = "Mã của bạn: <span style='color:red;'>3197356831</span>";
//                         isRunning = false;
//                     }
//                 }, 1000);
//                 isRunning = true;
//             }

//             function stopTimer() {
//                 if(interval){
//                     clearInterval(interval);
//                     interval = null;
//                     isRunning = false;
//                 }
//             }

//             button.addEventListener('click', function() {
//                 time = Math.floor(Math.random() * (89 - 59 + 1)) + 59;
//                 button.disabled = true;
//                 startTimer();
//             });

//             // ======= XỬ LÝ CHUYỂN TAB =======
//             document.addEventListener("visibilitychange", function() {
//                 if (document.hidden) {
//                     // Khi rời tab → dừng
//                     stopTimer();
//                 } else {
//                     // Khi quay lại tab → chạy tiếp nếu chưa xong
//                     if(time >= 0 && !isRunning){
//                         startTimer();
//                     }
//                 }
//             });
//         });
//     });
//     </script>
//     <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//docungtrongoi.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://docungtrongoi.com/post-sitemap.xml</loc>
		<lastmod>2026-06-02T15:33:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://docungtrongoi.com/page-sitemap.xml</loc>
		<lastmod>2026-03-07T07:07:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://docungtrongoi.com/product-sitemap.xml</loc>
		<lastmod>2026-08-09T13:28:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://docungtrongoi.com/category-sitemap.xml</loc>
		<lastmod>2026-06-02T15:31:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://docungtrongoi.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-08-09T13:28:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://docungtrongoi.com/author-sitemap.xml</loc>
		<lastmod>2026-08-09T20:28:10+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->