@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';

body{
    font-family: 'Kanit', sans-serif;
    font-weight: bolder;
}
p,h2,h3{
    font-family: 'Kanit', sans-serif;
}
.fix-h1 h1{
  background:#fff url(../../img/bg-k10.png);
  border-top:solid 5px #deba66; 
}
.bs-example{
box-shadow: 1px 1px 1px rgba(0, 0,0, 0.2)  
 
}
#bs-example{
  transition: top 0.5s;
}

.container1{
  margin-top: 70px; 
  border: #ffeb3b;
}


.swiper-container {
  width: 100%;
  height: 84%;
  margin-top:23px;
  background: #333333;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #333333;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 400px) {
    .swiper-slide img{
        width: 333px;
    }
  }
@media only screen and (min-width: 401px) and (max-width: 550px) {
    .swiper-slide img {
        width: 392px;
    }
  }    
@media only screen and (min-width: 551px) and (max-width: 961px) {
    .swiper-slide img {
      width:540px;
    }
  }
@media only screen and (min-width: 962px) and (max-width: 1500px) {
    .swiper-slide img {
      width:630px;
    }
}
@media only screen and (min-width: 1501px) and (max-width: 1700px) {
  .swiper-slide img {
    width:800px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 2000px) {
  .swiper-slide img {
    width:980px;
  }
}
.fix-row1{
background:#fff url(../../img/bg-k10.png);
border-top:solid 5px #deba66;
}       
.img-logo4 {
margin-bottom: 10px;    
}
.img-logo4 img{
 width:160px;
}

.about-content p{
    font-size: 19px;
    font-weight: bolder;
    line-height: 31px;
}
@media only screen and (min-width: 768px)  {
    .about-content p{
    position: relative;
    top: 42px;
    }
  }
.fix-row2{
border-top:solid 5px #deba66; 
margin-top:10px;
}
.fix-row2 h3{
  margin-top: 15px;
  margin-bottom: 15px;
  }
  
  .margin {
    margin: 50px 0;
  }
  /*--- Start Parallax Style --*/
  .parallax {
    background: url("../../img/bg5.jpg") repeat fixed 100%;
    text-align: center;
  }
  .parallax-inner {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  /*--- End Parallax Style --*/
  .fix-row3{
    background: #fff url(../../img/bg-k10.png);
    border-top: solid 5px #deba66;
    box-shadow: 1px 1px 1px rgba(0, 0,0, 0.2);
    padding: 30px;

  }
  .fix-row3 h1{
  color: #9E9E9E;
  }
  .fix-row3 p{
    font-size: 20px;
    margin-top: 20px;
  }
  .fix-nav{
    padding-right: 1.5rem !important;   
  }
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .hvr-underline-from-center:before {
    background: #ffc107 !important;
  }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .product-border{
      border-bottom: 1px solid #cfcfcf;
    }
    .product-img img {
      width: 100px;
      float: left;
      padding: 6px;
    }
    .product-img a{
     text-align: center;
     position: absolute;
     top: 50%;
     font-size: 12px;
     color: #212529;
     margin-left: 27px;
     font-weight: bold;
    }
    .arrowthin{
      position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 90%;
    background-image: url(../../img/right-thin-chevron.png);
    background-repeat: no-repeat;
    background-size: 35% 70%;
    height: 18px;
    width: 30px;
    }
  } 
  @media only screen and (min-width: 768px) and (max-width: 2000px) {
    .product-img{
     background:#fff url(../../img/bg-k10.png);  
    }
    .product-border{
     margin-bottom: 50px;
    }
    .product-img img {
      width: 70%;
      position: relative;
      top: 50%;
     
      
    }
    .product-img a{
     border-top: 2px solid #ffc107;
     text-align: center;
     position: absolute;
     font-size: 15px;
     color: #212529;
     font-weight: bold;
     width: 90%;
     text-align: left;
    }
    
  }
  .tab-color{
  background-color: #424242; 
  margin-top: 10px;
  margin-bottom: 10px;
  }
  .tab-color h3{
  color:#fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .modal-img img {
   width: 100%;  
  }
}
@media only screen and (min-width: 768px) and (max-width: 2000px) {
  .modal-img img {
   width: 100%;  
  }
}       
.modal-body{
  background:#fff url(../../img/bg-k10.png);  
}