{"id":2438,"date":"2022-04-30T02:35:46","date_gmt":"2022-04-30T02:35:46","guid":{"rendered":"https:\/\/d.cc1.vn\/?page_id=2438"},"modified":"2025-10-31T10:42:54","modified_gmt":"2025-10-31T03:42:54","slug":"doi-ngu-nhan-su","status":"publish","type":"page","link":"https:\/\/www.cc1.vn\/en\/gioi-thieu-cc1\/doi-ngu-nhan-su.html","title":{"rendered":"Key People"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2438\" class=\"elementor elementor-2438\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c959f23 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c959f23\" 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-f465fb8\" data-id=\"f465fb8\" 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-2919122 elementor-widget elementor-widget-cc1_page_menu\" data-id=\"2919122\" 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\/gioi-thieu-cc1\/tong-quan.html\">Overview<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item\"><a href=\"https:\/\/www.cc1.vn\/en\/gioi-thieu-cc1\/lich-su-phat-trien.html\">Milestones<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item\"><a href=\"https:\/\/www.cc1.vn\/en\/thanh-vien\/cong-ty-thanh-vien.html\">Member Companies<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item active\"><a href=\"https:\/\/www.cc1.vn\/en\/gioi-thieu-cc1\/doi-ngu-nhan-su.html\">Key People<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item\"><a href=\"https:\/\/www.cc1.vn\/en\/gioi-thieu-cc1\/so-do-to-chuc.html\">Organizational Chart<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item\"><a href=\"https:\/\/www.cc1.vn\/en\/thanh-vien\/ban-dieu-hanh-ban-quan-ly.html\">Project Management<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item\"><a href=\"https:\/\/www.cc1.vn\/en\/gioi-thieu-cc1\/thanh-tich-chung-chi.html\">Awards<\/a><\/li>\r\n                                                    <li class=\"pagemenu-item\"><a href=\"https:\/\/www.cc1.vn\/en\/tam-nhin-su-menh.html\">Vision, mission<\/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\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-b7649de elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b7649de\" 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-dc21e6c\" data-id=\"dc21e6c\" 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-6f2aa8d elementor-widget elementor-widget-heading\" data-id=\"6f2aa8d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BOARD OF DIRECTORS<\/h2>\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-0f2a148 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0f2a148\" 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-7794685\" data-id=\"7794685\" 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-7cbe6e0 text-center elementor-widget elementor-widget-cc1_team\" data-id=\"7cbe6e0\" data-element_type=\"widget\" data-widget_type=\"cc1_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        \r\n        <section class=\"team-one\">\r\n            <div class=\"header\">\r\n                <div class=\"team-one__block\">\r\n                    <div class=\"block-title\">\r\n                        <h2 class=\"team-title__title mt-20\"><\/h2><!-- \/.block-title__title -->\r\n                        <p class=\"block-title__text\"><\/p><!-- \/.block-title__text --> \r\n                    <\/div><!-- \/.block-title -->\r\n                <\/div><!-- \/.tea4-one__block -->\r\n            <\/div>\r\n            <div class=\"row no-gutters\">\r\n                                    <div class=\"modal fade dialog_team dialog_team_14485\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"2000\" height=\"3001\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/04\/Ong-Phan-Huu-Duy-Quoc-CT-HDQT-CC1-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Phan Huu Duy Quoc<\/h3>\r\n                                        <div class=\"team-one__designation\">Chairman of the Board<\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_14485\">\r\n                                    <img width=\"2000\" height=\"3001\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/04\/Ong-Phan-Huu-Duy-Quoc-CT-HDQT-CC1-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_14485\">Mr. Phan Huu Duy Quoc<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Chairman of the Board<\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                    <\/div><!-- \/.container -->\r\n        <\/section><!-- \/.team-one -->\r\n\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b32e7d2 text-center elementor-widget elementor-widget-cc1_team\" data-id=\"b32e7d2\" data-element_type=\"widget\" data-widget_type=\"cc1_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        \r\n        <section class=\"team-one\">\r\n            <div class=\"header\">\r\n                <div class=\"team-one__block\">\r\n                    <div class=\"block-title\">\r\n                        <h2 class=\"team-title__title mt-20\"><\/h2><!-- \/.block-title__title -->\r\n                        <p class=\"block-title__text\"><\/p><!-- \/.block-title__text --> \r\n                    <\/div><!-- \/.block-title -->\r\n                <\/div><!-- \/.tea4-one__block -->\r\n            <\/div>\r\n            <div class=\"row no-gutters\">\r\n                                    <div class=\"modal fade dialog_team dialog_team_11585\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"2000\" height=\"2999\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/05\/Ong-Le-Bao-Anh-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Le Bao Anh<\/h3>\r\n                                        <div class=\"team-one__designation\">Vice Chairman of the BOD<\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_11585\">\r\n                                    <img width=\"2000\" height=\"2999\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/05\/Ong-Le-Bao-Anh-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_11585\">Mr. Le Bao Anh<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Vice Chairman of the BOD<\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                            <div class=\"modal fade dialog_team dialog_team_4005\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"2000\" height=\"3000\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/02\/Ong-Nguyen-Van-Ngoc-new-1-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Nguyen Van Ngoc<\/h3>\r\n                                        <div class=\"team-one__designation\">Vice Chairman of the BOD and Member of the Audit Committee <\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_4005\">\r\n                                    <img width=\"2000\" height=\"3000\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/02\/Ong-Nguyen-Van-Ngoc-new-1-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_4005\">Mr. Nguyen Van Ngoc<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Vice Chairman of the BOD and Member of the Audit Committee <\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                            <div class=\"modal fade dialog_team dialog_team_3114\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"2000\" height=\"2999\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/07\/Ong-Nguyen-Thanh-Vinh-KHONG-NEN-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Nguyen Thanh Vinh<\/h3>\r\n                                        <div class=\"team-one__designation\">Non-executive Director cum Chairman of the Audit Committee<\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_3114\">\r\n                                    <img width=\"2000\" height=\"2999\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/07\/Ong-Nguyen-Thanh-Vinh-KHONG-NEN-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_3114\">Mr. Nguyen Thanh Vinh<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Non-executive Director cum Chairman of the Audit Committee<\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                            <div class=\"modal fade dialog_team dialog_team_20208\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"1707\" height=\"2560\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/02\/image-4.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Tran Huu Phong<\/h3>\r\n                                        <div class=\"team-one__designation\">Member of Board of Directors<\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_20208\">\r\n                                    <img width=\"1707\" height=\"2560\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2026\/02\/image-4.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_20208\">Mr. Tran Huu Phong<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Member of Board of Directors<\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                    <\/div><!-- \/.container -->\r\n        <\/section><!-- \/.team-one -->\r\n\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-4ae1da1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4ae1da1\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-52fe987\" data-id=\"52fe987\" 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\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-75a00f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"75a00f7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-5c906d0 container\" data-id=\"5c906d0\" 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-bd84b62 elementor-widget elementor-widget-heading\" data-id=\"bd84b62\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">BOARD OF GENERAL DIRECTOR<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db4953e text-center elementor-widget elementor-widget-cc1_team\" data-id=\"db4953e\" data-element_type=\"widget\" data-widget_type=\"cc1_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        \r\n        <section class=\"team-one\">\r\n            <div class=\"header\">\r\n                <div class=\"team-one__block\">\r\n                    <div class=\"block-title\">\r\n                        <h2 class=\"team-title__title mt-20\"><\/h2><!-- \/.block-title__title -->\r\n                        <p class=\"block-title__text\"><\/p><!-- \/.block-title__text --> \r\n                    <\/div><!-- \/.block-title -->\r\n                <\/div><!-- \/.tea4-one__block -->\r\n            <\/div>\r\n            <div class=\"row no-gutters\">\r\n                                    <div class=\"modal fade dialog_team dialog_team_3998\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"2000\" height=\"2999\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/05\/Ong-Le-Bao-Anh-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Le Bao Anh<\/h3>\r\n                                        <div class=\"team-one__designation\">General Director<\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\">Mr. Le Bao Anh graduated from University with a major in Civil Engineering and has been in CC1 for 16 years now. With the starting point of being a technical officer in the Project Management Department, with his ability and experience, he was trusted and appointed by the Corporation as Assistant General Director, Head of Investment Department and appointed as Deputy General Director of the Corporation. General Manager since December 2020.<\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_3998\">\r\n                                    <img width=\"2000\" height=\"2999\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2022\/05\/Ong-Le-Bao-Anh-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_3998\">Mr. Le Bao Anh<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">General Director<\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                    <\/div><!-- \/.container -->\r\n        <\/section><!-- \/.team-one -->\r\n\r\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19c84e8 text-center pho-tong-giam-doc1 elementor-widget elementor-widget-cc1_team\" data-id=\"19c84e8\" data-element_type=\"widget\" data-widget_type=\"cc1_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        \r\n        <section class=\"team-one\">\r\n            <div class=\"header\">\r\n                <div class=\"team-one__block\">\r\n                    <div class=\"block-title\">\r\n                        <h2 class=\"team-title__title mt-20\"><\/h2><!-- \/.block-title__title -->\r\n                        <p class=\"block-title__text\"><\/p><!-- \/.block-title__text --> \r\n                    <\/div><!-- \/.block-title -->\r\n                <\/div><!-- \/.tea4-one__block -->\r\n            <\/div>\r\n            <div class=\"row no-gutters\">\r\n                                    <div class=\"modal fade dialog_team dialog_team_10100\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"2000\" height=\"3001\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/Ong-Dinh-Van-Hung-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Dinh Van Hung<\/h3>\r\n                                        <div class=\"team-one__designation\">Deputy General Director <\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_10100\">\r\n                                    <img width=\"2000\" height=\"3001\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2023\/01\/Ong-Dinh-Van-Hung-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_10100\">Mr. Dinh Van Hung<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Deputy General Director <\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                            <div class=\"modal fade dialog_team dialog_team_16111\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"2000\" height=\"3000\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/12\/ANH-PHAM-LE-HAO-PTGD-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Pham Le Hao<\/h3>\r\n                                        <div class=\"team-one__designation\">Deputy General Director<\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_16111\">\r\n                                    <img width=\"2000\" height=\"3000\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2024\/12\/ANH-PHAM-LE-HAO-PTGD-KHONG-NEN.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_16111\">Mr. Pham Le Hao<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Deputy General Director<\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                            <div class=\"modal fade dialog_team dialog_team_18646\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"2000\" height=\"2999\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2025\/09\/PTDG-HOANG-TRUNG-THANH-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"PTDG HOANG TRUNG THANH\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">Mr. Hoang Trung Thanh<\/h3>\r\n                                        <div class=\"team-one__designation\">Deputy General Director<\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_18646\">\r\n                                    <img width=\"2000\" height=\"2999\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2025\/09\/PTDG-HOANG-TRUNG-THANH-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"PTDG HOANG TRUNG THANH\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_18646\">Mr. Hoang Trung Thanh<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Deputy General Director<\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                            <div class=\"modal fade dialog_team dialog_team_19351\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">\r\n                        <div class=\"modal-dialog modal-lg\">\r\n                            <div class=\"modal-content\">\r\n                            <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n                            <span aria-hidden=\"true\">\u00d7<\/span>\r\n                            <\/button>\r\n                                <div class=\"team-large row\">\r\n                                    <div class=\"col-md-6 col-sm-12 team-image-large text-center\">\r\n                                        <img width=\"874\" height=\"1312\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2025\/10\/PTGD-LE-VIET-HOAI-01.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                    <\/div>\r\n                                    <div class=\"col-md-6 col-sm-12 team-description-large\">\r\n                                        <h3 class=\"team-one__title\">MR. LE VIET HOAI<\/h3>\r\n                                        <div class=\"team-one__designation\">Deputy General Director<\/div>\r\n                                        <hr class=\"line-description-team\"\/>\r\n                                        <div class=\"team-description\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-19352\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2025\/10\/PTGD-LE-VIET-HOAI-01.png\" alt=\"\" width=\"874\" height=\"1312\" \/><\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                                            <div class=\"team_item col-lg-3  col-md-6 col-sm-12\">\r\n                            <div class=\"team-one__single\">\r\n                                <div class=\"team-one__image\" data-toggle=\"modal\" data-target=\".dialog_team_19351\">\r\n                                    <img width=\"874\" height=\"1312\" src=\"https:\/\/www.cc1.vn\/wp-content\/uploads\/2025\/10\/PTGD-LE-VIET-HOAI-01.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" loading=\"lazy\" \/>                                <\/div>\r\n                                <div class=\"team-one__content\">\r\n                                    <h3 class=\"team-one__title\" data-toggle=\"modal\" data-target=\".dialog_team_19351\">MR. LE VIET HOAI<\/h3><!-- \/.team-one__title -->\r\n                                    <div class=\"team-one__designation\">Deputy General Director<\/div><!-- \/.team-one__designation -->\r\n                                <\/div><!-- \/.team-one__content -->\r\n                            <\/div><!-- \/.team-one__single -->\r\n                        <\/div><!-- \/.col-lg-4 -->\r\n                                    <\/div><!-- \/.container -->\r\n        <\/section><!-- \/.team-one -->\r\n\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>Overview Development history Member companies Human resources Organizational chart Executive board \/ Management board Achievements, certificates Vision - Mission BOARD OF DIRECTORS \u00d7 Mr. Phan Huu Duy Quoc Chairman of the Board of Directors Mr. Phan Huu Duy Quoc Chairman of the Board of Directors [\u2026]<\/p>","protected":false},"author":1,"featured_media":0,"parent":138,"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\/2438"}],"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=2438"}],"version-history":[{"count":227,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/2438\/revisions"}],"predecessor-version":[{"id":19356,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/2438\/revisions\/19356"}],"up":[{"embeddable":true,"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/pages\/138"}],"wp:attachment":[{"href":"https:\/\/www.cc1.vn\/en\/wp-json\/wp\/v2\/media?parent=2438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}