{"id":1220,"date":"2025-12-02T05:10:53","date_gmt":"2025-12-02T05:10:53","guid":{"rendered":"https:\/\/botmixedap.vn\/?page_id=1220"},"modified":"2025-12-04T12:42:28","modified_gmt":"2025-12-04T12:42:28","slug":"bot-mi","status":"publish","type":"page","link":"https:\/\/botmixedap.vn\/ko\/bot-mi\/","title":{"rendered":"\ubc00\uac00\ub8e8"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1220\" class=\"elementor elementor-1220\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b24be22 e-flex e-con-boxed e-con e-parent\" data-id=\"b24be22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ff1a622 e-con-full e-flex e-con e-child\" data-id=\"ff1a622\" data-element_type=\"container\" data-e-type=\"container\">\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-bc39d39 e-con-full e-flex e-con e-parent\" data-id=\"bc39d39\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a2f1cdc e-con-full e-flex e-con e-child\" data-id=\"a2f1cdc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-38ac888 e-flex e-con-boxed e-con e-child\" data-id=\"38ac888\" 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-8ce2722 elementor-widget elementor-widget-shortcode\" data-id=\"8ce2722\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <style>\n    .bm-search-bar {\n      max-width: 1200px;\n      margin: 0 auto;\n    }\n\n    .bm-search-form {\n      display: flex;\n      align-items: stretch;\n      gap: 16px;\n      padding: 18px 24px;\n      background: #ffffff;\n      border-radius: 8px;\n      box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n    }\n\n    .bm-field {\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n      min-width: 0;\n    }\n\n    .bm-field-keyword {\n      flex: 1.4;\n    }\n\n    .bm-field:not(.bm-field-keyword) {\n      flex: 1;\n    }\n\n    .bm-label {\n      font-size: 13px;\n      color: #777;\n    }\n\n    .bm-input-wrap {\n      position: relative;\n      display: flex;\n      align-items: center;\n    }\n\n    .bm-input-wrap input {\n      width: 100%;\n      padding: 8px 12px 8px 34px;\n      border: 1px solid #f2a31a;\n      border-radius: 999px;\n      font-size: 14px;\n      outline: none;\n    }\n\n    .bm-input-wrap input:focus {\n      box-shadow: 0 0 0 2px rgba(242,163,26,0.2);\n    }\n\n    .bm-icon-search {\n      position: absolute;\n      left: 12px;\n      width: 14px;\n      height: 14px;\n      border-radius: 999px;\n      border: 2px solid #f05a24;\n      box-sizing: border-box;\n    }\n\n    .bm-icon-search::after {\n      content: \"\";\n      position: absolute;\n      width: 7px;\n      height: 2px;\n      background: #f05a24;\n      border-radius: 10px;\n      transform: rotate(45deg);\n      right: -4px;\n      bottom: -1px;\n    }\n\n    .bm-field select {\n      width: 100%;\n      padding: 8px 32px 8px 12px;\n      border: 1px solid #f2a31a;\n      border-radius: 999px;\n      font-size: 14px;\n      background: #fff;\n      appearance: none;\n      -webkit-appearance: none;\n      -moz-appearance: none;\n      background-image: linear-gradient(45deg, transparent 50%, #f2a31a 50%),\n                        linear-gradient(135deg, #f2a31a 50%, transparent 50%);\n      background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;\n      background-size: 6px 6px, 6px 6px;\n      background-repeat: no-repeat;\n    }\n\n    .bm-actions-wrap {\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n    }\n\n    .bm-actions-label {\n      font-size: 13px;\n      color: transparent;\n    }\n\n    .bm-actions {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n\n    .bm-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0 20px;\n      height: 44px;\n      border-radius: 6px;\n      font-size: 14px;\n      font-weight: 500;\n      text-decoration: none;\n      white-space: nowrap;\n    }\n\n    .bm-btn-search {\n      background: #f2a31a;\n      color: #fff;\n      border: none;\n      cursor: pointer;\n    }\n\n    .bm-btn-search:hover {\n      background: #e38f04;\n    }\n\n    .bm-btn-ecat-img {\n      display: block;\n      height: 44px;\n      border-radius: 5px;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.12);\n    }\n\n    @media (max-width: 1024px) {\n      .bm-search-form {\n        flex-wrap: wrap;\n      }\n      .bm-actions {\n        width: auto;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .bm-search-form {\n        flex-direction: column;\n        align-items: stretch;\n      }\n      .bm-actions {\n        justify-content: flex-start;\n      }\n    }\n    <\/style>\n\n    <div class=\"bm-search-bar\">\n      <form class=\"bm-search-form\" method=\"get\" action=\"https:\/\/botmixedap.vn\/ko\/ket-qua-san-pham\/\" data-trp-original-action=\"https:\/\/botmixedap.vn\/ko\/ket-qua-san-pham\/\">\n        <div class=\"bm-field bm-field-keyword\">\n          <span class=\"bm-label\">\uc81c\ud488 \uac80\uc0c9<\/span>\n          <div class=\"bm-input-wrap\">\n            <span class=\"bm-icon-search\"><\/span>\n            <input type=\"text\"\n                   name=\"keyword\"\n                   placeholder=\"\uc81c\ud488\uba85 \uc785\ub825\"\n                   value=\"\">\n          <\/div>\n        <\/div>\n\n        <div class=\"bm-field\">\n          <span class=\"bm-label\">\uc81c\ud488 \uc720\ud615<\/span>\n <select name=\"prod_cat\">\n  <option value=\"\">\ubaa8\ub4e0 \uc81c\ud488<\/option>\n                            <option value=\"bot-mi\"\n              >\n              \ubc00\uac00\ub8e8          <\/option>\n                          <option value=\"bot-tron-san\"\n              >\n              \uc989\uc11d \ubd84\ub9d0          <\/option>\n                          <option value=\"duong-tron\"\n              >\n              \ud63c\ud569 \uacbd\ub85c          <\/option>\n                  <\/select>\n\n        <\/div>\n\n        <div class=\"bm-field\">\n          <span class=\"bm-label\">\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8<\/span>\n          <select name=\"prod_tag\">\n            <option value=\"\">\ubaa8\ub4e0 \uc560\ud50c\ub9ac\ucf00\uc774\uc158<\/option>\n                                                <option value=\"banh-bao\"\n                        >\n                        \ub9cc\ub450                    <\/option>\n                                    <option value=\"sponge-cake\"\n                        >\n                        \uc2a4\ud3f0\uc9c0 \ucf00\uc774\ud06c                    <\/option>\n                                    <option value=\"cookie\"\n                        >\n                        \ucfe0\ud0a4                    <\/option>\n                                    <option value=\"banh-cookies\"\n                        >\n                        \ucfe0\ud0a4                    <\/option>\n                                    <option value=\"banh-mi\"\n                        >\n                        \ube75                    <\/option>\n                                    <option value=\"banh-mi-me\"\n                        >\n                        \ucc38\uae68 \ube75                    <\/option>\n                                    <option value=\"banh-mochi\"\n                        >\n                        \ubaa8\ucc0c                    <\/option>\n                                    <option value=\"banh-ngot\"\n                        >\n                        \uacfc\uc790                    <\/option>\n                                    <option value=\"pastry\"\n                        >\n                        \ud328\uc2a4\ud2b8\ub9ac                    <\/option>\n                                    <option value=\"banh-su-dai\"\n                        >\n                        \ucac4\uae43\ud55c \uc218\ube75                    <\/option>\n                                    <option value=\"banh-trung-thu\"\n                        >\n                        \uc911\ucd94\uc808 \ub5a1                    <\/option>\n                                    <option value=\"bot-chien-ga\"\n                        >\n                        \uce58\ud0a8 \ud280\uae40 \uac00\ub8e8                    <\/option>\n                                    <option value=\"bot-mi-cong-nghiep\"\n                        >\n                        \uc0b0\uc5c5\uc6a9 \ubc00\uac00\ub8e8                    <\/option>\n                                    <option value=\"bot-tom\"\n                        >\n                        \uc0c8\uc6b0 \uac00\ub8e8                    <\/option>\n                                    <option value=\"bot-tron-san\"\n                        >\n                        \uc989\uc11d \ubd84\ub9d0                    <\/option>\n                                    <option value=\"bot-tron-san-dung-lam-banh\"\n                        >\n                        \ubca0\uc774\ud0b9\uc6a9 \ud63c\ud569 \uac00\ub8e8                    <\/option>\n                                    <option value=\"cam-mi\"\n                        >\n                        \ubc00\uac00\ub8e8                    <\/option>\n                                    <option value=\"duong-tron\"\n                        >\n                        \ud63c\ud569 \uacbd\ub85c                    <\/option>\n                                    <option value=\"fritter\"\n                        >\n                        \ud280\uae40                    <\/option>\n                                    <option value=\"ga-ran\"\n                        >\n                        \uce58\ud0a8                    <\/option>\n                                    <option value=\"mandu\"\n                        >\n                        \ub9cc\ub450                    <\/option>\n                                    <option value=\"mi-can\"\n                        >\n                        \uba74 \uac04                    <\/option>\n                                    <option value=\"mi-soi\"\n                        >\n                        \uba74                    <\/option>\n                                    <option value=\"mi-tuoi\"\n                        >\n                        \uc0dd\uba74                    <\/option>\n                                    <option value=\"tempura\"\n                        >\n                        \ub374\ud478\ub77c                    <\/option>\n                                      <\/select>\n        <\/div>\n\n        <div class=\"bm-actions-wrap\">\n          <span class=\"bm-actions-label\">.<\/span>\n          <div class=\"bm-actions\">\n            <button type=\"submit\" class=\"bm-btn bm-btn-search\">\uac80\uc0c9<\/button>\n\n            <a href=\"https:\/\/botmixedap.vn\/wp-content\/upload\/2025\/12\/sample-ecatalog.pdf\"\n               class=\"bm-btn-ecat\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" class=\"bm-btn-ecat-img\"\n                   src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2025\/12\/download-catalog.png\"\n                   alt=\"E-\uce74\ud0c8\ub85c\uadf8 \ub2e4\uc6b4\ub85c\ub4dc\">\n            <\/a>\n          <\/div>\n        <\/div>\n      <input type=\"hidden\" name=\"trp-form-language\" value=\"ko\"\/><\/form>\n    <\/div>\n\n    <\/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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d54311f e-flex e-con-boxed e-con e-parent\" data-id=\"d54311f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b4c5e5d e-flex e-con-boxed e-con e-child\" data-id=\"b4c5e5d\" 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-f5879f0 elementor-widget elementor-widget-shortcode\" data-id=\"f5879f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div id=\"bmxd-botmi-page\" class=\"bmxd-botmi-page\" data-per-page=\"9\">\n\n<aside class=\"bmxd-botmi-sidebar\">\n<form class=\"bmxd-botmi-filter\" onsubmit=\"return false;\" action=\"\">\n<h3 class=\"bmxd-botmi-filter-heading\">\ubc00\uac00\ub8e8 \ubaa9\ub85d<\/h3>\n\n <div class=\"bmxd-botmi-filter-group\" data-param=\"protein\">\n<div class=\"bmxd-botmi-filter-title\">\ub2e8\ubc31\uc9c8<\/div>\n<ul class=\"bmxd-botmi-filter-list\">\n<li>\n<label>\n<input type=\"checkbox\" value=\"protein-cao\">\n<span>\uace0\ub2e8\ubc31\uc9c8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"protein-trung-binh\">\n<span>\ud3c9\uade0 \ub2e8\ubc31\uc9c8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"protein-thap\">\n<span>\ub2e8\ubc31\uc9c8 \ubd80\uc871<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"protein-khac\">\n<span>\ub2e4\ub978<\/span>\n<\/label>\n<\/li>\n<\/ul>\n<\/div>\n <div class=\"bmxd-botmi-filter-group\" data-param=\"cong_nang\">\n<div class=\"bmxd-botmi-filter-title\">\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8<\/div>\n<ul class=\"bmxd-botmi-filter-list\">\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-lam-banh-mi\">\n<span>\ube75\uc6a9 \ubc00\uac00\ub8e8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-lam-banh-bong-lan-cookies\">\n<span>\ubc00\uac00\ub8e8 (\uc2a4\ud3f0\uc9c0 \ucf00\uc774\ud06c &amp; \ucfe0\ud0a4\uc6a9)<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-lam-banh-bao-banh-hap\">\n<span>\ub9cc\ub450\uc640 \ucc10\ube75\uc6a9 \ubc00\uac00\ub8e8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-lam-vo-banh-mandu\">\n<span>\ub9cc\ub450\ud53c\uc6a9 \ubc00\uac00\ub8e8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-lam-mi-soi-hoanh-thanh\">\n<span>\ubc00\uac00\ub8e8\ub85c \ub9cc\ub4e0 \uba74\uacfc \ub9cc\ub450<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-da-dung\">\n<span>\ub2e4\uc6a9\ub3c4 \ubc00\uac00\ub8e8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-chuyen-dung\">\n<span>\uc804\ubb38\uc6a9 \ubc00\uac00\ub8e8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-lam-thuc-an-chan-nuoi-thuy-san\">\n<span>\uc0ac\ub8cc \ubc0f \uc218\uc0b0\uc6a9 \ubc00\uac00\ub8e8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-dung-trong-cong-nghiep\">\n<span>\uc0b0\uc5c5\uc6a9 \ubc00\uac00\ub8e8<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bot-mi-theo-yeu-cau-rieng-cua-khach-hang\">\n<span>\uace0\uac1d\uc758 \uac1c\ubcc4 \uc694\uad6c\uc5d0 \ub530\ub978 \ubc00\uac00\ub8e8<\/span>\n<\/label>\n<\/li>\n<\/ul>\n<\/div>\n <div class=\"bmxd-botmi-filter-group\" data-param=\"dong_goi\">\n<div class=\"bmxd-botmi-filter-title\">\ud3ec\uc7a5<\/div>\n<ul class=\"bmxd-botmi-filter-list\">\n<li>\n<label>\n<input type=\"checkbox\" value=\"goi-1kg\">\n<span>1kg \ud328\ud0a4\uc9c0<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bao-10kg\">\n<span>10kg \ud3ec\uc7a5<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bao-25kg\">\n<span>25kg \ud3ec\uc7a5<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"bao-40kg\">\n<span>40kg \ud3ec\uc7a5<\/span>\n<\/label>\n<\/li>\n<li>\n<label>\n<input type=\"checkbox\" value=\"dong-goi-khac\">\n<span>\ub2e4\ub978<\/span>\n<\/label>\n<\/li>\n<\/ul>\n<\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"ko\"\/><\/form>\n<\/aside>\n\n<section class=\"bmxd-botmi-content\">\n<div id=\"bmxd-botmi-products\" class=\"product-list-page-class\">\n<div class=\"bmxd-botmi-grid\"><article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-1390 status-publish first instock product_cat-bot-mi product_tag-banh-mi product_tag-banh-ngot has-post-thumbnail featured shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-hoang-kim-2-4\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/01\/botmi-xedap-hoang-kim-baogiay-25kg-01-768x768.jpg\" alt=\"\ud669\uae08 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-hoang-kim-2-4\/\">\ud669\uae08 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-2000 status-publish instock product_cat-bot-mi product_tag-banh-mi product_tag-banh-ngot has-post-thumbnail shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-kim-cuong-25kg\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/02\/botmi-xedap-kim-cuong-baopp-25kg-01-768x768.jpg\" alt=\"\ub2e4\uc774\uc544\ubaac\ub4dc \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-kim-cuong-25kg\/\">\ub2e4\uc774\uc544\ubaac\ub4dc \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-1861 status-publish instock product_cat-bot-mi product_tag-banh-mi product_tag-mi-tuoi has-post-thumbnail featured shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-do-25kg\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/01\/botmi-xedap-do-baopp-25kg-01-768x768.jpg\" alt=\"\ube68\uac04 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-do-25kg\/\">\ube68\uac04 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-2059 status-publish last instock product_cat-bot-mi product_tag-mi-soi has-post-thumbnail shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-nau-25kg\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/02\/botmi-xedap-nau-1-baopp-25kg-01-768x768.jpg\" alt=\"\ube0c\ub77c\uc6b4 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 1 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-nau-25kg\/\">\ube0c\ub77c\uc6b4 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 1 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-1894 status-publish first instock product_cat-bot-mi product_tag-banh-mi has-post-thumbnail featured shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-xanh-1-25kg\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/01\/botmi-xedap-xanh-1-baopp-25kg-01-768x768.jpg\" alt=\"\uadf8\ub9b0 \ubc14\uc774\ud06c \ubc00\uac00\ub8e8 1 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-xanh-1-25kg\/\">\uadf8\ub9b0 \ubc14\uc774\ud06c \ubc00\uac00\ub8e8 1 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-2033 status-publish instock product_cat-bot-mi product_tag-banh-mi product_tag-mandu has-post-thumbnail shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-tim-25kg\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/02\/botmi-xedap-tim-baopp-25kg-01-768x768.jpg\" alt=\"\uc790\uc804\uac70 \ubcf4\ub77c\uc0c9 \ubc00\uac00\ub8e8 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-tim-25kg\/\">\uc790\uc804\uac70 \ubcf4\ub77c\uc0c9 \ubc00\uac00\ub8e8 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-2195 status-publish instock product_cat-bot-mi product_tag-mi-can has-post-thumbnail shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-vang-25kg\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/03\/botmi-xedap-vang-baogiay-25kg-01-768x768.jpg\" alt=\"\ud669\uae08 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-vang-25kg\/\">\ud669\uae08 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-2163 status-publish last instock product_cat-bot-mi product_tag-banh-bao product_tag-mi-soi has-post-thumbnail shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-hong-25kg\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/02\/botmi-xedap-hong-baopp-25kg-01-768x768.jpg\" alt=\"\ud64d\uc0c9 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-hong-25kg\/\">\ud64d\uc0c9 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<article class=\"bmxd-botmi-card entry content-bg loop-entry product type-product post-2158 status-publish first instock product_cat-bot-mi product_tag-sponge-cake product_tag-cookie has-post-thumbnail shipping-taxable product-type-simple\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-xanh-la-1-25kg\/\" class=\"bmxd-botmi-card-thumb\">\n            <img decoding=\"async\" src=\"https:\/\/botmixedap.vn\/wp-content\/uploads\/2026\/02\/botmi-xedap-xanh-la-1-baogiay-25kg-01-768x768.jpg\" alt=\"\ub179\uc0c9 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 1 \u2013 25kg\">\n    <\/a>\n\n<div class=\"bmxd-botmi-card-body\">\n<h5 class=\"bmxd-botmi-card-title\">\n<a href=\"https:\/\/botmixedap.vn\/ko\/san-pham\/bot-mi\/bot-mi-xe-dap-xanh-la-1-25kg\/\">\ub179\uc0c9 \uc790\uc804\uac70 \ubc00\uac00\ub8e8 1 \u2013 25kg<\/a>\n<\/h5>\n<\/div>\n<\/article>\n<\/div><nav class=\"bmxd-botmi-pagination\" data-max-pages=\"6\">\n<button type=\"button\"\nclass=\"bmxd-botmi-page-btn is-active\"\ndata-page=\"1\">\n1<\/button>\n<button type=\"button\"\nclass=\"bmxd-botmi-page-btn\"\ndata-page=\"2\">\n2<\/button>\n<button type=\"button\"\nclass=\"bmxd-botmi-page-btn\"\ndata-page=\"3\">\n3<\/button>\n<button type=\"button\"\nclass=\"bmxd-botmi-page-btn\"\ndata-page=\"4\">\n4<\/button>\n<button type=\"button\"\nclass=\"bmxd-botmi-page-btn\"\ndata-page=\"5\">\n5<\/button>\n<button type=\"button\"\nclass=\"bmxd-botmi-page-btn\"\ndata-page=\"6\">\n6<\/button>\n<\/nav>\n<\/div>\n<\/section>\n\n<\/div>\n<\/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\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":"","meta":{"_acf_changed":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1220","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/botmixedap.vn\/ko\/wp-json\/wp\/v2\/pages\/1220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/botmixedap.vn\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/botmixedap.vn\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/botmixedap.vn\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/botmixedap.vn\/ko\/wp-json\/wp\/v2\/comments?post=1220"}],"version-history":[{"count":51,"href":"https:\/\/botmixedap.vn\/ko\/wp-json\/wp\/v2\/pages\/1220\/revisions"}],"predecessor-version":[{"id":1737,"href":"https:\/\/botmixedap.vn\/ko\/wp-json\/wp\/v2\/pages\/1220\/revisions\/1737"}],"wp:attachment":[{"href":"https:\/\/botmixedap.vn\/ko\/wp-json\/wp\/v2\/media?parent=1220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}