/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700,800,900|Taviraj:100,200,300,400,500,600,700,800,900&subset=thai");
@import url("../fonts/ionicons-2.0.1/css/ionicons.min.css");
/*/////////////// RESET /////////////////*/
body, html {
  margin: 0;
  padding: 0;
}

html {
  background: #fff;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

body {
  font: 300 16px 'Prompt','Taviraj', sans-serif;
  color: #444;
  background: #fff;
  line-height: 1.3;
}

h1, h2, h3 {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 7px;
}

h1 {
  font: 300 36px/36px 'helvethaica', sans-serif;
}

h2 {
  font: 300 30px/24px 'helvethaica', sans-serif;
}

h3 {
  font: 300 18px/18px 'helvethaica', sans-serif;
}

img {
  border: none;
}

a {
  text-decoration: none;
  border: none;
  color: #444;
  cursor: pointer;
}
a:hover {
  color: #ff3131;
}

ul {
  margin: 0px;
  padding: 0px;
}

p, .p {
  margin: 5px 0;
  padding: 0;
  clear: both;
  float: left;
  width: 100%;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

/*/////////////// ALL CLASS /////////////////*/
.left {
  clear: both;
  float: left;
}

.center {
  float: left;
}

.right {
  float: right;
}

.inner {
  margin: 0px auto;
  width: 1170px;
  padding: 0 0px;
  box-sizing: border-box;
}

.row {
  clear: both;
  float: left;
  width: 100%;
  padding: 30px 30px;
  box-sizing: border-box;
}

.h-section {
  color: #161616;
  padding: 0 0 10px 0;
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  clear: both;
  margin: 0 0 10px;
  border-bottom: 1px solid #161616;
  position: relative;
}
.h-section .tab-link {
  font-size: 22px;
  float: right;
  margin: 5px 60px 0 0;
}
.h-section .tab-link span {
  cursor: pointer;
  color: #888;
  margin: 0 3px;
}
.h-section .tab-link .active {
  color: #161616;
  cursor: auto;
}

.h-page {
  color: #fe0000;
  font: 400 24px/18px 'Prompt';
  margin: 10px 0 0;
  clear: both;
  float: left;
}
.h-page i, .h-page span {
  display: inline-block;
  vertical-align: middle;
}
.h-page i {
  font-size: 30px;
  margin: 0 7px 0 0;
}

.btn-1 {
  background: #ff3131;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
}

.btn-2 {
  background: #000;
  border: 1px solid #fff;
  padding: 3px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.btn-3 {
  background: #999999;
  border: none;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  box-shadow: 2px 2px 0px #333;
  -webkit-box-shadow: 2px 2px 0px #333;
  -ms-box-shadow: 2px 2px 0px #333;
  -moz-box-shadow: 2px 2px 0px #333;
}

.btn-1:hover {
  color: #fff;
  background: #f42525;
}

.btn-3:hover {
  background: #333;
}

.shadow {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200000;
  display: none;
}

/*///////////// TOP ///////////////*/
#top {
  width: 100%;
  clear: both;
  float: left;
  padding: 15px 0;
  position: relative;
  background: #fff;
}
#top .inner {
  position: relative;
  height: 100%;
}

#logo {
  float: left;
  display: block;
  width: 270px;
  margin: 0px 0 0 0px;
}
#logo svg {
  width: 100%;
  clear: both;
  float: left;
  display: block;
}

.top-right {
  float: right;
}

#frm-search {
  display: inline-block;
  float: right;
  border: 1px solid #ddd;
  height: 30px;
  width: 200px;
  margin: 14px 0 0;
}
#frm-search input[type=text] {
  border: none;
  background: none;
  float: left;
  width: 85%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0 5px;
}
#frm-search button {
  border: none;
  display: block;
  background: none;
  float: right;
  margin: 5px 5px 0 0;
  padding: 0;
  font-size: 18px;
  color: #fe0000;
}

/*////////////////// Main Menu ///////////////////*/
#menu-top {
  float: left;
  margin: 5px 0 0 0px;
  line-height: 24px;
  position: relative;
  font: 18px 'Taviraj';
  padding: 0px 0;
}
#menu-top ul {
  float: left;
  margin-top: 11px;
}
#menu-top ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 30px 0 0;
  position: relative;
  text-transform: uppercase;
}
#menu-top ul li a {
  display: block;
  clear: both;
  float: left;
  letter-spacing: -0.5px;
  color: #666;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
#menu-top ul li a.active, #menu-top ul li a:hover {
  color: #fe0000;
  text-decoration: underline;
}
#menu-top ul li span {
  position: absolute;
  right: -14px;
  top: 6px;
  border: 4px solid transparent;
  border-top-color: #333;
}

.top-bar {
  text-align: center;
  margin: 15px 0 0;
  background: url(../images/icon-bg.jpg) repeat-x center top;
  padding: 30px 0;
  width: 100%;
  clear: both;
  float: left;
}

.menu-icon {
  width: 75%;
}
.menu-icon a {
  display: block;
  float: left;
  background: #f2f2f2;
  width: 140px;
  height: 120px;
  box-sizing: border-box;
  padding: 22px 0;
  margin: 0 3px 0 0;
}
.menu-icon a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  color: #fe0000;
}
.menu-icon a img {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0 13px;
}
.menu-icon a span {
  display: inline-block;
  font: 18px/18px 'Taviraj';
  margin: 8px 0 0;
}
.menu-icon a:hover {
  box-shadow: inset 0px 0px 3px rgba(255, 0, 0, 0.8);
  -webkitbox-shadow: inset 0px 0px 3px rgba(255, 0, 0, 0.8);
  -ms-box-shadow: inset 0px 0px 3px rgba(255, 0, 0, 0.8);
  -moz-box-shadow: inset 0px 0px 3px rgba(255, 0, 0, 0.8);
}

@keyframes iconanimate {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.social-top {
  float: right;
  width: 25%;
  text-align: left;
  padding: 5px 0 0;
}
.social-top a {
  display: inline-block;
  color: #fff;
}
.social-top a img {
  display: inline-block;
  vertical-align: middle;
}
.social-top a span {
  font-size: 18px;
  margin: 0 20px 0 5px;
  vertical-align: middle;
}
.social-top .line-icon {
  background: #02c300;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  margin: 20px 0 0;
}
.social-top .line-icon img, .social-top .line-icon span {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.social-top .line-icon .icon-animate {
  animation: iconanimate 0.14s cubic-bezier(0.74, 0.31, 0.31, 0.31) 12 alternate;
  animation-delay: 0.2s;
}

/*/////////////// CONTAINER ///////////////*/
.main {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 170px;
}

/* //////////////// Footer ///////////////// */
#footer {
  background: #fff;
  padding: 40px 0;
  clear: both;
  float: left;
  width: 100%;
  color: #7d7d7d;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 0;
  border-top: 2px solid #f2f2f2;
}
#footer .menu-foot {
  width: 40%;
  float: left;
  text-align: center;
}
#footer .menu-foot a {
  display: inline-block;
  background: #fe0000;
  color: #fff;
  font: 300 16px 'Taviraj';
  width: 30%;
  margin: 0 2% 10px 0;
  padding: 7px 0 3px 0;
}
#footer .social-foot {
  width: 40%;
  margin: 0 0 0 50px;
  float: left;
  line-height: 10px;
}
#footer .social-foot a, #footer .social-foot img, #footer .social-foot span, #footer .social-foot i {
  display: inline-block;
  vertical-align: middle;
}
#footer .social-foot a {
  font-size: 16px;
}
#footer .social-foot img {
  width: 28px;
}
#footer .social-foot i {
  font-size: 24px;
  color: #000;
  margin: 0 10px 0 0;
}
#footer .social-foot span {
  font-size: 18px;
  padding: 0 15px 0 10px;
}
#footer .social-foot .tel-mail {
  padding: 15px 0 0;
}
#footer .qrcode {
  float: right;
  margin: 0 30px 0 0;
}
#footer .qrcode img {
  width: 90px;
}

.subpage {
  padding-bottom: 100px;
}
.subpage #footer {
  border-top: 1px solid #ddd;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
}

#backtotop {
  background: #fe0000;
  width: 45px;
  height: 35px;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  padding: 5px 0 0;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  display: none;
}

#banner {
  padding: 10px 0;
  clear: both;
  float: left;
  width: 100%;
}
#banner a {
  display: block;
  margin: 0 0 15px;
}
#banner img {
  width: 100%;
  display: block;
}

.welcome-txt {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 0 40px 0;
  clear: both;
  float: left;
  width: 100%;
}
.welcome-txt h1 {
  color: #fe0000;
  font-size: 26px;
}

.row-1 {
  background: #f2f2f2;
  padding: 30px 0;
}

.product-row {
  text-align: center;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
.product-row .product-h {
  clear: both;
  float: left;
  width: 100%;
  color: #fe0000;
  font: 400 26px 'Taviraj';
  text-align: left;
}
.product-row ul {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0 0px 0;
  text-align: left;
}
.product-row ul li {
  list-style: none;
  display: inline-block;
  width: 31%;
  background: #fff;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 2% 20px 0;
  border: 2px solid #fff;
  vertical-align: top;
  position: relative;
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}
.product-row ul li #label {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  opacity: 0.8;
  background: #f00;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 20px;
}
.product-row ul li .product-thumb {
  width: 100%;
  display: block;
  height: 220px;
  overflow: hidden;
}
.product-row ul li .product-thumb img {
  height: 100%;
  max-width: 100%;
}
.product-row ul li .product-s {
  padding: 13px 0 0;
  text-align: left;
  height: 45px;
  overflow: hidden;
  margin: 20px 0 0;
  border-top: 1px solid #ddd;
}
.product-row ul li:hover {
  border-color: #fe0000;
}

.row-2 ul li {
  border: 2px solid #ddd;
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}

.article-list {
  border-bottom: 1px solid #ccc;
  clear: both;
  float: left;
  width: 100%;
  padding: 20px 0 0;
}
.article-list li {
  list-style: none;
  display: block;
  font-size: 14px;
  width: 30%;
  margin: 0 1% 25px 0;
  float: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
}
.article-list li .article-thumb {
  width: 100%;
}
.article-list li .article-thumb img {
  display: block;
  width: 100%;
}
.article-list li .article-s {
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 5px 0 0;
}
.article-list li:hover {
  border-color: #fe0000;
}
.article-list li.loadmore {
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  background: #eee;
  cursor: pointer;
}
.article-list li.loadmore i {
  font-size: 50px;
  color: #fe0000;
}

.box-detail {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px 0 0;
}

.subpage #top {
  padding-bottom: 0px;
}

.product-image {
  background: #e6e7e9;
  padding: 30px 0;
  clear: both;
  float: left;
  width: 100%;
}

.product-pic {
  float: left;
  width: 420px;
}
.product-pic .product-small {
  width: 100%;
}
.product-pic .product-small ul {
  font-size: 0;
  width: 102%;
}
.product-pic .product-small ul li {
  display: inline-block;
  list-style: none;
  margin: 0 3px 3px 0;
  cursor: pointer;
}
.product-pic .product-small ul li img {
  display: inline-block;
  box-sizing: border-box;
}
.product-pic .product-small ul .active img {
  border: 1px solid #f00;
}

.detail-right {
  float: left;
  width: 60%;
  padding: 0 0 0 30px;
}
.detail-right .detail-s {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  clear: both;
  float: left;
  width: 100%;
}
.detail-right .detail-price {
  color: #f00;
  font: 400 30px 'Taviraj';
  margin: 15px 0;
}
.detail-right button {
  font: 200 20px 'Taviraj';
  width: 150px;
}
.detail-right .warranty {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  margin: 30px 0 0;
  clear: both;
  float: left;
}
.detail-right .warranty img, .detail-right .warranty span {
  display: inline-block;
  vertical-align: middle;
}
.detail-right .warranty span {
  font-size: 14px;
  color: #1b3e20;
}
.detail-right .warranty .facebook-share {
  float: right;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.detail-right .warranty .facebook-share i {
  color: #1d4b98;
  font-size: 22px;
  vertical-align: middle;
}
.detail-right .warranty .facebook-share img {
  vertical-align: middle;
  display: inline-block;
}

.product-info {
  padding: 30px 0;
  clear: both;
  float: left;
  width: 100%;
}

#product-page #footer {
  background: #fff;
  border-top: 0;
}

/*/////////////// Responsive ////////////////*/
.menu-mobile {
  display: none;
}

.close-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #f00;
  padding: 10px 15px;
  color: #fff;
  z-index: 200000;
  font-size: 18px;
  display: none;
}
.close-menu:hover {
  color: #fff;
}

@media only screen and (max-width: 1069px) {
  input, textarea {
    -webkit-appearance: none;
  }

  .inner {
    width: 100%;
    padding: 0 1.5%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .top-right {
    width: 100%;
    float: left;
  }

  #menu-top ul li {
    margin: 0 20px 0 0;
  }

  .top-bar {
    background-color: #7c0404;
  }

  .menu-icon {
    width: 100%;
  }
  .menu-icon a {
    width: 15%;
    height: auto;
    display: inline-block;
    float: none;
  }
  .menu-icon a i {
    font-size: 32px;
  }
  .menu-icon a img {
    height: 25px;
    margin: 7px 0 6px 0;
  }

  .social-top {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
  }

  .detail-right {
    width: 50%;
  }
}
@media only screen and (max-width: 899px) {
  #menu-icon {
    display: block;
  }

  #footer {
    padding: 20px 0;
  }
  #footer .menu-foot {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #footer .social-foot {
    margin: 0;
    padding: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #top {
    padding: 10px 0 10px 0;
  }

  .close-menu {
    display: block;
  }

  #logo {
    width: 160px;
  }

  .menu-mobile {
    font-size: 40px;
    float: right;
    margin: 5px 0 0;
    line-height: 0.5;
    display: block;
  }

  #frm-search {
    float: left;
  }

  #menu-top {
    width: 250px;
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -125px;
    z-index: 300000;
    display: none;
  }
  #menu-top ul {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  #menu-top ul li {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 4px 0;
  }
  #menu-top ul li a {
    background: #000;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
  }
  #menu-top ul li a.active {
    text-decoration: none;
    border-color: #fe0000;
  }

  .menu-icon a {
    width: 30%;
    margin: 0 2px 4px 0;
  }

  #footer .social-foot {
    width: 65%;
  }
  #footer .social-foot a {
    margin-bottom: 10px;
  }

  .product-row ul li {
    width: 100%;
  }

  .article-list {
    text-align: center;
  }
  .article-list li {
    width: 30%;
    display: inline-block;
    float: none;
    text-align: left;
  }

  .subpage #footer {
    position: static;
  }

  .product-pic {
    margin: 0px auto;
    float: none;
  }

  .detail-right {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .article-list li {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
