{"id":2335,"date":"2022-09-13T13:31:04","date_gmt":"2022-09-13T05:31:04","guid":{"rendered":"http:\/\/khc.com.sg\/?page_id=2335"},"modified":"2022-09-16T14:12:09","modified_gmt":"2022-09-16T06:12:09","slug":"groceries","status":"publish","type":"page","link":"http:\/\/khc.com.sg\/?page_id=2335","title":{"rendered":"Groceries 2"},"content":{"rendered":"\n<style>\n\t\t.mymenu { font-size:22px; font-weight:bold; background-color: #c85041; display:inline-block; padding:0px 20px; border-radius:3px; margin:10px 0; color:#fff; }\n\n\t\t.myitem { border-radius:5px; margin:20px 0; width:300px; display:inline-block; text-align:center; }\n\t\t.myitem:hover { border:1px solid #c85041; cursor:pointer; }\n\t\t.myitem_picture { width:300px; height:150px; text-align:center; }\n\t\t.myitem_picture img { height:100%; max-width:300px; }\n\t\t.myitem_name { width:300px; color:#444; overflow-wrap: break-word; }\n\t\t.myitem_price { Color:#c85041; font-weight:bold; }\n\t\t.my_item_countryorigin { color:#ff6d12; font-size:14px; font-weight:bold; }\n\t\t\n\t\t#item_bg .hide { display:none; }\n\t\t#item_bg .ch, #popitem_bg .ch { font-size:15px; font-weight:bold; color:#c85041; } \n\t\t#item_bg .en, #popitem_bg .en { font-size:15px;  }\n\t\t#item_bg .tt { font-weight:bold; color:#444; }\n\t\t\n\t\t#item_bg .bg {  }\n\t\t\n\t\t#order:hover, #myitem_close_btn:hover { border-radius:5px; border:1px solid #AAA; cursor:pointer; }\n\t\t#policy_close_btn:hover { cursor:pointer; }\n\t\t\n\t\t.cover { min-width:420px; }\n\t\t\n\t<\/style>\n\n\t<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js\"><\/script>\n\t<script>\n\t\t$( document ).ready(function() {\n\t\t\t\/\/ click item to show details\n\t\t\t$( \".myitem\" ).click(function() {\n\t\t\t\t\/\/$( \"#item_bg\" ).hide();\n\t\t\t\t$( \"#popitem_bg\" ).show();\n\t\t\t\t\n\t\t\t\t$('#popitem img').attr('src',$(this).find('img').attr('src'));\n\t\t\t\t\n\t\t\t\t$('#popitem img').ready(function(){\n\t\t\t\t\tif ($('#popitem img').css('width') > $('#popitem img').css('height') ){\n\t\t\t\t\t\t$('#popitem img').css('width','300px').css('height','auto');\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$('#popitem img').css('width','auto').css('height','450px');\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\t$('#popitem_bg .name_ch').text($(this).find('.myitem_name_ch').text());\n\t\t\t\t$('#popitem_bg .name_en').text($(this).find('.myitem_name_en').text());\n\t\t\t\t$('#popitem_bg .country_origin').text($(this).find('.my_item_countryorigin').text());\n\t\t\t\t$('#popitem_bg .rsp').text($(this).find('.myitem_price').text());\n\t\t\t\t$('#popitem_bg .rsp').text($(this).find('.myitem_price').text());\n\t\t\t\t$('#popitem_bg .ingredient_ch').text($(this).find('.myitem_ingredient_ch').text());\n\t\t\t\t$('#popitem_bg .ingredient_en').text($(this).find('.myitem_ingredient_en').text());\n\t\t\t\t$('#popitem_bg .spec').html($(this).find('.myitem_specification').html());\n\t\t\t\t$('#popitem_bg .use_ch').text($(this).find('.myitem_use_ch').text());\n\t\t\t\t$('#popitem_bg .use_en').text($(this).find('.myitem_use_en').text());\n\t\t\t\t$('#popitem_bg .desc_ch').text($(this).find('.myitem_description_ch').text());\n\t\t\t\t$('#popitem_bg .desc_en').text($(this).find('.myitem_description_en').text());\n\t\t\t\t$('#popitem_bg .store_ch').text($(this).find('.myitem_store_ch').text());\n\t\t\t\t$('#popitem_bg .store_en').text($(this).find('.myitem_store_en').text());\n\t\t\t});\n\t\t\t\n\t\t\t$( \"#order\" ).click(function() {\n\t\t\t\t\/\/$( \"#item_bg\" ).hide();\n\t\t\t\t$( \"#policy\" ).show();\n\t\t\t});\n\t\t\t\n\t\t\t$( \"#policy_close_btn, #myitem_close_btn\" ).click(function() {\n\t\t\t   $( \".bg\" ).hide();\n\t\t\t   $( \"#item_bg\" ).show();\n\t\t\t});\n\t\t});\n\t\t<\/script>\n\n\t\t\n\n\n\t\t<!-- --> \n\t\t<!-- POP ITEM -->\n\t\t<!--  -->\n\t\t<div id=\"popitem_bg\" class=\"bg\" style=\"position:fixed; z-index:3; display:none; background-color:rgba(255,255,255,0.99); top:0; left:0; height:100%; width:100%;\">\n\t\t\t<div style=\"position:relative; top:0; left:0; width:100%; height:100%; margin-top:30px;\">\n\t\t\t\t\n\t\t\t\t<!-- popitem contant -->\n\t\t\t\t<div style=\"position:relative; top:0; left:0; margin:40px auto 0 auto; max-width:1200px; text-align:center; border:1px solid #ddd; border-radius:20px;\">\n\t\t\t\t\t<div id=\"myitem_close_btn\" style=\"position:absolute; top:0; right:10px; width:30px; height:30px;\">\n\t\t\t\t\t\t<img decoding=\"async\" style=\"width:100%; height:100%;\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2021\/04\/cancel-btn.png\">\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<div id=\"popitem\" style=\"margin:10px 0; padding:10px; border-radius:10px; vertical-align:top;\">\n\t\t\t\t\t\t<!-- left picture -->\n\t\t\t\t\t\t<div style=\"vertical-align:top; display:inline-block; margin:0 auto; text-align:center; \">\n\t\t\t\t\t\t\t<img decoding=\"async\" style=\"margin-top:30px; max-width:300px; max-height:450px;\" src=\"\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<!-- right contant -->\n\t\t\t\t\t\t<div style=\"vertical-align:top; text-align:left; padding-left:10px; display:inline-block; margin:0 auto; max-width:600px; min-width:200px; padding-top:20px;\">\n\t\t\t\t\t\t\t<div class=\"name_ch\" style=\"font-size:20px; color:#c85041; font-weight:bold;\"><\/div>\n\t\t\t\t\t\t\t<div class=\"name_en\"><\/div><br>\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<span style=\"font-weight:bold;\">\u4ea7\u5730 Country Origin: <\/span>\n\t\t\t\t\t\t\t\t<span class=\"country_origin\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div style=\"font-weight:bold;\"><span class=\"tt\"><br>\u552e\u4ef7 Price: <\/span><span class=\"rsp ch\" style=\"color:#c85041; font-weight:bold;\"><\/span><\/div>\n\t\t\t\t\t\t\t<span class=\"tt\"><br>\u539f\u6599 Ingredients\uff1a <\/span><span class=\"ingredient_ch ch\"><\/span> <span class=\"ingredient_en\"><\/span>\n\t\t\t\t\t\t\t<div class=\"tt\"><br>\u7528\u9014 Use for\uff1a <\/div>\n\t\t\t\t\t\t\t<div class=\"use_ch ch\"><\/div>\n\t\t\t\t\t\t\t<div class=\"use_en\"><\/div>\n\t\t\t\t\t\t\t<div class=\"tt\"><br>\u63cf\u8ff0 Description\uff1a <\/div>\n\t\t\t\t\t\t\t<div class=\"desc_ch ch\"><\/div>\n\t\t\t\t\t\t\t<div class=\"desc_en\"><\/div><br>\n\t\t\t\t\t\t\t<div class=\"ch store_ch\"><\/div>\n\t\t\t\t\t\t\t<div class=\"store_en\"><br><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\n\t\t<style>\n\t\t\t#menubar .topbtn { padding:0 10px; text-align:left; font-weight:bold; }\n\t\t\t#menubar .topbtn:hover { cursor:pointer; color:#EF515B; }\n\t\t\t#menubar .topbtn .ch { font-size:13px; text-align:center; }\n\t\t\t#menubar .topbtn .en { font-size:13px; text-align:center; }\n\t\t\t#menubar .topbtn ul { margin:0; padding:0;}\n\t\t\t#menubar .topbtn ul li { list-style-type:none; margin:0; padding:6px 20px; font-size:13px; font-weight:normal; width:130px;}\n\t\t\t#menubar .topbtn ul li:hover { cursor:pointer; background-color:#ddd; color:#EF515B; }\n\t\t<\/style>\n\t\t\n\t\t<script>\n\t\t\t$( document ).ready(function() {\n\t\t\t\t$( \".topbtn\" ).hover(\n\t\t\t\t\tfunction() {\n\t\t\t\t\t\tvar _this = $(this);\n\t\t\t\t\t\t_this.find(\"ul\").fadeIn(100);\n\t\t\t\t\t}, function() {\n\t\t\t\t\t\tvar _this = $(this);\n\t\t\t\t\t\t_this.find(\"ul\").fadeOut(100);\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t});\n\t\t\n\t\t<\/script>\n\n\t\t<!-- MENU BAR -->\n\t\t<div id=\"menubar\" style=\"position:relative; z-index:2;  margin:10px auto 0 auto; max-width:1200px;\"> \n\t\t\n\t\t\t<!-- LOGO -->\n\t\t\t<div style=\"float:left; padding-top:12px; height:48px;\"><a href=\"www.khc.com.sg\"><img decoding=\"async\" style=\"height:100%;\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2017\/11\/logo.png\"><\/a><\/div>\n\t\t\t\n\t\t\t<!-- MENU BAR -->\n\t\t\t<div style=\"float:right; height:60px; padding-top:10px;\">\n\t\t\t\t<table>\n\t\t\t\t\t<tbody><tr>\n\t\t\t\t\t\t<td class=\"topbtn\">\n\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\">\n\t\t\t\t\t\t\t\t<div class=\"ch menuch\">\u4e3b\u9875<\/div>\n\t\t\t\t\t\t\t\t<div class=\"en menuen\">HOME<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t<td class=\"topbtn\" style=\"position:relative; text-align:center; \">\n\t\t\t\t\t\t\t<div style=\"position:relative; width:100px;\">\n\t\t\t\t\t\t\t\t<div class=\"ch\">\u4ea7\u54c1<\/div>\n\t\t\t\t\t\t\t\t<div class=\"en\">PRODUCT<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<ul style=\"position:absolute; display:none; font-size:12px; z-index:5; background-color:#FFF; border:1px solid #f0f0f0; top:40px; left:0; padding:6px 0;\">\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=2181\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ch\">\u65e5\u672c\u9762\u7c89<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"en\">JPN FLOUR<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=2275\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ch\">\u9a6c\u56fd\u9762\u7c89<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"en\">M&#8217;SIA FLOUR<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li style=\"display:none;\">\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=1911\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ch\">\u4e2d\u56fd\u9762\u7c89<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"en\">CHINA FLOUR<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=2311\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ch\">\u70d8\u7119<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"en\">BAKERY<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=2391\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ch\">\u7c73<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"en\">RICE<\/div>\n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=2376\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ch\">\u98df\u6cb9<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"en\">COOKING OIL<\/div> \n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=2410\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"ch\">\u7cd6<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"en\">SUGAR<\/div> \n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=2335\"> \n\t\t\t\t\t\t\t\t\t\t<div class=\"ch\">\u6742\u8d27<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"en\">GROCERIES<\/div> \n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t<td class=\"topbtn\">\n\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=929\">\n\t\t\t\t\t\t\t\t<div class=\"ch\">\u8054\u7cfb\u6211\u4eec<\/div>\n\t\t\t\t\t\t\t\t<div class=\"en\">CONTACT US<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t<td class=\"topbtn\">\n\t\t\t\t\t\t\t<a href=\"http:\/\/khc.com.sg\/?page_id=2015\">\n\t\t\t\t\t\t\t\t<div class=\"ch\">KHC FOOD<\/div>\n\t\t\t\t\t\t\t\t<div class=\"en\">(CONSUMER)<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/td>\n\t\t\t\t\t<\/tr>\n\t\t\t\t<\/tbody><\/table>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div style=\"clear:both;\"><\/div>\n\t\t<\/div>\n\t\t\n\t\t\n\t\t<!-- MENU BAR 2 -->\n\t\t<div style=\"width:100%; margin-top:0px; margin-bottom:10px; background-color:#c85041; color:#FFF;\"> \n\t\t\t<div style=\"margin:0 auto; padding:5px 0; max-width:1200px; font-size:30px; font-family:fantasy;\">Groceries<\/div>\n\t\t<\/div>\n\n\n\n\t\t<!-- SLIDER BAR -->\n\t\t<div style=\"height:200px; width:100%; display:none; \">slider<\/div>\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div id=\"item_bg\">\n\t\t\n\t\t\t<!-- GROCERIES -->\n\t\t\t<div style=\"margin:0 auto; max-width:1200px;\">   \n\t\t\t\t\n\t\t\t\t<div id=\"description\" style=\"color:#bbb; font-style:italic; margin-top:20px; margin-bottom:10px; border-botton:1px solid #ccc;\">We carry a range of other products that complement our core range of products. They share the same quality assurance measures and food safety standards.<\/div>\n\t\t\t\n\t\t\t\t<div class=\"mymenu\" style=\"\">GROCERIES<\/div>\n\t\t\t\t<div style=\"\">\n\n\t\t\t\t\t<!-- CJ CORN STARCH 25KG --->\n\t\t\t\t\t<div class=\"myitem\">\n\t\t\t\t\t\t<div class=\"myitem_picture\"><img decoding=\"async\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2022\/09\/CJ-Corn-Starch-25kg.png\"><\/div>\n\t\t\t\t\t\t<div class=\"ch myitem_name_ch\">CJ\u724c\u7389\u7c73\u7c8925\u516c\u65a4\u88c5<\/div>\n\t\t\t\t\t\t<div class=\"en myitem_name_en\">CJ CORN STARCH 25KG<\/div> \n\t\t\t\t\t\t<div class=\"hide my_item_countryorigin\">\u4ea7\u5730 Country Origin: \u97e9\u56fd Korea<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_price\"><\/div> \n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_specification\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_ch\"><br>\u8d2e\u5b58\u5728\u4f4e\u6e29\u3001\u901a\u98ce\u3001\u5e72\u71e5\u7684\u73af\u5883\u3002<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_en\"><br>Store in room temperature and dry place.<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<!-- ABC Tapioca Starch 25KG --->\n\t\t\t\t\t<div class=\"myitem\">\n\t\t\t\t\t\t<div class=\"myitem_picture\"><img decoding=\"async\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2022\/09\/ABC-Tapioca-Flour-1kg-1.jpg\"><\/div>\n\t\t\t\t\t\t<div class=\"ch myitem_name_ch\">ABC\u724c\u6728\u85af\u7c89(10x1\u516c\u65a4\u88c5)<\/div>\n\t\t\t\t\t\t<div class=\"en myitem_name_en\">ABC TAPIOCA STARCH (10x1KG)<\/div> \n\t\t\t\t\t\t<div class=\"hide my_item_countryorigin\">\u4ea7\u5730 Country Origin: \u9a6c\u6765\u897f\u4e9a Malaysia<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_price\"><\/div> \n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_specification\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_ch\"><br>\u8d2e\u5b58\u5728\u4f4e\u6e29\u3001\u901a\u98ce\u3001\u5e72\u71e5\u7684\u73af\u5883\u3002<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_en\"><br>Store in room temperature and dry place.<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<!-- Heng Guan Coconut Cream (12x1L) --->\n\t\t\t\t\t<div class=\"myitem\">\n\t\t\t\t\t\t<div class=\"myitem_picture\"><img decoding=\"async\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2017\/12\/M01-COCONUT-CREAM-12X1L.jpg\"><\/div>\n\t\t\t\t\t\t<div class=\"ch myitem_name_ch\">\u5174\u6e90\u7279\u8d28\u6930\u6d46\uff0812x1\u516c\u5347\u88c5)<\/div>\n\t\t\t\t\t\t<div class=\"en myitem_name_en\">HENG GUAN COCONUT CREAM (12X1L)<\/div> \n\t\t\t\t\t\t<div class=\"hide my_item_countryorigin\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_price\"><\/div> \n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_specification\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_ch\"><br>\u8d2e\u5b58\u5728\u4f4e\u6e29\u3001\u901a\u98ce\u3001\u5e72\u71e5\u7684\u73af\u5883\u3002<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_en\"><br>Store in room temperature and dry place.<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<!-- Australian Purified Salt 25KG --->\n\t\t\t\t\t<div class=\"myitem\">\n\t\t\t\t\t\t<div class=\"myitem_picture\"><img decoding=\"async\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2022\/09\/Aus-Purified-Salt-25kg.png\"><\/div>\n\t\t\t\t\t\t<div class=\"ch myitem_name_ch\">\u5e7c\u76d025\u516c\u65a4\u88c5)<\/div>\n\t\t\t\t\t\t<div class=\"en myitem_name_en\">AUSTRALIAN PURIFIED SALT 25KG<\/div> \n\t\t\t\t\t\t<div class=\"hide my_item_countryorigin\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_price\"><\/div> \n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_specification\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_ch\"><br>\u8d2e\u5b58\u5728\u4f4e\u6e29\u3001\u901a\u98ce\u3001\u5e72\u71e5\u7684\u73af\u5883\u3002<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_en\"><br>Store in room temperature and dry place.<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<!-- Bowl brand Sea Salt (5x3kg) --->\n\t\t\t\t\t<div class=\"myitem\">\n\t\t\t\t\t\t<div class=\"myitem_picture\"><img decoding=\"async\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2017\/12\/S08S-BOWL-BRAND-SEA-SALT-3KG.jpg\"><\/div>\n\t\t\t\t\t\t<div class=\"ch myitem_name_ch\">\u7897\u6807\u7eaf\u51c0\u6d77\u76d03\u516c\u65a4\u88c5)<\/div>\n\t\t\t\t\t\t<div class=\"en myitem_name_en\">BOWL SEA SALT 3KG<\/div> \n\t\t\t\t\t\t<div class=\"hide my_item_countryorigin\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_price\"><\/div> \n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_specification\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_ch\"><br>\u8d2e\u5b58\u5728\u4f4e\u6e29\u3001\u901a\u98ce\u3001\u5e72\u71e5\u7684\u73af\u5883\u3002<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_en\"><br>Store in room temperature and dry place.<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<!-- Ve-sin 99+% Pure Monosodium Glutamate 25kg --->\n\t\t\t\t\t<div class=\"myitem\">\n\t\t\t\t\t\t<div class=\"myitem_picture\"><img decoding=\"async\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2020\/02\/Ve-sin-Msg.jpg\"><\/div>\n\t\t\t\t\t\t<div class=\"ch myitem_name_ch\">\u5473\u7cbe25\u516c\u65a4\u88c5)<\/div>\n\t\t\t\t\t\t<div class=\"en myitem_name_en\">VE-SIN MONOSODIUM GLUTAMATE 25KG<\/div> \n\t\t\t\t\t\t<div class=\"hide my_item_countryorigin\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_price\"><\/div> \n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_specification\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_ch\"><br>\u8d2e\u5b58\u5728\u4f4e\u6e29\u3001\u901a\u98ce\u3001\u5e72\u71e5\u7684\u73af\u5883\u3002<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_en\"><br>Store in room temperature and dry place.<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<!-- Ajinomoto (20x1kg) --->\n\t\t\t\t\t<div class=\"myitem\">\n\t\t\t\t\t\t<div class=\"myitem_picture\"><img decoding=\"async\" src=\"http:\/\/khc.com.sg\/wp-content\/uploads\/2017\/12\/A323-AJINOMOTO-1KGX20PKTS.jpg\"><\/div>\n\t\t\t\t\t\t<div class=\"ch myitem_name_ch\">\u5473\u306e\u7d20\uff0820x1\u516c\u65a4\u88c5)<\/div>\n\t\t\t\t\t\t<div class=\"en myitem_name_en\">AJINOMOTO(20X1KG)<\/div> \n\t\t\t\t\t\t<div class=\"hide my_item_countryorigin\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_price\"><\/div> \n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_ingredient_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_specification\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_use_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_ch\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_description_en\"><\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_ch\"><br>\u8d2e\u5b58\u5728\u4f4e\u6e29\u3001\u901a\u98ce\u3001\u5e72\u71e5\u7684\u73af\u5883\u3002<\/div>\n\t\t\t\t\t\t<div class=\"hide myitem_store_en\"><br>Store in room temperature and dry place.<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div> \n\t\t\t<\/div>\n\t\t\t<!-- END OF JAPANESE FLOUR -->\n\t\t\t\n\t\t<\/div>\n\n\t\t<!-- FOOTER -->\n\t\t<div style=\"margin:0 auto; max-width:1200px; color:#aaa; border-top:1px solid #aaa; margin-top:20px; font-size:13px; padding-top:10px; padding-bottom:20px;\">  \n\t\t\t<div>Copyright@2021 Kong Hwa Chan Trading Pte Ltd. All Right Reserved. Designed by Jack.<\/div>\n\t\t<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u4ea7\u5730 Country Origin: \u552e\u4ef7 Price: \u539f\u6599 Ingredients\uff1a \u7528\u9014 Use for\uff1a \u63cf\u8ff0 Description\uff1a \u4e3b\u9875 HOME \u4ea7\u54c1 PRODUCT \u65e5\u672c\u9762\u7c89 JPN FLOUR \u9a6c\u56fd\u9762\u7c89 M&#8217;SIA FLOUR \u4e2d\u56fd\u9762\u7c89 CHINA FLOUR \u70d8\u7119 BAKERY \u7c73 RICE \u98df\u6cb9 COOKING OIL \u7cd6 SUGAR \u6742\u8d27 GROCERIES \u8054\u7cfb\u6211\u4eec CONTACT US KHC FOOD (CONSUMER) Groceries slider We carry a range of other products that complement our core [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-slate-template.php","meta":[],"_links":{"self":[{"href":"http:\/\/khc.com.sg\/index.php?rest_route=\/wp\/v2\/pages\/2335"}],"collection":[{"href":"http:\/\/khc.com.sg\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/khc.com.sg\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/khc.com.sg\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/khc.com.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2335"}],"version-history":[{"count":9,"href":"http:\/\/khc.com.sg\/index.php?rest_route=\/wp\/v2\/pages\/2335\/revisions"}],"predecessor-version":[{"id":2423,"href":"http:\/\/khc.com.sg\/index.php?rest_route=\/wp\/v2\/pages\/2335\/revisions\/2423"}],"wp:attachment":[{"href":"http:\/\/khc.com.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}