@charset "utf-8";
/* CSS Document */

/* CSS PC and Mobi Control */
 .pc{ display:block;}
 .mobi{ display:none;}
.containner{ width:100%;}
card{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}

body{ font-size:18px; color:#000000; font-family: 'Kanit'!important; background-color:#fff;}

/* CSS Mobi nav Control */
.nav-icon {
  width: 17px;
  height: 20px;
  position: relative;
  margin: 13px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  cursor: pointer;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #854647;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.nav-icon span:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* logo top*/
.logo{ float:left; margin-left:50px; margin-top:15px; margin-bottom:15px;}
.face{ float:right; margin-right:50px; margin-top:20px; width:auto; height:30px; font-size:12px; color:#ec5555;}

/* Menu top*/
.menu{ background-color:#ec5555; height:50px; padding:0px 0px;}
.menu_block{ width:100%; margin:0 auto; padding:15px 0px; height:50px; text-align:center;}
.menu_block ul{ list-style:none;margin: 0; padding: 0;}
.menu_block li{ display: inline; padding:14px 40px;  color:#fff; vertical-align:middle;}
.menu_block li:hover{   color:#000;}
/* Menu left*/
.sub {color:#000;}

/* Banner top*/
.mySlides {display:none;}
.banner{ width:1366px; height:500px; overflow:hidden; text-align:center; margin:0 auto;}

/* menu Under Banner top*/
.bg_menu{ color:#fff; border-bottom:1px solid #854647; border-top:1px solid #854647; padding-bottom:10px; padding-top:10px;}
.mn_block{ margin:0px auto;width:850px;  }
.mn_scoll{ }
a .mn_inner{ width:150px; padding:0px 10px; float:left; }
.mn_inner:hover .mn_text{color:#854647; }
.mn_img{ margin:6px auto; width:75px; text-align:center;}
.mn_text{ font-size:14px; color:#000; text-align:center; padding:4px 0px; vertical-align:middle;}
.mn_text:hover{ font-size:14px; color:#854647;}
.ne{display:none;}
.pr{ display:none;}

/* contant product  */
.title_product{ width: auto; padding:0px 15px; color:#000; font-size:24px; text-align:left;}
.title_product h1{ font-size:24px; font-weight:inherit;}
.section{ margin:30px auto; }
.pro_b_img { width:100%; }
.all_text{ width:100%;}
a .block_pro { width:auto; margin:10px 10px; background-color:#f7f7f7; height:auto; border-radius:5px; color:#000;}
.block_pro .product{width:auto; height:auto;  text-align:left; background-color:#ec5555; border-radius:5px; overflow:hidden;}
.block_pro .title{width: auto; padding:8px ; font-size:16px; color:#000; font-weight:700; text-align: center;}
.block_pro .detail{width:auto; min-height:35px; line-height:17px; padding:4px 8px ;font-size:14px; color:#000; font-weight:100;}
.block_pro .more{ width:20%; text-align:center; float:right; margin:10px; padding:8px;  cursor:pointer; font-size:14px; color:#ec5555; font-weight:100; border-radius:5px; border:1px solid #ec5555;}
/*.block_pro .more:hover{color:#000;  border-radius:5px; border:1px solid #000; cursor:pointer;}*/
.block_pro:hover .more{color:#000;  border-radius:5px; border:1px solid #000;}
.card-2{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}


/* product top*/
.pr_menu a{ font-size:16px; color:#000;}
.pr_menu ul{  margin-top:6px; padding:4px; list-style:none;}
.pr_menu li{ padding:4px 4px 4px 12px;}
.pr_menu li:hover{color:#5677fc;}
.pr_menu h2{font-size:16px; font-weight:400; color:#5677fc;}
.pr_menu h2:hover{color:#000;}
/* footer top*/
.bg_foot{ background:#854647; color:#fff; font-size:10px; line-height:15px; vertical-align:middle; text-align:center; padding:20px; font-weight:300;}
.cc{ clear:both;}


/* detail Product */
.pic_view{ width:300px; height: auto; margin:15px  auto !important; padding:10px; background-color:#a8a6a6;border-radius:10px; }
.block_pic{ width:320px; margin:20px; float:right; }
.pic_samll{ width:102px; height:92px; margin:2px; float:left; }
.block_detail{ width:98%; margin-left:2%; margin-top:35px;}
.title_detail{ color:#000; margin:10px 0px; font-weight: bold; padding:0px 0px 10px 0px; font-size:20px; width:100%; border-bottom: 2px solid #ec5555;}
.title_detail h1{font-size:20px; font-weight: bold;}
.desc_detail{ weight:100%; font-size:14px; color:#000000; padding:20px 0px; line-height:18px; }

/* payment Product */
.bg_pay{ background:url(../img/payment_bg.png) no-repeat top right; min-height:540px;}
.pay_ment_block{ width:90%; margin:30px; line-height:22px; }
.payment_detail{ text-align:right;}

/* Contact Product */
.map{ background:url(../img/map.png) bottom center ; width:100%; height:800px; background-size:cover; }
.block_contact{ width:76%; margin:50px 12%; padding:20px;
  position:absolute; display: inline-block; height:300px;}
.block_contact .bolck_add{ padding:10px; background-color:#FFFFFF;  margin:0 20px; height:150px;}  
.block_contact .haed_taxt{ font-size:36px; color:#ec5555; font-style:italic; text-align:center; margin-bottom:30px;font-weight:100; }
.block_contact .title{ font-size:28px; color:#000;  text-align:center; margin:30px 0px; text-transform: uppercase; font-weight:100;}
.block_contact .detail{ font-size:14px; color:#000;  font-style:italic;text-align:center; margin:10px 0px; text-transform: lowercase;font-weight:100; line-height:20px;}
.mapgg{ margin:20px; padding:20px;  height:350px; background-color:#FFFFFF;}
.leftnav{ top:30%; left:0px; display:inline-block; position:absolute; width:40px; height:40px; background:url(../img/pr.png) no-repeat;}
.rightnav{top:30%; right:0px; display:inline-block; position:absolute; width:40px; height:40px; background:url(../img/ne.png) no-repeat;}
.table{ width:100%; height:auto;  padding:4px; }
.table tr{ width:100%; height:auto;  padding:4px;}
.table td{ width:100%; height:auto; border:1px #A82729 solid; padding:4px; text-align:center;}
.bdgreen{ border-right:2px; border-color: #699e35;}

/* profile  */
.detail_pro{ font-size:16px; text-align:left;  line-height:22px; padding:30px 10px 10px 10px;}
.pro_img{ padding:10px; text-align:center; margin:0 10px;}
.pro_name{ text-align:center; font-size:14px; padding:10px 6px;margin:0 10px; min-height:50px;}
.pro_name2{ text-align:center; font-size:14px; padding:10px 6px;margin:0 10px; min-height:50px;}

.img_pIn {height:auto; padding: 15px; border-radius: 15px;}
.img_pIn img{ border-radius: 15px;}
.gr_list { padding-top: 55px;  color: #686868;}
.gr_list li{ list-style:none; text-align: left; padding-left: 30px; padding-top: 10px; }
.mb{display: none;}
.box_c{padding: 30px 100px 50px 100px;}
.pro_b_h{padding: 10px 10px 10px 10px;}
.pro_b_h img{ width: 300px; height: 222px; }

@media screen and (max-width: 768px) {
	/* menu Under Banner top*/
.bg_menu{ color:#fff; border-bottom:1px solid #854647; border-top:1px solid #854647; padding-bottom:10px; padding-top:10px;}
.mn_block{ margin:0px auto;width:850px;  }
.mn_scoll{width:667px; overflow-y:scroll; overflow:auto; }
a .mn_inner{ width:100px; padding:0px 10px; float:left; }
.mn_inner:hover .mn_text{color:#854647; }
.mn_img{ margin:6px auto; width:75px; text-align:center;}
.mn_text{ font-size:18px; color:#000; text-align:center; padding:4px 0px; vertical-align:middle;}
.mn_text:hover{ font-size:18px; color:#854647;}
.ne{display:none;}
.pr{ display:none;}
}


@media screen and (max-width: 640px) {
.box_c{padding: 30px 0px 50px 0px;}
 .pc{ display:none!important;}
 .mobi{ display:block!important;}
 .pr_menu{ display:block;}
 .pr_menu_mobi{ display:block; position:absolute; top:0px;}
 
 /* logo top*/
.logo{ margin:0px; padding:0px 10px; float:right;}
.logo img{ width:80%; text-align:right;float:right; margin-top:10px;}
.face{ display:none; text-align:right; float:right; margin-top:10px; margin-right:0px; width:100%; height:30px; padding:0px 10px;}
.face img{ display:none;}
 
 /* Menu top*/
.menu{ background-color:#ec5555; height:auto;}
.menu_block_m{ max-width:auto; height:auto; padding:10px;}
.menu_block_m ul{ list-style:none; }
.menu_block_m li{ padding:10px 4px; color:#fff; text-align:center;}
.menu_block_m li:hover{ color:#000; border-bottom:1px solid #fff;}
 #mobi_nav{ width:50px; float:left;}
 
 /* Banner top*/
.mySlides {display:none;}
.banner{ width:100%; height:300px; overflow:hidden;}
 
/* menu Under Banner top*/
.bg_menu{ color:#fff; border-bottom:1px solid #854647; border-top:1px solid #854647; padding-bottom:10px;padding-top:10px;}

.mn_block{ margin:0px auto;width:100%; overflow: auto; }
.mn_scoll{ width:800px; overflow-y:scroll; overflow:auto; }
a .mn_inner{ width:150px; padding:0px 0px; float:left; }
.mn_inner:hover{color:#854647; }
.mn_img{ margin:6px auto; width:75px; text-align:center;}
.mn_text{ font-size:18px; color:#000; text-align:center; padding:4px 0px; vertical-align:middle;}
.ne{ display:inline-block; position:absolute; right:0px; top:25px; color:#000000; opacity:.8; height:30px; width:15px;}
.pr{ display:inline-block; position:absolute; left:0px ;top:25px;color:#000000; opacity:.8;  height:30px; width:15px;}

/* contant product  */
.title_product{ width: auto; padding:0px 15px; color:#000; font-size:24px; text-align: center;}
.section{ margin:30px auto; }

.all_text{ }
a .block_pro{ width:auto;  background-color:#f7f7f7; height:auto; border-radius:5px; padding:2px;}
.block_pro .product{width:100%; height:auto;  text-align:left; background-color:#ec5555; border-radius:5px; overflow:hidden;}
.block_pro .title{width:auto; padding:8px 4px; font-size:16px; color:#ec5555; font-weight:700; text-align: center;}
.block_pro .detail{width:auto; line-height:17px; padding: 4px ;font-size:14px; color:#000; font-weight:100;}
.block_pro .more{ width:30%; text-align:center; float:right; margin:10px; padding:8px;  font-size:14px; color:#ec5555; font-weight:100; border-radius:5px; border:1px solid #ec5555;}


/* detail Product */
.pic_view{ width:300px; height:auto; margin:15px  auto !important; padding:10px; background-color:#ddd7d7; border-radius:10px;}
.block_pic{ width:320px; margin:20px auto; padding:0px 20px; float: none;}
.pic_samll{ width:102px; height:92px; margin:2px; float:right; display:none; }
.block_detail{ width:98%; margin-left:2%; margin-top:35px;}
.title_detail{ text-align:center; color:#000; margin:10px 0px; font-weight: bold; padding:0px 0px 10px 0px; font-size:20px; width:100%; border-bottom: 2px solid #ec5555;}
.desc_detail{ weight:100%; font-size:14px; color:#000000; padding:20px 0px; font-weight:100;}

/* payment Product */
.bg_pay{ background:url(../img/payment_bg.png) no-repeat top right; min-height:540px;}
.pay_ment_block{ width:auto; padding:30px; margin:0px; line-height:22px; }
.payment_detail{ text-align: center;}


/* Contact Product */
.map{ background:url(../img/map.png) top center ; width:100%; height:1200px;  }
.block_contact{ width:90%; margin:50px auto; padding:20px;
  position:absolute; display: inline-block; height:auto;}
.block_contact .bolck_add{ padding:10px; background-color:#FFFFFF;  margin:20px; height:150px;}  
.block_contact .haed_taxt{ font-size:36px; color:#ec5555; font-style:italic; text-align:center; margin-bottom:30px;font-weight:100; }
.block_contact .title{ font-size:28px; color:#000;  text-align:center; margin:30px 0px; text-transform: uppercase; font-weight:100;}
.block_contact .detail{ font-size:14px; color:#000; font-style:italic; text-align:center; margin:10px 0px; text-transform: lowercase;font-weight:100; line-height:20px;}
.leftnav{ top:30%; left:0px; display:inline-block; position:absolute; width:40px; height:40px; background:url(../img/pr.png) no-repeat;}
.rightnav{top:30%; right:0px; display:inline-block; position:absolute; width:40px; height:40px; background:url(../img/ne.png) no-repeat;}

/* profile  */
.detail_pro{ font-size:16px; text-align:left;  line-height:22px; padding:30px 10px 10px 10px;}
.pro_img{ padding:10px; text-align:center; margin:0 10px;}
.pro_name{ text-align:center; font-size:14px; padding:10px 6px;margin:0 10px; min-height:70px;}
.pro_name2{ text-align:center; font-size:14px; padding:10px 6px;margin:0 10px; }
}


