/*****************************************
Kruapech Stylesheet by CMNice Solutions. *
*****************************************/

/*** Reset Documents ***/
@import url('reset.css');

/******** Fonts ********/
@import url('fonts.css');

@media screen and (max-width:1024px) {
/* CONTACT FORM MQ _ TABLET */
.header_container{
	width: 1000px !important;
}
.slider_container {
    width: 1000px !important;
    height: 329px !important;/* 637px */
}
.footer{
	width: 1000px !important;
}
}


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

/* Page Container */
body {
    background: #2d1912;
}
.container {
    width: 100%;
    height: auto;
}

/* Header */
.header_container {
    width: 100%;
    height: 260px;
    background: url('../images/bg_top.jpg'), url('../images/bg_top_x.jpg') #2D1912;
    background-position: top center, top left;
    background-repeat: no-repeat, repeat-x;
}
.header_content {
    width: 1000px;
    height: 260px;
    margin: 0 auto;
    background: url('../images/logo-2.png') left 60px no-repeat;
    position: relative;
}
/* Main Menu */
.main_menu {
    width: 100%;
    text-align: right;
    list-style: none;
    position: absolute;
    bottom: 50px;
}
.main_menu > li {
    display: inline;
    margin-right: 8px;
}
.main_menu > li:last-child {
    margin-right: 0;
}
/* Link */
.main_menu > li > a {
    font: 24px 'supermarket';
    color: #ccc;
    text-decoration: none;
}
.main_menu > li > a:hover {
    color: #c0522c;
}
.main_menu > li > a#current {
    color: #c0522c;
}

/* Image Slider */
.slider_container {
    width: 1400px;
    height: 460px;/* 637px */
	display:block;
	margin:0 auto;
    background: #ccc;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Content Container */
.content_container {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background: #2d1912;
    border-top: 3px solid #50433b;
}
/* Content Wrapper */
.content_wrapper {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

/* 3 top box */
.top_box_container {
    width: 100%;
    height: 315px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    margin: 23px 0;
}
#top_box {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
}
#top_box > li {
    width: 493px;
    height: 315px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    background: #5f3425;
    position: relative;
}
#top_box > li#justify_top {
    width: 100%;
    height: 1px;
}
/* Images */
#top_box > li > img {
    width: 100%;
    height: 125px;
}
/* Box Model */
.box_header {
    width: 100%;
    height: 45px;
    background: #d3552d;
}
.box_header > p {
    font: 20px 'supermarket';
    color: #fff;
    text-align: center;
    line-height: 45px;
}
.box_content { /* Box Content */
    width: 100%;
    height: 140px;
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 5px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}
.box_content > p {
    font: 16px 'supermarket';
    color: #2c1912;
    line-height: 18px;
}
/* Video Box */
.video_box {
    width: 100%;
    height: 125px;
    background: #2C1912;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}
.video_box > iframe {
    float: left;
}
.video_box > p {
    font: 20px 'Tamnanthai';
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
/* More Button */
.more_bt {
    display: block;
    width: 113px;
    height: 29px;
    font: 14px Arial;
    text-align: center;
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#db7050', endColorstr = '#d65930');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#db7050', endColorstr = '#d65930')";
    background-image: -moz-linear-gradient(top, #db7050, #d65930);
    background-image: -ms-linear-gradient(top, #db7050, #d65930);
    background-image: -o-linear-gradient(top, #db7050, #d65930);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#db7050), to(#d65930));
    background-image: -webkit-linear-gradient(top, #db7050, #d65930);
    background-image: linear-gradient(top, #db7050, #d65930);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 3px #a1a6a4;
    -webkit-box-shadow: 1px 1px 3px #a1a6a4;
    box-shadow: 1px 1px 3px #a1a6a4;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#a1a6a4');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#a1a6a4')";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    padding-top: 5px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* Index Content Container */
.index_container {
    width: 100%;
    min-height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#hidden_box {
    width: 100%;
    height: 200px;
    background: transparent;
}

/* Left Info Box */
.left_info {
    width: 317px;
    height: 397px;
    background: #4a2417;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 225px;
    padding: 15px;
}
.left_info > p {
    font: 22px 'Tamnanthai';
    color: #fff;
    line-height: 26px;
}
/* Right Info Box */
.right_info {
    width: 662px;
    height: 279px;
    background: #4a2417;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}
.right_info > p {
    font: 22px 'Tamnanthai';
    color: #fff;
    line-height: 26px;
}

/* Right Recommended Menu */
.r_recommended_menu {
    width: 660px;
    min-height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* Recommended Header */
#recommended_header {
    width: 100%;
    height: 50px;
    background: #d3552d;
    margin-bottom: 10px;
}
#recommended_header > p {
    font: 30px 'Tamnanthai';
    color: #fff;
    line-height: 50px;
    text-indent: 20px;
}

/* Menu List */
#recommended_menu_list {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
}
#recommended_menu_list > li {
    width: 160px;
    height: 150px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-bottom: 5px;
}
#recommended_menu_list > li#justify_rec {
    width: 100%;
    height: 1px;
    visibility: hidden;
}
/* Images */
#recommended_menu_list > li > img {
    width: 100%;
    height: 123px;
    margin-bottom: 5px;
}
/* Text */
#recommended_menu_list > li > p {
    text-align: center;
    font: 18px 'Tamnanthai';
    color: #fff;
    line-height: 20px;
}

/* about and other page */
#page_header {
    width: 100%;
    height: 110px;
    background: #2d1912;
    border-bottom: 7px solid #50433b;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#page_header > p {
    font: 50px 'Tamnanthai';
    color: #fff;
    text-align: center;
    line-height: 110px;
}
/* Other pages Content Container */
.other_container {
    width: 1000px;
    min-height: 700px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 20px auto;
    position: relative;
}

/* Right Content */
.r_content {
    width: 660px;
    min-height: 200px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* Right Header */
#r_header {
    width: 100%;
    height: 50px;
    background: #d3552d;
    margin-bottom: 10px;
}
#r_header > p {
    font: 24px 'supermarket';
    color: #fff;
    line-height: 50px;
    text-align: center;
}
/* About Images */
#about_img {
    float: left;
    margin: 15px 20px 20px 0;
}
/* About Text */
#about_head {
    font: 22px 'CordiaDSE_Bold';
    color: #d3552d;
    margin-top: 20px;
}
#about_text1 {
    font: 20px 'CordiaDSE';
    color: #fff;
    text-align: justify;
    text-indent: 40px;
    margin-top: 15px;
    line-height: 24px;
}
#about_text2 {
    font: 20px 'CordiaDSE';
    color: #fff;
    margin-bottom: 20px;
}
#about_text2 > span {
    font: 22px 'CordiaDSE_Bold';
    color: #d3552d;
}

/* Contact Page */
#contact_text1 {
    font: 20px 'CordiaDSE';
    color: #fff;
    text-align: center;
    margin: 20px 0;
}
#contact_text1 > span {
    font: 22px 'CordiaDSE';
    color: #d3552d;
}
#contact_text2 {
    font: 20px 'supermarket';
    color: #fff;
    text-align: center;
}
#contact_text3 {
    font: italic 22px 'CordiaDSE';
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

/* Set Menu Page */
.set_menu_head {
    font: 30px 'supermarket';
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.set_menu_bottom {
    font: 20px 'supermarket';
    color: #fff;
    text-align: center;
    line-height: 30px;
}
/* Set Menu List */
#set_menu_list {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: justify;
}
#set_menu_list > li {
    width: 160px;
    height: 160px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    position: relative;
    margin-bottom: 5px;
}
#set_menu_list > li#justify_set {
    width: 100%;
    height: 1px;
    visibility: hidden;
}
/* Images */
#set_menu_list > li > img {
    width: 100%;
    height: 106px;
    margin-bottom: 5px;
}
/* Text */
#set_menu_list > li > p {
    text-align: center;
    font: 22px 'Tamnanthai';
    color: #d2522c;
    line-height: 20px;
}

/* Left Menu */
.left_menu {
    width: 317px;
    height: 355px;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.left_menu_item {
    width: 100%;
    height: 58px;
    border-bottom: 1px dotted #fff;
}
.left_menu_item > a {
    font: 20px 'supermarket';
    color: #fff;
    text-decoration: none;
    line-height: 58px;
}
.left_menu_item > a:hover {
    color: #d3552d;
}
.left_menu_item > a#current_set {
    color: #d3552d;
}

/* Google Map */
.g-map {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}
.g-map > iframe {
    position: absolute;
    bottom: 0;
    border: 5px solid #645550;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* Map Text */
#map_text {
    font: 32px 'Tamnanthai';
    color: #e3c4b9;
    text-align: center;
    font-weight: normal;
}

/* Page Footer */
.footer {
    width: 100%;
    height: 114px;
    background: url('../images/bg_footer.jpg') top left repeat-x;
    position: relative;
    overflow: hidden;
}
.footer > p {
    font: 14px Arial;
    color: #a79994;
    text-align: center;
    margin-top: 50px;
}
.footer > p > a {
    color: #a79994;
    text-decoration: none;
}
.footer > p > a:hover {
    text-decoration: underline;
}