@charset "utf-8";

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


@font-face {
    font-family: 'waffle_regularregular';
    src: url('../fonts/waffle/waffle_regular-webfont.eot');
    src: url('../fonts/waffle/waffle_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/waffle/waffle_regular-webfont.woff2') format('woff2'),
         url('../fonts/waffle/waffle_regular-webfont.woff') format('woff'),
         url('../fonts/waffle/waffle_regular-webfont.ttf') format('truetype'),
         url('../fonts/waffle/waffle_regular-webfont.svg#waffle_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'comfortaalight';
    src: url('../fonts/comforta/comfortaa-light-webfont.eot');
    src: url('../fonts/comforta/comfortaa-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/comforta/comfortaa-light-webfont.woff2') format('woff2'),
         url('../fonts/comforta/comfortaa-light-webfont.woff') format('woff'),
         url('../fonts/comforta/comfortaa-light-webfont.ttf') format('truetype'),
         url('../fonts/comforta/comfortaa-light-webfont.svg#comfortaalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

a:hover{
    color: #9d7746;
}

.hover_all{
    text-decoration: none;
    cursor: pointer;
}

.hover_all:hover{
    -moz-opacity: 0.50;
    opacity:.50;
    filter: alpha(opacity=50);
}

img.seven_h{
    position: absolute;
    left: 50%;
    margin-left: -702px;
    top: 0;
    z-index: 100;
}
body {
  width: 100%;
  height: auto;
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-family: "Cordia New", CordiaUPC, Courier, "Courier New";
  overflow-x: hidden;
}

#warpper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: left;
  line-height: 22px;
}

#header_all{
    width: 100%;
    height: 155px;
    position: relative;
    float: left;
    background: url('../img/bg_head.png') repeat-x;
}

.logo{
    width: 155px;
    height: 155px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 50;
}

.bor_head{
    width: 100%;
    height: 10px;
    overflow: hidden;
    position: absolute;
    background: url('../img/borhead.png') repeat-x;
    z-index: 5;
    top: 145px
}

ul.top_menu{
    width: 845px;
    height: 145px;
    overflow: hidden;
    list-style: none;
    font-size: 22px;
    padding-top: 8px;
}

ul.top_menu li{
    float: left;
    border-right: 1px solid #d04f29;
}

ul.top_menu li a{
    display: block;
    color: #fff;
    line-height: 140px;
    padding: 0px 15px 0px 15px;
    -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
}

ul.top_menu li a:hover{
    background: #2b2622;
}




.home_title{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    min-height: 200px;
    background: url('../img/bg_hometitle.png') repeat;
}

.home_slide{
    width: 100%;
    height: 300px;
    float: left;
    background: url('../img/bg_homeslide.png') repeat-x;
    position: relative;
    z-index: 10;
}

h2.head_ps{
    width: 350px;
    height: 35px;
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    padding-top: 8px;
    margin: 5px auto;
    background: url('../img/head_ps.png') no-repeat center center;
}

#footer_all{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    min-height: 170px;
    background: #2b2622;
}

.img_footer{
    position: absolute;
    top: -107px;
    right: 0;
    z-index: 5;
}

.foot_l{
    width: 420px;
    height: auto;
    float: left;
}

.foot_c{
    width: 150px;
    height: auto;
    float: left;
}

.foot_r{
    width: 430px;
    height: auto;
    float: left;
}

h3.fa{
    color: #cba414;
    font-size: 24px;
    margin: 20px 0 14px 0;
}

#footer_all p{
    font-size: 20px;
    color: #917306;
}

#footer_all p a{
    font-size: 20px;
    color: #917306;
}

#footer_all p a:hover{
    color: #fff;
}

#cpl{
    width: 100%;
    height: 36px;
    overflow: hidden;
    position: relative;
    float: left;
    background: #423930;
    text-align: center;
    color: #2b2622;
    font-size: 20px;
    padding-top: 10px;
}

#sub_all{
    width: 100%;
    height: auto;
    min-height: 200px;
    float: left;
    margin-bottom: 90px;
    font-size: 22px;
}


#sub_all h1{
    color: #d7c5a2;
    font-size: 32px;
    margin: 30px 0 10px 0px;
     clear: both;
}

#sub_all h2{
    color: #9b856b;
    font-size: 24px;
    margin: 20px 0 20px 0px;
     clear: both;
}

.product{
    margin: 0px 40px 30px 0;
    float:left;
}

.product p{
    color: #2b2622;
    text-align: center;
    font-size: 24px;
    margin: 10px 0 10px 0;
}

.product_detail{
    width: 100%;
    height: auto;
}

/*news*/

.news{
    width: 100%;
    height: auto;
    color: #9b856b;
    font-size: 24px;
    margin: 20px 0 40px 20px;
}


/*contact*/

.con_l{
    width: 500px;
    height: 562px;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
}

.con_r{
    width: 500px;
    height: 562px;
    float: right;
    padding: 75px 5px 5px 5px;
    letter-spacing: 1px;
    background: url(../img/bg_contact.png) no-repeat;
    margin-bottom: 5px;
}

.con_r h2{
    font-size: 30px;
}

table.tb_con{
    width: 100%;
    height: auto;
    margin: 25px 0 0 10px;
    font-weight: bold;
}
table.tb_con tr td{
    padding: 8px;
}

table.tb_con tr td input[type='text'],table.tb_con tr td textarea{
    width: 380px;
    height: 28px;
}

input.bt_submit{
    background: #2b2622;
    padding: 5px 25px 5px 25px;
    border: none;
    font-size: 25px;
    font-family: 'waffle_regularregular';
    color: #fff;
    border-radius: 5px;
}


/*slide สไลด์*/

#slide_main{
    width: 100%;
    height: 534px;
    overflow: hidden;
    float: left;
    margin-top: -10px;
    position: relative;
}

.bg_btslide{
    width: 143px; 
    height: 66px;
    position: absolute;
    z-index: 10;
    background: url('../img/bg_btslide.png') no-repeat;
    bottom: -20px;
    left: 50%;
    margin-left: -71px;
}

ol.bjqs-markers{
    text-align: center !important;
    margin-top: -35px !important;
    position: absolute !important;
    z-index: 20;
}

ul.bjqs-controls.v-centered li a{
    background: none !important;
}
ul.bjqs-controls.v-centered li a{
    opacity: 0.5;
}
ul.bjqs-controls.v-centered li a:hover{
    opacity: 1;
}

ol.bjqs-markers li a {
    padding: 5px; 
    border-radius: 20px;
    font-size: 0px;
    width: 15px;
    height: 15px;
    background: #c03a12;
}

ol.bjqs-markers li.active-marker a{
    background: #2c6897 !important;
}


/*แกล*/

.gall_pro{
    width: 100%;
    height: 740px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

#slideshow{
    text-align: center !important;
    height: 615px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

ul.thumbs li{
    width: 130px !important;
    margin: 15px 2px 15px 2px !important;
}

/*bx*/

.bx-wrapper .bx-next{
    right: -40px !important;
}
.bx-wrapper .bx-prev{
    left: -72px !important;
}

.bx-viewport{
    height: 235px !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.bx-wrapper .bx-controls-direction a{
    top: 50% !important;
}

.bx-viewport{
    height: 240px !important;
}

.bx-wrapper .bx-controls-direction a{
    width: 55px !important;
    height: 55px !important;
}

/*css 104,*/

/* ihover */
.ih-item.circle .info{
    width: 220px !important;
}



