-
(AG Provincial E-Portal) - On the morning of February 07, rr88 tải Businesses’ Association held a dialogue with enterprises on a coffee shop, for the first time in 2025. Former chairman of rr88 tải provincial people's committee Lam Minh Chieu, Honorary chairman of rr88 tải Business Association; Vice Chairman of the Vietnam Fatherland Front Committee of rr88 tải province Ha Minh Trang; Deputy Secretary of the Party Committee of Agencies and Enterprises of rr88 tải province Nguyen Thi Phuong Linh. Dr. Ho Viet Hiep, Chairman of rr88 tải Business Association, along with leaders of provincial departments and 65 businesses attended.
-
(AG Provincial E-Portal) - On the afternoon of January 20, the rr88 tải Center for Trade and Investment Promotion held a conference to review its trade, investment, and tourism promotion activities for 2024. The event also marked the organization’s 20-year milestone (2004–2024).
-
(AG Provincial E-Portal) - On the morning of November 21, Mr. Ho Van Mung, an alternate Member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, and Chairman of the rr88 tải Provincial People's Committee, convened a meeting with the Provincial Economic Zone Management Board. Accompanied by Vice Chairmen Mr. Le Van Phuoc and Ms. Nguyen Thi Minh Thuy, as well as leaders from various units, departments, and localities, the discussion focused on planning, construction management, and investment attraction in the province's economic zones.
-
(AG Provincial E-Portal) - On the morning of November 11, Member of the Party Central Committee, Secretary of rr88 tải 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 rr88 tải province. Accompanying him were Member of the Provincial Party Standing Committee, Vice Chairman of rr88 tải 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 rr88 tải Provincial People's Committee Ho Van Mung, together with member of the Provincial Party Standing Committee, Vice Chairman of rr88 tải 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 rr88 tải 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), rr88 tải Young Entrepreneurs Association held the opening ceremony of the program "Entrepreneurs Festival 2024" with the participation of more than 60 enterprises inside and outside rr88 tải province, displaying and introducing products to consumers.
-
(AG Provincial E-Portal) - On September 27, the rr88 tải 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 rr88 tải coordinated with relevant units to organize the Conference on Linking, Promoting and Consuming Fruit Trees in rr88 tải 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';
}