{"id":3878,"date":"2022-05-03T17:11:53","date_gmt":"2022-05-03T17:11:53","guid":{"rendered":"https:\/\/d.cc1.vn\/?page_id=3878"},"modified":"2023-01-19T13:42:20","modified_gmt":"2023-01-19T06:42:20","slug":"csr","status":"publish","type":"page","link":"https:\/\/www.cc1.vn\/en\/tin-tuc-su-kien\/csr.html","title":{"rendered":"CSR"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3878\" class=\"elementor elementor-3878\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b8b77d9 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b8b77d9\" 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-d095155\" data-id=\"d095155\" 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-9746bb3 cc1-news-list elementor-widget elementor-widget-cc1_page_menu\" data-id=\"9746bb3\" 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 active\"><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-dea82f4 elementor-widget elementor-widget-cc1_newshot\" data-id=\"dea82f4\" 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\/2024\/09\/19\/gop-suc-cung-cong-dong-xa-hoi-cc1-trien-khai-chuoi-hoat-dong-thien-nguyen-tai-mien-bac%ef%bf%bc.html\"><img width=\"490\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/09\/Untitled-design-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\/09\/19\/gop-suc-cung-cong-dong-xa-hoi-cc1-trien-khai-chuoi-hoat-dong-thien-nguyen-tai-mien-bac%ef%bf%bc.html\">CONTRIBUTING TO THE COMMUNITY \u2013 CC1 IMPLEMENTS A SERIES OF CHARITY ACTIVITIES IN THE NORTH\ufffc<\/a><\/h6><!-- \/.blog-two__title -->\r\n                                    <p>On September 18 and 19, 2024, Construction Corporation No. 1 - JSC (CC1) quickly deployed a series of volunteer activities in the Northern provinces, demonstrating its sense of responsibility for the mission of accompanying the community and society. The volunteer group had the participation of [\u2026]<\/p>\n                                    <div class=\"detail\">\r\n                                        <a href=\"https:\/\/www.cc1.vn\/en\/2024\/09\/19\/gop-suc-cung-cong-dong-xa-hoi-cc1-trien-khai-chuoi-hoat-dong-thien-nguyen-tai-mien-bac%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-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\/2024\/01\/26\/cong-doan-xay-dung-viet-nam-den-tham-hoi-va-tang-qua-tet-cho-doan-vien-nguoi-lao-dong-tai-cong-doan-co-so-cong-ty-co-phan-dau-tu-xay-dung-so-1-mekong%ef%bf%bc.html\"><img width=\"585\" height=\"329\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/01\/CD_05.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\/01\/26\/cong-doan-xay-dung-viet-nam-den-tham-hoi-va-tang-qua-tet-cho-doan-vien-nguoi-lao-dong-tai-cong-doan-co-so-cong-ty-co-phan-dau-tu-xay-dung-so-1-mekong%ef%bf%bc.html\">VIETNAM CONSTRUCTION UNION VISIT AND GIVE TET GIFTS TO UNION MEMBERS - WORKERS AT THE GRASSROOT UNION OF MEKONG NO. 1 CONSTRUCTION INVESTMENT JOINT STOCK COMPANY<\/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\/2023\/06\/01\/cc1-tai-tro-200-trieu-dong-xay-dung-cau-dan-sinh-tai-xa-binh-thanh-huyen-phung-hiep-tinh-hau-giang.html\"><img width=\"480\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/06\/z4392397320038_ebadb9f7bd11d9b1c0346af7aaf32008.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\/2023\/06\/01\/cc1-tai-tro-200-trieu-dong-xay-dung-cau-dan-sinh-tai-xa-binh-thanh-huyen-phung-hiep-tinh-hau-giang.html\">CC1 SPONSORING 200 MILLION VND BUILDING PEOPLE&#039;S BRIDGE IN BINH THANH COMMUNITY, PHUNG HIEP DISTRICT, HAU GIANG 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\/2023\/04\/10\/dai-hoi-cong-doan-co-quan-tong-cong-ty-xay-dung-so-1-nhiem-ky-xii-2023-2028.html\"><img width=\"585\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/04\/6-585x360.png\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/04\/6-585x360.png 585w, https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/04\/6-18x10.png 18w\" sizes=\"(max-width: 585px) 100vw, 585px\" \/><\/a>\r\n                                    <div class=\"media-body\">\r\n                                        <h6 class=\"mt-0\"><a href=\"https:\/\/www.cc1.vn\/en\/2023\/04\/10\/dai-hoi-cong-doan-co-quan-tong-cong-ty-xay-dung-so-1-nhiem-ky-xii-2023-2028.html\">UNION CONGRATULATION AGENCY CONSTRUCTION CORPORATION NO. 1 TERM XII (2023 \u2013 2028)<\/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<div class=\"elementor-element elementor-element-45057c5 elementor-widget elementor-widget-cc1_newslist\" data-id=\"45057c5\" 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\/2023\/04\/04\/bau-bo-sung-pho-chu-tich-cong-doan-cc1.html\"><img width=\"540\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/04\/4.4.2023-01.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\/2023\/04\/04\/bau-bo-sung-pho-chu-tich-cong-doan-cc1.html\">AN ADDITIONAL ELECTION OF THE SUCCESSFUL CHAIRMAN CC1 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>Implementing the Charter of Vietnam Trade Union and Official Letter No. 133\/CDXD-ToC-KT dated March 28, 2023 of the Vietnam Construction Trade Union on consolidating the Executive Board of Trade Union of Construction Corporation No. 1.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2023\/04\/04\/bau-bo-sung-pho-chu-tich-cong-doan-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\/2023\/03\/10\/cong-doan-tong-cong-ty-xay-dung-so-1-ctcp-to-chuc-hoi-thi-cc1-thoi-trang-va-moi-truong.html\"><img width=\"585\" height=\"331\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/03\/8.3.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2023\/03\/10\/cong-doan-tong-cong-ty-xay-dung-so-1-ctcp-to-chuc-hoi-thi-cc1-thoi-trang-va-moi-truong.html\">CONSTRUCTION CORPORATION NO.1 - CONTEST ORGANIZING COMPETITIVE &quot;CC1 - FASHION AND ENVIRONMENT&quot; <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the morning of March 8, 2023, Construction Corporation No. 1 - JSC (CC1) was filled with a joyful and vibrant atmosphere to welcome International Women&#039;s Day, with music exchanges and fashion shows. characteristics of CC1 union members and employees.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2023\/03\/10\/cong-doan-tong-cong-ty-xay-dung-so-1-ctcp-to-chuc-hoi-thi-cc1-thoi-trang-va-moi-truong.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\/2023\/02\/01\/chuong-trinh-tu-thien-tet-nguyen-dan-cua-cong-doan-cc1.html\"><img width=\"480\" height=\"351\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/04\/1.2_h31_122023144046.png\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/04\/1.2_h31_122023144046.png 480w, https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/04\/1.2_h31_122023144046-300x219.png 300w, https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/04\/1.2_h31_122023144046-16x12.png 16w\" sizes=\"(max-width: 480px) 100vw, 480px\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2023\/02\/01\/chuong-trinh-tu-thien-tet-nguyen-dan-cua-cong-doan-cc1.html\">CC1&#039;s Lunar New Year Charity Program <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the afternoon of January 21, 2023 (ie 30 of the Lunar New Year), the CC1 Trade Union representative visited and presented Tet gifts to children who had to stay to celebrate Tet at Children&#039;s Hospital 2, Ho Chi Minh City. Ho Chi Minh.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2023\/02\/01\/chuong-trinh-tu-thien-tet-nguyen-dan-cua-cong-doan-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\/2023\/01\/16\/lanh-dao-cong-doan-xay-dung-viet-nam-den-tham-va-tang-qua-cho-nguoi-lao-dong-cc1-tai-du-an-khu-can-ho-habitat-binh-duong-nhan-dip-tet-nguyen-dan-2023.html\"><img width=\"585\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/1.3-585x360.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\/2023\/01\/16\/lanh-dao-cong-doan-xay-dung-viet-nam-den-tham-va-tang-qua-cho-nguoi-lao-dong-cc1-tai-du-an-khu-can-ho-habitat-binh-duong-nhan-dip-tet-nguyen-dan-2023.html\">VIETNAM CONSTRUCTION TRADE LEADERS VISIT AND GIVEN GIFTS TO EMPLOYEES CC1 AT HABITAT BINH DUONG APARTMENT PROJECT on Lunar New Year&#039;s Eve 2023 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On January 11, 2023, a delegation of Vietnam Construction Trade Union led by Comrade Nguyen Thi Thuy Le, Member of the Party Personnel Committee of the Ministry of Construction, Member of the Executive Committee of the Vietnam General Confederation of Labor, Chairman of the Vietnam General Confederation of Labor. The Vietnam Construction Delegation as Team Leader visited, wished Tet and gave gifts to the employees of Construction Corporation No. 1 - JSC (CC1) under construction at Habitat Binh Duong Apartment Project.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2023\/01\/16\/lanh-dao-cong-doan-xay-dung-viet-nam-den-tham-va-tang-qua-cho-nguoi-lao-dong-cc1-tai-du-an-khu-can-ho-habitat-binh-duong-nhan-dip-tet-nguyen-dan-2023.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\/2023\/01\/01\/cong-doan-cc1-tham-hoi-chuc-tet-va-tang-qua-cho-doan-vien-nguoi-lao-dong-dang-truc-tiep-tham-gia-san-xuat.html\"><img width=\"585\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/8090dd37e7c13f9f66d0-2-585x360.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\/2023\/01\/01\/cong-doan-cc1-tham-hoi-chuc-tet-va-tang-qua-cho-doan-vien-nguoi-lao-dong-dang-truc-tiep-tham-gia-san-xuat.html\">CC1 TRADE VISIT, HAPPY NEW YEARS AND GIFTS TO UNION MEMBERS, EMPLOYEES DIRECTLY PARTICIPATING IN PRODUCTION <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>In these last days of 2022, CC1 Trade Union had a program to visit and give Tet gifts to union members and employees on the occasion of the Lunar New Year of the Rabbit in 2023.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2023\/01\/01\/cong-doan-cc1-tham-hoi-chuc-tet-va-tang-qua-cho-doan-vien-nguoi-lao-dong-dang-truc-tiep-tham-gia-san-xuat.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\/2022\/10\/27\/cac-cap-cong-doan-cc1-to-chuc-nhieu-hoat-dong-thiet-thuc-ky-niem-ngay-phu-nu-viet-nam-20-10-2022.html\"><img width=\"585\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/36355148ca0b0c55551a2-585x360.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/36355148ca0b0c55551a2-585x360.jpg 585w, https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/36355148ca0b0c55551a2-18x12.jpg 18w\" sizes=\"(max-width: 585px) 100vw, 585px\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2022\/10\/27\/cac-cap-cong-doan-cc1-to-chuc-nhieu-hoat-dong-thiet-thuc-ky-niem-ngay-phu-nu-viet-nam-20-10-2022.html\">TRADE LEVELS CC1 organizes many practical activities to celebrate VIETNAM WOMEN&#039;S DAY 20\/10\/2022 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On the occasion of the 92nd anniversary of the establishment of the Vietnam Women&#039;s Union on October 20 (1930-2022) and the 12th anniversary of Vietnamese Women&#039;s Day on October 20 (2010-2022), CC1 Trade Union at all levels organized many meaningful activities, including: practical for female officials and employees.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2022\/10\/27\/cac-cap-cong-doan-cc1-to-chuc-nhieu-hoat-dong-thiet-thuc-ky-niem-ngay-phu-nu-viet-nam-20-10-2022.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\/2022\/10\/11\/cong-doan-cc1-cung-voi-cong-doan-cac-don-vi-phia-nam-so-ket-cong-tac-cong-doan-9-thang-dau-nam-va-trien-khai-nhiem-vu-03-thang-cuoi-nam-2022.html\"><img width=\"585\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/8ab44793fa8f3dd1649e-1-585x360.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/8ab44793fa8f3dd1649e-1-585x360.jpg 585w, https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/8ab44793fa8f3dd1649e-1-18x10.jpg 18w\" sizes=\"(max-width: 585px) 100vw, 585px\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2022\/10\/11\/cong-doan-cc1-cung-voi-cong-doan-cac-don-vi-phia-nam-so-ket-cong-tac-cong-doan-9-thang-dau-nam-va-trien-khai-nhiem-vu-03-thang-cuoi-nam-2022.html\">TRADE UNION CC1 AND UNION OF SOUTHERN UNITSS SUMMARY OF TRADE UNION WORKS FOR THE FIRST 9 MONTHS OF THE YEAR AND IMPLEMENTATION OF TASKS FOR THE LAST 3 MONTHS OF 2022 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>On October 7, 2022, in Ha Long city, Trade Union CC1 together with Union of Southern units, Vietnam Construction Union (DIC, FICO, IDICO, Ho Chi Minh City University of Architecture) held a conference to review the work of the Trade Union in the first 9 months of the year, and implement key tasks in the last 3 months of 2022.<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2022\/10\/11\/cong-doan-cc1-cung-voi-cong-doan-cac-don-vi-phia-nam-so-ket-cong-tac-cong-doan-9-thang-dau-nam-va-trien-khai-nhiem-vu-03-thang-cuoi-nam-2022.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\/2022\/10\/05\/cong-doan-cc1-to-chuc-hoi-nghi-bau-bo-sung-uy-vien-ban-chap-hanh-uy-vien-ban-thuong-vu-pho-chu-tich-cong-doan-tong-cong-ty-khoa-ix-nhiem-ky-2017-2022.html\"><img width=\"585\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/3cd8a03c115dd6038f4c-1-585x360.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/3cd8a03c115dd6038f4c-1-585x360.jpg 585w, https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/3cd8a03c115dd6038f4c-1-18x10.jpg 18w\" sizes=\"(max-width: 585px) 100vw, 585px\" \/><\/a><\/div>\r\n                            <div class=\"content\">\r\n                                <h6 class=\"news__title\"><a href=\"https:\/\/www.cc1.vn\/en\/2022\/10\/05\/cong-doan-cc1-to-chuc-hoi-nghi-bau-bo-sung-uy-vien-ban-chap-hanh-uy-vien-ban-thuong-vu-pho-chu-tich-cong-doan-tong-cong-ty-khoa-ix-nhiem-ky-2017-2022.html\">CC1&#039;s trade union organizes a conference to elect additional members of the executive committee, member of the standing committee, vice chairman of the trade union of the corporation, term IX, term 2017-2022 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>September 23, 2022 of Vietnam Construction Trade Union on consolidating Executive Board of Trade Union of Construction Corporation No. 1 \u2013 JSC (CC1).<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2022\/10\/05\/cong-doan-cc1-to-chuc-hoi-nghi-bau-bo-sung-uy-vien-ban-chap-hanh-uy-vien-ban-thuong-vu-pho-chu-tich-cong-doan-tong-cong-ty-khoa-ix-nhiem-ky-2017-2022.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\/2022\/08\/19\/cc1-to-chuc-chuong-trinh-hien-mau-tinh-nguyen-nam-2022.html\"><img width=\"585\" height=\"360\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/09\/05-1-1-3-585x360.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\/2022\/08\/19\/cc1-to-chuc-chuong-trinh-hien-mau-tinh-nguyen-nam-2022.html\">CC1 ORGANIZED VOLUNTARY BLOOD DONATION PROGRAM IN 2022 <\/a><\/h6><!-- \/.blog-two__title -->     \t\r\n                                    <p>In order to spread the spirit of kindness and sharing with the community, on August 19, 2022, the Trade Union of Construction Corporation No. 1 - JSC (CC1) cooperated with Military Hospital 175 to organize a blood donation program. volunteered at the Corporation Hall with the message &quot;Red drops of blood [\u2026]<\/p>\n                                <div class=\"detail\">\r\n                                    <a href=\"https:\/\/www.cc1.vn\/en\/2022\/08\/19\/cc1-to-chuc-chuong-trinh-hien-mau-tinh-nguyen-nam-2022.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\/3878\/page\/2\">2<\/a><\/li>\n\t<li><a class=\"page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3878\/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\/3878\/page\/10\">10<\/a><\/li>\n\t<li><a class=\"next page-numbers\" href=\"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3878\/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 VIETNAM CONSTRUCTION CONSTRUCTION TRADE LEADERS VISIT AND GIVEN GIFTS TO CC1 EMPLOYEES AT HABITAT BINH DUONG APARTMENT PROJECT ON THE Occasion of the Lunar New Year, January 11, 2023 The delegation of the Vietnam Construction Trade Union led by [\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\/3878"}],"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=3878"}],"version-history":[{"count":19,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3878\/revisions"}],"predecessor-version":[{"id":10002,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/3878\/revisions\/10002"}],"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=3878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}