/*css3_support*/
/* begin Page */
.ui-widget-header , .ui-state-active, .ui-state-default.ui-state-active , .ui-state-hover{
background-color: !important; /*calendar_color*/
}
@font-face {
    font-family: 'texgyreadventorbold';
    src: url('fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { 
background-attachment:; /*body_background_attachment*/
background-repeat:; /*body_background_repeat*/
background-position:top center; /*body_background_position*/
color:#404040;	/*body_font_color*/
font-family: 'texgyreadventorregular';
font-size:14px;	/*body_font_size*/
margin: 0; /*body_margin*/
background-image:url(images/); /*body_background*/
background-color:#FFFFFF; /*body_background_color*/
-webkit-text-size-adjust: 100%; 
}

#page-body{
box-shadow:; /*page_body_shadow*/
border-radius:; /*page_body_radius*/
width:1100px; /*page_width*/
overflow:;
border-color:; /*page_border_color*/
border-style:none; /*page_border_style*/
border-width:0; /*page_border_width*/
margin-top: 20px;
margin-bottom:20px;
}
.logo {
	position:absolute;
	top:16px;
	left:0px;
  z-index: 102;
}
a h2 {
margin:0;
padding:0;
font-size:14px;	/*body_font_size*/
font-weight:normal; /*link_style_weight*/
}
.page-header {
position:relative;
width:1100px; /*page_width*/
height:107px; /*page_header_height*/
background-image:url(images/header.jpg); /*page_header_background*/
background-color:#FFFFFF; /*page_header_background_color*/
}
.container-menu{
  width:100%;
  position:absolute;
  bottom:0px;
  left:0px;
}
.page-menu{
width:1100px; /*page_width*/
height:54px; /*page_menu_height*/
background-image:url(images/); /*page_menu_background*/
background-color:; /*page_menu_background_color*/
position:relative;
z-index:101;
}
.container-header{
width:100%;
background-image:url(images/header.jpg); /*page_header_background*/
background-color:#FFFFFF; /*page_header_background_color*/
}
.page-content {
width:1100px; /*page_width*/
background-image:url(images/); /*page_content_background*/
background-color:#FFFFFF; /*page_content_background_color*/
text-align:left;
  
}
.container-footer{
width:100%;
background-color:#262626; /*page_footer_background_color*/
}
.page-footer {
width:1100px; /*page_width*/
height:; /*page_footer_height*/
background-image:url(images/); /*page_footer_background*/
background-color:#262626; /*page_footer_background_color*/
color:#fff;
padding:40px 0px;
}

.page-slide {
    background-image: url;
    color: #1e92d2;
    background-position: center center;
  background-color:#61605f;
}
#outer-slide {
    display:block;
    position: relative;
    width: 100%;
	overflow:hidden;
	text-align:left;
 border-width: 0px 0px 5px;
border-color: rgb(27, 188, 155);
border-style: solid;
}
#inner-slide {
    /* shrink-to-fit width */
    display: inline-block;
    position: relative;
    /* shift left edge of text to center */
    left: 50%;
}
#center-slide {
    /* shift left edge of text half distance to left */
    margin-left: -50%;
  padding: 0px;
    /* text should all be on one line */
    white-space: nowrap;
  
}
.slider-wrapper {
    background-color: transparent !important;
    display: block;
    position: relative;
    width: 1024px;
    height: 411px;
    margin: 20px;
    
}
.content-left{
background-image:url(images/); /*content_left_background*/
background-color:; /*content_left_background_color*/
padding:15px 0px 15px 5px;
}
.content-center{
background-image:url(images/); /*content_center_background*/
background-color:#FFFFFF; /*content_center_background_color*/
padding:15px 0px 15px 0px;
}
.content-right{
background-image:url(images/); /*content_right_background*/
background-color:; /*content_right_background_color*/
padding:15px 5px 15px 0px;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:large;		
}
blockquote {
	border: 1px dashed #CCC;
	background:#e9e9e9;
	padding:3px;
	margin:20px;
}
a:link {
color:#1F1F1F; /*link_style_color*/
font-style:; /*link_style_font*/
font-weight:normal; /*link_style_weight*/
text-decoration:none; /*link_style_deco*/
}
a:visited{
color:#1F1F1F; /*link_visited_style_color*/
font-style:; /*link_visited_style_font*/
font-weight:; /*link_visited_style_weight*/
text-decoration:; /*link_visited_style_deco*/
}
a:hover {
color:#E0312C; /*link_hover_style_color*/
font-style:; /*link_hover_style_font*/
font-weight:; /*link_hover_style_weight*/
text-decoration:underline; /*link_hover_style_deco*/

}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.web-menu-top-icon{
	position:absolute;	
	left:0px;
	top:0px;
	border:0;
}
.web-title-box {
	position:relative;
	display:inline;
	left:0px;
	bottom:0px;
	width:100%;
}
.web-title-box-img {
	position:absolute;
	display:inline;
	top:-8px;
	left:5px;
}

/* begin Menu top*/
/* nav menu */
/*
<span class='menu-split'></span>  เอาไว้แทรกท้ายของเมนู ก่อน </li> สำหรับเมนูที่มีตัวคั่น
จะต้องกำหนดขนาดเองเพื่อความเหมาะสม
*/
/*
.menu-split {
	display:block;
	background-image:url(images/menu_split_line.png);
	width:1px;
	height:50px;
	margin:0px;
	padding:0px;
	float: left;
}
*/
.nav-menu {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: relative;
}
.nav-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	clear: left;
	position: relative;
}

.nav-menu  ul li {
position:relative; /*nav_menu_position*//*|relative|*/
	float: left;
	display: inline; 
	margin-top: 0px;
margin-right:5px; /*top_menu_space_r*/
	margin-bottom: 0px;
margin-left:5px; /*top_menu_space_l*/
}

.nav-menu ul li a {
	text-decoration: none;
height:58px; /*top_menu_line_hight*//*|auto|*/
	float:left;
	cursor: pointer;
background-image:url(images/menu_normal.png); /*menu_normal*/
	background-repeat: no-repeat;
	background-position: right top;
}

/*
อธิบายเมนู
.nav-menu  ul li a span.t {
height: 22px; คำนวนอัตโนมัตจากระบบความสูงของเมนู คือ เอา padding top - ความสูงของภาพ
margin: 0 20px 0 -10px;  กำหนดขอบซ้าย 20px และห่างจากด้านล่าง -10px
padding: 7px 0px 0px 20px; จัดขนาดของตัวหนังสือว่าห่างจากด้านบนเท่าไหร่ และจากทางซ้ายเท่าไหร่
font-family:Tahoma; 
font-size:12px;
}
*/
.nav-menu  ul li a span.t {
height:42px; /*top_menu_line_hight2*//*|auto|*/
margin: 0 20px 0 -10px; /* แก้ไขใหม่จาก margin: 0 7px 0 -10px;*/
padding:16px 0px 0px 20px; /*top_menu_text_position*//*|auto|*/
 font-family: 'texgyreadventorbold';
font-size:15px;	/*menu_font_size*/
color:#FFFFFF;	/*menu_font_color*/
position: relative;
float:left;
background-image:url(images/menu_normal.png); /*menu_normal*/
background-repeat: no-repeat;
background-position: left top;
}
/*menu*/
.nav-menu  ul.menu li a.active {
background-image:url(images/menu_active.png); /*menu_active*/
	background-repeat: no-repeat;
	background-position: right top;
}

.nav-menu  ul.menu li a.active span.t {
color:#1F1F1F;	/*menu_font_active_color*/
background-image:url(images/menu_active.png); /*menu_active*/
	background-repeat: no-repeat;
	background-position: left top;
}

.nav-menu ul.menu li a:hover,.nav-menu ul.menu li a.hover {
background-image:url(images/menu_hover.png); /*menu_hover*/
	background-repeat: no-repeat;
	background-position: right top;
}


.nav-menu ul.menu li a:hover span.t,.nav-menu ul.menu li a.hover span.t {
color:#1F1F1F;	/*menu_font_hover_color*/
background-image:url(images/menu_hover.png); /*menu_hover*/
	background-repeat: no-repeat;
	background-position: left top;
}
/* end MenuItem */
/* end menu top */

/* begin content */
.box-body{
	margin:10px 5px;
}
.box-title{
background-color:#FFFFFF; /*left_title_bg_color*/
border-width:0px 0px 1px 0px; /*blockheader_border_1_width*/
border-style:solid; /*blockheader_border_1_style*/
border-color:#4E4E4E; /*blockheader_border_1_color*/
border-radius:; /*blockheader_1_radius*/
height:58px; /*blockheader_1_height*/
background-image: url(images/blockheader.png); /*blockheader_1*/
position:relative;
}
.box-title2{
background-color:#FFFFFF; /*content_title_bg_color*/
border-width:0px 0px 1px 0px; /*blockheader_border_2_width*/
border-style:solid; /*blockheader_border_2_style*/
border-color:#4E4E4E; /*blockheader_border_2_color*/
border-radius:; /*blockheader_2_radius*/
height:58px; /*blockheader_2_height*/
background-image:url(images/blockheader2.png); /*blockheader_2*/
position:relative;
}
.box-title3{
background-color:#FFFFFF; /*right_title_bg_color*/
border-width:0px 0px 1px 0px; /*blockheader_border_3_width*/
border-style:solid; /*blockheader_border_3_style*/
border-color:#4E4E4E; /*blockheader_border_3_color*/
border-radius:; /*blockheader_3_radius*/
height:58px; /*blockheader_3_height*/
background-image: url(images/blockheader3.png); /*blockheader_3*/
position:relative;
}

.box-title-t {
position:absolute;
color:#E0312C;	/*left_title_box_font_color*/
top:20%;
padding-left:8px;
font-size:24px;
}
.box-title2-t {
position:absolute;
color:#E0312C;/*content_title_box_font_color*/
top:15%;
padding-left:8px;
font-size:24px;
}
.box-title3-t {
position:absolute;
color:#E0312C;	/*right_title_box_font_color*/
top:18%;
padding-left:8px;
font-size:24px;
}
.box-content-body {
border-width:; /*blockcontent_border_1_width*/
border-style:; /*blockcontent_border_1_style*/
border-color:; /*blockcontent_border_1_color*/
border-radius:; /*blockcontent_1_radius*/
background-image:url(images/); /*blockbody_1*/
background-color:#FFFFFF; /*blockcontent_border_1_bg_color*/
position:relative;
}
.box-content-body-t {
margin:0px;
padding:3px;
}
.box-content2-body {
border-width:; /*blockcontent_border_2_width*/
border-style:; /*blockcontent_border_2_style*/
border-color:; /*blockcontent_border_2_color*/
border-radius:; /*blockcontent_2_radius*/
background-image:url(images/); /*blockbody_2*/
background-color:#FFFFFF; /*blockcontent_border_2_bg_color*/
position:relative;
}
.box-content2-body-t {
margin:0px;
padding:3px;
}
.box-content3-body {
border-width:; /*blockcontent_border_3_width*/
border-style:; /*blockcontent_border_3_style*/
border-color:; /*blockcontent_border_3_color*/
border-radius:; /*blockcontent_3_radius*/
background-image: url(images/); /*blockbody_3*/
background-color: #FFFFFF; /*blockcontent_border_3_bg_color*/
position:relative;
}
.box-content3-body-t {
margin:0px;
padding:3px;
}

.box-title-t a {
color:#E0312C;	/*left_title_box_font_color*/
}
.box-title2-t a {
color:#E0312C;/*content_title_box_font_color*/
}
.box-title3-t a {
color:#E0312C;	/*right_title_box_font_color*/
}
.box-title2-t a h1 {
display:inline;
color:#E0312C;/*content_title_box_font_color*/
}
.box-title2-t h1 {
font-weight:normal;
font-style:normal;
font-size:24px;
}
/**list**/
ul.dropdown-left,ul.dropdown-right {
background:#FFFFFF !important; /*submenu_bg_lr*/
border-color:#eee !important; /*submenu_border_lr*/
	border-width:3px;
	border-style:solid;
}
.my-list{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
.my-list li{
	position:relative;
	display: block;
	text-decoration:none;
	width:100%;
}
.my-list li a {
	display: block;
	text-decoration:none;
	padding:2px;
	margin:1px;
}
.my-list li a:hover , .my-list li a.selected{
padding:1px;
border-width:1px;
border-style:solid;
border-color:#FFFFFF; /*link_hover_box_color*/
background-color:#FFFFFF; /*link_hover_box_bg*/
border-radius:2px;
}
.my-list .detail {
	position:absolute;
	top:0px;
	margin:3px;
}
/* other box hover */
.other-box:hover{
border-radius:2px;
border-color:#FFFFFF; /*link_hover_box_color*/
background-color:#FFFFFF; /*link_hover_box_bg*/
}
/* my custom box*/
/*list-product*/
.box-list-product{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
.box-list-product ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
.box-list-product li{
	position:relative;
	display: block;
	text-decoration:none;
    border-bottom:dashed 1px #e1dcdc;
    padding:4px;  
  font-family: "Tahoma Regular";
}
.box-list-product li:last-child{
    border-bottom:none;
    padding-bottom:15px;
}
.box-list-product li a {
	display: block;
	text-decoration:none;
	padding:2px 2px 2px 10px;
	margin:1px;
    background:url;
   font-size:15px;
}
.box-list-product li a:hover,.box-list-product li a.selected{
  
}
.box-list-product a:link, .box-list-product a:visited{
  color:#fff;
}
.box-list-product a:hover, .box-list-product a:active{
  color:#ffff00;
}
/*list-product*/
.opacity-banner:hover{
  opacity:0.8;
}
a img { border: none; } 

.shop-product-list-title {
   text-align:center !important;
   height:51px;
}

.f-nav{
background-color:#E0312C !important;	/*fix_nav_bg*/
}

#hamburger span{
background-color: !important;	/*menu_hamburger_color*/
}

#respTitle{
color: !important;	/*respTitle*/
}

.mm-listview > li > a, .mm-listview > li > span {
color: !important;	/*respMenu*/
}

.mm-menu{
background-color:#FFFFFF !important;	/*respMenuBG*/
}

/*edit*/
.article-title h2{
  font-weight:bold;
}
.box-welcome td{
  width:33%;
  background:#ffbe00;
  color:#fff;
}
.box-welcome td:hover{
  background:#ffa200;
}
.box-welcome td td{
  background:none !important;
}
.box-welcome td td:hover{
  background:none !important;
}
.h-welcome {
    line-height: 31px;
}
.box-gallery{
  padding:30px 0px 100px;
  background:url(/uploads/5675/images/bg_gallery.jpg) center center fixed;
  background-size:cover;
  color:#fff;
}
.container-news{
  background:#cbced7;
  padding:35px 0px;
}
.hvr-sweep-to-right {
    display: table-cell;
}
.pic-color:hover {
	filter: saturate(150%);
	-webkit-filter: saturate(150%);
	-moz-filter: saturate(150%);
	-o-filter: saturate(150%);
	-ms-filter: saturate(150%);
} 

.pic-color {
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}
.article-img {
    margin-bottom: 10px !important;
}

/*edit*/
.container-banner{
  position:relative;
  background:#1b1b1b;
  padding:20px 0px;;
}
.container-banner a img{
  box-shadow:2px 3px 5px #000;
}

/*shop*/
.shop-product-list-title a{
  font-weight:bold;
}
.shop-list-line {
    padding-top: 15px;
    margin-bottom: 15px;
}

.container-product .shop-product-icon {
    top: 17px !important;
    left: 48px !important;
}
.shop-product-icon {
    top: 17px !important;
    left: 5px !important;
}
/*article*/
.article-title {
    padding: 0px 22px !important;
    display: block;
}
.article-desc {
    padding: 0px 22px !important;
    display: block;
}
.article-date, .article-stat {
    padding: 0px 22px  !important;
}
.ul-list .other-box{
  padding:20px 5px !important;
}
/*footer*/
.page-footer a:link, .page-footer a:visited{color:#fff;}
.page-footer a:hover, .page-footer a:active{color:#fff; text-decoration: underline;}

.shop-img-thumb {
    padding:0px  !important;
    margin: 0px  !important;
    border:none !important;
}
.shop-addcart-thumb-pos {
    position: relative !important;
    right: inherrit !important;
    bottom: inherrit !important;
    text-align: center;
}
/*box-search*/
.box-search {
    display: block;
    position: absolute;
    right: 5px;
    top: 18px;
}
#product-search-field, #product-adv-search-field {
background-image: url(/uploads/5754/images/icon_search.jpg) !important;
background-repeat: no-repeat !important;
background-position: 5px !important;
padding-left: 30px !important;
padding-right: 62px !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
border: 0px  !important;
min-height: 26px !important;
border-radius: 0px !important;
width: 60px !important;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

#product-search-field:focus {
    width: 300px !important;    
}
.content-center.content-center-ID-,.content-center.content-center-ID-home {
    padding: 0px;
}