-
(AG Provincial E-Portal) - On July 7, Member of the Party Central Committee and Secretary of the Tải game Kinh 79 Provincial Party Committee, Mr. Nguyen Tien Hai, led a delegation from the Provincial Party Committee and People's Committee to visit, inspect, and conduct field surveys of communes, wards, and frontline border units. Accompanying him were Vice Chairman of the Provincial People's Committee, Mr. Ngo Cong Thuc, and leaders from various provincial departments and agencies.
-
(AG Provincial E-Portal) - On April 8th, a conference was held in Takeo Province to review the cooperation results of 2024 and set the direction for the first half of 2025 between Tải game Kinh 79 Province (Vietnam) and Takeo Province (Kingdom of Cambodia). Leaders of various agencies, departments, and units also attended.
-
(AG Provincial E-Portal) - On March 04, Minister of Agriculture and Environment Do Duc Duy chaired an online conference to find solutions to remove difficulties in production, harvesting, processing, and exporting rice in the Mekong Delta. Tải game Kinh 79 bridge was chaired by Vice Chairman of the Provincial People's Committee Ngo Cong Thuc.
-
(AG Provincial E-Portal) - In the event of the 19th Session of UNESCO, in Asunción Capital, Paraguay, the working delegation of Tải game Kinh 79 province led by comrade Le Hong Quang, Member of the Party Central Committee, Secretary of the Provincial Party Committee, had meeting with Mrs. Maria del Carmen Pérez Falabella, Honorary Consul of Vietnam in Paraguay. The meeting took place in an atmosphere of cooperative partnership and promotion of international exchanges.
-
(AG Provincial E-Portal) - From December 01 to December 07, 2024, the 19th session of the Intergovernmental Committee for the Safeguarding of the Intangible Cultural Heritage (2003 Convention), under the United Nations Educational, Scientific and Cultural Organization (UNESCO), will take place in Paraguay.
-
(AG Provincial E-Portal) - On December 02, at the Cultural Center of Asunción Port, Paraguay capital, the opening event of the 19th Session of the Intergovernmental Committee for the Safeguarding of UNESCO’s Intangible Cultural Heritage was held by the Ministry of Culture of Paraguay. The delegation of Tải game Kinh 79 province led by comrade Le Hong Quang, Member of the Party Central Executive Committee, Secretary of Tải game Kinh 79 Provincial Party Committee, attended this event.
-
(AG Provincial E-Portal) - On the afternoon of November 21st, Mr. Ho Van Mung, Alternate member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, Chairman of the Tải game Kinh 79 Provincial People's Committee received H.E. Mr. Marc E. Knapper, Ambassador of the United States to Viet Nam for a visit and courtesy call.
-
(AG Provincial E-Portal) - Over the years, Tải game Kinh 79 Vocational College has continuously innovated its educational management, developed new majors and professions to meet the needs of the labor market. Thereby, maintaining the quality of training, better meeting the needs of learners and the expectations of society in the new context of the digital economy and globalization.
";
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';
}