{"id":6720,"date":"2026-03-30T13:16:04","date_gmt":"2026-03-30T13:16:04","guid":{"rendered":"https:\/\/amicorp.com\/our-people\/kenneth-lee\/"},"modified":"2026-04-09T09:37:31","modified_gmt":"2026-04-09T09:37:31","slug":"kenneth-lee","status":"publish","type":"page","link":"https:\/\/amicorp.com\/es\/our-people\/kenneth-lee\/","title":{"rendered":"Kenneth Lee"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=\u00bbstretch_row\u00bb gap=\u00bb35&#8243; content_placement=\u00bbtop\u00bb css=\u00bb.vc_custom_1772553786022{margin-top: 0px !important;margin-bottom: 0px !important;background-color: #DEE5EB !important;}\u00bb tablet_padding_left=\u00bb40&#8243; tablet_padding_right=\u00bb40&#8243;][vc_column][vc_empty_space height=\u00bb20px\u00bb][\/vc_column][\/vc_row][vc_row full_width=\u00bbstretch_row\u00bb gap=\u00bb35&#8243; content_placement=\u00bbtop\u00bb css=\u00bb.vc_custom_1772553786022{margin-top: 0px !important;margin-bottom: 0px !important;background-color: #DEE5EB !important;}\u00bb tablet_padding_left=\u00bb40&#8243; tablet_padding_right=\u00bb40&#8243;][vc_column width=\u00bb1\/3&#8243;][vc_single_image image=\u00bb6721&#8243; img_size=\u00bblarge\u00bb style=\u00bbvc_box_rounded\u00bb css=\u00bb\u00bb][\/vc_column][vc_column width=\u00bb2\/3&#8243;]<div class=\"thegem-te-heading thegem-custom-69f74dd68531e1150\" ><h1 id=\"thegem-heading-69f74dd6852d8\" class=\"thegem-heading thegem-custom-heading-69f74dd6852d33042 title-h2\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #152968;\">Kenneth Lee<\/span><\/h1><style type=\"text\/css\">#thegem-heading-69f74dd6852d8 {margin: 0;}#thegem-heading-69f74dd6852d8 a:hover, #thegem-heading-69f74dd6852d8 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69f74dd6852d33042{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69f74dd6852d33042{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69f74dd6852d33042{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69f74dd6852d33042{position: relative !important;}}<\/style>[vc_column_text css=\u00bb\u00bb]Managing Director[\/vc_column_text][vc_separator color=\u00bbcustom\u00bb css_animation=\u00bbslideInDown\u00bb css=\u00bb\u00bb accent_color=\u00bb#152968&#8243;][vc_empty_space height=\u00bb20px\u00bb][vc_column_text css=\u00bb\u00bb]Kenneth joined Amicorp Group as a Managing Director of the Hong Kong office. Kenneth is a trained accountant and specializes in mergers and acquisitions. Kenneth has extensive experience in many industries, including life sciences, infrastructure, power and utilities, industrial and consumer products, auto, real estate, media, entertainment, technology, oil and gas\/resources, and others, across many geographies.<\/p>\n<p>Kenneth has advised clients of varying sizes and nature in executing their cross-border growth strategies, both inbound into Asia Pacific and outbound to the Americas, Europe, and the rest of the world. He also has considerable knowledge and practical expertise in navigating mainland China, having lived and worked there for ten years.<\/p>\n<p>Kenneth&#8217;s clients include multinationals headquartered in the US, Japan, or Europe and leading Chinese enterprises (private and state-owned) in recent years. In addition to corporates, Kenneth worked with many leading private equity firms, venture capitalists, and international and Chinese-backed venture capitalists.<\/p>\n<p>Aside from M&amp;A-related matters, Kenneth had previously taken up various official named positions of companies, including acting as company secretary and authorized representative for several Hong Kong main board listed companies. Before venturing into the corporate services sector, Kenneth spent about 20 years with a Big 4 accounting firm. In his last role there, he was a Partner with their Transaction Advisory Services Group in Beijing between 2008 and 2018.<\/p>\n<p>Kenneth is a frequent speaker on corporate governance, compliance, mergers and acquisitions workshops, and seminars in Hong Kong and China. He has also written, contributed, and been interviewed for several articles in various mainstream Hong Kong and mainland Chinese newspapers and journals, as well as other industry or association papers\/publications.<\/p>\n<p>Kenneth received his bachelor&#8217;s degree in Commerce from the University of Toronto. He is also a Chartered Financial Analyst (\u00abCFA\u00bb) charter holder and a member of the Hong Kong Institute of Certified Public Accountants (\u00abHKICPA\u00bb) and the American Institute of Certified Public Accountants (\u00abAICPA\u00bb).[\/vc_column_text][vc_empty_space height=\u00bb80px\u00bb]<div class=\"thegem-te-heading thegem-custom-69f74dd6854471318\" ><script type=\"text\/javascript\">(function() {function TheGemHeading() {this.animateClass = 'thegem-heading-animate';this.animatedClass = 'thegem-heading-animated';}TheGemHeading.prototype = {initialize: function () {let items =document.querySelectorAll('.'+this.animateClass);items.forEach((item)=>{if (this.isElementVisible(item)) {this.prepareAnimation(item);this.startAnimation(item);}});if ('ResizeObserver' in window) {const resizeObserver = new ResizeObserver((entries) => {entries.forEach((entry) => {this.prepareAnimation(entry.target);});});items.forEach((item) => {resizeObserver.observe(item);});}if ('IntersectionObserver' in window) {let intersectionObserver = new IntersectionObserver((entries)=>{entries.forEach((entry)=> {if (entry.isIntersecting) {this.startAnimation(entry.target);intersectionObserver.unobserve(entry.target);}});});items.forEach((item)=>{intersectionObserver.observe(item);this.prepareAnimation(item);});} else {items.forEach((item)=>{this.prepareAnimation(item);this.startAnimation(item);});}},isElementVisible: function (element) {let rect= element.getBoundingClientRect(),width= window.innerWidth || document.documentElement.clientWidth,height = window.innerHeight || document.documentElement.clientHeight,efp= (x, y) => document.elementFromPoint(x, y);if (rect.right < 0 || rect.bottom < 0 || rect.left > width || rect.top > height) return false;return (element.contains(efp(rect.left,rect.top)) ||element.contains(efp(rect.right, rect.top)) ||element.contains(efp(rect.right, rect.bottom)) ||element.contains(efp(rect.left,rect.bottom)));},startAnimation: function (element) {if (element && !element.classList.contains(this.animatedClass)) {element.classList.add(this.animatedClass);element.classList.remove(this.animateClass);element.dispatchEvent(new Event('theGemHeading.startAnimation', {bubbles: true}));}},prepareAnimation: function (element) {if (element\/* && !element.isPreparedAnimation*\/) {element.dispatchEvent(new Event('theGemHeading.prepareAnimation', {bubbles: true}));\/*element.isPreparedAnimation = true;*\/}}};window.theGemHeading = new TheGemHeading();document.addEventListener('DOMContentLoaded', function() {window.theGemHeading.initialize();});})();<\/script><div id=\"thegem-heading-69f74dd6853e0\" class=\"thegem-heading thegem-custom-heading-69f74dd6853df6264 title-h6 fade-lr thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"colored\" style=\"color: #152968;\">Contact<\/span><\/div><style type=\"text\/css\">#thegem-heading-69f74dd6853e0 {margin: 0;}#thegem-heading-69f74dd6853e0 {max-width: 580px;}#thegem-heading-69f74dd6853e0 a:hover, #thegem-heading-69f74dd6853e0 a:hover span.colored {color: var(--thegem-to-menu-level1-color-hover, #00BCD4) !important;}<\/style><\/div><style>@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69f74dd6853df6264{display: block!important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69f74dd6853df6264{display: block!important;}}@media screen and (max-width: 1023px) {.thegem-heading.thegem-custom-heading-69f74dd6853df6264{position: relative !important;}}@media screen and (max-width: 767px) {.thegem-heading.thegem-custom-heading-69f74dd6853df6264{position: relative !important;}}<\/style>[vc_separator color=\u00bbcustom\u00bb css_animation=\u00bbslideInDown\u00bb css=\u00bb\u00bb accent_color=\u00bb#152968&#8243;][vc_row_inner equal_height=\u00bbyes\u00bb content_placement=\u00bbmiddle\u00bb gap=\u00bb35&#8243;][vc_column_inner width=\u00bb1\/2&#8243;]<style>.thegem-custom-69f74dd68549a8685 .gem-icon-half-1 {color: #152968;}.thegem-custom-69f74dd68549a8685 .gem-icon-half-2 {color: #152968;}.thegem-custom-69f74dd68549a8685 .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #152968, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.thegem-custom-69f74dd68549a8685 a:hover .gem-infotext-icon .gem-icon-half-1 {color: #152968 !important;}.thegem-custom-69f74dd68549a8685 a:hover .gem-infotext-icon .gem-icon-half-2 {color: #152968 !important;}.thegem-custom-69f74dd68549a8685 a:hover .gem-infotext-icon .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #152968, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.gem-infotext.thegem-custom-69f74dd68549a8685 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-69f74dd68549a8685 .gem-infotext-icon {margin-left:10px !important;}.gem-infotext.thegem-custom-69f74dd68549a8685 .gem-infotext-icon {margin-right:8px !important;}@media screen and (max-width: 1023px) {.gem-infotext.thegem-custom-69f74dd68549a8685 .gem-infotext-icon {margin-left:10px !important;}}@media screen and (max-width: 767px) {.gem-infotext.thegem-custom-69f74dd68549a8685 .gem-infotext-icon {margin-left:5px !important;}}.gem-infotext.thegem-custom-69f74dd68549a8685 .title-customize {color:#152968 !important;}.gem-infotext.thegem-custom-69f74dd68549a8685 .description-customize {color:#152968 !important;}.gem-infotext.thegem-custom-69f74dd68549a8685 a:hover .gem-infotext .description-customize {color:#6F82C1 !important;}<\/style><div class=\"gem-infotext alignment-left wpb_animate_when_almost_visible wpb_fadeInUp fadeInUp thegem-custom-69f74dd68549a8685\" style=\"\"> <a href=\"https:\/\/amicorp.com\/offices\/hong-kong\/\" target=\"_self\" title=\"Hong Kong\" class=\"gem-infotext-wrap position--right vertical--center\" aria-label=\"Leer M\u00e1s\"> <div class=\"gem-infotext-icon\"> <div class=\"gem-icon gem-simple-icon gem-icon-pack-material gem-icon-size-small\"> <div class=\"gem-icon-inner\"><span class=\"gem-icon-half-1\"><span class=\"back-angle\">&#xf14b;<\/span><\/span><span class=\"gem-icon-half-2\"><span class=\"back-angle\">&#xf14b;<\/span><\/span><\/div> <\/div> <\/div> <div class=\"gem-infotext\"> <div class=\"gem-infotext__title\"> <div class=\"title-customize title-h4\" style=\"\"> Hong Kong <\/div> <\/div> <div class=\"gem-infotext__description\"> <div class=\"description-customize text-body-tiny\" style=\"\"> Amicorp Hong Kong Limited <\/div> <\/div> <\/div> <\/a> <\/div>[vc_empty_space height=\u00bb20px\u00bb]<style>.thegem-custom-69f74dd68553b9609 .gem-icon-half-1 {color: #152968;}.thegem-custom-69f74dd68553b9609 .gem-icon-half-2 {color: #152968;}.thegem-custom-69f74dd68553b9609 .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #152968, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.thegem-custom-69f74dd68553b9609 a:hover .gem-infotext-icon .gem-icon-half-1 {color: #152968 !important;}.thegem-custom-69f74dd68553b9609 a:hover .gem-infotext-icon .gem-icon-half-2 {color: #152968 !important;}.thegem-custom-69f74dd68553b9609 a:hover .gem-infotext-icon .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #152968, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.gem-infotext.thegem-custom-69f74dd68553b9609 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-69f74dd68553b9609 .gem-infotext-icon {margin-left:10px !important;}.gem-infotext.thegem-custom-69f74dd68553b9609 .gem-infotext-icon {margin-right:8px !important;}@media screen and (max-width: 1023px) {.gem-infotext.thegem-custom-69f74dd68553b9609 .gem-infotext-icon {margin-left:10px !important;}}@media screen and (max-width: 767px) {.gem-infotext.thegem-custom-69f74dd68553b9609 .gem-infotext-icon {margin-left:5px !important;}}.gem-infotext.thegem-custom-69f74dd68553b9609 .title-customize {color:#152968 !important;}.gem-infotext.thegem-custom-69f74dd68553b9609 .description-customize {color:#152968 !important;}.gem-infotext.thegem-custom-69f74dd68553b9609 a:hover .gem-infotext .description-customize {color:#6F82C1 !important;}<\/style><div class=\"gem-infotext alignment-left wpb_animate_when_almost_visible wpb_fadeInUp fadeInUp thegem-custom-69f74dd68553b9609\" style=\"\"> <a href=\"https:\/\/amicorp.com\/offices\/taiwan\/\" target=\"_self\" title=\"Taiwan\" class=\"gem-infotext-wrap position--right vertical--center\" aria-label=\"Leer M\u00e1s\"> <div class=\"gem-infotext-icon\"> <div class=\"gem-icon gem-simple-icon gem-icon-pack-material gem-icon-size-small\"> <div class=\"gem-icon-inner\"><span class=\"gem-icon-half-1\"><span class=\"back-angle\">&#xf14b;<\/span><\/span><span class=\"gem-icon-half-2\"><span class=\"back-angle\">&#xf14b;<\/span><\/span><\/div> <\/div> <\/div> <div class=\"gem-infotext\"> <div class=\"gem-infotext__title\"> <div class=\"title-customize title-h4\" style=\"\"> Taiwan <\/div> <\/div> <div class=\"gem-infotext__description\"> <div class=\"description-customize text-body-tiny\" style=\"\"> Amicorp Hong Kong Limited \u2013 Taiwan Branch <\/div> <\/div> <\/div> <\/a> <\/div>[\/vc_column_inner][vc_column_inner width=\u00bb1\/2&#8243;]<style>.thegem-custom-69f74dd685594193 .gem-icon-half-1 {color: #152968;}.thegem-custom-69f74dd685594193 .gem-icon-half-2 {color: #152968;}.thegem-custom-69f74dd685594193 .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #152968, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.thegem-custom-69f74dd685594193 a:hover .gem-infotext-icon .gem-icon-half-1 {color: #152968 !important;}.thegem-custom-69f74dd685594193 a:hover .gem-infotext-icon .gem-icon-half-2 {color: #152968 !important;}.thegem-custom-69f74dd685594193 a:hover .gem-infotext-icon .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #152968, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.gem-infotext.thegem-custom-69f74dd685594193 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-69f74dd685594193 .gem-infotext-icon {margin-left:10px !important;}.gem-infotext.thegem-custom-69f74dd685594193 .gem-infotext-icon {margin-right:8px !important;}@media screen and (max-width: 1023px) {.gem-infotext.thegem-custom-69f74dd685594193 .gem-infotext-icon {margin-left:10px !important;}}@media screen and (max-width: 767px) {.gem-infotext.thegem-custom-69f74dd685594193 .gem-infotext-icon {margin-left:5px !important;}}.gem-infotext.thegem-custom-69f74dd685594193 .title-customize {color:#152968 !important;}.gem-infotext.thegem-custom-69f74dd685594193 .description-customize {color:#152968 !important;}.gem-infotext.thegem-custom-69f74dd685594193 a:hover .gem-infotext .description-customize {color:#6F82C1 !important;}<\/style><div class=\"gem-infotext vc_custom_1774876485671 alignment-left wpb_animate_when_almost_visible wpb_fadeInUp fadeInUp thegem-custom-69f74dd685594193\" style=\"\"> <a href=\"mailto:k.lee@amicorp.com\" target=\"_self\" class=\"gem-infotext-wrap position--right vertical--bottom\" aria-label=\"Leer M\u00e1s\"> <div class=\"gem-infotext-icon\"> <div class=\"gem-icon gem-simple-icon gem-icon-pack-thegem-header gem-icon-size-small\"> <div class=\"gem-icon-inner\"><span class=\"gem-icon-half-1\"><span class=\"back-angle\">&#xe9b3;<\/span><\/span><span class=\"gem-icon-half-2\"><span class=\"back-angle\">&#xe9b3;<\/span><\/span><\/div> <\/div> <\/div> <div class=\"gem-infotext\"> <div class=\"gem-infotext__description\"> <div class=\"description-customize text-body-tiny\" style=\"\"> k.lee@amicorp.com <\/div> <\/div> <\/div> <\/a> <\/div>[vc_empty_space height=\u00bb10px\u00bb]<style>.thegem-custom-69f74dd6855fa7181 .gem-icon-half-1 {color: #152968;}.thegem-custom-69f74dd6855fa7181 .gem-icon-half-2 {color: #152968;}.thegem-custom-69f74dd6855fa7181 .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #152968, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.thegem-custom-69f74dd6855fa7181 a:hover .gem-infotext-icon .gem-icon-half-1 {color: #152968 !important;}.thegem-custom-69f74dd6855fa7181 a:hover .gem-infotext-icon .gem-icon-half-2 {color: #152968 !important;}.thegem-custom-69f74dd6855fa7181 a:hover .gem-infotext-icon .gem-icon-style-gradient .back-angle {background: linear-gradient( to bottom, #152968, ); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}.gem-infotext.thegem-custom-69f74dd6855fa7181 .gem-infotext-icon {margin-top:-2px !important;}.gem-infotext.thegem-custom-69f74dd6855fa7181 .gem-infotext-icon {margin-left:10px !important;}.gem-infotext.thegem-custom-69f74dd6855fa7181 .gem-infotext-icon {margin-right:8px !important;}@media screen and (max-width: 1023px) {.gem-infotext.thegem-custom-69f74dd6855fa7181 .gem-infotext-icon {margin-left:10px !important;}}@media screen and (max-width: 767px) {.gem-infotext.thegem-custom-69f74dd6855fa7181 .gem-infotext-icon {margin-left:5px !important;}}.gem-infotext.thegem-custom-69f74dd6855fa7181 .title-customize {color:#152968 !important;}.gem-infotext.thegem-custom-69f74dd6855fa7181 .description-customize {color:#152968 !important;}.gem-infotext.thegem-custom-69f74dd6855fa7181 a:hover .gem-infotext .description-customize {color:#6F82C1 !important;}<\/style><div class=\"gem-infotext vc_custom_1774876504348 alignment-left wpb_animate_when_almost_visible wpb_fadeInUp fadeInUp thegem-custom-69f74dd6855fa7181\" style=\"\"> <a href=\"tel:+85231059882\" target=\"_self\" class=\"gem-infotext-wrap position--right vertical--bottom\" aria-label=\"Leer M\u00e1s\"> <div class=\"gem-infotext-icon\"> <div class=\"gem-icon gem-simple-icon gem-icon-pack-fontawesome gem-icon-size-small\"> <div class=\"gem-icon-inner\"><span class=\"gem-icon-half-1\"><span class=\"back-angle\">&#xf095;<\/span><\/span><span class=\"gem-icon-half-2\"><span class=\"back-angle\">&#xf095;<\/span><\/span><\/div> <\/div> <\/div> <div class=\"gem-infotext\"> <div class=\"gem-infotext__description\"> <div class=\"description-customize text-body-tiny\" style=\"\"> +852 3105 9882 <\/div> <\/div> <\/div> <\/a> <\/div>[\/vc_column_inner][\/vc_row_inner][vc_separator color=\u00bbcustom\u00bb css_animation=\u00bbfadeInUp\u00bb css=\u00bb.vc_custom_1770716392620{padding-top: 10px !important;}\u00bb accent_color=\u00bb#152968&#8243;][\/vc_column][\/vc_row][vc_row full_width=\u00bbstretch_row\u00bb gap=\u00bb35&#8243; content_placement=\u00bbtop\u00bb css=\u00bb.vc_custom_1772553786022{margin-top: 0px !important;margin-bottom: 0px !important;background-color: #DEE5EB !important;}\u00bb tablet_padding_left=\u00bb40&#8243; tablet_padding_right=\u00bb40&#8243;][vc_column][vc_empty_space height=\u00bb80px\u00bb][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=\u00bbstretch_row\u00bb gap=\u00bb35&#8243; content_placement=\u00bbtop\u00bb css=\u00bb.vc_custom_1772553786022{margin-top: 0px !important;margin-bottom: 0px !important;background-color: #DEE5EB !important;}\u00bb tablet_padding_left=\u00bb40&#8243; tablet_padding_right=\u00bb40&#8243;][vc_column][vc_empty_space height=\u00bb20px\u00bb][\/vc_column][\/vc_row][vc_row full_width=\u00bbstretch_row\u00bb gap=\u00bb35&#8243; content_placement=\u00bbtop\u00bb css=\u00bb.vc_custom_1772553786022{margin-top: 0px !important;margin-bottom:&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":6605,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6720","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/pages\/6720","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/comments?post=6720"}],"version-history":[{"count":2,"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/pages\/6720\/revisions"}],"predecessor-version":[{"id":6769,"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/pages\/6720\/revisions\/6769"}],"up":[{"embeddable":true,"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/pages\/6605"}],"wp:attachment":[{"href":"https:\/\/amicorp.com\/es\/wp-json\/wp\/v2\/media?parent=6720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}