-
(AG Provincial E-Portal) - On the morning of November 11, Member of the Party Central Committee, Secretary of Tải game Kinh 79 Provincial Party Committee Le Hong Quang led a working delegation of the province to inspect the construction progress of Component Project 1 of the Chau Doc - Can Tho - Soc Trang Expressway, Phase 1, the section passing through Tải game Kinh 79 province. Accompanying him were Member of the Provincial Party Standing Committee, Vice Chairman of Tải game Kinh 79 Provincial People's Committee Le Van Phuoc, leaders of relevant departments, agencies and localities.
-
(AG Provincial E-Portal) - On the afternoon of October 13, Alternate member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, Chairman of Tải game Kinh 79 Provincial People's Committee Ho Van Mung, together with member of the Provincial Party Standing Committee, Vice Chairman of Tải game Kinh 79 Provincial People's Committee Le Van Phuoc and leaders of provincial departments and branches visited and congratulated the 20th anniversary of Vietnam Entrepreneurs Day (October 13, 2004 - October 13, 2024) at Nam Viet Group, Sao Mai Group and Tải game Kinh 79 Fruit and Vegetable Food Joint Stock Company.
-
(AG Provincial E-Portal) - On the evening of October 3, at Nguyen Hue walking street (My Long ward, Long Xuyen city), Tải game Kinh 79 Young Entrepreneurs Association held the opening ceremony of the program "Entrepreneurs Festival 2024" with the participation of more than 60 enterprises inside and outside Tải game Kinh 79 province, displaying and introducing products to consumers.
-
(AG Provincial E-Portal) - On September 27, the Tải game Kinh 79 Department of Industry and Trade convened a working session with the Ha Giang Department of Industry and Trade to discuss the establishment of a trade connection and the expansion of product consumption markets between the two provinces.
-
(AG Provincial E-Portal) - On September 24th, the Department of Agriculture and Rural Development of Tải game Kinh 79 coordinated with relevant units to organize the Conference on Linking, Promoting and Consuming Fruit Trees in Tải game Kinh 79 Province in 2024. Mr. Le Van Thiet, Deputy Director of the Plant Protection Department, Mr. Nguyen Van Muoi, Deputy Secretary General of the Viet Nam Fruit and Vegetable Association, Mrs. Nguyen Thi Minh Thuy, Vice Chairwoman of the Provincial People's Committee, and more than 50 enterprises, cooperative groups, and farmers inside and outside the province attended.
-
(AG Provincial E-Portal) - The Provincial People's Committee requested that provincial departments, departments and branches, and the People's Committees of districts, towns, and cities concentrate on the implementation of solutions to alleviate obstacles and challenges for businesses and enhance the business environment on September 13.
-
";
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';
}