{"id":757,"date":"2025-05-01T16:42:07","date_gmt":"2025-05-01T09:42:07","guid":{"rendered":"http:\/\/localhost\/moneybag\/?page_id=757"},"modified":"2025-09-01T12:30:37","modified_gmt":"2025-09-01T05:30:37","slug":"about-us","status":"publish","type":"page","link":"https:\/\/moneybagstore.com\/vi\/about-us\/","title":{"rendered":"V\u1ec1 ch\u00fang t\u00f4i"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"757\" class=\"elementor elementor-757\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9563318 e-con-full e-flex elementor-invisible e-con e-parent\" data-id=\"9563318\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;zoomIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e6a649 elementor-widget elementor-widget-shortcode\" data-id=\"2e6a649\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <section style=\"padding: 140px 20px; background: linear-gradient(120deg, #0d0d0d, #1a1a1a); color: #ffe600; text-align: center; position: relative; overflow: hidden;\">\n      <h1 style=\"font-size: 4rem; font-weight: 900; margin-bottom: 10px; letter-spacing: 2px; text-shadow: 0 2px 6px rgba(0,0,0,0.6);\">MONEY BAG<\/h1>\n      <p style=\"font-size: 1.35rem; max-width: 700px; margin: auto; color: #fff;\">Bi\u1ec3u t\u01b0\u1ee3ng streetwear Vi\u1ec7t. Sinh ra \u0111\u1ec3 n\u1ed5i b\u1eadt. \u0110\u00e2y kh\u00f4ng ch\u1ec9 l\u00e0 th\u1eddi trang \u2014 m\u00e0 l\u00e0 ch\u1ea5t s\u1ed1ng.\r\n<\/p>\n    <\/section>\n\n    <section style=\"padding: 100px 20px 140px; background: #fdfdfc;\">\n      <div style=\"max-width: 1200px; margin: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 80px; font-family: sans-serif;\">\n        <div id=\"card-stack\" style=\"position: relative; width: 350px; height: 500px; min-width: 280px;\"><\/div>\n        <div style=\"flex: 1 1 400px; min-width: 300px;\">\n          <h2 style=\"font-size: 48px; margin-bottom: 20px;\">V\u1ec1 Ch\u00fang T\u00f4i<\/h2>\n          <div style=\"font-size: 18px !important; line-height: 1.7 !important; color: #444 !important;\">\n            <p class=\"\" style=\"text-align: left;\" data-start=\"83\" data-end=\"307\"><strong data-start=\"83\" data-end=\"134\">Sinh ra t\u1ea1i S\u00e0i G\u00f2n. \u0110\u01b0\u1ee3c ti\u1ebfp s\u1ee9c b\u1edfi b\u1ea3n s\u1eafc.<\/strong><br data-start=\"134\" data-end=\"137\" \/>Money Bag l\u00e0 ti\u1ebfng n\u00f3i c\u1ee7a nh\u1eefng ng\u01b0\u1eddi kh\u00f4ng h\u00f2a l\u1eabn v\u00e0o \u0111\u00e1m \u0111\u00f4ng.<br data-start=\"203\" data-end=\"206\" \/>T\u1eeb n\u0103m 2023, ch\u00fang t\u00f4i kh\u00f4ng ch\u1ec9 t\u1ea1o ra th\u1eddi trang \u2014 m\u00e0 l\u00e0 c\u00e1ch \u0111\u1ec3 n\u00f3i l\u00ean:<br data-start=\"281\" data-end=\"284\" \/><strong data-start=\"284\" data-end=\"307\">&#8220;T\u00f4i l\u00e0 ch\u00ednh t\u00f4i.&#8221;<\/strong><\/p>\n<p class=\"\" style=\"text-align: left;\" data-start=\"309\" data-end=\"371\">Thi\u1ebft k\u1ebf t\u1ed1i gi\u1ea3n.<br data-start=\"327\" data-end=\"330\" \/>Th\u00e1i \u0111\u1ed9 c\u1ef1c \u0111\u1ea1i.<br data-start=\"346\" data-end=\"349\" \/>T\u1ea5t c\u1ea3 l\u00e0 t\u1eeb tr\u00e1i tim.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <script>\n      const stack = document.getElementById(\"card-stack\");\n      const videoUrls = [\"https:\\\/\\\/moneybagstore.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/6560055569606.mp4\",\"https:\\\/\\\/moneybagstore.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/6560068371262.mp4\",\"https:\\\/\\\/moneybagstore.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/6560094192908.mp4\"];\n\n      let cards = [];\n      let current = 0;\n\n      function createCard(src, index) {\n        const rotateDeg = -5 + index * 5;\n        const card = document.createElement(\"div\");\n        card.style.cssText = `\n          position: absolute;\n          width: 100%; height: 100%;\n          border-radius: 20px;\n          overflow: hidden;\n          transform: rotate(${rotateDeg}deg) translateY(${index * 8}px) scale(${1 - index * 0.04});\n          box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n          z-index: ${10 - index};\n          transition: transform 0.5s ease, opacity 0.4s ease;\n        `;\n\n        const video = document.createElement(\"video\");\n        video.src = src;\n        video.muted = true;\n        video.playsInline = true;\n        video.style.cssText = \"width: 100%; height: 100%; object-fit: cover; border-radius: 20px; display: block;\";\n\n        card.appendChild(video);\n        stack.appendChild(card);\n        cards.push({ card, video });\n      }\n\n      videoUrls.forEach(createCard);\n\n      function playCard(index) {\n        const { card, video } = cards[index];\n        card.style.zIndex = 99;\n        card.style.transform += \" rotateY(180deg)\";\n        video.currentTime = 0;\n        video.play();\n\n        video.onended = () => {\n          card.style.opacity = 0;\n          setTimeout(() => {\n            card.style.zIndex = 0;\n            card.style.opacity = 1;\n            card.style.transform = card.style.transform.replace(\/rotateY\\([^)]*\\)\/, \"rotateY(0deg)\");\n            current = (index + 1) % cards.length;\n            playCard(current);\n          }, 800);\n        };\n      }\n\n      if (videoUrls.length > 0) {\n        playCard(current);\n      }\n      <\/script>\n    <\/section>\n\n    <section style=\"background: #fdfdfc; padding: 80px 20px; text-align: center;\">\n            <h2 style=\"font-size: 2.4rem; margin-bottom: 50px; color: #1a1a1a; font-weight: 800;\">T\u1ea7m Nh\u00ecn<\/h2>\n      <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1000px; margin: auto;\">\n                                                                        <div style=\"padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 6px 16px rgba(0,0,0,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer;\"\n                        onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 12px 24px rgba(0,0,0,0.1)';\"\n                        onmouseout=\"this.style.transform='none'; this.style.boxShadow='0 6px 16px rgba(0,0,0,0.07)';\">\n                    <h3 style=\"font-size: 1.3rem; margin-bottom: 10px; color: #222;\">Ch\u1ea5t l\u01b0\u1ee3ng<\/h3>\n                    <p style=\"color: #555;\">Ch\u1ea5t li\u1ec7u cao c\u1ea5p, \u0111\u01b0\u1eddng c\u1eaft t\u00e1o b\u1ea1o. N\u1ebfu ch\u00ednh ch\u00fang t\u00f4i kh\u00f4ng m\u1eb7c, s\u1ea3n ph\u1ea9m \u0111\u00f3 s\u1ebd kh\u00f4ng bao gi\u1edd l\u00ean k\u1ec7.<\/p>\n                    <\/div>\n                                                        <div style=\"padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 6px 16px rgba(0,0,0,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer;\"\n                        onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 12px 24px rgba(0,0,0,0.1)';\"\n                        onmouseout=\"this.style.transform='none'; this.style.boxShadow='0 6px 16px rgba(0,0,0,0.07)';\">\n                    <h3 style=\"font-size: 1.3rem; margin-bottom: 10px; color: #222;\">B\u1ea3n s\u1eafc<\/h3>\n                    <p style=\"color: #555;\">Streetwear mang linh h\u1ed3n ri\u00eang. D\u00e0nh cho nh\u1eefng ng\u01b0\u1eddi d\u1eabn d\u1eaft, kh\u00f4ng ch\u1ea1y theo xu h\u01b0\u1edbng.<\/p>\n                    <\/div>\n                                                        <div style=\"padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 6px 16px rgba(0,0,0,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer;\"\n                        onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 12px 24px rgba(0,0,0,0.1)';\"\n                        onmouseout=\"this.style.transform='none'; this.style.boxShadow='0 6px 16px rgba(0,0,0,0.07)';\">\n                    <h3 style=\"font-size: 1.3rem; margin-bottom: 10px; color: #222;\">C\u1ed9ng \u0111\u1ed3ng<\/h3>\n                    <p style=\"color: #555;\">X\u00e2y d\u1ef1ng c\u00f9ng nh\u1eefng ng\u01b0\u1eddi \u0111\u1ed3ng h\u00e0nh th\u1eadt s\u1ef1. G\u1eafn k\u1ebft b\u1eb1ng gi\u00e1 tr\u1ecb th\u1eadt. C\u00f9ng ph\u00e1t tri\u1ec3n b\u1ec1n v\u1eefng.\r\n\r\n<\/p>\n                    <\/div>\n                                  <\/div>\n    <\/section>\n\n    \n    <section style=\"padding: 90px 20px; background: linear-gradient(to bottom, #000, #111); color: #fff; text-align: center;\">\n        <h3 style=\"font-size: 2rem; margin-bottom: 30px; font-weight: 700;\">\n            S\u1eb5n s\u00e0ng di\u1ec7n vibe ch\u1ea5t ch\u01b0a?        <\/h3>\n        <a href=\"https:\/\/moneybagstore.com\/vi\/\"\n            style=\"display: inline-block; padding: 16px 36px; background: #ffe600; color: #000; border-radius: 40px; text-decoration: none; font-weight: 700; font-size: 1.1rem;\">\n            Kh\u00e1m ph\u00e1 b\u1ed9 s\u01b0u t\u1eadp ngay        <\/a>\n    <\/section>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-757","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>About Us - Money Bag<\/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:\/\/moneybagstore.com\/vi\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"vi_VN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us - Money Bag\" \/>\n<meta property=\"og:url\" content=\"https:\/\/moneybagstore.com\/vi\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Money Bag\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61553099910994\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-01T05:30:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/moneybagstore.com\/about-us\/\",\"url\":\"https:\/\/moneybagstore.com\/about-us\/\",\"name\":\"About Us - Money Bag\",\"isPartOf\":{\"@id\":\"https:\/\/moneybagstore.com\/#website\"},\"datePublished\":\"2025-05-01T09:42:07+00:00\",\"dateModified\":\"2025-09-01T05:30:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/moneybagstore.com\/about-us\/#breadcrumb\"},\"inLanguage\":\"vi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/moneybagstore.com\/about-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/moneybagstore.com\/about-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/moneybagstore.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/moneybagstore.com\/#website\",\"url\":\"https:\/\/moneybagstore.com\/\",\"name\":\"Money Bag\",\"description\":\"Money Bag - Streetwear Vi\u1ec7t Ch\u00ednh H\u00e3ng | \u00c1o Thun, Ph\u1ee5 Ki\u1ec7n\",\"publisher\":{\"@id\":\"https:\/\/moneybagstore.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/moneybagstore.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"vi\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/moneybagstore.com\/#organization\",\"name\":\"Money Bag\",\"url\":\"https:\/\/moneybagstore.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"vi\",\"@id\":\"https:\/\/moneybagstore.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/moneybagstore.com\/wp-content\/uploads\/2025\/05\/cropped-logo_gold_moneybag_vibe-1.png\",\"contentUrl\":\"https:\/\/moneybagstore.com\/wp-content\/uploads\/2025\/05\/cropped-logo_gold_moneybag_vibe-1.png\",\"width\":512,\"height\":512,\"caption\":\"Money Bag\"},\"image\":{\"@id\":\"https:\/\/moneybagstore.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=61553099910994\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About Us - Money Bag","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:\/\/moneybagstore.com\/vi\/about-us\/","og_locale":"vi_VN","og_type":"article","og_title":"About Us - Money Bag","og_url":"https:\/\/moneybagstore.com\/vi\/about-us\/","og_site_name":"Money Bag","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61553099910994","article_modified_time":"2025-09-01T05:30:37+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/moneybagstore.com\/about-us\/","url":"https:\/\/moneybagstore.com\/about-us\/","name":"About Us - Money Bag","isPartOf":{"@id":"https:\/\/moneybagstore.com\/#website"},"datePublished":"2025-05-01T09:42:07+00:00","dateModified":"2025-09-01T05:30:37+00:00","breadcrumb":{"@id":"https:\/\/moneybagstore.com\/about-us\/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/moneybagstore.com\/about-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/moneybagstore.com\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/moneybagstore.com\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/moneybagstore.com\/#website","url":"https:\/\/moneybagstore.com\/","name":"Money Bag","description":"Money Bag - Streetwear Vi\u1ec7t Ch\u00ednh H\u00e3ng | \u00c1o Thun, Ph\u1ee5 Ki\u1ec7n","publisher":{"@id":"https:\/\/moneybagstore.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/moneybagstore.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"vi"},{"@type":"Organization","@id":"https:\/\/moneybagstore.com\/#organization","name":"Money Bag","url":"https:\/\/moneybagstore.com\/","logo":{"@type":"ImageObject","inLanguage":"vi","@id":"https:\/\/moneybagstore.com\/#\/schema\/logo\/image\/","url":"https:\/\/moneybagstore.com\/wp-content\/uploads\/2025\/05\/cropped-logo_gold_moneybag_vibe-1.png","contentUrl":"https:\/\/moneybagstore.com\/wp-content\/uploads\/2025\/05\/cropped-logo_gold_moneybag_vibe-1.png","width":512,"height":512,"caption":"Money Bag"},"image":{"@id":"https:\/\/moneybagstore.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61553099910994"]}]}},"_links":{"self":[{"href":"https:\/\/moneybagstore.com\/vi\/wp-json\/wp\/v2\/pages\/757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moneybagstore.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/moneybagstore.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/moneybagstore.com\/vi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/moneybagstore.com\/vi\/wp-json\/wp\/v2\/comments?post=757"}],"version-history":[{"count":42,"href":"https:\/\/moneybagstore.com\/vi\/wp-json\/wp\/v2\/pages\/757\/revisions"}],"predecessor-version":[{"id":1762,"href":"https:\/\/moneybagstore.com\/vi\/wp-json\/wp\/v2\/pages\/757\/revisions\/1762"}],"wp:attachment":[{"href":"https:\/\/moneybagstore.com\/vi\/wp-json\/wp\/v2\/media?parent=757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}