<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="utf8">
<head><title>BF1马来西亚</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="BF1马来西亚网购商店销售天然美发产品,天然美容产品,天然精油,天然香薰油及按摩油.例如天然生发护理，纤体和天然脸部美白产品。BF1天然生发产品于7天内促进头发生长及控制脱发。" />
<meta name="keywords" content="美发,美容,精油,香薰油,按摩油,生发,纤体,美白,生发产品,促进头发生长,控制脱发,天然美容产品,天然产品" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="imagetoolbar" content="no" />
<link rel="shortcut icon" href="http://chinese.bf-1.com/favicon.ico">
<link rel="apple-touch-icon" href="http://chinese.bf-1.com/icon.png">
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-54779510-1', 'auto');
  ga('send', 'pageview');

</script>
<script type="text/javascript" async defer
  src="https://apis.google.com/js/platform.js?publisherid=100594458261356441370">
</script>
<!--[if lt IE 9]>
   <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<base href="http://chinese.bf-1.com/" />
<link rel="canonical" href="http://chinese.bf-1.com/" />

<link rel="stylesheet" type="text/css" href="includes/templates/responsive/css/stylesheet_bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/responsive/css/stylesheet_bootstrap_custom.css" />
<script type="text/javascript" src="includes/templates/responsive/jscript/jscript_bootstrap.min.js"></script>
<script>
if (typeof zcJS == "undefined" || !zcJS) {
  window.zcJS = { name: 'zcJS', version: '0.1.0.0' };
};

zcJS.ajax = function (options) {
  options.url = options.url.replace("&amp;", "&");
  var deferred = $.Deferred(function (d) {
      var securityToken = 'f9fb3a3bf12120b5d3fad90c0306c0ab';
      var defaults = {
          cache: false,
          type: 'POST',
          traditional: true,
          dataType: 'json',
          timeout: 5000,
          data: $.extend(true,{
            securityToken: securityToken
        }, options.data)
      },
      settings = $.extend(true, {}, defaults, options);

      d.done(settings.success);
      d.fail(settings.error);
      d.done(settings.complete);
      var jqXHRSettings = $.extend(true, {}, settings, {
          success: function (response, textStatus, jqXHR) {
            d.resolve(response, textStatus, jqXHR);
          },
          error: function (jqXHR, textStatus, errorThrown) {
              console.log(jqXHR);
              d.reject(jqXHR, textStatus, errorThrown);
          },
          complete: d.resolve
      });
      $.ajax(jqXHRSettings);
   }).fail(function(jqXHR, textStatus, errorThrown) {
   var response = jqXHR.getResponseHeader('status');
   var responseHtml = jqXHR.responseText;
   var contentType = jqXHR.getResponseHeader("content-type");
   switch (response)
     {
       case '403 Forbidden':
         var jsonResponse = JSON.parse(jqXHR.responseText);
         var errorType = jsonResponse.errorType;
         switch (errorType)
         {
           case 'ADMIN_BLOCK_WARNING':
           break;
           case 'AUTH_ERROR':
           break;
           case 'SECURITY_TOKEN':
           break;

           default:
             alert('An Internal Error of type '+errorType+' was received while processing an ajax call. The action you requested could not be completed.');
         }
       break;
       default:
        if (jqXHR.status === 200 && contentType.toLowerCase().indexOf("text/html") >= 0) {
         document.open();
         document.write(responseHtml);
         document.close();
         } else {
           alert('An unknown response '+response+': :'+contentType+': :'+errorThrown+' was received while processing an ajax call. The action you requested could not be completed.');
         }
     }
   });

  var promise = deferred.promise();
  return promise;
};
zcJS.timer = function (options) {
  var defaults = {
    interval: 10000,
    startEvent: null,
    intervalEvent: null,
    stopEvent: null

},
  settings = $.extend(true, {}, defaults, options);

  var enabled = new Boolean(false);
  var timerId = 0;
  var mySelf;
  this.Start = function()
  {
      this.enabled = new Boolean(true);

      mySelf = this;
      mySelf.settings = settings;
      if (mySelf.enabled)
      {
          mySelf.timerId = setInterval(
          function()
          {
              if (mySelf.settings.intervalEvent)
              {
                mySelf.settings.intervalEvent(mySelf);
              }
          }, mySelf.settings.interval);
          if (mySelf.settings.startEvent)
          {
            mySelf.settings.startEvent(mySelf);
          }
      }
  };
  this.Stop = function()
  {
    mySelf.enabled = new Boolean(false);
    clearInterval(mySelf.timerId);
    if (mySelf.settings.stopEvent)
    {
      mySelf.settings.stopEvent(mySelf);
    }
  };
};
</script>

<script type="text/javascript">
<!--
/*
 * 	Easy Slider 1.7 - jQuery plugin
 *	written by Alen Grakalic	
 *	http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding
 *
 *	Copyright (c) 2009 Alen Grakalic (http://cssglobe.com)
 *	Dual licensed under the MIT (MIT-LICENSE.txt)
 *	and GPL (GPL-LICENSE.txt) licenses.
 *
 *	Built for jQuery library
 *	http://jquery.com
 *
 */
 
/*
 *	markup example for $("#slider").easySlider();
 *	
 * 	<div id="slider">
 *		<ul>
 *			<li><img src="images/01.jpg" alt="" /></li>
 *			<li><img src="images/02.jpg" alt="" /></li>
 *			<li><img src="images/03.jpg" alt="" /></li>
 *			<li><img src="images/04.jpg" alt="" /></li>
 *			<li><img src="images/05.jpg" alt="" /></li>
 *		</ul>
 *	</div>
 *
 */


(function($) {

	$.fn.easySlider = function(options){
	  
		// default configuration properties
		var defaults = {			
			prevId: 		'prevBtn',
			prevText: 		'Previous',
			nextId: 		'nextBtn',	
			nextText: 		'Next',
			controlsShow:	true,
			controlsBefore:	'',
			controlsAfter:	'',	
			controlsFade:	true,
			firstId: 		'firstBtn',
			firstText: 		'First',
			firstShow:		false,
			lastId: 		'lastBtn',	
			lastText: 		'Last',
			lastShow:		false,				
			vertical:		false,
			speed: 			2000,
			auto:			false,
			pause:			3000,
			continuous:		false, 
			numeric: 		false,
			numericId: 		'controls'
		}; 
		
		var options = $.extend(defaults, options);  
				
		this.each(function() {  
			var obj = $(this); 				
			var s = $("li", obj).length;
			var w = $("li", obj).width(); 
			var h = $("li", obj).height(); 
			var clickable = true;
			obj.width(w); 
			obj.height(h); 
			obj.css("overflow","hidden");
			var ts = s-1;
			var t = 0;
			$("ul", obj).css('width',s*w);			
			
			if(options.continuous){
				$("ul", obj).prepend($("ul li:last-child", obj).clone().css("margin-left","-"+ w +"px"));
				$("ul", obj).append($("ul li:nth-child(2)", obj).clone());
				$("ul", obj).css('width',(s+1)*w);
			};				
			
			if(!options.vertical) $("li", obj).css('float','left');
								
			if(options.controlsShow){
				var html = options.controlsBefore;				
				if(options.numeric){
					html += '<div id="control_div"><ol id="'+ options.numericId +'"></div></ol>';
				} else {
					if(options.firstShow) html += '<span id="'+ options.firstId +'"><a href=\"javascript:void(0);\">'+ options.firstText +'</a></span>';
					html += ' <span id="'+ options.prevId +'"><a href=\"javascript:void(0);\">'+ options.prevText +'</a></span>';
					html += ' <span id="'+ options.nextId +'"><a href=\"javascript:void(0);\">'+ options.nextText +'</a></span>';
					if(options.lastShow) html += ' <span id="'+ options.lastId +'"><a href=\"javascript:void(0);\">'+ options.lastText +'</a></span>';				
				};
				
				html += options.controlsAfter;						
				$(obj).after(html);										
			};
			
			if(options.numeric){									
				for(var i=0;i<s;i++){						
					$(document.createElement("li"))
						.attr('id',options.numericId + (i+1))
						.html('<a rel='+ i +' href=\"javascript:void(0);\">'+ (i+1) +'</a>')
						.appendTo($("#"+ options.numericId))
						.click(function(){							
							animate($("a",$(this)).attr('rel'),true);
						}); 												
				};							
			} else {
				$("a","#"+options.nextId).click(function(){		
					animate("next",true);
				});
				$("a","#"+options.prevId).click(function(){		
					animate("prev",true);				
				});	
				$("a","#"+options.firstId).click(function(){		
					animate("first",true);
				});				
				$("a","#"+options.lastId).click(function(){		
					animate("last",true);				
				});				
			};
			
			function setCurrent(i){
				i = parseInt(i)+1;
				$("li", "#" + options.numericId).removeClass("current");
				$("li#" + options.numericId + i).addClass("current");
			};
			
			function adjust(){
				if(t>ts) t=0;		
				if(t<0) t=ts;	
				if(!options.vertical) {
					$("ul",obj).css("margin-left",(t*w*-1));
				} else {
					$("ul",obj).css("margin-left",(t*h*-1));
				}
				clickable = true;
				if(options.numeric) setCurrent(t);
			};
			
			function animate(dir,clicked){
				if (clickable){
					clickable = false;
					var ot = t;				
					switch(dir){
						case "next":
							t = (ot>=ts) ? (options.continuous ? t+1 : ts) : t+1;						
							break; 
						case "prev":
							t = (t<=0) ? (options.continuous ? t-1 : 0) : t-1;
							break; 
						case "first":
							t = 0;
							break; 
						case "last":
							t = ts;
							break; 
						default:
							t = dir;
							break; 
					};	
					var diff = Math.abs(ot-t);
					var speed = diff*options.speed;						
					if(!options.vertical) {
						p = (t*w*-1);
						$("ul",obj).animate(
							{ marginLeft: p }, 
							{ queue:false, duration:speed, complete:adjust }
						);				
					} else {
						p = (t*h*-1);
						$("ul",obj).animate(
							{ marginTop: p }, 
							{ queue:false, duration:speed, complete:adjust }
						);					
					};
					
					if(!options.continuous && options.controlsFade){					
						if(t==ts){
							$("a","#"+options.nextId).hide();
							$("a","#"+options.lastId).hide();
						} else {
							$("a","#"+options.nextId).show();
							$("a","#"+options.lastId).show();					
						};
						if(t==0){
							$("a","#"+options.prevId).hide();
							$("a","#"+options.firstId).hide();
						} else {
							$("a","#"+options.prevId).show();
							$("a","#"+options.firstId).show();
						};					
					};				
					
					if(clicked) clearTimeout(timeout);
					if(options.auto && dir=="next" && !clicked){;
						timeout = setTimeout(function(){
							animate("next",false);
						},diff*options.speed+options.pause);
					};
			
				};
				
			};
			// init
			var timeout;
			if(options.auto){;
				timeout = setTimeout(function(){
					animate("next",false);
				},options.pause);
			};		
			
			if(options.numeric) setCurrent(0);
		
			if(!options.continuous && options.controlsFade){					
				$("a","#"+options.prevId).hide();
				$("a","#"+options.firstId).hide();				
			};				
			
		});
	  
	};

})(jQuery);

-->

</script>








<body id="indexHomeBody">





<!--bof-header logo and navigation display-->



	<div id="navMainWrapper" class="navbar navbar-fixed-top">
      <div id="navMain" class="navbar-inner">
        <div class="container">
          <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
            <span class="icon-white icon-list"></span>
            <!--<span class="icon-bar"></span>
            <span class="icon-bar"></span>-->
		  </a>
          <a class="brand" href="http://chinese.bf-1.com/">BF1马来西亚</a>
          <div id="navTopBar" class="nav-collapse">
            <ul id="navTopBarLeft" class="nav">
				<li class="active"><a href="http://chinese.bf-1.com/"><i class="icon-home icon-white"></i>&nbsp;首页</a></li>
			    <li ><a href="http://chinese.bf-1.com/index.php?main_page=account&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-user icon-white"></i>&nbsp;我的帐号</a></li>
									<li ><a href="http://chinese.bf-1.com/index.php?main_page=login&amp;zenid=8d0a17227647110523168a32d3f204c7">登录</a></li>
									
			</ul>
								<ul class="nav pull-right">
					<li><form name="quick_find_header" action="http://chinese.bf-1.com/index.php?main_page=advanced_search_result" method="get"  class="navbar-search pull-left"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="hidden" name="zenid" value="8d0a17227647110523168a32d3f204c7" /><input type="text" class="search-query" name="keyword" placeholder="Search" /></form></li>
					<li class="dropdown"><a data-toggle="dropdown" class="dropdown-toggle" href="#"><i class="icon-shopping-cart icon-white"></i>&nbsp;0&nbsp;items</a>
					<ul class="dropdown-menu">
						<li><a href="http://chinese.bf-1.com/index.php?main_page=shopping_cart&amp;zenid=8d0a17227647110523168a32d3f204c7">购物车</a></li>
						<li><a href="http://chinese.bf-1.com/index.php?main_page=checkout_shipping&amp;zenid=8d0a17227647110523168a32d3f204c7">结帐</a></li>
					</ul>
				</li></ul>
				          </div><!--/.nav-collapse -->
        </div>
      </div>
    </div>
<!--eof-navigation display-->	

<div itemscope itemtype="http://schema.org/Product" id="mainWrapper" class="container"><!--/bof-container-->
	
	
<!--bof-branding display-->
<div id="logoWrapper" class="row-fluid">
    <div id="logo" class="span5"><a href="http://chinese.bf-1.com/"><img src="includes/templates/responsive/images/logo.gif" alt="Powered by Zen Cart :: 电子商务的艺术 [首页]" title=" Powered by Zen Cart :: 电子商务的艺术 [首页] " width="300" height="60" /></a></div>
    <div id="taglineWrapper" class="span7">
      
      
<br class="clearBoth" />
    </div>
</div>


<!--eof-branding display-->

<!--eof-header logo and navigation display-->

<!--bof heder nav menu for mobile phone -->

<div id="navPhoneMenuWrapper" class="visible-phone">
<div id="navPhoneMenuPills" class="subnav">
<ul class="nav nav-pills">
	<li class="dropdown">
     	<a class="dropdown-toggle" data-toggle="dropdown" href="#">
  			Categories  			<b class="caret"></b>
		</a>
  			<ul class="dropdown-menu">
        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=2&amp;zenid=8d0a17227647110523168a32d3f204c7">专业生发系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=3&amp;zenid=8d0a17227647110523168a32d3f204c7">超级生发系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=4&amp;zenid=8d0a17227647110523168a32d3f204c7">生发家庭护理系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=5&amp;zenid=8d0a17227647110523168a32d3f204c7">生发（试用版）系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=12&amp;zenid=8d0a17227647110523168a32d3f204c7">黑发系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=13&amp;zenid=8d0a17227647110523168a32d3f204c7">头发护理系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=8&amp;zenid=8d0a17227647110523168a32d3f204c7">脸部抗老系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=14&amp;zenid=8d0a17227647110523168a32d3f204c7">脸部美白系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=7&amp;zenid=8d0a17227647110523168a32d3f204c7">全身美白系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=6&amp;zenid=8d0a17227647110523168a32d3f204c7">More 瘦身系列</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=162&amp;zenid=8d0a17227647110523168a32d3f204c7">N2 Salon Pack</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=15&amp;zenid=8d0a17227647110523168a32d3f204c7">沐浴露</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=147&amp;zenid=8d0a17227647110523168a32d3f204c7">皮肤问题与治疗</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=22&amp;zenid=8d0a17227647110523168a32d3f204c7">纯精油</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=26&amp;zenid=8d0a17227647110523168a32d3f204c7">香薰油</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=30&amp;zenid=8d0a17227647110523168a32d3f204c7">Carrier Oil</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=64&amp;zenid=8d0a17227647110523168a32d3f204c7">Massage Cream</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=17&amp;zenid=8d0a17227647110523168a32d3f204c7">Massage Oil</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=92&amp;zenid=8d0a17227647110523168a32d3f204c7">Aromatic Fragrance Oil</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=35&amp;zenid=8d0a17227647110523168a32d3f204c7">Designer Fragrance Oil</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=16&amp;zenid=8d0a17227647110523168a32d3f204c7">Perfume EDP</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=94&amp;zenid=8d0a17227647110523168a32d3f204c7">Perfume Oil (Non Alcohol)</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=119&amp;zenid=8d0a17227647110523168a32d3f204c7">Perfume Tune EDP</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=49&amp;zenid=8d0a17227647110523168a32d3f204c7">Aromatic Air Freshener</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=152&amp;zenid=8d0a17227647110523168a32d3f204c7">Aromatic Car Perfume Oil</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=88&amp;zenid=8d0a17227647110523168a32d3f204c7">Aroma Soap Bar</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=85&amp;zenid=8d0a17227647110523168a32d3f204c7">Base Soap Bar</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=156&amp;zenid=8d0a17227647110523168a32d3f204c7">Soap Tools & Equipment</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=91&amp;zenid=8d0a17227647110523168a32d3f204c7">Aromatic Incense</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=157&amp;zenid=8d0a17227647110523168a32d3f204c7">Bottle and Packaging</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=158&amp;zenid=8d0a17227647110523168a32d3f204c7">Cosmetic Ingredients</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=65&amp;zenid=8d0a17227647110523168a32d3f204c7">Fragrance Accessories</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=81&amp;zenid=8d0a17227647110523168a32d3f204c7">Liquid Cosmetic Colors</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=50&amp;zenid=8d0a17227647110523168a32d3f204c7">Herbal - Dry Herbal</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=61&amp;zenid=8d0a17227647110523168a32d3f204c7">Herbal - Herbal Oil</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=144&amp;zenid=8d0a17227647110523168a32d3f204c7">Herbal - Herbal Water</a></li>        		  				
 
  		<li><a href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=140&amp;zenid=8d0a17227647110523168a32d3f204c7">Nutri Liquid Food Flavor</a></li>        					</ul>
  	</li>
  	<li class="dropdown">
    	<a class="dropdown-toggle" data-toggle="dropdown" href="#">Browse    		<b class="caret"></b>
    	</a>
    	<ul class="dropdown-menu">
                <li><a href="http://chinese.bf-1.com/index.php?main_page=products_new&amp;zenid=8d0a17227647110523168a32d3f204c7">New Products</a></li>
                <li><a href="http://chinese.bf-1.com/index.php?main_page=featured_products&amp;zenid=8d0a17227647110523168a32d3f204c7">Featured Products</a></li>
                <li><a href="http://chinese.bf-1.com/index.php?main_page=products_all&amp;zenid=8d0a17227647110523168a32d3f204c7">All Products</a></li>
                <li><a href="http://chinese.bf-1.com/index.php?main_page=specials&amp;zenid=8d0a17227647110523168a32d3f204c7">Specials</a></li>
                
              </ul>
	</li>
	
      		<li>
          	<a href="http://chinese.bf-1.com/index.php?main_page=shopping_cart&amp;zenid=8d0a17227647110523168a32d3f204c7">购物车</a>
        </li>
                
	  	
</ul>
</div>
</div><!--eof-heder nav menu for mobile phone -->

<!--bof-optional categories tabs navigation display-->
<!--eof-optional categories tabs navigation display-->

<!--bof-header ezpage links-->
<div id="navEZPagesTop" class="">
<ul class="nav nav-tabs">
  <li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=9&amp;zenid=8d0a17227647110523168a32d3f204c7">保证</a></li>
  <li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=8&amp;zenid=8d0a17227647110523168a32d3f204c7">送货</a></li>
  <li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=13&amp;zenid=8d0a17227647110523168a32d3f204c7">付款</a></li>
  <li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=21&amp;zenid=8d0a17227647110523168a32d3f204c7">货到付款</a></li>
  <li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=2&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">短信订购</a></li>
  <li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=18&amp;zenid=8d0a17227647110523168a32d3f204c7">电邮订购</a></li>
  <li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=23&amp;zenid=8d0a17227647110523168a32d3f204c7">打造品牌</a></li>
</ul>
</div>
<!--eof-header ezpage links-->
<div class="row-fluid">&nbsp;</div>


<section><!--section-->

<div class="row-fluid">

<div class="span9">
<!-- bof  breadcrumb -->
    <div id="navBreadCrumb"><ul class="breadcrumb">首页
</ul></div>
<!-- eof breadcrumb -->


<!-- bof upload alerts -->
<!-- eof upload alerts -->

<div class="centerColumn" id="indexDefault">
<h1 id="indexDefaultHeading"></h1>


<!-- deprecated - to use uncomment this section
<div id="" class="content">This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div>
-->

<!-- deprecated - to use uncomment this section
<div id="" class="content">Define your main Index page copy here.</div>
-->

<div id="indexDefaultMainContent" class="content"><h1 itemprop="name">BF1马来西亚 - 马来西亚纯精油及天然草药产品</h1>
<p itemprop="description" align="justify">自2002年以来 BF1 制造天然草药生发产品，护发产品，护肤产品，天然纯香精油，天然香薰油, 天然芳香油，纯基础油，天然草药油，按摩油，天然香皂，香水，香精油和草药提取物。</p>
<p align="justify">由天然成分配制, BF1 产品性能优异并保证安全适合所有皮肤类型。</p>
<p align="justify">请参阅我们的产品价格表 <b>客服中心</b> 在左边的面板中。</p>
<p align="justify">BF1 产品7天退款保证<a href="http://chinese.bf-1.com/index.php?main_page=page&id=9" target="_blank"><b><font color="#C00000">退款保证</font></b> </a> 所有产品。</p>
<p align="justify">* <a href="http://chinese.bf-1.com/index.php?main_page=page&id=23" target="_blank">打造你的品牌</a> - BF1 为你打造美发美容品牌</p>
<p><img itemprop="image" src="http://chinese.bf-1.com/images/herbal.jpg" border="0" width="830" height="261" alt="草药">
</div>





<!-- bof: whats_new -->
<div class="centerBoxWrapper" id="whatsNew">
<h2 class="centerBoxHeading">六月新进商品</h2><div class="productGrid row-fluid">

    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_38&amp;products_id=1394&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men-fo500.jpg" alt="Black Code (Armani) - Inspire Fragrance Oil - 500ml" title=" Black Code (Armani) - Inspire Fragrance Oil - 500ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_38&amp;products_id=1394&amp;zenid=8d0a17227647110523168a32d3f204c7">Black Code (Armani) - Inspire Fragrance Oil - 500ml</a><br />RM180.00</div>
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_37&amp;products_id=1395&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men-fo50.jpg" alt="Black Code (Armani) - Inspire Fragrance Oil - 50ml" title=" Black Code (Armani) - Inspire Fragrance Oil - 50ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_37&amp;products_id=1395&amp;zenid=8d0a17227647110523168a32d3f204c7">Black Code (Armani) - Inspire Fragrance Oil - 50ml</a><br />RM88.00</div>
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_36&amp;products_id=1396&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men10.jpg" alt="Black XS (Paco Rabanne) - Inspire Fragrance Oil - 10ml" title=" Black XS (Paco Rabanne) - Inspire Fragrance Oil - 10ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_36&amp;products_id=1396&amp;zenid=8d0a17227647110523168a32d3f204c7">Black XS (Paco Rabanne) - Inspire Fragrance Oil - 10ml</a><br />RM38.00</div>
</div>
<br class="clearBoth">
<div class="productGrid row-fluid">

    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_38&amp;products_id=1397&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men-fo500.jpg" alt="Black XS (Paco Rabanne) - Inspire Fragrance Oil - 500ml" title=" Black XS (Paco Rabanne) - Inspire Fragrance Oil - 500ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_38&amp;products_id=1397&amp;zenid=8d0a17227647110523168a32d3f204c7">Black XS (Paco Rabanne) - Inspire Fragrance Oil - 500ml</a><br />RM180.00</div>
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_37&amp;products_id=1398&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men-fo50.jpg" alt="Black XS (Paco Rabanne) - Inspire Fragrance Oil - 50ml" title=" Black XS (Paco Rabanne) - Inspire Fragrance Oil - 50ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_37&amp;products_id=1398&amp;zenid=8d0a17227647110523168a32d3f204c7">Black XS (Paco Rabanne) - Inspire Fragrance Oil - 50ml</a><br />RM88.00</div>
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_36&amp;products_id=1399&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men10.jpg" alt="Blue Jeans (Versace) - Inspire Fragrance Oil - 10ml" title=" Blue Jeans (Versace) - Inspire Fragrance Oil - 10ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_36&amp;products_id=1399&amp;zenid=8d0a17227647110523168a32d3f204c7">Blue Jeans (Versace) - Inspire Fragrance Oil - 10ml</a><br />RM38.00</div>
</div>
<br class="clearBoth">
<div class="productGrid row-fluid">

    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_37&amp;products_id=1400&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men-fo50.jpg" alt="Blue Jeans (Versace) - Inspire Fragrance Oil - 50ml" title=" Blue Jeans (Versace) - Inspire Fragrance Oil - 50ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_37&amp;products_id=1400&amp;zenid=8d0a17227647110523168a32d3f204c7">Blue Jeans (Versace) - Inspire Fragrance Oil - 50ml</a><br />RM88.00</div>
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_38&amp;products_id=1401&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men-fo500.jpg" alt="Blue Jeans (Versace) - Inspire Fragrance Oil - 500ml" title=" Blue Jeans (Versace) - Inspire Fragrance Oil - 500ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_38&amp;products_id=1401&amp;zenid=8d0a17227647110523168a32d3f204c7">Blue Jeans (Versace) - Inspire Fragrance Oil - 500ml</a><br />RM180.00</div>
    <div class="centerBoxContentsNew centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_36&amp;products_id=1402&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/men10.jpg" alt="Boss Signature - Inspire Fragrance Oil - 10ml" title=" Boss Signature - Inspire Fragrance Oil - 10ml " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=35_36&amp;products_id=1402&amp;zenid=8d0a17227647110523168a32d3f204c7">Boss Signature - Inspire Fragrance Oil - 10ml</a><br />RM38.00</div>
</div>
<br class="clearBoth">
 
</div>
<!-- eof: whats_new -->





<!-- bof: featured products  -->
<!-- eof: featured products  -->








<!-- bof: specials -->
<div class="centerBoxWrapper" id="specialsDefault">
<h2 class="centerBoxHeading">六月特价商品</h2><div class="productGrid row-fluid">

    <div class="centerBoxContentsSpecials centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=4&amp;products_id=12&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/200hg399.jpg" alt="生发家庭护理配套 - 399" title=" 生发家庭护理配套 - 399 " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=4&amp;products_id=12&amp;zenid=8d0a17227647110523168a32d3f204c7">生发家庭护理配套 - 399</a><br /><span class="normalprice">RM492.00 </span>&nbsp;<span class="productSpecialPrice">RM399.00</span><span class="productPriceDiscount"><br />节省:&nbsp;19% </span></div>
    <div class="centerBoxContentsSpecials centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=6&amp;products_id=76&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/200X200xlimset88.jpg" alt="More 瘦身配套 - 基本" title=" More 瘦身配套 - 基本 " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=6&amp;products_id=76&amp;zenid=8d0a17227647110523168a32d3f204c7">More 瘦身配套 - 基本</a><br /><span class="normalprice">RM128.00 </span>&nbsp;<span class="productSpecialPrice">RM98.00</span><span class="productPriceDiscount"><br />节省:&nbsp;23% </span></div>
    <div class="centerBoxContentsSpecials centeredContent back" style="width:33%;"><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=4&amp;products_id=62&amp;zenid=8d0a17227647110523168a32d3f204c7"><img src="images/GBA8mlX3-150.jpg" alt="人参生发精华 - 3X8毫升" title=" 人参生发精华 - 3X8毫升 " width="200" height="200" /></a><br /><a href="http://chinese.bf-1.com/index.php?main_page=product_info&amp;cPath=4&amp;products_id=62&amp;zenid=8d0a17227647110523168a32d3f204c7">人参生发精华 - 3X8毫升</a><br /><span class="normalprice">RM114.00 </span>&nbsp;<span class="productSpecialPrice">RM99.00</span><span class="productPriceDiscount"><br />节省:&nbsp;13% </span></div>
</div>
<br class="clearBoth">
 
</div>
<!-- eof: specials -->










</div>
<div id="bannerFour" class="banners"><table width="200" cellpadding="0" cellspacing="0">
    <tr>
        <td width="100"><fb:share-button layout="button_count"></fb:share-button></td>
        <td width="100"><div class="g-plus" align="left" data-action="share" data-annotation="bubble"></div></td>
    </tr>
</table>
<hr>
<p align="left">* If you facing any difficulties to order online, please use our Easy Order as below :<br  />
a. <a href="http://bf1.my/order/" target="_blank" rel="nofollow"><b><font color="#C00000">Email Order</font></b></a> - click here and submit your order.<br  />
b. <a href="http://bf1.my/sms/" target="_blank" rel="nofollow"><b>SMS Order</b></a> - SMS or Whatsapp to +60192618000 or +60123590344 with Name and Address.<br  />
c. <a href="https://www.facebook.com/messages/bf1vincent" target="_blank"><b>Facebook Order</b></a> : Send your Contact Number, Name and Delivery Address to our Facebook Chat.</p>
<hr>
<p align="left"><b>About Malaysia GST</b> GST Account No : 002027216896<br  />
Started on 1st April 2015, Malaysia Government had impose 6% GST for all consumer products. We hereby to inform all our customers, all products are inclusive of GST, meaning you still will enjoy the same price as previous. We thank you for your continued support.</p>
<hr>
<p align="left"><a href="http://shop.bf-1.com/" target="_blank" rel="nofollow"><img src="http://bf1.my/images/webm.png" border="0" width="300" height="83" alt="BF1 Shopping Malaysia"></a></p>
<p align="left"><font color="#7F7F7F"><b>Malaysia And Singapore :</b> </font> * <a href="http://shop.bf-1.com" target="_blank">Malaysia - English</a> * <a href="http://chinese.bf-1.com" target="_blank">Malaysia - 中文简体</a> * <a href="http://kedai.bf-1.com" target="_blank">Malaysia - Bahasa</a><br  />
* Minimum Order For Free Delivery within Malaysia : RM50.00<br  />
* Minimum Order For Free Delivery within Singapore : RM100.00 ( S$50.00 )<br  />
* Cash On Delivery - Within KL and Selangor ( Limited within 15KM from our office location )<br  />
* Within Malaysia : 1-2 Working Days ( By Skynet Courier Service or Pos Laju )</p>
<p align="left"><a href="http://world.bf-1.com/" target="_blank" rel="nofollow"><img src="http://bf1.my/images/webw.png" border="0" width="300" height="83" alt="BF1 Shopping World"></a></p>
<p align="left"><font color="#7F7F7F"><b>Worldwide ( All Countries ) Free Delivery :</b> </font>* <a href="http://world.bf-1.com" target="_blank">World - English</a><br  />
* Minimum Order For Free Delivery within Worldwide : USD$50.00<br  />
* Within Asia : 3-5 Working Days * International : 7-20 Working Days by DHL Global Mail<br  />
<font color="red">* Important : Herbals, Cosmetic Ingredients, Bottles, Packaging and items contained alcohol such like car perfume, perfume EDP are not permitted for International shipping, limited within Malaysia only.</font></p>
<hr>
<fbpage>
<div class="fb-page" data-href="https://www.facebook.com/bestformula/" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/bestformula/"><a href="https://www.facebook.com/bestformula/">BF1</a></blockquote></div></div>
<hr>
<p align="left"><a href="https://www.facebook.com/bestformula" target="blank" rel="nofollow"><img src="http://bf1.my/images/Facebook.jpg" border="0" alt="Facebook" width="50" height="50"></a><a href="https://plus.google.com/108740994514368087827" target="_blank" rel="nofollow"><img src="http://bf1.my/images/Google.jpg" border="0" alt="Google" width="50" height="50" hspace="3"></a><a href="http://youtube.com/bestform699" target="_blank" rel="nofollow"><img src="http://bf1.my/images/Youtube.jpg" border="0" alt="Youtube"
width="50" height="50"></a></p>
<p align="left">Please place your reviews here to help us improving :<br  /> 
* <a href="https://www.facebook.com/bestformula/reviews" target="_blank" rel="nofollow">Facebook Reviews</a><br  /> 
* <a href="https://plus.google.com/+Bf1hairgrowth/about?gl=US&hl=en-US&review=1" target="_blank" rel="nofollow">Google Reviews</a><br  />
News And Update :<br  /> 
* <a href="https://www.facebook.com/groups/bf1malaysia/" target="_blank" rel="nofollow">Facebook Group</a><br  /> 
* <a href="https://plus.google.com/communities/106139664802979415428" target="_blank" rel="nofollow">Google Communities</a></p>
</fbpage>
<gpage>
<fb:post href="https://www.facebook.com/bestformula/posts/10153720358853118" width=465></fb:post>
<hr>
<iframe width="95%" height="300" src="https://www.youtube.com/embed/videoseries?list=PLHOrcJNCbiO2USwOiZm4CbGSAJ3keHJ0P" frameborder="0" allowfullscreen></iframe>
</gpage>
<div class="fb-comments" data-href="http://shop.bf-1.com/" data-width="100%" data-numposts="2"></div></div>
</div><!--span-centercolumn-->

<div class="span3">
 <div class="hidden-phone"><!--// bof: categories //-->
<div class="rightBoxContainer well sidebar-nav" id="categories">
	<ul class="nav nav-list">
		<li id="categoriesHeading" class="nav-header">商品分类</li>
		<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=2&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;专业生发系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=3&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;超级生发系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=4&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;生发家庭护理系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=5&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;生发（试用版）系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=12&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;黑发系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=13&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;头发护理系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=8&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;脸部抗老系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=14&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;脸部美白系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=7&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;全身美白系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=6&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;More 瘦身系列</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=162&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;N2 Salon Pack-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=15&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;沐浴露</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=147&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;皮肤问题与治疗</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=22&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;纯精油-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=26&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;香薰油-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=30&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Carrier Oil-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=64&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Massage Cream-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=17&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Massage Oil-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=92&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Aromatic Fragrance Oil-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=35&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Designer Fragrance Oil-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=16&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Perfume EDP-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=94&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Perfume Oil (Non Alcohol)-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=119&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Perfume Tune EDP</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=49&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Aromatic Air Freshener-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=152&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Aromatic Car Perfume Oil-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=88&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Aroma Soap Bar-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=85&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Base Soap Bar-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=156&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Soap Tools & Equipment</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=91&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Aromatic Incense</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=157&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Bottle and Packaging</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=158&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Cosmetic Ingredients</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=65&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Fragrance Accessories</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=81&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Liquid Cosmetic Colors-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=50&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Herbal - Dry Herbal-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=61&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Herbal - Herbal Oil-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=144&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Herbal - Herbal Water-&gt;</a></li>
<li><a class="category-top" href="http://chinese.bf-1.com/index.php?main_page=index&amp;cPath=140&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;Nutri Liquid Food Flavor-&gt;</a></li>
<hr id="catBoxDivider" />
<li><a class="category-links" href="http://chinese.bf-1.com/index.php?main_page=specials&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;特价商品 ...</a></li>
<li><a class="category-links" href="http://chinese.bf-1.com/index.php?main_page=products_new&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;新进商品 ...</a></li>
<li><a class="category-links" href="http://chinese.bf-1.com/index.php?main_page=products_all&amp;zenid=8d0a17227647110523168a32d3f204c7"><i class="icon-chevron-right"></i>&nbsp;所有商品 ...</a></li>
	</ul>
</div>
<!--// eof: categories //-->

<!--// bof: bannerbox //-->
<div class="rightBoxContainer well sidebar-nav" id="bannerbox">
	<ul class="nav nav-list">
		<li id="bannerboxHeading" class="nav-header">付款及发货</li>
		<div id="bannerboxContent" class="sideBoxContent centeredContent"><p align="left"><img src="http://photo.bf-1.com/guarantee.gif" width="205" height="70" border="0"></a>
<a href="http://chinese.bf-1.com/index.php?main_page=login"><img src="http://photo.bf-1.com/online.gif" border="0"></a>
<a href="http://chinese.bf-1.com/index.php?main_page=page&id=18"><img src="http://photo.bf-1.com/emailorder.gif" border="0" width="205" height="70"></a>
<a href="http://chinese.bf-1.com/index.php?main_page=page&id=2"><img src="http://photo.bf-1.com/smsorder.gif" border="0"></a>
<a href="http://chinese.bf-1.com/index.php?main_page=page&id=21"><img src="http://photo.bf-1.com/cod.gif" border="0" width="205" height="70"></a>
<a href="http://chinese.bf-1.com/index.php?main_page=page&id=8"><img src="http://photo.bf-1.com/delivery.gif" width="210" height="70" border="0"></a></p>

<p align="left"<img src="http://bf-1.com/flag/Malaysia.jpg" border="0" width="200" height="100"></p>

<p align="left"><b>Free Delivery to Malaysia</b></p>
<p align="left">* Minimum Order = RM50.00</p>
<p align="left">* COD - KL | Selangor</p>
<p align="left">Within Malaysia : 1-2 Days</p></div>	</ul>
</div>
<!--// eof: bannerbox //-->

<!--// bof: bannerbox2 //-->
<div class="rightBoxContainer well sidebar-nav" id="bannerbox2">
	<ul class="nav nav-list">
		<li id="bannerbox2Heading" class="nav-header">联系我们</li>
		<div id="bannerbox2Content" class="sideBoxContent centeredContent"><p><a href="https://chatserver5.comm100.com/chatwindow.aspx?planId=486&siteId=36916" target="_blank"><img src="http://photo.bf-1.com/live-help.jpg" border="0" alt="Live Help" width="300" height="206"></a></p>
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h3 itemprop="name" align="left">Best Formula Industries</h3>
<p align="left"><span style="font-size:8pt;">( Incorporated Since : 27th Dec 2002 )</span><br  />
</p>
<p align="left">( Company No : 002150621-D )<br  />
GST Account : 002027216896<br  />
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">Lot : <span itemprop="streetAddress">146, Jalan Segambut,</span><br  />
<span itemprop="postalCode">51200</span> <span itemprop="addressRegion">Kuala Lumpur</span>, <span itemprop="addressCountry">Malaysia</span>.<br  />
Tel : <span itemprop="telephone"><b>+603-6257 6048</b></span><br  />
Fax : +603-6241 0436<br  />
Operation Hours :<br  />
Mon - Fri = 10am - 7pm<br  />
Sat = 10am - 5pm</p>
<p align="left">Mobile : ( SMS or Whatsapp )<br  />
<b>+6019-2618000</b> or <b>+6012-3590344</b></p>
<p align="left">* Email: bestform18@yahoo.com<br  />
* Facebook Chat : <a href="https://www.facebook.com/messages/bf1vincent" target="_blank">Vincent Yong</a><br  />
* Google+ : <a href="https://plus.google.com/+vincentyong?rel=author">Vincent Yong</a><br  />
* WeChat ID : bestform18<br  />
* <a href="http://bf1.my/contact/" target="_blank"><font color="#C00000"><span style="font-size:16pt;">Contact Us</span></font></a></p>
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=317309121671060";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script></div>	</ul>
</div>
<!--// eof: bannerbox2 //-->

<!--// bof: ezpages //-->
<div class="rightBoxContainer well sidebar-nav" id="ezpages">
	<ul class="nav nav-list">
		<li id="ezpagesHeading" class="nav-header">客服中心</li>
		<div id="ezpagesContent" class="sideBoxContent">
<ul style="margin: 0; padding: 0; list-style-type: none;">
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=59&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">天然纯油使用和说明</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=48&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">纯精油油价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=49&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">天然香薰油价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=50&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">纯基础油价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=51&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">天然草药油价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=52&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">香薰按摩油价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=53&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">名牌香精油价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=64&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">香薰香精油价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=54&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">名牌香水EDP价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=55&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">香水油(无酒精)价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=57&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">芳香空气清新剂价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=56&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">香薰皂价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=60&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">化妆品液体颜色价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=62&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">化妆品原料价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=63&amp;zenid=8d0a17227647110523168a32d3f204c7">天然草药提取物价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=65&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">清真液态食品香精价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=69&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">香薰香价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=67&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">芳香汽车香水价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=70&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">香薰香水EDP价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=71&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">天然干草药价格表</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=47&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">有效的生发效果</a></li>
<li><a href="http://chinese.bf-1.com/index.php?main_page=page&amp;id=27&amp;zenid=8d0a17227647110523168a32d3f204c7">脱发帮助</a></li>
</ul>
</div>	</ul>
</div>
<!--// eof: ezpages //-->

<!--// bof: bannerboxall //-->
<div class="rightBoxContainer well sidebar-nav" id="bannerboxall">
	<ul class="nav nav-list">
		<li id="bannerboxallHeading" class="nav-header">BF1活动</li>
		<div id="bannerboxallContent" class="sideBoxContent centeredContent"><P align="left"><a href="http://bf1.my/events/"  target="_blank" rel="nofollow"><font color="blue"><span style="font-size:13pt;">Free Training Workshop</span></font></a><br  />
Soap Making, Perfume Making, Essential Oil Formulation, Aromatherapy Massage, Mental Healing, Cosmetic Formulation, Sell Online and more..<br  />
* Date : Saturday<br  />
* Time : 2.00pm to 4.00pm<br  />
* Venue : BF1 Building<br  />
* Fee : Free. No conditions.<br  />
* Invited : Everyone.<br  />
* <a href="https://www.facebook.com/media/set/?set=a.10151652745723118.1073741828.180978868117&type=3" target="_blank" rel="nofollow">Training Photo</a><br  />
* <a href="http://bf1.my/events/"  target="_blank" rel="nofollow"><font color="#C00000">More Detail and Registration</font></a><br  />
* <a href="https://www.facebook.com/bestformula/events" target="_blank" rel="nofollow">Facebook Events Registration</a><br  />
* <a href="https://plus.google.com/u/0/b/108740994514368087827/events" target="_blank" rel="nofollow">Google Events Registration</a><br  />
<div class="g-page" data-width="180" data-href="//plus.google.com/108740994514368087827"></div>
<hr>
<p align="left"><font color="#7F7F7F"><b>Countries In English :</b> </font> * <a href="http://argentina.bf-1.com" target="_blank">Argentina</a> * <a href="http://australia.bf-1.com" target="_blank">Australia</a> * <a href="http://brazil.bf-1.com" target="_blank">Brazil</a> * <a href="http://brunei.bf-1.com" target="_blank">Brunei</a> * <a href="http://canada.bf-1.com" target="_blank">Canada</a> * <a href="http://chile.bf-1.com" target="_blank">Chile</a> * <a href="http://colombia.bf-1.com" target="_blank">Colombia</a> * <a href="http://denmark.bf-1.com" target="_blank">Denmark</a> * <a href="http://egypt.bf-1.com" target="_blank">Egypt</a> * <a href="http://finland.bf-1.com" target="_blank">Finland</a> * <a href="http://france.bf-1.com" target="_blank">France</a> * <a href="http://germany.bf-1.com" target="_blank">Germany</a> * <a href="http://greece.bf-1.com" target="_blank">Greece</a> * <a href="http://hk.bf-1.com" target="_blank">Hong Kong</a> * <a href="http://india.bf-1.com" target="_blank">India</a> * <a href="http://indonesia.bf-1.com" target="_blank">Indonesia</a> * <a href="http://italy.bf-1.com" target="_blank">Italy</a> * <a href="http://japan.bf-1.com" target="_blank">Japan</a> * <a href="http://korea.bf-1.com" target="_blank">Korea</a> * <a href="http://kuwait.bf-1.com" target="_blank">Kuwait</a> * <a href="http://mexico.bf-1.com" target="_blank">Mexico</a> * <a href="http://mongolia.bf-1.com" target="_blank">Mongolia</a> * <a href="http://pakistan.bf-1.com" target="_blank">Pakistan</a> * <a href="http://philippine.bf-1.com" target="_blank">Philippine</a> * <a href="http://poland.bf-1.com" target="_blank">Poland</a> * <a href="http://romania.bf-1.com" target="_blank">Romania</a> * <a href="http://arab.bf-1.com" target="_blank">Saudi Arabia</a> * <a href="http://singapore.bf-1.com" target="_blank">Singapore</a> * <a href="http://spain.bf-1.com" target="_blank">Spain</a> * <a href="http://srilanka.bf-1.com" target="_blank">Sri Lanka</a> * <a href="http://sweden.bf-1.com" target="_blank">Sweden</a> * <a href="http://switzerland.bf-1.com" target="_blank">Switzerland</a> * <a href="http://taiwan.bf-1.com" target="_blank">Taiwan</a> * <a href="http://thailand.bf-1.com" target="_blank">Thailand</a> * <a href="http://turkey.bf-1.com" target="_blank">Turkey</a> * <a href="http://uk.bf-1.com" target="_blank">UK</a> * <a href="http://us.bf-1.com" target="_blank">US</a> * <a href="http://vietnam.bf-1.com" target="_blank">Vietnam</a> * <a href="http://yemen.bf-1.com" target="_blank">Yemen</a><br  />
<font color="#7F7F7F"><b>Countries In Others Languages :</b></font> * <a href="http://arabic.bf-1.com" target="_blank">Saudi Arabia - العربية</a> * <a href="http://thai.bf-1.com" target="_blank">Thailand - ภาษาไทย</a></p></div>	</ul>
</div>
<!--// eof: bannerboxall //-->

<!--// bof: whosonline //-->
<div class="rightBoxContainer well sidebar-nav" id="whosonline">
	<ul class="nav nav-list">
		<li id="whosonlineHeading" class="nav-header">在线名单</li>
		<div id="whosonlineContent" class="sideBoxContent centeredContent">当前有&nbsp;6&nbsp;位访客&nbsp;在线</div>	</ul>
</div>
<!--// eof: whosonline //-->

</div> <!-- disable right column on tablet and mobile phone - www.zen4me.com --> 

</div><!--span3-->


</div>
</section><!--section-->


<hr>
	<!--bof-navigation display -->
	<div id="navSuppWrapper" class="pull-left">
		<div id="navSupp" class="subnav">
			<ul class="nav nav-pills">
			<li><a href="http://chinese.bf-1.com/">首页</a></li>
						  <li><a href="http://bf1.my/video/" target="_blank">视频</a></li>
  <li><a href="http://bf1.my/contact/" target="_blank">联系我们</a></li>
						</ul>
		</div>
	</div>
	<!--eof-navigation display -->

	<!--bof-ip address display -->
		<!--eof-ip address display -->

	<!--bof-banner #5 display -->
		<!--eof-banner #5 display -->

	<!--bof- site copyright display -->
	<div id="siteinfoLegal" class="legalCopyright pull-right">Copyright &copy; 2016 <a href="http://chinese.bf-1.com/index.php?main_page=index&amp;zenid=8d0a17227647110523168a32d3f204c7" target="_blank">BF1马来西亚</a>. Powered by <a href="http://bf-1.com" target="_blank">BF1</a></div>
	<!--eof- site copyright display -->

<!--bof- parse time display -->
<!--eof- parse time display -->
<!--bof- banner #6 display -->
<!--eof- banner #6 display -->
</div><!--eof-container-->
<br class="clearBoth">
</body></html>
