{"id":3872,"date":"2022-05-03T17:10:26","date_gmt":"2022-05-03T17:10:26","guid":{"rendered":"https:\/\/d.cc1.vn\/?page_id=3872"},"modified":"2022-11-04T14:07:24","modified_gmt":"2022-11-04T07:07:24","slug":"su-kien","status":"publish","type":"page","link":"https:\/\/www.cc1.vn\/en\/tin-tuc-su-kien\/su-kien.html","title":{"rendered":"Company Events"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3872\" class=\"elementor elementor-3872\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5d6a514 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"5d6a514\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-69d3ec0\" data-id=\"69d3ec0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ed9995b cc1-news-list elementor-widget elementor-widget-cc1_page_menu\" data-id=\"ed9995b\" data-element_type=\"widget\" data-widget_type=\"cc1_page_menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"page-navigation\">\r\n            <div class=\"container\">\r\n                <ul class=\"pagemenu navigation-box\">\r\n                                                <li class=\"pagemenu-item active\"><a href=\"https:\/\/www.cc1.vn\/en\/tin-tuc-su-kien\/su-kien.html\">Company Events<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item\"><a href=\"https:\/\/www.cc1.vn\/en\/tin-tuc-su-kien\/tin-thi-truong.html\">Market News<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item\"><a href=\"https:\/\/www.cc1.vn\/en\/tin-tuc-su-kien\/csr.html\">CSR<\/a><\/li>\r\n                                        <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        <script>\r\n            \/\/ jQuery('.pagemenu').bxSlider({\r\n            \/\/     pager: false,\r\n            \/\/     slideMargin: 0,\r\n            \/\/     infiniteLoop: false,\r\n            \/\/     randomStart: false,\r\n            \/\/     mode: 'horizontal',\r\n            \/\/     responsive: true,\r\n            \/\/     hideControlOnEnd: true,\r\n            \/\/     minSlides: 6,\r\n            \/\/     maxSlides: 6,\r\n            \/\/     touchEnabled:false,\r\n            \/\/     autoDirection: 'prev',\r\n            \/\/     slideWidth: 200,\r\n            \/\/     breaks: [{ screen: 0, slides: 1 }, { screen: 768, slides: 3 }, { screen: 1024, slides: 5 }]\r\n            \/\/ });\r\n\r\n            \/\/ Use the conventional $ prefix for variables that hold jQuery objects.\r\n            var $slider;\r\n\r\n            \/\/ If the only purpose of the windowWidth() function is to set the slide variables,\r\n            \/\/ it can be renamed and rewritten to supply the full configuration object instead.\r\n            function buildSliderConfiguration() {\r\n\r\n                \/\/ When possible, you should cache calls to jQuery functions to improve performance.\r\n                var windowWidth = jQuery(window).width();\r\n                var numberOfVisibleSlides;\r\n                var slideWidth = 200;\r\n\r\n                if (windowWidth < 600) {\r\n                    numberOfVisibleSlides = 2;\r\n                } else if (windowWidth < 768) {\r\n                    numberOfVisibleSlides = 3;\r\n                } else if (windowWidth < 1200) {\r\n                    numberOfVisibleSlides = 5;\r\n                } else {\r\n                    numberOfVisibleSlides = 6;\r\n                }\r\n                if(jQuery( \"section\" ).hasClass( \"field__content\" ) && jQuery('html').attr( \"lang\" ) == 'en-US'){\r\n                    if (windowWidth < 600) {\r\n                    numberOfVisibleSlides = 2;\r\n                    } else if (windowWidth < 768) {\r\n                        numberOfVisibleSlides = 2;\r\n                    } else if (windowWidth < 1200) {\r\n                        numberOfVisibleSlides = 3;\r\n                    } else {\r\n                        numberOfVisibleSlides = 4;\r\n                    }\r\n                    slideWidth = 300;\r\n                }\r\n                return {\r\n                    pager: false,\r\n                    slideMargin: 0,\r\n                    infiniteLoop: false,\r\n                    randomStart: false,\r\n                    mode: 'horizontal',\r\n                    responsive: true,\r\n                    hideControlOnEnd: true,\r\n                    touchEnabled:false,\r\n                    autoDirection: 'prev',\r\n                    slideWidth: slideWidth,\r\n                    minSlides: numberOfVisibleSlides,\r\n                    maxSlides: numberOfVisibleSlides\r\n                };\r\n            }\r\n\r\n            \/\/ This function can be called either to initialize the slider for the first time\r\n            \/\/ or to reload the slider when its size changes.\r\n            function configureSlider() {\r\n                var config = buildSliderConfiguration();\r\n\r\n                if ($slider && $slider.reloadSlider) {\r\n                    \/\/ If the slider has already been initialized, reload it.\r\n                    $slider.reloadSlider(config);\r\n                } else {\r\n                    \/\/ Otherwise, initialize the slider.\r\n                    $slider = jQuery('.pagemenu').bxSlider(config);\r\n                }\r\n            }\r\n\r\n            \/\/ jQuery('.slider-prev').click(function () {\r\n            \/\/     var current = $slider.getCurrentSlide();\r\n            \/\/     $slider.goToPrevSlide(current) - 1;\r\n            \/\/ });\r\n\r\n            \/\/ $('.slider-next').click(function () {\r\n            \/\/     var current = $slider.getCurrentSlide();\r\n            \/\/     $slider.goToNextSlide(current) + 1;\r\n            \/\/ });\r\n\r\n            \/\/ Configure the slider every time its size changes.\r\n            jQuery(window).on(\"orientationchange resize\", configureSlider);\r\n            \/\/ Configure the slider once on page load.\r\n            configureSlider();\r\n\r\n        <\/script>\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b42aa elementor-widget elementor-widget-cc1_newshot\" data-id=\"62b42aa\" data-element_type=\"widget\" data-widget_type=\"cc1_newshot.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <section class=\"news\">\r\n            \r\n        \r\n            <div class=\"container news_list mt-20 mb-20\">\r\n                <h3 class=\"title mb-20\">Top News<\/h3>\r\n                <div class=\"row\">\r\n                    <div class=\"col-md-6 col-12\">\r\n                        <div class=\"news-item\">\r\n                                                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/08\/11\/cc1-dong-hanh-khoi-cong-the-maverick-tiep-tuc-mo-rong-dau-an-mang-xay-dung-dan-dung.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/08\/11.08.26-KHOI-CONG-MD3-1-LOGO-160.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                                <div class=\"content\">\r\n                                    <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/08\/11\/cc1-dong-hanh-khoi-cong-the-maverick-tiep-tuc-mo-rong-dau-an-mang-xay-dung-dan-dung.html\">CC1 accompanies the groundbreaking ceremony of The Maverick, further expanding its footprint in the civil construction sector.<\/a><\/h6><!-- \/.blog-two__title -->\r\n                                    <p>On the morning of August 11, 2026, in Ho Chi Minh City, Construction Corporation No. 1 \u2013 JSC (CC1), in its role as a joint venture contractor with Searefico Engineering and Construction Joint Stock Company, collaborated with the investor, Phu My Hung Development Company Limited, to solemnly organize [\u2026]<\/p>\n                                    <div class=\"detail\">\r\n                                        <a href=\"https:\/\/www.cc1.vn\/en\/2026\/08\/11\/cc1-dong-hanh-khoi-cong-the-maverick-tiep-tuc-mo-rong-dau-an-mang-xay-dung-dan-dung.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                    <\/div>\r\n                                <\/div>\r\n                                                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"col-md-6 col-12\">\r\n                                                    <div class=\"news-item news_right\">\r\n                                <div class=\"media\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/08\/03\/cc1-dong-hanh-cung-thanh-doan-tp-hcm-lan-toa-gia-tri-vi-cong-dong.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/08\/1000-BAO-XI-MANG-LOGO-08.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/08\/03\/cc1-dong-hanh-cung-thanh-doan-tp-hcm-lan-toa-gia-tri-vi-cong-dong.html\">CC1 accompanies the Ho Chi Minh City Youth Union in spreading values for the community.<\/a><\/h6>\r\n                                    <\/div>\r\n                                <\/div>   \r\n                            <\/div>\r\n                                                    <div class=\"news-item news_right\">\r\n                                <div class=\"media\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/30\/dhdcd-cc1-dat-muc-tieu-doanh-thu-thuan-hop-nhat-nam-2026-dat-18-607-ty-dong-hai-guong-mat-moi-vao-hdqt.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/07\/2aOboQnzwf6g4Rs4LPlBHMjyVc4N2JwErD93mw3E-1.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/30\/dhdcd-cc1-dat-muc-tieu-doanh-thu-thuan-hop-nhat-nam-2026-dat-18-607-ty-dong-hai-guong-mat-moi-vao-hdqt.html\">CC1 Shareholders&#039; Meeting: Sets Consolidated Net Revenue Target of VND 18,607 Billion for 2026, Two New Faces Join Board of Directors<\/a><\/h6>\r\n                                    <\/div>\r\n                                <\/div>   \r\n                            <\/div>\r\n                                                    <div class=\"news-item news_right\">\r\n                                <div class=\"media\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/26\/quang-truong-trung-tam-gia-nghia-chinh-thuc-khanh-thanh.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/07\/25.07-QT-GN-KHANH-THANH-LOGO-142-1.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/26\/quang-truong-trung-tam-gia-nghia-chinh-thuc-khanh-thanh.html\">GIA NGHIA CENTRAL SQUARE OFFICIALLY INAUGURATED<\/a><\/h6>\r\n                                    <\/div>\r\n                                <\/div>   \r\n                            <\/div>\r\n                                            <\/div>\r\n                <\/div>\r\n            <\/div><!-- \/.container -->\r\n                <\/section><!-- \/.news -->\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ac7f784 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ac7f784\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-25976b3\" data-id=\"25976b3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-22f3575 elementor-widget elementor-widget-cc1_newslist\" data-id=\"22f3575\" data-element_type=\"widget\" data-widget_type=\"cc1_newslist.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <section class=\"news\">\r\n            \r\n        \r\n            <div class=\"container news_list_page mt-50\">\r\n                <div class=\"row\">\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/24\/can-canh-tuyen-vanh-dai-4-qua-ha-noi-sau-gan-3-nam-thi-cong.html\"><img width=\"585\" height=\"329\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/07\/vd48.webp\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/24\/can-canh-tuyen-vanh-dai-4-qua-ha-noi-sau-gan-3-nam-thi-cong.html\">A CLOSER LOOK AT THE RING ROAD 4 THROUGH HANOI AFTER NEARLY 3 YEARS OF CONSTRUCTION <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>After nearly three years of implementation, the Ring Road 4 \u2013 Capital Region project, the section passing through Hanoi, spanning nearly 60km, is gradually taking shape with many sections, overpasses, and parallel roads already completed. On the construction site, thousands of engineers and workers are still maintaining multiple work fronts...<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/24\/can-canh-tuyen-vanh-dai-4-qua-ha-noi-sau-gan-3-nam-thi-cong.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/21\/duong-noi-tu-nut-giao-an-phu-dua-tien-do-san-sang-cho-ngay-san-bay-long-thanh-khai-thac-thuong-mai.html\"><img width=\"585\" height=\"347\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/07\/base64-1784372750114399716454.webp\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/21\/duong-noi-tu-nut-giao-an-phu-dua-tien-do-san-sang-cho-ngay-san-bay-long-thanh-khai-thac-thuong-mai.html\">CONNECTING ROAD FROM AN PHU INTERSECTION MOVES PROGRESS, READY FOR LONG THANH AIRPORT&#039;S COMMERCIAL OPERATION. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>After 8 months of construction, the project to expand the road connecting the Ho Chi Minh City \u2013 Long Thanh expressway to open up access to Long Thanh airport has reached nearly 60%. Continuing to observe the progress of infrastructure connecting to Long Thanh International Airport, reporters were present at the construction site of the project [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/21\/duong-noi-tu-nut-giao-an-phu-dua-tien-do-san-sang-cho-ngay-san-bay-long-thanh-khai-thac-thuong-mai.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/12\/cc1-mo-rong-hien-dien-trong-chuoi-ha-tang-logistics-tai-lao.html\"><img width=\"585\" height=\"335\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/07\/10.07.26-MOU-CC1-R8-1.8MB-1.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/12\/cc1-mo-rong-hien-dien-trong-chuoi-ha-tang-logistics-tai-lao.html\">CC1 Expands its Presence in the Infrastructure and Logistics Chain in Laos <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Construction Corporation No. 1 \u2013 JSC (CC1) has consecutively signed two memoranda of understanding with major partners in Laos, strengthening its presence in the infrastructure and logistics chain there. Developing border transport infrastructure: On July 10th, in Laos, CC1 signed an MOU with [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/12\/cc1-mo-rong-hien-dien-trong-chuoi-ha-tang-logistics-tai-lao.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/05\/cc1-cung-ngan-hang-tmcp-sai-gon-ha-noi-shb-khoi-cong-du-an-toa-nha-van-phong-tai-tp-hcm.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/07\/04.07.26-KHOI-CONG-SHB-LOGO-41-2.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/05\/cc1-cung-ngan-hang-tmcp-sai-gon-ha-noi-shb-khoi-cong-du-an-toa-nha-van-phong-tai-tp-hcm.html\">CC1 and Saigon - Hanoi Commercial Joint Stock Bank (SHB) commence construction of an office building project in Ho Chi Minh City. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of July 4, 2026, Construction Corporation No. 1 \u2013 JSC (CC1) collaborated with Saigon \u2013 Hanoi Commercial Joint Stock Bank (SHB) to hold the groundbreaking ceremony for the SHB Office Building Project at 41\u201343\u201345 Pasteur Street, Saigon Ward, Ho Chi Minh City. Attending the ceremony, on behalf of CC1 was Mr. [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/05\/cc1-cung-ngan-hang-tmcp-sai-gon-ha-noi-shb-khoi-cong-du-an-toa-nha-van-phong-tai-tp-hcm.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/30\/cc1-va-cheil-engineering-ky-ket-mou-mo-rong-co-hoi-hop-tac-trong-linh-vuc-nang-luong-xanh.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/29.06-MOU-CC1-CHEIL-LOGO-92.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/30\/cc1-va-cheil-engineering-ky-ket-mou-mo-rong-co-hoi-hop-tac-trong-linh-vuc-nang-luong-xanh.html\">CC1 and CHEIL ENGINEERING Sign MOU, Expanding Opportunities for Collaboration in the Green Energy Sector <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the afternoon of June 29, 2026, Construction Corporation No. 1 \u2013 JSC (CC1) held a meeting and signed a Memorandum of Understanding (MOU) with Cheil Engineering Co., Ltd. (Korea), opening up opportunities to explore and promote cooperation in the field of green energy and energy [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/30\/cc1-va-cheil-engineering-ky-ket-mou-mo-rong-co-hoi-hop-tac-trong-linh-vuc-nang-luong-xanh.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/30\/cc1-bo-nhiem-ke-toan-truong-moi.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/07\/Tru\u0323-so\u031b\u0309-chi\u0301nh-CC1.png\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/30\/cc1-bo-nhiem-ke-toan-truong-moi.html\">CC1 Appoints New Chief Accountant <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Construction Corporation No. 1 \u2013 JSC (CC1) has just announced a decision regarding a change in senior personnel in the finance and accounting department. Accordingly, CC1 has dismissed Ms. Tran Thi Ngoc Thuy from the position of Chief Accountant effective July 1, 2026. Previously, the Board of Directors [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/30\/cc1-bo-nhiem-ke-toan-truong-moi.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/28\/cc1-tuyen-duong-con-em-cua-cbnv-dat-thanh-tich-hoc-tap-tot-nam-hoc-2025-2026.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/z7979401783483_142e99b588da36b25662d61fbc0e3262.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/28\/cc1-tuyen-duong-con-em-cua-cbnv-dat-thanh-tich-hoc-tap-tot-nam-hoc-2025-2026.html\">CC1 Commends Children of Employees for Achieving Excellent Academic Results in the 2025-2026 School Year <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of June 26, 2026, the Trade Union of Construction Corporation No. 1 \u2013 JSC (CC1), in coordination with specialized departments and divisions, organized a ceremony to commend students with excellent academic achievements in the 2025-2026 school year. This is an annual activity aimed at recognizing and encouraging [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/28\/cc1-tuyen-duong-con-em-cua-cbnv-dat-thanh-tich-hoc-tap-tot-nam-hoc-2025-2026.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/27\/cc1-duoc-vinh-danh-top-10-doanh-nghiep-esg-viet-nam-xanh-2026-va-top-10-doanh-nghiep-doi-moi-sang-tao-kinh-doanh-hieu-qua-2026.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/TOP-10-DN-DOI-MOI-SANG-TAO-LOGO-1.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/27\/cc1-duoc-vinh-danh-top-10-doanh-nghiep-esg-viet-nam-xanh-2026-va-top-10-doanh-nghiep-doi-moi-sang-tao-kinh-doanh-hieu-qua-2026.html\">CC1 HONORED AS ONE OF THE TOP 10 GREEN ESG COMPANIES IN VIETNAM 2026 AND TOP 10 INNOVATIVE AND HIGHLY EFFICIENT BUSINESSES IN 2026 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>In Hanoi, Construction Corporation No. 1 \u2013 JSC (CC1) was recently honored in two prestigious categories: Top 10 Green ESG Enterprises in Vietnam 2026 (ESG10) and Top 10 Innovative and Efficient Business Enterprises 2026 (VIE10), belonging to the group [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/27\/cc1-duoc-vinh-danh-top-10-doanh-nghiep-esg-viet-nam-xanh-2026-va-top-10-doanh-nghiep-doi-moi-sang-tao-kinh-doanh-hieu-qua-2026.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                        <div class=\"col-md-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/24\/cc1-dong-hanh-cung-utc2-to-chuc-workshop-trien-vong-va-phat-trien-nghe-nghiep-ky-su-xay-dung.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/20260623-23.6.26-WORKSHOP-CC1_GTVT-82-2.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/24\/cc1-dong-hanh-cung-utc2-to-chuc-workshop-trien-vong-va-phat-trien-nghe-nghiep-ky-su-xay-dung.html\">CC1 partners with UTC2 to organize a workshop on &quot;Prospects and Career Development for Civil Engineers&quot;. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On June 23rd, Construction Corporation No. 1 \u2013 JSC (CC1), in collaboration with the University of Transport and Communications \u2013 Ho Chi Minh City Branch (UTC2), successfully organized the Workshop \u201cProspects and Career Development for Civil Engineers\u201d. The program provided students with practical insights into the profession and opportunities for direct networking with [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/24\/cc1-dong-hanh-cung-utc2-to-chuc-workshop-trien-vong-va-phat-trien-nghe-nghiep-ky-su-xay-dung.html\" class=\"view_detail\">SEE DETAILS <i style=\"padding-left:10px\" class=\"fas fa-long-arrow-alt-right\"><\/i><\/a> \r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n            <\/div><!-- \/.container -->\r\n            <div class=\"post-pagination\">\r\n                                                <ul class=\"pagination\">\n\t<li><span class=\"page-numbers current\">1<\/span><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3872\/page\/2\">2<\/a><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3872\/page\/3\">3<\/a><\/li>\n\t<li><span class=\"page-numbers dots\">\u2026<\/span><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3872\/page\/47\">47<\/a><\/li>\n\t<li><a class=\"next page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3872\/page\/2\"><i class=\"fa fa-long-arrow-right\"><\/i><\/a><\/li>\n<\/ul>\n<script>\r\n\t\t\t\tjQuery(\".page-numbers.dots\").click(function(){\r\n\t\t\t\t\tjQuery(this).parent().html(\"<input id='go_to_page' style='height: 30px; width: 40px; text-align: center; color: red; font-size: 20px;' autofocus value=''><\/input>\");\r\n\t\t\t\t\tjQuery(\"#go_to_page\").keypress(function (e) {\r\n\t\t\t\t\t\tif (e.which == 13) {\r\n\t\t\t\t\t\t\tvar url = window.location.toString();\r\n\t\t\t\t\t\t\tif(window.location.pathname.includes(\"page\")){\r\n\t\t\t\t\t\t\t\twindow.location = url.replace(\"page\/\", \"page\/\" + jQuery(this).val());\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\telse{\r\n\t\t\t\t\t\t\t\twindow.location = window.location.pathname + \"\/page\/\" + jQuery(this).val() + window.location.search;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t<\/script>            <\/div><!-- \/.post-pagination -->\r\n                <\/section><!-- \/.news -->\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Events Market News CSR Highlights CC1 STARTING CONSTRUCTION TECHNICAL INFRASTRUCTURE TECHNICAL INFRASTRUCTURE CONSTRUCTION PACKAGE OF HIGH DENTAL HOUSE PROJECT - VINH TRACH DONG, BAC LIEU CITY September 30, 2022, Construction Corporation Construction No. 1 \u2013 JSC (CC1) has collaborated with stakeholders to [\u2026]<\/p>","protected":false},"author":1,"featured_media":0,"parent":3870,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3872"}],"collection":[{"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/comments?post=3872"}],"version-history":[{"count":40,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3872\/revisions"}],"predecessor-version":[{"id":9479,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3872\/revisions\/9479"}],"up":[{"embeddable":true,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3870"}],"wp:attachment":[{"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/media?parent=3872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}