{"id":3874,"date":"2022-05-03T17:10:54","date_gmt":"2022-05-03T17:10:54","guid":{"rendered":"https:\/\/d.cc1.vn\/?page_id=3874"},"modified":"2022-05-04T18:16:17","modified_gmt":"2022-05-04T18:16:17","slug":"doan-the","status":"publish","type":"page","link":"https:\/\/www.cc1.vn\/en\/tin-tuc-su-kien\/doan-the.html","title":{"rendered":"Union"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3874\" class=\"elementor elementor-3874\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-28b7f5c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"28b7f5c\" 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-178a724\" data-id=\"178a724\" 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-ce1d699 cc1-news-list elementor-widget elementor-widget-cc1_page_menu\" data-id=\"ce1d699\" 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\"><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-aaae472 elementor-widget elementor-widget-cc1_newshot\" data-id=\"aaae472\" 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\/07\/30\/dhdcd-cc1-dat-muc-tieu-doanh-thu-thuan-hop-nhat-nam-2026-dat-18-607-ty-dong-hai-guong-mat-moi-vao-hdqt.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/07\/2aOboQnzwf6g4Rs4LPlBHMjyVc4N2JwErD93mw3E-1.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                                <div class=\"content\">\r\n                                    <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/30\/dhdcd-cc1-dat-muc-tieu-doanh-thu-thuan-hop-nhat-nam-2026-dat-18-607-ty-dong-hai-guong-mat-moi-vao-hdqt.html\">CC1 Shareholders&#039; Meeting: Sets Consolidated Net Revenue Target of VND 18,607 Billion for 2026, Two New Faces Join Board of Directors<\/a><\/h6><!-- \/.blog-two__title -->\r\n                                    <p>Construction Corporation No. 1 \u2013 JSC (CC1) recently held its 2026 Annual General Meeting of Shareholders, approving several items related to the business plan, capital increase plan, and restructuring of the Board of Directors for the new term. According to the report [\u2026]<\/p>\n                                    <div class=\"detail\">\r\n                                        <a href=\"https:\/\/www.cc1.vn\/en\/2026\/07\/30\/dhdcd-cc1-dat-muc-tieu-doanh-thu-thuan-hop-nhat-nam-2026-dat-18-607-ty-dong-hai-guong-mat-moi-vao-hdqt.html\" 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\/2025\/01\/22\/lanh-dao-tinh-ben-tre-den-tham-va-chuc-tet-cc1-nhan-dip-xuan-at-ty-2025.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2025\/01\/LANH-DAO-TINH-BEN-TRE-THAM-CC1-094-2-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\/2025\/01\/22\/lanh-dao-tinh-ben-tre-den-tham-va-chuc-tet-cc1-nhan-dip-xuan-at-ty-2025.html\">BEN TRE PROVINCE LEADERS VISIT AND GIVE CC1 NEW YEAR&#039;S GREETINGS ON THE OCCASION OF SPRING AT TY 2025<\/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\/2025\/01\/16\/cc1-day-nhanh-tien-do-thi-cong-tai-du-an-trong-diem-quoc-gia-san-bay-long-thanh.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2025\/01\/THR64814.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\/2025\/01\/16\/cc1-day-nhanh-tien-do-thi-cong-tai-du-an-trong-diem-quoc-gia-san-bay-long-thanh.html\">CC1 SPEED UP CONSTRUCTION PROGRESS AT THE NATIONAL KEY PROJECT LONG THANH AIRPORT<\/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\/2024\/12\/19\/nhin-lai-nhung-khoanh-khac-dang-nho-trong-chuong-trinh-45-nam-cc1-tiep-buoc-vuon-tam.html\"><img width=\"585\" height=\"329\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/12\/z6147225733284_a65cbcc6ffcd5bcc33e68e18da8f5a29-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\/2024\/12\/19\/nhin-lai-nhung-khoanh-khac-dang-nho-trong-chuong-trinh-45-nam-cc1-tiep-buoc-vuon-tam.html\">LOOKING BACK AT MEMORABLE MOMENTS IN THE PROGRAM \u201c45 YEARS OF CC1 CONTINUING TO REACH THE STANDARD\u201d<\/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-d604ab5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d604ab5\" 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-6ee5222\" data-id=\"6ee5222\" 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-3c75770 elementor-widget elementor-widget-cc1_newslist\" data-id=\"3c75770\" 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\/2024\/12\/15\/thu-tuong-pham-minh-chinh-kiem-tra-tien-do-va-tang-qua-nguoi-lao-dong-cc1-tai-du-an-cao-toc-can-tho-ca-mau.html\"><img width=\"585\" height=\"344\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/12\/z6135291911743_3a406273900d95a64c70af5febe4f1e0.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\/12\/15\/thu-tuong-pham-minh-chinh-kiem-tra-tien-do-va-tang-qua-nguoi-lao-dong-cc1-tai-du-an-cao-toc-can-tho-ca-mau.html\">PRIME MINISTER PHAM MINH CHINH INSPECTED PROGRESS AND GIVES GIFTS TO CC1 WORKERS AT CAN THO \u2013 CA MAU EXPRESSWAY PROJECT <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the afternoon of December 15, Prime Minister Pham Minh Chinh visited and worked at the construction site of Construction Corporation No. 1 (CC1) under the investment project to build the Can Tho-Ca Mau expressway passing through Hau Giang province. Also attending were the Minister of Transport [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/12\/15\/thu-tuong-pham-minh-chinh-kiem-tra-tien-do-va-tang-qua-nguoi-lao-dong-cc1-tai-du-an-cao-toc-can-tho-ca-mau.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\/12\/06\/cc1-don-tiep-va-lam-viec-cung-doi-tac-mozambique.html\"><img width=\"571\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/12\/sdcsdsdv.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\/12\/06\/cc1-don-tiep-va-lam-viec-cung-doi-tac-mozambique.html\">CC1 WELCOMES AND WORKS WITH MOZAMBIQUE PARTNERS <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the afternoon of December 6, 2024, CC1 Company representatives had an important working session with a delegation of partners from Mozambique at the headquarters of Construction Corporation No. 1 - JSC (CC1). The meeting was an opportunity for the parties to discuss cooperation and investment opportunities, especially [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/12\/06\/cc1-don-tiep-va-lam-viec-cung-doi-tac-mozambique.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\/12\/05\/uy-tin-vuot-troi-cc1-lot-top-5-nha-tuyen-dung-duoc-yeu-thich-nhat-2024.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/12\/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\/2024\/12\/05\/uy-tin-vuot-troi-cc1-lot-top-5-nha-tuyen-dung-duoc-yeu-thich-nhat-2024.html\">OUTSTANDING REPUTATION: CC1 IS IN THE TOP 5 MOST FAVORITE RECRUITERS IN 2024 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the evening of December 5, 2024, Construction Corporation No. 1 - JSC (CC1) attended the Honor Ceremony at Employer of Choice 2024, the leading prestigious survey and voting program in the recruitment field organized by Careerviet Vietnam in Ho Chi Minh City. With the trust and evaluation of [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/12\/05\/uy-tin-vuot-troi-cc1-lot-top-5-nha-tuyen-dung-duoc-yeu-thich-nhat-2024.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\/26\/doan-dai-bieu-lanh-dao-thanh-pho-long-xuyen-den-tham-va-lam-viec-tai-tong-cong-ty-xay-dung-so-1-ctcp-cc1.html\"><img width=\"575\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/11\/z6071293866615_115faf97321824e990c11ba435927784-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\/2024\/11\/26\/doan-dai-bieu-lanh-dao-thanh-pho-long-xuyen-den-tham-va-lam-viec-tai-tong-cong-ty-xay-dung-so-1-ctcp-cc1.html\">DELEGATION OF LONG XUYEN CITY LEADERS VISITED AND WORKED AT CONSTRUCTION CORPORATION NO. 1 - JSC (CC1) <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of November 26, 2024, the delegation of Long Xuyen city leaders visited and worked at Construction Corporation No. 1 - JSC (CC1) with many important contents. Here, Mr. Huynh Quoc Thai - Secretary of Long Xuyen City Party Committee visited and inquired about the operation situation [...]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/11\/26\/doan-dai-bieu-lanh-dao-thanh-pho-long-xuyen-den-tham-va-lam-viec-tai-tong-cong-ty-xay-dung-so-1-ctcp-cc1.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\/cc1-to-chuc-chuong-trinh-ton-vinh-tri-thuc-nhan-ngay-nha-giao-viet-nam-20-11.html\"><img width=\"585\" height=\"292\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/11\/tap-the-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\/2024\/11\/20\/cc1-to-chuc-chuong-trinh-ton-vinh-tri-thuc-nhan-ngay-nha-giao-viet-nam-20-11.html\">CC1 ORGANIZES A PROGRAM TO HONOR KNOWLEDGE ON VIETNAMESE TEACHERS&#039; DAY NOVEMBER 20 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of November 20, 2024, joining the atmosphere of gratitude for Vietnamese Teachers&#039; Day across the country, Construction Corporation No. 1 (CC1) held a Celebration Ceremony to celebrate Vietnamese Teachers&#039; Day November 20 to honor outstanding individuals in training and inspiring [...]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/11\/20\/cc1-to-chuc-chuong-trinh-ton-vinh-tri-thuc-nhan-ngay-nha-giao-viet-nam-20-11.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\/04\/le-trao-giai-marathon-cc1-championship-2024-mung-ky-niem-45-nam-thanh-lap-cong-ty.html\"><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2024\/11\/04\/le-trao-giai-marathon-cc1-championship-2024-mung-ky-niem-45-nam-thanh-lap-cong-ty.html\">CC1 CHAMPIONSHIP MARATHON AWARD CEREMONY 2024 CELEBRATES THE COMPANY&#039;S 45TH ANNIVERSARY <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the afternoon of November 4, 2024, at the 12th floor Hall of Construction Corporation No. 1 - JSC (CC1), the Company&#039;s Sports Organizing Committee successfully organized the Award Ceremony of the CC1 Championship 2024 Running Competition with the participation of a large number of staff and employees.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/11\/04\/le-trao-giai-marathon-cc1-championship-2024-mung-ky-niem-45-nam-thanh-lap-cong-ty.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\/10\/24\/khang-dinh-uy-tin-va-nang-luc-cc1-lot-top-500-doanh-nghiep-loi-nhuan-tot-nhat-viet-nam-nam-2024.html\"><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2024\/10\/24\/khang-dinh-uy-tin-va-nang-luc-cc1-lot-top-500-doanh-nghiep-loi-nhuan-tot-nhat-viet-nam-nam-2024.html\">AFFIRMING PRESTIGE AND CAPACITY: CC1 IS IN THE TOP 500 MOST PROFITABLE ENTERPRISES IN VIETNAM IN 2024 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On October 24, 2024, at Sheraton Hotel - Hanoi, Vietnam Report Joint Stock Company in collaboration with VietNamNet Newspaper successfully organized the PROFIT500 Announcement Ceremony - Top 500 Most Profitable Enterprises in Vietnam in 2024. The event aimed to honor those [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/10\/24\/khang-dinh-uy-tin-va-nang-luc-cc1-lot-top-500-doanh-nghiep-loi-nhuan-tot-nhat-viet-nam-nam-2024.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\/10\/20\/cc1-to-chuc-du-lich-gan-ket-nhan-ngay-phu-nu-tri-an-dong-gop-cua-phai-dep.html\"><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2024\/10\/20\/cc1-to-chuc-du-lich-gan-ket-nhan-ngay-phu-nu-tri-an-dong-gop-cua-phai-dep.html\">CC1 Organizes a Bonding Tour on Women&#039;s Day - Appreciating the Contributions of Women <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Recently, on the occasion of Vietnamese Women&#039;s Day October 20, the CC1 Company Union Executive Committee organized a meaningful trip to Co Thach - Mui Ne to express gratitude and honor the great contributions of women in working at the company. The event was not [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/10\/20\/cc1-to-chuc-du-lich-gan-ket-nhan-ngay-phu-nu-tri-an-dong-gop-cua-phai-dep.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\/10\/19\/cc1-to-chuc-chuong-trinh-hop-mat-chao-mung-ngay-phu-nu-viet-nam-20-10%ef%bf%bc.html\"><img width=\"541\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/10\/Capture.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\/10\/19\/cc1-to-chuc-chuong-trinh-hop-mat-chao-mung-ngay-phu-nu-viet-nam-20-10%ef%bf%bc.html\">CC1 ORGANIZES A MEETING PROGRAM TO CELEBRATE VIETNAMESE WOMEN&#039;S DAY OCTOBER 20\ufffc <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>(Ho Chi Minh City, October 18, 2024) On the occasion of the 94th anniversary of the founding of the Vietnam Women&#039;s Union October 20, 1930 - October 20, 2024, Construction Corporation No. 1 - Joint Stock Company (CC1) organized a meeting to celebrate Vietnamese Women&#039;s Day October 20. The program took place in an atmosphere [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2024\/10\/19\/cc1-to-chuc-chuong-trinh-hop-mat-chao-mung-ngay-phu-nu-viet-nam-20-10%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>\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\/3874\/page\/2\">2<\/a><\/li>\n\t<li><a class=\"next page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3874\/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>Corporate Events Market News CSR Highlights Charity Program &quot;CC1-TET FULL 2022&quot; For the past 4 years consecutively, the Corporation&#039;s Trade Union has organized to donate and sell banh chung to raise funds for charity in the past 4 years. the occasion of the Lunar New Year. After more than a month of launching, the chapter \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\/3874"}],"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=3874"}],"version-history":[{"count":25,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3874\/revisions"}],"predecessor-version":[{"id":4140,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3874\/revisions\/4140"}],"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=3874"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}