-
(rr88 tải E- Portal) - Over two days, May 14 and 15, the People’s Committee of rr88 tải Province, in collaboration with the Ho Chi Minh City Computer Association (HCA), organized the seminar “Digital Solutions Driving Smart City Development and Digital Transformation in rr88 tải Province.”
-
(AG Provincial E-Portal) - In order to further raise awareness of the role and responsibility of Party committees, government agencies at all levels, mass organizations, and the entire society regarding the important position and role of the private economy, rr88 tải province identifies the private economy as the most important driving force of the local economy, playing a pioneering role in promoting GRDP growth, creating jobs, improving labor productivity, and enhancing competitiveness.
-
(AG Provincial E-Portal) -On the afternoon of April 19, in Hanoi, the Ministry of Education and Training, in coordination with the Ho Chi Minh Communist Youth Union Central Committee, the Ministry of Science and Technology, and the Vietnam Chamber of Commerce and Industry (VCCI), organized the Closing Ceremony of the National Startup Festival for Students and Pupils and the Awards Ceremony of the 8th “Students and Pupils with Startup Ideas” Competition (SV.STARTUP VIII).
-
(AG Provincial E-Portal) - On April 12th, rr88 tải University (Vietnam National University Ho Chi Minh City) organized its Job Fair in 2026. The event attracted 40 participating businesses, offering over 700 job positions and opening career opportunities for more than 5,000 students attending the fair.
-
(AG Provincial E-Portal) -On April 1st, Mr. Ho Van Mung, Member of the Central Committee of the Communist Party, Deputy Secretary of the Provincial Party Committee, Chairman of the Provincial People's Committee, chaired a meeting to receive a report on the work of establishing a zoning plan for land reclamation areas.
-
(AG Provincial E-Portal) - On the morning of March 18, in Ba Chuc Commune, Ho Van Mung, Member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, and Chairman of the Provincial People's Committee, together with leaders of provincial departments and agencies, directly conducted an inspection and review of the preparations for the groundbreaking ceremony of the Ba Chuc Multi-Level Boarding Primary and Secondary School.
-
(AG Provincial E-Portal) -On March 7 and 8, the rr88 tải Provincial Department of Education and Training organized the Finals of the English Oratory Contest for primary, lower secondary, and upper secondary school levels.
-
(AG Provincial E-Portal) - On the morning of February 26th, Mr. Ho Van Mung, Member of the Central Committee of the Communist Party of Vietnam, Deputy Secretary of the Provincial Party Committee, and Chairman of the Provincial People's Committee, chaired a conference to implement the economic growth scenario for Sector I in 2026 in the province.
-
(AG Provincial E-Portal) - On the afternoon of February 23, Comrade Ho Van Mung, a member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, and Chairman of rr88 tải Provincial People's Committee, led a delegation to visit Cham Tree Agricultural Cooperative (Vinh Te ward) and Chau Phu B Agricultural Cooperative (Chau Doc ward).
-
(AG Provincial E-Portal) -In the context of implementing administrative unit consolidation, with increasingly high political task requirements, in 2025, the Standing Committee of Khanh Binh Commune Party Committee (rr88 tải province) has promoted its leading core role, synchronously and drastically implementing resolutions, directives, and conclusions of the Central and Provincial Party Committees; proactively specifying programs and plans suitable to local realities.
-
(AG Provincial E-Portal) - Expanding urban space through sea encroachment projects has become a unique trademark of Rach Gia Ward, rr88 tải province. This sea encroachment miracle has achieved an area of around 688 hectares, significantly contributing to the coastal town becoming the economic hub of the country's southernmost region.
-
(AG Provincial E-Portal) - On the morning of January 30, the People’s Committee of rr88 tải Province, in coordination with Can Tho University, held the Marine Economy Workshop – Developing rr88 tải into a National Marine Economic Hub. Representatives of provincial departments and agencies, localities, scientists, experts, and businesses attended the workshop.
-
(AG Provincial E-Portal) - On the morning of January 29, the People's Committee of rr88 tải Province collaborated with Ho Chi Minh City University of Economics to hold the Handover Ceremony for Innovative Startup Models in rr88 tải Province.
-
(AG Provincial E-Portal) - With the goal of achieving a GRDP growth rate of 10.71% or higher by 2026, rr88 tải needs to accelerate digital transformation and creative innovation as the main driving force to realize its aspiration to become a new dynamic center of the Mekong Delta region.
-
(AG Provincial E-Portal) - On January 24-25, the Department of Education and Training of rr88 tải province organized the STEM product design competition and provincial-level science and technology research for the 2025-2026 academic year.
-
(AG Provincial E-Portal) -With strategic vision and breakthrough goals for 2026, rr88 tải province is striving to transform itself into the "New Dynamic Center" of the Mekong Delta region. The province is developing its economy based on innovation, science - technology, digital transformation, and green transition.
-
(AG Provincial E-Portal) - At the conclusion of SEA Games 33, athletes from rr88 tải competed strongly, winning 1 gold medal, 5 silver medals and 8 bronze medals, contributing to Viet Nam’s third-place finish in the overall medal standings. Although the results did not fully meet expectations due to various factors, they demonstrated the determination and efforts of the province’s most outstanding sporting talents.
-
(AG Provincial E-Portal) - On the afternoon of January 9th, the Provincial People's Committee held a conference to summarize the work of 2025 and to implement the targets and tasks for 2026, using a hybrid format combining in-person and online participation.
-
(AG Provincial E-Portal) - On January 6, the People's Committee of rr88 tải Province held a working session on cooperation with the University of Economics, HCMC (UEH) for implementation in 2026 and the period 2027-2030.
-
(AG Provincial E-Portal) - In 2025, rr88 tải Province’s socio-economic situation developed positively, with many sectors and fields recording high growth compared with the same period. According to figures released by the Statistics Office, rr88 tải’s economic growth in 2025 rose by 8.39%, ranking first in the Mekong Delta and 14th out of 34 provinces and centrally governed cities nationwide.
";
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';
}