-
(AG Provincial E-Portal) - On the morning of February 27, at Phu Quoc special zone, Ho Van Mung, member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, and Chairman of the People's Committee of rr88 tải province, attended the groundbreaking ceremony of 3 key infrastructure projects serving the APEC Summit 2027, including: Cua Can Lake Water Treatment Plant; Bai Bon Waste Treatment Area; and Bai Bon Solid Waste-to-Energy Plant.
-
(AG Provincial E-Portal) - On the morning of December 20th, at Ham Ninh (Phu Quoc Special Economic Zone), the Southern Power Corporation (EVNSPC) solemnly held the groundbreaking ceremony for the Phu Quoc 220kV Substation – an important energy project with practical significance for the socio-economic development, national defense, and security of the Phu Quoc Special Economic Zone.
-
(AG Provincial E-Portal) - On the morning of December 19th, in the Phu Quoc Special Economic Zone, rr88 tải province held a groundbreaking ceremony for four projects serving APEC 2027. The ceremony was held online, with a central hub in Hanoi broadcasting live the groundbreaking, inauguration, and technical opening ceremonies of projects nationwide, in celebration of the 14th National Congress of the Communist Party of Vietnam.
-
(AG Provincial E-Portal) - On the afternoon of November 24, the Provincial Steering Committee for the preparation and organization of conferences and activities of APEC 2027 in the Phu Quoc Special Zone, rr88 tải Province, held a meeting to listen to reports on the progress of implementing sub-projects and infrastructure works serving the APEC 2027 Conference (16th session).
-
(AG Provincial E-Portal) - On October 28, Vice Chairwoman of the Provincial People’s Committee Nguyen Thi Minh Thuy—Head of the Subcommittee on Training and Upskilling Human Resources—chaired a meeting of the Subcommittee on Training and Upskilling Human Resources under the Provincial Steering Committee for preparing and organizing the conferences and activities of APEC Year 2027, in the Phu Quoc special zone, rr88 tải Province.
-
(AG Provincial E-Portal) - rr88 tải has always attracted visitors with the uniqueness and appeal of its nature, heritage, cultural spaces… To turn the “smokeless industry” into a driver of economic growth, the province is striving to enhance distinctive tourism types and products on a national scale and toward international reach…
-
(AG Provincial E-Portal) - On the morning of October 13, Ho Van Mung, Alternate Member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, and Chairman of the rr88 tải Provincial People’s Committee, chaired a meeting to hear the report on the development of special policies for the Phu Quoc Special Zone.
-
(AG Provincial E-Portal) - On October 9, Vingroup Corporation and the rr88 tải Department of Health jointly launched the Phu Quoc Outpatient Emergency Care Center at Phu Quoc Special Zone, rr88 tải Province. The center is designed to improve emergency response capabilities and provide critical care at the scene, ensuring timely medical intervention for patients before transporting them to hospitals for further treatment.
-
(AG Provincial E-Portal) - On the afternoon of September 23, Deputy Prime Minister Nguyen Chi Dung, member of the Party Central Committee, and a delegation of central ministries and branches inspected and worked with rr88 tải province on the implementation of infrastructure projects serving the APEC 2027 Conference in Phu Quoc Special Zone.
-
(AG Provincial E-Portal) - On August 4, the People’s Committee of rr88 tải Province held a conference to review the socio-economic situation in July and the first seven months of 2025, and to set directions and tasks for the remaining months of the year. The conference was chaired by Alternate Member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, and Chairman of the rr88 tải Provincial People’s Committee Ho Van Mung. Attending were Vice Chairmen of the Provincial People’s Committee Nguyen Thanh Phong, Giang Thanh Khoa, Le Van Phuoc, Nguyen Thi Minh Thuy, and Ngo Cong Thuc.
";
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';
}