@charset "utf-8";

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

@font-face {
    font-family: 'thaisans_neueregular';
    src: url('../fonts/ThaiSans Neue/thaisansneue-regular-webfont.eot');
    src: url('../fonts/ThaiSans Neue/thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ThaiSans Neue/thaisansneue-regular-webfont.woff') format('woff'),
         url('../fonts/ThaiSans Neue/thaisansneue-regular-webfont.ttf') format('truetype'),
         url('../fonts/ThaiSans Neue/thaisansneue-regular-webfont.svg#thaisans_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a{
    text-decoration: none;
}

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

.hover_all:hover{
    -moz-opacity: 0.50;
    opacity:.50;
    filter: alpha(opacity=50);
}
.sub_all{
    letter-spacing: 1.5px;
    padding: 5px 15px 15px 15px;
}
.sub_all img{
   max-width: 100%;
   height: auto;
}

.img_ck{
   max-width: 100%;
   height: auto;
}
.head_all{
    margin-bottom: 40px;
}
.head_all span{
    background: #f56026;
    padding: 0px 30px 0px 30px; 
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 10px;

}

.head_tour{
    margin-bottom: 40px;
}
.head_tour span{
    background: #5f3713;
    padding: 0px 30px 0px 30px; 
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 10px;

}

.mb20{
    margin-bottom: 20px;
}

.mt20{
    margin-top: 20px;
}

body {
  width: 100%;
  height: auto;
  text-align: center;
  //font-family: tahoma , serif;
  background: #fadc22;
  font-size: 18px;
  font-family: 'thaisans_neueregular';
  overflow-x: hidden;
}

@media screen and (max-width: 1099px) {
    #warpper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        text-align: left;
        line-height: 22px;
    }
    .hide-on-tablet{
        display: none !important;
    }
    .h_menu{
        margin-left: 100px;
    }
   
    .sub_all{
        padding-left: 3%;
    }
    .slide_main{
        padding-left: 10px;
        height: auto !important;
    }
    .slide_bor{
       padding-left: 10px; 
    }
    .vdof{
            background: none;
    }
}
@media screen and (min-width: 1100px) {
    #warpper {
        width: 1100px;
        height: auto;
        margin: 0 auto;
        position: relative;
        text-align: left;
        line-height: 22px;
    }
    
    .bx-wrapper .bx-prev{
            left: 45%;
        }
    .bx-wrapper .bx-next{
            right: 45%;
        }
        
    .vdof{
            background: url(../img/home_vdo.png) 100% no-repeat;
    }
}

.slide_main{
    width: 100%;
    height: 472px;
    margin-bottom: 20px;
    position: relative;
}

.slide_bor{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 99;
}

.slide_bor img{
   max-width: 100%;
   height: auto;
}


select.lang_s{
    background: #414241;
    color: #fff;
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding: 3px;
   border: none;
}

.menu_main{
    width: 100%;
    height: auto;
    letter-spacing: 1px;
}
.menu_main ul{
    width: 100%;
    height: auto;
    list-style: none;
}

.menu_main ul li{
    max-height: 85px;
    float: left;    
    font-size: 20px;
    background: #d9c12c;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    position: relative;
}

.menu_main ul li:first-child{
    border-left: none;
}

.menu_main ul li:hover{
    border-top: 3px solid #fff;
}


.menu_main ul li a{
    display: block;
    width: 100%;
    padding: 35px 23px 30px 23px;
    color: #212221;
}

.menu_main ul li a:hover{
   padding: 32px 23px 30px 23px;
}

ul.sub_menu{
    position: absolute;
    z-index: 99;
    display: none;
    top: 82px;
    left: 0;
}

.menu_main ul li:hover ul.sub_menu{
    display: block;
}

ul.sub_menu li{
    width: 250px;
    background: #ab9408;
    border: none;
    border-top: 1px solid #fff;
}

ul.sub_menu li:first-child{
    border-top: none;
}

ul.sub_menu li a{
    display: block;
    width: 100%;
    padding: 5px 20px 5px 20px;
    color: #212221;
    font-size: 18px;
}

ul.sub_menu li a:hover{
    padding: 5px 20px 5px 20px;
    border: none;
    color: #fff;
}

ul.sub_menu li:hover{
     border-top: 1px solid #fff;
}

ul.sub_menu li:first-child:hover{
     border-top: none;
}

.lang_li{
    padding: 33px 12px 30px 12px;
}

.lang_li:hover{
    padding: 30px 12px 30px 12px;
}


.main_top{
    width: 100%;
    height: 27px;
    float: left;
    background: url('../img/main_top.png') no-repeat;
}

.main_bottom{
    width: 100%;
    height: 31px;
    float: left;
    background: url('../img/main_bottom.png') no-repeat;
    margin-bottom: 20px;
}

.main_center{
    width: 100%;
    height: auto;
    min-height: 300px;
    float: left;
    background: #e5cd38;
}



.banner_dek{
    width: 100%;
    height: 82px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: #fff;
    padding-top: 10px;
}

.banner_dek a{
    margin: 0px 10px 0 8px;
}

.footer_dek{
    width: 100%;
    height: 311px;
    overflow: hidden;
    background: #ac9408;
    padding-top: 30px;
    font-size: 20px;
    color: #fff;
}

.footer_dek p{
    letter-spacing: 1px;
    line-height: 25px; 
}

.foot_menu{
    width: 240px;
    height: 280px;
    float: left;
    padding-left: 45px;
}



.foot_menu p a{
     color: #fff;
}

.foot_menu p a:hover{
     color: #ffcc04;
}

.foot_address{
    width: 330px;
    height: 280px;
    float: left;
}

.foot_form{
    width: 405px;
    height: 280px;
    float: left;
}

.foot_form table{
    letter-spacing: 1px;
    line-height: 25px;    
}

.foot_form table tr td{
    vertical-align: top;
}

.foot_bt{
    background: #ffcc04; 
    padding: 10px !important; 
    border: none; 
    border-radius: 5px;
    cursor: pointer;
}

.foot_form table tr td input[type='text'],.foot_form table tr td textarea{
    width: 242px;
    height: 20px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}

.foot_soc{
    width: 75px;
    height: 280px;
    text-align: center;
    float: left;
}


.overview{
    height: auto;
    text-align: left;
    padding: 2%;
}

.overview h2{
   font-size: 33px;
   margin-bottom: 14px;
}
.overview img.o_img{
    width: 100%;
    height: auto;
    max-width: 320px;
    max-height: 180px;
    letter-spacing: 1px;
    border: 3px solid #f2e69c;
}
.overview p{
    min-height: 130px;
    position: relative;
}

.overview p a{
    position: absolute;
    right: 0;
    bottom: 0;
}


.picture{
    width: 305px;
    height: 242px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
}

.picture img{
    width: 285px;
    height: 200px;
    margin: 7px 0 0 9px;
}

.picture_bor{
    width: 100%;
    height: 242px;
    left: 0;
    top: 0;
    background: url(../img/bor_pic.png) no-repeat 100%;
    margin-bottom: 10px;
    position: absolute;
    font-size: 20px;
    padding: 212px 0 0 12px;
    color: #000;
}

.picture_bor:hover{
    width: 100%;
    height: 242px;
    left: 0;
    top: 0;
    background: url(../img/bor_pic_hover.png) no-repeat;
    margin-bottom: 10px;
    position: absolute;
}

.vdo{
    width: 506px;
    height: 354px;;
    overflow: hidden;
    position: relative;
    background: url(../img/bor_vdo.png) no-repeat;
}

.vdo iframe{
    width: 478px;
    height: 280px;
    margin: 13px 0 13px 13px;
}

.vdo p{
    width: 100%;
    height: auto;
    font-size: 26px;
    padding-left: 35px;
}



.icon_homet{
    width: 25%;
    height: auto;
    min-height: 150px;
    float: left;
    text-align: center;
}

.home_vdo{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
    font-size: 22px;
    margin-bottom: 15px;
}

.vdof{
    width: 100%;
    height: 313px;
}

.vdof iframe{
    width: 96.5%;
    height: 275px;
    margin: 20px 0 0 5px;
}

.homeb{
    width: 73%;
    height: auto;
    height: 250px;
    overflow: hidden;
    float: right;
 
}

table.tb_contact{
    width: 100%;
    margin-bottom: 20px;
}

table.tb_contact tr td:first-child{
    text-align: right;
    padding-right: 8px;
    vertical-align: top;
}

table.tb_contact tr td input[type='text']{
    width: 100%;
    margin-bottom: 15px;
    height: 30px;
}

.contact_bt{
    background: #5f3713; 
    padding: 10px !important; 
    border: none; 
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.contact_bt:hover{
    background: #824a17;
}

/*สไลด์*/
.bx-wrapper .bx-viewport{
    background: none !important;
    border: none !important;
}


/*แบ่งหน้า*/
paginations {
    clear: both;
  float: right;
  margin: 20px 35px 20px 0;
  font-weight: bold;
}
.paginations span.active {
  margin: 5px;
  color: #464646;
    border-bottom:1px solid black;
    padding-bottom:2px;
    font-size: 25px;

}
.paginations span.num {
  margin: 10px;
  font-size: 25px;
}
.paginations  a{
  color: #464646;
  font-size: 25px;
}

.conbor{
    padding-right: 15px; border-right: 1px dashed #fff;
}
/*resposive*/

#head_mobile{
    width: 100%;
    height: 50px;
    background: transparent;
    margin-top: -22px;
    position: relative;
    z-index: 888;
}

#head_mobile img{
    
}

select.lang_s_mo{
    background: #414241;
    color: #fff;
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    border: none;
    position: absolute;
    bottom: 8px;
    left: 5px;
}

.menu-xs {
  float: right;
  cursor: pointer;
  background: url(../img/ico_submenu.png) no-repeat;
  margin-right: 25px;
  margin-top: 12px;
  width: 32px;
  height: 32px;
}

ul.submenu-xs{
    width: 60%;
    height: auto;
    text-align: left;
    position: absolute;
    right: 25px;
    top: 50px;
    z-index: 9999;
    display: none;
}
ul.submenu-xs li{
    background: #603917;
    list-style: none;
    line-height: 40px;
    font-size: 20px;
    border: #d1b11f 1px solid;
    border-top: none;
    padding-left: 20px;
}

ul.submenu-xs li a{
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
ul.submenu-xs li a:hover{
    color: #000;   
}

ul.submenu-xs li p{
    padding-left: 5%;
    display: none;
}

.banner_mob{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: #fff;
    text-align: center;
}

.banner_mob img{
   max-width: 100%;
   height: auto;  
}

.foot_mo{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ac9408;
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.foot_mo p{
    letter-spacing: 1px;
    line-height: 20px; 
}

.fm_1{
    width: 30%;
    height: 225px;
    padding-left: 3%;
    float: left;
}

.fm_1 p a{
     color: #fff;
}

.fm_1 p a:hover{
     color: #ffcc04;
}

.fm_2{
    width: 50%;
    height: auto;
    overflow: hidden;
    padding-left: 3%;
    float: left;
    font-size: 14px;
}

.fm_3{
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 14px;
    text-align: center;
}

.fm_3 img{
    width: 37px;
    height: 37px;
}

.fm_form{
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
    padding-top: 15px;
}

.fm_form table{
    width: 80%;
    letter-spacing: 1px;
    line-height: 20px;    
}

.fm_form table tr td{
    vertical-align: top;
}

.foot_btm{
    background: #ffcc04; 
    padding: 10px !important; 
    border: none; 
    border-radius: 5px;
    cursor: pointer;
}

.fm_form table tr td input[type='text'],.fm_form table tr td textarea{
    width: 80%;
    height: 20px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}

.fm_form table tr td:first-child{
    text-align: right;
}


.booking_tour{
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.booking_tour a{
    padding: 5px 30px 5px 30px;
    background: #fb5a29;
    font-size: 22px;
    color: #fff;
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}



@media screen and (max-width: 500px) {
   .head_all span{
       font-size: 25px;
   }
   .head_tour span{
       font-size: 15px;
   }
   
   .picture{
        width: 250px;
        height: 198px;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 10px;
        position: relative;
    }

    .picture img{
        width: 234px;
        height: 165px;
        margin: 5px 0 0 7px;
    }

    .picture_bor{
        width: 100%;
        height: 242px;
        left: 0;
        top: 0;
        background: url(../img/bor_pic.png) no-repeat;
        background-size: 100%;
        margin-bottom: 10px;
        position: absolute;
        font-size: 0px;
        padding: 0;
    }
    
    .picture_bor:hover{
        width: 100%;
        height: 242px;
        left: 0;
        top: 0;
        background: url(../img/bor_pic.png) no-repeat;
        background-size: 100%;
        margin-bottom: 10px;
        position: absolute;
    }
    
    
    .vdo{
        width: 250px;
        height: 175px;;
        overflow: hidden;
        position: relative;
        background-size: 100%;
        background: url(../img/bor_vdo.png) no-repeat;
        background-size: 100%;
        margin: 0 auto;
    }

    .vdo iframe{
        width: 236px;
        height: 138px;
        margin: 6px 0 -5px 6px;
    }

    .vdo p{
        width: 100%;
        height: auto;
        font-size: 18px;
        padding-left: 15px;
    }
    
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 175px !important;
        float: left !important;
      }
      .recaptcha_r2_c2,
      .recaptcha_r2_c1 {
        display: none !important;
      }
      #recaptcha_widget_div {
        width: 175px !important;
      }
      .recaptchatable .recaptcha_r1_c1,
      .recaptchatable .recaptcha_r3_c1,
      .recaptchatable .recaptcha_r3_c2,
      .recaptchatable .recaptcha_r7_c1,
      .recaptchatable .recaptcha_r8_c1,
      .recaptchatable .recaptcha_r3_c3,
      .recaptchatable .recaptcha_r2_c1,
      .recaptchatable .recaptcha_r4_c1,
      .recaptchatable .recaptcha_r4_c2,
      .recaptchatable .recaptcha_r4_c4,
      .recaptchatable .recaptcha_image_cell {
        background: none !important;
      }
      #recaptcha_whatsthis_btn,
      #recaptcha_switch_audio,
      #recaptcha_reload_btn {
        display: none !important;
      }
      #recaptcha_reload_btn {
        margin-top: 10px;
      }
      .ct_bot iframe {
        height: 200px;
      }
    
    .conbor{
        padding-right: 0px; border-right: none;
    }
    table.tb_contact{
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 420px){
    
}