{"id":163,"date":"2023-06-20T22:12:27","date_gmt":"2023-06-20T22:12:27","guid":{"rendered":"https:\/\/website168.com\/?page_id=163"},"modified":"2026-05-15T22:45:05","modified_gmt":"2026-05-15T14:45:05","slug":"contact","status":"publish","type":"page","link":"https:\/\/website168.com\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"163\" class=\"elementor elementor-163\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0405c70 e-flex e-con-boxed e-con e-parent\" data-id=\"0405c70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fea27d2 elementor-widget elementor-widget-html\" data-id=\"fea27d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Center Contact Icons -->\n<div class=\"center-contact-icons\">\n\n  <!-- WhatsApp -->\n  <a \n    href=\"https:\/\/wa.me\/16467644893?text=What%20is%20your%20question%3F\"\n    class=\"center-contact-icon whatsapp-center\"\n    target=\"_blank\"\n    rel=\"noopener\"\n  >\n    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\">\n    <span>What is your question?<\/span>\n  <\/a>\n\n  <!-- WeChat -->\n  <div class=\"center-contact-icon wechat-center\" onclick=\"openWeChatCenter()\">\n    <img decoding=\"async\" src=\"https:\/\/website168.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-08-at-19.56.46-e1778288939448.jpeg\" alt=\"WeChat\">\n    <span>What is your question?<\/span>\n  <\/div>\n\n  <!-- Call -->\n  <a \n    href=\"tel:16467644893\"\n    class=\"center-contact-icon call-center\"\n  >\n    <div class=\"call-icon\">\u260e<\/div>\n    <span>Call Us<\/span>\n  <\/a>\n\n<\/div>\n\n<!-- WeChat Popup -->\n<div id=\"wechat-center-popup\" class=\"wechat-center-popup\">\n  <div class=\"wechat-center-box\">\n    <button class=\"wechat-close\" onclick=\"closeWeChatCenter()\">\u00d7<\/button>\n    <h3>What is your question?<\/h3>\n    <p>Scan WeChat to contact us<\/p>\n    <img decoding=\"async\" src=\"https:\/\/website168.com\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-08-at-19.56.46-e1778288939448.jpeg\" alt=\"WeChat QR Code\">\n    <strong>WeChat ID: simontong55555<\/strong>\n  <\/div>\n<\/div>\n\n<script>\nfunction openWeChatCenter() {\n  document.getElementById(\"wechat-center-popup\").style.display = \"flex\";\n}\n\nfunction closeWeChatCenter() {\n  document.getElementById(\"wechat-center-popup\").style.display = \"none\";\n}\n<\/script>\n\n<style>\n.center-contact-icons {\n  min-height: 320px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 22px;\n  flex-wrap: wrap;\n  font-family: Arial, sans-serif;\n}\n\n.center-contact-icon {\n  width: 160px;\n  height: 160px;\n  border-radius: 24px;\n  background: #ffffff;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.18);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  text-align: center;\n  text-decoration: none;\n  cursor: pointer;\n  transition: transform 0.2s, box-shadow 0.2s;\n  padding: 18px;\n}\n\n.center-contact-icon:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 14px 38px rgba(0,0,0,0.25);\n}\n\n.center-contact-icon img {\n  width: 58px;\n  height: 58px;\n  object-fit: cover;\n}\n\n.wechat-center img {\n  border-radius: 12px;\n}\n\n.center-contact-icon span {\n  color: #111111;\n  font-size: 15px;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\n.call-icon {\n  width: 58px;\n  height: 58px;\n  border-radius: 50%;\n  background: #2F80ED;\n  color: #ffffff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 30px;\n}\n\n.whatsapp-center {\n  border: 2px solid #25D366;\n}\n\n.wechat-center {\n  border: 2px solid #09B83E;\n}\n\n.call-center {\n  border: 2px solid #2F80ED;\n}\n\n.wechat-center-popup {\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,0.65);\n  z-index: 99999;\n  display: none;\n  align-items: center;\n  justify-content: center;\n  padding: 20px;\n  font-family: Arial, sans-serif;\n}\n\n.wechat-center-box {\n  position: relative;\n  background: #ffffff;\n  width: 300px;\n  padding: 24px;\n  border-radius: 20px;\n  text-align: center;\n  box-shadow: 0 15px 45px rgba(0,0,0,0.35);\n}\n\n.wechat-center-box h3 {\n  margin: 0 0 8px;\n  font-size: 22px;\n  color: #111111;\n}\n\n.wechat-center-box p {\n  margin: 0 0 14px;\n  color: #555555;\n  font-size: 14px;\n}\n\n.wechat-center-box img {\n  width: 190px;\n  height: 190px;\n  object-fit: contain;\n  border-radius: 12px;\n  border: 1px solid #eeeeee;\n  margin-bottom: 12px;\n}\n\n.wechat-center-box strong {\n  display: block;\n  color: #09B83E;\n  font-size: 15px;\n}\n\n.wechat-close {\n  position: absolute;\n  top: 8px;\n  right: 12px;\n  border: none;\n  background: transparent;\n  font-size: 28px;\n  cursor: pointer;\n  color: #333333;\n}\n\n@media (max-width: 768px) {\n  .center-contact-icons {\n    gap: 14px;\n    min-height: 260px;\n  }\n\n  .center-contact-icon {\n    width: 120px;\n    height: 120px;\n    border-radius: 18px;\n    padding: 12px;\n    gap: 9px;\n  }\n\n  .center-contact-icon img,\n  .call-icon {\n    width: 44px;\n    height: 44px;\n  }\n\n  .call-icon {\n    font-size: 24px;\n  }\n\n  .center-contact-icon span {\n    font-size: 12px;\n  }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>What is your question? What is your question? \u260e Call Us \u00d7 What is your question? Scan WeChat to contact us WeChat ID: simontong55555<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-163","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact |<\/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:\/\/website168.com\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact |\" \/>\n<meta property=\"og:description\" content=\"What is your question? What is your question? \u260e Call Us \u00d7 What is your question? Scan WeChat to contact us WeChat ID: simontong55555\" \/>\n<meta property=\"og:url\" content=\"https:\/\/website168.com\/en\/contact\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-15T14:45:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" \/>\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:\\\/\\\/website168.com\\\/contact\\\/\",\"url\":\"https:\\\/\\\/website168.com\\\/contact\\\/\",\"name\":\"Contact |\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/website168.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/website168.com\\\/contact\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/website168.com\\\/contact\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/upload.wikimedia.org\\\/wikipedia\\\/commons\\\/6\\\/6b\\\/WhatsApp.svg\",\"datePublished\":\"2023-06-20T22:12:27+00:00\",\"dateModified\":\"2026-05-15T14:45:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/website168.com\\\/contact\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/website168.com\\\/contact\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/website168.com\\\/contact\\\/#primaryimage\",\"url\":\"https:\\\/\\\/upload.wikimedia.org\\\/wikipedia\\\/commons\\\/6\\\/6b\\\/WhatsApp.svg\",\"contentUrl\":\"https:\\\/\\\/upload.wikimedia.org\\\/wikipedia\\\/commons\\\/6\\\/6b\\\/WhatsApp.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/website168.com\\\/contact\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/website168.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/website168.com\\\/#website\",\"url\":\"https:\\\/\\\/website168.com\\\/\",\"name\":\"Website 168\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/website168.com\\\/#\\\/schema\\\/person\\\/f2306a88d1a4eec457ff86685cf27910\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/website168.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/website168.com\\\/#\\\/schema\\\/person\\\/f2306a88d1a4eec457ff86685cf27910\",\"name\":\"website168\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/website168.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/0d982016-f800-4f14-be37-9d502be49816-e1778363802608.png\",\"url\":\"https:\\\/\\\/website168.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/0d982016-f800-4f14-be37-9d502be49816-e1778363802608.png\",\"contentUrl\":\"https:\\\/\\\/website168.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/0d982016-f800-4f14-be37-9d502be49816-e1778363802608.png\",\"width\":1000,\"height\":259,\"caption\":\"website168\"},\"logo\":{\"@id\":\"https:\\\/\\\/website168.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/0d982016-f800-4f14-be37-9d502be49816-e1778363802608.png\"},\"sameAs\":[\"https:\\\/\\\/website168.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact |","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:\/\/website168.com\/en\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact |","og_description":"What is your question? What is your question? \u260e Call Us \u00d7 What is your question? Scan WeChat to contact us WeChat ID: simontong55555","og_url":"https:\/\/website168.com\/en\/contact\/","article_modified_time":"2026-05-15T14:45:05+00:00","og_image":[{"url":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/website168.com\/contact\/","url":"https:\/\/website168.com\/contact\/","name":"Contact |","isPartOf":{"@id":"https:\/\/website168.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/website168.com\/contact\/#primaryimage"},"image":{"@id":"https:\/\/website168.com\/contact\/#primaryimage"},"thumbnailUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg","datePublished":"2023-06-20T22:12:27+00:00","dateModified":"2026-05-15T14:45:05+00:00","breadcrumb":{"@id":"https:\/\/website168.com\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/website168.com\/contact\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/website168.com\/contact\/#primaryimage","url":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/website168.com\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/website168.com\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/website168.com\/#website","url":"https:\/\/website168.com\/","name":"Website 168","description":"","publisher":{"@id":"https:\/\/website168.com\/#\/schema\/person\/f2306a88d1a4eec457ff86685cf27910"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/website168.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/website168.com\/#\/schema\/person\/f2306a88d1a4eec457ff86685cf27910","name":"website168","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/website168.com\/wp-content\/uploads\/2026\/05\/0d982016-f800-4f14-be37-9d502be49816-e1778363802608.png","url":"https:\/\/website168.com\/wp-content\/uploads\/2026\/05\/0d982016-f800-4f14-be37-9d502be49816-e1778363802608.png","contentUrl":"https:\/\/website168.com\/wp-content\/uploads\/2026\/05\/0d982016-f800-4f14-be37-9d502be49816-e1778363802608.png","width":1000,"height":259,"caption":"website168"},"logo":{"@id":"https:\/\/website168.com\/wp-content\/uploads\/2026\/05\/0d982016-f800-4f14-be37-9d502be49816-e1778363802608.png"},"sameAs":["https:\/\/website168.com"]}]}},"_links":{"self":[{"href":"https:\/\/website168.com\/en\/wp-json\/wp\/v2\/pages\/163","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/website168.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/website168.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/website168.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/website168.com\/en\/wp-json\/wp\/v2\/comments?post=163"}],"version-history":[{"count":190,"href":"https:\/\/website168.com\/en\/wp-json\/wp\/v2\/pages\/163\/revisions"}],"predecessor-version":[{"id":14868,"href":"https:\/\/website168.com\/en\/wp-json\/wp\/v2\/pages\/163\/revisions\/14868"}],"wp:attachment":[{"href":"https:\/\/website168.com\/en\/wp-json\/wp\/v2\/media?parent=163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}