Ủy ban Mặt trận Tổ quốc Việt Nam thành phố Châu Đốc bàn giao 9 căn nhà Đại đoàn kết

(Cổng TTĐT tỉnh AG)- Chiều 15/8, Ủy ban MTTQ Việt Nam thành phố Châu Đốc tổ chức Lễ bàn giao 9 căn nhà Đại đoàn kết cho các hộ có hoàn cảnh khó khăn về nhà ở năm 2024. Đến dự có Phó Bí thư Thường trực Thành ủy, Chủ tịch rr8822 thành phố Châu Đốc Cao Xuân Bá.


Tại buổi lễ, Ủy ban MTTQ thành phố Châu Đốc đã bàn giao 9 căn nhà Đại đoàn kết, trong đó phường Vĩnh Mỹ 2 căn, Phường Núi Sam 5 căn và xã Vĩnh Tế 2 căn. Mỗi căn nhà có diện tích tối thiểu 35 m2, kết cấu nhà cấp 4, kinh phí từ nguồn công đức của Ban Quản Trị Lăng Miếu Núi Sam và Chùa Tây An hỗ trợ mỗi căn 50 triệu đồng. 

Được biết, từ đầu năm 2024 đến nay, Ủy ban MTTQ thành phố Châu Đốc đã bàn giao 71 căn nhà Đại đoàn kết, sửa chữa 2 căn, với tổng kinh phí trên 3,5 tỷ đồng. 

Đây là một trong những hoạt động chào mừng kỷ niệm 136 năm Ngày sinh Chủ tịch Tôn Đức Thắng (20/8/1888 - 20/8/2024), kỷ niệm 79 năm Cách mạng Tháng Tám thành công (19/81945-19/8/2024) và 79 năm Ngày Quốc khánh nước Cộng hòa xã hội chủ nghĩa Việt Nam (2/9/1945 -2/9/2024)./. 

Hân Nguyên

 

"; 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'; }