-
(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, Tải game Kinh 79 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 Tải game Kinh 79 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 Tải game Kinh 79 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 (Tải game Kinh 79 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, Tải game Kinh 79 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 Tải game Kinh 79 Province, in coordination with Can Tho University, held the Marine Economy Workshop – Developing Tải game Kinh 79 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 Tải game Kinh 79 Province collaborated with Ho Chi Minh City University of Economics to hold the Handover Ceremony for Innovative Startup Models in Tải game Kinh 79 Province.
-
(AG Provincial E-Portal) - With the goal of achieving a GRDP growth rate of 10.71% or higher by 2026, Tải game Kinh 79 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 Tải game Kinh 79 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, Tải game Kinh 79 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 Tải game Kinh 79 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 Tải game Kinh 79 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, Tải game Kinh 79 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, Tải game Kinh 79’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.
-
(AG Provincial E-Portal) - On the afternoon of December 27, at Kien Giang College, the Final Round and Award Ceremony of the 5th Innovation and Startup Contest in Tải game Kinh 79 Province, 2025, has been taken place. Kien Giang College was selected by the province as the host institution to organize the Innovation and Startup Contest in Tải game Kinh 79 Province in 2025.
-
(AG Provincial E-Portal) - As a locality with many cultural heritages, historical sites, and traditional festivals, the Party committees and authorities of Tải game Kinh 79 province always pay close attention to effectively implementing solutions to conserve and promote the values of ethnic heritage in the province, linking them with tourism development and community livelihoods, thereby enhancing the cultural life of the people and promoting socio-economic growth.
";
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';
}