/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.text-center {
    width: 700px;
}

.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #232943;
  background-color: #f2f5f7;
  font: 100 15px/1.2 "Brown-Light";
}
body:lang(th),
html:lang(th) {
  font: 100 15px/1.2 "thaisans_neuelight";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  color: inherit;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: black;
  font-family: "Brown-Regular";
}
a:lang(th) {
  font-family: "thaisans_neueregular";
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
  border: none;
}
::-moz-selection {
  background: #002d73;
  color: #a8a9af;
}
::selection {
  background: #002d73;
  color: #a8a9af;
}
b,
strong {
  font-family: "Brown-Regular";
}
b:lang(th),
strong:lang(th) {
  font-family: "thaisans_neueregular";
}
p {
  font-family: "Brown-Light";
  color: #232943;
}
p:lang(th) {
  font-family: "thaisans_neuelight";
}
p.white {
  color: #f2f5f7;
}
p.grey {
  color: #a8a9af;
}
h1 {
  font-size: 2.4em;
  font-family: "Brown-Bold";
}
h1:lang(th) {
  font-family: "thaisans_neuebold";
}
h1.title {
  margin: 0.75em 0 1.75em;
}
h1.title:after {
  background-color: #002d73;
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  display: block;
  margin-top: 25px;
}
h1.title.no-line {
  margin: 5px 0;
}
h1.title.no-line:after {
  display: none;
}
h1.centered {
  text-align: center;
}
h1.white {
  color: #f2f5f7;
}
h1.light {
  font-family: "Brown-Light";
}
h1.light:lang(th) {
  font-family: "thaisans_neuelight";
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.8666666667em;
  }
}
h2 {
  font-family: "Brown-Light";
  font-size: 2.4em;
  color: #a8a9af;
  line-height: 1.2;
}
h2:lang(th) {
  font-family: "thaisans_neuelight";
}
h2.white {
  color: #f2f5f7;
}
h2.light {
  font-family: "Brown-Light";
}
h2.light:lang(th) {
  font-family: "thaisans_neuelight";
}
h3 {
  font-family: "Brown-Regular";
  font-size: 1.2em;
}
h3:lang(th) {
  font-family: "thaisans_neueregular";
}
h3.white {
  color: #f2f5f7;
}
h4 {
  font-size: 1.2em;
  font-family: "Brown-Light";
}
h4:lang(th) {
  font-family: "thaisans_neuelight";
}
h4.white {
  color: #f2f5f7;
}
h5 {
  font-size: 0.9333333333em;
  font-family: "Brown-Regular";
}
h5:lang(th) {
  font-family: "thaisans_neueregular";
}
h6 {
  font-family: "Brown-Light";
  font-size: 0.9333333333em;
}
h6:lang(th) {
  font-family: "thaisans_neuelight";
}
.highlighted {
  color: #002d73;
}
img {
  max-width: 100%;
  display: block;
}
img.logo {
  max-width: 270px;
}
@media only screen and (max-width: 767px) {
  img.logo {
    max-width: 255px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  img.logo {
    max-width: 195px;
  }
}
hr {
  height: 2px;
  border: 0;
  background-color: #002d73;
}
input {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  padding: 1em 0 0.2em;
  width: 100% !important;
  z-index: 1;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  font-size: 1em;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #232943;
  font-family: "Brown-Light";
}
input:lang(th) {
  font-family: "thaisans_neuelight";
}
button {
  font-family: "Brown-Regular";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  outline: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  font-size: 1em;
  border: 1px solid #232943;
  background: transparent;
  color: #232943;
  border-radius: 0;
  padding: 0.5em 1em;
}
button:lang(th) {
  font-family: "thaisans_neueregular";
}
button:hover {
  border-color: transparent;
  background: #002d73;
  color: #a8a9af;
}
button:focus {
  border: 1px solid #002d73;
  background: transparent;
  color: #232943;
}
button:not(:disabled) {
  cursor: pointer;
}
label {
  font-family: "Brown-Regular";
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
label:lang(th) {
  font-family: "thaisans_neueregular";
}
textarea {
  max-height: 100px;
  position: relative;
  width: calc(100% - 2em);
  padding: 1em;
  border: 1px solid #232943;
}
textarea:focus {
  outline: none;
}
textarea::-webkit-input-placeholder {
  color: #a8a9af;
  text-transform: uppercase;
  font-family: "Brown-Light";
}
textarea::-webkit-input-placeholder:lang(th) {
  font-family: "thaisans_neuelight";
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
@font-face {
  font-family: "Brown-Light";
  src: url("../fonts/lineto-brown-light.eot");
  src: url("../fonts/lineto-brown-light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lineto-brown-light.woff") format("woff"),
    url("../fonts/lineto-brown-light.ttf") format("truetype"),
    url("../fonts/lineto-brown-light.svg#lineto-brown-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brown-Regular";
  src: url("../fonts/lineto-brown-regular.eot");
  src: url("../fonts/lineto-brown-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/lineto-brown-regular.woff") format("woff"),
    url("../fonts/lineto-brown-regular.ttf") format("truetype"),
    url("../fonts/lineto-brown-regular.svg#lineto-brown-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brown-Bold";
  src: url("../fonts/lineto-brown-bold.eot");
  src: url("../fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lineto-brown-bold.woff") format("woff"),
    url("../fonts/lineto-brown-bold.ttf") format("truetype"),
    url("../fonts/lineto-brown-bold.svg#lineto-brown-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "thaisans_neuebold";
  src: url("../fonts/thaisansneue-bold-webfont.eot");
  src: url("../fonts/thaisansneue-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/thaisansneue-bold-webfont.woff") format("woff"),
    url("../fonts/thaisansneue-bold-webfont.ttf") format("truetype"),
    url("../fonts/thaisansneue-bold-webfont.svg#thaisans_neuebold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "thaisans_neuelight";
  src: url("../fonts/thaisansneue-light-webfont.eot");
  src: url("../fonts/thaisansneue-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/thaisansneue-light-webfont.woff") format("woff"),
    url("../fonts/thaisansneue-light-webfont.ttf") format("truetype"),
    url("../fonts/thaisansneue-light-webfont.svg#thaisans_neuelight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "thaisans_neueregular";
  src: url("../fonts/thaisansneue-regular-webfont.eot");
  src: url("../fonts/thaisansneue-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/thaisansneue-regular-webfont.woff") format("woff"),
    url("../fonts/thaisansneue-regular-webfont.ttf") format("truetype"),
    url("../fonts/thaisansneue-regular-webfont.svg#thaisans_neueregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
} /*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(20%, rgba(0, 0, 0, 0.1)),
    color-stop(40%, rgba(0, 0, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
  -webkit-backface-visibility: hidden;
}
.royalSlider > * {
  float: left;
}
.royalSlider > .rsContent,
.royalSlider > .rsSlideRoot {
  visibility: hidden;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsContent,
.rsWebkit3d .rsBtnCenterer {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d .rsContent,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
  z-index: 90;
}
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto !important;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rsAutoHeight .rsContent {
  position: relative;
  height: auto;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rsNav {
  box-sizing: content-box;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock,
.rsSBlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
a.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
  -webkit-backface-visibility: hidden;
  outline: none;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.abBlackBox {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
}
.abWhiteBox {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
}
.abTextAlignCenter {
  text-align: center;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
body.admin-bar header {
  top: 32px !important;
}
.bd {
  background: #fff;
  position: fixed;
  z-index: 99;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0.01, 0.3, 1),
    -webkit-transform 1s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.to-top,
.to-bottom {
  left: 0px;
  right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .to-top,
  .to-bottom {
    height: 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .to-top,
  .to-bottom {
    height: 18px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1739px) {
  .to-top,
  .to-bottom {
    height: 24px;
  }
}
@media only screen and (min-width: 1740px) {
  .to-top,
  .to-bottom {
    height: 28px;
  }
}
.to-top {
  top: 0;
}
.to-top.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.to-bottom {
  bottom: 0;
}
.to-bottom.is-hidden {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.to-left,
.to-right {
  top: 0px;
  bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .to-left,
  .to-right {
    width: 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .to-left,
  .to-right {
    width: 18px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1739px) {
  .to-left,
  .to-right {
    width: 24px;
  }
}
@media only screen and (min-width: 1740px) {
  .to-left,
  .to-right {
    width: 28px;
  }
}
.to-left {
  left: 0;
}
.to-left.is-hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.to-right {
  right: 0;
}
.to-right.is-hidden {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#loader {
  position: absolute;
  background: #002d73;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
header {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: white;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1),
    -webkit-transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    padding: 6px 0 6px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  header {
    padding: 9px 0 9px 0;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1739px) {
  header {
    padding: 12px 0 12px 0;
  }
}
@media only screen and (min-width: 1740px) {
  header {
    padding: 14px 0 14px 0;
  }
}
header.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
header .logo {
  width: 50px;
  padding: 18px 36px 0 48px;
  float: left;
}
header .logo a {
  display: block;
}
header .logo svg {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  header .logo {
    padding: 18px 0 0 28px;
  }
}
header #nav-main {
  float: left;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  header #nav-main {
    display: none;
  }
}
header #nav-main ul.main {
  margin: 0;
  padding: 0;
  display: table;
  height: 100%;
}
header #nav-main ul.main li {
  list-style: none;
  display: table-cell;
  text-transform: uppercase;
  padding-right: 28px;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
header #nav-main ul.main li a {
  color: #a8a9af;
}
header #nav-main ul.main li a:hover {
  color: #002d73;
}
header #nav-main ul.main li.active a {
  color: #002d73;
}
header ul.lang-switch {
  padding: 12px 28px 0 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  header ul.lang-switch {
    margin-right: 53px;
  }
}
header ul.lang-switch li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Brown-Light" !important;
}
header ul.lang-switch li.active a {
  color: #002d73;
}
header ul.lang-switch li a {
  color: #a8a9af;
  font-family: "Brown-Regular" !important;
}
header ul.lang-switch li a:hover {
  color: #002d73;
}
header #nav-mobile {
  height: 70px;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  header #nav-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1739px) {
  header #nav-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1740px) {
  header #nav-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header #nav-mobile {
    display: none;
  }
}
header #nav-mobile #hamburger {
  background-color: #002d73;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-content: flex-end;
  width: 30px;
  right: 0;
  margin-top: -70px;
  position: absolute;
  padding: 0 28px 0 0;
}
header #nav-mobile #hamburger .strip {
  margin-left: 13px;
  border-style: solid;
  border-color: #ffffff;
  border-width: thin;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
header #nav-mobile #top {
  margin-top: 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header #nav-mobile #top.topRotate {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(4px) rotateZ(45deg);
  transform: translateY(4px) rotateZ(45deg);
}
header #nav-mobile #bottom {
  margin-bottom: 28px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header #nav-mobile #bottom.bottomRotate {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-6px) rotateZ(-45deg);
  transform: translateY(-6px) rotateZ(-45deg);
}
header #nav-mobile #dropDown {
  margin-top: 70px;
  height: 0;
}
header #nav-mobile #background {
  width: 100%;
  height: 0;
  background-color: white;
  position: absolute;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header #nav-mobile #background.expand {
  height: 330px;
}
header #nav-mobile ul.second {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
header #nav-mobile ul.second li {
  display: none;
  background-color: white;
  font-size: 1em;
  padding: 20px 28px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}
header #nav-mobile ul.second li.active a {
  color: #002d73;
}
header #nav-mobile ul.second li a {
  color: #a8a9af;
}
header #nav-mobile ul.second li:after {
  position: absolute;
  content: "";
  left: 28px;
  width: calc(100% - 56px);
  height: 1px;
  bottom: 1px;
  background-color: #a8a9af;
}
header #nav-mobile ul.second li:after:last-child:after {
  width: 0;
}
#nav-mobile ul li:nth-child(1) {
  -webkit-animation-name: fold;
  animation-name: fold;
  -webkit-animation-duration: 401ms;
  animation-duration: 401ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li.anim:nth-child(1) {
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li:nth-child(2) {
  -webkit-animation-name: fold;
  animation-name: fold;
  -webkit-animation-duration: 321ms;
  animation-duration: 321ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li.anim:nth-child(2) {
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li:nth-child(3) {
  -webkit-animation-name: fold;
  animation-name: fold;
  -webkit-animation-duration: 241ms;
  animation-duration: 241ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li.anim:nth-child(3) {
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li:nth-child(4) {
  -webkit-animation-name: fold;
  animation-name: fold;
  -webkit-animation-duration: 161ms;
  animation-duration: 161ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li.anim:nth-child(4) {
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li:nth-child(5) {
  -webkit-animation-name: fold;
  animation-name: fold;
  -webkit-animation-duration: 81ms;
  animation-duration: 81ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li.anim:nth-child(5) {
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li:nth-child(6) {
  -webkit-animation-name: fold;
  animation-name: fold;
  -webkit-animation-duration: 1ms;
  animation-duration: 1ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#nav-mobile ul li.anim:nth-child(6) {
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  header #nav-main ul.main li {
    padding-right: 6px;
  }
}
#bgvid-wrap {
  height: 100%;
  position: relative;
  margin-top: -94px;
}
@media only screen and (max-width: 767px) {
  #bgvid-wrap {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #bgvid-wrap {
    margin-top: -82px;
  }
}
#bgvid-wrap #bgvid {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
}
main#main-content {
  z-index: 1;
}
main#main-content .section {
  padding-top: 94px;
}
@media only screen and (max-width: 767px) {
  main#main-content .section {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section {
    padding-top: 82px;
  }
}
main#main-content .section.blue {
  background-color: #002d73;
}
main#main-content .section.light {
  background-color: #f2f5f7;
}
main#main-content .section .wrap {
  max-width: 81rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  main#main-content .section .wrap {
    margin: 0 1em;
    width: calc(100% - 2em);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap {
    margin: 0 2em;
    width: calc(100% - 4em);
  }
}
main#main-content .section .wrap.wrap_fh {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  main#main-content .section .wrap.wrap_fh {
    margin: 0;
    width: 100%;
  }
}
main#main-content .section .wrap.wrap__col {
  padding: 3em 0 4em;
}
main#main-content .section .wrap.wrap__col::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 767px) {
  main#main-content .section .wrap.wrap__col {
    padding: 2em 0 3em;
  }
}
main#main-content .section .wrap.wrap__col .col-side {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap.wrap__col .col-side {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main#main-content .section .wrap.wrap__col .col-side {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
main#main-content .section .wrap.wrap__col .col-main {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap.wrap__col .col-main {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  main#main-content .section .wrap.wrap__col .col-main {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
main#main-content .section .wrap.wrap__col .col-main .locations {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
main#main-content .section .wrap.wrap__col .col-main .locations::after {
  clear: both;
  content: "";
  display: block;
}
main#main-content .section .wrap.wrap__col .col-main .loc {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap.wrap__col .col-main .loc {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main#main-content .section .wrap.wrap__col .col-main .loc {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
main#main-content .section .wrap.wrap__col .col_app {
  width: calc(14.2857142857% - 1.1428571429%);
  float: left;
  margin-left: 1%;
}
main#main-content .section .wrap.wrap__col .col_app:first-of-type {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap.wrap__col .col_app:first-of-type {
    margin-left: calc(0% - 1% + 2%);
  }
}
@media (max-width: 767px) {
  main#main-content .section .wrap.wrap__col .col_app:first-of-type {
    margin-left: calc(0% - 1% + 2%);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap.wrap__col .col_app:last-of-type {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  main#main-content .section .wrap.wrap__col .col_app:last-of-type {
    width: calc(20% - 1.2%) !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap.wrap__col .col_app {
    width: calc(100% - 2%);
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
  }
}
@media (max-width: 767px) {
  main#main-content .section .wrap.wrap__col .col_app {
    width: calc(100% - 2%);
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
  }
}
@media (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  main#main-content .section .wrap.wrap__col .col_app {
    width: calc(20% - 18px);
    float: left;
    margin-left: 15px;
  }
}
main#main-content .section .wrap.wrap__col .col_cat {
  width: calc(14.2857142857% - 1.1428571429%);
  float: left;
  margin-left: 10%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap.wrap__col .col_cat {
    width: calc(100% - 2%);
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
  }
}
@media (max-width: 767px) {
  main#main-content .section .wrap.wrap__col .col_cat {
    width: calc(100% - 2%);
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
  }
}
@media (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  main#main-content .section .wrap.wrap__col .col_cat {
    width: calc(14.2857142857% - 17.1428571429px);
    float: left;
    margin-left: 15px;
  }
}
main#main-content .section .wrap .wrap__table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
main#main-content .section .wrap .wrap__table .middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
main#main-content .section .wrap .wrap__table .middle .wrap__row::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap .wrap__table .middle .wrap__row {
    margin-left: 2em;
    margin-right: 2em;
  }
}
main#main-content .section .wrap .wrap__table .middle .wrap__row .col_4 {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main#main-content .section .wrap .wrap__table .middle .wrap__row .col_4 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-bottom: 2em;
  }
  main#main-content
    .section
    .wrap
    .wrap__table
    .middle
    .wrap__row
    .col_4:nth-child(2n + 1) {
    clear: right;
  }
  main#main-content
    .section
    .wrap
    .wrap__table
    .middle
    .wrap__row
    .col_4:nth-child(2n) {
    clear: left;
  }
}
@media (max-width: 767px) {
  main#main-content .section .wrap .wrap__table .middle .wrap__row .col_4 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px;
    margin-bottom: 2em;
  }
  main#main-content
    .section
    .wrap
    .wrap__table
    .middle
    .wrap__row
    .col_4:nth-child(2n + 1) {
    clear: right;
  }
  main#main-content
    .section
    .wrap
    .wrap__table
    .middle
    .wrap__row
    .col_4:nth-child(2n) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  main#main-content .section .wrap .wrap__table .middle .wrap__row .col_4 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
    margin-bottom: 0;
  }
  main#main-content
    .section
    .wrap
    .wrap__table
    .middle
    .wrap__row
    .col_4:nth-child(2n + 1) {
    clear: none;
  }
  main#main-content
    .section
    .wrap
    .wrap__table
    .middle
    .wrap__row
    .col_4:nth-child(2n) {
    clear: none;
  }
}
#section-1 .home {
  width: 100%;
  position: relative;
}
#section-1 .home::after {
  clear: both;
  content: "";
  display: block;
}
#section-1 .home .slider {
  float: left;
}
@media only screen and (max-width: 767px) {
  #section-1 .home .slider {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .home .slider {
    width: calc(100% - 12px);
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .home .slider {
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  #section-1 .home .slider {
    width: calc(50% - 18px);
    margin-left: 18px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1739px) {
  #section-1 .home .slider {
    width: calc(50% - 24px);
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1740px) {
  #section-1 .home .slider {
    width: calc(50% - 28px);
    margin-left: 28px;
  }
}
#section-1 .home .about {
  margin: 11% 4% 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  #section-1 .home .about {
    width: calc(100% - 8%);
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .home .about {
    width: calc(100% - 8%);
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .home .about {
    width: 44%;
    margin: 5% 3% 0 3%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  #section-1 .home .about {
    padding-right: 18px;
    width: calc(42% - 18px);
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1739px) {
  #section-1 .home .about {
    padding-right: 24px;
    width: calc(42% - 24px);
  }
}
@media only screen and (min-width: 1740px) {
  #section-1 .home .about {
    padding-right: 28px;
    width: calc(42% - 28px);
  }
}
#section-1 .home .about h2 {
  will-change: transform;
  margin-bottom: 1.5em;
}
#section-1 .home .about h2:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  left: 0;
  background: #002d73;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 25px 0;
}
#section-1 .home .about h2.title-placed:after {
  width: 100%;
}
#section-1 .home .about ul {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
}
#section-1 .home .about ul::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 767px) {
  #section-1 .home .about ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#section-1 .home .about ul li {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  list-style: none;
  line-height: 1.2;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);
}
@media (max-width: 767px) {
  #section-1 .home .about ul li {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .home .about ul li {
    width: calc(25% - 15px);
    float: left;
    margin-left: 12px;
  }
}
#section-1 .home .about ul li.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#section-1 .home .about ul li:lang(th) {
  word-break: keep-all;
  white-space: nowrap;
  width: calc(50% - 20px) !important;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #section-1 .home .about ul li:lang(th) {
    width: calc(100% - 20px) !important;
  }
}
@media (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .home .about ul li:lang(th) {
    width: calc(100% - 20px) !important;
  }
}
#section-1 .app {
  background-color: #002d73 !important;
  width: 100%;
  padding-bottom: 3em;
}
#section-1 .icon {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 1em;
  cursor: pointer;
}
#section-1 .icon img {
  display: block;
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  pointer-events: all;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .icon img {
    max-height: 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .icon img {
    max-height: 175px;
    max-width: 175px;
  }
}
#section-1 .icon:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#section-1 .icon .icon-title {
  margin-top: 25px;
}
#section-1 .icon .icon-title h5 {
  color: #f2f5f7;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .icon .icon-title h5 {
    font-size: 0.9333333333em;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .icon .icon-title h5 {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #section-1 .cat {
    background-color: white;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .cat {
    background-color: white;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .cat {
    background: transparent;
  }
}
#section-1 .cat .bg-strip {
  position: absolute;
  width: 100%;
  height: 85px;
  background: #fff;
  left: 0;
  margin-top: 160px;
  padding-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  #section-1 .cat .bg-strip {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .cat .bg-strip {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .cat .bg-strip {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .cat .col_cat:nth-child(3) .cat-title {
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  #section-1 .cat .col_cat:nth-child(3) .cat-title {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .cat .col_cat:nth-child(3) .cat-title {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .cat .col_cat:nth-child(5) .cat-title {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #section-1 .cat .col_cat:nth-child(5) .cat-title {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .cat .col_cat:nth-child(5) .cat-title {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .cat .col_cat:nth-child(6) .cat-title {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #section-1 .cat .col_cat:nth-child(6) .cat-title {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .cat .col_cat:nth-child(6) .cat-title {
    bottom: 0;
  }
}
#section-1 .prod {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 1em;
  cursor: pointer;
}
#section-1 .prod img {
  display: block;
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#section-1 .prod img:hover {
  -webkit-filter: none;
  filter: none;
}
@media only screen and (max-width: 767px) {
  #section-1 .prod img {
    max-height: 200px;
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .prod img {
    max-height: 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .prod img {
    max-height: 125px;
    max-width: 125px;
  }
}
#section-1 .prod .cat-title {
  margin-bottom: 20px;
  height: 50px;
  width: 100%;
  display: table;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .prod .cat-title {
    margin-bottom: 0px;
    height: 60px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  #section-1 .prod .cat-title {
    margin-bottom: -20px;
    height: 60px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .prod .cat-title {
    margin-bottom: 20px;
    height: 50px;
    position: relative;
  }
}
#section-1 .prod .cat-title h6 {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .prod .cat-title h6 {
    font-size: 0.9333333333em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #section-1 .prod .cat-title h6 {
    font-size: 0.8em;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-1 .prod .cat-title h6 {
    font-size: 0.7333333333em;
  }
}
#section-1 .experience {
  background: white;
  width: 100%;
  padding-bottom: 2em;
}
#section-1 .experience .wrap.wrap__col {
  padding: 1em 0;
}
#section-1 .experience .wrap.wrap__col .blue-wrap {
  background-color: #002d73 !important;
  box-shadow: 15px 15px 0px 0px #a8a9af;
  padding: 4em 6em;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #section-1 .experience .wrap.wrap__col .blue-wrap {
    margin: 0 1em;
    padding: 4em 3em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  #section-1 .experience .wrap.wrap__col .blue-wrap {
    padding: 3em 2em;
  }
}
#section-1 .experience .wrap.wrap__col .blue-wrap h1 {
  color: #f2f5f7;
  margin-top: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  #section-1 .experience .wrap.wrap__col .blue-wrap h1 {
    font-size: 1.6666666667em;
  }
}
#section-1 .experience .wrap.wrap__col .blue-wrap h3 {
  color: #f2f5f7;
  margin: 2em 0 1em;
}
@media only screen and (max-width: 767px) {
  #section-1 .experience .wrap.wrap__col .blue-wrap h3 {
    margin: 0 0 1em;
  }
}
#section-1 .experience .wrap.wrap__col .blue-wrap h6 {
  color: #f2f5f7;
  -webkit-columns: 16em;
  -moz-columns: 16em;
  columns: 16em;
  padding-bottom: 3em;
  border-bottom: 2px solid #f2f5f7;
  margin: 0;
}
#section-1 .experience .wrap.wrap__col .blue-wrap h6:lang(th) {
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  #section-1 .experience .wrap.wrap__col .blue-wrap h6 br:nth-child(17n) {
    display: none;
  }
}
#section-1 .experience .wrap.wrap__col .blue-wrap hr {
  background-color: #f2f5f7;
  margin-bottom: 1em;
}
#section-1 .roi {
  background-image: url(../img/bg/Lines.png);
  width: 100%;
  background-size: cover;
  background-color: white;
}
#section-1 .roi .box {
  max-width: 55rem;
  background: white;
  box-shadow: 15px 15px 0px 0px #002d73;
  padding: 3em;
  border: 1px solid #002d73;
  margin: 0 auto;
}
#section-1 .roi .box::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 767px) {
  #section-1 .roi .box {
    margin: 0 1em;
    padding: 3em 2em;
  }
}
#section-1 .roi .box h5 {
  float: left;
  display: block;
  width: 17%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  #section-1 .roi .box h5 {
    width: 100%;
    margin: 1em 0 0.5em;
  }
}
#section-1 .roi .box h2 {
  float: left;
  display: block;
  width: 100%;
  margin-top: 0.4em;
}
#section-1 .roi .box h2:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #section-1 .roi .box h2 {
    width: 100%;
    font-size: 1.8666666667em;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  #section-1 .roi .box h2 {
    font-size: 1.2em;
  }
}
#section-1 .scale #numbers {
  margin: 2em 0;
}
#section-1 .scale #numbers::after {
  clear: both;
  content: "";
  display: block;
}
#section-1 .scale #numbers h1 {
  margin-left: calc(12.5% - 33.75px + 60px);
  margin-top: 1em;
  margin-bottom: 2em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-1 .scale #numbers h1 {
    margin-left: calc(0% - 24px + 48px);
  }
}
@media (max-width: 767px) {
  #section-1 .scale #numbers h1 {
    margin-left: calc(0% - 15px + 30px);
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  #section-1 .scale #numbers h1 {
    font-size: 1.6666666667em;
    line-height: 1.2;
  }
}
#section-1 .scale #numbers .today {
  width: calc(50% - 45px);
  float: left;
  margin-left: 30px;
  margin-left: calc(12.5% - 33.75px + 60px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-1 .scale #numbers .today {
    width: calc(66.6666666667% - 40px);
    float: left;
    margin-left: 24px;
    margin-left: calc(0% - 24px + 48px);
  }
}
@media (max-width: 767px) {
  #section-1 .scale #numbers .today {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    margin-left: calc(0% - 15px + 30px);
  }
}
#section-1 .scale #numbers .today__col {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
#section-1 .scale #numbers .today__col::after {
  clear: both;
  content: "";
  display: block;
}
#section-1 .scale #numbers .today__col .today_item {
  width: calc(33.3333333333% - 40px);
  float: left;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-1 .scale #numbers .today__col .today_item {
    width: calc(33.3333333333% - 32px);
    float: left;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  #section-1 .scale #numbers .today__col .today_item {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-left: 30px;
  }
}
#section-1 .scale #numbers .since {
  width: calc(25% - 37.5px);
  float: left;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-1 .scale #numbers .since {
    width: calc(33.3333333333% - 32px);
    float: left;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  #section-1 .scale #numbers .since {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}
#section-1 .scale #numbers h5 {
  margin: 0 0 1em;
}
#section-1 .scale #numbers h5:before {
  background-color: #002d73;
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  display: block;
  margin-top: -20px;
}
#section-1 .scale #numbers .specs {
  font-family: "Brown-Light";
  line-height: 1.2;
  margin-top: 0;
}
#section-1 .scale #numbers .specs:lang(th) {
  font-family: "thaisans_neuelight";
}
#section-1 .scale #numbers .specs .number {
  font-size: 3.7333333333em;
  font-family: "Brown-Regular";
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  #section-1 .scale #numbers .specs .number {
    font-size: 2.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-1 .scale #numbers .specs .number {
    font-size: 2.8em;
  }
}
#section-2 .approach-container {
  position: relative;
  padding-bottom: 22.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#section-2 .approach-container #appvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-2 .approach {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) translateY(-145%);
  transform: translate3d(0, 0, 0) translateY(-145%);
}
@media only screen and (max-width: 767px) {
  #section-2 .approach {
    margin: 0 1em;
    width: calc(100% - 2em);
    -webkit-transform: translate3d(0, 0, 0) translateY(-15%);
    transform: translate3d(0, 0, 0) translateY(-15%);
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  #section-2 .approach {
    -webkit-transform: translate3d(0, 0, 0) translateY(-23%);
    transform: translate3d(0, 0, 0) translateY(-23%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-2 .approach {
    -webkit-transform: translate3d(0, 0, 0) translateY(-30%);
    transform: translate3d(0, 0, 0) translateY(-30%);
  }
}
#section-2 .approach h1 {
  margin: 0;
  text-align: center;
}
#section-2 .approach h1:first-child:before {
  background-color: #002d73;
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  margin: 0 auto 0.5em;
}
#section-2 .approach h4 {
  max-width: 30rem;
  margin: 1em auto;
  text-align: center;
}
#section-2 .roi {
  background-image: url(../img/bg/Lines.png);
  width: 100%;
  background-size: cover;
  background-color: white;
}
#section-2 .roi .box {
  max-width: 55rem;
  background: white;
  box-shadow: 15px 15px 0px 0px #002d73;
  padding: 3em;
  border: 1px solid #002d73;
  margin: 0 auto;
}
#section-2 .roi .box::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 767px) {
  #section-2 .roi .box {
    margin: 0 1em;
    padding: 3em 2em;
  }
}
#section-2 .roi .box h5 {
  float: left;
  display: block;
  width: 17%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  #section-2 .roi .box h5 {
    width: 100%;
    margin: 1em 0 0.5em;
  }
}
#section-2 .roi .box h2 {
  float: left;
  display: block;
  width: 100%;
  margin-top: 0.4em;
}
@media only screen and (max-width: 767px) {
  #section-2 .roi .box h2 {
    width: 100%;
    font-size: 1.8666666667em;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  #section-2 .roi .box h2 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-2 .roi .box h2 {
    font-size: 1.8666666667em;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-2 .roi .box h2 {
    width: 80%;
  }
}
#section-2 .roi .box h2:lang(th) {
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  #section-2 .scale {
    margin: 67% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-2 .scale {
    margin: 25% 0 0;
  }
}
#section-2 .scale #numbers {
  margin: 0 0 2em;
}
#section-2 .scale #numbers::after {
  clear: both;
  content: "";
  display: block;
}
#section-2 .scale #numbers h1 {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 0;
}
#section-2 .scale #numbers h1:before {
  background-color: #002d73;
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  margin: 0 auto 0.5em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-2 .scale #numbers h1 {
    margin-left: calc(0% - 24px + 48px);
  }
}
@media (max-width: 767px) {
  #section-2 .scale #numbers h1 {
    margin-left: calc(0% - 15px + 30px);
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  #section-2 .scale #numbers h1 {
    font-size: 1.6666666667em;
    line-height: 1.2;
  }
}
#section-2 .scale #numbers .today {
  width: calc(50% - 45px);
  float: left;
  margin-left: 30px;
  margin-left: calc(12.5% - 33.75px + 60px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-2 .scale #numbers .today {
    width: calc(66.6666666667% - 40px);
    float: left;
    margin-left: 24px;
    margin-left: calc(0% - 24px + 48px);
  }
}
@media (max-width: 767px) {
  #section-2 .scale #numbers .today {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    margin-left: calc(0% - 15px + 30px);
  }
}
#section-2 .scale #numbers .today__col {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
#section-2 .scale #numbers .today__col::after {
  clear: both;
  content: "";
  display: block;
}
#section-2 .scale #numbers .today__col .today_item {
  width: calc(33.3333333333% - 40px);
  float: left;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-2 .scale #numbers .today__col .today_item {
    width: calc(33.3333333333% - 32px);
    float: left;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  #section-2 .scale #numbers .today__col .today_item {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-left: 30px;
  }
}
#section-2 .scale #numbers .since {
  width: calc(25% - 37.5px);
  float: left;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-2 .scale #numbers .since {
    width: calc(33.3333333333% - 32px);
    float: left;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  #section-2 .scale #numbers .since {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}
#section-2 .scale #numbers h5 {
  margin: 0 0 1em;
}
#section-2 .scale #numbers h5:before {
  background-color: #002d73;
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  display: block;
  margin-top: -20px;
}
#section-2 .scale #numbers .specs {
  font-family: "Brown-Light";
  line-height: 1.2;
  margin-top: 0;
}
#section-2 .scale #numbers .specs:lang(th) {
  font-family: "thaisans_neuelight";
}
#section-2 .scale #numbers .specs .number {
  font-size: 3.7333333333em;
  font-family: "Brown-Regular";
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  #section-2 .scale #numbers .specs .number {
    font-size: 2.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-2 .scale #numbers .specs .number {
    font-size: 2.8em;
  }
}
#section-3 .grid::after {
  clear: both;
  content: "";
  display: block;
}
#section-3 .cell {
  width: calc(33.3333333333% - 1.3333333333%);
  float: left;
  margin-left: 1%;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #section-3 .cell {
    width: calc(100% - 2%);
    float: left;
    margin-left: 1%;
  }
}
@media (max-width: 767px) {
  #section-3 .cell {
    width: calc(100% - 2%);
    float: left;
    margin-left: 1%;
  }
}
@media (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #section-3 .cell {
    width: calc(33.3333333333% - 1.3333333333%);
    float: left;
    margin-left: 1%;
  }
}
#section-3 .cell .inner {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#section-3 .cell .inner img {
  width: 100%;
}
#section-3 .cell .inner .article_overlay {
  opacity: 0;
  position: absolute;
  z-index: 1;
  text-align: left;
  background: rgba(0, 43, 111, 0.8);
}
#section-3 .cell .inner .article_overlay .overlay-inner {
  width: 100%;
  height: 100%;
  display: table;
}
#section-3 .cell .inner .article_overlay .overlay-inner div {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 1.5em;
}
#section-3 .cell .inner .article_overlay .overlay-inner div span {
  display: block;
}
#section-3 .cell .inner .article_overlay .overlay-inner div span img {
  display: block;
  max-width: 70%;
  max-height: 40%;
  width: auto;
  margin: 0 auto;
}
@supports not (flex-wrap: wrap) {
  .grid {
    display: block;
  }
  .grid .cell {
    display: inline-block;
    vertical-align: top;
  }
}
.fp-responsive #section-4 {
  height: auto !important;
}
#section-4 h1 {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #section-4 h1 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-4 h1 {
    margin-left: 10px;
  }
}
#section-4 h3 {
  margin-bottom: 0;
  margin-top: 0.2em;
  line-height: 1.2;
  font-size: 1.0666666667em;
  font-family: "Brown-Bold" !important;
}
#section-4 h3:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #section-4 h3:first-child {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-4 h3:first-child {
    margin-top: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  #section-4 h3 {
    margin: 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section-4 h3 {
    margin: 1em 0;
  }
}
#section-4 p {
  line-height: 1.2;
  font-size: 0.9333333333em;
  margin: 0;
  display: block;
  position: relative;
  font-family: "Brown-Light" !important;
  cursor: pointer;
}
#section-4 p span {
  display: inline-block;
  position: relative;
  will-change: transform;
  overflow: hidden;
}
#section-4 p span:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: white;
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#section-4 p:hover span:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#section-5 .hero img {
  width: 100%;
  display: block;
}
#section-5 .footer {
  background-color: #002d73 !important;
  width: 100%;
}
#section-5 .footer p {
  font-family: "Brown-Light" !important;
  color: #f2f5f7;
  margin: 0;
}
#section-5 .footer p strong {
  font-family: "Brown-Regular" !important;
}
#section-5 .footer h3.title-white {
  color: #f2f5f7;
  margin: 1em 0 2.5em 0;
  font-family: "Brown-Bold" !important;
}
#section-5 .footer h3.title-white:after {
  background-color: #f2f5f7;
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  display: block;
  margin-top: 1em;
}
#section-5 .footer h5 {
  color: #f2f5f7;
  margin: 0;
  display: block;
  font-family: "Brown-Bold" !important;
}
#section-5 .footer a {
  color: #a8a9af;
  font-family: "Brown-Regular" !important;
}
#section-5 .footer a:hover {
  color: #f2f5f7;
}
#section-5 .legals {
  width: 100%;
  text-align: center;
  background: #232943;
}
#section-5 .legals p {
  color: #f2f5f7;
  margin: 0;
  font-family: "Brown-Light" !important;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#section-5 .legals p a {
  color: #f2f5f7;
}
#section-5 .legals p a:hover {
  color: #a8a9af;
}
.ctas {
  padding-top: 24px;
  margin: 2em 10%;
}
.button {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #002d73;
  background: transparent;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  font-size: 1.2em;
  color: #002d73;
  line-height: 2.4;
  margin: 0 3% 0 0;
  width: calc(47% - 2px);
}
.button:lang(en) {
  font-family: "Brown-Regular";
}
.button:lang(th) {
  font-family: "thaisans_neueregular";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .button {
    width: calc(100% - 2px);
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .button {
    width: calc(100% - 2px);
    margin-bottom: 3%;
  }
}
.button:last-child {
  margin-right: 0;
}
.button:hover {
  background: #002d73;
  color: #f2f5f7;
}
.button:focus {
  border: 1px solid #002d73;
  background: transparent;
  color: #002d73;
}
.button.blue {
  background: #002d73;
  color: #f2f5f7;
}
.button.blue:hover {
  background: #f2f5f7;
  color: #002d73;
}
.button.blue:focus {
  background: #f2f5f7;
  color: #002d73;
}
.button span {
  padding-left: 1em;
}
.inline-hidden {
  display: none;
  width: 100%;
}
.fancybox-container .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}
.fancybox-container .fancybox-toolbar .fancybox-button {
  background: transparent;
  color: #002d73;
}
.fancy-wrap {
  background-color: #f2f5f7;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.fancy-wrap .wrap {
  max-width: 60rem;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fancy-wrap .wrap {
    margin: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .fancy-wrap .wrap {
    margin: 0 1em;
  }
}
.fancy-wrap .wrap .wrap__table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.fancy-wrap .wrap .wrap__table .middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fancy-wrap .wrap .logo-fancy {
  width: 50px;
  margin: 1em 0;
}
.fancy-wrap .btn.close {
  right: 32px;
  position: absolute;
  top: 32px;
  height: 34px;
  padding: 0.5em 1em 0.5em 1em;
  z-index: 12;
}
.fancybox-toolbar {
  display: none;
}
.fancy-wrap.forms p {
  font-size: 1.2em;
  line-height: 1.45;
  margin-top: 0;
}
.fancy-wrap.forms p b {
  line-height: 1.45;
  display: inline-block;
}
.fancy-wrap.forms .form-elements {
  max-width: 85%;
}
@media only screen and (max-width: 767px) {
  .fancy-wrap.forms .form-elements {
    max-width: 100%;
  }
}
.fancy-wrap.forms .form-elements form > div:not(.wpcf7) {
  float: left;
  width: 45%;
  margin-right: 2%;
  position: relative;
}
.fancy-wrap.forms .form-elements form > div:not(.wpcf7).col-3 {
  width: 31%;
}
.fancy-wrap.forms .form-elements .form-group {
  display: -webkit-box;
  display: flex;
  height: 40px;
  margin: 1em 0;
}
.fancy-wrap.forms .form-elements .form-group .control-label {
  margin-top: -6px;
  opacity: 0.4;
  -webkit-transform: translate3d(0, 22px, 0), scale(1);
  transform: translate3d(0, 22px, 0), scale(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 240ms;
  transition: 240ms;
}
.fancy-wrap.forms .form-elements .message-wrap {
  margin: 1em 0 1em;
  width: 45%;
}
.fancy-wrap.forms .form-elements .submit {
  float: left;
  clear: both;
}
.fancy-wrap.forms .form-elements .form-group.focused .control-label {
  margin-top: 0;
  opacity: 1;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.fancy-wrap.forms .form-elements .form-control {
  align-self: flex-end;
}
.fancy-wrap.forms .form-elements .form-control::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 240ms;
  transition: 240ms;
}
.fancy-wrap.forms
  .form-elements
  .form-control:focus::-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
}
.fancy-wrap.forms
  .form-elements
  .form-group.focused
  .form-control::-webkit-input-placeholder {
  color: #a8a9af;
}
.wpcf7-submit {
  background-color: #002d73;
  color: #fff;
  padding: 0.7em 0.5em;
  margin-top: 1em;
}
.wpcf7-submit:hover {
  background-color: #f2f5f7;
  color: #002d73;
  border: 1px solid #002d73;
}
span.wpcf7-not-valid-tip {
  margin: 2px 0 10px;
  font-size: 0.9333333333em;
}
div.wpcf7-response-output {
  margin: 1em 0;
  float: left;
  padding: 0.5em 1em;
}
div.wpcf7 img.ajax-loader {
  margin-top: 15px;
}
span.wpcf7-not-valid-tip {
  margin: 5px;
}
.page-content {
  max-width: 81rem;
  margin: 0 auto;
  padding-top: 84px;
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin: 0 2em;
  }
}
.news-single {
  max-width: 81rem;
  margin: 0 auto;
  padding: 84px 0;
}
@media only screen and (max-width: 767px) {
  .news-single {
    margin: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .news-single {
    margin: 0 2em;
  }
}
@-webkit-keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fold {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes fold {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.col_6 {
  width: calc(50% - 25px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col_6 {
    width: calc(75% - 60px);
    float: left;
    margin-left: 20px;
    margin-bottom: 2em;
  }
  .col_6:nth-child(1n + 1) {
    clear: right;
  }
  .col_6:nth-child(1n) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .col_6 {
    width: calc(100% - 15px);
    float: left;
    margin-left: 10px;
    margin-bottom: 2em;
  }
  .col_6:nth-child(1n + 1) {
    clear: right;
  }
  .col_6:nth-child(1n) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .col_6 {
    width: calc(50% - 12.5px);
    float: left;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .col_6:nth-child(2n + 1) {
    clear: none;
  }
  .col_6:nth-child(2n) {
    clear: none;
  }
}
