/* Mixins */
/* CSS Document */
@font-face {
  font-family: 'kittithada_roman_55_fregular';
  src: url("fonts/kit55f-webfont.eot");
  src: url("fonts/kit55f-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/kit55f-webfont.woff") format("woff"), url("fonts/kit55f-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'supermarket';
  src: url("fonts/supermarket.eot");
  src: url("fonts/supermarket.eot?#iefix") format("embedded-opentype"), url("fonts/supermarket.woff") format("woff"), url("fonts/supermarket.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kit75_0';
  src: url("fonts/kit75_0.eot");
  src: url("fonts/kit75_0.eot?#iefix") format("embedded-opentype"), url("fonts/kit75_0.woff") format("woff"), url("fonts/kit75_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

img {
  border: 0;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  background: #6D6B71 url(../images/bg.png) no-repeat top;
  background-image   : url('../images/bg.png'),
                                 url('../images/bg-repeat.png');
  background-repeat  : no-repeat,
                                repeat-y;

  background-position: top center;
  font-family: 'supermarket';
  font-size: 14px;
}

.cleaner {
  clear: both;
  width: 100%;
  height: 0px;
}

.h30 {
  clear: both;
  width: 100%;
  height: 30px;
}

.h20 {
  clear: both;
  width: 100%;
  height: 20px;
}

.h10 {
  clear: both;
  width: 100%;
  height: 10px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font36 {
  font-size: 36px;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #f00;
}

.grey {
  color: #888;
}

.text-center {
  text-align: center;
}

.text-indent {
  text-indent: 30px;
}


h1{
   color: #E30613;
   font-weight: normal;
   font-size: 35px; 
   line-height: 35px;
   padding-left: 10px;    
   margin-bottom: 10px;
}
h1 span{
   color: #000;
   font-weight: normal;    
   display: block;
    font-size: 30px; 
}

h3{
   color: #000;
   font-weight: normal;
   font-size: 20px; 
   line-height: 35px;
   padding-left: 10px;    
   margin-bottom: 5px;
}

.wrapper {
  width: 980px;
  margin: auto;
}

/*/////////////////////////////////////////////////Main Menu//////////////////////////////////////////////////*/
#main_menu {
  width: 980px;
  height: 76px;
  background: url(../images/bg-menu.png) no-repeat;
  margin: auto;
}

#main_menu ul {
  width: 980px;
  list-style: none;
}

#main_menu ul li {
  float: left;
  text-align: center;
  display: inline;
  padding-bottom: 15px;
  background: url(../images/linemenu.png) right no-repeat;
}

#main_menu ul li a {
  font-size: 32px;
  color: #fff;
  display: block;
  padding: 10px 36px 10px 36px;
}

#main_menu ul li:last-child {
  background: none;
}

#main_menu ul li a:hover, #main_menu ul li a.current {
  color: #F00;
  text-shadow: #fff 0.03em 0.01em 0.0em;
}

/*/////////////////////////////////////////////////Main Menu//////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////Head//////////////////////////////////////////////////*/
.bg-header {
  background: #000;
}

#header {
  width: 980px;
  margin: auto;
  padding-top: 20px;
}

#header .head-left {
  width: 250px;
  float: left;
  margin-left: 30px;
}

#header .head-right {
  width: 700px;
  float: left;
}

#header .head-right a {
  color: #fff;
}

#header .head-right img {
  vertical-align: middle;
}

#header .head-right .lang {
  width: 160px;
  float: right;
  font-size: 20px;
  color: #fff;
  padding: 10px;
}

#header .head-right .lang a {
  color: #fff;
}

#header .head-right .lang a:hover {
  color: #ccc;
}

#header .head-right .company {
  width: 650px;
  float: left;
  font-size: 40px;
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.2em;
  letter-spacing: 2px;
  line-height: 55px;
}

/*/////////////////////////////////////////////////Head//////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////Content//////////////////////////////////////////////////*/
.bg-content {
  background: #00CC99;
}

#content {
  width: 980px;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 50px;
}



.content_left {
  float: left;
  width: 430px;
  padding: 30px 0px 0 35px;
}

.menu_slide {
  width: 980px;
  height: 36px;
  margin: 40px 0 10px 0;
  background: url(../images/menu-bottom.png) no-repeat;
}

.menu_slide p {
  font-size: 30px;
  color: #fff;
  margin-left: 145px;
  line-height: 33px;
}

.content_right {
  float: left;
  width: 500px;
  background: url(../images/line-content.png) left no-repeat;
}

.title {
  width: 980px;
  color: #000;
  font-size: 30px;
  padding: 40px 0 20px;
  text-align: center;
}

.pic_company {
  float: left;
  padding: 10px;
  font-size: 25px;
}
.pic_company img {  
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.box_pic_company {
  width: 980px;
  text-align: center;
  padding: 0px 90px;
}

.welcome {
  font-size: 18px;
}

.bg_product {
  width: 980px;
  background: url(../images/bg-bandlogo.png) no-repeat;
  text-align: center;
}

.button_product {
  width: 150px;
  height: 35px;
  background: #4E4E4E;
  border-radius: 10px;
  font-size: 25px;
  color: #fff;
  line-height: 37px;
  margin-left: 20px;
}

.button_product:hover {
  color: #000;
}

/*//////////////////////////Content//////////////////////////////////////////////////*/


.main-content{
    width: 100%;
    padding: 10px  40px; 
    font-size: 20px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-content .about{
   text-indent: 35px;    
}


.quality-control h2{
  font-size: 22px;
   margin: 15px 10px 5px;
   color: #333;
}

.quality-control strong{
  font-size: 20px;
  margin: 10px 10px;
  display: inline-block;
  font-weight: normal;
}

.quality-control ul{
  font-size: 18px;
  font-weight: normal;
  margin-left: 60px; 
}
.quality-control li span{
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
 
}



/*///////////////////////// page.products //////////////////////////////*/
.products_content_left {
  float: left;
  width: 230px;
  min-height: 300px;
  display: block;
}

.products_content_left  h3{
  background: #161616;
  color: #fff;
  font-size: 20px;
  padding-left: 10px;
  border-bottom: 3px solid #E30613;
  margin :10px 0;
  
}



.products_content_left  .nav{
 
  
}
.products_content_left  .nav li{
    list-style: none;
    color: #000;
    padding-left: 5px;
    font-size: 18px;
    line-height: 20px;
}
.products_content_left  .nav li a{
    list-style: none;
    color: #000;
    font-weight: bold;
}
.products_content_left  .nav li a:hover , .products_content_left  .nav li .sub-nav li a:hover{  
    color: #E30613;
}

.products_content_left  .nav li .sub-nav {
   padding: 5px 0; 
  
  
}

.products_content_left  .nav li .sub-nav li a{
    font-weight: normal;
    color: #333;
  
}

/*/////////////////products-content_right ////////////////*/

.products_content_right {
  float: right;
   width: 745px;
  min-height: 300px;
  padding-left: 5px; 
}
.products_content_right:after {
    display: block;
    content: " ";
    clear: both;
    width: 100%;
    height: 0px;
}


.products_list {
  padding: 0;
  margin: 0 auto;
}

.products_list li {
  list-style: none;
  display: inline-block;
  margin: 10px;
  width: 220px;
  vertical-align: top;
}

.products_list li img {

  width: 100%;
  height: auto;

-webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.75);

}

.products_list li p{
    color : #333;
    font-size: 15px;
    line-height: 20px;
}
.products_list li p.prducts-title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}


.box-prod-slide {
  width: 600px;
  margin: 10px auto;

}
#bx-pager {
    margin-top:5px; 

}
#bx-pager img{
  max-width: 100px;
  height: auto;
}

.content_contact_us {
  padding-top: 20px;
  
}
.content_contact_us p{
    font-size: 16px;
    padding-left: 5px;  
    font-weight:  normal;
}

.content_contact_us .form-control{
  width: 100%;  
}

.content_contact_us input.form-control{
    width: 100%;  
    height: 30px;
    margin: 5px 0; 
}

.content_contact_us .form-group{
  width: 100%;
}


.content_contact_us .col-md-9{
  width: 59%;
  display: inline-block;
}
.content_contact_us .col-md-3{
  width: 30%;
  display: inline-block;
}
.content_contact_us .control-label{
    font-size: 16px;
    padding-left: 10px;

}
.content_contact_us span.text-theme{
  color: red;

}


/*/////////////////////////////////////////////////Footer//////////////////////////////////////////////////*/
#footer {
  background: #010101 url("../images/bg-footer.png") repeat-x; /* Old browsers */
  
  width: 100%;
  height: auto;
  margin: 0px auto;
  text-align: center;
  padding: 10px 0;

}

#footer .footer-wrapper{
  width: 980px;
  margin : 0px auto; 

}

.contact {
  width: 250px;
  float: left;
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px 0;
}

.follow {
  width: 230px;
  float: left;
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding: 10px 0px 0 65px;
}

.follow a {
  color: #fff;
}

.follow a:hover {
  color: #ccc;
}

.address {
  width: 350px;
  float: left;
  text-align: right;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}

.copy {
  width: 980px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 0 20px 0;
}

#footer img {
  vertical-align: middle;
}

#footer .copy a {
  color: #fff;
}

#footer .copy a:hover {
  color: #ccc;
}

/*/////////////////////////////////////////////////Footer//////////////////////////////////////////////////*/
.pagination {
  padding-right: 50px;
 
}

.pagination li{
  display: inline-block;
  list-style: none; 
  font-size: 16px;
  line-height: 16px;
  padding: 5px  5px; 

}
.pagination li a{
  color: #000;
  padding:0px 6px; 
  background: #ccc;

}
.pagination li a span{
  display: none;
}
.pagination li.active a{
  color: #6D0E0E;
  font-weight: bold;
}
.list-about{
  margin-bottom: 10px;
}
.list-about li{
    list-style-type: disc;
    list-style-position: inside;
    color: #666;
    padding-left: 35px;
}
.list-about li span{ 
    color: #000;
}

