{"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\/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 C\u00d9NG NG\u00c2N H\u00c0NG TMCP S\u00c0I G\u00d2N &#8211; H\u00c0 N\u1ed8I (SHB) KH\u1edeI C\u00d4NG D\u1ef0 \u00c1N T\u00d2A NH\u00c0 V\u0102N PH\u00d2NG T\u1ea0I TP.HCM<\/a><\/h6><!-- \/.blog-two__title -->\r\n                                    <p>S\u00e1ng ng\u00e0y 04\/7\/2026, T\u1ed5ng C\u00f4ng ty X\u00e2y d\u1ef1ng S\u1ed1 1 &#8211; CTCP (CC1) \u0111\u00e3 ph\u1ed1i h\u1ee3p c\u00f9ng Ng\u00e2n h\u00e0ng TMCP S\u00e0i G\u00f2n \u2013 H\u00e0 N\u1ed9i (SHB) t\u1ed5 ch\u1ee9c L\u1ec5 kh\u1edfi c\u00f4ng D\u1ef1 \u00e1n T\u00f2a nh\u00e0 V\u0103n ph\u00f2ng SHB t\u1ea1i s\u1ed1 41\u201343\u201345 Pasteur, ph\u01b0\u1eddng S\u00e0i G\u00f2n, TP.HCM.&nbsp; Tham d\u1ef1 bu\u1ed5i l\u1ec5, v\u1ec1 ph\u00eda CC1 c\u00f3 \u00f4ng [&hellip;]<\/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-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\/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>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><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 V\u00c0 CHEIL ENGINEERING K\u00dd K\u1ebeT MOU, M\u1ede R\u1ed8NG C\u01a0 H\u1ed8I H\u1ee2P T\u00c1C TRONG L\u0128NH V\u1ef0C N\u0102NG L\u01af\u1ee2NG XANH<\/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\/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>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/30\/cc1-bo-nhiem-ke-toan-truong-moi.html\">CC1 B\u1ed4 NHI\u1ec6M K\u1ebe TO\u00c1N TR\u01af\u1edeNG M\u1edaI<\/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\/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>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><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 TUY\u00caN D\u01af\u01a0NG CON EM C\u1ee6A CBNV \u0110\u1ea0T TH\u00c0NH T\u00cdCH H\u1eccC T\u1eacP T\u1ed0T N\u0102M H\u1eccC 2025 \u2013 2026<\/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\/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 \u0110\u01af\u1ee2C VINH DANH TOP 10 DOANH NGHI\u1ec6P ESG VI\u1ec6T NAM XANH 2026 V\u00c0 TOP 10 DOANH NGHI\u1ec6P \u0110\u1ed4I M\u1edaI S\u00c1NG T\u1ea0O, KINH DOANH HI\u1ec6U QU\u1ea2 2026 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>T\u1ea1i TP. H\u00e0 N\u1ed9i, T\u1ed5ng C\u00f4ng ty X\u00e2y d\u1ef1ng S\u1ed1 1 &#8211; CTCP (CC1) v\u1eeba \u0111\u01b0\u1ee3c vinh danh \u0111\u1ed3ng th\u1eddi t\u1ea1i hai h\u1ea1ng m\u1ee5c uy t\u00edn g\u1ed3m Top 10 Doanh nghi\u1ec7p ESG Vi\u1ec7t Nam Xanh 2026 (ESG10) v\u00e0 Top 10 Doanh nghi\u1ec7p \u0110\u1ed5i m\u1edbi S\u00e1ng t\u1ea1o v\u00e0 Kinh doanh Hi\u1ec7u qu\u1ea3 2026 (VIE10) thu\u1ed9c nh\u00f3m [&hellip;]<\/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 \u0110\u1ed2NG H\u00c0NH C\u00d9NG UTC2 T\u1ed4 CH\u1ee8C WORKSHOP \u201cTRI\u1ec2N V\u1eccNG V\u00c0 PH\u00c1T TRI\u1ec2N NGH\u1ec0 NGHI\u1ec6P K\u1ef8 S\u01af X\u00c2Y D\u1ef0NG\u201d <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Ng\u00e0y 23\/6, T\u1ed5ng C\u00f4ng ty X\u00e2y d\u1ef1ng S\u1ed1&nbsp;1&nbsp;&#8211;&nbsp;CTCP (CC1) ph\u1ed1i h\u1ee3p c\u00f9ng Tr\u01b0\u1eddng \u0110\u1ea1i h\u1ecdc Giao th\u00f4ng V\u1eadn t\u1ea3i&nbsp;&#8211;&nbsp;Ph\u00e2n hi\u1ec7u t\u1ea1i TP.HCM&nbsp;(UTC2) t\u1ed5&nbsp;ch\u1ee9c th\u00e0nh c\u00f4ng Workshop \u201cTri\u1ec3n v\u1ecdng v\u00e0 ph\u00e1t tri\u1ec3n ngh\u1ec1&nbsp;nghi\u1ec7p k\u1ef9&nbsp;s\u01b0 x\u00e2y d\u1ef1ng\u201d. Ch\u01b0\u01a1ng tr\u00ecnh&nbsp;mang \u0111\u1ebfn cho sinh vi\u00ean nh\u1eefng g\u00f3c nh\u00ecn th\u1ef1c ti\u1ec5n v\u1ec1&nbsp;ng\u00e0nh ngh\u1ec1&nbsp;v\u00e0 c\u01a1 h\u1ed9i k\u1ebft n\u1ed1i tr\u1ef1c ti\u1ebfp v\u1edbi [&hellip;]<\/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 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\/17\/cc1-ppc-hop-tac-nghien-cuu-dau-tu-cac-du-an-nhiet-dien-than-tong-cong-suat-2-000mw.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/2HGb6EsgaMciMyIv65gDSsqmmKsnq3r9qvnk-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\/17\/cc1-ppc-hop-tac-nghien-cuu-dau-tu-cac-du-an-nhiet-dien-than-tong-cong-suat-2-000mw.html\">CC1 &#8211; PPC H\u1ee2P T\u00c1C NGHI\u00caN C\u1ee8U \u0110\u1ea6U T\u01af C\u00c1C D\u1ef0 \u00c1N NHI\u1ec6T \u0110I\u1ec6N THAN T\u1ed4NG C\u00d4NG SU\u1ea4T 2.000MW <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Ng\u00e0y 16\/6\/2026, t\u1ea1i tr\u1ee5 s\u1edf C\u00f4ng ty C\u1ed5 ph\u1ea7n Nhi\u1ec7t \u0111i\u1ec7n Ph\u1ea3 L\u1ea1i (PPC), PPC v\u00e0 T\u1ed5ng C\u00f4ng ty X\u00e2y d\u1ef1ng S\u1ed1 1 &#8211; CTCP (CC1) \u0111\u00e3 ti\u1ebfn h\u00e0nh k\u00fd b\u1ea3n ghi nh\u1edb h\u1ee3p t\u00e1c c\u00f9ng nghi\u00ean c\u1ee9u, \u0111\u00e1nh gi\u00e1 ti\u1ec1m n\u0103ng, l\u1eadp b\u00e1o c\u00e1o \u0111\u1ec1 xu\u1ea5t \u0111\u1ea7u t\u01b0 c\u00e1c nh\u00e0 m\u00e1y nhi\u1ec7t \u0111i\u1ec7n than [&hellip;]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/17\/cc1-ppc-hop-tac-nghien-cuu-dau-tu-cac-du-an-nhiet-dien-than-tong-cong-suat-2-000mw.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\/15\/can-tho-trao-quyet-dinh-dau-tu-du-an-dau-tu-va-kinh-doanh-ket-cau-ha-tang-kcn-dai-ngai.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/z7929149847246_f33b53de7944310707faf06d65adf407.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\/15\/can-tho-trao-quyet-dinh-dau-tu-du-an-dau-tu-va-kinh-doanh-ket-cau-ha-tang-kcn-dai-ngai.html\">CAN THO GRANTS INVESTMENT DECISION FOR INVESTMENT AND BUSINESS PROJECT IN DAI NGAI INDUSTRIAL PARK INFRASTRUCTURE DEVELOPMENT <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>UBND TP.C\u1ea7n Th\u01a1 m\u1edbi \u0111\u00e2y \u0111\u00e3 t\u1ed5 ch\u1ee9c L\u1ec5 c\u00f4ng b\u1ed1 quy\u1ebft \u0111\u1ecbnh ch\u1ee7 tr\u01b0\u01a1ng \u0111\u1ea7u t\u01b0 v\u00e0 trao gi\u1ea5y ch\u1ee9ng nh\u1eadn \u0111\u0103ng k\u00fd \u0111\u1ea7u t\u01b0 cho 2 d\u1ef1 \u00e1n, trong \u0111\u00f3 c\u00f3 D\u1ef1 \u00e1n \u0111\u1ea7u t\u01b0 v\u00e0 kinh doanh k\u1ebft c\u1ea5u h\u1ea1 t\u1ea7ng Khu c\u00f4ng nghi\u1ec7p \u0110\u1ea1i Ng\u00e3i. D\u1ef1 \u00e1n \u0111\u1ea7u t\u01b0 x\u00e2y d\u1ef1ng [&hellip;]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/15\/can-tho-trao-quyet-dinh-dau-tu-du-an-dau-tu-va-kinh-doanh-ket-cau-ha-tang-kcn-dai-ngai.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\/12\/cc1-lam-viec-voi-ubnd-tinh-cao-bang-ve-co-hoi-hop-tac-trong-linh-vuc-cong-nghiep-nang-luong-va-ha-tang.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/CC1-CAOBANG-LOGO-74.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\/12\/cc1-lam-viec-voi-ubnd-tinh-cao-bang-ve-co-hoi-hop-tac-trong-linh-vuc-cong-nghiep-nang-luong-va-ha-tang.html\">CC1 works with the People&#039;s Committee of Cao Bang Province on opportunities for cooperation in the fields of industry, energy, and infrastructure. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On June 11, 2026, a delegation from Construction Corporation No. 1 \u2013 JSC (CC1) held a working session with the leaders of the Cao Bang Provincial People&#039;s Committee to exchange and explore potential cooperation in investment and development of industrial, energy, transportation infrastructure, and exploitation projects.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/12\/cc1-lam-viec-voi-ubnd-tinh-cao-bang-ve-co-hoi-hop-tac-trong-linh-vuc-cong-nghiep-nang-luong-va-ha-tang.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\/04\/cc1-gap-go-tap-doan-powerchina-mo-rong-co-hoi-hop-tac-cac-du-an-tiem-nang.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/DSC00459_2-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\/04\/cc1-gap-go-tap-doan-powerchina-mo-rong-co-hoi-hop-tac-cac-du-an-tiem-nang.html\">CC1 Meets with PowerChina Group to Expand Opportunities for Collaboration on Potential Projects <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of June 3, 2026, at the headquarters of Construction Corporation No. 1 \u2013 JSC (CC1), CC1 held a meeting with representatives of PowerChina to connect, share directions, and exchange cooperation opportunities in the fields of infrastructure and energy.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/04\/cc1-gap-go-tap-doan-powerchina-mo-rong-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\/06\/03\/cc1-vao-top-10-doanh-nghiep-cung-ung-dich-vu-hieu-qua-cho-nganh-bat-dong-san.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/06\/076A4671.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\/03\/cc1-vao-top-10-doanh-nghiep-cung-ung-dich-vu-hieu-qua-cho-nganh-bat-dong-san.html\">CC1 Ranks Among Top 10 Companies Providing Effective Services to the Real Estate Industry <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the evening of June 2nd, 2026, at the National Convention Center (Hanoi), the Vietnam Real Estate Association (VNREA) held the 2nd Vietnam National Real Estate Awards Ceremony, aiming to honor outstanding businesses, projects, and brands that have made remarkable contributions to [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/06\/03\/cc1-vao-top-10-doanh-nghiep-cung-ung-dich-vu-hieu-qua-cho-nganh-bat-dong-san.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\/28\/cc1-se-ung-dung-uav-va-robot-vao-giai-phap-cong-truong-so-tai-cac-du-an-tren-dia-ban-dong-nai.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/05\/28.05-CC1-XBOSS-DN-LOGO-82-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\/28\/cc1-se-ung-dung-uav-va-robot-vao-giai-phap-cong-truong-so-tai-cac-du-an-tren-dia-ban-dong-nai.html\">CC1 will apply UAVs and robots to digital construction site solutions at projects in Dong Nai province. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On May 28th, at the headquarters of the Department of Construction of Dong Nai City, a handover ceremony took place for the Project Monitoring System on the Intelligent Operations Center (IOC) of Dong Nai City. The system was sponsored by Construction Corporation No. 1 \u2013 JSC (CC1). CC1 stated that [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/05\/28\/cc1-se-ung-dung-uav-va-robot-vao-giai-phap-cong-truong-so-tai-cac-du-an-tren-dia-ban-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 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\/27\/lam-dong-xem-xet-du-an-duong-ven-bien-gan-10-000-ty-dong-tai-khu-vuc-phan-thiet.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/05\/a-352a0455.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\/27\/lam-dong-xem-xet-du-an-duong-ven-bien-gan-10-000-ty-dong-tai-khu-vuc-phan-thiet.html\">LAM DONG PROVINCE CONSIDERING NEARLY 10 TRILLION VND COASTAL ROAD PROJECT IN PHAN THIET AREA <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the afternoon of May 26th, Vice Chairman of the Lam Dong Provincial People&#039;s Committee Nguyen Hong Hai chaired a meeting to hear a report on the preparation of the proposal for the Coastal Road Project through the Phu Thuy \u2013 Phan Thiet \u2013 Tien Thanh area under the Public-Private Partnership (PPP) method, specifically a Build-Transfer (PPP) contract.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2026\/05\/27\/lam-dong-xem-xet-du-an-duong-ven-bien-gan-10-000-ty-dong-tai-khu-vuc-phan-thiet.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\/46\">46<\/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}]}}