@charset "utf-8";
@font-face{
	font-family:'thaisansneue-regular';
	src: url('font-thaisansneue-regular/thaisansneue-regular-webfont.eot');
	src: url('font-thaisansneue-regular/thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-thaisansneue-regular/thaisansneue-regular-webfont.woff2') format('woff2'),
         url('font-thaisansneue-regular/thaisansneue-regular-webfont.woff') format('woff'),
         url('font-thaisansneue-regular/thaisansneue-regular-webfont.ttf') format('truetype'),
         url('font-thaisansneue-regular/thaisansneue-regular-webfont.svg#supermarket') format('svg');
    font-weight: normal;
    font-style: normal;

	}
body {
	height: 0;
}

.body{
	font-family:'thaisansneue-regular',sans-serif;
	font-size:24px;
}

.block {
    clear: both;
    width: 250px;
}
.block > div {
    float: left;
    width: 50%;
}

/*///////////////////////////////// menu ///////////////////////////////////////////////
*/
#menu_tab .navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center;
    background-color: #ffffff;
}
#menu_tab .navbar>.container .navbar-brand-centered,
#menu_tab .navbar>.container-fluid .navbar-brand-centered {
    margin-left: -80px;
}

.top_menu_new{
	background-image: none;
	background-color: #ffffff;
	border:none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	height: 105px;
}

.top_brand img{
	max-width:100%; 
	max-height: 100%;
	position: absolute;
}


.top_menu{
	float: right;
	padding-top: 70px;
	margin-right: 10px;
	color:#5f278c;
}

.top_menu li{
	display: inline;
	padding-left: 10px;
  	padding-right: 0px;
  	font-family:'thaisansneue-regular',sans-serif;
  	font-size: 18px;
}

/*.top_menu img{
	height:3%;
	padding-left: 5px;
	padding-bottom: 5px;
}*/



.menu_line{
	background-color:#FCED4C;
	height:8px;

}

#menu_tab .navbar-default .navbar-nav>li>a {
	color: #5f278c;
	background-color: transparent;
    background-image: none;
    box-shadow: none;
    padding-bottom: 4px;
}

a {
	text-decoration:none;
	color:#5f278c;
}

#menu_tab .navbar-default .navbar-nav>.open>a:hover {
    color:#5f278c;
    background-color: transparent;
    background-image: none;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#menu_tab .dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
}

#menu_tab .dropdown-menu {
    background-color: #ffffff;
    background-image: none;
    /*box-shadow: none;*/
    border-radius: 0;
}

#menu_tab .nav .navbar-nav .navbar-right{
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid;
}
/*////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////*/
.second_menu_bar2 {
	display: none;
	/*height:auto;
	color:white;
	text-align:center;
	*/
}
/* Remove margins and padding from the list, and add a black background color */
.second_menu_bar2 ul.topnav2 {
    list-style-type: none;
    margin: 0 ;
    padding: 0;
    overflow: hidden;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9a1e94+0,e37ee8+100 */
	background: #c57cdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #c57cdb 0%, #a738bf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c57cdb 0%,#a738bf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c57cdb 0%,#a738bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57cdb', endColorstr='#a738bf',GradientType=0 ); /* IE6-9 */
}

/* Float the list items side by side */
.second_menu_bar2 ul.topnav2 li {
	float: left;
}

/* Style the links inside the list items */
.second_menu_bar2 ul.topnav2 li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 15px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;

}

/* Change background color of links on hover */
.second_menu_bar2 ul.topnav2 li a:hover {background-color: #e8b0ff;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
/*.second_menu_bar2 ul.topnav2 li.icon {display: none;}*/

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) /*(max-width:770px)*/ {

	.second_menu{
		display: none;
	}
	.second_menu_bar2{
		display: block;
	}
 .second_menu_bar2  ul.topnav2 li:not(:first-child) {display: none;}
 .second_menu_bar2  ul.topnav2 li.icon {
    float: right;
    display: inline-block;
  }

  	.top_menu{
	float: right;
	padding-top: 20px;
	margin-right: 10px;
	color:#5f278c;
	}
	.men_list_style{
		margin-top: 20px;
	    width: 130px;
	    background-color: #e8b0ff;
	}
	#menu_tab .dropdown-menu{
		width: 100%;
		background-color: grey;

	}
	#menu_tab .dropdown-menu>li>a{
		color: #ffffff;
	}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and /*(max-width:680px)*/ (max-width:770px) {

 .second_menu_bar2  ul.topnav2.responsive {position: relative;}
 .second_menu_bar2  ul.topnav2.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 .second_menu_bar2  ul.topnav2.responsive li {
    float: none;
    display: inline;
  }
 .second_menu_bar2  ul.topnav2.responsive li a {
    display: block;
    text-align: left;
  }
}

/*////////////////////////////////////////////////////////////////////////////*/


.second_menu{
	height:35px;
	color:white;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9a1e94+0,e37ee8+100 */
	background: #c57cdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #c57cdb 0%, #a738bf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c57cdb 0%,#a738bf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c57cdb 0%,#a738bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57cdb', endColorstr='#a738bf',GradientType=0 ); /* IE6-9 */
}

.second_menu_txt {
	padding-top:0px;
	font-size: 18px;
}

.second_menu_txt a {
	text-decoration:none;
	color:#ffffff;
	font-family:'thaisansneue-regular',sans-serif;
  	font-size: 22px;
}

.second_menu_txt a:hover {
	color:#5f278c;
}

#home_page{
	border-right: 1px solid #e8b0ff;
	height: 35px;
	padding: 0;
}

#product_page{
	border-right: 1px solid #e8b0ff;
	border-left: 1px solid #e8b0ff;

	height: 35px;
	padding: 0;
}

#news_page{
	border-right: 1px solid #e8b0ff;
	border-left: 1px solid #e8b0ff;
	height: 35px;
	padding: 0;
}

#careers_page{
	border-left: 1px solid #e8b0ff;
	height: 35px;
	padding: 0;
}

.area_second_menu#area_home{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_product{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_news{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_careers{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_corporate_governance{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_visionmission{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_company{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_message{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_quality{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_business{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_board{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_audit{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_risk{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_corporate{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_nomination{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_executive{
	background-color: #e8b0ff;
	height: 100%;
}

.area_second_menu#area_management{
	background-color: #e8b0ff;
	height: 100%;
}
.area_second_menu#area_related{
	background-color: #e8b0ff;
	height: 100%;
}
/*.area_second_menu{
	position: absolute;
}

.second_menu{
	position: relative;
}
.row#second_row{
	padding: 0;
	position: absolute;
	width: 70%;
}*/

/*///////////////////////////////// nav-bar ///////////////////////////////////////////////*/


#nav_bar{
	font-size:18px;
	font-family:'thaisansneue-regular',sans-serif;
	padding-top: 30px;
}

a{
	color:#e8b0ff;
}



/*///////////////////////////////// address ///////////////////////////////////////////////*/
.address{

}

.address_bg{
	background-color: #bf6cff;
	height:100px;
	color:white;
}

.address_info{
	padding-top:20px;
}
#add_info img{
	float:left;
	padding-right:5px;
	padding-bottom: 20px;
}
#add_info p{
	padding-top:8px;
}
#foot_bar{
	font-size:20px;
	font-family:'thaisansneue-regular',sans-serif;
}
/*///////////////////////////////// footer ///////////////////////////////////////////////*/
.footer{
}
.foot_bg{
	width:100%;

	background-color:#f1f1f1;
	bottom:0;
}

.search{
	padding-top: 20px;
	text-align: center;
}

.btn_search{
	padding: 0 0;
	height: 100%;
	background-image: none;
	background-color: none;
	border: none;
	border-radius: 0;
}

.btn_search img{
	height: 42px;
}


.input-group{
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	font-size: inherit;
}

.search_panel{
	padding: 0;
	height: 42px;
}

.form-control {
	height: 100%;
}

.sitemap_foot{
	font-size:18px;
	font-family:'thaisansneue-regular',sans-serif;
	padding-top:30px;
}

.sitemap_foot ul{
	list-style-type:none;
}

.sitemap_foot a{
	/*text-decoration:none*/
}

.sitemap_foot li a{

	color:#c80eea;
	/*text-decoration:none;*/
}

.sitemap_foot p{
	color:#411e5b;
	font-weight:bold;
	/*text-decoration:none;*/
}

.copy_foot{
	padding-top:60px;

	display:inline;
	font-size:10px;
	float:right;
}

/*///////////////////////////// bg_image ///////////////////////////////////////////////*/

.bg_image{
	background-image:url(../images/BG.jpg);
	/*background-size:cover;*/
	bottom:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	background-size:cover;
}

/*/////////////////////////////// index ///////////////////////////////////////////////*/

.bg_area#page_index{
	width:100%;
	height:1400px;
	padding-bottom: 100px;
	background-color:white;
	position:relative;
	z-index:-2;
}

.banner_slide{
	/*width:100%;
	height:auto;
	background-color:transparent;*/
}

#home_content{
	/*background-color:grey;*/
	height:800px;
	padding-top:30px;
}

#promotion_tab{
	height:auto;
	margin-bottom: 50px;
}

#promotion_product{
	height:180px;
	margin:0;
}

.promotion_text{
	float:left;
	padding:0 10px 5px;
	margin:0;
	border:0;
	width:50%;
	height:100%;
	background-color:#666666;
	color:#ffffff;
}

.head_promo_txt{
	font-weight:bold;
	font-size:16px;
	color:#ce90ff;
}

.promotion_image{
	margin:0;
	width:50%;
	height:100%;
	float:right;

		/*background-image:url(../images/promotion_product.jpg);*/
	background-color:#e8b0ff;
	text-align:center;
	color:white;
}

.promotion_image img{
	width:100%;
	height:100%;
}

#seemore_botton{
	margin-top:20px;
	color:white;
	background-color:#411e5b;
	height:30px;
	width:90px;;
	float:right;

	text-align:center;
	font-size:14px;
	padding-top:3px;
}

#new_tab{
	height: auto;
	margin-bottom: 70px;
}

#product_hilight_tab{
	height: auto;
	margin-bottom: 70px;
}


.new_content{
	/*background-color:white;
	border-right:1px solid black;*/

	/*height:600px;*/

	text-align:center;
	color:#5f278c;
}

.new_content h2{
	padding:10px;
}

.new_thumnail{
	width:100%;
	height:140px;
	background-color:transparent;
	border-bottom:1px solid grey;

	color:#5f278c;
	font-size:20px;
	padding-top:20px;
}

.new_thumnail img{

	width:100px;
	height:100px;
	float:left;
}

.new_txt{
	color:black;
	font-size:25px;
	font-family:'thaisansneue-regular',sans-serif;
	float:center;
	padding-top:0px;
	line-height: 18pt
}
.index_topic{
	font-family:'thaisansneue-regular',sans-serif;
	font-size: 40px;
}

.hilight_content{
	/*background-color:white;
	border-right:1px solid black;*/

	/*height:600px;*/

	text-align:center;
	color:#5f278c;
}

.hilight_content h2{
	padding:10px;
}

.hilight_thumnail{
	/*background-color:red;*/
	height:420px;
	color:grey;
	font-style:italic;
}

.hilight_thumnail_box{
	margin-top:30px;
	background-color:white;
	height:auto;
	width:100%;
}

.hilight_thumnail_pic img{
	width:70%;
	height:70%;
}

/*/////////////////////////////// about_menu_1 ///////////////////////////////////////////////*/

.bg_area#page_about1{
	width:100%;
	height:auto;
	padding-bottom: 100px;
	background-color:white;
	position:relative;
	z-index:-2;
}


#about1_content1{
	padding-top:10px;
	font-family:'thaisansneue-regular',sans-serif;
}

#history_tab{
	text-align:center;
	padding-top:50px;
}

.content_topic{
	color:#5f278c;
	font-size:40px;
	text-align:center;

	padding-top:0px;
}

.content_line{
	width:120px;
	height:5px;
	background-color:#ae48c6;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

.history_info{
	padding-left:50px;
	padding-right:50px;
	font-size:22px;
	/*margin-bottom:90px;*/
}

.policy_tab{
	background-image:url(../images/Solar-Panels1600x280.jpg);
	background-size:cover;
	width:100%;
	height:280px;
	margin-top:50px;
}

.policy_tab2{
	background-image:url(../images/promotion_product_null.jpg);
	background-size:cover;
	width:100%;
	height:280px;
	margin-top:50px;
}
.policy_qoute{
	color:#FF4500;
	font-size:36px;
	font-style:italic;
	font-family:'thaisansneue-regular',sans-serif;
	text-align:center;
	padding-top:30px;
}

.vision_content{
	text-align:center;


	width:100%;
	padding-top:30px;
}

#vision_tab{
	font-family:'thaisansneue-regular',sans-serif;
	font-size:22px;
	width:100%;
	padding-top:50px;
}

.vision_pic{

	width:100%;
	height:100%;
}

#mission_tab{
	font-family:'thaisansneue-regular',sans-serif;
	font-size:20px;

	width:100%;
	padding-top:50px;
}

#reward_tab{
	font-family:'thaisansneue-regular',sans-serif;
	font-size:22px;
	width:100%;
	padding-top:50px;
}

/* Tabs panel */
.tabbable-panel {
  /*border:1px solid grey;*/

}
/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li {
  margin-right: 0px;
  width: 230px;
  text-align: center;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #e8b0ff; /*hover*/
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #ae48c6;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #ae48c6;

  background-color:/*#e8b0ff*/ transparent;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: none;
  border: 0;
  border-top: 1px solid grey;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.reward_panel1{
	padding-top:30px;
}
.reward_panel2{
	padding-top:30px;
}

.reward_pic{

	background-color:white;
	/*padding-left:5px;
	padding-right:5px;*/

	height:200px;
	text-align:center;
	padding-top:5px;
}

.reward_pic img{
	height:190px;
}


/*/////////////////////////////// about_menu_2 /////////////////////////////////////////////*/

.bg_area#page_about2{
	width:100%;
	height:auto;
	padding-bottom: 100px;
	background-color:white;
	position:relative;
	z-index:-2;
}

#admin_tab{
	font-family:'thaisansneue-regular',sans-serif;
	font-size:22px;
	width:100%;
	padding-top:50px;
}

.row-admin {
    float: none;
    margin: 0 auto;
}


.admin{
	padding:0;
	font-size:18px;
	padding-top:20px;
	text-align: center;
}

.admin p{
	margin-bottom:0;
}

.name_admin{
	font-size:20.5px;
	font-weight:bold;
}

.admin img{
	width:100%;
}

.admin_pad{
	margin-left: 12.5%;
}

.structure{
	width: 100%;
	height:auto;
	padding-top: 100px;
}

.structure img{
	width: 100%;
	height:auto;
}

/*/////////////////////////////// news ///////////////////////////////////////////////*/
.bg_area#page_news{
	width:100%;
	height:auto;
	padding-bottom: 100px;
	background-color:white;
	po;
	padding-top:50px;
}

.content_topic_news{
	color:#5f278c;sition:relative;
	z-index:-2;
}

#news_tab{
	font-family:'thaisansneue-regular',sans-serif;
	font-size:22px;
	width:100%
	font-size:40px;
	text-align:left;

	padding-top:0px;
}

.content_line_news{
	width:120px;
	height:5px;
	background-color:#ae48c6;
	margin-left:0;
	margin-right:auto;
	margin-bottom:50px;
}

.news_panel{
	/*border:1px solid grey;*/
	padding:0 0 20px 0 ;
}

.news_topic{
	width:100%;
	height:220px;
	border-bottom:1px solid grey;
	padding:20px 0 20px 0 ;
}

.news_topic_thumnail{
	width:25%;
	height:100%;
	background-color:white;
	float:left;
}

.news_topic_thumnail img{
	width:100%;
	height:100%;
}

.news_topic_info{
	float:right;
	width:70%;
	height:100%;
	position: relative;
}

.news_topic_hilight_txt a{
	text-decoration:none;
	font-size:32px;
	color:#5f278c;
}

.news_topic_info_seemore a{
	position: absolute;
	float:right;
	bottom:0;
	right: 0;

}

/*/////////////////////////////// news_topic ///////////////////////////////////////////////*/
.bg_area#page_news_topic{
	width:100%;
	height:auto;
	background-color:white;
	position:relative;
	z-index:-2;
	padding-bottom: 100px;
}

.topic_panel{
	border:1px solid grey;
	padding:30px;
	background-color:#ffffff;
}

.news_topic_site_pic{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;

}

.news_topic_site_line{
	text-align:right;
	margin-top:100px;
	margin-bottom:30px;
	border-bottom:1px solid grey;
}

.news_topic_site_pic img{

	width: 80%;

}


/*/////////////////////////////// careers_topic /////////////////////////////////////////////*/
.bg_area#page_careers{
	width:100%;
	height:auto;
	background-color:white;
	position:relative;
	padding-bottom: 100px;
	z-index:-2;
}

#careers_content{
	padding-top:10px;
	font-family:'thaisansneue-regular',sans-serif;
}

#careers_tab{
	padding-top:50px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    background-color:#ffffff;
   }

.panel-default > .panel-heading:focus {
    background-color: #c06cff;
    background-image: none;
    color: #fff;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: white;
    background-repeat: repeat-x;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    padding:  10px 0 10px 0;
    font-size: 26px;
    color: inherit;
    overflow: hidden;
}

.panel-title a{
	text-decoration: none;
}


.panel-head-topic{
	float: left;
}

.panel-head-time{
	float: right;
}

.panel-body{
    font-size: 25px;

}

/*/////////////////////////////// product_topic ////////////////////////////////////////////*/
.bg_area#page_product{
	width:100%;
	height:auto;
	padding-bottom: 100px;
	background-color:white;
	position:relative;
	z-index:-2;
}

#product_tab{
	font-family:'thaisansneue-regular',sans-serif;
	font-size:22px;
	width:100%;
	padding-top:50px;
}

.content_topic_product{
	color:#5f278c;
	font-size:40px;
	text-align:left;

	padding-top:0px;
}

.content_line_product{
	width:110px;
	height:5px;
	background-color:#ae48c6;
	margin-left:0;
	margin-right:auto;
	margin-bottom:50px;
}

#product-nav{
	padding: 0;
	padding-right: 20px;
	height: 900px;
}
#product-pic-nav{
	padding: 0;
}

#product_tab .blogShort{ border-bottom:1px solid #ddd;}

#product_tab .nav-sidebar {
    width: 100%;
    padding: 0;
}
#product_tab .nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    padding-left: 5px;
	background-color: #fff;
}
#product_tab .nav-sidebar .active a {
    cursor: default;
    background-color:#ae48c6;
    color: #e8b0ff;
    padding-left: 5px;
}
#product_tab .nav-sidebar .active a:hover {
    background-color: #ae48c6;
    padding-left: 5px;
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#product_tab .btn-blog {
    color: #e8b0ff;
    background-color: white;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
#product_tab .btn-blog:hover,
#product_tab .btn-blog:focus,
#product_tab .btn-blog:active,
#product_tab .btn-blog.active,
#product_tab .open .dropdown-toggle.btn-blog {
    color: white;
    background-color:white;
    border-color: #0b56a8;
}

 .container .text-style
{
  text-align: justify;
  line-height: 23px;
  margin: 0 13px 0 0;
  font-size: 19px;
}
#product_tab .nav>li {
    border-bottom: 2px solid #ddd;
}
#product_tab .nav>li>a {
	margin-left: 5px!important;
	padding-left: 5px!important;
    position: relative;
    display: block;
    padding: 0;
    font-size: 24px;

}
#product_tab .nav>li>a>p{
    margin: 0;
    font-size: 20px;
}

#product_tab .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:#fff;
}

.product_thumnail_box{
	margin-top:0px;
	width:100%;

	color:black;
	/*font-style:italic; */
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	height: 280px
}

.product_thumnail_pic img{
	width:80%;
}

.product_thumnail_pic {
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
	border: 1px solid #ddd;
	background-color:white;
	margin-bottom: 20px;
	height: 220px;
}

#product_dropdown{
	display: none;
}


#cboxOverlay {
    opacity: 0.6 !important;
}

/*/////////////////////////////// product_iframe ////////////////////////////////////////////*/
/*.width_table{
	width: 100%;
	padding:30px 30px;
}
*/

#name_product {
	color: #5f278c;
    font-size: 32px;
    text-align: left;
    padding-top: 20px;
    font-family:'thaisansneue-regular',sans-serif;

}

.pic_product{
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;

	/*float: left;*/
}
.pic_product img{
	width: 50%;
	padding: 0 auto;

}
.product_table{
	width: 100%;
	padding: 20px 0 0 0;

	/*float: right;*/
}

.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
}
.datagrid table td, .datagrid table th {
	padding: 7px 10px;
}
.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #652299), color-stop(1, #4D1A75) );
	background:-moz-linear-gradient( center top, #652299 5%, #4D1A75 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#652299', endColorstr='#4D1A75');
	background-color:#652299;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-left: 1px solid #714399;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
 	color: #4D1A75;
 	border-left: 1px solid #E7BDFF;
	font-size: 14px;
	font-weight: normal;
}
.datagrid table tbody .alt td {
	background: #F4E3FF;
	color: #4D1A75;
}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}


/*.fancybox-outer{width: auto;height:auto;}*/

/*.fancybox-inner{

	height: 400px !important;
}*/
/*/////////////////////////////// product_topic ///////////////////////////////////////////////*/
.bg_area#page_contact{
	width:100%;
	height:auto;
	padding-bottom: 100px;
	background-color:white;
	position:relative;
	z-index:-2;
}

#contact_content{
	padding-top:10px;
	font-family:'thaisansneue-regular',sans-serif;
}

#contact_tab{
	padding-top:50px;
}

#contact_tab2{
	padding-top:50px;
	font-family:'thaisansneue-regular',sans-serif;
	font-size:26px;
}

.content_topic_contact{
	color:#5f278c;
	font-family:'thaisansneue-regular',sans-serif;
	font-size:40px;
	text-align:left;

	padding-top:0px;
}

.content_line_contact{
	width:80px;
	height:5px;
	background-color:#ae48c6;
	margin-left:0;
	margin-right:auto;
	margin-bottom:50px;
}

.contact_info0{
	padding-bottom:20px;
	padding-right:30px;
}
.contact_info1{
	width:400px;
}
.contact_info3{
	width:80%;
	padding-bottom:20px;
	float:right;
	padding-right:30px;
}

.contact_info1 img{
	margin-right:20px;
	float:left;
	margin-bottom:20px;
}

.form-control{
	font-family:'thaisansneue-regular',sans-serif;
	font-size:22px;
	border-radius:0;
}

#textarea.form-control {
    height: 250px;
}

#send_button{
	margin-top:20px;
	color:white;
	background-color:#411e5b;
	height:30px;
	width:90px;;
	float:right;

	text-align:center;
	font-size:24px;
	padding-top:0px;
}

/*/////////////////////////////// ipad ///////////////////////////////////////////////*/
@media only screen and (min-device-width : 668px) and (max-device-width : 1024px) and (orientation : landscape) {
   /* Add your styles for devices with a maximum width of 1024 */


}
/*/////////////////////////////// ipad ///////////////////////////////////////////////*/


/*/////////////////////////////// ipad2 ///////////////////////////////////////////////*/
@media only screen and (min-device-width : 668px) and (max-device-width : 1024px)  {
  /* Add your styles for devices with a maximum width of 768 */
  .bg_area#page_index{
	  height:auto;
	}



  #promotion_product{
   	height: 150px;
   }

   .index_topic{
   	font-size: 34px;
   }

   .new_thumnail {
    width: 100%;
    height: 140px;
    background-color: transparent;
    border-bottom: 1px solid grey;
    color: #5f278c;
    font-family:'thaisansneue-regular',sans-serif;
    font-size: 20px;
    padding-top: 20px;
	}

	.new_txt{
	color:#5f278c;
	font-size:20px;
	font-family:'thaisansneue-regular',sans-serif;

	float:right;
	padding-top:0px;
	}
	.input-group {
    width: 50%;
	}

	.bg_area#page_about1{
		height:auto;
	}

	.reward_pic {
    background-color: none;
    height: 150px;
    text-align: center;
    padding-top: 5px;
	}
	.reward_pic img {
    width: 100%;
    height: 100%;
	}





}
/*/////////////////////////////// ipad2 ///////////////////////////////////////////////*/

/*/////////////////////////////// ipad2 ///////////////////////////////////////////////*/
@media only screen and (max-device-width : 668px) and (min-device-width : 320px) {
  /* Add your styles for devices with a maximum width of 768 */

  	#nav_bar{
  		display: none;
  	}
  	.bg_area#page_index{
		height:2600px;
	}
	#home_content {
    height: auto;
	}

  	#promotion_product{
   	height: 150px;
   	margin: 15px 0;
   }

   .hilight_thumnail_box {
   	margin-bottom: 60px;
   	/*display: table-cell;*/
   	background-color: transparent;
   	width: 100%;
	}

	#seemore_botton {
	display: none;
	}

	.hilight_thumnail {
    display: inline-flex;
	}

/*/////////////////////////////// index ///////////////////////////////////////////////*/

	.address_bg {
    height: auto;
    color: white;
	}

	#add_info img {
    float: left;
    padding-right: 5px;
    height: 100%;

    padding-bottom: 0;

	}

    .address_info {
    display: inline-table;
    padding: 10px 0;
	}

	.input-group {
    width: 80%;

	}
/*/////////////////////////////// address /////////////////////////////////////////////*/

	.bg_area#page_about1{
		height:auto;
	}

	.content_topic {
    color: #5f278c;
    font-size: 30px;
    text-align: left;
	}

	.content_line {;
    margin-left: 0;
	}

	.history_info {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    margin-bottom: 20px;
	}

	.policy_tab {
    margin-top: 0px;
	}

	.vision_content {
    text-align: center;
    width: 100%;
    padding-top: 0px;
	}

	.vision_pic img {

    height: 150px;
	}

	.vision_pic {
    width: 100%;
    height: 100%;
    text-align: center;
	}

	.reward_pic {
    background-color: none;
    height: 200px;
    text-align: center;
    padding-top: 5px;
	}
	.reward_pic img {
    width: 100%;
	}

	#reward_tab {
	display: none;
	}


/*/////////////////////////////// about1 /////////////////////////////////////////////*/
	.bg_area#page_about2{
	height:auto;
	}

	.admin img {
    width: 70%;
	}

	.name_admin {
    font-size: 20px;
    font-weight: bold;
	}

	.admin_pad {
    margin-left: 0;
	}

/*/////////////////////////////// about2 /////////////////////////////////////////////*/

	.bg_area#page_contact{
		height:auto;
	}

	.address_page_info{
		padding: 5px;
		font-size: 20px
	}

	.contact_info3 {
    float: none;
	}

	.content_topic_contact {
    color: #5f278c;
    font-size: 30px;
    text-align: left;
	}

/*/////////////////////////////// contact /////////////////////////////////////////////*/
	.bg_area#page_careers{
	height:auto;
	}

	.panel-title {
    font-size: 22px;
	}

	.panel-body {
    font-size: 20px;
}

/*/////////////////////////////// careers /////////////////////////////////////////////*/
	.bg_area#page_news{
	height:auto;
	}

	.news_topic {
    height: 100px;
	}

	.content_topic_news{
	font-size:30px;
	text-align:left;
	}

	.news_topic_info{
	float:right;
	width:70%;
	height:100%;
	}

	.news_topic_hilight_txt a{
	text-decoration:none;
	font-size:22px;
	color:#5f278c;
	}

	.news_topic_info_seemore a{
	float:right;
	bottom:0;

	}

	.new_topic_txt{
	font-size: 20px;
	}

	.news_topic_info_seemore{
		display: none;
	}

/*/////////////////////////////// news /////////////////////////////////////////////*/
	.bg_area#page_news{
	height:auto;
	}

	.news_topic_site_pic{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;

	}

	.news_topic_site_pic img{
	width: 80%;

	}

	.topic_panel {
    border: 1px solid grey;
    padding: 10px;
    background-color: #ffffff;
	}



/*/////////////////////////////// news topic /////////////////////////////////////////*/
	.bg_area#page_product{
	height:auto;
	}

	#product_content{
	height: auto;
	}

	.container .text-style {
    
	padding-top: 10px;
	}

	.product_thumnail_box {
    margin: 10px 5px;
    font-size: 20px;
	}

	#product-nav {
    padding: 0;
    height: auto;
	}

	.product_thumnail_pic {   
    height: auto;
    margin: 0 5px;
	}

	.content_topic_product {
    color: #5f278c;
    font-size: 30px;
	}

	#product_side{
	display: none;
	}

	#product_dropdown{
	display: block;
	padding: 5px 10px;
	width: 100%;
	color:#ffffff;
	margin: 0 auto;
	background-color: #ae48c6;
	}

	#product_tab .nav>li>a {
    position: relative;
    text-align: center;
    display: block;
    padding: 0;
    font-size: 24px;
    border-bottom: none;
    background-color: none;
    background-image: none;
	}

	#product_tab .nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	}

	#product_tab .dropdown-menu > .active > a {
	background-image: none;
	background-color: transparent;
	}

	#product_tab .dropdown-menu>li>a {
    color: #ffffff;
	}

	#product_tab a:hover {
    color: #000000;
	}



/*/////////////////////////////// product /////////////////////////////////////////*/

}

/*/////////////////////////////// 1800///////////////////////////////////////////////*/
@media only screen and  (min-device-width: 1700px){

.bg_area#page_index{

	height:auto;
	background-color:white;
	position:relative;
	z-index:-2;
}

.bg_image{
	height:80%;
}

#new_tab{
	height: auto;
	margin-bottom: 10px;
}

#product_hilight_tab{
	height: auto;
	margin-bottom: 10px;
}



}
/*/////////////////////////////// 1800 ///////////////////////////////////////////////*/

/*/////////////////////////////// 2000+ ///////////////////////////////////////////////*/
@media only screen and  (min-device-width: 2000px){

.bg_area#page_index{
	width:100%;
	height:auto;
	background-color:white;
	position:relative;
	z-index:-2;
}

.bg_image{
	height:100%;
}

#new_tab{
	height: auto;
	margin-bottom: 10px;
}

#product_hilight_tab{
	height: auto;
	margin-bottom: 10px;
}



}
/*/////////////////////////////// 1900+ ///////////////////////////////////////////////*/