{"id":2850,"date":"2025-07-02T09:02:30","date_gmt":"2025-07-02T02:02:30","guid":{"rendered":"https:\/\/demo-xbankvn.deltalabsjsc.com\/?page_id=2850"},"modified":"2025-11-11T10:13:14","modified_gmt":"2025-11-11T03:13:14","slug":"news","status":"publish","type":"page","link":"https:\/\/xbankapp.vn\/en\/news\/","title":{"rendered":"News"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2850\" class=\"elementor elementor-2850\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a725b49 e-flex e-con-boxed e-con e-parent\" data-id=\"a725b49\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7bf11dc e-con-full e-flex e-con e-child\" data-id=\"7bf11dc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b8b1e2c e-con-full e-flex e-con e-child\" data-id=\"b8b1e2c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9dae28b elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9dae28b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Welcome to<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e96f97 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9e96f97\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">xBank Newsroom<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-416f448 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"416f448\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Get the latest news, press information and media updates. For press enquiries and additional information please reach out to the xBank PR Team.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-28577ba e-flex e-con-boxed e-con e-parent\" data-id=\"28577ba\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47d0b46 ct__category_text elementor-widget elementor-widget-heading\" data-id=\"47d0b46\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Category<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f8e823 elementor-widget elementor-widget-html\" data-id=\"5f8e823\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\nfunction ct__moveCategoryToTabs() {\n  const tabContainer = document.querySelector('.ct__tab');\n\n  if (!tabContainer) {\n    return;\n  }\n\n  const tabsHeading = tabContainer.querySelector('.e-n-tabs-heading');\n  if (!tabsHeading) {\n    return;\n  }\n\n  const categoryElement = document.querySelector('.ct__category_text');\n  if (!categoryElement) {\n    return;\n  }\n\n  const existingCategoryButton = tabsHeading.querySelector('.ct__category_button');\n  if (existingCategoryButton) {\n    return;\n  }\n\n  const categoryButton = document.createElement('button');\n  categoryButton.className = 'e-n-tab-title ct__category_button';\n  categoryButton.style.setProperty('--n-tabs-title-order', '0');\n  categoryButton.style.setProperty('background', 'transparent', 'important');\n  categoryButton.setAttribute('role', 'tab');\n  categoryButton.setAttribute('tabindex', '-1');\n  categoryButton.setAttribute('aria-selected', 'false');\n  const clonedCategory = categoryElement.cloneNode(true);\n  categoryButton.appendChild(clonedCategory);\n  tabsHeading.insertBefore(categoryButton, tabsHeading.firstChild);\n  categoryElement.style.display = 'none';\n  console.log('\u0110\u00e3 di chuy\u1ec3n category v\u00e0o tabs heading');\n\n  \/\/ Ensure background stays transparent on hover\n  categoryButton.addEventListener('mouseenter', function () {\n    categoryButton.style.setProperty('background', 'transparent', 'important');\n  });\n  categoryButton.addEventListener('mouseleave', function () {\n    categoryButton.style.setProperty('background', 'transparent', 'important');\n  });\n}\n\ndocument.addEventListener('DOMContentLoaded', function () {\n  ct__moveCategoryToTabs();\n});\n\nconst ct__tabObserver = new MutationObserver(function (mutations) {\n  let shouldProcess = false;\n  mutations.forEach(function (mutation) {\n    if (mutation.type === 'childList' && mutation.addedNodes.length > 0) {\n      mutation.addedNodes.forEach(function (node) {\n        if (node.nodeType === 1) {\n\n          if (node.querySelector &&\n            (node.querySelector('.ct__tab') ||\n              node.querySelector('.e-n-tabs-heading') ||\n              node.querySelector('.ct__category_text') ||\n              node.classList.contains('ct__tab') ||\n              node.classList.contains('e-n-tabs-heading') ||\n              node.classList.contains('ct__category_text'))) {\n            shouldProcess = true;\n          }\n        }\n      });\n    }\n  });\n  if (shouldProcess) {\n    setTimeout(ct__moveCategoryToTabs, 100);\n  }\n});\n\nct__tabObserver.observe(document.body, {\n  childList: true,\n  subtree: true\n});\n\nif (typeof jQuery !== 'undefined') {\n  jQuery(document).ajaxComplete(function () {\n    setTimeout(ct__moveCategoryToTabs, 200);\n  });\n}\n\nsetInterval(function () {\n  const tabContainer = document.querySelector('.ct__tab');\n  const categoryElement = document.querySelector('.ct__category_text');\n  if (tabContainer && categoryElement && categoryElement.style.display !== 'none') {\n    const tabsHeading = tabContainer.querySelector('.e-n-tabs-heading');\n    const existingCategoryButton = tabsHeading ? tabsHeading.querySelector('.ct__category_button') : null;\n    if (tabsHeading && !existingCategoryButton) {\n      ct__moveCategoryToTabs();\n    }\n  }\n}, 3000);\n\n\/\/ Also add a style tag to enforce transparent background on hover via CSS\n(function() {\n  const style = document.createElement('style');\n  style.innerHTML = `\n    .ct__category_button,\n    .ct__category_button:hover,\n    .ct__category_button:focus {\n      background: transparent !important;\n    }\n  `;\n  document.head.appendChild(style);\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3794b25 e-n-tabs-none ct__tab elementor-widget elementor-widget-n-tabs\" data-id=\"3794b25\" data-element_type=\"widget\" data-settings=\"{&quot;horizontal_scroll_mobile&quot;:&quot;enable&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"58280741\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\" data-no-translation-aria-label=\"\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"tat-ca\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-582807411\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAll\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"thong-cao-bao-chi\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-582807412\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPress Releases\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"tin-tuc-tu-group\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-582807413\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tGroup News\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"thong-tin-uu-dai\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-582807414\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPromotion\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-582807411\" role=\"tabpanel\" aria-labelledby=\"tat-ca\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-ff43011 e-flex e-con-boxed e-con e-child\" data-id=\"ff43011\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c6cac8 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"3c6cac8\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;2867&quot;,&quot;pagination_type&quot;:&quot;load_more_on_click&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t<style id=\"loop-2867\">.elementor-2867 .elementor-element.elementor-element-04e173e{--display:flex;--min-height:100%;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--border-radius:16px 16px 16px 16px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-2867 .elementor-element.elementor-element-d111dbe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-2867 .elementor-element.elementor-element-94e1b88 img{height:230px;object-fit:cover;object-position:top left;border-radius:16px 16px 0px 0px;}.elementor-2867 .elementor-element.elementor-element-2b52a4d img{border-radius:16px 16px 0px 0px;}.elementor-2867 .elementor-element.elementor-element-26c36b3{--display:flex;--min-height:100%;--gap:4px 4px;--row-gap:4px;--column-gap:4px;--border-radius:0px 0px 16px 16px;box-shadow:5px 5px 25px 0px rgba(0, 0, 0, 0.10196078431372549);--padding-top:16px;--padding-bottom:16px;--padding-left:24px;--padding-right:24px;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-icon-list-item:not(:last-child):after{content:\"\";height:68%;border-color:#000333;}.elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-top-style:solid;border-top-width:1px;}.elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-style:solid;}.elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-width:1px;}.elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-icon-list-icon{width:14px;}.elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-icon-list-icon i{font-size:14px;}.elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-icon-list-text, .elementor-2867 .elementor-element.elementor-element-1fb3e22 .elementor-icon-list-text a{color:#000333;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2867 .elementor-element.elementor-element-35d3401 .elementor-heading-title{font-family:\"Helvetica\", Sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4em;color:#0D0F2E;}@media(max-width:1024px){.elementor-widget-theme-post-featured-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-post-info .elementor-icon-list-item{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-theme-post-title .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-2867 .elementor-element.elementor-element-35d3401 .elementor-heading-title{font-size:1rem;}}@media(max-width:767px){.elementor-2867 .elementor-element.elementor-element-04e173e{--content-width:100%;}.elementor-2867 .elementor-element.elementor-element-d111dbe{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-2867 .elementor-element.elementor-element-94e1b88 img{object-fit:fill;}.elementor-widget-post-info .elementor-icon-list-item{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-theme-post-title .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for theme-post-title, class: .elementor-element-35d3401 *\/@media screen and (min-width: 601px) {\r\n    .elementor-2867 .elementor-element.elementor-element-35d3401 {\r\n        min-height: 50px !important;\r\n    }\r\n}\/* End custom CSS *\/\n\/* Start custom CSS for html, class: .elementor-element-744bd52 *\/.elementor-2867 .elementor-element.elementor-element-744bd52{\n    width: 0 !important;\n    height: 0 !important;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2867\" class=\"elementor elementor-2867 e-loop-item e-loop-item-3934 post-3934 post type-post status-publish format-standard has-post-thumbnail hentry category-thong-cao-bao-chi\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-04e173e e-flex e-con-boxed e-con e-parent\" data-id=\"04e173e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d111dbe e-con-full e-flex e-con e-child\" data-id=\"d111dbe\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94e1b88 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"94e1b88\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/vemanti-group-to-take-full-ownership-of-onus-pro\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1023\" height=\"575\" src=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P.jpg\" class=\"attachment-full size-full wp-image-3936\" alt=\"\" srcset=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P.jpg 1023w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-300x169.jpg 300w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-768x432.jpg 768w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-18x10.jpg 18w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b52a4d elementor-hidden-desktop elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"2b52a4d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/vemanti-group-to-take-full-ownership-of-onus-pro\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1023\" height=\"575\" src=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P.jpg\" class=\"attachment-full size-full wp-image-3936\" alt=\"\" srcset=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P.jpg 1023w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-300x169.jpg 300w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-768x432.jpg 768w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-18x10.jpg 18w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26c36b3 e-con-full e-flex e-con e-child\" data-id=\"26c36b3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fb3e22 ct__info_limit_text elementor-widget elementor-widget-post-info\" data-id=\"1fb3e22\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3fa7e85 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/danh-muc\/press-release\/\" class=\"elementor-post-info__terms-list-item\">Press Releases<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-887e988 elementor-inline-item\" itemprop=\"datePublished\">\n\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/2025\/09\/23\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>2025.09.23<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35d3401 ct__post_title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"35d3401\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbankapp.vn\/en\/vemanti-group-to-take-full-ownership-of-onus-pro\/\">Vemanti Group partnered with xBank<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-744bd52 elementor-widget elementor-widget-html\" data-id=\"744bd52\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n\nfunction ct__hideExtraCategories() {    \n    const termsList = document.querySelectorAll('.ct__info_limit_text .elementor-post-info__terms-list');\n    \n    termsList.forEach(function(list) {        \n        const categoryLinks = list.querySelectorAll('.elementor-post-info__terms-list-item');\n        \n        if (categoryLinks.length > 1) {            \n            const firstCategory = categoryLinks[0];\n                        \n            list.innerHTML = '';\n                        \n            list.appendChild(firstCategory);\n        }\n    });\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n    ct__hideExtraCategories();\n});\n\nconst ct__observer = new MutationObserver(function(mutations) {\n    let shouldProcess = false;\n    \n    mutations.forEach(function(mutation) {        \n        if (mutation.type === 'childList' && mutation.addedNodes.length > 0) {\n            mutation.addedNodes.forEach(function(node) {\n              if (node.nodeType === 1) {                     \n                    if (node.querySelector && \n                        (node.querySelector('.ct__info_limit_text .elementor-post-info__terms-list') || \n                         node.classList.contains('ct__info_limit_text') ||\n                         node.querySelector('.ct__info_limit_text'))) {\n                        shouldProcess = true;\n                    }\n                }\n            });\n        }\n    });\n    \n    if (shouldProcess) {        \n        setTimeout(ct__hideExtraCategories, 100);\n    }\n});\n\nct__observer.observe(document.body, {\n    childList: true,\n    subtree: true\n});\n\nif (typeof jQuery !== 'undefined') {\n    jQuery(document).ajaxComplete(function() {\n        setTimeout(ct__hideExtraCategories, 200);\n    });\n}\n\nsetInterval(function() {\n    const termsList = document.querySelectorAll('.ct__info_limit_text .elementor-post-info__terms-list');\n    let needsProcessing = false;\n    \n    termsList.forEach(function(list) {\n        const categoryLinks = list.querySelectorAll('.elementor-post-info__terms-list-item');\n        if (categoryLinks.length > 1) {\n            needsProcessing = true;\n        }\n    });\n    \n    if (needsProcessing) {\n        ct__hideExtraCategories();\n    }\n}, 2000);\n<\/script>\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\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2867\" class=\"elementor elementor-2867 e-loop-item e-loop-item-922 post-922 post type-post status-publish format-standard has-post-thumbnail hentry category-thong-cao-bao-chi\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-04e173e e-flex e-con-boxed e-con e-parent\" data-id=\"04e173e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d111dbe e-con-full e-flex e-con e-child\" data-id=\"d111dbe\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94e1b88 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"94e1b88\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/xbank-a-comprehensive-financial-platform-for-innovative-enterprises-smes\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031.jpg\" class=\"attachment-full size-full wp-image-923\" alt=\"\" srcset=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031.jpg 1920w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-300x169.jpg 300w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-1024x576.jpg 1024w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-768x432.jpg 768w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-1536x864.jpg 1536w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-18x10.jpg 18w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b52a4d elementor-hidden-desktop elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"2b52a4d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/xbank-a-comprehensive-financial-platform-for-innovative-enterprises-smes\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031.jpg\" class=\"attachment-full size-full wp-image-923\" alt=\"\" srcset=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031.jpg 1920w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-300x169.jpg 300w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-1024x576.jpg 1024w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-768x432.jpg 768w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-1536x864.jpg 1536w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-18x10.jpg 18w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26c36b3 e-con-full e-flex e-con e-child\" data-id=\"26c36b3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fb3e22 ct__info_limit_text elementor-widget elementor-widget-post-info\" data-id=\"1fb3e22\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3fa7e85 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/danh-muc\/press-release\/\" class=\"elementor-post-info__terms-list-item\">Press Releases<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-887e988 elementor-inline-item\" itemprop=\"datePublished\">\n\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/2025\/06\/24\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>2025.06.24<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35d3401 ct__post_title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"35d3401\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbankapp.vn\/en\/xbank-a-comprehensive-financial-platform-for-innovative-enterprises-smes\/\">xBank \u2013 A Comprehensive Financial Platform for Innovative Enterprises &amp; SMEs<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-744bd52 elementor-widget elementor-widget-html\" data-id=\"744bd52\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n\nfunction ct__hideExtraCategories() {    \n    const termsList = document.querySelectorAll('.ct__info_limit_text .elementor-post-info__terms-list');\n    \n    termsList.forEach(function(list) {        \n        const categoryLinks = list.querySelectorAll('.elementor-post-info__terms-list-item');\n        \n        if (categoryLinks.length > 1) {            \n            const firstCategory = categoryLinks[0];\n                        \n            list.innerHTML = '';\n                        \n            list.appendChild(firstCategory);\n        }\n    });\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n    ct__hideExtraCategories();\n});\n\nconst ct__observer = new MutationObserver(function(mutations) {\n    let shouldProcess = false;\n    \n    mutations.forEach(function(mutation) {        \n        if (mutation.type === 'childList' && mutation.addedNodes.length > 0) {\n            mutation.addedNodes.forEach(function(node) {\n              if (node.nodeType === 1) {                     \n                    if (node.querySelector && \n                        (node.querySelector('.ct__info_limit_text .elementor-post-info__terms-list') || \n                         node.classList.contains('ct__info_limit_text') ||\n                         node.querySelector('.ct__info_limit_text'))) {\n                        shouldProcess = true;\n                    }\n                }\n            });\n        }\n    });\n    \n    if (shouldProcess) {        \n        setTimeout(ct__hideExtraCategories, 100);\n    }\n});\n\nct__observer.observe(document.body, {\n    childList: true,\n    subtree: true\n});\n\nif (typeof jQuery !== 'undefined') {\n    jQuery(document).ajaxComplete(function() {\n        setTimeout(ct__hideExtraCategories, 200);\n    });\n}\n\nsetInterval(function() {\n    const termsList = document.querySelectorAll('.ct__info_limit_text .elementor-post-info__terms-list');\n    let needsProcessing = false;\n    \n    termsList.forEach(function(list) {\n        const categoryLinks = list.querySelectorAll('.elementor-post-info__terms-list-item');\n        if (categoryLinks.length > 1) {\n            needsProcessing = true;\n        }\n    });\n    \n    if (needsProcessing) {\n        ct__hideExtraCategories();\n    }\n}, 2000);\n<\/script>\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\t\t<\/div>\n\t\t\t\t\t<span class=\"e-load-more-spinner\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-spinner\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-beb636a elementor-widget elementor-widget-html\" data-id=\"beb636a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function(){\r\n  \/**\r\n   * M\u1edf tab t\u01b0\u01a1ng \u1ee9ng v\u1edbi hash\r\n   *\/\r\n  function openTabFromHash() {\r\n    const hash = window.location.hash;\r\n    if (!hash) return;\r\n    setTimeout(() => {\r\n      const btn = document.querySelector(hash);\r\n      if (btn) btn.click();\r\n    }, 150);\r\n  }\r\n\r\n  \/\/ Ch\u1ea1y khi load trang\r\n  window.addEventListener('DOMContentLoaded', openTabFromHash);\r\n  \/\/ Ch\u1ea1y khi hash thay \u0111\u1ed5i (click link tr\u00ean trang)\r\n  window.addEventListener('hashchange', openTabFromHash);\r\n\r\n  \/**\r\n   * C\u1eadp nh\u1eadt hash khi click menu button c\u00f3 href=\"#...\"\r\n   *\/\r\n  document.addEventListener('click', function(e) {\r\n    const a = e.target.closest('a[href^=\"#\"]');\r\n    if (!a) return;\r\n    const id = a.getAttribute('href');\r\n    if (document.querySelector(id)) {\r\n      \/\/ cho ph\u00e9p x\u1eed l\u00fd hashchange\r\n      history.pushState(null, '', id);\r\n      e.preventDefault();\r\n    }\r\n  });\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-582807412\" role=\"tabpanel\" aria-labelledby=\"thong-cao-bao-chi\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\"elementor-element elementor-element-a9639cb e-con-full e-flex e-con e-child\" data-id=\"a9639cb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df2c735 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"df2c735\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;2867&quot;,&quot;pagination_type&quot;:&quot;load_more_on_click&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2867\" class=\"elementor elementor-2867 e-loop-item e-loop-item-3934 post-3934 post type-post status-publish format-standard has-post-thumbnail hentry category-thong-cao-bao-chi\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-04e173e e-flex e-con-boxed e-con e-parent\" data-id=\"04e173e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d111dbe e-con-full e-flex e-con e-child\" data-id=\"d111dbe\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94e1b88 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"94e1b88\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/vemanti-group-to-take-full-ownership-of-onus-pro\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1023\" height=\"575\" src=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P.jpg\" class=\"attachment-full size-full wp-image-3936\" alt=\"\" srcset=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P.jpg 1023w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-300x169.jpg 300w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-768x432.jpg 768w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-18x10.jpg 18w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b52a4d elementor-hidden-desktop elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"2b52a4d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/vemanti-group-to-take-full-ownership-of-onus-pro\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1023\" height=\"575\" src=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P.jpg\" class=\"attachment-full size-full wp-image-3936\" alt=\"\" srcset=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P.jpg 1023w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-300x169.jpg 300w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-768x432.jpg 768w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/09\/img-UrkQ9P-18x10.jpg 18w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26c36b3 e-con-full e-flex e-con e-child\" data-id=\"26c36b3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fb3e22 ct__info_limit_text elementor-widget elementor-widget-post-info\" data-id=\"1fb3e22\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3fa7e85 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/danh-muc\/press-release\/\" class=\"elementor-post-info__terms-list-item\">Press Releases<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-887e988 elementor-inline-item\" itemprop=\"datePublished\">\n\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/2025\/09\/23\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>2025.09.23<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35d3401 ct__post_title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"35d3401\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbankapp.vn\/en\/vemanti-group-to-take-full-ownership-of-onus-pro\/\">Vemanti Group partnered with xBank<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-744bd52 elementor-widget elementor-widget-html\" data-id=\"744bd52\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n\nfunction ct__hideExtraCategories() {    \n    const termsList = document.querySelectorAll('.ct__info_limit_text .elementor-post-info__terms-list');\n    \n    termsList.forEach(function(list) {        \n        const categoryLinks = list.querySelectorAll('.elementor-post-info__terms-list-item');\n        \n        if (categoryLinks.length > 1) {            \n            const firstCategory = categoryLinks[0];\n                        \n            list.innerHTML = '';\n                        \n            list.appendChild(firstCategory);\n        }\n    });\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n    ct__hideExtraCategories();\n});\n\nconst ct__observer = new MutationObserver(function(mutations) {\n    let shouldProcess = false;\n    \n    mutations.forEach(function(mutation) {        \n        if (mutation.type === 'childList' && mutation.addedNodes.length > 0) {\n            mutation.addedNodes.forEach(function(node) {\n              if (node.nodeType === 1) {                     \n                    if (node.querySelector && \n                        (node.querySelector('.ct__info_limit_text .elementor-post-info__terms-list') || \n                         node.classList.contains('ct__info_limit_text') ||\n                         node.querySelector('.ct__info_limit_text'))) {\n                        shouldProcess = true;\n                    }\n                }\n            });\n        }\n    });\n    \n    if (shouldProcess) {        \n        setTimeout(ct__hideExtraCategories, 100);\n    }\n});\n\nct__observer.observe(document.body, {\n    childList: true,\n    subtree: true\n});\n\nif (typeof jQuery !== 'undefined') {\n    jQuery(document).ajaxComplete(function() {\n        setTimeout(ct__hideExtraCategories, 200);\n    });\n}\n\nsetInterval(function() {\n    const termsList = document.querySelectorAll('.ct__info_limit_text .elementor-post-info__terms-list');\n    let needsProcessing = false;\n    \n    termsList.forEach(function(list) {\n        const categoryLinks = list.querySelectorAll('.elementor-post-info__terms-list-item');\n        if (categoryLinks.length > 1) {\n            needsProcessing = true;\n        }\n    });\n    \n    if (needsProcessing) {\n        ct__hideExtraCategories();\n    }\n}, 2000);\n<\/script>\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\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2867\" class=\"elementor elementor-2867 e-loop-item e-loop-item-922 post-922 post type-post status-publish format-standard has-post-thumbnail hentry category-thong-cao-bao-chi\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-04e173e e-flex e-con-boxed e-con e-parent\" data-id=\"04e173e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d111dbe e-con-full e-flex e-con e-child\" data-id=\"d111dbe\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94e1b88 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"94e1b88\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/xbank-a-comprehensive-financial-platform-for-innovative-enterprises-smes\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031.jpg\" class=\"attachment-full size-full wp-image-923\" alt=\"\" srcset=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031.jpg 1920w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-300x169.jpg 300w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-1024x576.jpg 1024w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-768x432.jpg 768w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-1536x864.jpg 1536w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-18x10.jpg 18w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b52a4d elementor-hidden-desktop elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"2b52a4d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/xbank-a-comprehensive-financial-platform-for-innovative-enterprises-smes\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031.jpg\" class=\"attachment-full size-full wp-image-923\" alt=\"\" srcset=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031.jpg 1920w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-300x169.jpg 300w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-1024x576.jpg 1024w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-768x432.jpg 768w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-1536x864.jpg 1536w, https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/HVA_08052025-085031-18x10.jpg 18w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26c36b3 e-con-full e-flex e-con e-child\" data-id=\"26c36b3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fb3e22 ct__info_limit_text elementor-widget elementor-widget-post-info\" data-id=\"1fb3e22\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3fa7e85 elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/danh-muc\/press-release\/\" class=\"elementor-post-info__terms-list-item\">Press Releases<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-887e988 elementor-inline-item\" itemprop=\"datePublished\">\n\t\t\t\t\t\t<a href=\"https:\/\/xbankapp.vn\/en\/2025\/06\/24\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t\t\t\t<time>2025.06.24<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35d3401 ct__post_title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"35d3401\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbankapp.vn\/en\/xbank-a-comprehensive-financial-platform-for-innovative-enterprises-smes\/\">xBank \u2013 A Comprehensive Financial Platform for Innovative Enterprises &amp; SMEs<\/a><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-744bd52 elementor-widget elementor-widget-html\" data-id=\"744bd52\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n\nfunction ct__hideExtraCategories() {    \n    const termsList = document.querySelectorAll('.ct__info_limit_text .elementor-post-info__terms-list');\n    \n    termsList.forEach(function(list) {        \n        const categoryLinks = list.querySelectorAll('.elementor-post-info__terms-list-item');\n        \n        if (categoryLinks.length > 1) {            \n            const firstCategory = categoryLinks[0];\n                        \n            list.innerHTML = '';\n                        \n            list.appendChild(firstCategory);\n        }\n    });\n}\n\ndocument.addEventListener('DOMContentLoaded', function() {\n    ct__hideExtraCategories();\n});\n\nconst ct__observer = new MutationObserver(function(mutations) {\n    let shouldProcess = false;\n    \n    mutations.forEach(function(mutation) {        \n        if (mutation.type === 'childList' && mutation.addedNodes.length > 0) {\n            mutation.addedNodes.forEach(function(node) {\n              if (node.nodeType === 1) {                     \n                    if (node.querySelector && \n                        (node.querySelector('.ct__info_limit_text .elementor-post-info__terms-list') || \n                         node.classList.contains('ct__info_limit_text') ||\n                         node.querySelector('.ct__info_limit_text'))) {\n                        shouldProcess = true;\n                    }\n                }\n            });\n        }\n    });\n    \n    if (shouldProcess) {        \n        setTimeout(ct__hideExtraCategories, 100);\n    }\n});\n\nct__observer.observe(document.body, {\n    childList: true,\n    subtree: true\n});\n\nif (typeof jQuery !== 'undefined') {\n    jQuery(document).ajaxComplete(function() {\n        setTimeout(ct__hideExtraCategories, 200);\n    });\n}\n\nsetInterval(function() {\n    const termsList = document.querySelectorAll('.ct__info_limit_text .elementor-post-info__terms-list');\n    let needsProcessing = false;\n    \n    termsList.forEach(function(list) {\n        const categoryLinks = list.querySelectorAll('.elementor-post-info__terms-list-item');\n        if (categoryLinks.length > 1) {\n            needsProcessing = true;\n        }\n    });\n    \n    if (needsProcessing) {\n        ct__hideExtraCategories();\n    }\n}, 2000);\n<\/script>\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\t\t<\/div>\n\t\t\t\t\t<span class=\"e-load-more-spinner\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-spinner\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-582807413\" role=\"tabpanel\" aria-labelledby=\"tin-tuc-tu-group\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\"elementor-element elementor-element-11a55f1 e-con-full e-flex e-con e-child\" data-id=\"11a55f1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73fcbf2 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"73fcbf2\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;2867&quot;,&quot;pagination_type&quot;:&quot;load_more_on_click&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t\t\t\t<div class=\"e-loop-nothing-found-message\">\n\t\t\t\t\t<div class=\"e-loop-nothing-found-message__text\">\n\t\t\t\tThere are no posts yet.\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-582807414\" role=\"tabpanel\" aria-labelledby=\"thong-tin-uu-dai\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\"elementor-element elementor-element-f4db089 e-con-full e-flex e-con e-child\" data-id=\"f4db089\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9086c64 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"9086c64\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;2867&quot;,&quot;pagination_type&quot;:&quot;load_more_on_click&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t\t\t\t<div class=\"e-loop-nothing-found-message\">\n\t\t\t\t\t<div class=\"e-loop-nothing-found-message__text\">\n\t\t\t\tThere are no posts yet.\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99f270d elementor-widget elementor-widget-html\" data-id=\"99f270d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\njQuery(document).ready(function($){\r\n  function openTabFromHash(){\r\n    const hash = window.location.hash; \/\/ v\u00ed d\u1ee5: #thong-tin-uu-dai\r\n    if(hash){\r\n      setTimeout(()=>{\r\n        \/\/ Nh\u1ea5n tab desktop & mobile\r\n        $('*[id=\"'+hash.substring(1)+'\"]').trigger('click');\r\n      }, 150);\r\n    }\r\n  }\r\n  openTabFromHash();\r\n\r\n  \/\/ N\u1ebfu mu\u1ed1n c\u1eadp nh\u1eadt URL khi click tab\r\n  $('.elementor-tab-title, .e-n-tab-title').on('click', function(){\r\n    const id = $(this).attr('id');\r\n    if(id) history.replaceState(null, '', '#' + id);\r\n  });\r\n});\r\n<\/script>\r\n\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Ch\u00e0o m\u1eebng \u0111\u1ebfn v\u1edbi B\u1ea3n tin xBank C\u1eadp nh\u1eadt nh\u1eefng tin t\u1ee9c m\u1edbi nh\u1ea5t, th\u00f4ng tin b\u00e1o ch\u00ed v\u00e0 truy\u1ec1n th\u00f4ng t\u1eeb xBank. \u0110\u1ed1i v\u1edbi c\u00e1c y\u00eau c\u1ea7u t\u1eeb b\u00e1o ch\u00ed ho\u1eb7c c\u1ea7n th\u00eam th\u00f4ng tin, vui l\u00f2ng li\u00ean h\u1ec7 v\u1edbi \u0111\u1ed9i ng\u0169 PR c\u1ee7a xBank. Th\u1ec3 lo\u1ea1i T\u1ea5t c\u1ea3 Th\u00f4ng c\u00e1o b\u00e1o ch\u00ed Tin [&hellip;]<\/p>","protected":false},"author":2,"featured_media":14,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2850","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o<\/title>\n<meta name=\"description\" content=\"M\u1edf t\u00e0i kho\u1ea3n doanh nghi\u1ec7p \u0111a ti\u1ec1n t\u1ec7, nh\u1eadn th\u1ebb \u1ea3o &amp; v\u1eadt l\u00fd, vay v\u1ed1n nhanh, qu\u1ea3n l\u00fd chi ti\u00eau hi\u1ec7u qu\u1ea3 c\u00f9ng xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xbankapp.vn\/en\/news\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o\" \/>\n<meta property=\"og:description\" content=\"M\u1edf t\u00e0i kho\u1ea3n doanh nghi\u1ec7p \u0111a ti\u1ec1n t\u1ec7, nh\u1eadn th\u1ebb \u1ea3o &amp; v\u1eadt l\u00fd, vay v\u1ed1n nhanh, qu\u1ea3n l\u00fd chi ti\u00eau hi\u1ec7u qu\u1ea3 c\u00f9ng xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xbankapp.vn\/en\/news\/\" \/>\n<meta property=\"og:site_name\" content=\"xBank App\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-11T03:13:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/preview-c09g0s.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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:\/\/xbankapp.vn\/tin-tuc\/\",\"url\":\"https:\/\/xbankapp.vn\/tin-tuc\/\",\"name\":\"xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o\",\"isPartOf\":{\"@id\":\"https:\/\/xbankapp.vn\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xbankapp.vn\/tin-tuc\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xbankapp.vn\/tin-tuc\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/preview-c09g0s.jpg\",\"datePublished\":\"2025-07-02T02:02:30+00:00\",\"dateModified\":\"2025-11-11T03:13:14+00:00\",\"description\":\"M\u1edf t\u00e0i kho\u1ea3n doanh nghi\u1ec7p \u0111a ti\u1ec1n t\u1ec7, nh\u1eadn th\u1ebb \u1ea3o & v\u1eadt l\u00fd, vay v\u1ed1n nhanh, qu\u1ea3n l\u00fd chi ti\u00eau hi\u1ec7u qu\u1ea3 c\u00f9ng xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o.\",\"breadcrumb\":{\"@id\":\"https:\/\/xbankapp.vn\/tin-tuc\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xbankapp.vn\/tin-tuc\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xbankapp.vn\/tin-tuc\/#primaryimage\",\"url\":\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/preview-c09g0s.jpg\",\"contentUrl\":\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/preview-c09g0s.jpg\",\"width\":2560,\"height\":1280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xbankapp.vn\/tin-tuc\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Trang ch\u1ee7\",\"item\":\"https:\/\/xbankapp.vn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tin t\u1ee9c\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xbankapp.vn\/#website\",\"url\":\"https:\/\/xbankapp.vn\/\",\"name\":\"Xbank App\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/xbankapp.vn\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xbankapp.vn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xbankapp.vn\/#organization\",\"name\":\"Xbank App\",\"url\":\"https:\/\/xbankapp.vn\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xbankapp.vn\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/logo-d6icie.svg\",\"contentUrl\":\"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/logo-d6icie.svg\",\"width\":126,\"height\":47,\"caption\":\"Xbank App\"},\"image\":{\"@id\":\"https:\/\/xbankapp.vn\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o","description":"M\u1edf t\u00e0i kho\u1ea3n doanh nghi\u1ec7p \u0111a ti\u1ec1n t\u1ec7, nh\u1eadn th\u1ebb \u1ea3o & v\u1eadt l\u00fd, vay v\u1ed1n nhanh, qu\u1ea3n l\u00fd chi ti\u00eau hi\u1ec7u qu\u1ea3 c\u00f9ng xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o.","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:\/\/xbankapp.vn\/en\/news\/","og_locale":"en_US","og_type":"article","og_title":"xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o","og_description":"M\u1edf t\u00e0i kho\u1ea3n doanh nghi\u1ec7p \u0111a ti\u1ec1n t\u1ec7, nh\u1eadn th\u1ebb \u1ea3o & v\u1eadt l\u00fd, vay v\u1ed1n nhanh, qu\u1ea3n l\u00fd chi ti\u00eau hi\u1ec7u qu\u1ea3 c\u00f9ng xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o.","og_url":"https:\/\/xbankapp.vn\/en\/news\/","og_site_name":"xBank App","article_modified_time":"2025-11-11T03:13:14+00:00","og_image":[{"width":2560,"height":1280,"url":"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/preview-c09g0s.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/xbankapp.vn\/tin-tuc\/","url":"https:\/\/xbankapp.vn\/tin-tuc\/","name":"xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o","isPartOf":{"@id":"https:\/\/xbankapp.vn\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xbankapp.vn\/tin-tuc\/#primaryimage"},"image":{"@id":"https:\/\/xbankapp.vn\/tin-tuc\/#primaryimage"},"thumbnailUrl":"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/preview-c09g0s.jpg","datePublished":"2025-07-02T02:02:30+00:00","dateModified":"2025-11-11T03:13:14+00:00","description":"M\u1edf t\u00e0i kho\u1ea3n doanh nghi\u1ec7p \u0111a ti\u1ec1n t\u1ec7, nh\u1eadn th\u1ebb \u1ea3o & v\u1eadt l\u00fd, vay v\u1ed1n nhanh, qu\u1ea3n l\u00fd chi ti\u00eau hi\u1ec7u qu\u1ea3 c\u00f9ng xBank - N\u1ec1n t\u1ea3ng t\u00e0i ch\u00ednh to\u00e0n di\u1ec7n cho doanh nghi\u1ec7p \u0111\u1ed5i m\u1edbi s\u00e1ng t\u1ea1o.","breadcrumb":{"@id":"https:\/\/xbankapp.vn\/tin-tuc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xbankapp.vn\/tin-tuc\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xbankapp.vn\/tin-tuc\/#primaryimage","url":"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/preview-c09g0s.jpg","contentUrl":"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/preview-c09g0s.jpg","width":2560,"height":1280},{"@type":"BreadcrumbList","@id":"https:\/\/xbankapp.vn\/tin-tuc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Trang ch\u1ee7","item":"https:\/\/xbankapp.vn\/"},{"@type":"ListItem","position":2,"name":"Tin t\u1ee9c"}]},{"@type":"WebSite","@id":"https:\/\/xbankapp.vn\/#website","url":"https:\/\/xbankapp.vn\/","name":"Xbank App","description":"","publisher":{"@id":"https:\/\/xbankapp.vn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xbankapp.vn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xbankapp.vn\/#organization","name":"Xbank App","url":"https:\/\/xbankapp.vn\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xbankapp.vn\/#\/schema\/logo\/image\/","url":"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/logo-d6icie.svg","contentUrl":"https:\/\/xbankapp.vn\/wp-content\/uploads\/2025\/06\/logo-d6icie.svg","width":126,"height":47,"caption":"Xbank App"},"image":{"@id":"https:\/\/xbankapp.vn\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/pages\/2850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/comments?post=2850"}],"version-history":[{"count":172,"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/pages\/2850\/revisions"}],"predecessor-version":[{"id":3996,"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/pages\/2850\/revisions\/3996"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/media\/14"}],"wp:attachment":[{"href":"https:\/\/xbankapp.vn\/en\/wp-json\/wp\/v2\/media?parent=2850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}