{"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\/03\/31\/cc1-dau-tu-noi-luc-san-sang-cho-cac-du-an-duong-sat-ha-tang-ky-thuat-cao.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/03\/VINA-VSMC-BT-UHPC-LOGO-83.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\/03\/31\/cc1-dau-tu-noi-luc-san-sang-cho-cac-du-an-duong-sat-ha-tang-ky-thuat-cao.html\">CC1 invests in domestic resources, ready for railway and high-tech infrastructure projects.<\/a><\/h6><!-- \/.blog-two__title -->\r\n                                    <p>In the wave of urban rail development and TOD (Transit-Oriented Development) models, construction capacity and resource availability are becoming crucial metrics for construction companies. Proactively anticipating this trend, Construction Corporation No. 1 \u2013 JSC [\u2026]<\/p>\n                                    <div class=\"detail\">\r\n                                        <a href=\"https:\/\/www.cc1.vn\/en\/2026\/03\/31\/cc1-dau-tu-noi-luc-san-sang-cho-cac-du-an-duong-sat-ha-tang-ky-thuat-cao.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\/03\/30\/nhiet-dien-quang-trach-i-tao-da-phat-trien-trung-tam-nang-luong-mien-trung.html\"><img width=\"585\" height=\"329\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/03\/2.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\/03\/30\/nhiet-dien-quang-trach-i-tao-da-phat-trien-trung-tam-nang-luong-mien-trung.html\">QUANG TRACH I THERMAL POWER PLANT CREATES MOMENTUM FOR THE DEVELOPMENT OF CENTRAL VIETNAM&#039;S ENERGY CENTER<\/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\/03\/27\/cc1-gap-go-tap-doan-ky-thuat-cau-duong-quang-tay-trung-quoc-mo-rong-co-hoi-hop-tac-trong-linh-vuc-ha-tang-quy-mo-lon.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/03\/CC1-QUANG-TAY-LOGO-21.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\/03\/27\/cc1-gap-go-tap-doan-ky-thuat-cau-duong-quang-tay-trung-quoc-mo-rong-co-hoi-hop-tac-trong-linh-vuc-ha-tang-quy-mo-lon.html\">CC1 Meets with Guangxi Bridge and Road Engineering Group (China), Expanding Opportunities for Cooperation in Large-Scale Infrastructure Projects<\/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\/03\/23\/cc1-to-chuc-hoi-nghi-ky-thuat-2026-chuan-hoa-tri-thuc-tang-toc-nang-luc-thuc-thi.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/03\/HNKT26.03-LOGO-146.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\/03\/23\/cc1-to-chuc-hoi-nghi-ky-thuat-2026-chuan-hoa-tri-thuc-tang-toc-nang-luc-thuc-thi.html\">CC1 Organizes the 2026 Technical Conference: Standardizing Knowledge, Accelerating Implementation Capacity<\/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\/03\/18\/cc1-tang-cuong-hop-tac-quoc-te-cung-co-noi-luc-cho-cac-cong-trinh-trong-diem.html\"><img width=\"585\" height=\"329\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/03\/QT1.2.2026-19-1-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\/03\/18\/cc1-tang-cuong-hop-tac-quoc-te-cung-co-noi-luc-cho-cac-cong-trinh-trong-diem.html\">CC1 strengthens international cooperation and reinforces internal capacity for key projects. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>CC1 is making solid strides in human resource training, international cooperation, and technology investment\u2026 to continue participating in key infrastructure projects of the country. In the context of Vietnam preparing to implement key projects and boosting investment [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/03\/18\/cc1-tang-cuong-hop-tac-quoc-te-cung-co-noi-luc-cho-cac-cong-trinh-trong-diem.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\/03\/16\/cc1-to-chuc-tham-quan-thuc-te-he-thong-metro-trong-chuong-trinh-dao-tao-nguon-luc-cho-cac-du-an-duong-sat.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/03\/CC1-THAMQUAN-METRO-1-LOGO-236.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\/03\/16\/cc1-to-chuc-tham-quan-thuc-te-he-thong-metro-trong-chuong-trinh-dao-tao-nguon-luc-cho-cac-du-an-duong-sat.html\">CC1 Organizes Field Trips to the Metro System as Part of its Human Resource Training Program for Railway Projects <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Recently, Construction Corporation No. 1 \u2013 JSC (CC1) organized a field trip following the theoretical classes of the intensive training program &quot;High-Speed Railways \u2013 Urban Railways&quot;. This trip allowed the delegation to clearly see the infrastructure and structures [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/03\/16\/cc1-to-chuc-tham-quan-thuc-te-he-thong-metro-trong-chuong-trinh-dao-tao-nguon-luc-cho-cac-du-an-duong-sat.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\/03\/12\/cc1-va-artelia-trao-doi-co-hoi-hop-tac-cac-du-an-tiem-nang.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/03\/CC1-ARTELIA-12.03-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\/03\/12\/cc1-va-artelia-trao-doi-co-hoi-hop-tac-cac-du-an-tiem-nang.html\">CC1 and Artelia discuss opportunities for collaboration on potential projects. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the afternoon of March 12, 2026, at the headquarters of Construction Corporation No. 1 \u2013 JSC (CC1), CC1 held a meeting with representatives of Artelia Group to discuss cooperation opportunities in the field of infrastructure and urban transportation. Attending the meeting on behalf of CC1 was Mr. [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/03\/12\/cc1-va-artelia-trao-doi-co-hoi-hop-tac-cac-du-an-tiem-nang.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\/02\/25\/cc1-khai-xuan-binh-ngo-2026-cung-dong-long-san-sang-cho-chang-dua-moi.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/02\/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\/02\/25\/cc1-khai-xuan-binh-ngo-2026-cung-dong-long-san-sang-cho-chang-dua-moi.html\">CC1 CELEBRATES THE NEW YEAR OF THE HORSE 2026: UNITED IN SPIRIT, READY FOR A NEW RACE <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of February 24, 2026 (the 8th day of the Lunar New Year), amidst the joyful atmosphere of the early spring days, Construction Corporation No. 1 \u2013 JSC (CC1) organized the Lunar New Year 2026 program in a hybrid format (in-person and online), officially kicking off the new year with the spirit of [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/02\/25\/cc1-khai-xuan-binh-ngo-2026-cung-dong-long-san-sang-cho-chang-dua-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\/02\/17\/thi-cong-xuyen-tet-dua-du-an-cao-toc-bien-hoa-vung-tau-som-ve-dich.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/02\/anh-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\/02\/17\/thi-cong-xuyen-tet-dua-du-an-cao-toc-bien-hoa-vung-tau-som-ve-dich.html\">CONSTRUCTION CONTINUES THROUGHOUT TET HOLIDAY TO BRING BIEN HOA \u2013 VUNG TAU EXPRESSWAY PROJECT TO COMPLETION SOON. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the first component of the Bien Hoa \u2013 Vung Tau expressway project, dozens of officials, engineers, and workers were working throughout the Tet holiday. They maintained construction throughout Tet to get back to work immediately after the break. On February 17th, a representative of the Dong Nai Provincial Investment and Construction Project Management Board stated...<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/02\/17\/thi-cong-xuyen-tet-dua-du-an-cao-toc-bien-hoa-vung-tau-som-ve-dich.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\/02\/12\/bi-thu-thanh-uy-nguyen-duy-ngoc-kip-thoi-thao-go-vuong-mac-bao-dam-tien-do-du-an-duong-vanh-dai-4-vung-thu-do.html\"><img width=\"534\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/02\/vd-3.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\/02\/12\/bi-thu-thanh-uy-nguyen-duy-ngoc-kip-thoi-thao-go-vuong-mac-bao-dam-tien-do-du-an-duong-vanh-dai-4-vung-thu-do.html\">SECRETARY OF THE CITY PARTY COMMITTEE NGUYEN DUY NGOC: TIMELY REMOVAL OF OBSTACLES ENSURES PROGRESS OF THE RING ROAD 4 PROJECT \u2013 CAPITAL REGION <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the occasion of the Lunar New Year of the Horse 2026, on the morning of February 11th, Politburo member and Secretary of the Hanoi Party Committee Nguyen Duy Ngoc visited and extended New Year greetings to officials, engineers, and workers at the Hong Ha Bridge construction site \u2013 one of the key projects [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/02\/12\/bi-thu-thanh-uy-nguyen-duy-ngoc-kip-thoi-thao-go-vuong-mac-bao-dam-tien-do-du-an-duong-vanh-dai-4-vung-thu-do.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\/02\/10\/dai-gia-dinh-cc1-cung-gan-ket-trong-dem-tiec-tat-nien-2025.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/02\/yepp-1-1.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\/02\/10\/dai-gia-dinh-cc1-cung-gan-ket-trong-dem-tiec-tat-nien-2025.html\">CC1&#039;s extended family unites at the 2025 Year-End Party. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On February 6th, 2026, at Tan Son Nhat Pavillon restaurant, the CC1 family gathered together for the 2025 Year-End Party. This was not only an opportunity to reflect on a year of hard work and rapid progress, but also a moment for each CC1 member to connect and share...<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/02\/10\/dai-gia-dinh-cc1-cung-gan-ket-trong-dem-tiec-tat-nien-2025.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\/02\/08\/cc1-tong-ket-nam-2025-dong-long-vuot-thach-thuc-vung-noi-luc-cho-tuong-lai.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/02\/1-hn-1.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\/02\/08\/cc1-tong-ket-nam-2025-dong-long-vuot-thach-thuc-vung-noi-luc-cho-tuong-lai.html\">CC1 YEAR-END REVIEW 2025: UNITED IN OVERCOMING CHALLENGES, STRENGTHENING INTERNAL POTENTIAL FOR THE FUTURE <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of February 6, 2026, Construction Corporation No. 1 \u2013 JSC (CC1) held a conference to summarize its activities in 2025 and implement tasks and plans for 2026. The conference was an important opportunity for CC1 to look back on the past year, a year full of challenges [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/02\/08\/cc1-tong-ket-nam-2025-dong-long-vuot-thach-thuc-vung-noi-luc-cho-tuong-lai.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\/01\/30\/cau-cat-lai-vuon-tam-cao-moi-dau-an-kien-truc-tao-nhip-ket-noi-tphcm-dong-nai.html\"><img width=\"585\" height=\"302\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/01\/cau-cat-lai-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\/01\/30\/cau-cat-lai-vuon-tam-cao-moi-dau-an-kien-truc-tao-nhip-ket-noi-tphcm-dong-nai.html\">CAT LAI BRIDGE &quot;REACHING NEW HEIGHTS&quot;: AN ARCHITECTURAL LANDMARK CONNECTING HO CHI MINH CITY AND DONG NAI PROVINCE <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Recently, the People&#039;s Committee of Dong Nai province approved the results of the architectural design competition for the Cat Lai bridge project under the public-private partnership (PPP) method. Inspired by the Dong Nai River and the vitality of the fertile industrial and agricultural region, the Cat Lai bridge is designed to be [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/01\/30\/cau-cat-lai-vuon-tam-cao-moi-dau-an-kien-truc-tao-nhip-ket-noi-tphcm-dong-nai.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\/44\">44<\/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}]}}