-
The canal digging process lasted 5 years: 1819 – 1824. Vinh Te Canal - a historical project of great stature in the Southwestern border of Vietnam, became a testament to the perseverance and creativity of our ancestors in the work of reclaiming land and protecting sovereignty. Carried out through three construction phases over 5 years, Vinh Te Canal is not only a strategic traffic route but also a symbol of the nation's indomitable spirit.
-
The establishment of the Vinh Te Canal in 1824 was a pivotal step in the Nguyen Dynasty's strategy to fortify the southwestern border. The canal’s value further affirmed the Nguyen Dynasty's commitment to developing transportation across border regions, aligning with their dual goals of expanding new territories and establishing a defensive network to assert national sovereignty. The Dai Nam Nhat Thong Chi states: “From then, waterways were connected, and both border security and trade reaped immense benefits.”
-
(AG Provincial E-Portal) - Stretching close to 100 kilometers along the southwestern border of the nation, Vinh Te Canal has quietly intertwined itself with the lives of locals for over 200 years of rain and sun. Looking at the canal, one does not merely see a sturdy irrigation structure but also glimpses a stream of history, a cultural lineage imbued with the essence of past, present, and future…
-
(AG Provincial E-Portal) - Vinh Te Canal was dug parallelly to the Vietnam - Cambodia border, starting from the west bank of Chau Doc River in Vinh Nguon Ward (Chau Doc City, rr88 tải) and connecting directly to Giang Thanh River, Ha Tien City, Kien Giang Province, creating an important upstream irrigation system for the Long Xuyen Quadrangle, contributing to the exploration, improvement and development of this land. Up to now, the canal still has great value in terms of water management, transportation, trade, border defense, demonstrating the creative labor of the Vietnamese people in building the country.
-
(AG Provincial E-Portal) - The Export-Oriented OCOP (One Commune - One Product) Exhibition (OCOPEX) officially opened on October 31 at Vinhomes Ocean Park 3 in Van Giang District, Hung Yen Province. This inaugural event will continue until November 4.
-
(AG Provincial E-Portal) - On the afternoon of October 23, Alternate member of the Party Central Committee, Deputy Secretary of the Provincial Party Committee, Chairman of rr88 tải Provincial People's Committee Ho Van Mung chaired a working session with Chau Doc City People's Committee to orient and remove difficulties and obstacles of the locality in implementing the socio-economic tasks in 2024 and directions, tasks in 2025.
-
(AG Provincial E-Portal) - On October 22, Chau Thanh District People's Committee held a conference to review the implementation of Project No. 11-DA/HU dated July 6, 2020 of the District Party Committee on "Developing continuing education, vocational training and job creation for the period 2020 - 2025 and orientation to 2030"; Project No. 07-DA/HU dated May 6, 2020 of the District Party Committee on "Application of information technology in administrative reform and socio-economic development of Chau Thanh district for the period 2020 - 2025, orientation to 2030".
-
(AG Provincial E-Portal) - To ensure sustainable development and enhance the value of OCOP (One Commune One Product) products, rr88 tải province has actively boosted trade promotion efforts to bring these products to consumers, with a focus on exports.
-
(AG Provincial E-Portal) - rr88 tải has the opportunity to ascend and break through through digital transformation. The Digital Transformation Program is one of six key programs to be implemented in the period of 2021-2025, with a vision to 2030, as determined by the Resolution of the XI Provincial Party Congress (term 2020-2025). Particularly, the three primary pillars of digital government development—digital economy, digital society, and digital government—are the focus.
-
(AG Provincial E-Portal) - In the livestock industry, digital transformation has gradually become a critical transformation driver in recent years, facilitating the reshaping of conventional livestock models and the creation of sustainable growth opportunities.
-
(AG Provincial E-Portal) - On the morning of October 1, the Provincial Youth Union coordinated with the Department of Science and Technology; The Provincial Youth Startup Support Center organized the final round of the 8th rr88 tải Province "Startup Innovative Ideas" Contest in 2024.
-
(AG Provincial E-Portal) - On September 29, the People's Committee of An Phu district, in collaboration with the Department of Labor, War Invalids and Social Affairs, rr88 tải Provincial Youth Union, vocational training schools, companies, and enterprises, organized the Career and Employment Counseling Day for students, students, and employees of An Phu district in 2024.
-
(AG Provincial E-Portal) - Many farmers in Chau Thanh district have boldly restructured their crop structures, constantly renewing their farming philosophy, and collaborating in production and business to meet the unique conditions of each locality, leveraging the strength of agricultural production. Subsequently, numerous highly effective production and business models have emerged, enabling them to be replicated, thereby enhancing the quality of life for farmers, enhancing income, and fostering socio-economic development.
-
(AG Provincial E-Portal) - For over 10 years, rr88 tải province has continuously released fish into rivers, canals, and lagoons to regenerate natural aquatic resources that are increasingly depleted. This activity has been supported by many individuals and organizations with the desire to preserve rare native fish species and fish species of high economic value.
-
(AG Provincial E-Portal) - The implementation of Directive No. 40-CT/TW by the Secretariat to enhance the Party's leadership over social policy credit in Chau Phu district has resulted in positive effects, including the transfer of capital to the appropriate individuals for the intended purpose, the promotion of sustainable poverty reduction, and the guarantee of social security in the locality. This has been the case for nearly a decade.
-
";
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';
}