{"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\/05\/22\/cc1-mo-rong-co-hoi-hop-tac-quoc-te-trong-linh-vuc-ha-tang-va-duong-sat-do-thi.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/05\/BEIJING-URBAN-7.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\/05\/22\/cc1-mo-rong-co-hoi-hop-tac-quoc-te-trong-linh-vuc-ha-tang-va-duong-sat-do-thi.html\">CC1 Expands Opportunities for International Cooperation in the Field of Infrastructure and Urban Railways<\/a><\/h6><!-- \/.blog-two__title -->\r\n                                    <p>On the morning of May 20th, Construction Corporation No. 1 \u2013 JSC (CC1) held a meeting with Beijing Urban Construction Design &amp; Development Group Co., Limited to connect, share directions, and explore opportunities for cooperation in the construction of Metro lines and urban infrastructure development.<\/p>\n                                    <div class=\"detail\">\r\n                                        <a href=\"https:\/\/www.cc1.vn\/en\/2026\/05\/22\/cc1-mo-rong-co-hoi-hop-tac-quoc-te-trong-linh-vuc-ha-tang-va-duong-sat-do-thi.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\/05\/20\/thong-xe-hai-tuyen-cao-toc-trong-diem-o-dak-lak-giam-tai-quoc-lo-1.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/05\/QN-CT-CT-VP-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\/05\/20\/thong-xe-hai-tuyen-cao-toc-trong-diem-o-dak-lak-giam-tai-quoc-lo-1.html\">THE ENTIRE NORTH-SOUTH EXPRESSWAY THROUGH DAK LAK PROVINCE IS NOW OPEN TO TRAFFIC.<\/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\/05\/16\/cc1-dong-hanh-cung-saca-thuc-day-ket-noi-he-sinh-thai-huong-den-phat-trien-ben-vung-nganh-xay-dung.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/05\/PHU04422-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\/05\/16\/cc1-dong-hanh-cung-saca-thuc-day-ket-noi-he-sinh-thai-huong-den-phat-trien-ben-vung-nganh-xay-dung.html\">CC1 partners with SACA to promote ecosystem connectivity, aiming for sustainable development in the construction industry.<\/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\/05\/08\/cc1-dong-hanh-cung-chuong-trinh-xay-truong-cho-emo-vung-cao-lai-chau.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/05\/2309957336932248127.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\/05\/08\/cc1-dong-hanh-cung-chuong-trinh-xay-truong-cho-emo-vung-cao-lai-chau.html\">CC1 accompanies the &quot;Building Schools for Children&quot; program in the mountainous region of Lai Chau.<\/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\/05\/06\/cc1-kick-off-du-an-data-warehouse-bao-cao-quan-tri-cap-do-3-dat-nen-mong-cho-ky-nguyen-quan-tri-bang-du-lieu.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/05\/KICKOFF-DATA-WAREHOUSE-LOGO-13-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\/05\/06\/cc1-kick-off-du-an-data-warehouse-bao-cao-quan-tri-cap-do-3-dat-nen-mong-cho-ky-nguyen-quan-tri-bang-du-lieu.html\">CC1 Kick-Off Data Warehouse Project &amp; Level 3 Governance Report: Laying the Foundation for the &#039;Data-Driven Governance Era&#039; <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>In a context where data is increasingly becoming the &quot;lifeblood&quot; of businesses, building an intelligent management platform is no longer an option but a necessity. Construction Corporation No. 1 \u2013 JSC (CC1) officially kick-offs the Data Warehouse &amp; [\u2026] Project<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/05\/06\/cc1-kick-off-du-an-data-warehouse-bao-cao-quan-tri-cap-do-3-dat-nen-mong-cho-ky-nguyen-quan-tri-bang-du-lieu.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\/05\/04\/ky-1-khi-dai-cong-truong-thuc-giac.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/05\/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\/05\/04\/ky-1-khi-dai-cong-truong-thuc-giac.html\">PART 1: WHEN THE MEGA CONSTRUCTION SITE &quot;AWAKENS&quot; <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>With a total length of nearly 140 km and a total investment of over 36,000 billion VND, the Tan Phu \u2013 Bao Loc and Bao Loc \u2013 Lien Khuong expressway projects are identified as strategic connecting axes, opening up new development opportunities for Lam Dong province in particular and the entire region in general.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/05\/04\/ky-1-khi-dai-cong-truong-thuc-giac.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\/04\/29\/hon-37km-tuyen-chinh-cao-toc-bien-hoa-vung-tau-chinh-thuc-thong-xe-dip-30-4.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/04\/29.04.26-BH-VT-LOGO-38.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\/04\/29\/hon-37km-tuyen-chinh-cao-toc-bien-hoa-vung-tau-chinh-thuc-thong-xe-dip-30-4.html\">OVER 37KM OF THE BIEN HOA \u2013 VUNG TAU MAIN ROAD EXPRESSWAY OFFICIALLY OPENS TO TRAFFIC ON APRIL 30TH. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the afternoon of April 29, 2026, the official opening ceremony for the main section of the Bien Hoa \u2013 Vung Tau expressway took place, specifically the sections belonging to Component Projects 2 and 3, intersecting with the Ho Chi Minh City \u2013 Long Thanh \u2013 Dau Giay expressway. The event was held amidst nationwide anticipation for the upcoming anniversary of the Bien Hoa \u2013 Vung Tau Expressway.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/04\/29\/hon-37km-tuyen-chinh-cao-toc-bien-hoa-vung-tau-chinh-thuc-thong-xe-dip-30-4.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\/04\/25\/cc1-dong-hanh-cung-cac-truong-dai-hoc-hang-dau-tap-trung-phat-trien-nhan-su-chat-luong-cao.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/04\/JOB-FAIR-2026-BK-HCM-LOGO-10.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\/04\/25\/cc1-dong-hanh-cung-cac-truong-dai-hoc-hang-dau-tap-trung-phat-trien-nhan-su-chat-luong-cao.html\">CC1 partners with leading universities, focusing on developing high-quality human resources. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>In the context of the construction and infrastructure industry entering a development phase with increasingly high demands for technology and implementation capabilities, Construction Corporation No. 1 - JSC (CC1) is gradually promoting its strategy of developing high-quality human resources through [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/04\/25\/cc1-dong-hanh-cung-cac-truong-dai-hoc-hang-dau-tap-trung-phat-trien-nhan-su-chat-luong-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-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/04\/20\/rap-xiec-va-bieu-dien-da-nang-nghin-ty-o-tphcm-lan-dau-mo-cua-don-khach.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/04\/1-edited-1776497508910.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\/04\/20\/rap-xiec-va-bieu-dien-da-nang-nghin-ty-o-tphcm-lan-dau-mo-cua-don-khach.html\">A BILLION-DOLLAR CIRCUS AND MULTI-PURPOSE PERFORMANCE IN HO CHI MINH CITY OPENS ITS DOORS TO THE PUBLIC FOR THE FIRST TIME. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>The Phu Tho Circus and Multipurpose Performance Hall (Ho Chi Minh City), costing nearly 1.4 trillion VND, has opened its doors for the first time to welcome the public to explore a modern art space, serving large-scale performances and events. On the morning of April 18th, the Ho Chi Minh City Arts Center opened its doors...<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/04\/20\/rap-xiec-va-bieu-dien-da-nang-nghin-ty-o-tphcm-lan-dau-mo-cua-don-khach.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\/04\/13\/to-may-1-nha-may-nhiet-dien-quang-trach-i-hoa-luoi-lan-dau-thanh-cong.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/04\/04.26-ND-QT1-12.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\/04\/13\/to-may-1-nha-may-nhiet-dien-quang-trach-i-hoa-luoi-lan-dau-thanh-cong.html\">Unit 1 of Quang Trach I Thermal Power Plant successfully connects to the grid for the first time. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Vietnam Electricity Group (EVN) announced that on April 12th, at the Quang Trach Power Center (Quang Tri province), Unit 1 of the Quang Trach I Thermal Power Plant successfully connected to the grid for the first time. The project is invested by Vietnam Electricity Group, and the Board of Directors...<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/04\/13\/to-may-1-nha-may-nhiet-dien-quang-trach-i-hoa-luoi-lan-dau-thanh-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\/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 -->     \t\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-4 col-12\">\r\n                        <div class=\"news-item\">\r\n                            <div class=\"image_full\"><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><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><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><!-- \/.blog-two__title -->     \t\r\n                                    <p>In the final days of March 2026, in Phu Trach commune, Quang Tri province, thousands of engineers and workers from the Power Project Management Board 2 (EVNPMB-2) and contractors were still diligently working to meet the construction schedule of the Quang Trach I Thermal Power Plant. With an overall progress of nearly 981 TP2T, [\u2026]<\/p>\n                                <div class=\"detail\">\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\" 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\/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><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><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><!-- \/.blog-two__title -->     \t\r\n                                    <p>In the context of increasing demand for transportation infrastructure development, especially in major cities and key economic zones, Construction Corporation No. 1 \u2013 JSC (CC1) continues to strengthen international connectivity, proactively seeking partners [\u2026]<\/p>\n                                <div class=\"detail\">\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\" 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\/45\">45<\/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}]}}