-
(AG Provincial E-Portal) - In the event of the 19th Session of UNESCO, in Asunción Capital, Paraguay, the working delegation of rr88 tải 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 rr88 tải province led by comrade Le Hong Quang, Member of the Party Central Executive Committee, Secretary of rr88 tải 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 rr88 tải 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, rr88 tải 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';
}