@import url(https://fonts.googleapis.com/css?family=Rubik:400,500);@import url(https://fonts.googleapis.com/css?family=Dosis:400,500);/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.react-tabs__tab-list {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0;
}

.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
}

.react-tabs__tab--selected {
  background: #fff;
  border-color: #aaa;
  color: black;
  border-radius: 5px 5px 0 0;
}

.react-tabs__tab--disabled {
  color: GrayText;
  cursor: default;
}

.react-tabs__tab:focus {
  box-shadow: 0 0 5px hsl(208, 99%, 50%);
  border-color: hsl(208, 99%, 50%);
  outline: none;
}

.react-tabs__tab:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}

.react-tabs__tab-panel {
  display: none;
}

.react-tabs__tab-panel--selected {
  display: block;
}
.react-tabs__tab-list {
  margin-bottom: 0px; }

.react-tabs__tab {
  color: #FFFFFF; }
  .react-tabs__tab.react-tabs__tab--selected {
    border-color: none;
    color: #40C280; }
@font-face {
  font-family: sukumvit;
  src: url(fonts/SukhumvitSet-Medium.ttf);
  /*src: url( "/fonts/cartoon.ttf" );*/
  /*font-weight: 900;*/ }

.rub {
  font-family: 'Rubik', sans-serif; }

.dos {
  font-family: 'Dosis', sans-serif; }

body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100vh;
  background-color: #40C280;
  margin: 0;
  font-family: sukumvit, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overscroll-behavior-y: none; }

* {
  box-sizing: border-box; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: #FFF; }

p {
  margin: 0; }

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container.table {
    display: table; }
  .container .cell {
    display: table-cell;
    vertical-align: middle; }

.mar-top-xl {
  margin-top: 50px !important; }
  @media only screen and (max-width: 568px) {
    .mar-top-xl {
      margin-top: 30px !important; } }

.mar-top {
  margin-top: 32px !important; }
  @media only screen and (max-width: 568px) {
    .mar-top {
      margin-top: 24px !important; } }

.mar-top-xs {
  margin-top: 8px !important; }

.mar-top-sm {
  margin-top: 16px !important; }

.mar-left {
  margin-left: 32px !important; }

.mar-left-sm {
  margin-left: 16px !important; }

.mar-left-xs {
  margin-left: 8px !important; }

.mar-right {
  margin-right: 32px !important; }

.mar-form {
  margin-left: 60px !important; }

.mar-right-xs {
  margin-right: 8px !important; }

.mar-right-sm {
  margin-right: 16px !important; }

.mar-top-md {
  margin-top: 24px !important; }
  @media only screen and (max-width: 568px) {
    .mar-top-md {
      margin-top: 16px !important; } }

.mar-top-lg {
  margin-top: 48px !important; }
  @media only screen and (max-width: 568px) {
    .mar-top-lg {
      margin-top: 40px !important; } }
  @media only screen and (max-width: 568px) {
    .mar-top-lg {
      margin-top: 32px !important; } }

.mar-bot {
  margin-bottom: 32px !important; }
  @media only screen and (max-width: 568px) {
    .mar-bot {
      margin-bottom: 24px !important; } }

.mar-bot-xs {
  margin-bottom: 8px !important; }

.mar-bot-sm {
  margin-bottom: 16px !important; }

.mar-bot-md {
  margin-bottom: 24px !important; }
  @media only screen and (max-width: 568px) {
    .mar-bot-md {
      margin-bottom: 16px !important; } }

.mar-bot-lg {
  margin-bottom: 48px !important; }
  @media only screen and (max-width: 568px) {
    .mar-bot-lg {
      margin-bottom: 40px !important; } }
  @media only screen and (max-width: 568px) {
    .mar-bot-lg {
      margin-bottom: 32px !important; } }

.pad-left {
  padding-left: 32px !important; }

.pad-left-xs {
  padding-left: 8px; }

.pad-left-sm {
  padding-left: 16px !important; }

.pad-left-md {
  padding-left: 24px !important; }

.pad-right {
  padding-right: 32px !important; }

.pad-right-xs {
  padding-right: 8px; }

.pad-right-sm {
  padding-right: 16px !important; }

.pad-right-md {
  padding-right: 24px !important; }

.pad-page {
  padding: 100px 0px; }

.mar-box {
  margin: 10px; }

/**
 * @include box-shadow(0,0,10px,#000,inset);
 */
/**
 * Transtate
 */
/**
 * Rotate
 */
.disable-click {
  pointer-events: none; }

.unselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hide {
  display: none; }

.blocked {
  cursor: not-allowed; }

.svg-text {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pointer {
  cursor: pointer; }

#app {
  width: 100%;
  height: 100%; }

.disable-scroll {
  overscroll-behavior-y: none;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%; }

.page {
  width: 100%; }

.page-white {
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #FFF; }

.time-bar {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: #40C280;
  background-color: #40C280;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in; }
  .time-bar.blink-bar {
    background: red;
    animation: blinker 1s linear infinite; }
  .time-bar.transparent {
    background: transparent; }
  .time-bar .control-block {
    position: absolute;
    top: 10px;
    right: 20px; }
    .time-bar .control-block .control-btn {
      width: 40px;
      cursor: pointer; }
      .time-bar .control-block .control-btn img {
        width: 30px; }

.intro-bar {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 70px;
  left: 0;
  right: 0;
  height: 55px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #F4F0F0; }

.noti-bar {
  z-index: 11;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 60px;
  background: #D8D8D8;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* works with row or column */
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .noti-bar.info {
    height: 90px; }

.page-quiz {
  width: 100%;
  height: 100vh;
  position: relative;
  display: table;
  padding: 50px 20px; }

.quiz-holder {
  display: table-cell;
  vertical-align: middle; }

.white-box {
  width: 100%;
  padding: 30px;
  background: #FFFFFF; }

.quiz-img {
  max-width: 150px; }
  @media (min-width: 568px) {
    .quiz-img {
      max-width: calc(7.91139vw + 105.06329px); } }
  @media (min-width: 1200px) {
    .quiz-img {
      max-width: 200px; } }

.breadcrumb {
  top: 30px;
  right: 30px;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .breadcrumb .large {
    line-height: 1.2; }

.content-block {
  padding: 20px;
  background: #FFF; }
  @media (min-width: 568px) {
    .content-block {
      padding: calc(4.74684vw - 6.96203px); } }
  @media (min-width: 1200px) {
    .content-block {
      padding: 50px; } }

.btn {
  cursor: pointer;
  display: block;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  padding: 3px 50px;
  border-radius: 25px;
  text-align: center;
  color: #FFF;
  background: #39AF73;
  font-size: 18px; }
  @media (min-width: 568px) {
    .btn {
      font-size: calc(0.94937vw + 12.60759px); } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 24px; } }
  @media only screen and (max-width: 570px) {
    .btn.inline-mobile {
      display: inline-block !important; } }
  .btn.inline {
    display: inline-block; }
  .btn.primary {
    width: 280px; }
  .btn.blocked {
    cursor: not-allowed;
    background: #c1bfbf; }
  .btn:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.white {
  color: #FFF; }

.black {
  color: #000; }

.green {
  color: #40C280; }

.red {
  color: red; }

.text {
  font-size: 16px; }
  .text.bold {
    font-weight: bold; }
  .text.x-large {
    font-size: 28px; }
    @media (min-width: 568px) {
      .text.x-large {
        font-size: calc(3.16456vw + 10.02532px); } }
    @media (min-width: 1200px) {
      .text.x-large {
        font-size: 48px; } }
  .text.large {
    font-size: 24px; }
    @media (min-width: 568px) {
      .text.large {
        font-size: calc(1.89873vw + 13.21519px); } }
    @media (min-width: 1200px) {
      .text.large {
        font-size: 36px; } }
  .text.medium {
    font-size: 18px; }
    @media (min-width: 568px) {
      .text.medium {
        font-size: calc(0.94937vw + 12.60759px); } }
    @media (min-width: 1200px) {
      .text.medium {
        font-size: 24px; } }
  .text.small {
    font-size: 14px; }

.blink-text {
  color: red;
  animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% {
    background-color: white; } }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

@media only screen and (max-width: 570px) {
  .center-mobile {
    text-align: center; } }

.text-between, .nav, section.footer .wrap-footer, section.footer .wrap-footer .client {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.row-center, .choice-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media only screen and (max-width: 570px) {
    .row-center.block-sm, .block-sm.choice-item {
      display: block; } }

.text-left, section.footer .footer-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media only screen and (max-width: 570px) {
    .text-left.block-sm, section.footer .block-sm.footer-item {
      display: block; } }

.col-half {
  vertical-align: top;
  display: inline-block;
  padding: 0px 15px;
  width: 50%; }
  @media only screen and (max-width: 570px) {
    .col-half {
      width: 100%; } }

.col-33 {
  vertical-align: top;
  display: inline-block;
  padding: 0px 15px;
  width: 33.33%; }
  @media only screen and (max-width: 570px) {
    .col-33 {
      width: 100%; } }

.center-align {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media only screen and (max-width: 570px) {
    .center-align {
      display: block; } }

.img-responsive {
  width: 100%;
  height: auto; }
  .img-responsive.about {
    max-width: 400px; }

.static-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .static-logo img {
    width: 200px; }

.nav {
  transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  padding: 20px; }
  .nav.sticky {
    position: fixed;
    padding: 0px 20px;
    width: 100%;
    top: 0px;
    background: #39AF73;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 200; }
    .nav.sticky #menuToggle {
      top: 15px; }
  .nav #menuToggle {
    display: none;
    position: absolute;
    top: 40px;
    right: 30px; }
    .nav #menuToggle .mobile-menu {
      position: fixed;
      width: 100%;
      left: 0;
      right: 0;
      top: 0px;
      padding: 20px;
      background: #39AF73;
      transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -webkit-transform: translateY(-500px);
      -moz-transform: translateY(-500px);
      transform: translateY(-500px);
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
      padding-top: 100px;
      z-index: -1; }
      .nav #menuToggle .mobile-menu a {
        display: block;
        text-align: center;
        margin-bottom: 20px; }
  .nav .nav-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  @media only screen and (max-width: 768px) {
    .nav #menuToggle {
      display: block; }
    .nav .nav-menu {
      display: none; }
    .nav #menuToggle input:checked ~ .mobile-menu {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px); } }
  .nav .logo {
    position: relative;
    z-index: 100;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .nav .logo img {
      margin: 5px 0px;
      width: 150px; }
      @media (min-width: 568px) {
        .nav .logo img {
          width: calc(7.91139vw + 105.06329px); } }
      @media (min-width: 1200px) {
        .nav .logo img {
          width: 200px; } }
  @media only screen and (max-width: 570px) {
    .nav {
      text-align: right; } }
  .nav a {
    padding: 0px 10px; }
  @media only screen and (max-width: 570px) {
    .nav .nav-bar a {
      display: block; } }

section.home-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFF; }
  @media (min-width: 568px) {
    section.home-2 {
      padding-top: calc(9.17722vw - 2.12658px); } }
  @media (min-width: 1200px) {
    section.home-2 {
      padding-top: 108px; } }
  @media (min-width: 568px) {
    section.home-2 {
      padding-bottom: calc(9.17722vw - 2.12658px); } }
  @media (min-width: 1200px) {
    section.home-2 {
      padding-bottom: 108px; } }
  section.home-2 .item {
    margin-bottom: 30px;
    text-align: center; }
    section.home-2 .item .img-holder {
      width: 100px;
      height: 100px;
      display: inline-block;
      background: #F0F0F0;
      border-radius: 50%; }
      @media (min-width: 568px) {
        section.home-2 .item .img-holder {
          width: calc(15.82278vw + 10.12658px); } }
      @media (min-width: 1200px) {
        section.home-2 .item .img-holder {
          width: 200px; } }
      @media (min-width: 568px) {
        section.home-2 .item .img-holder {
          height: calc(15.82278vw + 10.12658px); } }
      @media (min-width: 1200px) {
        section.home-2 .item .img-holder {
          height: 200px; } }
      section.home-2 .item .img-holder .img-wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        /* works with row or column */
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        section.home-2 .item .img-holder .img-wrap img {
          width: 50px; }
          @media (min-width: 568px) {
            section.home-2 .item .img-holder .img-wrap img {
              width: calc(7.91139vw + 5.06329px); } }
          @media (min-width: 1200px) {
            section.home-2 .item .img-holder .img-wrap img {
              width: 100px; } }

section.home-3 {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  background: #F79C81; }
  @media (min-width: 568px) {
    section.home-3 {
      padding-top: calc(9.17722vw - 2.12658px); } }
  @media (min-width: 1200px) {
    section.home-3 {
      padding-top: 108px; } }
  @media (min-width: 568px) {
    section.home-3 {
      padding-bottom: calc(0vw + 20px); } }
  @media (min-width: 1200px) {
    section.home-3 {
      padding-bottom: 20px; } }

section.footer {
  width: 100%;
  height: 130px;
  background: #FFFFFF;
  padding: 0px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 920px) {
    section.footer {
      padding: 30px 20px 10px;
      height: auto; } }
  section.footer .wrap-footer {
    width: 100%; }
    @media only screen and (max-width: 920px) {
      section.footer .wrap-footer {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        /* works with row or column */
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        section.footer .wrap-footer .copyright {
          order: 1; }
        section.footer .wrap-footer .client {
          order: 0;
          margin-bottom: 30px;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          /* works with row or column */
          flex-direction: column;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center; } }
    @media only screen and (max-width: 570px) {
      section.footer .wrap-footer .client {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        /* works with row or column */
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      section.footer .wrap-footer .footer-item {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        /* works with row or column */
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        section.footer .wrap-footer .footer-item p {
          margin-right: 0px; }
        section.footer .wrap-footer .footer-item:first-child {
          margin-right: 0px; } }
  section.footer .img-footer {
    height: auto;
    max-height: 60px;
    margin: 10px; }
  section.footer .footer-item p {
    margin-right: 30px; }
  section.footer .footer-item:first-child {
    margin-right: 50px; }
  @media only screen and (max-width: 570px) {
    section.footer .footer-item {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      /* works with row or column */
      flex-direction: column;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      width: 100%; }
      section.footer .footer-item:first-child {
        margin-bottom: 30px; }
      section.footer .footer-item .img-footer {
        width: 33%; } }

.back-menu {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .back-menu img {
    width: 20px;
    margin-right: 10px; }

.choice-item {
  margin-right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #39AF73;
  padding: 5px; }

.box-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  @media only screen and (max-width: 570px) {
    .box-row {
      display: block; } }

.summary-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  @media only screen and (max-width: 768px) {
    .summary-row {
      display: block; } }

.box-wrap {
  width: 50px; }
  @media (min-width: 568px) {
    .box-wrap {
      width: calc(31.64557vw - 129.74684px); } }
  @media (min-width: 1200px) {
    .box-wrap {
      width: 250px; } }
  .box-wrap img {
    width: 50px; }
    @media (min-width: 568px) {
      .box-wrap img {
        width: calc(31.64557vw - 129.74684px); } }
    @media (min-width: 1200px) {
      .box-wrap img {
        width: 250px; } }
  @media only screen and (max-width: 570px) {
    .box-wrap {
      width: 100%; }
      .box-wrap img {
        width: 50px; } }

.draw-wrap {
  border: 1px solid #666666;
  background: #FAF7F7;
  max-width: 800px;
  margin: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media only screen and (max-width: 570px) {
    .draw-wrap {
      width: auto; } }
  .draw-wrap.disabled {
    pointer-events: none;
    cursor: not-allowed; }

.line-blog {
  padding: 100px 0px 30px;
  display: table;
  width: 100%;
  height: 100vh; }
  .line-blog .blog {
    display: table-cell;
    vertical-align: middle; }

.dot-item {
  cursor: pointer; }
  .dot-item:focus {
    outline: none; }

.dot-element:focus {
  outline: none; }

.dot-circle {
  transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in; }

.canvascontainer {
  display: inline-block;
  width: 300px; }
  @media (min-width: 568px) {
    .canvascontainer {
      width: calc(47.46835vw + 30.37975px); } }
  @media (min-width: 1200px) {
    .canvascontainer {
      width: 600px; } }

.form-holder {
  width: 100%;
  background: #e9eae9;
  padding: 30px; }

.result-item {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 570px) {
    .result-item {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      /* works with row or column */
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  .result-item .chart-wrap {
    display: inline-block;
    width: 150px;
    position: relative;
    text-align: center; }
    .result-item .chart-wrap img {
      position: absolute;
      width: 50%;
      left: 0;
      right: 0;
      top: -7px;
      bottom: 0;
      margin: auto; }

.slide-child:focus {
  outline: none; }

.show-sm {
  display: none; }
  @media only screen and (max-width: 570px) {
    .show-sm {
      display: block; } }

@media only screen and (max-width: 570px) {
  .hidden-sm {
    display: none; } }

.more-detail {
  position: relative;
  width: 100%;
  height: 40px;
  display: inline-block;
  background: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }
  .more-detail .wrap {
    width: 50%;
    height: 100%;
    background: #e9eae9;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .more-detail .wrap:first-child {
      border-right: 2px solid white; }

/**
 * @include box-shadow(0,0,10px,#000,inset);
 */
/**
 * Transtate
 */
/**
 * Rotate
 */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #333;
  padding: 5px 0; }

.navigation {
  list-style: none;
  padding: 0;
  margin: 0; }
  .navigation > li {
    display: inline-block; }
  .navigation > li > a {
    display: block;
    padding: 10px 50px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation > li > a.active {
      background: #666; }

option, select, input {
  font-family: inherit; }

.input-button {
  width: 100%;
  max-width: 500px;
  position: relative; }
  .input-button.mini {
    max-width: 250px; }
  .input-button .button {
    border-radius: 25px;
    cursor: pointer;
    background: #39AF73;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFFFFF;
    height: 45px;
    padding: 10px;
    width: 130px; }
    .input-button .button.disabled {
      cursor: not-allowed;
      background: #c1bfbf; }
    .input-button .button:hover {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

input {
  font-size: 20px;
  height: 45px;
  border-radius: 25px;
  padding: 10px;
  border: 1px solid #D8D8D8; }
  input.email {
    width: 100%;
    max-width: 500px; }
  input.main {
    border-radius: 0px;
    width: 100%; }
  input.large {
    width: 300px;
    font-size: 24px; }
  input.small {
    width: 100px; }
  input:focus, input:active {
    outline: none; }

.container-form {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 30px; }

/* Hide the browser's default radio button */
.container-form input {
  position: absolute;
  opacity: 0; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.container-form:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.container-form input:checked ~ .checkmark {
  background-color: #39AF73; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container-form input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container-form .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

.custom-select {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  font-size: 20px; }
  .custom-select.main {
    border-radius: 0px;
    width: 100%;
    font-size: 20px; }
    .custom-select.main select {
      font-size: 20px; }
      .custom-select.main select.disabled {
        color: #767575; }
  .custom-select:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 6px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: #fff url(img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 20px 20px; }

.custom-select select {
  font-size: 20px;
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select select:focus {
  outline: none; }

.answer-block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }

.answer-item {
  text-align: left;
  margin: 20px 10px;
  width: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .answer-item.sm {
    margin: 10px 10px; }
    .answer-item.sm img {
      width: 20px; }
  .answer-item img {
    width: 30px;
    margin-right: 20px; }

#menuToggle {
  display: block;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none; }

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none; }

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle span:first-child {
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%; }

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px); }

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px); }

._unmargin {
  margin: 0 !important; }

._unpadding {
  padding: 0 !important; }

._center {
  text-align: center !important; }

._right {
  text-align: right !important; }

._left {
  text-align: left !important; }

._pull-left {
  float: left !important; }

._pull-right {
  float: right !important; }
