

@font-face {
    font-family: 'Montserrat';
    src: url('./font/Montserrat-Regular.eot');
    src: url('./font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      
         url('./font/Montserrat-Regular.woff') format('woff'),
         url('./font/Montserrat-Regular.ttf') format('truetype'),
         url('./font/Montserrat-Regular.svg#Montserrat') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratMd';
    src: url('./font/Montserrat-Medium.eot');
    src: url('./font/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
      
         url('./font/Montserrat-Medium.woff') format('woff'),
         url('./font/Montserrat-Medium.ttf') format('truetype'),
         url('./font/Montserrat-Medium.svg#MontserratMd') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MontserratBd';
    src: url('./font/Montserrat-Bold.eot');
    src: url('./font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
      
         url('./font/Montserrat-Bold.woff') format('woff'),
         url('./font/Montserrat-Bold.ttf') format('truetype'),
         url('./font/Montserrat-Bold.svg#MontserratBd') format('svg');
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: 'MontserratSb';
    src: url('./font/Montserrat-SemiBold.eot');
    src: url('./font/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
      
         url('./font/Montserrat-SemiBold.woff') format('woff'),
         url('./font/Montserrat-SemiBold.ttf') format('truetype'),
         url('./font/Montserrat-SemiBold.svg#MontserratSb') format('svg');
    font-weight: normal;
    font-style: normal;
}

 
div#loadPage,div#loadPage_content{position:fixed;margin:auto;left:0;top:0;width:100%;height:100%;color:#000;background-color:#FFF;z-index:500000000;text-align:center;opacity:.7;padding-top:200px;vertical-align:middle;filter:alpha(opacity=70);display:none}

/* ====== preload ========== */

img{
	max-width: 100%;
}

html{
  width:100%; height: 100%;
}

body{
  margin: 0;
  padding: 0;
  width:100%; height: 100%;
 font-family: 'Montserrat'; font-size: 18px; line-height: 140%;
    background: #ffffff;
 color: #000000;
}
 

a{
	text-decoration: none;
	 color: #242428;
}

a:hover{
	 color: #666666;
}

h1{
	margin:0; padding:0;
	font-size:36px;	 line-height: 120%;
	font-weight:normal;   font-family: 'MontserratSb';
	letter-spacing: 2px; color: #CE2129;
}

h2{
    margin:0; padding:0;
	font-size:27px;	 line-height: 100%;
	font-weight:normal;   font-family: 'MontserratBd';
	letter-spacing: 2px; color: #CE2129;  
}
 
h3{
	margin:0; padding:0;
	font-size:27px;	 line-height: 100%;
	font-weight:normal;   font-family: 'MontserratSb';
	letter-spacing: 2px;  
}
 

a ,a:hover ,a:link{
  text-decoration: none;
}
 


.bull{
	font-family: "sans-serif";
	width: 20px;
}


.table{
        font-family: 'Montserrat'; font-size: 24px; line-height: 120%;
}

.table td{
	padding: 2px 0; border: 0 !important;
}

.table tr{
	border: 0 !important;
}




 
ul, li {
    
    
}

 
.bg_header ul,.bg_header li {
	margin:0; 
    padding:0; 
    list-style:none;
}

.left{
	float: left;
}

.right{
	float: right;
}


.clear{
	clear:both;	
}

.bold{
	 font-family: 'MontserratBd'; 
}

.top5{
	padding-top:5px;	
}	

.top10{
	padding-top:10px;	
}	

.top20{
	margin-top: 20px;
}

.top30{
	margin-top: 30px;
}
	
	
.top40{
	margin-top: 40px;
}

	
.top60{
	margin-top: 60px;
}


.size48{
	font-size: 48px; line-height: 120%;
}

.size40{
	font-size: 40px; line-height: 120%;
}

.size36{
	font-size: 36px; line-height: 120%;
}

.size30{
	font-size: 30px; line-height: 120%;
}

.size24{
	font-size: 24px; line-height: 120%;
}

.size21{
	font-size: 21px; line-height: 120%;
}

.size18{
	font-size: 18px; line-height: 120%;
}

.size12{
	font-size: 12px; line-height: 120%;
}

.style1{
	color: #fff !important;
}

.style2{
	color: #CE2129 !important;
}
 
 	.webshow{
		
	}

	.mobileshow{
		display: none;
	}

.popup{
	width: 100%; height: 100%; 	z-index: 999999;
	top: 0; bottom: 0;
	position: fixed; background: url("../../img/tp/shadow.png"); 
	padding: 20px 0 100px 0;  overflow: scroll;
	text-align: center;   display: none;
}


.popup_form{
	width: 100%; height: 100%; 	z-index: 999999;
	top: 0; bottom: 0;
	position: fixed; background: #CE2129; 
	background-size: 100%;
	padding: 20px 40px 100px ;  overflow: scroll;
	text-align: center;   display: none;  
}

.popupclose{
	background: url("../../img/tp/close.png") top center no-repeat;
	width: 36px; height: 36px; opacity: 1;
	
	text-align: right;
}
 

#load_popup img{
/*	width: 100%;*/
}

area:focus {
outline:0;
}

.popup_area{
	 width:90%;  margin-left: auto; margin-right: auto;
	 
	min-height: 400px;
	 position: relative;
	margin-top: 10px;
	  text-align: left;
	padding: 30px 0; color: #fff;
    
}

.pop_padding{
	margin-top: 30px;
    background: #fff; padding: 40px;
}

.pop_img{
	height: 400px;
}

.popup_close{
	text-align: right; position:relative; right:0;
	margin: 0 0px 0 0; z-index:5;
}

.pop_thank{
	padding: 100px 0; text-align: center;
}

.web{
	width: 100%; max-width: 1400px;
	margin-left: auto; margin-right: auto;
	position: relative;
}

.area_content{
	width:94%;  margin-left: auto; margin-right: auto;
	 position: relative; max-width: 1200px;
	border: 0px #000 solid; text-align: left;
}
 
.padding_page{
	padding: 60px 0;
}

.head_fixe{
	position: fixed; width: 100%; z-index: 99;
	  
	
} 
 

.bg_header1{
	 background: #CE2129; color: #fff;
	border: 0px #000 solid; padding: 10px 0;
	font-family: 'MontserratMd'; font-size: 14px; line-height: 100%;
}

.bg_header1 li{
	display: inline-block; vertical-align: text-top;
	margin: 0 20px;  color: #fff; 
	 
}



.bg_header2{
	 background:url("../../img/tp/header.png") bottom center repeat-x; color: #231F20;
	background-color: #fff;
	 font-family: 'MontserratBd';  line-height: 100%;
	padding: 10px 0;
}

.head_fixe .bg_header2{
	padding: 0px 0 !important;
}

 
.head_fixe .bg_header2 li{
	display: inline-block; vertical-align: text-top;
	margin: 0px 20px;   margin-top: 25px; 
}


.head_fixe .logo img{
	 height: 50px;
}

.bg_header2 .active{
	color:  #CE2129;
}




.bg_header2 li{
	display: inline-block; vertical-align: text-top;
	margin: 0 20px;   margin-top: 30px;
}


.header{
	width: 94%; margin-left: auto; margin-right: auto;
	max-width: 1350px; border: 0px #000 solid;
	 
}



.logo{
	padding: 10px 0;
}


.header .active{
	  
}

.input_lang{
	width: 45px; height: 22px;
	padding: 0; margin: 0;
	outline: none;
	border: 0; background: #94836c;
	 color: #ffffff;
	font-size: 16px;
    line-height: 90%; 
}

.header .lang{
	 
	  color: #B08E00;
	  
}

.header .lang a{
	 
	  color: #B08E00;
	 
}

.header .lang .active{
	font-weight: bold;  color: #000;
}

.header_lang{
    display: none;
}

.header_lang a{
	color: #fff;
}


.input_register{
     font-family: 'DBHelvethaicaX';
    font-size: 18px; line-height: 100%;
    width: 100%; height:40px;
    padding-left: 20px;  
     background: #ffffff; resize: none; outline: none;
    color: #000; border-radius: 10px;
    border: 1px #dddddd solid;
}


.input_register_error{
     font-family: 'DBHelvethaicaX';
    font-size: 18px; line-height: 100%;
    width: 100%; height: 30px;
    padding-left: 20px;
     background: #FFFFFF; color: #000;  resize: none; outline: none;
     
    border: 1px #dddddd solid;
}

.input_register::-webkit-input-placeholder{
	opacity: 1 !important; color: #fff;
}
.input_register:-moz-placeholder {
	opacity: 1 !important; color: #fff;
}

.input_register::-moz-placeholder{
	opacity: 1 !important; color: #fff;
} 

input:focus::placeholder {
  color: transparent;
}


textarea:focus::placeholder {
  color: transparent;
}
 
.footer{
	background: #EAEAEA;
	padding: 40px 0;
	font-size: 12px; line-height: 140%;
}

.footer_icon{
	display: inline-block; vertical-align: top;
	text-align: left; margin-top: 20px;
}

.footer img{
	margin: 10px 5px 0;
}

.footer_area{
	width: 94%; margin-left: auto; margin-right: auto;
	max-width: 1350px; border: 0px #000 solid; 
}

.footer h2{
	 font-family: 'MontserratBd';  color: #231F20;
	font-size: 16px; line-height: 120%;
	 
}

.home_about{
	background: url("../../img/home/about.jpg") no-repeat center center  ; 
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 624px; width: 100%;
}

.home_about img{
	width: 100%;
}

.home_about .area{
	width: 612px;  
	position: absolute; right: 0; margin-right: 50%; margin-top: 36px;
}



.home_about .areabg{
	background: url("../../img/home/about2.png") top center repeat-y;
	width: 100%; background-size: 100%;
}


.home_about .text{
	padding-left: 20px;  
	width: 470px;  
}

.hilight-clean-label{
	background: url("../../img/home/clean-label.png") top right no-repeat;
	min-height: 550px;
	padding-top: 160px; padding-right: 60%; margin-top: 40px;
}

.hilight-functional{
	background: url("../../img/home/functional.png") top left no-repeat;
	min-height: 550px;
	padding-top: 160px; padding-left: 60%; margin-top: -60px;
}

.hilight-natural-healthy{
	background: url("../../img/home/natural-healthy.png") top right no-repeat;
	min-height: 550px;
	padding-top: 160px; padding-right: 60%; margin-top:  -60px;
}

._more{
	display: inline-block; vertical-align: top; color: #231F20;
	background: url("../../img/home/arrow.png") center right no-repeat;
	padding-right: 25px; font-family: 'MontserratBd'; margin-top: 20px;
}

.home-trend{
	display: inline-block; vertical-align: top;
	width: 50%; margin-top: 40px;
}

.home-trend-text{
	display: inline-block; vertical-align: top;
	width: 39%; margin-left: 40px; margin-top: 40px;
}

.home-event{
	background: #CE2129; color: #fff;
	padding: 50px 0; margin-top: 50px;
}

.home-event a{
	 color: #fff;
}


.home-event ._boxL{
	display: inline-block; vertical-align: top;
	width: 50%; 
}

.home-event ._boxR{
	display: inline-block; vertical-align: top;
	width: 49%; 
}

.home-event .area{
	position: relative;  margin-right: 15%;
}

.home-event .image{
	position: relative; right: 0; margin-top: -100px;
}

._more2{
	display: inline-block; vertical-align: top; color: #fff;
	background: url("../../img/home/arrow2.png") center right no-repeat;
	padding-right: 25px; font-family: 'MontserratBd'; margin-top: 20px;
}

 
.home-event .date{
	background: url("../../img/home/line.png") top left no-repeat;
	color: #FFB984; padding: 0px 0 30px 30px; font-family: 'MontserratBd';
	display: inline-block; vertical-align: top;
	 
}

.home-event .detail{
	 display: inline-block; vertical-align: top;
	width: 70%; margin: 0 0 0px 30px;
	background: url("../../img/home/bull.png") left bottom no-repeat;
	padding-bottom: 20px;
}

.home-event .date_title{
	font-size: 36px; line-height: 120%;
}

.about_bg{
	background: url("../../img/about/bg.png") top right no-repeat;
	min-height: 400px
}

.tab_menu{
	text-align: center; margin-top: 40px;  font-family: 'MontserratMd';
}

.tab_menu li{
	display: inline-block; vertical-align: top;
	margin: 0 20px;
}

.tab_menu .active{
	color: #CE2129; border-bottom: 4px #CE2129 solid;
}

.about-box1{
	display: inline-block;vertical-align: top;
	width: 45%; margin-top: 40px;
	padding-top: 40px;
}

.about-box2{
	display: inline-block;vertical-align: top;
	width: 45%; margin-left: 5%; margin-top: 150px;
}

.about-box3{
	text-align: center; margin-top: 40px;
}

.about-year{
	font-family: 'MontserratSb'; font-size: 36px; line-height: 140%;
}

.about-top{
	background-image: url("../../img/about/top.png") , url("../../img/about/top.png") ;
	background-position: top center , bottom center;
	background-repeat: no-repeat , no-repeat;
	padding: 10px 0; margin-top:60px;
}


.about-bar{
	background: url("../../img/about/bar.png") top center repeat-y;
	min-height: 300px; padding: 40px 0;
}

.about-padding{
	padding-top: 0px;
}

.about-content{
	background: url("../../img/about/act.png") top center no-repeat; 
}

.about-areaL{
	display: inline-block; vertical-align: top;
	margin-left: 35%; width: 15%;
}

.about-areaR{
	display: inline-block; vertical-align: top;
	margin-left: 5%; width: 40%;
}


.about-img1{
	position: absolute; margin-left: 5%;
}

.about-img2{
	position: absolute;
}

.about-career{
	background: url("../../img/about/career.jpg") no-repeat center center  ; 
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 500px; width: 100%;
}

.about-career-area{
	background: url("../../img/about/career-area.png") top center no-repeat;
	width: 388px; height: 412px; 
	position: absolute; right: 0; margin-top: 30px;
	padding-left: 50px; padding-top: 100px;
}

.about_partner{
	background: #CE2129; color: #edacaf; 
	padding: 70px 0;
}

.about_partner ._logo{
	position: absolute; margin-top: -20px;
}

.partner_form{
	padding-top: 70px;
}

.partner_label{
	display: inline-block; vertical-align: top;
	width: 29%; margin: 40px 2% 0;
}


.partner_label_long{
	display: inline-block; vertical-align: top;
	width: 58%; margin: 40px 2% 0;
}


.partner_label_long2{
	display: inline-block; vertical-align: top;
	width: 96%; margin: 40px 0 0 2%;
}

.input_partner{
     font-family: 'Montserrat';
    font-size: 16px; line-height: 100%;
    width: 100%; height: 40px;
    padding-left: 0px;  
     background: #CE2129; resize: none; outline: none;
    color: #ffffff; 
    border: 0;   border-radius: 0px;
	border-bottom: 1px #edacaf solid;
}


.input_partner_error{
	font-family: 'Montserrat';
    font-size: 16px; line-height: 100%;
    width: 100%; height: 40px;
    padding-left: 0px;  
     background: #cccccc; resize: none; outline: none;
    color: #333333; 
    border: 0;    border-radius: 10px;
	border-bottom: 1px #edacaf solid;
}

.btn_partner{
	display: inline-block; vertical-align: top;
	background: #fff; color: #CE2129;
	padding: 12px 60px; border-radius: 70px;
	margin-top: 60px;  font-family: 'MontserratSb';
	-moz-box-shadow: 5px 5px 5px #bb3037;
	-webkit-box-shadow: 5px 5px 5px #bb3037;
	box-shadow: 5px 5px 5px #bb3037;
}

.event_box1{
	display: inline-block; vertical-align: top;
	width: 30%; text-align: center;
}

.event_box2{
	display: inline-block; vertical-align: top;
	margin-left: 30px; width: 14%;
}


.event_box3{
	display: inline-block; vertical-align: top; margin-left: 50px;
	width: 40%;
}

.event{
	padding: 40px 0;
}

 
.event .date{
	background: url("../../img/about/line.png") top left no-repeat;
	color: #F68C3D; padding: 0px 0 0px 30px; font-family: 'MontserratBd';
	display: inline-block; vertical-align: top; 
	min-height: 117px;
}

.event .detail{
	 
}

.event .date_title{
	font-size: 36px; line-height: 120%;
}



.expertise_box{
	display: inline-block; vertical-align: top;
	width: 46%; margin: 40px 1% 0;
	padding: 20px 20px ; 
}

.expertise_tab{
	 background: #CE2129; color: #fff; padding: 10px 0;
	font-family: 'MontserratBd'; text-align: center;
}


.expertise{
	display: inline-block; vertical-align: top;
	width: 43%; margin: 20px 2% 0;
	padding: 20px 20px ; border-bottom: 1px #707070 solid;
}


.expertise_box2{
	 
	padding: 20px 20px ; border-bottom: 1px #707070 solid;
}


.expertise_box2 .arrow{
	background: url("../../img/expertise/icon.png") top right no-repeat;
}

.expertise_search{
	margin-top: 30px;
	display: inline-block; vertical-align: top;
	width: 250px;  font-family: 'MontserratMd';
}


.input_search{
     font-family: 'MontserratMd';
    font-size: 18px; line-height: 100%;
    width: 100%; height: 35px;
    padding-left: 0px;  
     background: none; resize: none; outline: none;
    color: #231F20; 
    border: 0; 
	border-bottom: 1px #231F20 solid;
}

.expertise_group{
	background: rgb(206,33,41);
background: linear-gradient(90deg, rgba(206,33,41,1) 0%, rgba(215,72,78,1) 100%);
	padding: 60px 0 120px 0;
	text-align: center;
}

.expertise_menu{
	max-width: 1000px;
	margin-left: auto; margin-right: auto;
}

.expertise_menu li{
	display: inline-block; vertical-align: top;
	padding: 10px 30px; color: #edacaf;
}

.expertise_menu .active{
	background: #fff !important; color: #CE2129 !important;
	 border-radius: 70px;
}

.expertise_content{
	width:94%;  margin-left: auto; margin-right: auto;
	 position: relative; max-width: 1200px;
	border: 0px #000 solid; text-align: left;
	margin-top: -70px;
}

.expertise_content .box1{
	display: inline-block; vertical-align: top;
	width: 55%;
}

.expertise_content .box2{
	display: inline-block; vertical-align: top;
	width: 40%; margin-left: 2%; padding-top: 120px;
}

.expertise_product{
	background: url("../../img/expertise/product.jpg") bottom left no-repeat;
	min-height: 351px; margin-top: 50px;
	padding-left: 50%; padding-top: 90px;
}

.trends_bg{
	background-image: url("../../img/about/bg.png") , url("../../img/trends/bg.png");
	background-position: top right , bottom left;
	background-repeat: no-repeat , no-repeat; 
	background-size: 227px, 400px;
	min-height: 400px ;  
}

.trends_box{
	display: inline-block; vertical-align: top;
	width: 30%; margin: 40px 1.5% 0;
}

.trends_box img{
		width: 100%;
	}

.trends_cat{
	font-size: 14px; line-height: 120%;
}


.trends_area{
	width:94%;  margin-left: auto; margin-right: auto;
	 position: relative; max-width: 800px; margin-top: 50px;
	 text-align: left;
}
 
.trends_date{
	 font-family: 'MontserratSb'; font-size: 16px;
}

.trends_date img{
	margin: 0 2px;
}

.trends_line{
	border-bottom: 1px #EAEAEA solid;
}

.ingredients_group{
	display: inline-block; vertical-align: top;
	width: 17.5%; margin: 0 1% 0;
}


.ingredients_search{
	background: rgb(206,33,41);
background: linear-gradient(90deg, rgba(206,33,41,1) 0%, rgba(215,72,78,1) 100%);
	padding: 40px 0;  font-family: 'MontserratSb';
	font-size: 21px; color: #fff;
}

.ingredients_search .boxL{
	display: inline-block; vertical-align: top;
	width: 25%; padding-top: 10px;
}

.ingredients_search .boxR{
	display: inline-block; vertical-align: top;
	width: 74%; background: #ffffff;
	border-radius: 70px;
	padding: 0 2%;
}

.ingredients_search .inputL{
	float: left; width: 80%;
}

.ingredients_search .inputR{
	float: right;
}


.icon_search{ 
    background: url("../../img/ingredients/icon.png") top center no-repeat;
	width: 31px; height: 31px;   margin-top: 10px;
}


.input_ingredients{
	
	font-family: 'MontserratMd';
    font-size: 18px; line-height: 100%;
    width: 100%; height: 45px;
    padding-left: 0px;   
	resize: none; outline: none;
    color:#4D4D4D; 
    border: 0;  
}

.input_ingredients::-webkit-input-placeholder{
	opacity: 1 !important; color: #c8c8c8;
}
.input_ingredients:-moz-placeholder {
	opacity: 1 !important; color: #c8c8c8;
}

.input_ingredients::-moz-placeholder{
	opacity: 1 !important; color: #c8c8c8;
} 


.ingredientsL{
	display: inline-block; vertical-align: top;
	width: 49%;
}

.ingredientsL .category{
	display: inline-block; vertical-align: top;
	width: 49.5%;
}


.ingredientsR{
	display: inline-block; vertical-align: top;
	width: 50%;
}

/* The container */
.container {
	font-weight: normal !important;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff; border: 1px #666 solid;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #CE2129;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.btn_search{
	display: inline-block; vertical-align: top;
	background: #CE2129; color: #ffffff;
	padding: 12px 60px; border-radius: 70px;
	margin-top: 20px;  font-family: 'MontserratSb'; 
}

.result_box{
	padding: 30px 0;
	border-bottom: 1px #EAEAEA solid;
}

.result_boxL{
	float: left;
	width: 30%;
}

.result_boxR{
	float: right; width: 65%;
}


.related_box1{
	float: left;   font-family: 'MontserratBd';
	margin-top: 10px; 
}


.related_box2{
	float: left; margin-left: 30px;
}


.related_box3{
	float: left;  margin-left: 30px;
}


.related_box4{
	float: left;   margin-left: 30px;
}

.back_padding{
	padding: 80px 0;
}

.btn_back{
	display: inline-block; vertical-align: top;
	background: #EAEAEA; color: #231F20;
	padding: 12px 60px; border-radius: 70px;
	 font-family: 'MontserratSb';
	-moz-box-shadow: 5px 5px 5px #EAEAEA;
	-webkit-box-shadow: 5px 5px 5px #EAEAEA;
	box-shadow: 5px 5px 5px #EAEAEA;
}

.map_text{
	background: url("../../img/contact/text.png") top center no-repeat;
	width: 351px; height: 361px;
	display: inline-block; vertical-align: top;
	padding-top: 100px; text-align: center;
	margin: 0 20px;
}

.map_text .area{
	display: inline-block; vertical-align: top;
	text-align: left; width: 225px;
}

.map_text .subject{
	font-size: 14px; line-height: 140%;
}

.contact_map{
	position: relative;
}

.pin{
	background: url("../../img/contact/pin.png") top center no-repeat;
	width: 23px; height: 33px;
	position: absolute; z-index: 5;
}

.pin a{
	color: #CE2129;
}

.china{
	position: absolute; margin: 9px 0 0 382px; width: 387px; height: 283px;
}

.china:hover{ 
	background: url("../../img/contact/china.png") top center no-repeat; 
}

.china .pin{
	margin-top: 40%;margin-left: 45%;
}

.china .pin:hover{
	margin-top: 35%;margin-left: 15%; 
	width: 300px;; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px;
	-moz-box-shadow: 3px 3px 3px #333333;
	-webkit-box-shadow: 3px 3px 3px #333333;
	box-shadow: 3px 3px 3px #333333;
}

.pin_area{
	display: none; text-align: left;
	background: url("../../img/contact/pin-2.png") top left no-repeat;
	min-height: 33px; padding-left: 40px; padding-top: 7px;
	 font-family: 'MontserratSb'; font-size: 16px; line-height: 120%;
}

.vietnam{
	position: absolute; margin: 269px 0 0 560px; width: 52px; height: 113px;
}

.vietnam:hover{ 
	background: url("../../img/contact/vietnam.png") top center no-repeat; 
}


.vietnam .pin{
	margin-top: -10px;margin-left: 25%;
}

.vietnam .pin:hover{
	margin-top: -50px ;margin-left: -100px; 
	width: 320; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px;
	-moz-box-shadow: 3px 3px 3px #eeeeee;
	-webkit-box-shadow: 3px 3px 3px #eeeeee;
	box-shadow: 3px 3px 3px #eeeeee;
}



.thai{
	position: absolute; margin: 294px 0 0 529px; width: 57px; height: 109px;
}

.thai:hover{ 
	background: url("../../img/contact/thai.png") top center no-repeat; 
}

.thai .pin{
	margin-top: 5%;margin-left: 25%;	
}

.thai .pin:hover{
	margin-top: -30px ;margin-left: -100px; 
	width: 320; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px;
	-moz-box-shadow: 3px 3px 3px #eeeeee;
	-webkit-box-shadow: 3px 3px 3px #eeeeee;
	box-shadow: 3px 3px 3px #eeeeee;
}



.combobia{
	position: absolute; margin: 337px 0 0 563px; width: 37px; height: 32px;
}

.combobia:hover{ 
	background: url("../../img/contact/combodia.png") top center no-repeat; 
}

.combobia .pin{
	margin-top: -15px;margin-left: 25%;	
}

.combobia .pin:hover{
	margin-top: -50px ;margin-left: -100px; 
	width: 320; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px;
	-moz-box-shadow: 3px 3px 3px #eeeeee;
	-webkit-box-shadow: 3px 3px 3px #eeeeee;
	box-shadow: 3px 3px 3px #eeeeee;
}


.indonesia{
	position: absolute; margin: 421px 0 0 599px; width: 69px; height: 63px;
}

.indonesia:hover{ 
	background: url("../../img/contact/indonesia.png") top center no-repeat; 
}

.indonesia .pin{
	margin-top: 5%; margin-left: 35%;	
}
.indonesia .pin:hover{
	margin-top: -30px ;margin-left: -100px; 
	width: 330; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px;
	-moz-box-shadow: 3px 3px 3px #eeeeee;
	-webkit-box-shadow: 3px 3px 3px #eeeeee;
	box-shadow: 3px 3px 3px #eeeeee;
}


.popup_enews{
	 width: 90%; max-width: 800px;position: relative;
	margin-left: auto; margin-right: auto;
	margin-top: 30px; color: #000000;
	text-align: left; font-family: 'MontserratSb'; 
}

.enews{
	background: url("../../img/tp/enews.jpg") top center no-repeat;
	width: 800px; height: 600px; position: relative;
	margin-left: auto; margin-right: auto;
	margin-top: 30px; color: #000000;
	text-align: left; font-family: 'MontserratSb';
}

.enews .area{
	padding: 45px 0 0 68px;
}

.btn_enews{
	background: url("../../img/tp/arrow.png") center right no-repeat;; border: 1px #ce2d32 solid;
	padding: 10px 70px 10px 20px;
	background-color: #fff; color: #ce2d32;
	display: inline-block; vertical-align: top;
	margin-top: 30px;
}

.enews_box{
	max-width: 300px; display: none;
	margin-top: 30px;
}


.box_product{
	display: inline-block; vertical-align: top;
	width: 30%; margin: 40px 1% 0 ;
}


 #banner iframe {
    width: 100%;
    height: 623px
}

.hytPlayerWrap {
    position: relative;
}

.hytPlayerWrap.ended::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 128px 128px;
     background-image: url("https://cdn1.iconfinder.com/data/icons/pointed-edge-web-navigation/107/redo-512.png");
    }

.hytPlayerWrap.paused::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc(100%);
    height: calc(623px);
    cursor: pointer;
    background-color: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 128px 128px;
    background-image: url("https://i.ya-webdesign.com/images/play-button-png-16.png");  
}

.btn_contact{
	display: inline-block; vertical-align: top;
	background: #eeeeee; color: #333333;
	padding: 12px 60px; border-radius: 70px;
	margin-top: 60px;  font-family: 'MontserratSb';
	-moz-box-shadow: 5px 5px 5px #bbbbbb;
	-webkit-box-shadow: 5px 5px 5px #bbbbbb;
	box-shadow: 5px 5px 5px #bbbbbb;
}


.download{
	background: #eeeeee;
	margin-top: 10px; padding: 20px;
}

.downloadL{
	float: left;
}

.downloadR{
	float: right; width: 25px;
}


@media screen and (max-width: 1400px) {
 


	
}

@media screen and (max-width: 1300px) {
	 
	 
}


@media screen and (max-width: 50em) {
body{
font-size:  16px; line-height: 120%;
}
	
h1{
	font-size:32px;	 line-height: 120%;
}

h2{
   font-size:22px;	 line-height: 100%;
}
 
h3{
	font-size:22px;	 line-height: 100%;
}
 

.area_content{
	width:90%;  margin-left: auto; margin-right: auto;
}
	 	
.webshow{
		display: none;
	}

	.mobileshow{
		display: block;
	}
	

	.top_head{
		padding: 0px 0 0 0;
	}	
 
	.logo{
		padding: 0px;
		text-align: center;
	}	
    
    .logo img{
        height: 60px;
    }

	.head_menu{
		display: none; padding: 10px 0 20px  0;
	}
	
	.icon_menu{
		background: url("../../img/tp/icon-mobile.png") top center no-repeat;
		background-size: 26px; cursor: pointer; margin-top: 0px;
		width: 30px; height: 30px; position: absolute; display: block;
	}

	.close_mobile{
		background: url("../../img/tp/icon-close.png")top center no-repeat;
		background-size: 26px; cursor: pointer;
		width: 30px; height: 30px; margin-top: 0px;
		position: absolute; display: none;
	}
	
	.bg_header1 ,.h_menu{
		display: none;
	}
	 
    
    .header{
        padding: 10px;
    }

	
	.header li{
		display: inline-block; vertical-align: text-top;
		width: 100%; padding: 0;
		margin: 0; text-align: left;
		 
		margin-top: 14px;
	}
	
    
.home_about{
	background: url("../../img/home/about.jpg") no-repeat left center  ; 
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: auto; width: 100%;
	padding: 40px 20px;
}

.home_about .area{
	width: 100%; height: auto; 
	position: relative; right: 0; margin-right: 0%; margin-top: 0px;
}
	

.home_about .areabg{
	background: url("../../img/home/about-2.png") top center repeat-y;
	width: 100%; background-size: 100%;
}
	

.home_about .text{
	padding: 0px 0 0 5%;  
	 width: 82%;
	border: 0px #000 solid;
}

.hilight-clean-label{
	background: url("../../img/home/clean-label.png") top center no-repeat;
	min-height: 100px; background-size: 300px;
	padding: 290px 5% 0  ; margin: 50px 0 0 0;
}

.hilight-functional{
	background: url("../../img/home/functional.png") top center no-repeat;
	min-height: 100px; background-size: 300px;
	padding: 290px 5% 0  ; margin: 50px 0 0 0;
}

.hilight-natural-healthy{
	background: url("../../img/home/natural-healthy.png") top center no-repeat;
	min-height: 100px; background-size: 300px;
	padding: 300px 5% 0  ; margin: 50px 0 0 0; border: 0px #000 solid;
}

._more{
	display: inline-block; vertical-align: top; color: #231F20;
	background: url("../../img/home/arrow.png") center right no-repeat;
	padding-right: 25px; font-family: 'MontserratBd'; margin-top: 20px;
}

.home-trend{
	display: inline-block; vertical-align: top;
	width: 100%; margin-top: 40px;
}

.home-trend-text{
	display: inline-block; vertical-align: top;
	width: 90%; margin-left: 5%; margin-top: 40px;
}

.home-event{
	background: #CE2129; color: #fff;
	padding: 50px 0; margin-top: 50px;
}


.home-event ._boxL{
	display: inline-block; vertical-align: top;
	width: 94%; margin-left: auto; margin-right: auto;
}

.home-event ._boxR{
	display: inline-block; vertical-align: top;
	width: 94%; margin-left: auto; margin-right: auto;
	margin-top: 60px;
}

.home-event .area{
	position: relative;  margin-right: 0%;
}

.home-event .image{
	position: relative; right: 0; margin-top: -100px;
}

._more2{
	display: inline-block; vertical-align: top; color: #fff;
	background: url("../../img/home/arrow2.png") center right no-repeat;
	padding-right: 25px; font-family: 'MontserratBd'; margin-top: 20px;
}

 
.home-event .date{
	background: none;
	color: #FFB984; padding: 0px 0px 20px 0; font-family: 'MontserratBd';
	display: inline-block; vertical-align: top;
	 width: auto; border: 0px #fff solid;
}

.home-event .detail{
	 display: inline-block; vertical-align: top;
	width: 62%; margin: 0 0 0px 15px;
	padding-left: 20px;
	background: url("../../img/home/line.png") top left no-repeat;
	padding-bottom: 20px;
	border: 0px #000 solid;
}

.home-event .date_title{
	font-size: 26px; line-height: 120%;
}
	
	.event_more{
		text-align: right; margin-top: 40px;
	}	
	
.popup_enews{
	 
	margin-top: 0px; 
}	
	
.popupclose{ 
	background-size: 100%;
	width: 25px; height: 25px;
}	


.enews{ 
	background-color: #fff;
	width: 90%; height: auto; position: relative;
	margin-left: auto; margin-right: auto;
	margin-top: 20px; color: #000000;
	text-align: left;  
}

.enews .area{
	padding: 95px 20px 50px 20px;
}
 
 
.padding_page{
	padding: 40px 0;
}

	
.about_bg{
	background: url("../../img/about/bg.png") top right no-repeat;
	background-size: 20%;
	min-height: 400px
}

 

.tab_menu li{
	 margin: 0 10px;
}

 
.about-box1{
	display: inline-block;vertical-align: top;
	width: 100%; margin-top: 40px;
	padding-top: 0px;
}

.about-box2{
	display: inline-block;vertical-align: top;
	width: 100%; margin: 40px 0 0 0;
}

	.about-box2 img{
		margin-left: 5%;
		max-width: 90%;
	}	
	
.about-box3{
	text-align: left; margin-top: 40px;
}

.about-year{
	font-family: 'MontserratSb'; font-size: 36px; line-height: 140%;
}

.about-top{
	background: none; 
	padding: 10px 0; margin-top:20px;
}
	
.top60{
	margin-top: 40px;
}



.about-bar{
	background: none; 
	min-height: 300px; padding: 0px 0;
}

.about-padding{
	padding-top: 30px;
}

.about-content{
	background: none; 
}

.about-areaL{
	display: inline-block; vertical-align: top;
	margin-left: 0%; width: 100%;
}

.about-areaR{
	display: inline-block; vertical-align: top;
	margin-left: 0%; width: 100%;
}


.about-img1{
	position: relative; margin: 20px 0 0 0; text-align: center;
}

.about-img2{
	position: relative; margin: 20px 0 0 0;  text-align: center;
}
 
	
.about-career{
	background: url("../../img/about/career.jpg") no-repeat left center  ;  
	height: 500px; width: 100%;
}	
	

.about-career-area{
	background: url("../../img/about/career-area.png") top left no-repeat;
	width: 300px; height: 319px; border:0px #000 solid;
	position: absolute; right: auto; left: auto; margin-top: 30px;
	padding-left: 50px; padding-top: 100px;
}	


.box_product{
	display: inline-block; vertical-align: top;
	width: 80%; margin: 40px 9% 0 ;
}	
	
	.box_product img{
		margin-left: auto; margin-right: auto;
	}	

.about_partner{
	background: #CE2129; color: #edacaf; 
	padding: 30px 0;
}

.about_partner ._logo{
	position: relative; margin: 20px 0 ;
}

.partner_form{
	padding-top: 0px;
}

.partner_label ,.partner_label_long ,.partner_label_long2{
	display: inline-block; vertical-align: top;
	width: 100%; margin: 40px 0 0;
}
	
.event_box1{
	display: inline-block; vertical-align: top;
	width: 100%; text-align: left;
}

.event_box2{
	display: inline-block; vertical-align: top;
	margin-left: 0px; width: 35%; margin-top: 20px; 
}


.event_box3{
	display: inline-block; vertical-align: top; 
	width: 56%; margin: 20px 0 0 3%; 
}
	

 
.event .date{
	background: url("../../img/about/line.png") top right no-repeat;
	padding: 0px 20px 0px 0px;   
	min-height: 117px; width: auto;
}

 
.event .date_title{
	font-size: 26px; line-height: 120%;
}	
	

.expertise_box{
	display: inline-block; vertical-align: top;
	width: 100%; margin: 40px 0 0;
	padding: 20px 20px ; 
}
 
.expertise{
	display: inline-block; vertical-align: top;
	width: 43%; margin: 20px 2% 0;
	padding: 20px 20px ; border-bottom: 1px #707070 solid;
}

 

.expertise_box2 .arrow{
	background: url("../../img/expertise/icon.png") top right no-repeat;
	padding-right: 30px; min-height: 30px;
}

.expertise_search{
	margin-top: 30px;
	display: inline-block; vertical-align: top;
	width: 250px;  font-family: 'MontserratMd';
}

.expertise_group{
	padding: 40px 0 80px 0; 
}		

.expertise_content{
	width:94%;  margin-left: auto; margin-right: auto;
	 position: relative; max-width: 1200px;
	border: 0px #000 solid; text-align: left;
	margin-top: -40px;
}

.expertise_content .box1{
	display: inline-block; vertical-align: top;
	width: 100%;
}

.expertise_content .box2{
	display: inline-block; vertical-align: top;
	width: 100%; margin: 40px 0 0 0 ; padding: 0;
}

.expertise_product{
	background: url("../../img/expertise/product.jpg") bottom left no-repeat;
	background-size: 110%;
	min-height: 381px; margin-top: 50px;
	padding-left: 20px; padding-top: 30px;
}
	



.ingredients_search{ 
	padding: 20px 4%;  
	font-size: 18px; 
}

.ingredients_search .boxL{
	width: 100%; padding-top: 0px;
}

.ingredients_search .boxR{
	margin-top: 20px;
	display: inline-block; vertical-align: top;
	width: 100%; background: #ffffff;
	border-radius: 70px;
	padding: 0px 2%;
}

.ingredients_search .inputL{
	float: left; width: 80%; padding: 5px 0;
}

.ingredients_search .inputR{
	float: right; padding: 0 10px 0 0;
}

.icon_search{ 
	
    background: url("../../img/ingredients/icon.png") top center no-repeat;
	width: 25px; height: 25px; background-size: 25px;  margin-top: 10px;
}


.input_ingredients{
	 border-radius: 70px;
    
    width: 100%; height: 35px;
    
}


.ingredientsL{
	display: inline-block; vertical-align: top;
	width: 100%;
}

.ingredientsL .category{
	display: inline-block; vertical-align: top;
	width: 100%; margin-top: 20px;
	background: #eeeeee; padding: 20px 20px;
}

	.arrow_top{
		background: url("../../img/ingredients/top.svg") top center no-repeat;
		width: 21px; height: 11px;
		padding: 10px 20px; cursor: pointer;
	}	
	
	.arrow_bottom{
		background: url("../../img/ingredients/bottom.svg") top center no-repeat;
		width: 21px; height: 11px; margin: 5px 0 0 0 ; padding: 10px 20px; cursor: pointer;
	}	


	
.search_app{
		display: none;
}	

.ingredientsR{
	display: inline-block; vertical-align: top;
	width: 100%; margin-top: 30px;
}
	
.trends_box{
	display: inline-block; vertical-align: top;
	width: 100%; margin: 40px 0 0;
}
	

.related_box4{
	float: left; width: 100%; margin-top: 20px; text-align: center; margin-left: 0px;
}
	
.contact_map{
	 
}
	

.pin{
	background-size: 100%;
	width: 16px; height: 23px; 
}
	
.china{
	position: absolute; margin: 30% 0 0 40%; width: 50px; height: 50px;
}
	

.china:hover{ 
	background: none; 
}
 

.china .pin:hover{
	margin-top: 0%;margin-left: -60%; 
	width: 200px;; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px; 
}
	

.pin_area{
	display: none; text-align: left;
	background: none;
	min-height: 33px; padding-left: 20px; padding-top: 5px;
	 font-family: 'MontserratSb'; font-size: 14px; line-height: 120%;
}
	

.vietnam{
	position: absolute; margin: 56% 0 0 42%; width: 20px; height: 20px; z-index: 40;
}

.vietnam:hover{ 
	background: none; 
}
	
.vietnam .pin:hover{
	margin-top: 0%;margin-left: -60%; 
	width: 200px;; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px; 
}
	
	

.thai{
	position: absolute; margin: 62% 0 0 36%; width: 20px; height: 20px;  
}

.thai:hover{ 
	background: none; 
}
	
.thai .pin:hover{
	margin-top: 0%;margin-left: 0%; 
	width: 200px;; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px;  z-index: 40;
}

	
	
.combobia{
	position: absolute; margin: 73% 0 0 42%; width: 20px; height: 20px;  
}

.combobia:hover{ 
	background: none; 
}	
	
.combobia .pin:hover{
	margin-top: -20px;margin-left: -20%; 
	width: 200px;; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px;  z-index: 40;
}
	
	
.indonesia{
	position: absolute; margin: 88% 0 0 52%; width: 20px; height: 20px;
}

.indonesia:hover{ 
	background: none; 
}
	
.indonesia .pin:hover{
	margin-top: -20px;margin-left: -20%; 
	width: 200px;; height: auto; background: #fff; border-radius: 70px;
	padding: 10px 20px;  z-index: 40;
}
	
	
.map_text{
	background: url("../../img/contact/text.png") top center no-repeat;
	background-size: 100%;
	width: 320px; height: 329px;
	display: inline-block; vertical-align: top;
	padding-top: 90px; text-align: center;
	margin: 20px 0 0  0px;
}

.map_text .area{
	display: inline-block; vertical-align: top;
	text-align: left; width: 225px;
}
	
.ingredients_group{
	display: inline-block; vertical-align: top;
	width:29%; margin: 10px 1% 0;
}
	
	
.btn_contact{
margin-top: 30px;
}
	
	
}

@media screen and (max-width: 40em) {

    
}
