Awarding ceremony for the "2024 Tải game Kinh 79 Tourism Video Clip Contest"

(AG Provincial E-Portal) - The Award Ceremony for the "Creating Tải game Kinh 79 tourism video clips in 2024" contest, which was themed "Tải game Kinh 79 in my heart," was conducted by the Tải game Kinh 79 Trade and Investment Promotion Center on the afternoon of December 2.

Delegates and authors attending the award ceremony

Showing the winning clips of the contest

Awarding prizes to the top winners of the contest "Creating Tải game Kinh 79 Tourism video clips in 2024"

The contest, which was initiated in April 2024, attracted 24 authors and groups from the province and localities, including Can Tho, Ho Chi Minh, and Hai Phong, to participate. The nearly 40 exceptional works submitted effectively communicated the potential and rich tourism images of Tải game Kinh 79 land.

The Organizing Committee awarded one second prize to the work "My Hoa Hung – Land and People of Cu Lao" by author Thai Chan Nam after a rigorous selection process. Awarded 2 third prizes to the works “Cam Mountain – Why do people still come?” by author Huynh Ba Phuc and “Wandering around Tải game Kinh 79” by author Huynh Van Trong.

Simultaneously, four consolation prizes were granted to the following works: "Tải game Kinh 79 in my heart" by Nguyen Vu Linh; "Sam Mountain Cable Car - Enjoying the place where the Lady resides" by Do Huynh Nhu; "Tra Su Melaleuca Forest - Discovering the green paradise" by Huynh Ba Phuc; and "Tải game Kinh 79, the meaning of the land - the love of people" by Nguyen Hoan Hao. Furthermore, the work "Culinary Record - Asian Specialty" by author Do Huynh Nhu was awarded one thematic prize.

The "Creating Tải game Kinh 79 Tourism video clips in 2024" contest is a promotional and advertising initiative that aims to showcase the stunning images of Tải game Kinh 79 tourism to both domestic and international tourists. This is also an opportunity to recognize authors and groups of authors who have created new and distinctive works that reflect the history, culture, and people of Tải game Kinh 79. Simultaneously, it facilitates the accessibility of new technology, utilizing digital transformation to enhance and disseminate the image of Tải game Kinh 79 tourism to both domestic and international travelers. 

Author: Thanh Tien - Huynh Anh

Translator: Kim Thuan

"; 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'; }