SELECT 
  cscart_bm_snapping.grid_id as grid_id, 
  cscart_bm_snapping.block_id as block_id, 
  IFNULL(
    dynamic_object_content.content, 
    default_content.content
  ) as content, 
  IFNULL(
    dynamic_object_content.object_id, 
    default_content.object_id
  ) AS object_id, 
  IFNULL(
    dynamic_object_content.object_type, 
    default_content.object_type
  ) AS object_type, 
  cscart_bm_block_statuses.object_ids as object_ids, 
  cscart_bm_snapping.*, 
  cscart_bm_blocks.*, 
  cscart_bm_blocks_descriptions.* 
FROM 
  cscart_bm_snapping 
  LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id 
  LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id 
  AND cscart_bm_block_statuses.object_type LIKE '' 
  LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id 
  LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code 
  AND default_content.snapping_id = 0 
  AND default_content.object_id = 0 
  AND default_content.object_type like '' 
  LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code 
  AND dynamic_object_content.object_id = 0 
  AND dynamic_object_content.object_type like '' 
WHERE 
  cscart_bm_snapping.grid_id IN (
    800, 805, 801, 802, 803, 804, 808, 812, 
    814, 809, 1236, 813, 810, 1237, 811, 
    1235, 816, 819, 824, 825, 827, 829, 833, 
    837, 838, 840, 841, 844, 848, 845, 850, 
    854, 820, 828, 830, 834, 846, 817, 821, 
    831, 835, 847, 851, 853, 822, 818, 823, 
    826, 832, 836, 839, 842, 843, 849, 852, 
    855, 856, 1239, 799
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'vn' 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00191

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1689.16"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1092.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_bm_snapping",
            "access_type": "range",
            "possible_keys": [
              "grid_id"
            ],
            "key": "grid_id",
            "used_key_parts": [
              "grid_id"
            ],
            "key_length": "4",
            "rows_examined_per_scan": 91,
            "rows_produced_per_join": 91,
            "filtered": "100.00",
            "index_condition": "(`kcoffee`.`cscart_bm_snapping`.`grid_id` in (800,805,801,802,803,804,808,812,814,809,1236,813,810,1237,811,1235,816,819,824,825,827,829,833,837,838,840,841,844,848,845,850,854,820,828,830,834,846,817,821,831,835,847,851,853,822,818,823,826,832,836,839,842,843,849,852,855,856,1239,799))",
            "cost_info": {
              "read_cost": "46.61",
              "eval_cost": "9.10",
              "prefix_cost": "55.71",
              "data_read_per_join": "70K"
            },
            "used_columns": [
              "snapping_id",
              "block_id",
              "grid_id",
              "wrapper",
              "user_class",
              "order",
              "status"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_block_statuses",
            "access_type": "ref",
            "possible_keys": [
              "snapping_id"
            ],
            "key": "snapping_id",
            "used_key_parts": [
              "snapping_id"
            ],
            "key_length": "4",
            "ref": [
              "kcoffee.cscart_bm_snapping.snapping_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 91,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(cscart_bm_block_statuses), ((`kcoffee`.`cscart_bm_snapping`.`snapping_id` = `kcoffee`.`cscart_bm_block_statuses`.`snapping_id`) and (`kcoffee`.`cscart_bm_block_statuses`.`object_type` like '')), true)",
            "cost_info": {
              "read_cost": "22.75",
              "eval_cost": "9.10",
              "prefix_cost": "87.56",
              "data_read_per_join": "10K"
            },
            "used_columns": [
              "snapping_id",
              "object_ids",
              "object_type"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "kcoffee.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 91,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "22.75",
              "eval_cost": "9.10",
              "prefix_cost": "119.41",
              "data_read_per_join": "19K"
            },
            "used_columns": [
              "block_id",
              "type",
              "properties",
              "company_id",
              "storefront_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "lang_code"
            ],
            "key_length": "10",
            "ref": [
              "kcoffee.cscart_bm_snapping.block_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 91,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "22.75",
              "eval_cost": "9.10",
              "prefix_cost": "151.26",
              "data_read_per_join": "69K"
            },
            "used_columns": [
              "block_id",
              "lang_code",
              "name"
            ]
          }
        },
        {
          "table": {
            "table_name": "default_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "snapping_id",
              "lang_code",
              "object_id"
            ],
            "key_length": "18",
            "ref": [
              "kcoffee.cscart_bm_snapping.block_id",
              "const",
              "kcoffee.cscart_bm_blocks_descriptions.lang_code",
              "const"
            ],
            "rows_examined_per_scan": 2,
            "rows_produced_per_join": 182,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(default_content), (`kcoffee`.`default_content`.`object_type` like ''), true)",
            "cost_info": {
              "read_cost": "45.50",
              "eval_cost": "18.20",
              "prefix_cost": "214.96",
              "data_read_per_join": "39K"
            },
            "used_columns": [
              "snapping_id",
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ]
          }
        },
        {
          "table": {
            "table_name": "dynamic_object_content",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "kcoffee.cscart_bm_snapping.block_id"
            ],
            "rows_examined_per_scan": 6,
            "rows_produced_per_join": 1092,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(dynamic_object_content), ((`kcoffee`.`dynamic_object_content`.`object_id` = 0) and (`kcoffee`.`dynamic_object_content`.`lang_code` = `kcoffee`.`cscart_bm_blocks_descriptions`.`lang_code`) and (`kcoffee`.`dynamic_object_content`.`object_type` like '')), true)",
            "cost_info": {
              "read_cost": "273.00",
              "eval_cost": "109.20",
              "prefix_cost": "597.16",
              "data_read_per_join": "238K"
            },
            "used_columns": [
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ]
          }
        }
      ]
    }
  }
}

Result

grid_id block_id content object_id object_type object_ids snapping_id wrapper user_class order status type properties company_id storefront_id lang_code name
803 78 0 988 ut2-top-cart-content hidden-phone 0 A cart_content a:11:{s:8:"template";s:23:"blocks/cart_content.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:22:"display_bottom_buttons";s:1:"Y";s:20:"display_delete_icons";s:1:"Y";s:19:"products_links_type";s:5:"thumb";} 0 1 vn Giỏ hàng
812 82 0 993 blocks/wrappers/footer_general.tpl row-fluid 0 A template a:8:{s:8:"template";s:44:"blocks/static_templates/my_account_links.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Tài khoản của tôi
811 85 a:1:{s:7:"content";s:3661:"<ul class="k-contact-list-compact"> <!-- 1. Địa chỉ công ty --> <li> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#64748B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="k-ic"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg> <span>{$settings.Company.company_city}, {$settings.Company.company_address}</span> </li> <!-- 2. Hotline 1 & Hotline 2 --> <li> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#64748B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="k-ic"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg> <span> <a href="tel:{$settings.Company.company_phone}"><bdi>{$settings.Company.company_phone}</bdi></a> <!-- <span class="k-sep">-</span> <a href="tel:{$settings.Company.company_phone_2}"><bdi>{$settings.Company.company_phone_2}</bdi></a> --> </span> </li> <!-- 3. Giờ làm việc --> <li> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#64748B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="k-ic"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg> <span>{__('weekday_abr_1')}-{__('weekday_abr_0')} 8.00 - 18.00</span> </li> <!-- 4. Email hỗ trợ --> <li> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#64748B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="k-ic"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg> <a href="mailto:{$settings.Company.company_users_department}" class="k-mail">{$settings.Company.company_users_department}</a> </li> <!-- 5. Xem trên bản đồ --> <li> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#64748B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="k-ic"><polygon points="1 6 1 22 8 18 15 22 22 18 22 2 15 6 8 2 1 6"/><line x1="8" y1="2" x2="8" y2="18"/><line x1="15" y1="6" x2="15" y2="22"/></svg> <a href="{'store_locator.search'|fn_url}" class="k-map">{__('view_on_map')} →</a> </li> </ul> <style> /* STYLE GỌN NHẸ - TINH TẾ - KHÔNG RƯỜM RÀ */ .k-contact-list-compact { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex; flex-direction: column; gap: 4px; } .k-contact-list-compact li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #475569; line-height: 1.4; } .k-ic { flex-shrink: 0; } .k-sep { color: #94A3B8; margin: 0 4px; } .k-contact-list-compact a { color: #334155; text-decoration: none; font-weight: 500; transition: color 0.2s ease; } .k-contact-list-compact a:hover { color: #6bb557; } .k-mail, .k-map { color: #6bb557 !important; font-weight: bold !important; } .k-mail:hover, .k-map:hover { color: #213664 !important; text-decoration: underline !important; } </style>";} 0 996 blocks/wrappers/footer_general.tpl footer-no-wysiwyg row-fluid 0 A safe_smarty_block a:8:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Liên Hệ Với Chúng Tôi
1235 86 0 997 text-center 0 A template a:8:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Copyright
816 88 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:11:"78,77,66,41";}} 0 999 homepage-banners 0 A banners a:13:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"500px";s:13:"height_mobile";s:5:"200px";s:5:"delay";s:2:"12";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:19:"main_banner_default";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:72:"https://kcoffee.vn/ca-phe-rang-xay/ca-phe-rang-xay-vietnam-morning-454g/";s:23:"abt__ut2_url_appearance";s:1:"B";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Main banners
817 89 a:1:{s:4:"menu";i:9;} 0 1000 blocks/wrappers/abt__ut2__mainbox_general.tpl 0 D ab__fast_navigation a:9:{s:8:"template";s:74:"addons/ab__fast_navigation/blocks/ab__fast_navigation/ab__fn_one_level.tpl";s:19:"ab__fn_display_type";s:11:"ab__fn_grid";s:32:"ab__fn_number_of_columns_desktop";s:2:"10";s:38:"ab__fn_number_of_columns_desktop_small";s:1:"6";s:31:"ab__fn_number_of_columns_tablet";s:1:"5";s:37:"ab__fn_number_of_columns_tablet_small";s:1:"4";s:31:"ab__fn_number_of_columns_mobile";s:1:"3";s:17:"ab__fn_icon_width";s:3:"100";s:22:"abt__ut2_demo_block_id";s:0:"";} 0 1 vn AB: Fast Navigation Catalog
819 90 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"57,33";}} 0 1001 homepage-banners 0 D banners a:11:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"200px";s:22:"abt__ut2_demo_block_id";s:12:"banner_cat_1";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 1
820 93 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"59,30";}} 0 1004 0 D banners a:11:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"200px";s:22:"abt__ut2_demo_block_id";s:12:"banner_cat_4";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 4
821 95 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"60,28";}} 0 1006 0 D banners a:11:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"200px";s:22:"abt__ut2_demo_block_id";s:12:"banner_cat_6";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 6
822 96 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"61,32";}} 0 1007 0 D banners a:11:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"200px";s:22:"abt__ut2_demo_block_id";s:12:"banner_cat_8";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 8
822 97 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"64,26";}} 0 1008 0 D banners a:11:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"200px";s:22:"abt__ut2_demo_block_id";s:12:"banner_cat_7";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 7
824 98 0 1009 0 A template a:12:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"Y";s:29:"abt__ut_title_line_decoration";s:1:"N";s:22:"abt__ut_big_size_title";s:7:"biggest";s:21:"abt__ut_title_opacity";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn <span style="color: #213664;"> SẢN PHẨM <mark style="color: #6bb557;">ĐƯỢC YÊU THÍCH NHẤT</mark> </span>
825 99 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:47:"303,292,294,355,353,298,300,334,335,352,356,354";}} 0 1010 0 A products a:19:{s:8:"template";s:46:"blocks/products/products_scroller_advanced.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:15:"thumbnail_width";s:0:"";s:25:"abt__ut2_thumbnail_height";s:0:"";s:5:"speed";s:3:"400";s:5:"delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:18:"outside_navigation";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"430";s:22:"skeleton_height_tablet";s:3:"415";s:22:"skeleton_height_mobile";s:3:"390";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"B";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn Cà Phê Ngon Nhất
827 102 0 1013 0 A template a:12:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"Y";s:29:"abt__ut_title_line_decoration";s:1:"Y";s:22:"abt__ut_big_size_title";s:7:"biggest";s:21:"abt__ut_title_opacity";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn <span style="color: #213664;"> QUÀ TẶNG TRUNG THU <mark style="color: #6bb557;">TRAO GỬI TRI ÂN</mark> </span>
829 103 a:3:{s:5:"width";s:3:"250";s:6:"height";s:3:"120";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"75";}} 0 1014 0 D banners a:13:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"230px";s:13:"height_mobile";s:5:"230px";s:5:"delay";s:1:"6";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:8:"banner_9";s:23:"skeleton_height_desktop";s:3:"250";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"250";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 9
830 106 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:35:"357,338,303,325,340,342,341,347,358";}} 0 1017 ut2-border-box 0 A products a:21:{s:8:"template";s:37:"blocks/products/products_scroller.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"Y";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"200";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:2:"10";s:24:"item_quantity_sm_desktop";s:1:"3";s:20:"item_quantity_tablet";s:1:"3";s:20:"item_quantity_mobile";s:1:"4";s:15:"thumbnail_width";s:3:"200";s:18:"outside_navigation";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"292";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"340";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn 01 - Seasonal [products]
831 108 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"49,70";}} 0 1019 0 A banners a:13:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"250px";s:5:"delay";s:1:"6";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:9:"banner_18";s:23:"skeleton_height_desktop";s:3:"250";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"250";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 18
833 109 0 1020 0 A template a:12:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"Y";s:29:"abt__ut_title_line_decoration";s:1:"Y";s:22:"abt__ut_big_size_title";s:7:"biggest";s:21:"abt__ut_title_opacity";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn <span style="color: #213664;">CÀ PHÊ RANG XAY <mark style="color: #6bb557;">CHUẨN GU NGUYÊN BẢN</mark> </span>
837 112 0 1023 0 A template a:12:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"Y";s:29:"abt__ut_title_line_decoration";s:1:"N";s:22:"abt__ut_big_size_title";s:3:"big";s:21:"abt__ut_title_opacity";s:1:"Y";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn <span style="color: #213664;">NĂNG LƯỢNG TỨC THÌ VỚI <mark style="color: #6bb557;">CÀ PHÊ HÒA TAN K COFFEE</mark> </span>
840 114 0 1025 0 D template a:6:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"Y";s:29:"abt__ut_title_line_decoration";s:1:"N";s:22:"abt__ut_big_size_title";s:3:"big";s:21:"abt__ut_title_opacity";s:1:"Y";s:22:"abt__ut2_demo_block_id";s:0:"";} 0 1 vn The <mark>best cameras</mark> today
841 115 a:1:{s:5:"items";a:6:{s:7:"filling";s:6:"newest";s:6:"period";s:1:"A";s:9:"last_days";s:1:"1";s:5:"limit";s:2:"10";s:3:"cid";s:0:"";s:27:"abt__ut2_mv_vendor_products";s:1:"N";}} 0 1026 0 D products a:9:{s:8:"template";s:30:"blocks/products/short_list.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"357";s:22:"skeleton_height_tablet";s:3:"431";s:22:"skeleton_height_mobile";s:3:"371";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn The best cameras today
845 117 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"34,43";}} 0 1028 0 A banners a:10:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"250px";s:5:"delay";s:1:"6";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:8:"banner_9";s:23:"skeleton_height_desktop";s:3:"250";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"250";} 0 1 vn AB: Banner 9
847 120 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"37";}} 0 1031 0 D banners a:10:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"250px";s:5:"delay";s:1:"6";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:9:"banner_10";s:23:"skeleton_height_desktop";s:3:"250";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"250";} 0 1 vn AB: Banner 10
848 122 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"34";}} 0 1033 0 D banners a:13:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:9:"0 0 5px 0";s:6:"height";s:5:"500px";s:13:"height_mobile";s:5:"500px";s:5:"delay";s:1:"6";s:10:"navigation";s:1:"N";s:22:"abt__ut2_demo_block_id";s:9:"banner_17";s:23:"skeleton_height_desktop";s:3:"500";s:22:"skeleton_height_tablet";s:3:"500";s:22:"skeleton_height_mobile";s:3:"500";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 17
851 125 a:1:{s:9:"promotion";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"30";}} 0 1036 0 A ab__deal_of_the_day a:12:{s:8:"template";s:57:"addons/ab__deal_of_the_day/blocks/ab__deal_of_the_day.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"400";s:22:"skeleton_height_tablet";s:3:"426";s:22:"skeleton_height_mobile";s:3:"734";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"Y";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:23:"hide_add_to_cart_button";s:1:"N";s:31:"ab__dotd_enable_countdown_timer";s:1:"Y";} 0 1 vn AB: Deal of the day
855 128 0 1039 0 A template a:12:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"Y";s:29:"abt__ut_title_line_decoration";s:1:"Y";s:22:"abt__ut_big_size_title";s:7:"biggest";s:21:"abt__ut_title_opacity";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn <span style="color: #213664;">KHÁM PHÁ THẾ GIỚI <mark style="color: #6bb557;">CÀ PHÊ SẠCH</mark></span>
801 197 0 983 top-logo 0 A template a:3:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:11:"enable_link";s:1:"Y";s:17:"abt__ut2_fly_menu";s:8:"top_logo";} 0 1 vn Logo
804 205 0 989 0 A template a:8:{s:8:"template";s:34:"blocks/static_templates/search.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Search
802 205 0 984 ut2-search hidden-phone 0 A template a:8:{s:8:"template";s:34:"blocks/static_templates/search.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Search
805 206 a:1:{s:4:"menu";s:1:"5";} 0 990 hidden-phone 0 A menu a:21:{s:8:"template";s:48:"blocks/menu/abt__ut2_dropdown_horizontal_mwi.tpl";s:19:"abt_menu_long_names";s:1:"N";s:29:"abt_menu_long_names_max_width";s:3:"100";s:40:"abt__menu_add_horizontal_scroll_sections";s:1:"Y";s:21:"abt__ut2_filling_type";s:14:"column_filling";s:22:"abt__ut2_columns_count";s:1:"5";s:30:"dropdown_second_level_elements";s:2:"30";s:29:"dropdown_third_level_elements";s:2:"30";s:40:"abt__no_hidden_elements_third_level_view";s:1:"5";s:31:"abt__ut2_view_more_btn_behavior";s:10:"view_items";s:19:"abt_menu_icon_items";s:1:"Y";s:22:"abt__menu_compact_view";s:1:"Y";s:24:"abt__ut2_menu_min_height";s:3:"450";s:22:"abt__ut2_demo_block_id";s:9:"main_menu";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:73:"https://v8.kcoffee.vn/sn-phm-ca-phe/ca-phe-rang-xay-vn-vn/?action=preview";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:27:"open_on_sticky_panel_button";s:1:"N";} 0 1 vn Main menu
809 219 a:1:{s:4:"menu";s:1:"3";} 0 1532 blocks/wrappers/footer_general.tpl row-fluid 0 A menu a:10:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:27:"open_on_sticky_panel_button";s:1:"N";} 0 1 vn K Coffee Store
1239 233 a:1:{s:7:"content";s:3162:"<div class="top-bar__left"> <a href="https://kcoffee.vn/livestream-facebook-vn" title="Xem Livestream Săn Sale K COFFEE" class="k-topbar-live-ticker"> <!-- Vibrant Glowing Red Live Badge --> <span class="k-live-badge-glow"> <span class="k-live-dot-beacon"> <span class="k-beacon-ring"></span> <span class="k-beacon-core"></span> </span> <!-- Signal Icon --> <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" style="flex-shrink: 0;"><circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49"></path><path d="M19.07 4.93a10 10 0 0 1 0 14.14"></path><path d="M7.76 16.24a6 6 0 0 1 0-8.49"></path><path d="M4.93 19.07a10 10 0 0 1 0-14.14"></path></svg> <span style="letter-spacing: 0.5px;">LIVESTREAM</span> </span> <!-- Ticker Text Content --> <span class="k-live-text-content"> <strong style="color: #DC2626; font-weight: bold;">Live Now:</strong> <span style="white-space: nowrap; font-weight: bold; color: #213664;">K&nbsp;COFFEE</span> Sale Hunting Event <span class="k-live-arrow">• Click to Watch Now →</span> </span> </a> </div> <style> /* STYLE THÔNG BÁO LIVESTREAM */ .k-topbar-live-ticker { display: inline-flex !important; align-items: center !important; gap: 10px !important; text-decoration: none !important; transition: transform 0.2s ease !important; } .k-topbar-live-ticker:hover .k-live-arrow { transform: translateX(4px) !important; color: #DC2626 !important; } /* Nút Badge LIVESTREAM Đỏ Phát Sáng */ .k-live-badge-glow { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%); color: #FFFFFF !important; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: bold; box-shadow: 0 2px 10px rgba(220, 38, 38, 0.35); flex-shrink: 0; } /* Chấm đỏ chớp nháy Live */ .k-live-dot-beacon { position: relative; width: 8px; height: 8px; display: inline-flex; align-items: center; justify-content: center; } .k-beacon-core { width: 8px; height: 8px; background-color: #FFFFFF; border-radius: 50%; position: relative; z-index: 2; } .k-beacon-ring { position: absolute; top: -3px; left: -3px; width: 14px; height: 14px; background-color: rgba(255, 255, 255, 0.7); border-radius: 50%; z-index: 1; animation: k-beacon-pulse 1.5s infinite ease-out; } @keyframes k-beacon-pulse { 0% { transform: scale(0.6); opacity: 0.9; } 70% { transform: scale(1.6); opacity: 0; } 100% { transform: scale(1.6); opacity: 0; } } .k-live-text-content { font-size: 13px; color: #334155; font-weight: 500; } .k-live-arrow { display: inline-block; transition: transform 0.2s ease, color 0.2s ease; color: #64748B; margin-left: 2px; } </style>";} 0 1550 0 D html_block a:8:{s:8:"template";s:21:"blocks/html_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Livestream block HTML
799 68 a:1:{s:4:"menu";s:2:"11";} 0 978 top-quick-links 1 A menu a:10:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"Y";s:22:"abt__ut2_demo_block_id";s:8:"top_menu";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:27:"open_on_sticky_panel_button";s:1:"N";} 0 1 vn Quick links
803 79 0 987 ut2-top-my-account hidden-phone 1 A my_account a:8:{s:8:"template";s:21:"blocks/my_account.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Tài khoản
819 91 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"62,29";}} 0 1002 1 D banners a:11:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"200px";s:22:"abt__ut2_demo_block_id";s:12:"banner_cat_2";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 2
820 92 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"58,31";}} 0 1003 1 D banners a:11:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"200px";s:22:"abt__ut2_demo_block_id";s:12:"banner_cat_3";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 3
821 94 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"63,27";}} 0 1005 1 D banners a:11:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"200px";s:22:"abt__ut2_demo_block_id";s:12:"banner_cat_5";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 5
825 100 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:43:"325,323,335,333,334,352,354,356,363,359,361";}} 0 1011 1 A products a:19:{s:8:"template";s:46:"blocks/products/products_scroller_advanced.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:15:"thumbnail_width";s:0:"";s:25:"abt__ut2_thumbnail_height";s:0:"";s:5:"speed";s:3:"400";s:5:"delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:18:"outside_navigation";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"430";s:22:"skeleton_height_tablet";s:3:"415";s:22:"skeleton_height_mobile";s:3:"390";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn Bạn Nên Mua Kèm
831 104 a:1:{s:5:"items";a:6:{s:7:"filling";s:6:"newest";s:6:"period";s:1:"A";s:9:"last_days";s:1:"1";s:5:"limit";s:1:"4";s:3:"cid";s:3:"297";s:27:"abt__ut2_mv_vendor_products";s:1:"N";}} 0 1015 ut2-color-box 1 D products a:12:{s:8:"template";s:40:"blocks/products/products_small_items.tpl";s:11:"item_number";s:1:"N";s:15:"thumbnail_width";s:2:"90";s:16:"thumbnail_height";s:3:"100";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"367";s:22:"skeleton_height_tablet";s:3:"309";s:22:"skeleton_height_mobile";s:3:"292";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn 02 - Seasonal [products]
829 105 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:43:"303,304,305,311,322,323,324,325,400,401,402";}} 0 1016 ut2-gray-box 1 D products a:14:{s:8:"template";s:53:"blocks/products/products_native_scroller_advanced.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:15:"thumbnail_width";s:0:"";s:25:"abt__ut2_thumbnail_height";s:0:"";s:13:"item_quantity";s:1:"5";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"562";s:22:"skeleton_height_tablet";s:3:"576";s:22:"skeleton_height_mobile";s:3:"546";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn 03 - Seasonal [products]
833 110 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:43:"303,408,292,294,302,298,300,296,297,305,304";}} 0 1021 1 A products a:19:{s:8:"template";s:46:"blocks/products/products_scroller_advanced.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"Y";s:15:"scroll_per_page";s:1:"Y";s:15:"thumbnail_width";s:3:"210";s:25:"abt__ut2_thumbnail_height";s:3:"210";s:5:"speed";s:3:"400";s:5:"delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:18:"outside_navigation";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"357";s:22:"skeleton_height_tablet";s:3:"431";s:22:"skeleton_height_mobile";s:3:"371";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn Rang xay
845 118 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:5:"36,39";}} 0 1029 1 A banners a:10:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"250px";s:5:"delay";s:1:"3";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:9:"banner_12";s:23:"skeleton_height_desktop";s:3:"250";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"250";} 0 1 vn AB: Banner 12
830 123 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"34";}} 0 1497 1 D banners a:13:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"250px";s:5:"delay";s:1:"6";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:9:"banner_16";s:23:"skeleton_height_desktop";s:3:"250";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"250";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 16
848 123 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"34";}} 0 1034 1 D banners a:13:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"250px";s:5:"delay";s:1:"6";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:9:"banner_16";s:23:"skeleton_height_desktop";s:3:"250";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"250";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 16
853 127 a:1:{s:5:"items";a:4:{s:7:"filling";s:26:"ab__dotd_sorted_promotions";s:7:"sort_by";s:7:"to_date";s:10:"sort_order";s:4:"desc";s:5:"limit";s:2:"10";}} 0 1038 scroller 1 A ab__promotions a:10:{s:8:"template";s:66:"addons/ab__deal_of_the_day/blocks/promotions/ab__dotd_scroller.tpl";s:24:"not_scroll_automatically";s:1:"Y";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:18:"outside_navigation";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"367";s:22:"skeleton_height_tablet";s:3:"345";s:22:"skeleton_height_mobile";s:3:"411";} 0 1 vn Promotions
855 129 a:1:{s:5:"items";a:3:{s:7:"filling";s:25:"blog.abt_ut2_recent_posts";s:14:"parent_page_id";s:0:"";s:5:"limit";s:1:"7";}} 0 1040 1 A blog a:8:{s:8:"template";s:43:"addons/blog/blocks/abt_ut2_recent_posts.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"499";s:22:"skeleton_height_tablet";s:3:"500";s:22:"skeleton_height_mobile";s:4:"1045";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Stay updated with the latest news (blog)
856 132 0 1043 1 A main 0 1 vn Main content
801 204 a:1:{s:4:"menu";s:1:"6";} 0 982 blocks/wrappers/onclick_dropdown.tpl top-menu-grid-vertical hidden-desktop hidden-tablet 1 D menu a:18:{s:8:"template";s:46:"blocks/menu/abt__ut2_dropdown_vertical_mwi.tpl";s:21:"abt__ut2_filling_type";s:14:"column_filling";s:22:"abt__ut2_columns_count";s:1:"4";s:30:"dropdown_second_level_elements";s:2:"30";s:29:"dropdown_third_level_elements";s:2:"30";s:40:"abt__no_hidden_elements_third_level_view";s:1:"5";s:31:"abt__ut2_view_more_btn_behavior";s:10:"view_items";s:19:"abt_menu_icon_items";s:1:"Y";s:22:"abt__menu_compact_view";s:1:"N";s:24:"abt__ut2_menu_min_height";s:3:"550";s:22:"abt__ut2_demo_block_id";s:9:"main_menu";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:27:"open_on_sticky_panel_button";s:1:"N";} 0 1 vn Categories
816 226 a:1:{s:7:"content";s:5295:"<div class="ty-mb-l ty-mt-l" style="width: 100%; clear: both;border: 1px solid #E2E8F0; margin:0px; background-color: #F8FAFC;"> <div class="row-fluid features-bar-av" style="overflow: hidden;margin:0 auto; max-width: 1370px; width: 100%;"> <!-- Item 1: Nguyên chất --> <div class="span3" style="width: 25%; margin-left: 0; padding: 20px 15px; box-sizing: border-box; background-color: #F8FAFC; border-right: 1px solid #E2E8F0; display: flex; align-items: center;"> <div style="flex-shrink: 0; margin-right: 12px;"> <svg style="width: 36px; height: 36px; display: block;" viewBox="0 0 24 24" fill="none" stroke="#16a34a" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"> <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path> <path d="M9 12l2 2 4-4"></path> </svg> </div> <div> <h4 class="ty-subheader ty-strong ty-mb-none" style="color: #0F172A; font-size: 15px; margin: 0;padding: 0; line-height: 1.2;">100% Nguyên Chất</h4> <p class="ty-text-muted ty-mb-none" style="font-size: 13px; margin: 0px; line-height: 1.4;">Không phụ gia hay hoá chất</p> </div> </div> <!-- Item 2: Giao Hàng --> <div class="span3" style="width: 25%; margin-left: 0; padding: 20px 15px; box-sizing: border-box; background-color: #F8FAFC; border-right: 1px solid #E2E8F0; display: flex; align-items: center;"> <div style="flex-shrink: 0; margin-right: 12px;"> <svg style="width: 36px; height: 36px; display: block;" viewBox="0 0 24 24" fill="none" stroke="#16a34a" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"> <path d="M10 17h4V5H2v12h3"></path> <path d="M20 17h2v-3.34a4 4 0 0 0-1.17-2.83L19 9h-5"></path> <path d="M14 17h1"></path> <circle cx="7.5" cy="17.5" r="2.5"></circle> <circle cx="17.5" cy="17.5" r="2.5"></circle> </svg> </div> <div> <h4 class="ty-subheader ty-strong ty-mb-none" style="color: #0F172A; font-size: 15px; margin-top: 0;padding: 0; line-height: 1.2;">Giao Hàng Nhanh</h4> <p class="ty-text-muted ty-mb-none" style="font-size: 13px; margin: 0px; line-height: 1.4;">Miễn phí ship đơn hàng lớn</p> </div> </div> <!-- Item 3: Chứng Nhận --> <div class="span3" style="width: 25%; margin-left: 0; padding: 20px 15px; box-sizing: border-box; background-color: #F8FAFC; border-right: 1px solid #E2E8F0; display: flex; align-items: center;"> <div style="flex-shrink: 0; margin-right: 12px;"> <svg style="width: 36px; height: 36px; display: block;" viewBox="0 0 24 24" fill="none" stroke="#16a34a" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"> <circle cx="12" cy="8" r="7"></circle> <polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline> </svg> </div> <div> <h4 class="ty-subheader ty-strong ty-mb-none" style="color: #0F172A; font-size: 15px; margin-top: 0;padding: 0; line-height: 1.2;">Chứng Nhận Quốc Tế</h4> <p class="ty-text-muted ty-mb-none" style="font-size: 13px; margin: 0px; line-height: 1.4;">ISO, HACCP & RainForest</p> </div> </div> <!-- Item 4: Hỗ trợ --> <div class="span3" style="width: 25%; margin-left: 0; padding: 20px 15px; box-sizing: border-box; background-color: #F8FAFC; display: flex; align-items: center;"> <div style="flex-shrink: 0; margin-right: 12px;"> <svg style="width: 36px; height: 36px; display: block;" viewBox="0 0 24 24" fill="none" stroke="#16a34a" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"> <path d="M3 18v-6a9 9 0 0 1 18 0v6"></path> <path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path> </svg> </div> <div> <h4 class="ty-subheader ty-strong ty-mb-none" style="color: #0F172A; font-size: 15px; margin-top: 0;padding: 0; line-height: 1.2;">Hỗ Trợ 24/7</h4> <p class="ty-text-muted ty-mb-none" style="font-size: 13px; margin: 0px; line-height: 1.4;">Hotline 1900 5588 08</p> </div> </div> </div> </div>";} 0 1540 hidden-phone 1 D html_block a:8:{s:8:"template";s:21:"blocks/html_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Features bar
1235 234 a:1:{s:7:"content";s:458:"<style> .ty-btn__primary.ty-btn__subscribe { display: inline-block !important; background-color: #6bb557 !important; color: #FFFFFF !important; font-weight: 500 !important; border-radius: 8px !important; text-decoration: none !important; transition: background-color 0.2s ease !important; } #subscr_email133 { border-radius: 8px !important; font-weight: 500 !important; text-decoration: none !important; font-size: 14px !important; } </style>";} 0 1551 1 A html_block a:8:{s:8:"template";s:21:"blocks/html_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn custom style
799 69 0 979 top-currencies 2 A currencies a:4:{s:8:"template";s:21:"blocks/currencies.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:6:"format";s:6:"symbol";s:14:"dropdown_limit";s:1:"0";} 0 1 vn Currencies
802 74 0 985 hidden-phone 2 A template a:12:{s:8:"template";s:46:"blocks/static_templates/abt__ut2__contacts.tpl";s:49:"abt__ut2__block_contacts_show_call_request_button";s:1:"Y";s:44:"abt__ut2__block_contacts_show_social_buttons";s:1:"Y";s:35:"abt__ut2__block_contacts_show_email";s:1:"Y";s:36:"abt__ut2__block_contacts_show_addres";s:1:"Y";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Contacts
825 101 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:11:"303,305,304";}} 0 1012 2 A products a:19:{s:8:"template";s:46:"blocks/products/products_scroller_advanced.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:15:"thumbnail_width";s:0:"";s:25:"abt__ut2_thumbnail_height";s:0:"";s:5:"speed";s:3:"400";s:5:"delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:18:"outside_navigation";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"430";s:22:"skeleton_height_tablet";s:3:"415";s:22:"skeleton_height_mobile";s:3:"390";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn Dòng Cà Phê Đặc Sản Specialty
834 111 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:11:"46,67,68,69";}} 0 1022 2 A banners a:15:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_multiple.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"450px";s:13:"height_mobile";s:5:"350px";s:13:"minimal_width";s:5:"300px";s:19:"multiple_mode_items";s:1:"4";s:10:"navigation";s:1:"L";s:5:"delay";s:1:"6";s:22:"abt__ut2_demo_block_id";s:9:"banner_15";s:23:"skeleton_height_desktop";s:3:"455";s:22:"skeleton_height_tablet";s:3:"455";s:22:"skeleton_height_mobile";s:3:"455";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn AB: Banner 15
838 113 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:23:"334,335,333,332,350,351";}} 0 1024 2 A products a:19:{s:8:"template";s:46:"blocks/products/products_scroller_advanced.tpl";s:10:"show_price";s:1:"Y";s:17:"enable_quick_view";s:1:"N";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:15:"thumbnail_width";s:3:"210";s:25:"abt__ut2_thumbnail_height";s:3:"210";s:5:"speed";s:3:"400";s:5:"delay";s:1:"3";s:13:"item_quantity";s:1:"5";s:18:"outside_navigation";s:1:"Y";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"357";s:22:"skeleton_height_tablet";s:3:"431";s:22:"skeleton_height_mobile";s:3:"371";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 vn Hoà tan
842 116 0 1027 2 D template a:6:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"Y";s:29:"abt__ut_title_line_decoration";s:1:"Y";s:22:"abt__ut_big_size_title";s:7:"biggest";s:21:"abt__ut_title_opacity";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";} 0 1 vn Discover some of <mark>our promotions</mark>
846 119 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"44";}} 0 1030 2 D banners a:10:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"520px";s:13:"height_mobile";s:5:"520px";s:5:"delay";s:1:"6";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:9:"banner_11";s:23:"skeleton_height_desktop";s:3:"520";s:22:"skeleton_height_tablet";s:3:"520";s:22:"skeleton_height_mobile";s:3:"520";} 0 1 vn AB: Banner 11
847 121 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:2:"38";}} 0 1032 2 D banners a:10:{s:8:"template";s:66:"addons/abt__unitheme2/blocks/abt__ut2_banner_carousel_combined.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"250px";s:5:"delay";s:1:"7";s:10:"navigation";s:1:"D";s:22:"abt__ut2_demo_block_id";s:9:"banner_13";s:23:"skeleton_height_desktop";s:3:"250";s:22:"skeleton_height_tablet";s:3:"250";s:22:"skeleton_height_mobile";s:3:"250";} 0 1 vn AB: Banner 13
853 124 0 1035 blocks/wrappers/mainbox_general.tpl 2 A template a:8:{s:8:"template";s:40:"blocks/static_templates/profile_info.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn The best <mark>deals of the day</mark>
854 126 0 1037 ut2-bottom-sm 2 A template a:12:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"Y";s:29:"abt__ut_title_line_decoration";s:1:"N";s:22:"abt__ut_big_size_title";s:7:"biggest";s:21:"abt__ut_title_opacity";s:1:"Y";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn CÁC CHƯƠNG TRÌNH KHUYẾN MÃI
856 133 0 1044 2 A template a:5:{s:8:"template";s:46:"blocks/static_templates/subscribe_advanced.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"178";s:22:"skeleton_height_tablet";s:3:"188";s:22:"skeleton_height_mobile";s:3:"192";} 0 1 vn AB: Subscribe
1237 134 a:1:{s:7:"content";s:3704:"<div class="ut2-social-links k-social-row" style="margin-top:4px"> <!-- 1. Zalo --> <a target="_blank" rel="noopener noreferrer" href="https://zalo.me/864456449636476754" title="Zalo K COFFEE" class="k-social-btn k-social-zalo"> <img src="/images/icons/zalo.png" alt="Zalo K COFFEE" class="k-social-img"> </a> <!-- 2. Facebook --> <a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/kcoffee.vn" title="Facebook K COFFEE" class="k-social-btn k-social-facebook"> <img src="/images/icons/facebook.png" alt="Facebook K COFFEE" class="k-social-img"> </a> <!-- 3. YouTube --> <a target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/@KCOFFEE" title="YouTube K COFFEE" class="k-social-btn k-social-youtube"> <img src="/images/icons/youtube.png" alt="YouTube K COFFEE" class="k-social-img"> </a> <!-- 4. Instagram --> <a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/k.coffee.phucsinh?utm_source=qr" title="Instagram K COFFEE" class="k-social-btn k-social-instagram"> <img src="/images/icons/instagram.png" alt="Instagram K COFFEE" class="k-social-img"> </a> <!-- 5. TikTok --> <a target="_blank" rel="noopener noreferrer" href="https://www.tiktok.com/@kcoffee_official" title="TikTok K COFFEE" class="k-social-btn k-social-tiktok"> <img src="/images/icons/tik-tok.png" alt="TikTok K COFFEE" class="k-social-img"> </a> </div> <style> /* HÀNG MẠNG XÃ HỘI */ .k-social-row { display: flex !important; align-items: center !important; gap: 10px !important; justify-content: flex-start !important; flex-wrap: wrap !important; } /* KHUNG HÌNH TRÒN 38PX */ .k-social-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 38px !important; height: 38px !important; border-radius: 50% !important; background-color: #F8FAFC !important; border: 1px solid #E2E8F0 !important; text-decoration: none !important; box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important; box-sizing: border-box !important; } /* ICON PNG NHỎ GỌN (18PX) */ .k-social-img { opacity: 0.65; width: 18px !important; height: 18px !important; object-fit: contain !important; display: block !important; transition: filter 0.25s ease, transform 0.25s ease !important; } /* HIỆU ỨNG RÊ CHUỘT (HOVER) */ .k-social-btn:hover { transform: translateY(-3px) scale(1.06) !important; box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important; } /* ÉP ICON ĐỔI SANG MÀU TRẮNG KHI HOVER */ .k-social-btn:hover .k-social-img { filter: brightness(0) invert(1) !important; opacity:1; } /* 1. Zalo: Nền xanh Zalo */ .k-social-zalo:hover { background-color: #0068FF !important; border-color: #0068FF !important; } /* 2. Facebook: Nền xanh Facebook */ .k-social-facebook:hover { background-color: #1877F2 !important; border-color: #1877F2 !important; } /* 3. YouTube: Nền đỏ YouTube */ .k-social-youtube:hover { background-color: #FF0000 !important; border-color: #FF0000 !important; } /* 4. Instagram: Nền Gradient Instagram */ .k-social-instagram:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; border-color: transparent !important; } /* 5. TikTok: Nền đen TikTok */ .k-social-tiktok:hover { background-color: #000000 !important; border-color: #000000 !important; } </style>";} 0 1524 blocks/wrappers/footer_general.tpl 2 A safe_smarty_block a:8:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"178";s:22:"skeleton_height_tablet";s:3:"188";s:22:"skeleton_height_mobile";s:3:"192";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Mạng xã hội
803 199 0 986 hidden-phone 2 A template a:2:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__top_buttons.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";} 0 1 vn AB: Buttons Compare and Wishlist
1236 215 a:1:{s:7:"content";s:516:"<div class="k-payment-block-wrapper" id="snapping_id_payment"> <div class="ty-payment-icons"> <span class="k-payment-badge-box"> <img src="/images/icons/ahamove.jpg" class="k-payment-img"> </span> <span class="k-payment-badge-box"> <img src="/images/icons/viettel.jpg" class="k-payment-img"> </span> <span class="k-payment-badge-box"> <img src="/images/icons/ghn.jpg" class="k-payment-img"> </span> </div> </div>";} 0 1528 blocks/wrappers/footer_general.tpl 2 A safe_smarty_block a:8:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Phương thức vận chuyển
810 218 a:1:{s:4:"menu";s:2:"14";} 0 1531 blocks/wrappers/footer_general.tpl row-fluid 2 A menu a:10:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:27:"open_on_sticky_panel_button";s:1:"N";} 0 1 vn Chăm Sóc Khách Hàng
814 221 a:1:{s:7:"content";s:2872:"<div class="k-payment-block-wrapper" id="snapping_id_payment"> <div class="ty-payment-icons"> <span class="k-payment-badge-box"> <img src="/images/icons/momo-2.jpg" class="k-payment-img"></span> <span class="k-payment-badge-box"> <img src="/images/icons/visa-2.jpg" class="k-payment-img"></span> <span class="k-payment-badge-box"> <img src="/images/icons/mastercard-2.jpg" class="k-payment-img"></span> <span class="k-payment-badge-box"> <img src="/images/icons/paypal-2.jpg" class="k-payment-img"></span> <span class="k-payment-badge-box"> <img src="/images/icons/banktransfer-2.jpg" class="k-payment-img"></span> <span class="k-payment-badge-box"> <img src="/images/icons/cod-2.jpg" class="k-payment-img"></span> </div> <div class="ty-payment-icons"> <a href="http://online.gov.vn/nen-tang/3bcc0c1f-f88b-4e81-af65-2d98c127a4a7"> <img src="/images/icons/bct.jpg" width="150"> </a> </div> </div> <style> /* STYLE DÀNH RIÊNG CHO KHỐI PHƯƠNG THỨC THANH TOÁN */ .k-payment-block-wrapper { display: flex; flex-direction: column; box-sizing: border-box; } .k-payment-title { font-size: 12.5px; font-weight: bold; color: #64748B; text-transform: uppercase; margin: 0 0 14px 0; letter-spacing: 0.5px; } .k-payment-logos-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; } /* KHUNG BOX THANH TOÁN: BO GÓC 8PX, OVERFLOW HIDDEN, CHIỀU CAO 32PX, KHÔNG PADDING */ .k-payment-badge-box { display: inline-flex; align-items: center; justify-content: center; height: 32px !important; padding: 0 !important; background-color: #FFFFFF; border-radius: 8px !important; overflow: hidden !important; border: 1px solid #E2E8F0 !important; box-shadow: 0 2px 4px rgba(0,0,0,0.02); transition: transform 0.2s, border-color 0.2s; box-sizing: border-box; } .k-payment-badge-box:hover { transform: translateY(-2px); border-color: #CBD5E1 !important; } /* Ép ảnh cao 32px nguyên bản */ .k-payment-img { height:32px !important; width: auto !important; max-width: 100%; object-fit: contain; display: block; } /* HUY HIỆU BỘ CÔNG THƯƠNG */ .k-gov-seal-wrap { margin-top: 14px; } .k-gov-seal-badge { display: inline-flex; align-items: center; gap: 8px; background-color: #0284C7; color: #FFFFFF !important; padding: 6px 14px; border-radius: 6px; text-decoration: none !important; transition: background-color 0.2s; } .k-gov-seal-badge:hover { background-color: #0369A1; } .k-gov-seal-badge span { font-size: 10.5px; font-weight: bold; line-height: 1.2; text-align: left; } </style> ";} 0 1534 blocks/wrappers/footer_general.tpl 2 A safe_smarty_block a:8:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn Phương thức thanh toán
855 231 a:1:{s:7:"content";s:14848:"<div class="k-blog-container-block"> <!-- Tiêu Đề Chính Của Block --> <div style="text-align: center; margin-bottom: 28px; padding: 0 16px; box-sizing: border-box;"> <h2 style="font-size: 2.2em; font-weight: bold; color: #213664; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; line-height: 1.3;"> CÂU CHUYỆN <span style="color: #6bb557;">THƯƠNG HIỆU</span> <span style="white-space: nowrap; font-weight: bold;">K&nbsp;COFFEE</span> </h2> <p style="font-size: 15px; color: #64748B; margin: 8px auto 0 auto; font-weight: 400; max-width: 680px; line-height: 1.5;"> Hành trình 20+ năm tâm huyết mang hạt cà phê nguyên chất 100% và nông sản Việt vươn tầm toàn cầu </p> </div> <!-- Wrapper Khung Slider Carousel --> <div class="k-blog-carousel-wrapper"> <!-- Nút Mũi Tên Trái --> <button class="k-carousel-arrow k-arrow-prev" onclick="kBlogScrollLeft()" aria-label="Bài trước"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#213664" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg> </button> <!-- Khung Chứa Các Bài Viết (Scroll Snap Track) --> <div class="k-blog-track" id="kBlogTrack"> <div class="k-blog-card-item"> <a href="https://kcoffee.vn/blog-vn/tong-bi-thu-chu-tich-nuoc-to-lam-ghe-tham-gian-hang-k-coffee-tai-son-la/" class="k-blog-img-link"> <img src="https://kcoffee.vn/images/blog/10/tong-bi-thu-to-lam-visit-k-coffee-booth-son-la.jpg" alt="Tổng Bí Thư Ghé Thăm Gian Hàng K COFFEE tại Sơn La" class="k-blog-img"> </a> <div class="k-blog-card-body"> <h3 class="k-blog-title"> <a href="https://kcoffee.vn/blog-vn/tong-bi-thu-chu-tich-nuoc-to-lam-ghe-tham-gian-hang-k-coffee-tai-son-la/">Tổng Bí Thư, Chủ Tịch Nước Tô Lâm Ghé Thăm Gian Hàng <span style="white-space: nowrap; font-weight: bold;">K&nbsp;COFFEE</span> Tại Sơn La</a> </h3> <div class="k-blog-excerpt"> <p> Trong khuôn khổ “Ngày hội toàn dân bảo vệ an ninh Tổ quốc năm 2026” tổ chức tại bản Lóng Luông, xã Vân Hồ, tỉnh Sơn La, Tổng Bí thư, Chủ tịch nước Tô Lâm đã ghé thăm gian hàng <span style="white-space: nowrap; font-weight: bold;">K&nbsp;COFFEE</span>... </p> </div> <div class="k-blog-btn-wrap"> <a href="https://kcoffee.vn/blog-vn/tong-bi-thu-chu-tich-nuoc-to-lam-ghe-tham-gian-hang-k-coffee-tai-son-la/" class="k-blog-btn">Xem chi tiết</a> </div> </div> </div> <!-- Bài 1: Phúc Sinh Ra Mắt Dự Án Nông Sản Lâm Đồng --> <div class="k-blog-card-item"> <a href="https://kcoffee.vn/blog-vn/phuc-sinh-ra-mat-du-an-trung-tam-san-xuat-nong-san-ca-phe/" class="k-blog-img-link"> <img src="https://kcoffee.vn/images/blog/10/phuc-sinh-ra-mat-du-an-trung-tam-san-xuat-nong-san-ca-phe.jpg" alt="Phúc Sinh ra mắt dự án trung tâm sản xuất nông sản" class="k-blog-img"> </a> <div class="k-blog-card-body"> <h3 class="k-blog-title"> <a href="https://kcoffee.vn/blog-vn/phuc-sinh-ra-mat-du-an-trung-tam-san-xuat-nong-san-ca-phe/">Phúc Sinh Group Ra Mắt Trung Tâm Sản Xuất & Xuất Khẩu Nông Sản Tại Lâm Đồng</a> </h3> <div class="k-blog-excerpt"> <p>Phúc Sinh Group chính thức khánh thành Trung tâm sản xuất & xuất khẩu nông sản quy mô lớn tại Lâm Đồng với vốn đầu tư 500 tỷ đồng, nâng tầm giá trị nông sản Việt...</p> </div> <div class="k-blog-btn-wrap"> <a href="https://kcoffee.vn/blog-vn/phuc-sinh-ra-mat-du-an-trung-tam-san-xuat-nong-san-ca-phe/" class="k-blog-btn">Xem chi tiết</a> </div> </div> </div> <!-- Bài 2: Cà Phê Tiêu Chuẩn Châu Âu Cho Người Việt --> <div class="k-blog-card-item"> <a href="https://kcoffee.vn/blog-vn/ca-phe-tieu-chuan-chau-au-cho-nguoi-viet/" class="k-blog-img-link"> <img src="https://kcoffee.vn/images/blog/9/blog-k-coffee-san-xuat-ca-phe-tieu-chuan-chau-au-cho-nguoi-viet.png.webp" alt="K Coffee sản xuất cà phê tiêu chuẩn Châu Âu" class="k-blog-img"> </a> <div class="k-blog-card-body"> <h3 class="k-blog-title"> <a href="https://kcoffee.vn/blog-vn/ca-phe-tieu-chuan-chau-au-cho-nguoi-viet/"><span style="white-space: nowrap; font-weight: bold;">K&nbsp;COFFEE</span>: Mang Cà Phê Tiêu Chuẩn Châu Âu Phục Vụ Người Tiêu Dùng Việt</a> </h3> <div class="k-blog-excerpt"> <p>Xóa bỏ định kiến hàng tốt chỉ để xuất khẩu, <span style="white-space: nowrap; font-weight: bold;">K&nbsp;COFFEE</span> tiên phong mang dòng cà phê sạch 100% nguyên chất đạt chuẩn Châu Âu...</p> </div> <div class="k-blog-btn-wrap"> <a href="https://kcoffee.vn/blog-vn/ca-phe-tieu-chuan-chau-au-cho-nguoi-viet/" class="k-blog-btn">Xem chi tiết</a> </div> </div> </div> <!-- Bài 3: Sứ Mệnh Làm Cà Phê Nguyên Chất --> <div class="k-blog-card-item"> <a href="https://kcoffee.vn/blog-vn/s-mnh-lam-ca-phe-nguyen-cht-ni-au-9-phn-hng-liu-1-phn-ca-phe-bai-1/" class="k-blog-img-link"> <img src="https://kcoffee.vn/images/blog/9/z5911596838677ddd3713442e3545a8b9cf2b0bb50a6af-17284570363971449819651-1656.jpg.webp" alt="Sứ mệnh làm cà phê nguyên chất" class="k-blog-img"> </a> <div class="k-blog-card-body"> <h3 class="k-blog-title"> <a href="https://kcoffee.vn/blog-vn/s-mnh-lam-ca-phe-nguyen-cht-ni-au-9-phn-hng-liu-1-phn-ca-phe-bai-1/">Sứ Mệnh Làm Cà Phê Nguyên Chất: Nỗi Đau 9 Phần Hương Liệu 1 Phần Cà Phê</a> </h3> <div class="k-blog-excerpt"> <p>Hành trình kiên định tuyên chiến với cà phê trộn hóa chất & hương liệu, <span style="white-space: nowrap; font-weight: bold;">K&nbsp;COFFEE</span> cam kết 100% hạt cà phê mộc nguyên bản...</p> </div> <div class="k-blog-btn-wrap"> <a href="https://kcoffee.vn/blog-vn/s-mnh-lam-ca-phe-nguyen-cht-ni-au-9-phn-hng-liu-1-phn-ca-phe-bai-1/" class="k-blog-btn">Xem chi tiết</a> </div> </div> </div> <!-- Bài 4: Phúc Sinh Chứng Nhận Kiểm Kê Khí Nhà Kính --> <div class="k-blog-card-item"> <a href="https://kcoffee.vn/blog-vn/phuc-sinh-tap-doan-dau-tien-nhan-chung-nhan-kiem-ke-khi-nha-kinh-cho-toan-he-thong/" class="k-blog-img-link"> <img src="https://kcoffee.vn/images/blog/9/phan-minh-thong-cn-2-sao-chep.jpg" alt="Phúc Sinh chứng nhận khí nhà kính toàn hệ thống" class="k-blog-img"> </a> <div class="k-blog-card-body"> <h3 class="k-blog-title"> <a href="https://kcoffee.vn/blog-vn/phuc-sinh-tap-doan-dau-tien-nhan-chung-nhan-kiem-ke-khi-nha-kinh-cho-toan-he-thong/">Phúc Sinh: Tập Đoàn Đầu Tiên Nhận Chứng Nhận Kiểm Kê Khí Nhà Kính Toàn Hệ Thống</a> </h3> <div class="k-blog-excerpt"> <p>Phúc Sinh Group tiên phong trong cam kết phát triển bền vững ESG, đạt chứng nhận kiểm kê phát thải khí nhà kính hướng tới nông nghiệp xanh...</p> </div> <div class="k-blog-btn-wrap"> <a href="https://kcoffee.vn/blog-vn/phuc-sinh-tap-doan-dau-tien-nhan-chung-nhan-kiem-ke-khi-nha-kinh-cho-toan-he-thong/" class="k-blog-btn">Xem chi tiết</a> </div> </div> </div> <!-- Bài 5: (Muốn thêm bao nhiêu bài tùy thích) --> </div> <!-- Nút Mũi Tên Phải --> <button class="k-carousel-arrow k-arrow-next" onclick="kBlogScrollRight()" aria-label="Bài tiếp theo"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#213664" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg> </button> </div> </div> <p><!-- ==========================================================================<br> CSS SLIDER NATIVE CHUẨN CS-CART (ÉP CỨNG 4 CỘT - KHÔNG BAO GIỜ BỊ 1 BÀI)<br> ========================================================================== --></p> <style> .k-blog-container-block { width: 100%; padding: 20px 0; box-sizing: border-box; } .k-blog-carousel-wrapper { position: relative; margin: 0 auto; padding: 0 16px; box-sizing: border-box; } /* Khung Chứa Bài Viết Cuộn Mượt (CSS Scroll Snap) */ .k-blog-track { display: flex !important; gap: 16px !important; overflow-x: auto !important; scroll-behavior: smooth !important; scroll-snap-type: x mandatory !important; padding: 10px 0 20px 0 !important; margin: 0 !important; -webkit-overflow-scrolling: touch !important; } .k-blog-track::-webkit-scrollbar { display: none !important; } .k-blog-track { -ms-overflow-style: none !important; scrollbar-width: none !important; } /* Ép cứng kích thước 4 cột trên PC (Mỗi thẻ chiếm 25%) */ .k-blog-card-item { flex: 0 0 calc(25% - 12px) !important; width: calc(25% - 12px) !important; max-width: calc(25% - 12px) !important; min-width: calc(25% - 12px) !important; scroll-snap-align: start !important; background-color: #F8FAFC !important; border-radius: 12px !important; border: 1px solid #E2E8F0 !important; overflow: hidden !important; display: flex !important; flex-direction: column !important; box-sizing: border-box !important; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important; } .k-blog-card-item:hover { transform: translateY(-5px) !important; border-color: #6bb557 !important; box-shadow: 0 10px 24px rgba(33, 54, 100, 0.1) !important; } .k-blog-img-link { display: block !important; width: 100% !important; height: 160px !important; overflow: hidden !important; background-color: #E2E8F0 !important; } .k-blog-img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; transition: transform 0.4s ease !important; } .k-blog-card-item:hover .k-blog-img { transform: scale(1.06) !important; } .k-blog-card-body { padding: 16px !important; display: flex !important; flex-direction: column !important; flex: 1 !important; } .k-blog-title { margin: 0 0 8px 0 !important; line-height: 1.35 !important; color: #213664 !important; } .k-blog-title a { color: #213664 !important; font-size: 15px !important; font-weight: bold !important; text-decoration: none !important; transition: color 0.2s ease !important; } .k-blog-title a:hover { color: #6bb557 !important; } .k-blog-excerpt { font-size: 13px !important; line-height: 1.5 !important; height: 5.5em !important; max-height: 5.5em !important; color: #475569 !important; margin-bottom: 16px !important; display: -webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; text-overflow: ellipsis !important; } .k-blog-excerpt p { margin: 0 !important; line-height: 1.5 !important; } .k-blog-btn-wrap { margin-top: auto !important; } .k-blog-btn { display: inline-block !important; background-color: #6bb557 !important; color: #FFFFFF !important; font-size: 13px !important; font-weight: bold !important; padding: 8px 18px !important; border-radius: 8px !important; text-decoration: none !important; transition: background-color 0.2s ease !important; } .k-blog-btn:hover { background-color: #15803D !important; color: #FFFFFF !important; } /* Nút Mũi Tên Trượt Slider */ .k-carousel-arrow { position: absolute !important; top: 50% !important; transform: translateY(-50%) !important; width: 40px !important; height: 40px !important; background-color: #FFFFFF !important; border: 1px solid #CBD5E1 !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; z-index: 10 !important; cursor: pointer !important; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1) !important; transition: all 0.2s ease !important; } .k-carousel-arrow:hover { background-color: #6bb557 !important; border-color: #6bb557 !important; } .k-carousel-arrow:hover svg { stroke: #FFFFFF !important; } .k-arrow-prev { left: -8px !important; } .k-arrow-next { right: -8px !important; } /* Responsive Tablet & Mobile */ @media (max-width: 991px) { .k-blog-card-item { flex: 0 0 calc(50% - 8px) !important; width: calc(50% - 8px) !important; max-width: calc(50% - 8px) !important; min-width: calc(50% - 8px) !important; } } @media (max-width: 575px) { .k-blog-card-item { flex: 0 0 calc(85% - 8px) !important; width: calc(85% - 8px) !important; max-width: calc(85% - 8px) !important; min-width: calc(85% - 8px) !important; } .k-carousel-arrow { display: none !important; } } </style> <p><!-- JAVASCRIPT ĐIỀU KHIỂN NÚT TRƯỢT SẠCH 100% --></p> <script>function kBlogScrollLeft() { var track = document.getElementById("kBlogTrack"); if (track) { var cardWidth = track.firstElementChild ? track.firstElementChild.getBoundingClientRect().width : 300; track.scrollBy({ left: -(cardWidth + 16), behavior: 'smooth' }); } } function kBlogScrollRight() { var track = document.getElementById("kBlogTrack"); if (track) { var cardWidth = track.firstElementChild ? track.firstElementChild.getBoundingClientRect().width : 300; track.scrollBy({ left: cardWidth + 16, behavior: 'smooth' }); } } </script>";} 0 1545 2 A html_block a:8:{s:8:"template";s:21:"blocks/html_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn THÔNG TIN TRUYỀN THÔNG 2
803 70 a:1:{s:4:"text";s:0:"";} 0 1547 3 A languages a:10:{s:8:"template";s:20:"blocks/languages.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:6:"format";s:4:"name";s:14:"dropdown_limit";s:1:"1";} 0 1 vn Languages
855 130 a:1:{s:7:"content";s:2404:"<div class="k-about-container-block"> <!-- Tiêu Đề Chính Của Block (Dạng Inline Style Chuẩn) --> <div style="text-align: center; margin-bottom: 32px; padding: 0 16px; box-sizing: border-box;"> <h2 style="font-size: 2.2em; font-weight: bold; color: #213664; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; line-height: 1.3;"> VỀ CHÚNG TÔI <mark style="background: transparent; color: #16A34A;">KCOFFEE.VN</mark> </h2> <p style="font-size: 15px; color: #64748B; margin: 8px auto 0 auto; font-weight: 400; line-height: 1.5;">Chào mừng bạn đến với <strong>KCOFFEE.VN</strong> – nền tảng thương mại điện tử chuyên biệt dành cho nông nghiệp sạch và phát triển bền vững tại Việt Nam. Được xây dựng như một <strong>"cầu nối xanh"</strong>, KCOFFEE.VN kết nối trực tiếp các nhà sản xuất, hợp tác xã và vùng nguyên liệu phát triển bền vững với người tiêu dùng trong nước và quốc tế. </p> <p style="font-size: 15px; color: #64748B; margin: 8px auto 0 auto; font-weight: 400; line-height: 1.5;">Nền tảng quy tụ các trang trại hữu cơ, hợp tác xã và doanh nghiệp nông nghiệp đạt các tiêu chuẩn như <strong>VietGAP</strong>, <strong>GlobalGAP</strong> cùng nhiều chứng nhận quốc tế. Mỗi sản phẩm, từ nông sản tươi, thực phẩm sạch đến các đặc sản vùng miền, đều được sản xuất từ nguồn nguyên liệu bền vững, đảm bảo chất lượng, an toàn và minh bạch khi đến tay người tiêu dùng.</p> <p style="font-size: 15px; color: #64748B; margin: 8px auto 0 auto; font-weight: 400; line-height: 1.5;">Thông qua việc tối ưu chuỗi cung ứng và giảm bớt các khâu trung gian, <strong>KCOFFEE.VN</strong> không chỉ góp phần nâng cao giá trị nông sản và thu nhập cho người nông dân, mà còn mang đến giải pháp mua sắm đáng tin cậy, thúc đẩy tiêu dùng xanh và lan tỏa giá trị của nông sản Việt trên thị trường trong nước cũng như quốc tế.</p> </div> </div> <style> /* CSS Scoped chuẩn CS-Cart Container cho Block Về Chúng Tôi */ .k-about-container-block { width: 100%; padding: 24px 0 36px 0; box-sizing: border-box; margin: 0 auto; } </style>";} 0 1041 3 A html_block a:8:{s:8:"template";s:21:"blocks/html_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";} 0 1 vn VỀ CHÚNG TÔI
856 131 0 1042 homepage-our-brands 3 D our_brands a:10:{s:8:"template";s:21:"blocks/our_brands.tpl";s:24:"not_scroll_automatically";s:1:"N";s:15:"scroll_per_page";s:1:"N";s:5:"speed";s:3:"400";s:11:"pause_delay";s:1:"3";s:13:"item_quantity";s:2:"10";s:11:"total_items";s:2:"10";s:15:"thumbnail_width";s:2:"75";s:18:"outside_navigation";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";} 0 1 vn Our brands
803 203 a:1:{s:13:"settings_link";s:0:"";} 0 981 hidden-tablet hidden-desktop 4 A abt__ut2_fly_menu a:15:{s:8:"template";s:50:"addons/abt__unitheme2/blocks/abt__ut2_fly_menu.tpl";s:30:"dropdown_second_level_elements";s:2:"30";s:29:"dropdown_third_level_elements";s:2:"30";s:40:"abt__no_hidden_elements_third_level_view";s:1:"5";s:31:"abt__ut2_view_more_btn_behavior";s:19:"trigger_parent_link";s:19:"abt_menu_icon_items";s:1:"Y";s:19:"abt__ut2_show_title";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:12:"abt__ut2_url";s:0:"";s:23:"abt__ut2_url_appearance";s:1:"L";s:23:"abt__ut2_url_new_window";s:1:"N";s:27:"open_on_sticky_panel_button";s:1:"Y";} 0 1 vn Menu