Trao 250 phần quà Tết cho gia đình chính sách, bà con dân tộc Khmer và người bán vé số lưu động trên địa bàn thị xã Tịnh Biên

(Cổng TTĐT tỉnh AG)- Ngày 14/01, Công ty TNHH MTV Xổ số Kiến thiết rr88 tải phối hợp với Ủy ban Mặt trận Tổ quốc Việt Nam thị xã Tịnh Biên tổ chức tặng 250 phần quà cho gia đình chính sách, bà con dân tộc Khmer, hộ nghèo, người bán lẻ vé số lưu động trên địa bàn thị xã Tịnh Biên nhân dịp Tết Ất Tỵ năm 2025.

Trao giấy cảm tạ cho đơn vị tài trợ
Trao quà cho bà con nghèo
Tặng quà Tết cho bà con bán vé số lưu động trên địa bàn

Mỗi phần quà trị giá 400 nghìn đồng, gồm bánh, mứt, sữa, các nhu yếu phẩm và áo thun, tổng trị giá đợt trao tặng 100 triệu đồng do Công ty TNHH MTV Xổ số Kiến thiết rr88 tải tài trợ.

Những phần quà mang ý nghĩa thiết thực, khơi dậy và phát huy truyền thống tốt đẹp tương thân tương ái của dân tộc ta, cùng chung tay chăm lo cho những hoàn cảnh khó khăn, giúp bà con được vui xuân, đón Tết cổ truyền của dân tộc ấm cúng hơn, đầm ấm hơn, góp phần tích cực thực hiện các chính sách an sinh xã hội, phát triển kinh tế - xã hội của địa phương./.

Nguyễn Hảo

"; var footstr = ""; var newstr = document.all.item(text).innerHTML; //var newstr = document.getElementById(text).innerHTML; var oldstr = document.body.innerHTML; document.body.innerHTML = headstr + newstr + footstr; window.print(); document.body.innerHTML = oldstr; return false; } function printDiv2(text) { var content = document.getElementById(text).innerHTML; var printWindow = window.open('', '', 'height=600,width=800'); printWindow.document.write(''); printWindow.document.write(''); printWindow.document.write(content); printWindow.document.write(''); printWindow.document.close(); printWindow.print(); } function share_fb(url) { window.open('https://www.facebook.com/sharer/sharer.php?u='+url,'facebook-share-dialog',"width=626, height=436") } function toggleBackgroundColor() { const element = document.getElementById('contrast'); const currentColor = window.getComputedStyle(element).backgroundColor; if (currentColor === 'rgb(220, 220, 220)') { element.style.backgroundColor = '#fff'; } else { element.style.backgroundColor = 'rgb(220, 220, 220)'; } } var liActive = Array.from(document.querySelectorAll('.posts-list-noibat .post-title')); if (Array.isArray(liActive) && liActive.length ) { liActive[0].classList.add('active'); } function increaseFontSize() { var textElement = document.getElementById('text'); var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size'); var newSize = parseFloat(currentSize) + 2; if (newSize <= 40) { textElement.style.fontSize = newSize + 'px'; } } function decreaseFontSize() { var textElement = document.getElementById('text'); var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size'); var newSize = parseFloat(currentSize) - 2; if (newSize >= 12) { textElement.style.fontSize = newSize + 'px'; } } function resetFontSize() { var textElement = document.getElementById('text'); textElement.style.fontSize = '18px'; }