{"id":3876,"date":"2022-05-03T17:11:25","date_gmt":"2022-05-03T17:11:25","guid":{"rendered":"https:\/\/d.cc1.vn\/?page_id=3876"},"modified":"2022-11-04T16:41:13","modified_gmt":"2022-11-04T09:41:13","slug":"tin-thi-truong","status":"publish","type":"page","link":"https:\/\/www.cc1.vn\/en\/tin-tuc-su-kien\/tin-thi-truong.html","title":{"rendered":"Market News"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3876\" class=\"elementor elementor-3876\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a505bef elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a505bef\" 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-8250c95\" data-id=\"8250c95\" 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-67bfb21 cc1-news-list elementor-widget elementor-widget-cc1_page_menu\" data-id=\"67bfb21\" 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\"><a href=\"https:\/\/www.cc1.vn\/en\/tin-tuc-su-kien\/su-kien.html\">Company Events<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item active\"><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-c8e831d elementor-widget elementor-widget-cc1_newshot\" data-id=\"c8e831d\" 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\">featured 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\/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 -->\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-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\/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>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><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>\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\/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>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><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>\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\/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>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><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>\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-9e7f051 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9e7f051\" 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-249a53e\" data-id=\"249a53e\" 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-6ff5ada elementor-widget elementor-widget-cc1_newslist\" data-id=\"6ff5ada\" 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\/2025\/01\/05\/tong-cong-ty-xay-dung-so-1-ctcp-to-chuc-le-hop-long-cau-dai-ngai-2-nam-tren-quoc-lo-60-noi-hai-tinh-tra-vinh-va-soc-trang-%ef%bf%bc.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2025\/01\/z6199911002622_ce1f69062daf2e841f5058ceb136c20c-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\/2025\/01\/05\/tong-cong-ty-xay-dung-so-1-ctcp-to-chuc-le-hop-long-cau-dai-ngai-2-nam-tren-quoc-lo-60-noi-hai-tinh-tra-vinh-va-soc-trang-%ef%bf%bc.html\">CONSTRUCTION CORPORATION NO. 1 \u2013 JSC ORGANIZED THE COMPLETION CEREMONY OF DAI NGAI 2 BRIDGE LOCATED ON NATIONAL HIGHWAY 60 CONNECTING THE TWO PROVINCES OF TRA VINH AND SOC TRANG <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of January 5, 2025, Construction Corporation No. 1 - JSC (CC1) held the closing ceremony of Dai Ngai 2 Bridge on National Highway 60 in the territory of Tra Vinh - Soc Trang provinces. This event marks an important milestone in the progress of completing the project since [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2025\/01\/05\/tong-cong-ty-xay-dung-so-1-ctcp-to-chuc-le-hop-long-cau-dai-ngai-2-nam-tren-quoc-lo-60-noi-hai-tinh-tra-vinh-va-soc-trang-%ef%bf%bc.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\/2024\/11\/20\/pho-thu-tuong-tran-hong-ha-kiem-tra-tien-do-va-tang-qua-nguoi-lao-dong-cc1-tai-hai-du-an-cao-toc-can-tho-ca-mau-va-chau-doc-can-tho-soc-trang.html\"><img width=\"585\" height=\"311\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/11\/z6056259444201_25264686d8258633ae7295aaf906bbac.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\/2024\/11\/20\/pho-thu-tuong-tran-hong-ha-kiem-tra-tien-do-va-tang-qua-nguoi-lao-dong-cc1-tai-hai-du-an-cao-toc-can-tho-ca-mau-va-chau-doc-can-tho-soc-trang.html\">DEPUTY PRIME MINISTER TRAN HONG HA INSPECTED PROGRESS AND GIVES GIFTS TO CC1 WORKERS AT THE CAN THO \u2013 CA MAU AND CHAU DOC \u2013 CAN THO \u2013 SOC TRANG EXPRESSWAY PROJECTS <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>During his working trip on November 20, Deputy Prime Minister Tran Hong Ha visited and worked at the construction site of Construction Corporation No. 1 (CC1) of the Can Tho - Ca Mau expressway project, one of the national key projects in the network [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/11\/20\/pho-thu-tuong-tran-hong-ha-kiem-tra-tien-do-va-tang-qua-nguoi-lao-dong-cc1-tai-hai-du-an-cao-toc-can-tho-ca-mau-va-chau-doc-can-tho-soc-trang.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\/2024\/11\/18\/cc1-vung-buoc-cung-cong-dong-tren-hanh-trinh-kien-tao-tri-thuc.html\"><img width=\"535\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/12\/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\/2024\/11\/18\/cc1-vung-buoc-cung-cong-dong-tren-hanh-trinh-kien-tao-tri-thuc.html\">CC1 STEADY STEPS WITH THE COMMUNITY ON THE JOURNEY OF KNOWLEDGE CREATION <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On November 18, 2024, the Quang Trach 1 Executive Board of Construction Corporation No. 1 - JSC (CC1) coordinated with the Youth Union (YU) of Power Project Management Board 2 and the Standing Committee of Quang Binh Provincial Youth Union to have a working trip to Quang Dong commune, Quang Trach district, [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/11\/18\/cc1-vung-buoc-cung-cong-dong-tren-hanh-trinh-kien-tao-tri-thuc.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\/2024\/11\/09\/chu-dau-tu-tong-cong-ty-cang-hang-khong-viet-nam-acv-tong-cong-ty-xay-dung-so-1-ctcp-va-8-thanh-vien-lien-danh-da-cung-nhau-to-chuc-le-dong-tho-goi-thau-so-4-8-voi-gia-tri-11-066-ty-dong.html\"><img width=\"585\" height=\"329\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/11\/2.jpg-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\/2024\/11\/09\/chu-dau-tu-tong-cong-ty-cang-hang-khong-viet-nam-acv-tong-cong-ty-xay-dung-so-1-ctcp-va-8-thanh-vien-lien-danh-da-cung-nhau-to-chuc-le-dong-tho-goi-thau-so-4-8-voi-gia-tri-11-066-ty-dong.html\">The investor - Vietnam Airports Corporation (ACV) together with Construction Corporation No. 1 - JSC (CC1) and 8 members of the Contractor Consortium held the groundbreaking ceremony for package No. 4.8 with a value of VND 11,066 billion. <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of November 9, 2024, in Dong Nai province, the groundbreaking ceremony of package No. 4.8 of the Long Thanh International Airport Construction Investment Project, Phase 1, took place. This groundbreaking ceremony officially marked a step forward in the cooperation between the Investor - ACV and CC1 [...]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/11\/09\/chu-dau-tu-tong-cong-ty-cang-hang-khong-viet-nam-acv-tong-cong-ty-xay-dung-so-1-ctcp-va-8-thanh-vien-lien-danh-da-cung-nhau-to-chuc-le-dong-tho-goi-thau-so-4-8-voi-gia-tri-11-066-ty-dong.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\/2024\/02\/27\/coc-be-tong-du-ung-luc-cua-viet-nam-tiep-tuc-chinh-phuc-thi-truong-bangladesh.html\"><img width=\"484\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/12\/1.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\/2024\/02\/27\/coc-be-tong-du-ung-luc-cua-viet-nam-tiep-tuc-chinh-phuc-thi-truong-bangladesh.html\">VIETNAM&#039;S PRE-PRESSURED CONCRETE PILES CONTINUE TO CONQUER THE BANGLADESH MARKET <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>VINA \u2013 PSMC Precast Concrete Company Limited (Abbreviation: VINA \u2013 PSMC) received a delegation of experts and customers to conduct product inspection for a batch of products exported to the Bangladesh market. Continuing the cooperation chain with Japanese partners to supply DUL sheet piles [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/02\/27\/coc-be-tong-du-ung-luc-cua-viet-nam-tiep-tuc-chinh-phuc-thi-truong-bangladesh.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\/2021\/06\/17\/ba-doanh-nghiep-trung-goi-thau-hon-30-200-ty-dong-lam-du-an-nhiet-dien-quang-trach-1.html\"><img width=\"480\" height=\"248\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/04\/quangbinh_1762021133724.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\/2021\/06\/17\/ba-doanh-nghiep-trung-goi-thau-hon-30-200-ty-dong-lam-du-an-nhiet-dien-quang-trach-1.html\">Three enterprises won the bidding package of more than VND 30,200 billion for the Quang Trach 1 thermal power project <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Quang Trach 1 thermal power plant project is invested by EVN. This is a project with a capacity of 1,200 MW, located in the Quang Trach Power Center (2,400 MW) in Vinh Son village, Quang Dong commune, Quang Trach district, Quang Binh province. According to Vietnam Energy Magazine, the Mitsubishi [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2021\/06\/17\/ba-doanh-nghiep-trung-goi-thau-hon-30-200-ty-dong-lam-du-an-nhiet-dien-quang-trach-1.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\/2021\/06\/17\/phe-duyet-tong-thau-epc-du-an-nhiet-dien-quang-trach-1.html\"><img width=\"480\" height=\"295\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/04\/01-5756_176202113322.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\/2021\/06\/17\/phe-duyet-tong-thau-epc-du-an-nhiet-dien-quang-trach-1.html\">Approval of EPC general contractor for Quang Trach 1 . Thermal Power Project <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>&nbsp;The consortium of Mitsubishi Corporation (Japan), Hyundai Engineering and Construction (Korea), Construction Corporation No. 1 (Consortium MC - HDEC - CC1) has just been approved by Electricity of Vietnam (EVN) to win the bidding package. No. 15 (EPC-QT1) Design, supply and construct (EPC) project [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2021\/06\/17\/phe-duyet-tong-thau-epc-du-an-nhiet-dien-quang-trach-1.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\/2021\/06\/15\/lo-dien-3-ong-lon-hop-luc-trung-goi-thau-hon-30-200-ty-dong-lam-du-an-nhiet-dien-quang-trach-i.html\"><img width=\"480\" height=\"295\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/04\/01-5756_176202113322.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\/2021\/06\/15\/lo-dien-3-ong-lon-hop-luc-trung-goi-thau-hon-30-200-ty-dong-lam-du-an-nhiet-dien-quang-trach-i.html\">Revealed 3 &quot;big guys&quot; joined forces to win the package of more than 30,200 billion VND to build Quang Trach I thermal power project <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>(VNF) \u2013 The consortium of Mitsubishi Corporation (Japan) \u2013 Hyundai Engineering and Construction (Hyundai E&amp;C \u2013 Korea) \u2013 Construction Corporation No. 1 (CC1) has just won the bidding package for designing, supplying goods and installing construction. EPC) with a value of VND 30,236.41 billion Quang Trach thermal power plant project [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2021\/06\/15\/lo-dien-3-ong-lon-hop-luc-trung-goi-thau-hon-30-200-ty-dong-lam-du-an-nhiet-dien-quang-trach-i.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\/2021\/06\/15\/lien-danh-4-nha-thau-trung-goi-thau-mo-rong-duong-ven-bien-qua-hai-phong.html\"><img width=\"480\" height=\"310\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/04\/10-4402_1562021153853.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\/2021\/06\/15\/lien-danh-4-nha-thau-trung-goi-thau-mo-rong-duong-ven-bien-qua-hai-phong.html\">A consortium of 4 contractors won the bidding package to expand the coastal road through Hai Phong <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>(BDT) \u2013 Hai Phong Traffic Construction Investment Project Management Board (the bid solicitor) has just announced the contractor selection results for Package 20 Construction under the Open Construction Investment Project. widening the coastal road through the area [...]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2021\/06\/15\/lien-danh-4-nha-thau-trung-goi-thau-mo-rong-duong-ven-bien-qua-hai-phong.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\/3876\/page\/2\">2<\/a><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3876\/page\/3\">3<\/a><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3876\/page\/4\">4<\/a><\/li>\n\t<li><a class=\"next page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3876\/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 Three enterprises won the bidding package of more than VND 30,200 billion for the Quang Trach 1 thermal power project. The Quang Trach 1 thermal power plant project is invested by EVN. This is a project with a capacity of 1,200 MW, located in the Central [\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\/3876"}],"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=3876"}],"version-history":[{"count":19,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3876\/revisions"}],"predecessor-version":[{"id":9533,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3876\/revisions\/9533"}],"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=3876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}