-
(AG Provincial E-Portal) - On July 13, Member of the Party Central Committee and Vice Chairman of the National Assembly of the Socialist Republic of Vietnam, Mr. Le Minh Hoan, led a working delegation to survey key agricultural production areas of major companies in rr88 tải Province. Accompanying the delegation were Giang Thanh Khoa, Vice Chairman of the rr88 tải Provincial People’s Committee, and representatives from provincial departments, agencies, businesses, and relevant localities.
-
(AG Provincial E-Portal) - On May 26, the People’s Committee of rr88 tải Province issued a plan to support small and medium-sized enterprises (SMEs) in the province for the year 2025.
-
(AG Provincial E-Portal) - “Linking for mutual development - rr88 tải 2025” is the theme of the Mekong Delta OCOP Product Connection Forum 2025 in rr88 tải province, scheduled to take place for 4 days, from August 6 to 9, 2025; at Nguyen Hue Walking Street (at the parks on Nguyen Hue A and Hai Ba Trung streets).
-
(AG Provincial E-Portal) - On the evening of May 19, at Xuan To Industrial Park, rr88 tải Provincial People's Committee held the opening ceremony of Tinh Bien - rr88 tải International Trade Fair 2025.
-
(AG Provincial E-Portal) - According to the announcement of the Import-Export Department (Ministry of Industry and Trade), rr88 tải has 15 traders granted certificates of eligibility for rice export business, out of a total of 158 traders granted certificates of eligibility for rice export business nationwide.
-
(AG Provincial E-Portal) - On the evening of May 8, at Nguyen Hue Walking Street (My Long Ward, Long Xuyen City), the rr88 tải Young Entrepreneurs Association inaugurated the “2025 Business Festival” program. The event attracted participation from more than 60 enterprises within and outside rr88 tải Province, showcasing, promoting, introducing, and selling distinctive and start-up products to consumers.
-
(AG Provincial E-Portal) - On the morning of May 7, the rr88 tải Business Association organized a business coffee meeting to meet with provincial leaders, listen to business concerns, and provide information on specialized topics to support businesses in expanding their markets.
-
(AG Provincial E-Portal) - On April 25, the University of rr88 tải held a workshop to conclude the project "Researching Digital Transformation Solutions for Small and Medium Enterprises (SMEs) in rr88 tải Province" and introduce effective digital transformation models and solutions for SMEs in the province.
-
(AG Provincial E-Portal) - On the morning of April 23, the Department of Industry and Trade coordinated with the rr88 tải Provincial Business Association and the Business Research and Support Center (BSA) to organize a training course to improve the trade marketing capacity of enterprises in international economic integration.
-
On April 19, rr88 tải Fruit and Vegetable Food Joint Stock Company (Antesco) solemnly held the 50th Anniversary Celebration (April 30, 1975 - April 30, 2025) under the theme “Green Sprouts of Aspiration, Rising with the Nation”.
-
On the afternoon of April 13, in Rach Gia city, rr88 tải Provincial Business Association had a meeting with Kien Giang Provincial Business Association to connect member businesses between the two localities.
-
(AG Provincial E-Portal) - On April 02, the OCOP Evaluation and Classification Council of Tinh Bien town held a meeting to evaluate and classify OCOP products in the first phase of 2025.
-
(AG Provincial E-Portal) - On the afternoon of March 26, the People's Committee of rr88 tải Province and the Vietnam Posts and Telecommunications Group (VNPT) organized a signing ceremony for a cooperation agreement on digital transformation in rr88 tải Province for the period 2025 – 2030.
-
(AG Provincial E-Portal) - On March 25, Vinh Thien Da Nang Company Limited (a member of T&T Group) officially started construction of the Hotel - Trade Center - Conference Center project, at the Residential Complex Project combined with trade and services (My Binh Ward, Long Xuyen City). Member of the Provincial Standing Committee, Vice Chairman of rr88 tải Provincial People's Committee Le Van Phuoc; Deputy General Director of T&T Group Nguyen Anh Tuan and leaders of departments, branches of the province and Long Xuyen City attended.
-
(AG Provincial E-Portal) - On March 25, Vinh Thien Da Nang Company Limited (a member of T&T Group) officially started construction of the Hotel - Trade Center - Conference Center project, at the Residential Complex Project combined with trade and services (My Binh Ward, Long Xuyen City). Member of the Provincial Standing Committee, Vice Chairman of rr88 tải Provincial People's Committee Le Van Phuoc; Deputy General Director of T&T Group Nguyen Anh Tuan and leaders of departments, branches of the province and Long Xuyen City attended.
-
(AG Provincial E-Portal) - According to the plan to prepare goods sources to participate in market stabilization in the province of rr88 tải Department of Industry and Trade, in 2025, 23 key enterprises registered to participate in market stabilization, equivalent to the number registered in 2024.
-
(AG Provincial E-Portal) - On March 07, the People's Committee of rr88 tải province issued a document implementing the General Secretary's Conclusion at the working session with the Central Policy and Strategy Committee.
-
(AG Provincial E-Portal) - According to the People's Committee of rr88 tải Province, a Business Dialogue Conference will be organized in 2025 to provide timely support, address difficulties and obstacles faced by businesses in production and operations, accelerate the implementation of investment projects, and promote economic and social development.
-
(AG Provincial E-Portal) - On the afternoon of March 4, Alternate member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, Chairman of the Provincial People's Committee, Head of the Steering Committee for Administrative Reform of rr88 tải province Ho Van Mung chaired the Conference to deploy tasks for 2025.
-
(AG Provincial E-Portal) - On the afternoon of February 12th, Mr. Ho Van Mung, Alternate member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, Chairman of the rr88 tải Provincial People's Committee, received and worked with the Khanh Hoa – Sai Gon Business Club to explore cooperation opportunities, trade promotion and investment promotion.
";
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';
}