@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import 'https://fonts.googleapis.com/css?family=Prompt:400,500,700&subset=thai';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  outline: none;
}

/** Generated by FG **/
@font-face {
  font-family: 'quarklight';
  src: url("../font/Quark-Light.eot");
  src: url("../font/Quark-Light.eot?#iefix") format("embedded-opentype"), url("../font/Quark-Light.woff2") format("woff2"), url("../font/Quark-Light.woff") format("woff"), url("../font/Quark-Light.ttf") format("truetype"), url("../font/Quark-Light.svg#Quark-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'quarkbold';
  src: url("../font/Quark-Bold.eot");
  src: url("../font/Quark-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Quark-Bold.woff2") format("woff2"), url("../font/Quark-Bold.woff") format("woff"), url("../font/Quark-Bold.ttf") format("truetype"), url("../font/Quark-Bold.svg#Quark-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

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

[class^="icon--"], [class*=" icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nithipat' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--facebook:before {
  content: "\e90b";
  color: #3a559f;
}

.icon--line:before {
  content: "\e90c";
  color: #00c200;
}

.icon--maps:before {
  content: "\e90a";
}

.icon--arrow-top:before {
  content: "\e900";
}

.icon--arrow-bottom:before {
  content: "\e901";
}

.icon--fax:before {
  content: "\e902";
}

.icon--clock:before {
  content: "\e903";
}

.icon--close:before {
  content: "\e904";
}

.icon--point:before {
  content: "\e905";
}

.icon--arrow-back:before {
  content: "\e906";
}

.icon--arrow-next:before {
  content: "\e907";
}

.icon--mail:before {
  content: "\e908";
}

.icon--phone:before {
  content: "\e909";
}

/* Gutter */
/* Breakpoints */
/* COLOR */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
  font-family: 'quarklight';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  overflow-x: hidden;
}

@media screen and (min-width: 960px) {
  body {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 1170px;
    margin: 0 auto;
  }
}

input, select, textarea {
  font-family: tahoma,Helvetica;
}

a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  a img {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  a img:hover {
    opacity: 0.7;
  }
}

*:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

button {
  cursor: pointer;
}

.textreplacement {
  display: block;
  display: inline-block;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.icon {
  font-family: 'nithipat';
  display: inline-block;
}

.logo {
  width: 50px;
  height: 42px;
  background: url(../img/logo.svg) no-repeat left top;
  background-size: 100%;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .logo {
    width: 97px;
    height: 80px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

@media screen and (min-width: 960px) {
  .header {
    position: relative;
  }
}

.header .hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
}

.header-top {
  display: none;
}

@media screen and (min-width: 960px) {
  .header-top {
    display: block;
    background: #d4e9da;
    color: #004113;
  }
  .header-top:before, .header-top:after {
    content: " ";
    display: table;
  }
  .header-top:after {
    clear: both;
  }
}

.header-main {
  background: #004113;
  padding: 8px 0;
  height: 58px;
}

@media screen and (min-width: 960px) {
  .header-main {
    height: 98px;
  }
}

.footer {
  background: #222222;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 0;
  position: relative;
}

@media screen and (min-width: 960px) {
  .footer {
    padding: 30px 0;
  }
  .footer:before, .footer:after {
    content: " ";
    display: table;
  }
  .footer:after {
    clear: both;
  }
}

.footer__copy {
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #464646;
  padding-top: 15px;
  font-size: 0.6em;
}

@media screen and (min-width: 960px) {
  .footer__copy {
    text-align: left;
    float: left;
    border-top: none;
    padding-top: 0;
    font-size: 0.8em;
    position: relative;
    top: 15px;
  }
}

.footer__contact .social, .footer__contact .tell {
  display: inline-block;
  width: 100%;
  float: none;
  text-align: center;
  color: #fff;
  border: none;
}

.footer__contact .tell {
  padding-bottom: 15px;
}

.footer__contact .tell span {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}

.footer__contact .tell a {
  color: #fff;
}

.footer__contact .social a {
  margin: 0 5px;
}

.footer__contact .icon--line:before, .footer__contact .icon--facebook:before {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .footer__contact {
    display: none;
  }
}

.footer .nav {
  float: right;
}

.footer .nav a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

.footer .nav a:before {
  content: "•";
  display: inline-block;
  color: #666666;
  font-size: 2em;
  margin-right: 15px;
  margin-left: 12px;
  vertical-align: middle;
}

.footer .nav a:hover, .footer .nav a.active {
  color: #ff8309;
  cursor: pointer;
}

.footer .nav a:first-child:before {
  content: "";
}

@media screen and (max-width: 959px) {
  .footer .nav {
    display: none;
  }
}

.navigation {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: absolute;
  top: 58px;
  left: 0;
  background: #004113;
  color: #d4e9da;
  padding: 10px 0;
  z-index: 9;
}

@media screen and (max-width: 959px) {
  .navigation {
    display: none;
    padding-top: 20px;
  }
}

@media screen and (min-width: 960px) {
  .navigation {
    position: relative;
    width: auto;
    float: right;
    top: 0;
    background: transparent;
    padding-top: 17px;
    height: 90px;
  }
}

.navigation > ul > li {
  display: block;
  position: relative;
}

@media screen and (min-width: 960px) {
  .navigation > ul > li {
    display: inline-block;
    padding: 10px 30px;
    height: 73px;
  }
}

.navigation > ul > li > a {
  color: #004113;
  font-family: 'quarkbold';
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .navigation > ul > li > a {
    padding: 15px;
    color: #d4e9da;
    font-size: 1.2em;
  }
  .navigation > ul > li > a:hover, .navigation > ul > li > a.active {
    background: #00320f;
  }
}

@media screen and (min-width: 960px) {
  .navigation > ul > li > a {
    color: #d4e9da;
    font-size: 22px;
    font-size: 2.2rem;
    display: inline-block;
    padding-bottom: 34px;
    float: left;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
  }
  .navigation > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    height: 5px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .navigation > ul > li > a:hover:before, .navigation > ul > li > a:focus:before, .navigation > ul > li > a:active:before {
    right: 0;
  }
  .navigation > ul > li > a.active {
    color: #fff;
  }
  .navigation > ul > li > a.active:before {
    right: 0;
  }
}

.navigation > ul > li > a .icon {
  display: none;
}

.navigation__sub {
  display: none;
}

.navigation__sub > li {
  padding: 15px 0 0 10px;
}

.navigation__sub > li:before {
  content: "»";
  display: inline-block;
  padding-right: 10px;
}

.navigation__sub > li > a {
  color: #004113;
}

.navigation__sub > li > a:hover {
  color: #ff8309;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 50%;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  font-size: 28px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}

.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -40px;
}

.slick-next:before {
  content: "→";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  padding: 3px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border-radius: 50%;
  border: solid 2px #61c37d;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 3px;
  cursor: pointer;
  outline: none;
  background: #61c37d;
  border-radius: 50%;
  border: solid 2px #61c37d;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#button {
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.4);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  right: 5px;
  bottom: 120px;
  -webkit-transition: background-color .3s,  opacity .5s, visibility .5s;
          transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  padding-top: 9px;
}

@media screen and (min-width: 768px) {
  #button {
    width: 50px;
    height: 50px;
    padding-top: 15px;
    right: -webkit-calc(50% - 630px);
    right: calc(50% - 630px);
    bottom: 30px;
  }
}

#button i {
  font-size: 1.2em;
  font-weight: 700;
  color: #929292;
}

#button:hover, #button:active {
  cursor: pointer;
  background-color: rgba(100, 100, 100, 0.65);
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(255, 255, 255, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 28px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 5em;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
          transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 960px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
.lg-icon {
  font-family: 'nithipat';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: block;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

@media screen and (min-width: 768px) {
  .lg-actions .lg-next, .lg-actions .lg-prev {
    font-size: 40px;
  }
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next {
  right: 0;
}

.lg-actions .lg-next:before {
  content: "\e907";
}

.lg-actions .lg-prev {
  left: 0;
}

.lg-actions .lg-prev:after {
  content: "\e906";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .lg-toolbar .lg-icon {
    font-size: 40px;
  }
}

.lg-toolbar .lg-icon:hover {
  color: #000;
}

.lg-toolbar .lg-close:after {
  content: "\e904";
}

.lg-sub-html {
  background-color: rgba(255, 255, 255, 0.3);
  top: 58px;
  color: #EEE;
  font-size: 16px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 22px;
  color: #000;
  font-family: 'quarkbold';
}

@media screen and (min-width: 768px) {
  .lg-sub-html p {
    font-size: 32px;
  }
}

#lg-counter {
  color: #000;
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: -32px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #lg-counter {
    font-size: 22px;
  }
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  max-width: 70%;
  max-height: 70%;
}

.hamburger {
  width: 25px;
  height: 0;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 15px;
  display: none;
}

@media screen and (min-width: 768px) {
  .hamburger {
    top: 29px;
  }
}

@media screen and (max-width: 959px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  background: #fff;
  display: block;
  position: absolute;
  height: 3px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
}

.hamburger span {
  left: 0;
}

.hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

.hamburger span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

.hamburger span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -2px;
  left: 0;
}

.hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 16px;
  left: 0;
}

.title--first {
  font-family: 'quarkbold';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-shadow: 2px 2px 2px #5f5f5f;
}

@media screen and (min-width: 960px) {
  .title--first {
    font-size: 58px;
    font-size: 5.8rem;
    margin-bottom: 15px;
  }
}

.title--second {
  font-family: 'quarkbold';
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 2px 2px 2px #5f5f5f;
}

@media screen and (min-width: 960px) {
  .title--second {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.title--third {
  font-family: 'quarklight';
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (min-width: 960px) {
  .title--third {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.title--head {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: inline-block;
  display: inline-block;
  text-align: center;
  position: relative;
}

.title--head:before, .title--head:after {
  content: " ";
  display: table;
}

.title--head:after {
  clear: both;
}

.title--head:before {
  width: 180px;
  content: "";
  display: inline-block;
  border-bottom: solid 1px #c5c5c5;
  bottom: 30px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .title--head:before {
    bottom: 33px;
  }
}

.title--head:after {
  width: 80px;
  content: "";
  display: inline-block;
  border-bottom: solid 6px #ff8309;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 960px) {
  .title--head:after {
    border-bottom: solid 8px #ff8309;
  }
}

@media screen and (max-width: 959px) {
  .title--head .title--third br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .title--head {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 960px) {
  .title--head-left {
    text-align: left;
  }
  .title--head-left:before {
    left: 0;
    margin-left: 0;
  }
}

.title--contact {
  font-family: 'quarkbold';
  text-align: center;
  margin-top: -20px;
}

@media screen and (min-width: 960px) {
  .title--contact {
    margin-bottom: 20px;
  }
}

.more {
  color: #004113;
}

.more:hover {
  color: #ff8309;
}

.more-button {
  width: 100%;
  text-align: center;
}

.more-button__btn {
  display: inline-block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: solid 1px #666666;
  color: #000;
  text-align: center;
  font-family: 'quarkbold';
}

@media screen and (min-width: 768px) {
  .more-button__btn {
    width: 185px;
  }
}

.contact-social {
  float: right;
}

.contact-social:before, .contact-social:after {
  content: " ";
  display: table;
}

.contact-social:after {
  clear: both;
}

@media screen and (max-width: 959px) {
  .contact-social {
    float: none;
  }
}

.social {
  display: inline-block;
  margin-left: 5px;
  padding: 8px 0 0 15px;
  float: right;
}

.social a {
  display: inline-block;
  margin-right: 5px;
}

.social a:hover {
  opacity: 0.8;
}

.social a .icon {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

.tell {
  color: #004113;
  padding-right: 15px;
  float: right;
  margin-top: 9px;
  border-right: solid 1px #004113;
  font-family: 'quarklight';
  font-size: 16px;
  font-size: 1.6rem;
}

.tell span {
  display: inline-block;
  margin-left: 10px;
}

.tell span strong {
  font-size: 0.8em;
}

@media screen and (max-width: 959px) {
  .highlight {
    margin-top: 58px;
  }
}

.highlight__item {
  width: 100%;
  height: 350px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

@media screen and (min-width: 960px) {
  .highlight__item {
    height: 600px;
  }
}

.highlight__item--first {
  background-image: url(../img/banner-highlight-1.jpg);
}

.highlight__item--second {
  background-image: url(../img/banner-highlight-2.jpg);
}

.highlight__title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -60px;
  padding: 0 5%;
}

@media screen and (max-width: 639px) {
  .highlight__title {
    margin-top: -60px;
  }
}

.highlight__title .title__first {
  margin-bottom: 20px;
}

.post {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .post {
    width: 25%;
  }
}

.post a {
  display: block;
}

.post__img {
  display: block;
  width: 100%;
  font-size: 0;
  overflow: hidden;
  background: #fff;
}

.post__img img {
  width: 100%;
  display: block;
}

.post__detail {
  padding: 15px 10px;
  text-align: center;
  background: #fff;
}

.post__title {
  font-family: 'quarkbold';
  font-size: 1.1em;
}

@media screen and (min-width: 960px) {
  .post__title {
    font-size: 1.2em;
  }
}

.section {
  padding: 40px 0;
}

@media screen and (min-width: 960px) {
  .section {
    padding: 100px 0;
  }
}

.section--about {
  background: #ecf5ef;
}

.section--about:before, .section--about:after {
  content: " ";
  display: table;
}

.section--about:after {
  clear: both;
}

.section--about .wrapper {
  position: relative;
}

.section--about .wrapper:before, .section--about .wrapper:after {
  content: " ";
  display: table;
}

.section--about .wrapper:after {
  clear: both;
}

.section--about .more-button {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}

@media screen and (min-width: 960px) {
  .section--about .more-button {
    left: 15px;
    bottom: 40%;
    display: block;
    position: absolute;
    text-align: left;
  }
}

@media screen and (min-width: 960px) {
  .section--about .title--head {
    width: 30%;
    float: left;
    padding-right: 3em;
    text-align: left;
  }
  .section--about .title--head:before {
    margin-left: 50px;
  }
  .section--about .title--head:after {
    width: 50%;
  }
}

.section--about__detail:before, .section--about__detail:after {
  content: " ";
  display: table;
}

.section--about__detail:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  .section--about__detail {
    width: 70%;
    float: left;
    padding-left: 15px;
  }
}

.section--about__block:last-child {
  display: none;
}

@media screen and (min-width: 480px) {
  .section--about__block p {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .section--about__block {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .section--about__block:first-child .more {
    display: none;
  }
  .section--about__block:last-child {
    display: block;
  }
}

.section--product {
  background: url(../img/bg-product.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

@media screen and (max-width: 959px) {
  .section--product {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .section--product {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section--product .title--third {
  font-family: 'quarkbold';
  color: #fff;
}

.section--product .post {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .section--product .post {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .section--product .post {
    width: 33.33%;
  }
}

.section--product .post a {
  -webkit-box-shadow: 4px 4px 8px 4px #003e12;
          box-shadow: 4px 4px 8px 4px #003e12;
}

.section--product .post__detail {
  background: #3a834f;
  padding: 20px 0;
}

.section--product .post__title {
  color: #fff;
}

.section--product .more-button {
  margin-top: 60px;
}

.section--product .more-button__btn {
  border: solid 1px #42af61;
  color: #61c37d;
}

.section--service {
  background: #fff;
}

@media screen and (max-width: 959px) {
  .section--service {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section--service {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section--service .title--third {
  font-family: 'quarkbold';
}

.section--service .post {
  width: 50%;
}

@media screen and (min-width: 960px) {
  .section--service .post {
    width: 33.33%;
  }
}

@media screen and (max-width: 959px) {
  .section--service .post:nth-of-type(odd) {
    clear: left;
    float: left;
  }
}

.section--service .post__detail {
  padding: 10px 0 0;
}

@media screen and (min-width: 960px) {
  .section--service .post__detail {
    padding: 20px 0;
  }
}

.section--service .post__title {
  font-size: 1em;
  line-height: 1.2;
}

.section--contact {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.section--contact__address {
  position: relative;
  background: #9edbb0;
  padding: 20px;
  margin-top: -40px;
  z-index: 2;
}

@media screen and (min-width: 960px) {
  .section--contact__address {
    margin-top: -100px;
    padding: 60px 20px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .section--contact__address {
    padding: 40px 60px;
  }
}

.section--contact .title--third {
  font-family: 'quarkbold';
}

.section--contact .title--head:before {
  border-color: #bce6c8;
}

.section--contact__box {
  padding: 20px 15px 0;
}

@media screen and (min-width: 768px) {
  .section--contact__box {
    width: 33.33%;
    float: left;
  }
}

.section--contact__detail {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.section--contact__detail address {
  display: block;
  margin-top: 5px;
}

.section--contact__detail a:hover {
  color: #ff8309;
}

@media screen and (min-width: 768px) {
  .section--contact__detail {
    margin-bottom: 20px;
  }
  .section--contact__detail strong {
    display: block;
    margin-bottom: 5px;
  }
  .section--contact__detail address {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .section--contact__detail--one br {
    display: none;
  }
}

.section--contact__map {
  position: relative;
  z-index: 1;
  margin-top: -20%;
  height: 360px;
  overflow: hidden;
  width: 100%;
}

.section--contact__map iframe {
  height: 100%;
  width: 100%;
  font-size: 0;
}

@media screen and (min-width: 960px) {
  .section--contact__map {
    margin-top: -13%;
  }
}

@media screen and (min-width: 1024px) {
  .animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .delay-250 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .delay-500 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .delay-700 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
      transform: translateY(60px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
      transform: translateY(60px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @-webkit-keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      transform: translateY(2000px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translateY(2000px);
      -ms-transform: translateY(2000px);
      transform: translateY(2000px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
}

.breadcrume li {
  font-family: 'quarkbold';
  font-size: 0.75em;
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  color: #5f5f5f;
}

@media screen and (min-width: 960px) {
  .breadcrume li {
    font-size: 0.85em;
    padding: 0 12px;
  }
}

.breadcrume li a {
  color: #5f5f5f;
  position: relative;
}

.breadcrume li a:hover {
  color: #000;
}

.breadcrume li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 2px;
  background: #5f5f5f;
  width: 1px;
  height: 13px;
  -webkit-transform: skew(-15deg, 0deg);
      -ms-transform: skew(-15deg, 0deg);
          transform: skew(-15deg, 0deg);
}

@media screen and (min-width: 960px) {
  .breadcrume li a:before {
    height: 18px;
    right: -14px;
  }
}

.breadcrume li span {
  display: inline-block;
  color: #000;
}

.category__head {
  background: url(../img/bg-top-about.jpg) no-repeat center top;
  background-size: cover;
  height: 120px;
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 959px) {
  .category__head {
    margin-top: 58px;
  }
}

@media screen and (min-width: 960px) {
  .category__head {
    height: 220px;
    padding-top: 65px;
  }
}

.category__title {
  font-family: 'quarkbold';
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 3px;
}

@media screen and (min-width: 960px) {
  .category__title {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 5px;
  }
}

.category__content {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .category__content {
    padding-top: 50px;
  }
}

@media screen and (min-width: 960px) {
  .category__content {
    padding-top: 80px;
  }
}

.category__content h3, .category__content h4 {
  font-family: 'quarkbold';
}

.category__content h4 {
  font-size: 1.1em;
}

.map--img, .map--google {
  display: block;
  width: 100%;
  border: solid 1px #dddddd;
  background: #fff;
}

.map--img img {
  width: 100%;
  font-size: 0;
  display: block;
  height: auto;
}

.map--google {
  height: 320px;
}

@media screen and (min-width: 640px) {
  .map--google {
    height: 450px;
  }
}

.map--google iframe {
  width: 100%;
  height: 100%;
}

.remodal-map {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.remodal-map img {
  width: 100%;
}

.tab {
  padding: 30px 0;
  text-align: center;
}

.tab:before, .tab:after {
  content: " ";
  display: table;
}

.tab:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  .tab {
    padding: 60px 0 40px;
  }
}

.tab-link {
  font-family: 'quarkbold';
  background: #f2f2f2;
  display: inline-block;
  margin: 0;
  padding: 5px 15px 4px;
  color: #5f5f5f;
  border-radius: 6px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  cursor: pointer;
}

.tab-link:hover, .tab-link.current {
  color: #fff;
  background: #ff8309;
}

.tab-content {
  display: none;
  text-align: center;
}

.tab-content:before, .tab-content:after {
  content: " ";
  display: table;
}

.tab-content:after {
  clear: both;
}

.tab-content.current {
  display: block;
}

.tab-content--list {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .tab-content--list {
    width: 33.33%;
    float: left;
    margin-bottom: 40px;
  }
}

.tab-content--list a {
  display: block;
}

.tab-content--list a img {
  width: 100%;
}

.remodal {
  padding: 13px;
}

@media screen and (min-width: 960px) {
  .remodal {
    vertical-align: top;
    margin-top: 1em;
  }
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.97);
}

.remodal .remodal-close {
  width: auto;
  height: auto;
  top: 0.5em;
  right: 3em;
}

.remodal .remodal-close:before {
  font-family: 'nithipat';
  display: inline-block;
  content: "\e904";
  font-size: 2.6em;
}

@media screen and (min-width: 960px) {
  .remodal .remodal-close:before {
    font-size: 3.6em;
  }
}

.popup {
  max-width: 100%;
  margin: auto;
}

.popup:before, .popup:after {
  content: " ";
  display: table;
}

.popup:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  .popup {
    max-width: 980px;
  }
}

.popup .title--third {
  text-align: left;
  font-family: 'quarkbold';
  font-size: 1.4em;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .popup .title--third {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 959px) {
  .popup .pics {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .popup .pics-slide {
    display: none;
  }
  .popup .pics > .full {
    max-height: 600px;
    overflow: hidden;
  }
  .popup .thumbs {
    width: 33%;
    float: right;
  }
  .popup .thumbs:before, .popup .thumbs:after {
    content: " ";
    display: table;
  }
  .popup .thumbs:after {
    clear: both;
  }
  .popup .preview {
    display: block;
    width: 33%;
    padding: 0 5px 10px;
    float: left;
  }
  .popup .preview a {
    display: block;
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) and (min-width: 768px) {
  .popup .preview a {
    height: 40px;
  }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
  .popup .preview a {
    height: 60px;
  }
}

@media screen and (min-width: 960px) {
  .popup .preview:last-child {
    margin-bottom: 0;
  }
  .popup .full {
    width: 67%;
    padding-right: 20px;
    text-align: center;
    float: left;
  }
  .popup .full img {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    cursor: pointer;
  }
}

@media screen and (max-width: 959px) {
  .popup .pics-slide .pics-item {
    padding: 0 1.5em 0 0;
    text-align: center;
    height: 380px;
    overflow: hidden;
    margin-bottom: 20px;
    left: -60px;
    position: relative;
  }
  .popup .pics-slide .pics-item img {
    width: 100%;
    opacity: 0.2;
  }
  .popup .pics-slide .pics-item.slick-slide.slick-current.slick-active.slick-center img {
    opacity: 1;
  }
}

@media screen and (max-width: 639px) {
  .popup .pics-slide .pics-item {
    left: -20px;
    padding: 0 0.5em 0 0;
    height: auto;
  }
}

@media screen and (max-width: 639px) {
  .popup .pics-slide .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
}

.popup .pics-slide .slick-dots li button {
  border-color: #929292;
  width: auto;
  height: auto;
}

.popup .pics-slide .slick-dots li.slick-active button {
  background: #000;
  border-color: #000;
}

.about__box {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .about__box {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
}

.about__box img {
  display: block;
  margin: auto;
}

.about__head {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .about__head {
    text-align: center;
  }
}

.about__head .title--head {
  margin-bottom: 0;
}

.about__history {
  padding-bottom: 30px;
}

.about__quote {
  background: #ff8309;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 1.1em;
}

.about__thank {
  padding: 30px 0 20px;
}

.about__thank:before, .about__thank:after {
  content: " ";
  display: table;
}

.about__thank:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  .about__thank {
    padding: 40px 0;
  }
}

.about__thank strong {
  font-family: 'quarkbold';
  padding-top: 40px;
  display: inline-block;
  float: right;
  padding-right: 20px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .about__thank strong {
    padding-right: 120px;
  }
}

.about__thank strong span {
  position: absolute;
  display: inline-block;
  left: 16px;
  top: 70px;
}

.about__txt {
  padding-top: 10px;
  margin-bottom: 40px;
}

.about__history--fact {
  background: #f2f2f2;
  padding: 30px 0;
}

@media screen and (min-width: 960px) {
  .about__history--fact {
    padding: 60px 0;
  }
}

.about__history--fact .about__head {
  margin-bottom: 0;
}

.about__history--fact p {
  margin-bottom: 30px;
}

.contact .category__head {
  background: url(../img/bg-top-contact.jpg) no-repeat center top;
  background-size: cover;
}

.contact__head {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contact__head {
    text-align: center;
    margin-bottom: 0;
  }
}

.contact__head .title--head {
  margin-bottom: 0;
}

.contact__sec {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .contact__sec {
    padding-bottom: 100px;
  }
}

.contact__top {
  padding: 0 0 20px;
}

.contact__top:before, .contact__top:after {
  content: " ";
  display: table;
}

.contact__top:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .contact__top {
    padding: 10px 0 40px;
  }
}

.contact__top--item {
  width: 100%;
  float: left;
  padding: 0 15px 0 80px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .contact__top--item {
    width: 50%;
  }
}

@media screen and (min-width: 850px) {
  .contact__top--item {
    width: 36%;
  }
  .contact__top--item + .contact__top--item {
    width: 28%;
  }
  .contact__top--item + .contact__top--item + .contact__top--item {
    width: 36%;
  }
}

.contact__top--item .icon {
  position: absolute;
  left: 15px;
  top: 0;
  width: 50px;
  height: 50px;
  border: solid 1px #dddddd;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
}

.contact__top--item .icon:before {
  color: #007422;
  font-size: 1.1em;
}

.contact__top--item a {
  display: inline-block;
  padding-top: 8px;
}

.contact__top--item a:hover {
  color: #ff8309;
}

.contact__box {
  background: #ff8309;
}

.contact__box:before, .contact__box:after {
  content: " ";
  display: table;
}

.contact__box:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .contact__box--map {
    width: 60%;
    float: right;
  }
}

.contact__box--branch {
  color: #fff;
  padding: 30px 20px 20px;
  font-size: 1em;
}

.contact__box--branch:before, .contact__box--branch:after {
  content: " ";
  display: table;
}

.contact__box--branch:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .contact__box--branch {
    width: 40%;
    padding: 30px 40px;
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .contact__box--branch {
    padding: 40px 50px;
  }
}

.contact__detail {
  margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
  .contact__detail {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .contact__detail {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}

.contact__detail address, .contact__detail span {
  display: block;
  padding-left: 37px;
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  .contact__detail address, .contact__detail span {
    padding-left: 12px;
    padding-right: 10px;
  }
}

.contact__detail span a {
  color: #fff;
}

.contact__detail address {
  margin-bottom: 10px;
}

@media screen and (max-width: 880px) {
  .contact__detail address br {
    display: none;
  }
}

.contact__detail--title {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ffb165;
}

@media screen and (max-width: 767px) {
  .contact__detail--title {
    margin: 0 10px 15px;
    padding-bottom: 10px;
  }
}

.contact__detail--title:before {
  font-family: 'nithipat';
  display: inline-block;
  content: "\e905";
  display: inline-block;
  padding-right: 15px;
}

.product .category__head {
  background: url(../img/bg-top-product.jpg) no-repeat center top;
  background-size: cover;
}

.product__head {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .product__head {
    text-align: center;
    margin-bottom: 0;
  }
}

.product__head .title--head {
  margin-bottom: 0;
}

.product__sec {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .product__sec {
    padding-bottom: 100px;
  }
}

.service .category__head {
  background: url(../img/bg-top-service.jpg) no-repeat center top;
  background-size: cover;
}

.service__head {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .service__head {
    text-align: center;
    margin-bottom: 0;
  }
}

.service__head .title--head {
  margin-bottom: 0;
}

.service__sec {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .service__sec {
    padding-bottom: 100px;
  }
}
