/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #2B2B2B;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  table,
pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "DINP-R";
  src: url(../fonts/DINPro-Regular.2ac4eb.eot) format("eot"), url(../fonts/DINPro-Regular.7b307e.woff) format("woff"), url(../fonts/DINPro-Regular.f8ce19.ttf) format("truetype"), url(../fonts/DINPro-Regular.b5c55d.svg#DINPro-Regular) format("svg");
  font-style: normal;
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
/* Homepage */
html {
  font-family: "Open Sans", "Kanit", sans-serif;
}

body {
  margin: 0 auto;
  color: #2B2B2B;
}
body.mobile-nav-opened {
  overflow: hidden;
}

a {
  color: #2B2B2B;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

main {
  position: relative;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  background-color: #01A897;
  color: white;
  font-weight: bold;
  border-radius: 3px;
}
.btn:hover {
  background-color: #017569;
}
.btn.btn-lg {
  padding: 18px 30px;
}

.headline-section {
  background-color: #EAFFF9;
}

.headline-wrapper {
  display: flex;
}

.headline-left {
  flex: 1;
  margin: 90px 60px 90px 0;
}

.headline {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
}
.headline span {
  font-style: italic;
  color: #01A897;
  margin-left: 10px;
}

.headline-details {
  padding: 30px 0;
  color: #505b5a;
}

.headline-right {
  flex: 1;
}

.home-art {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-section {
  position: relative;
}
.feature-section:after {
  position: absolute;
  top: -60px;
  left: 0;
  content: "";
  display: block;
  width: 120%;
  height: 60%;
  background-color: #EAFFF9;
  z-index: -1;
}

.feature {
  display: flex;
  margin: 60px 0;
}

.feature-list {
  flex: 1;
  background-color: white;
  margin-right: 30px;
  padding: 60px 30px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 17px 5px;
  border-radius: 12px;
}
.feature-list:last-child {
  margin-right: 0;
}

.feature-title {
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 30px;
}
.feature-title img {
  margin-bottom: 30px;
}

.feature-details {
  color: #505b5a;
}

.function {
  padding-top: 60px;
  padding-bottom: 60px;
}

.function-header {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.function-header span {
  font-style: italic;
  color: #01A897;
  margin-left: 10px;
}

.function-details {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  color: #505b5a;
}

.function-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.function-list {
  display: flex;
  width: 100%;
  background-color: #fff8e4;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 12px;
  text-align: center;
}

.function-icon {
  margin-right: 30px;
}
.function-icon svg {
  color: #ffb24d;
}

.function-content {
  display: flex;
  margin-top: 60px;
}

.function-art {
  flex: 1;
  display: flex;
}

.function-list-wrapper {
  flex: 1;
  padding: 0 30px;
}

.cta {
  background-color: #EAFFF9;
  text-align: center;
  padding: 90px 0;
}

.cta-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}
.cta-title span {
  font-style: italic;
  color: #01A897;
  margin-left: 10px;
}

footer {
  color: #505b5a;
}

.footer-contact {
  display: flex;
  padding: 60px 0;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  text-align: center;
  color: #505b5a;
  padding: 0 30px;
}
.footer-contact-list svg {
  margin-bottom: 15px;
  color: #01A897;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 30px 0;
  font-size: 80%;
  font-weight: bold;
}
.footer-copyright svg {
  width: 15px;
  vertical-align: text-bottom;
}

header {
  padding: 20px 0;
  background-color: #EAFFF9;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
}

.logo {
  display: block;
  width: 220px;
}

.header-left {
  display: flex;
  font-weight: bold;
  align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
}
.header-right ul {
  display: flex;
}
.header-right ul li {
  padding-right: 30px;
}
.header-right ul li:last-child {
  padding-right: 50px;
}

.mobile-menu {
  padding: 10px;
}
.mobile-menu svg {
  width: 20px;
  height: 20px;
}
.mobile-menu:hover {
  cursor: pointer;
}

.btn-close {
  display: inline-block;
  float: right;
  padding: 15px;
}
.btn-close svg {
  width: 20px;
  height: 20px;
}
.btn-close:hover {
  cursor: pointer;
}

.mobile-nav {
  display: block;
  position: absolute;
  width: 320px;
  top: 0;
  right: 0;
  height: 100%;
  background-color: white;
  border-left: 1px solid #ddd;
  transform: translateX(320px);
  transition: 0.2s all;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
}
.mobile-nav ul {
  padding-top: 55px;
}
.mobile-nav ul li {
  padding: 15px 25px;
}
.mobile-nav.is-slide {
  display: block;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.obfuscator {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.obfuscator.is-show {
  visibility: visible;
}

@media only screen and (max-width: 992px) {
  .headline-wrapper {
    flex-direction: column;
  }

  .feature {
    flex-direction: column;
  }

  .header-right {
    display: none;
  }

  .headline-left {
    text-align: center;
    margin: 60px 30px 30px 30px;
  }

  .headline-right img {
    width: 80%;
    margin: 0 auto;
  }

  .feature-list {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px;
  }

  .function-content {
    flex-direction: column;
  }

  .function-art img {
    width: 70%;
    margin: 0 auto;
  }

  .function-list-wrapper {
    padding: 0;
    margin-top: 30px;
  }

  .cta {
    padding: 60px 30px;
  }

  .cta-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  .function-art{
    display: block;
  }
  .headline-left {
    margin: 2rem 0;
  }

  .headline {
    font-size: 2em;
  }

  .headline-right img {
    width: 100%;
  }

  .feature-list {
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .feature-title {
    margin-bottom: 1rem;
  }
  .feature-title img {
    margin-bottom: 1rem;
  }

  .function {
    padding: 0 0 30px 0;
  }

  .function-header {
    font-size: 1.5em;
  }

  .function-details {
    margin: 0;
    max-width: 100%;
  }

  .function-list {
    padding: 1rem;
    flex-direction: column;
  }

  .function-icon {
    margin-right: 0;
  }

  .function-art img {
    width: 100%;
  }

  .cta-section {
    width: 100%;
  }

  .footer-contact {
    flex-direction: column;
    padding: 1rem 0;
  }

  .footer-contact-list {
    padding: 1rem 0;
  }

  .footer-copyright {
    flex-direction: column;
    font-weight: normal;
  }
  
  .logo-store{
	padding-top: 2rem;
	flex-direction: column;
    flex: 1;
	align-items: center;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
  }

  .mobile-menu {
    display: none;
  }

  .btn-lg {
    padding: 20px 38px;
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
.logo-store{
	padding-top: 60px;
	display:flex;
	justify-content:center;
}
.logo-store img{
	width:200px;
}
