{"id":377,"date":"2026-01-20T16:00:02","date_gmt":"2026-01-20T09:00:02","guid":{"rendered":"https:\/\/fundgo.vn\/?page_id=377"},"modified":"2026-01-22T22:44:29","modified_gmt":"2026-01-22T15:44:29","slug":"lien-he","status":"publish","type":"page","link":"https:\/\/fundgo.vn\/en\/lien-he\/","title":{"rendered":"Contact"},"content":{"rendered":"<!doctype html>\n<html lang=\"vi\">\n  <head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <title>Li\u00ean h\u1ec7 &#8211; FundGo<\/title>\n    <link\n      href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;600;700&#038;display=swap\"\n      rel=\"stylesheet\"\n    \/>\n    <link\n      rel=\"stylesheet\"\n      href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\n    \/>\n    <link rel=\"stylesheet\" href=\"style.css\" \/>\n  <\/head>\n  <style>\n    \/* RESET & BASE STYLES *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    :root {\n      --gold: #c19e5e;\n      --dark-bg: #111111;\n      --dark-card: #1a1a1a;\n      --text-light: #ffffff;\n      --text-gray: #aaaaaa;\n      --transition: all 0.3s ease;\n    }\n\n    body {\n      font-family: \"Montserrat\", sans-serif;\n      line-height: 1.6;\n      color: var(--text-light);\n      background-color: #000;\n    }\n\n    .container {\n      max-width: 1080px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n    .banner-title{\ncolor: white;\n}\n.banner-text{\ncolor: white;\n} \n    .grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 50px;\n    }\n\n    .section-title {\n      font-size: 2rem;\n      color: var(--gold);\n      margin-bottom: 25px;\n      text-transform: uppercase;\n    }\n\n    .section-title.centered {\n      text-align: center;\n      margin-bottom: 50px;\n    }\n\n    \/* BUTTONS *\/\n    .btn {\n      display: inline-block;\n      padding: 12px 30px;\n      border-radius: 5px;\n      text-decoration: none;\n      font-weight: 600;\n      transition: var(--transition);\n      cursor: pointer;\n      font-size: 0.9rem;\n    }\n\n    .btn-gold {\n      background-color: var(--gold);\n      color: #000;\n      border: 2px solid var(--gold);\n    }\n\n    .btn-gold:hover {\n      background-color: transparent;\n      color: var(--gold);\n    }\n\n    .btn-outline {\n      border: 2px solid var(--gold);\n      color: var(--gold);\n    }\n\n    .btn-outline:hover {\n      background-color: var(--gold);\n      color: #000;\n    }\n\n    .full-width {\n      width: 100%;\n    }\n\n    \/* HERO SECTION *\/\n    .hero-section {\n      padding: 100px 0;\n      background:\n        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),\n        url(\"https:\/\/fundgo.vn\/wp-content\/uploads\/2026\/01\/photo-1486406146926-c627a92ad1ab-scaled.jpg\")\n          center\/cover;\n      text-align: center;\n      border-bottom: 3px solid var(--gold);\n    }\n\n    .hero-section h1 {\n      font-size: 3rem;\n      margin-bottom: 20px;\n    }\n\n    .hero-section p {\n      font-size: 1.1rem;\n      max-width: 700px;\n      margin: 0 auto 30px;\n      color: var(--text-gray);\n    }\n\n    .hero-btns .btn {\n      margin: 10px;\n    }\n\n    \/* CONTACT INFO GRID *\/\n    .contact-info-grid {\n      padding: 80px 0;\n      background: var(--dark-bg);\n    }\n\n    .contact-info-grid .container {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(250px, 1fr));\n      gap: 30px;\n    }\n\n    .info-card {\n      background: var(--dark-card);\n      padding: 40px 20px;\n      text-align: center;\n      border: 1px solid #333;\n      transition: var(--transition);\n    }\n\n    .info-card:hover {\n      border-color: var(--gold);\n      transform: translateY(-5px);\n    }\n\n    .info-card i {\n      font-size: 2.5rem;\n      color: var(--gold);\n      margin-bottom: 20px;\n    }\n\n    .info-card h3 {\n      margin-bottom: 15px;\n      color: var(--gold);\n    }\n\n    .info-card p {\n      font-size: 0.9rem;\n      color: var(--text-gray);\n    }\n\n    .social-links a {\n      color: var(--gold);\n      margin: 0 10px;\n      font-size: 1.2rem;\n    }\n\n    \/* FORM SECTION *\/\n    .form-section {\n      padding: 100px 0;\n      background: #000;\n    }\n\n    .input-group {\n      margin-bottom: 20px;\n    }\n\n    input,\n    select,\n    textarea {\n      width: 100%;\n      padding: 15px;\n      background: var(--dark-card);\n      border: 1px solid #333;\n      color: #fff;\n      border-radius: 4px;\n      outline: none;\n    }\n\n    input:focus,\n    textarea:focus {\n      border-color: var(--gold);\n    }\n\n    \/* OFFICE SECTION *\/\n    .office-section {\n      padding: 100px 0;\n      background: var(--dark-bg);\n    }\n\n    .office-item {\n      padding: 15px 0;\n      border-bottom: 1px solid #333;\n    }\n\n    .office-item h4 {\n      color: var(--gold);\n      margin-bottom: 5px;\n    }\n\n    .office-item p {\n      font-size: 0.85rem;\n      color: var(--text-gray);\n    }\n\n    \/* FAQ SECTION *\/\n    .faq-section {\n      padding: 80px 0;\n    }\n\n    .faq-item {\n      background: var(--dark-card);\n      margin-bottom: 15px;\n      border-radius: 5px;\n    }\n\n    summary {\n      padding: 20px;\n      cursor: pointer;\n      font-weight: 600;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    summary::-webkit-details-marker {\n      display: none;\n    }\n\n    details p {\n      padding: 0 20px 20px;\n      color: var(--text-gray);\n    }\n\n    \/* CTA BOTTOM *\/\n    .cta-bottom {\n      padding: 80px 0;\n      text-align: center;\n      background: linear-gradient(45deg, #1a1a1a, #000);\n      border-top: 1px solid var(--gold);\n    }\n\n    \/* FOOTER *\/\n    .main-footer {\n      padding: 30px 0;\n      background: #000;\n      text-align: center;\n      border-top: 1px solid #222;\n      color: var(--text-gray);\n      font-size: 0.8rem;\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) {\n      .grid-2 {\n        grid-template-columns: 1fr;\n      }\n      .hero-section h1 {\n        font-size: 2rem;\n      }\n          .contact-info-grid .container {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 30px;\n    }\n    }\n  <\/style>\n  <body>\n    <section class=\"hero-section\">\n      <div class=\"container\">\n        <h1 class=\"banner-title\">LI\u00caN H\u1ec6 FUNDGO<\/h1>\n        <p class=\"banner-text\">\n          Ch\u00fang t\u00f4i s\u1eb5n s\u00e0ng \u0111\u1ed3ng h\u00e0nh c\u00f9ng doanh nghi\u1ec7p, nh\u00e0 \u0111\u1ea7u t\u01b0 v\u00e0 \u0111\u1ed1i t\u00e1c\n          tr\u00ean h\u00e0nh tr\u00ecnh k\u1ebft n\u1ed1i v\u1ed1n &#038; t\u0103ng tr\u01b0\u1edfng b\u1ec1n v\u1eefng.\n        <\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"contact-info-grid\">\n      <div class=\"container\">\n        <div class=\"info-card\">\n          <i class=\"fas fa-map-marker-alt\"><\/i>\n          <h3>Tr\u1ee5 s\u1edf ch\u00ednh<\/h3>\n          <p>S\u1ed1 81 Nguy\u1ec5n Hi\u1ec1n, Khu d\u00e2n c\u01b0 91B, Ph\u01b0\u1eddng T\u00e2n An, Tp.C\u1ea7n Th\u01a1<\/p>\n        <\/div>\n        <div class=\"info-card\">\n          <i class=\"fas fa-phone-alt\"><\/i>\n          <h3>Hotline<\/h3>\n          <p>0292 3636 079<br \/>Th\u1ee9 2 &#8211; Th\u1ee9 7 (8:00 &#8211; 17:30)<\/p>\n        <\/div>\n        <div class=\"info-card\">\n          <i class=\"fas fa-envelope\"><\/i>\n          <h3>Email<\/h3>\n          <p>info@fundgo.network<\/p>\n        <\/div>\n        <div class=\"info-card\">\n          <i class=\"fas fa-share-alt\"><\/i>\n          <h3>M\u1ea1ng x\u00e3 h\u1ed9i<\/h3>\n          <div class=\"social-links\">\n            <a\n              href=\"https:\/\/www.facebook.com\/fundgovietnam?locale=vi_VN\"\n              target=\"_blank\"\n              ><i class=\"fab fa-facebook-f\"><\/i\n><\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"office-section\">\n      <div class=\"container\">\n        <h2 class=\"section-title centered\">H\u1ec7 th\u1ed1ng v\u0103n ph\u00f2ng FundGo<\/h2>\n        <div class=\"grid-2\">\n          <div class=\"map-container\">\n            <iframe\n              src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3928.9155156598786!2d105.75215487422462!3d10.023830447081531!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31a089201ee27613%3A0xc59cfbf0c3f401b3!2zVMOyYSBuaMOgIFF14bu5IMSR4bqndSB0xrAgS2jhu59pIG5naGnhu4dwIFPDoW5nIHThuqFvIEZVTkRHTw!5e0!3m2!1svi!2s!4v1769075400068!5m2!1svi!2s\"\n              width=\"100%\"\n              height=\"450\"\n              style=\"border: 0\"\n              allowfullscreen=\"\"\n              loading=\"lazy\"\n              referrerpolicy=\"no-referrer-when-downgrade\"\n            ><\/iframe>\n          <\/div>\n          <div class=\"office-list\">\n            <div class=\"office-item\">\n              <h4>Tr\u1ee5 s\u1edf Th\u00e0nh Ph\u1ed1 C\u1ea7n Th\u01a1<\/h4>\n              <p>\n                S\u1ed1 81 Nguy\u1ec5n Hi\u1ec1n, Khu d\u00e2n c\u01b0 91B, Ph\u01b0\u1eddng T\u00e2n An, Tp.C\u1ea7n Th\u01a1\n              <\/p>\n            <\/div>\n            <div class=\"office-item\">\n              <h4>V\u0103n ph\u00f2ng Th\u00e0nh Ph\u1ed1 \u0110\u00e0 N\u1eb5ng<\/h4>\n              <p>\n                T\u1ea7ng 16 to\u00e0 nh\u00e0 Misa &#8211; 188 \u0111\u01b0\u1eddng 30 Th\u00e1ng 4, Ph\u01b0\u1eddng H\u00f2a C\u01b0\u1eddng,\n                Tp.\u0110\u00e0 N\u1eb5ng\n              <\/p>\n            <\/div>\n            <div class=\"office-item\">\n              <h4>V\u0103n ph\u00f2ng Th\u00e0nh Ph\u1ed1 H\u00e0 N\u1ed9i<\/h4>\n              <p>\n                T\u1ea7ng 3, T\u00f2a nh\u00e0 SME Ho\u00e0ng Gia, Ph\u1ed1 C\u1ea7u \u0110\u01a1, Ph\u01b0\u1eddng H\u00e0 \u0110\u00f4ng S\u1ed1 109\n                \u0110\u01b0\u1eddng Nguy\u1ec5n Tu\u00e2n, Ph\u01b0\u1eddng Thanh Xu\u00e2n, Tp. H\u00e0 N\u1ed9i\n              <\/p>\n            <\/div>\n            <div class=\"office-item\">\n              <h4>V\u0103n ph\u00f2ng Th\u00e0nh Ph\u1ed1 HCM<\/h4>\n              <p>\n                T\u1ea7ng 5 &#8211; T\u00f2a nh\u00e0 Financiat Building, s\u1ed1 34 B\u1ea1ch \u0110\u1eb1ng, Ph\u01b0\u1eddng T\u00e2n\n                S\u01a1n Ho\u0300a, Tp. H\u1ed3 Ch\u00ed Minh\n              <\/p>\n            <\/div>\n            <div class=\"office-item\">\n              <h4>V\u0103n ph\u00f2ng Australia<\/h4>\n              <p>\n                Suite 886, 100 GEORGE STREET, PARRAMATTA NSW 2150, Australia\n              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-377","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.1 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Li\u00ean h\u1ec7 - FUNDGO AI Center<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fundgo.vn\/en\/lien-he\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Li\u00ean h\u1ec7\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fundgo.vn\/en\/lien-he\/\" \/>\n<meta property=\"og:site_name\" content=\"FUNDGO AI Center\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-22T15:44:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fundgo.vn\/wp-content\/uploads\/2026\/01\/FUNDGO-1024x576.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fundgo.vn\/lien-he\/\",\"url\":\"https:\/\/fundgo.vn\/lien-he\/\",\"name\":\"Li\u00ean h\u1ec7 - FUNDGO AI Center\",\"isPartOf\":{\"@id\":\"https:\/\/fundgo.vn\/#website\"},\"datePublished\":\"2026-01-20T09:00:02+00:00\",\"dateModified\":\"2026-01-22T15:44:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fundgo.vn\/lien-he\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fundgo.vn\/lien-he\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fundgo.vn\/lien-he\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Trang ch\u1ee7\",\"item\":\"https:\/\/fundgo.vn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Li\u00ean h\u1ec7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fundgo.vn\/#website\",\"url\":\"https:\/\/fundgo.vn\/\",\"name\":\"Fundgo VN\",\"description\":\"\u1ee8ng d\u1ee5ng AI \u2013 \u0110\u1ed3ng h\u00e0nh c\u00f9ng t\u01b0\u01a1ng lai\",\"publisher\":{\"@id\":\"https:\/\/fundgo.vn\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fundgo.vn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fundgo.vn\/#organization\",\"name\":\"Fundgo VN\",\"url\":\"https:\/\/fundgo.vn\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fundgo.vn\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fundgo.vn\/wp-content\/uploads\/2024\/05\/logo.svg\",\"contentUrl\":\"https:\/\/fundgo.vn\/wp-content\/uploads\/2024\/05\/logo.svg\",\"width\":99,\"height\":110,\"caption\":\"Fundgo VN\"},\"image\":{\"@id\":\"https:\/\/fundgo.vn\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Li\u00ean h\u1ec7 - FUNDGO AI Center","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fundgo.vn\/en\/lien-he\/","og_locale":"en_US","og_type":"article","og_title":"Li\u00ean h\u1ec7","og_url":"https:\/\/fundgo.vn\/en\/lien-he\/","og_site_name":"FUNDGO AI Center","article_modified_time":"2026-01-22T15:44:29+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/fundgo.vn\/wp-content\/uploads\/2026\/01\/FUNDGO-1024x576.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fundgo.vn\/lien-he\/","url":"https:\/\/fundgo.vn\/lien-he\/","name":"Li\u00ean h\u1ec7 - FUNDGO AI Center","isPartOf":{"@id":"https:\/\/fundgo.vn\/#website"},"datePublished":"2026-01-20T09:00:02+00:00","dateModified":"2026-01-22T15:44:29+00:00","breadcrumb":{"@id":"https:\/\/fundgo.vn\/lien-he\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fundgo.vn\/lien-he\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fundgo.vn\/lien-he\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Trang ch\u1ee7","item":"https:\/\/fundgo.vn\/"},{"@type":"ListItem","position":2,"name":"Li\u00ean h\u1ec7"}]},{"@type":"WebSite","@id":"https:\/\/fundgo.vn\/#website","url":"https:\/\/fundgo.vn\/","name":"Fundgo VN","description":"\u1ee8ng d\u1ee5ng AI \u2013 \u0110\u1ed3ng h\u00e0nh c\u00f9ng t\u01b0\u01a1ng lai","publisher":{"@id":"https:\/\/fundgo.vn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fundgo.vn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fundgo.vn\/#organization","name":"Fundgo VN","url":"https:\/\/fundgo.vn\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fundgo.vn\/#\/schema\/logo\/image\/","url":"https:\/\/fundgo.vn\/wp-content\/uploads\/2024\/05\/logo.svg","contentUrl":"https:\/\/fundgo.vn\/wp-content\/uploads\/2024\/05\/logo.svg","width":99,"height":110,"caption":"Fundgo VN"},"image":{"@id":"https:\/\/fundgo.vn\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/fundgo.vn\/en\/wp-json\/wp\/v2\/pages\/377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fundgo.vn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fundgo.vn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fundgo.vn\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/fundgo.vn\/en\/wp-json\/wp\/v2\/comments?post=377"}],"version-history":[{"count":5,"href":"https:\/\/fundgo.vn\/en\/wp-json\/wp\/v2\/pages\/377\/revisions"}],"predecessor-version":[{"id":520,"href":"https:\/\/fundgo.vn\/en\/wp-json\/wp\/v2\/pages\/377\/revisions\/520"}],"wp:attachment":[{"href":"https:\/\/fundgo.vn\/en\/wp-json\/wp\/v2\/media?parent=377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}