<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------*		# primary Sass file

		## doc scss
		http://github.com/paranoida/sass-mediaqueries
		http://bourbon.io/docs/
\*------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Prompt:400,400i,500,500i,600,600i,700,700i&amp;subset=thai';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500';
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*------------------------------------*		All helpers
		|– helpers/ 
		|   |– _variables.scss   # Sass Variables 
		|   |– _functions.scss   # Sass Functions 
		|   |– _mixins.scss      # Sass Mixins 
		|   |– _helpers.scss     # Class &amp; placeholders helpers 
		|   ...                  # Etc… 
		Helpers
		
		The helpers/ folder (sometimes called utils/) gathers all Sass tools and helpers we’ll use across the project. Got a function? A mixin? Put it in there. This folder also contains a _variables.scss file (sometimes _config.scss) which holds all global variables for the project (for typography, color schemes, and so on).

\*------------------------------------*/
/*------------------------------------*		# Scss Mixins
\*------------------------------------*/
.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.no-gutter &gt; * {
  padding-left: 0;
  padding-right: 0; }

.show {
  display: block !important; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.invisible {
  visibility: hidden; }

.non-bg {
  background: none !important;
  background-color: transparent !important;
  border: none !important; }

.non-padding {
  padding: 0 !important; }

.no-padding__r {
  padding-right: 0; }

.no-padding__l {
  padding-left: 0; }

.text-nowrap {
  white-space: nowrap; }

.text-uppercase {
  text-transform: uppercase; }

.display--table {
  display: table;
  width: 100%; }

.display--table-cell {
  display: table-cell; }

.verticel--middle {
  vertical-align: middle; }

.insert-dotdotdot {
  display: block;
  overflow: visible;
  text-overflow: ellipsis; }

.view .thumb {
  position: relative; }

.view .mask {
  opacity: 0;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%; }
  .view .mask.non-bg {
    background-color: transparent; }

.view a.btn-read {
  opacity: 0;
  transition: all 0.5s 0s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .view a.btn-read .btn-green {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -70px; }

.view:hover .mask,
.view:hover a.btn-read, .view:focus .mask,
.view:focus a.btn-read, .view:active .mask,
.view:active a.btn-read {
  opacity: 1; }

.visible-touch {
  display: none; }
  html.touch .visible-touch {
    display: block; }
  @media only screen and (max-width: 767px) {
    .visible-touch {
      display: block; } }

.hidden-touch {
  display: block; }
  html.touch .hidden-touch {
    display: none; }
  @media only screen and (max-width: 767px) {
    .hidden-touch {
      display: none; } }

a.no-hand {
  pointer-events: none; }

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important; }
  .fb-page body.plugin,
  .fb-page span body.plugin,
  .fb-page span iframe[style] body.plugin {
    width: 100% !important; }

/* Typography =================================================== */
.font-brand {
  font-family: "Prompt"; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-family: "Prompt";
  font-weight: normal;
  text-rendering: optimizelegibility;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf; }

h1,
.h1 {
  margin-bottom: 0.71429;
  font-size: 45px;
  font-size: 4.5rem; }
  @media only screen and (max-width: 543px) {
    h1,
    .h1 {
      font-size: 35px;
      font-size: 3.5rem; } }

h2,
.h2 {
  margin-bottom: 0.71429;
  font-size: 24px;
  font-size: 2.4rem; }
  @media only screen and (max-width: 543px) {
    h2,
    .h2 {
      font-size: 20px;
      font-size: 2rem; } }

h3,
.h3 {
  margin-bottom: 0.95238;
  font-size: 18px;
  font-size: 1.8rem; }

h4,
.h4 {
  margin-bottom: 1.42857;
  font-size: 18px;
  font-size: 1.8rem; }

h5,
.h5 {
  margin-bottom: 1.42857;
  font-size: 18px;
  font-size: 1.8rem; }

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.42857; }

small,
.small {
  font-size: 12px;
  font-size: 1.2rem; }

li ul,
li ol {
  margin: 0; }

blockquote {
  padding-left: 30px;
  font-family: "Prompt";
  font-style: normal; }

q {
  quotes: none; }

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

cite {
  font-style: normal; }

dl,
dd {
  margin-bottom: 1.42857; }

dt {
  font-weight: bold;
  font-weight: 600; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right; }

.dl-horizontal dd {
  margin-left: 22.78%; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  cursor: help; }

b, strong {
  font-weight: bold;
  font-weight: 600; }

dfn {
  font-style: italic; }

ins {
  background-color: #f2f2f2;
  color: #333333;
  text-decoration: none; }

mark {
  background-color: #f2f2f2;
  color: #333333;
  font-style: italic;
  font-weight: bold;
  font-weight: 600; }

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  line-height: 1.42857; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: 1.42857; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

p {
  margin-bottom: 0; }
  p + p {
    margin-top: 1.42857; }

a {
  text-decoration: none;
  color: #333333; }
  a:visited {
    color: #333333; }
  a:hover {
    color: #333333; }
  a:focus {
    outline: thin dotted;
    color: #333333;
    text-decoration: none; }
  a:hover, a:active {
    outline: 0; }

::-moz-selection {
  background-color: #d9d9d9;
  color: #333333;
  text-shadow: none; }

::selection {
  background-color: #d9d9d9;
  color: #333333;
  text-shadow: none; }

.color-brand {
  color: #84BD00; }

.color-orange {
  color: #EA7600; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../font/fontello.svg?#fontello') format('svg');
	}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-email:before {
  content: '\5d'; }

/* ']' */
.icon-dot:before {
  content: '\e78b'; }

/* '' */
.icon-down-open-big:before {
  content: '\e800'; }

/* '' */
.icon-right-open-big:before {
  content: '\e801'; }

/* '' */
.icon-left-open-big:before {
  content: '\e802'; }

/* '' */
.icon-up-open-big:before {
  content: '\e803'; }

/* '' */
.icon-twitter:before {
  content: '\e804'; }

/* '' */
.icon-youtube-play:before {
  content: '\e805'; }

/* '' */
.icon-down-dir:before {
  content: '\e806'; }

/* '' */
.icon-up-dir:before {
  content: '\e807'; }

/* '' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-facebook:before {
  content: '\f300'; }

/* '' */
.icon-twitter-bird:before {
  content: '\f303'; }

/* '' */
.icon-search-1:before {
  content: '🔍'; }

/* '\1f50d' */
.icon-heart2:before {
  content: '\e808'; }

/* '' */
.icon-share2:before {
  content: '\e80c'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
.icon-cancel:before {
  content: '\e809'; }

/* '' */
.icon-cancel-1:before {
  content: '\e80a'; }

/* '' */
/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 100% \0;
  /*IE9 and below*/ }
  .bootstrap-select &gt; .dropdown-toggle {
    width: 100%;
    padding-right: 35px;
    z-index: 1; }
  .bootstrap-select &gt; select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    width: 0.11px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select &gt; select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #EA7600; }
  .has-error .bootstrap-select .btn:hover,
  .error .bootstrap-select .btn:hover {
    border-color: #EA7600 !important; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  padding-top: 0px !important; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group &gt; .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group &gt; .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  vertical-align: middle;
  border: none;
  background-image: url("../img/icon/arrow/icn-arrow-menu.png");
  background-repeat: no-repeat;
  background-size: 20px 12px;
  width: 20px;
  height: 12px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .bootstrap-select.btn-group .dropdown-toggle .caret {
      background-image: url("../img/icon/arrow/icn-arrow-menu@2x.png");
      background-size: 20px 12px; } }
  html.ie9 .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 8px; }

.bootstrap-select.btn-group.dropup .caret {
  background-image: url("../img/icon/arrow/icn-arrow-menu-up.png"); }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .bootstrap-select.btn-group.dropup .caret {
      background-image: url("../img/icon/arrow/icn-arrow-menu-up@2x.png");
      background-size: 20px 12px; } }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active &gt; a {
      background-color: #84BD00;
      color: white; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.bootstrap-select {
  position: relative; }
  .bootstrap-select.form-control {
    border-radius: 0px 0px;
    box-shadow: none;
    height: 44px; }
  .bootstrap-select .btn-group {
    height: 44px; }
  .bootstrap-select .btn {
    height: 44px;
    border-color: #999999;
    background-color: white;
    padding-left: 12px;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -ms-border-radius: 3px 3px;
    -o-border-radius: 3px 3px;
    box-shadow: none;
    margin-right: 0;
    font-family: "Prompt", sans-serif;
    padding-top: 0;
    padding-bottom: 0px; }
    html.ie9 .bootstrap-select .btn {
      padding-bottom: 4px;
      padding-left: 20px; }
    .bootstrap-select .btn:focus {
      outline: none !important;
      color: #333333; }
    .bootstrap-select .btn:after {
      background: none; }
    .bootstrap-select .btn:hover, .bootstrap-select .btn:active {
      background-color: white;
      color: #333333; }
  .bootstrap-select.open &gt; .btn-default.dropdown-toggle,
  .bootstrap-select.open &gt; .btn-default.dropdown-toggle:hover,
  .bootstrap-select.open &gt; .btn-default.dropdown-toggle:focus,
  .bootstrap-select.open &gt; .btn-default.dropdown-toggle.focus {
    color: #333333;
    background-color: white;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    background-color: white; }
    .bootstrap-select .dropdown-menu &gt; li &gt; a {
      padding: 10px 12px;
      color: #333333; }
    .bootstrap-select .dropdown-menu a:hover {
      background-color: #84BD00;
      color: white; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive-4by3 {
    padding-bottom: 75%; }
  .embed-responsive-1by1 {
    padding-bottom: 100%; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.video-wrapper {
  max-width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 100%;
  background-color: black; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-list {
  overflow: visible; }

.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none; }

.slick-dots {
  position: relative;
  bottom: 0; }
  .slick-dots li {
    margin: 0px 0px 0px 6px; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      border-radius: 500px 500px;
      display: inline-block;
      background-color: white;
      text-indent: -99999px;
      padding: 0;
      vertical-align: middle; }
      .slick-dots li button:hover {
        background-color: rgba(255, 255, 255, 0.5); }
    .slick-dots li.slick-active button {
      background-color: #EA7600; }

.slick-prev,
.slick-next {
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s;
  margin-top: -10px; }
  html.ie9 .slick-prev, html.ie9
  .slick-next {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    text-align: center; }
  .slick-prev:before,
  .slick-next:before {
    display: none; }
  @media only screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      margin-top: -50px; } }

.slick-prev {
  left: 0;
  margin-left: -30px; }

.slick-next {
  right: 0;
  margin-right: -30px; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-gallery {
  overflow: hidden;
  visibility: hidden; }
  .slick-gallery.slick-initialized {
    visibility: visible; }
  .slick-gallery .slick-dots {
    position: absolute;
    bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .slick-gallery .slick-dots {
        bottom: 10px; } }
  .slick-gallery .slider-item img {
    width: 100%; }
  .slick-gallery .slick-arrow {
    margin-top: -12px; }

@media only screen and (max-width: 543px) {
  #slick-promotion {
    margin: 0 auto; } }

#slick-promotion .slick-list {
  overflow: hidden; }

#slick-promotion .slider-item {
  margin-left: 5px;
  margin-right: 5px; }
  @media only screen and (min-width: 1200px) {
    #slick-promotion .slider-item {
      max-width: 320px; } }
  @media only screen and (max-width: 543px) {
    #slick-promotion .slider-item {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }

#slick-promotion .slick-dots {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    #slick-promotion .slick-dots {
      margin-top: 5px; } }

@media only screen and (max-width: 991px) {
  #slick-promotion .slick-next {
    margin-right: -22px; }
  #slick-promotion .slick-prev {
    margin-left: -22px; } }

@media only screen and (max-width: 767px) {
  #slick-promotion .slick-next {
    margin-right: -12px; }
  #slick-promotion .slick-prev {
    margin-left: -12px; } }

#slick-price {
  margin-bottom: 30px; }
  #slick-price .slick-prev,
  #slick-price .slick-next {
    margin-top: -20px; }
  @media only screen and (max-width: 543px) {
    #slick-price {
      overflow: hidden; } }
  #slick-price.slick-dotted {
    margin-bottom: 0; }
  @media only screen and (min-width: 544px) {
    #slick-price .slick-list {
      overflow: hidden; } }
  @media only screen and (max-width: 543px) {
    #slick-price .slick-list {
      margin-left: -5px;
      margin-right: -5px; } }
  #slick-price .slider-item {
    margin-left: 4px;
    margin-right: 4px; }
    @media only screen and (max-width: 543px) {
      #slick-price .slider-item {
        padding-left: 0px;
        padding-right: 0px; } }
  #slick-price .slick-dots {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      #slick-price .slick-dots {
        margin-top: 5px; } }
  @media only screen and (max-width: 991px) {
    #slick-price .slick-next {
      margin-right: -22px; }
    #slick-price .slick-prev {
      margin-left: -22px; } }

.menu-mobile {
  position: absolute;
  left: 15px;
  top: 23px;
  z-index: 999999; }

#nav-icon {
  width: 70px;
  cursor: pointer;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out; }
  #nav-icon .group {
    position: relative;
    width: 26px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      #nav-icon .group {
        width: 20px; } }
  #nav-icon .text {
    color: #333333;
    float: left; }
  #nav-icon .border-bar {
    display: block;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #333333;
    opacity: 1;
    border-radius: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out; }
    @media only screen and (max-width: 767px) {
      #nav-icon .border-bar {
        height: 2px; } }
    #nav-icon .border-bar:nth-child(1), #nav-icon .border-bar:nth-child(2), #nav-icon .border-bar:nth-child(3) {
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    #nav-icon .border-bar:nth-child(1) {
      top: 0px; }
    #nav-icon .border-bar:nth-child(2) {
      top: 7px; }
    #nav-icon .border-bar:nth-child(3) {
      top: 14px; }
  #nav-icon.open {
    border-color: #333333; }
    #nav-icon.open span.border-bar {
      background-color: #333333;
      width: 26px; }
      @media only screen and (max-width: 767px) {
        #nav-icon.open span.border-bar {
          width: 20px; } }
      #nav-icon.open span.border-bar:nth-child(1) {
        top: -1px;
        left: 2px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg); }
        @media only screen and (max-width: 767px) {
          #nav-icon.open span.border-bar:nth-child(1) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0px; } }
      #nav-icon.open span.border-bar:nth-child(2) {
        width: 0%;
        opacity: 0; }
      #nav-icon.open span.border-bar:nth-child(3) {
        left: 2px;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg); }
        @media only screen and (max-width: 767px) {
          #nav-icon.open span.border-bar:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 14px; } }

.js-float-label-wrapper {
  position: relative; }
  .js-float-label-wrapper:before {
    content: " ";
    display: inline-block;
    border-radius: 5px 5px;
    width: 5px;
    height: 5px;
    background: #EA7600;
    position: absolute;
    left: 15px;
    top: 27px;
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (min-width: 544px) {
      .js-float-label-wrapper:before {
        left: 20px; } }
  .js-float-label-wrapper label {
    position: absolute;
    z-index: -1;
    left: 15px; }
    @media only screen and (min-width: 544px) {
      .js-float-label-wrapper label {
        left: 20px; } }
  .js-float-label-wrapper .form-control {
    padding-left: 25px; }
    @media only screen and (min-width: 544px) {
      .js-float-label-wrapper .form-control {
        padding-left: 30px; } }
  .js-float-label-wrapper.focused:before, .js-float-label-wrapper.populated:before {
    top: 14px; }
  .js-float-label-wrapper.focused label, .js-float-label-wrapper.populated label {
    opacity: 1;
    top: 10px;
    z-index: 1;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    left: 25px; }
    @media only screen and (min-width: 544px) {
      .js-float-label-wrapper.focused label, .js-float-label-wrapper.populated label {
        left: 30px; } }
  .js-float-label-wrapper.focused .form-control, .js-float-label-wrapper.populated .form-control {
    padding-top: 20px; }
  .js-float-label-wrapper.focused:before label,
  .js-float-label-wrapper.focused input,
  .js-float-label-wrapper.focused textarea,
  .js-float-label-wrapper.focused .form-control, .js-float-label-wrapper.populated:before label,
  .js-float-label-wrapper.populated input,
  .js-float-label-wrapper.populated textarea,
  .js-float-label-wrapper.populated .form-control {
    transition: all 0.3s ease-in-out 0.3s; }

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

a:active, a:selected, a:visited {
  outline: none; }

a:hover {
  text-decoration: none; }

a:focus,
.btn:focus,
.bootstrap-select .btn:focus {
  outline: none !important; }

*:focus,
:root input:focus {
  /*remove dot for ie8-9*/
  outline: none;
  border: none; }

textarea {
  resize: none; }

blockquote {
  border: none; }

blockquote small:before {
  content: none; }

label, input, button, select, textarea, input, .dropdown-menu {
  font-family: "Prompt", sans-serif; }

input[type="date"]::-webkit-inner-spin-button {
  /* display: none; &lt;- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; }

/*Hide Spinner in Input Number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

address {
  margin-bottom: 10px; }

body:before,
body:after {
  display: table;
  content: ""; }

body:after {
  clear: both; }

ul {
  margin-bottom: 0; }

li.clearfix:after {
  display: inline; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */ }

input::-ms-clear {
  width: 0;
  height: 0; }

html {
  min-width: 320px;
  font-size: 62.5%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden !important; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #A8CD0D;
  color: #333333;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

html {
  position: relative;
  min-height: 100%; }

body {
  background-image: url("../img/bg_home_1800.jpg");
  background-attachment: fixed; }
  @media only screen and (max-width: 991px) {
    body {
      padding-top: 60px; } }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 48px; } }
  body .show-th,
  body .show-en {
    display: none !important; }
  body.th .show-th {
    display: block !important; }
  body.en .show-en {
    display: block !important; }

@media only screen and (min-width: 992px) {
  #footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 355px; } }

@media only screen and (min-width: 1200px) {
  #footer {
    height: 321px; } }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

html.touch .disable-focus:hover {
  pointer-events: none !important; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  background-color: #FFFFFF !important;
  color: #555 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #555555 !important; }

label &gt; * {
  display: block; }

#header {
  position: relative; }
  @media only screen and (min-width: 992px) {
    #header {
      height: 92px; } }
  @media only screen and (min-width: 992px) {
    #header .is-sticky .navbar {
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
      background-image: url("../img/bg_home_1800.jpg");
      background-attachment: fixed;
      padding-bottom: 16px; } }
  @media only screen and (max-width: 991px) {
    #header {
      z-index: 999;
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
      background-image: url("../img/bg_home_1800.jpg");
      background-attachment: fixed; } }
  #header .navbar {
    margin-bottom: 0;
    border: none; }
    @media only screen and (max-width: 991px) {
      #header .navbar {
        height: 100%; } }
    #header .navbar-header {
      min-height: 60px; }
      @media only screen and (max-width: 767px) {
        #header .navbar-header {
          min-height: 48px; } }
      #header .navbar-header .navbar-toggle {
        margin: 6px 15px 0px;
        border: none;
        padding: 16px 0px; }
        @media only screen and (max-width: 991px) {
          #header .navbar-header .navbar-toggle {
            float: left; } }
        @media only screen and (max-width: 767px) {
          #header .navbar-header .navbar-toggle {
            margin-top: 0px; } }
        #header .navbar-header .navbar-toggle .icon-bar {
          background-color: #84BD00;
          border-radius: 8px; }
          @media only screen and (min-width: 768px) {
            #header .navbar-header .navbar-toggle .icon-bar {
              height: 3px;
              width: 25px; } }
          @media only screen and (max-width: 767px) {
            #header .navbar-header .navbar-toggle .icon-bar {
              width: 20px; } }
      #header .navbar-header #nav-icon {
        font-size: 16px;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          #header .navbar-header #nav-icon {
            font-size: 14px;
            font-size: 1.4rem; } }
    #header .navbar-brand {
      max-height: 58px;
      margin-top: 16px;
      margin-left: 0;
      padding: 0;
      max-width: 163px;  }
      @media only screen and (max-width: 991px) {
        #header .navbar-brand {
         /* width: 44px;
          max-height: 20px; */
          display: block; max-width: 130px; 
          float: none;
          margin: 8px auto 0px; } }
      @media only screen and (max-width: 767px) {
        #header .navbar-brand {
         /* width: 30px; 
          height: 20px; */  max-width: 100px; 
          margin-top: 9px; } }
    #header .navbar-default {
      background-color: transparent;
      background-coror: transparent; }
    #header .navbar .navbar-collapse {
      padding: 0;
      border: none;
      background-color: transparent;
      background-coror: transparent; }
      @media only screen and (max-width: 991px) {
        #header .navbar .navbar-collapse {
          position: relative;
          margin-left: -30px;
          margin-right: -30px;
          opacity: 0;
          transition: all 0.3s ease-in-out;
          border-color: rgba(255, 255, 255, 0.4); }
          #header .navbar .navbar-collapse.collapse.in {
            opacity: 1;
            overflow: visible;
            height: 100vh;
            background-color: #eeeeee; } }
    #header .navbar b.glyphicon {
      position: absolute;
      left: 65px;
      top: -12px;
      color: #333333; }
      @media only screen and (max-width: 767px) {
        #header .navbar b.glyphicon {
          left: 60px;
          top: -10px; } }

#main-menu {
  position: relative; }
  @media only screen and (max-width: 991px) {
    #main-menu {
      max-height: calc(100vh - 60px);
      overflow-y: scroll !important;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch; } }
  @media only screen and (max-width: 767px) {
    #main-menu {
      background-color: #eeeeee; } }
  @media only screen and (max-width: 543px) {
    #main-menu {
      max-height: calc(100vh - 48px); } }
  #main-menu .nav__tool {
    padding: 25px 0px 0px;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (min-width: 992px) {
      #main-menu .nav__tool a {
        color: #333333; }
        #main-menu .nav__tool a:hover {
          color: rgba(51, 51, 51, 0.7); } }
    @media only screen and (max-width: 991px) {
      #main-menu .nav__tool {
        font-size: 16px;
        font-size: 1.6rem;
        background-color: #333333;
        padding: 0; }
        #main-menu .nav__tool a {
          color: white;
          display: table;
          width: 100%;
          height: 100%;
          vertical-align: middle;
          line-height: 50px; } }
    @media only screen and (max-width: 767px) {
      #main-menu .nav__tool {
        font-size: 14px;
        font-size: 1.4rem; }
        #main-menu .nav__tool a {
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle; } }
    #main-menu .nav__tool .icon {
      vertical-align: middle;
      margin-right: 5px; }
      @media only screen and (max-width: 991px) {
        #main-menu .nav__tool .icon {
          margin-right: 10px; } }
      @media only screen and (max-width: 767px) {
        #main-menu .nav__tool .icon {
          margin-right: 5px; } }
    #main-menu .nav__tool .icon-home {
      margin-top: -5px; }
    #main-menu .nav__tool .list {
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (min-width: 992px) {
        #main-menu .nav__tool .list {
          font-weight: 500;
          float: right;
          padding-left: 0;
          padding-right: 0; } }
      @media only screen and (max-width: 991px) {
        #main-menu .nav__tool .list {
          display: table;
          width: 100%; } }
      #main-menu .nav__tool .list &gt; li {
        display: table-cell;
        vertical-align: middle;
        padding-left: 0;
        padding-right: 0; }
        @media only screen and (min-width: 992px) {
          #main-menu .nav__tool .list &gt; li {
            padding-left: 15px;
            height: 38px; } }
        @media only screen and (max-width: 991px) {
          #main-menu .nav__tool .list &gt; li {
            height: 53px;
            width: 25%;
            text-align: left; } }
      @media only screen and (max-width: 767px) {
        #main-menu .nav__tool .list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          #main-menu .nav__tool .list li {
            width: 50%;
            display: inline-table; }
            #main-menu .nav__tool .list li.full-width {
              width: 100%; }
            #main-menu .nav__tool .list li + li {
              margin-left: 0px; } }
  #main-menu .nav__menu {
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    padding: 0 18px;
    margin-right: -18px; }
    @media only screen and (max-width: 991px) {
      #main-menu .nav__menu {
        padding: 0;
        margin-right: 0;
        background-color: white; } }
    #main-menu .nav__menu a {
      padding-top: 17px;
      padding-bottom: 13px;
      display: inline-block;
      color: white; }
    @media only screen and (max-width: 991px) {
      #main-menu .nav__menu {
        border-top: none;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
        padding-bottom: 5px; }
        #main-menu .nav__menu a {
          display: block;
          padding-top: 5px;
          padding-bottom: 5px;
          color: #333333; } }
    @media only screen and (max-width: 767px) {
      #main-menu .nav__menu {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      #main-menu .nav__menu .list {
        margin-left: -15px;
        margin-right: -15px; } }
    #main-menu .nav__menu .list &gt; li {
      padding-left: 15px;
      padding-right: 15px; }
      @media only screen and (max-width: 991px) {
        #main-menu .nav__menu .list &gt; li {
          display: block;
          padding-left: 30px;
          padding-right: 30px; }
          #main-menu .nav__menu .list &gt; li + li {
            border-top: 1px solid #333333; } }
      #main-menu .nav__menu .list &gt; li.active {
        background-color: #EA7600;
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg); }
        @media only screen and (max-width: 991px) {
          #main-menu .nav__menu .list &gt; li.active {
            -webkit-transform: none;
                    transform: none; } }
        #main-menu .nav__menu .list &gt; li.active a {
          -webkit-transform: skew(10deg);
          transform: skew(10deg);
          color: white;
          cursor: default; }
          @media only screen and (max-width: 991px) {
            #main-menu .nav__menu .list &gt; li.active a {
              -webkit-transform: none;
                      transform: none;
              color: white; } }
    #main-menu .nav__menu .list a {
      padding-top: 15px;
      padding-bottom: 15px; }
      @media only screen and (min-width: 992px) {
        #main-menu .nav__menu .list a {
          padding-bottom: 12px; } }
      #main-menu .nav__menu .list a:hover {
        color: rgba(255, 255, 255, 0.7);
        transition: all 0.3s; }
        @media only screen and (max-width: 991px) {
          #main-menu .nav__menu .list a:hover {
            color: #EA7600; } }
  #main-menu .nav__footer .list {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem; }
    #main-menu .nav__footer .list li {
      padding: 0px;
      display: block; }
      #main-menu .nav__footer .list li + li {
        padding-top: 10px; }
  #main-menu .nav .profile {
    text-align: left !important;
    min-width: 180px;
    height: 38px; }
    #main-menu .nav .profile .avatar {
      width: 38px;
      height: 38px;
      display: block;
      border: 1px solid #333333;
      border-radius: 500px 500px;
      background-position: center center;
      background-size: cover;
      float: left;
      margin-right: 10px; }
    #main-menu .nav .profile .name {
      padding-top: 2px;
      display: inline-block;
      vertical-align: top;
      line-height: 1.2; }

.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  transition: all 200ms ease-in-out 0s; }

#footer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333; }
  #footer .list {
    color: #333333; }
    #footer .list a:hover {
      color: #EA7600; }
  #footer .copy {
    margin-top: 12px;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      #footer .copy {
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    #footer .contact-zone {
      max-width: 480px;
      margin: 0 auto;
      overflow: hidden; } }
  @media only screen and (min-width: 1200px) {
    #footer .site-map {
      margin-top: -10px; } }
  @media only screen and (max-width: 1199px) {
    #footer .site-map {
      margin-bottom: 0;
      margin-top: -5px; } }
  @media only screen and (max-width: 767px) {
    #footer .site-map {
      margin-bottom: 15px;
      border-bottom: 1px solid #333333;
      padding-bottom: 5px; } }
  #footer .site-map .list-bullet li {
    padding: 14px 0px;
    white-space: nowrap; }
    @media only screen and (max-width: 991px) {
      #footer .site-map .list-bullet li {
        padding: 10px 0px; } }
    #footer .site-map .list-bullet li:before {
      margin-right: 7px;
      margin-left: -14px; }
    #footer .site-map .list-bullet li a:hover:before {
      background-color: #EA7600; }
  #footer .list-term {
    color: #333333; }
    #footer .list-term li:first-child {
      padding-left: 0px !important; }
    #footer .list-term li + li:before {
      margin-left: -15px;
      margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    #footer .list-social {
      float: right; } }
  #footer .list-social a {
    color: #84BD00; }
    #footer .list-social a:hover .icon:before {
      color: #333333; }
  #footer .list-social li {
    display: table-cell;
    vertical-align: middle; }
    #footer .list-social li:last-child {
      padding-right: 0; }
  @media only screen and (max-width: 767px) {
    #footer .list-social {
      display: table;
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 0; }
      #footer .list-social li {
        display: inline-block;
        vertical-align: middle; }
      #footer .list-social .fix-text {
        display: table;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0; } }
  #footer .primary {
    padding-top: 50px; }
    @media only screen and (max-width: 1199px) {
      #footer .primary {
        padding-top: 20px; } }
  #footer .secondary {
    padding-top: 15px; }
    @media only screen and (max-width: 991px) {
      #footer .secondary {
        padding-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      #footer .secondary .text-link {
        margin-bottom: 10px; } }
    #footer .secondary .icon {
      font-size: 24px;
      color: #84bd00; }
    @media only screen and (min-width: 768px) {
      #footer .secondary .list-term {
        white-space: nowrap; } }
    #footer .secondary .list-term &gt; li {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 2px; }
    @media only screen and (max-width: 767px) {
      #footer .secondary .list-term {
        text-align: center; }
        #footer .secondary .list-term &gt; li {
          padding-bottom: 5px;
          float: none; }
          #footer .secondary .list-term &gt; li:first-child {
            padding-left: 0; } }
    @media only screen and (max-width: 543px) {
      #footer .secondary .list-term {
        max-width: 300px;
        margin: 0 auto; }
        #footer .secondary .list-term li:first-child {
          padding-left: 0; }
        #footer .secondary .list-term li:nth-child(2):before {
          display: none; }
          body.en #footer .secondary .list-term li:nth-child(2):before {
            display: inline-block; }
        body.en #footer .secondary .list-term li:nth-child(3):before {
          display: none; } }
  #footer a.border-circle {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s;
    background-color: #333333;
    border: 2px solid #333333; }
    #footer a.border-circle:hover {
      background-color: transparent;
      background-coror: transparent;
      color: #333333;
      border: 2px solid #333333; }
      #footer a.border-circle:hover .icon {
        color: #333333; }

@media only screen and (max-width: 767px) {
  .call-center {
    height: 140px;
    position: absolute;
    top: 65px; } }

@media only screen and (max-width: 543px) {
  .call-center {
    position: relative;
    top: 0;
    border-bottom: 1px solid #333333; }
    .call-center .group {
      max-width: 230px;
      margin: 0 auto 10px;
      position: relative;
      height: 100%; } }

.call-center .mascot-jeejai {
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 991px) {
    .call-center .mascot-jeejai {
      position: absolute;
      left: 0;
      bottom: 0;
      background-size: 120px 140px;
      width: 120px;
      height: 140px; } }
  @media only screen and (max-width: 543px) {
    .call-center .mascot-jeejai {
      background-size: 80px 94px;
      width: 80px;
      height: 94px; } }

.call-center .msg-box {
  position: absolute;
  top: 20px;
  left: 118px;
  z-index: 1;
  padding-top: 20px;
  text-align: center; }
  .call-center .msg-box p {
    color: #333333;
    font-size: 22px;
    font-size: 2.2rem; }
    .call-center .msg-box p a {
      font-size: 60px;
      font-size: 6rem;
      font-weight: bold; }
  @media only screen and (max-width: 991px) {
    .call-center .msg-box {
      background-size: 160px 102px;
      width: 160px;
      height: 102px;
      padding-top: 10px;
      top: 4px;
      left: 85px; }
      .call-center .msg-box p a {
        font-size: 45px;
        font-size: 4.5rem; } }
  @media only screen and (max-width: 767px) {
    .call-center .msg-box {
      margin-top: -65px; } }
  @media only screen and (max-width: 543px) {
    .call-center .msg-box {
      left: 40px;
      margin-top: 0; } }

.channel {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 992px) {
    .channel {
      margin-top: 45px;
      display: table;
      width: 100%;
      margin-left: 0;
      float: right; } }
  @media only screen and (min-width: 1200px) {
    .channel {
      margin-top: 32px;
      margin-left: -30px;
      margin-top: -5px; } }
  @media only screen and (max-width: 767px) {
    .channel {
      max-width: 300px;
      margin: 0 auto;
      padding-top: 10px; } }
  .channel .icon-app {
    display: block;
    width: 100px;
    height: 30px; }
    @media only screen and (max-width: 543px) {
      .channel .icon-app {
        width: 90px;
        height: 27px; } }
  .channel .mobile {
    position: absolute;
    left: 0;
    top: -44px;
    z-index: 1;
    display: block; }
    @media only screen and (max-width: 991px) {
      .channel .mobile {
        top: 0;
        max-width: 100px;
        margin-left: -25px; } }
    @media only screen and (max-width: 767px) {
      .channel .mobile {
        left: 25px;
        margin-top: -10px; } }
    @media only screen and (max-width: 543px) {
      .channel .mobile {
        max-width: 90px;
        top: 0;
        display: block !important; } }
  .channel .info {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333; }
    .channel .info .big {
      font-size: 36px;
      font-size: 3.6rem; }
    .channel .info p {
      text-align: left; }
    @media only screen and (min-width: 768px) {
      .channel .info {
        float: right;
        width: 210px; } }
    @media only screen and (min-width: 1200px) {
      .channel .info {
        margin-left: 140px; } }
    @media only screen and (max-width: 991px) {
      .channel .info {
        margin-top: 10px;
        width: 211px; } }
    @media only screen and (max-width: 767px) {
      .channel .info {
        float: right;
        max-width: 210px;
        color: #333333;
        margin-top: 0; } }
    @media only screen and (max-width: 543px) {
      .channel .info {
        float: none;
        margin-left: 85px;
        font-size: 14px;
        font-size: 1.4rem; }
        .channel .info p {
          padding-left: 20px; } }
  .channel .list {
    white-space: nowrap;
    margin-top: 8px;
    overflow: hidden; }
    .channel .list li {
      float: left;
      padding: 0; }
      .channel .list li + li {
        padding-left: 10px; }
        @media only screen and (max-width: 543px) {
          .channel .list li + li {
            padding-left: 5px; } }
    @media only screen and (max-width: 543px) {
      .channel .list {
        overflow: hidden;
        text-align: right; }
        .channel .list li {
          float: none; }
          .channel .list li:first-child {
            padding-left: 0; } }
  .channel .line-contact {
    position: relative;
    margin-top: 13px; }
    @media only screen and (max-width: 1199px) {
      .channel .line-contact {
        margin-top: 30px; } }
    @media only screen and (max-width: 991px) {
      .channel .line-contact {
        margin-top: 22px; } }
    @media only screen and (max-width: 543px) {
      .channel .line-contact {
        margin-left: -70px; } }
  .channel .msg-box-small {
    position: absolute;
    right: 0px;
    bottom: 10px;
    z-index: 1;
    padding: 8px 0px 10px 25px;
    white-space: nowrap;
    font-size: 11px;
    color: #84BD00;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .channel .msg-box-small {
        right: 0;
        font-size: 12px;
        padding: 9px 0px 10px 24px; } }
    @media only screen and (max-width: 543px) {
      .channel .msg-box-small {
        padding: 7px 0px 10px 45px; } }
    .channel .msg-box-small a {
      color: #84BD00; }
    .channel .msg-box-small i {
      vertical-align: middle; }
  .channel .mascot-dual {
    position: relative;
    z-index: 10;
    margin-left: -16px; }

.mascot-dual {
  background-image: url("../img/footer/mascot.png");
  width: 130px;
  height: 77px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .mascot-dual {
      background-image: url("../img/footer/mascot@2x.png");
      background-size: 130px 77px; } }

@media only screen and (min-width: 544px) {
  .msg-box-small {
    background-image: url("../img/footer/msg-box-small.png");
    width: 137px;
    height: 41px; } }

@media only screen and (max-width: 543px) {
  .msg-box-small {
    width: 186px;
    height: 45px;
    background-image: url("../img/footer/msg-box-xs.png"); } }

.list {
  overflow: visible;
  padding: 0;
  list-style: none;
  margin-left: 0; }
  .list-inline &gt; li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }
  .list-link li {
    padding-top: 4px;
    padding-bottom: 4px; }
  .list-link a {
    transition: all 0.3s; }
    .list-link a:hover, .list-link a:focus {
      color: #84BD00; }
  .list-bullet {
    list-style: none; }
    .list-bullet li a:before {
      content: ' ';
      width: 7px;
      height: 7px;
      border-radius: 500px 500px;
      display: inline-block;
      vertical-align: middle;
      background-color: white;
      margin-right: 10px; }
    .list-bullet__black li a:before {
      background-color: #333333; }
    .list-bullet.-gray li a:before {
      background-color: #666666; }
  .list-dash {
    list-style: none;
    padding: 0; }
    .list-dash li:before {
      content: '-';
      display: inline-block;
      color: #333333;
      margin-right: 10px; }
  .list-separate li + li:before {
    content: "|"; }

.group-button {
  margin-left: -10px;
  margin-right: -10px; }
  @media only screen and (max-width: 543px) {
    .group-button {
      margin-left: -5px;
      margin-right: -5px; } }

.btn,
a.btn {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: transparent;
  background-coror: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 125px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 0px 0px; }
  @media only screen and (min-width: 768px) {
    .btn,
    a.btn {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  .btn:hover, .btn:focus,
  a.btn:hover,
  a.btn:focus {
    color: white;
    transition: all 0.3s; }
  .btn:active, .btn.active,
  a.btn:active,
  a.btn.active {
    box-shadow: none; }
    .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus,
    a.btn:active:focus,
    a.btn:active.focus,
    a.btn.active:focus,
    a.btn.active.focus {
      box-shadow: none; }
  .btn-transparent,
  a.btn-transparent {
    background-color: transparent;
    background-coror: transparent; }
  .btn-primary,
  a.btn-primary {
    height: 44px;
    background-color: #EA7600; }
    .btn-primary:hover,
    a.btn-primary:hover {
      background-color: #dc5701; }
    .btn-primary:focus, .btn-primary.focus,
    a.btn-primary:focus,
    a.btn-primary.focus {
      background-color: #EA7600; }
      .btn-primary:focus:hover, .btn-primary.focus:hover,
      a.btn-primary:focus:hover,
      a.btn-primary.focus:hover {
        background-color: #dc5701; }
    .btn-primary:active, .btn-primary.active,
    a.btn-primary:active,
    a.btn-primary.active {
      background-color: #EA7600; }
      .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary.active:hover,
      a.btn-primary:active:focus,
      a.btn-primary:active.focus,
      a.btn-primary:active:hover,
      a.btn-primary.active:focus,
      a.btn-primary.active.focus,
      a.btn-primary.active:hover {
        background-color: #EA7600; }
  .btn-share-fb,
  a.btn-share-fb {
    height: 44px;
    background-color: #2553B4; }
    .btn-share-fb:hover,
    a.btn-share-fb:hover {
      background-color: #0079c1; }
    .btn-share-fb:focus, .btn-share-fb.focus,
    a.btn-share-fb:focus,
    a.btn-share-fb.focus {
      background-color: #2553B4; }
      .btn-share-fb:focus:hover, .btn-share-fb.focus:hover,
      a.btn-share-fb:focus:hover,
      a.btn-share-fb.focus:hover {
        background-color: #0079c1; }
    .btn-share-fb:active, .btn-share-fb.active,
    a.btn-share-fb:active,
    a.btn-share-fb.active {
      background-color: #2553B4; }
      .btn-share-fb:active:focus, .btn-share-fb:active.focus, .btn-share-fb:active:hover, .btn-share-fb.active:focus, .btn-share-fb.active.focus, .btn-share-fb.active:hover,
      a.btn-share-fb:active:focus,
      a.btn-share-fb:active.focus,
      a.btn-share-fb:active:hover,
      a.btn-share-fb.active:focus,
      a.btn-share-fb.active.focus,
      a.btn-share-fb.active:hover {
        background-color: #2553B4; }
  .btn-facebook,
  a.btn-facebook {
    color: white;
    border-color: #2553B4;
    background-color: #2553B4;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    height: 55px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    padding: 0 0 0 55px !important;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media only screen and (max-width: 543px) {
      .btn-facebook,
      a.btn-facebook {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 0 0 65px !important; } }
    .btn-facebook span,
    a.btn-facebook span {
      display: block; }
    .btn-facebook:hover,
    a.btn-facebook:hover {
      background-color: #0079c1;
      border-color: #0079c1; }
    .btn-facebook:focus,
    a.btn-facebook:focus {
      background-color: #2553B4;
      color: white;
      border-color: #0079c1; }
      .btn-facebook:focus:hover,
      a.btn-facebook:focus:hover {
        background-color: #0079c1;
        color: white; }
    .btn-facebook .icon-facebook-squared,
    a.btn-facebook .icon-facebook-squared {
      color: white;
      left: 6px;
      top: 9px;
      color: white;
      position: absolute;
      font-size: 35px; }
      @media only screen and (max-width: 767px) {
        .btn-facebook .icon-facebook-squared,
        a.btn-facebook .icon-facebook-squared {
          top: 8px;
          font-size: 25px; } }
    @media only screen and (min-width: 768px) {
      .btn-facebook,
      a.btn-facebook {
        min-width: 280px !important; } }
    @media only screen and (max-width: 767px) {
      .btn-facebook,
      a.btn-facebook {
        width: 100%;
        max-width: 290px;
        height: 44px; } }
  .btn-google,
  a.btn-google {
    color: white;
    border-color: #4285F4;
    background-color: #4285F4;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    height: 55px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    padding: 0 0 0 65px !important;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media only screen and (max-width: 543px) {
      .btn-google,
      a.btn-google {
        font-size: 16px;
        font-size: 1.6rem; } }
    .btn-google span,
    a.btn-google span {
      display: block; }
    .btn-google:hover,
    a.btn-google:hover {
      background-color: #3367D6;
      border-color: #3367D6; }
    .btn-google:focus,
    a.btn-google:focus {
      background-color: #4285F4;
      color: white;
      border-color: #3367D6; }
      .btn-google:focus:hover,
      a.btn-google:focus:hover {
        background-color: #3367D6;
        color: white; }
    .btn-google .icon-google,
    a.btn-google .icon-google {
      width: 50px;
      height: 51px;
      background-color: white;
      border-radius: 1px;
      background-position: center center;
      position: absolute;
      left: 2px;
      top: 2px; }
      @media only screen and (max-width: 767px) {
        .btn-google .icon-google,
        a.btn-google .icon-google {
          width: 44px;
          height: 40px; } }
    @media only screen and (min-width: 768px) {
      .btn-google,
      a.btn-google {
        min-width: 280px !important; } }
    @media only screen and (max-width: 767px) {
      .btn-google,
      a.btn-google {
        width: 100%;
        max-width: 290px;
        height: 44px; } }
  .btn-with-icon .icon,
  a.btn-with-icon .icon {
    margin-right: 10px; }
  .btn-full,
  a.btn-full {
    width: 100%;
    margin: 0; }
  .btn-small,
  a.btn-small {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 76px;
    height: 24px; }
    html.ie9 .btn-small, html.ie9
    a.btn-small {
      padding-top: 2px; }
  .btn-short,
  a.btn-short {
    min-width: 85px; }
  .btn-medium,
  a.btn-medium {
    min-width: 390px; }
  .btn-big,
  a.btn-big {
    height: 56px;
    font-size: 24px;
    font-size: 2.4rem; }

button.btn .text-center {
  display: table;
  width: 100%;
  text-align: center; }

.icon {
  display: inline-block;
  background-repeat: no-repeat; }
  .icon-line {
    background-image: url("../img/footer/icon-line@2x.png");
    background-size: 27px 25px;
    width: 27px;
    height: 25px; }
    @media only screen and (max-width: 543px) {
      .icon-line {
        background-size: 33px 31px;
        width: 33px;
        height: 31px; } }
  .icon-home {
    background-image: url("../img/icon/icon-home.png");
    width: 16px;
    height: 16px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-home {
        background-image: url("../img/icon/icon-home@2x.png");
        background-size: 16px 16px; } }
    @media only screen and (max-width: 991px) {
      .icon-home {
        background-image: url("../img/icon/icon-home_@2x.png");
        width: 16px;
        height: 16px;
        background-size: 16px 16px; } }
  .icon-bcp {
    background-image: url("../img/icon/icon-bcp.png");
    width: 16px;
    height: 16px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-bcp {
        background-image: url("../img/icon/icon-bcp@2x.png");
        background-size: 16px 16px; } }
    @media only screen and (max-width: 991px) {
      .icon-bcp {
        background-image: url("../img/icon/icon-bcp_@2x.png");
        width: 16px;
        height: 16px;
        background-size: 16px 16px; } }
  .icon-globe {
    background-image: url("../img/icon/icon-globe.png");
    width: 16px;
    height: 16px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-globe {
        background-image: url("../img/icon/icon-globe@2x.png");
        background-size: 16px 16px; } }
    @media only screen and (max-width: 991px) {
      .icon-globe {
        background-image: url("../img/icon/icon-globe_@2x.png");
        width: 16px;
        height: 16px;
        background-size: 16px 16px; } }
  .icon-call {
    background-image: url("../img/icon/icon-call.png");
    width: 16px;
    height: 16px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-call {
        background-image: url("../img/icon/icon-call@2x.png");
        background-size: 16px 16px; } }
    @media only screen and (max-width: 991px) {
      .icon-call {
        background-image: url("../img/icon/icon-call_@2x.png");
        width: 16px;
        height: 16px;
        background-size: 16px 16px; } }
  .icon-pin {
    background-image: url("../img/icon/icon-pin.png");
    width: 12px;
    height: 16px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-pin {
        background-image: url("../img/icon/icon-pin@2x.png");
        background-size: 12px 16px; } }
    @media only screen and (max-width: 991px) {
      .icon-pin {
        background-image: url("../img/icon/icon-pin_@2x.png");
        width: 12px;
        height: 16px;
        background-size: 12px 16px; } }
  .icon-location {
    background-image: url("../img/icon/img-locations.png");
    width: 92px;
    height: 147px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-location {
        background-image: url("../img/icon/img-locations@2x.png");
        background-size: 92px 147px; } }
    @media only screen and (max-width: 543px) {
      .icon-location {
        background-size: cover;
        width: 60px;
        height: 96px; } }
  .icon-user {
    background-image: url("../img/icon/icon-user.png");
    width: 14px;
    height: 16px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-user {
        background-image: url("../img/icon/icon-user@2x.png");
        background-size: 14px 16px; } }
    @media only screen and (max-width: 991px) {
      .icon-user {
        background-image: url("../img/icon/icon-user-white@2x.png");
        width: 14px;
        height: 16px;
        background-size: 14px 16px; } }
  .icon-calendar {
    background-image: url("../img/icon/icon-calendar.png");
    width: 20px;
    height: 19px;
    vertical-align: top;
    margin-right: 10px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-calendar {
        background-image: url("../img/icon/icon-calendar@2x.png");
        background-size: 20px 19px; } }
    @media only screen and (max-width: 543px) {
      .icon-calendar {
        margin-top: -2px; } }
  .icon-calendar-orange {
    background-image: url("../img/icon/calendar-orange.png");
    width: 30px;
    height: 30px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-calendar-orange {
        background-image: url("../img/icon/calendar-orange@2x.png");
        background-size: 30px 30px; } }
  .icon-heart {
    background-image: url("../img/icon/icon-heart.png");
    width: 23px;
    height: 22px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-heart {
        background-image: url("../img/icon/icon-heart@2x.png");
        background-size: 23px 44px; } }
    a:hover .icon-heart, a.active .icon-heart, .icon-heart:hover, .icon-heart.active {
      background-position: 0 -22px; }
  .icon-share {
    background-image: url("../img/icon/icon-share.png");
    width: 23px;
    height: 22px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-share {
        background-image: url("../img/icon/icon-share@2x.png");
        background-size: 23px 44px; } }
    a:hover .icon-share, a.active .icon-share, .icon-share:hover, .icon-share.active {
      background-position: 0 -22px; }
  .icon-close-bubble {
    background-image: url("../img/icon/close-bubble.png");
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    margin-left: 10px;
    cursor: pointer; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-close-bubble {
        background-image: url("../img/icon/close-bubble@2x.png");
        background-size: 28px 28px; } }
    .icon-close-bubble:hover, .icon-close-bubble:focus {
      opacity: 0.8; }
  .icon-tell {
    background-image: url("../img/icon/icon-tell.png");
    width: 51px;
    height: 51px;
    vertical-align: middle; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-tell {
        background-image: url("../img/icon/icon-tell@2x.png");
        background-size: 51px 51px; } }
  .icon-thankyou {
    background-image: url("../img/icon/thankyou.png");
    width: 179px;
    height: 179px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-thankyou {
        background-image: url("../img/icon/thankyou@2x.png");
        background-size: 179px 179px; } }
    @media only screen and (max-width: 767px) {
      .icon-thankyou {
        background-image: url("../img/icon/thankyou@2x.png");
        background-size: 150px 150px;
        width: 150px;
        height: 150px; } }
    @media only screen and (max-width: 543px) {
      .icon-thankyou {
        background-size: 130px 130px;
        width: 130px;
        height: 130px; } }
  .icon-lock {
    background-image: url("../img/icon/open-lock.png");
    width: 180px;
    height: 180px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-lock {
        background-image: url("../img/icon/open-lock@2x.png");
        background-size: 180px 180px; } }
    @media only screen and (max-width: 767px) {
      .icon-lock {
        background-image: url("../img/icon/open-lock@2x.png");
        background-size: 150px 150px;
        width: 150px;
        height: 150px; } }
    @media only screen and (max-width: 543px) {
      .icon-lock {
        background-size: 130px 130px;
        width: 130px;
        height: 130px; } }
  .icon-lock-success {
    background-image: url("../img/icon/open-lock-success.png");
    width: 180px;
    height: 180px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-lock-success {
        background-image: url("../img/icon/open-lock-success@2x.png");
        background-size: 180px 180px; } }
    @media only screen and (max-width: 767px) {
      .icon-lock-success {
        background-image: url("../img/icon/open-lock-success@2x.png");
        background-size: 150px 150px;
        width: 150px;
        height: 150px; } }
    @media only screen and (max-width: 543px) {
      .icon-lock-success {
        background-size: 130px 130px;
        width: 130px;
        height: 130px; } }
  .icon-user-success {
    background-image: url("../img/icon/user-success.png");
    width: 180px;
    height: 180px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-user-success {
        background-image: url("../img/icon/user-success@2x.png");
        background-size: 180px 180px; } }
    @media only screen and (max-width: 767px) {
      .icon-user-success {
        background-image: url("../img/icon/user-success@2x.png");
        background-size: 150px 150px;
        width: 150px;
        height: 150px; } }
    @media only screen and (max-width: 543px) {
      .icon-user-success {
        background-size: 130px 130px;
        width: 130px;
        height: 130px; } }
  .icon-notfound-location {
    background-image: url("../img/icon/location.png");
    width: 179px;
    height: 179px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-notfound-location {
        background-image: url("../img/icon/location@2x.png");
        background-size: 179px 179px; } }
    @media only screen and (max-width: 767px) {
      .icon-notfound-location {
        background-image: url("../img/icon/location@2x.png");
        background-size: 150px 150px;
        width: 150px;
        height: 150px; } }
    @media only screen and (max-width: 543px) {
      .icon-notfound-location {
        background-size: 130px 130px;
        width: 130px;
        height: 130px; } }
  .icon-about-detail-1 {
    background-image: url("../img/aboutus/icon-detail-1.png");
    width: 66px;
    height: 74px;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-left: -10px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-about-detail-1 {
        background-image: url("../img/aboutus/icon-detail-1@2x.png");
        background-size: 66px 74px; } }
    @media only screen and (max-width: 543px) {
      .icon-about-detail-1 {
        margin-left: auto; } }
  .icon-about-detail-2 {
    background-image: url("../img/aboutus/icon-detail-2.png");
    width: 54px;
    height: 74px;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-left: -10px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-about-detail-2 {
        background-image: url("../img/aboutus/icon-detail-2@2x.png");
        background-size: 54px 66px; } }
    @media only screen and (max-width: 543px) {
      .icon-about-detail-2 {
        margin-left: auto; } }
  .icon-about-detail-3 {
    background-image: url("../img/aboutus/icon-detail-3.png");
    width: 63px;
    height: 74px;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-left: -10px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-about-detail-3 {
        background-image: url("../img/aboutus/icon-detail-3@2x.png");
        background-size: 63px 62px; } }
    @media only screen and (max-width: 543px) {
      .icon-about-detail-3 {
        margin-left: auto; } }
  .icon-about-detail-4 {
    background-image: url("../img/aboutus/icon-detail-4.png");
    width: 81px;
    height: 74px;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-left: -10px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-about-detail-4 {
        background-image: url("../img/aboutus/icon-detail-4@2x.png");
        background-size: 81px 67px; } }
    @media only screen and (max-width: 543px) {
      .icon-about-detail-4 {
        margin-left: auto; } }
  .icon-camera {
    background-image: url("../img/icon/icon-camera.png");
    width: 37px;
    height: 30px;
    display: block; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-camera {
        background-image: url("../img/icon/icon-camera@2x.png");
        background-size: 37px 30px; } }
  .icon-gomap {
    background-image: url("../img/icon/icon-gomap.png");
    width: 30px;
    height: 30px;
    display: block; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-gomap {
        background-image: url("../img/icon/icon-gomap@2x.png");
        background-size: 30px 30px; } }
  .icon-google {
    background-image: url("../img/icon/logo_google_26.png");
    width: 26px;
    height: 26px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-google {
        background-image: url("../img/icon/logo_google_26@2x.png");
        background-size: 26px 26px; } }
    @media only screen and (max-width: 767px) {
      .icon-google {
        background-image: url("../img/icon/logo_googleg_48dp@2x.png");
        background-size: 18px 18px;
        width: 18px;
        height: 18px; } }
  .icon-arrow-left {
    background-image: url("../img/icon/arrow/arrow-left.png");
    width: 26px;
    height: 61px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-arrow-left {
        background-image: url("../img/icon/arrow/arrow-left@2x.png");
        background-size: 26px 61px; } }
  .icon-arrow-right {
    background-image: url("../img/icon/arrow/arrow-right.png");
    width: 26px;
    height: 61px;
    background-position: right top; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-arrow-right {
        background-image: url("../img/icon/arrow/arrow-right@2x.png");
        background-size: 26px 61px; } }
  .icon-arrow-black {
    background-image: url("../img/icon/arrow/arrow-black.png");
    width: 27px;
    height: 27px;
    background-position: 0 0; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-arrow-black {
        background-image: url("../img/icon/arrow/arrow-black@2x.png");
        background-size: 27px 54px; } }
    a:hover .icon-arrow-black {
      background-position: 0 -27px; }
  .icon-arrow-black-back {
    background-image: url("../img/icon/arrow/arrow-black-back.png");
    width: 27px;
    height: 27px;
    background-position: 0 0; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-arrow-black-back {
        background-image: url("../img/icon/arrow/arrow-black-back@2x.png");
        background-size: 27px 54px; } }
    a:hover .icon-arrow-black-back {
      background-position: 0 -27px; }
  .icon-arrow-green {
    background-image: url("../img/icon/arrow/arrow-green.png");
    width: 27px;
    height: 27px;
    background-position: 0 0; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .icon-arrow-green {
        background-image: url("../img/icon/arrow/arrow-green@2x.png");
        background-size: 27px 54px; } }

.card {
  background-color: white; }
  .card__promotion span {
    display: block; }
  .card__promotion .photo {
    position: relative; }
  .card__promotion .info {
    text-align: center;
    color: #666666;
    padding: 15px 20px;
    text-align: left; }
    @media only screen and (max-width: 1199px) {
      .card__promotion .info {
        padding: 20px 25px; } }
    @media only screen and (max-width: 767px) {
      .card__promotion .info {
        padding: 15px; } }
  .card__promotion .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 15px 0 26px 0;
    min-height: 19px;
    max-height: 62px;
    overflow: hidden;
    text-align: center; }
    @media only screen and (max-width: 543px) {
      .card__promotion .text {
        height: auto !important; } }
  .card__promotion .time {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    min-height: 28px;
    max-height: 42px;
    overflow: hidden; }
    @media only screen and (max-width: 543px) {
      .card__promotion .time {
        text-align: center; } }
    .card__promotion .time:before {
      content: ' ';
      border-top: 1px solid #D8D8D8;
      width: 26px;
      height: 1px;
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -13px; }
  .card__promotion .home .info {
    padding: 15px 20px; }
  .card__oil {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
    background-color: white;
    padding: 10px;
    height: 180px; }
    .card__oil header {
      margin-top: 10px; }
    .card__oil .info {
      margin-top: 20px; }
    .card__oil table {
      margin-bottom: 0;
      color: #666666; }
    .card__oil footer {
      margin-top: 20px;
      font-size: 14px;
      font-size: 1.4rem; }
    @media only screen and (max-width: 543px) {
      .card__oil {
        margin-bottom: 0; } }

.brand .logo {
  margin: 0 auto;
  text-align: center; }
  .type-oil .brand .logo {
    max-width: 71px; }
  .type-oil .brand .logo-wide {
    max-width: 121px; }
  .brand .logo img {
    display: inline-block; }

.status i {
  font-style: normal;
  margin-right: 5px; }
  .status i:before {
    font-family: "fontello";
    font-size: 16px; }

.status--red {
  color: #e6232b; }
  .status--red i:before {
    content: '\e807'; }

.status--green {
  color: #84bd00; }
  .status--green i:before {
    content: '\e806'; }

.status--none {
  color: #cccccc; }

.logo-spar {
  max-width: 129px; }

.logo-inthanin {
  max-width: 124px; }

.logo-bangchak {
  max-width: 71px; }

.logo-street-food {
  max-width: 105px; }

.logo-wash-pro {
  max-width: 102px; }

.logo-green-wash {
  max-width: 127px; }

.logo-green-serve {
  max-width: 123px; }

.card-fleet {
  max-width: 155px; }

.card-cash {
  max-width: 156px; }

.card-prepaid {
  max-width: 155px; }

.card-prepaid-plus {
  max-width: 156px; }

.table--noborder &gt; thead &gt; tr &gt; th,
.table--noborder &gt; thead &gt; tr &gt; td,
.table--noborder &gt; tbody &gt; tr &gt; th,
.table--noborder &gt; tbody &gt; tr &gt; td,
.table--noborder &gt; tfoot &gt; tr &gt; th,
.table--noborder &gt; tfoot &gt; tr &gt; td {
  border: none; }

.table--non-padding &gt; thead &gt; tr &gt; th,
.table--non-padding &gt; thead &gt; tr &gt; td,
.table--non-padding &gt; tbody &gt; tr &gt; th,
.table--non-padding &gt; tbody &gt; tr &gt; td,
.table--non-padding &gt; tfoot &gt; tr &gt; th,
.table--non-padding &gt; tfoot &gt; tr &gt; td {
  padding: 0; }

.box--location {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .box--location {
      height: 235px; } }
  @media only screen and (min-width: 1200px) {
    .box--location {
      height: 292px; } }
  @media only screen and (min-width: 544px) {
    .box--location .icon {
      position: absolute;
      left: 0;
      top: 5px; } }
  .box--location .block-center {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    margin-top: 76px;
    line-height: 1.3; }
    @media only screen and (max-width: 1199px) {
      .box--location .block-center {
        margin-top: 50px; } }
    @media only screen and (max-width: 991px) {
      .box--location .block-center {
        margin-top: 30px;
        margin-bottom: 20px; } }
  .box--location .group {
    text-align: left; }
    @media only screen and (min-width: 544px) {
      .box--location .group {
        padding-left: 110px;
        text-align: left; } }
  .box--location .title {
    font-weight: 700;
    margin-bottom: 10px; }
    @media only screen and (max-width: 543px) {
      .box--location .title {
        font-size: 32px;
        font-size: 3.2rem; } }
  .box--location footer {
    margin-top: 15px; }
    @media only screen and (max-width: 543px) {
      .box--location footer {
        text-align: center; } }

.box--banner a {
  position: relative;
  display: block;
  overflow: hidden; }

.box--banner .photo {
  display: block;
  background-size: cover;
  background-position: center; }

.box--banner .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99; }

.box--banner .icon-arrow {
  background-image: url("../img/icon/arrow/arrow-white.png");
  width: 27px;
  height: 27px;
  background-position: 0 0; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .box--banner .icon-arrow {
      background-image: url("../img/icon/arrow/arrow-white@2x.png");
      background-size: 27px 54px; } }

.box--banner a:focus .icon,
.box--banner a:hover .icon {
  background-position: 0 -27px; }

#grid-block {
  max-width: 1140px;
  margin: 0 auto; }
  #grid-block:after {
    content: '';
    display: block;
    clear: both; }
  #grid-block img {
    width: 100%; }
  #grid-block .photo {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #grid-block .photo {
        height: 360px; } }
    @media only screen and (min-width: 992px) {
      #grid-block .photo {
        height: 235px; } }
    @media only screen and (min-width: 1200px) {
      #grid-block .photo {
        height: 292px; } }
  #grid-block .grid-sizer {
    width: 100%; }
  #grid-block .grid-item {
    width: 25%; }
    @media only screen and (max-width: 991px) {
      #grid-block .grid-item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      #grid-block .grid-item {
        width: 100%; } }
    @media only screen and (max-width: 543px) {
      #grid-block .grid-item .box {
        margin-top: -1px; } }
  #grid-block .grid-item--width-2 {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      #grid-block .grid-item--width-2 {
        width: 100%; } }

.form-contact {
  padding: 0 10px;
  /*  dropdown */
  /*  //dropdown */
  /*  form */
  /*  //form */ }
  .form-contact .file-input {
    height: 60px;
    background-color: white;
    margin-bottom: 10px; }
    .form-contact .file-input .btn-file {
      height: 60px; }
    .form-contact .file-input .file-caption {
      border: none;
      height: 60px;
      padding-top: 20px;
      padding-left: 20px; }
    .form-contact .file-input .file-caption-icon {
      vertical-align: middle; }
    .form-contact .file-input .file-caption-name {
      border: none;
      color: #333333;
      width: 80%;
      vertical-align: middle; }
    .form-contact .file-input .fileinput-remove-button {
      background-color: #868e96;
      height: 60px; }
    @media only screen and (min-width: 768px) {
      .form-contact .file-input .glyphicon {
        margin-right: 5px; } }
    @media only screen and (max-width: 767px) {
      .form-contact .file-input .btn {
        min-width: 50px; } }
    .form-contact .file-input .input-group-btn {
      background-color: #EA7600; }
    .form-contact .file-input.file-input-new .file-caption-icon,
    .form-contact .file-input.file-input-new .fileinput-remove-button {
      display: none; }
  .form-contact .col-sm-6, .form-contact .col-xs-12 {
    padding: 0 5px; }
    .form-contact .col-sm-6 .captcha, .form-contact .col-xs-12 .captcha {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .form-contact .col-sm-6 .captcha, .form-contact .col-xs-12 .captcha {
          margin-bottom: 20px; } }
    .form-contact .col-sm-6 .btn-sent, .form-contact .col-xs-12 .btn-sent {
      padding: 0 90px !important;
      display: inline-block; }
      @media only screen and (max-width: 543px) {
        .form-contact .col-sm-6 .btn-sent, .form-contact .col-xs-12 .btn-sent {
          padding: 0 !important;
          width: 100%; } }
    .form-contact .col-sm-6 .remark, .form-contact .col-xs-12 .remark {
      display: block;
      margin-top: 15px;
      font-size: 14px;
      font-size: 1.4rem; }
      .form-contact .col-sm-6 .remark .strick, .form-contact .col-xs-12 .remark .strick {
        display: inline-block;
        font-style: normal; }
        .form-contact .col-sm-6 .remark .strick:before, .form-contact .col-xs-12 .remark .strick:before {
          content: '\2022';
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 0;
          color: #EA7600;
          position: relative;
          top: 4px; }
    .form-contact .col-sm-6 .remark2, .form-contact .col-xs-12 .remark2 {
      display: block;
      margin-top: 5px;
      margin-bottom: 25px;
      font-size: 14px;
      font-size: 1.4rem; }
      .form-contact .col-sm-6 .remark2 .strick, .form-contact .col-xs-12 .remark2 .strick {
        display: inline-block;
        font-style: normal; }
        .form-contact .col-sm-6 .remark2 .strick:before, .form-contact .col-xs-12 .remark2 .strick:before {
          content: '\2022';
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 0;
          color: #EA7600;
          position: relative;
          top: 4px; }
  .form-contact .group-select {
    background-color: white;
    margin-bottom: 10px;
    border: 1px solid white; }
    .form-contact .group-select .toppic {
      font-size: 12px;
      font-size: 1.2rem;
      color: #999999;
      padding: 12px 15px 0 15px;
      margin-bottom: -3px;
      display: block; }
      .form-contact .group-select .toppic:before {
        content: '\2022';
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 0;
        color: #EA7600;
        position: relative;
        top: 5px;
        margin-right: 6px; }
  .form-contact .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 25%;
    background-image: url("../img/icon/arrow/arrow-triangle.png");
    background-repeat: no-repeat;
    background-size: 13px 9px;
    width: 13px;
    height: 9px;
    margin-right: 5px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .form-contact .bootstrap-select.btn-group .dropdown-toggle .caret {
        background-image: url("../img/icon/arrow/arrow-triangle@2x.png");
        background-size: 13px 9px; } }
  .form-contact .bootstrap-select.btn-group.open button span {
    color: #EA7600; }
  .form-contact .bootstrap-select.btn-group.open .caret {
    background-image: url("../img/icon/arrow/arrow-triangle-hover.png"); }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .form-contact .bootstrap-select.btn-group.open .caret {
        background-image: url("../img/icon/arrow/arrow-triangle-hover@2x.png");
        background-size: 13px 9px; } }
  .form-contact .bootstrap-select .btn {
    height: 37px;
    border: none;
    width: 100%;
    font-family: "Prompt";
    font-weight: normal;
    background-color: transparent;
    color: #333333;
    padding-left: 28px !important;
    padding-right: 45px !important;
    padding-bottom: 5px; }
    .form-contact .bootstrap-select .btn:focus {
      outline: none !important;
      color: #EA7600;
      border: none; }
    .form-contact .bootstrap-select .btn:after {
      background: none; }
    .form-contact .bootstrap-select .btn:hover {
      border: none; }
      .form-contact .bootstrap-select .btn:hover span {
        color: #EA7600; }
    .form-contact .bootstrap-select .btn span {
      color: #333333;
      font-size: 18px;
      font-size: 1.8rem; }
  .form-contact .bootstrap-select.open &gt; .btn-default.dropdown-toggle,
  .form-contact .bootstrap-select.open &gt; .btn-default.dropdown-toggle:hover,
  .form-contact .bootstrap-select.open &gt; .btn-default.dropdown-toggle:focus,
  .form-contact .bootstrap-select.open &gt; .btn-default.dropdown-toggle.focus {
    background-color: transparent;
    box-shadow: none;
    border: none; }
  .form-contact .bootstrap-select .dropdown-menu {
    padding: 0;
    max-height: 270px !important;
    background-color: white;
    font-family: "Prompt";
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-color: #e6e6e6;
    margin-top: 5px; }
    .form-contact .bootstrap-select .dropdown-menu ul {
      margin: 0; }
    .form-contact .bootstrap-select .dropdown-menu &gt; li {
      padding: 0; }
      .form-contact .bootstrap-select .dropdown-menu &gt; li:last-child &gt; a {
        border-bottom: none; }
      .form-contact .bootstrap-select .dropdown-menu &gt; li:hover a {
        color: white;
        background-color: #EA7600; }
      .form-contact .bootstrap-select .dropdown-menu &gt; li.divider {
        margin: -1px 0 0 0;
        background-color: #EA7600; }
      .form-contact .bootstrap-select .dropdown-menu &gt; li.dropdown-header {
        padding: 15px 0 0 28px; }
    .form-contact .bootstrap-select .dropdown-menu &gt; li &gt; a {
      padding: 15px 27px;
      color: #333333;
      border-bottom: 1px solid #e6e6e6;
      line-height: 0.8; }
  .form-contact *, .form-contact *:after, .form-contact *:before {
    box-sizing: border-box; }
  .form-contact .clearfix:before, .form-contact .clearfix:after {
    content: '';
    display: table; }
  .form-contact .clearfix:after {
    clear: both; }
  .form-contact .input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top; }
  .form-contact .input__field {
    border: none;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */ }
  .form-contact .input__field:focus {
    outline: none; }
  .form-contact .input__label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0; }
  .form-contact .input--bcp {
    overflow: hidden;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    margin-bottom: 10px;
    border: 1px solid white; }
    .form-contact .input--bcp.textarea-bcp {
      height: 147px;
      padding-bottom: 0; }
      .form-contact .input--bcp.textarea-bcp textarea {
        margin: 24px 0 0 0;
        padding: 0 15px 0 27px; }
    .form-contact .input--bcp.no-strick .input__field--bcp {
      padding: 24px 15px 0 15px; }
    .form-contact .input--bcp .input__field--bcp {
      position: absolute;
      z-index: 100;
      padding: 24px 15px 0 27px;
      line-height: 1.5;
      width: 100%;
      background: transparent; }
    .form-contact .input--bcp .input__label--bcp {
      padding: 0;
      width: 100%;
      height: 100%;
      background: white;
      text-align: left; }
      .form-contact .input--bcp .input__label--bcp:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px solid transparent;
        transition: border-width 0.3s, border-color 0.3s; }
      .form-contact .input--bcp .input__label--bcp .strick {
        display: inline-block;
        font-style: normal;
        padding: 20px 0 20px 15px;
        transition: color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, color 0.3s;
        transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
        margin-right: -15px;
        position: relative; }
        .form-contact .input--bcp .input__label--bcp .strick:before {
          content: '\2022';
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 0;
          color: #EA7600;
          position: relative;
          top: 3px;
          margin-right: 5px; }
      .form-contact .input--bcp .input__label--bcp .input__label-content--bcp {
        padding: 20px 15px;
        display: inline-block;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        transition: color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, color 0.3s;
        transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
        text-rendering: geometricPrecision;
        position: relative; }
  .form-contact .input__field--bcp:focus + .input__label--bcp::before,
  .form-contact .input--filled .input__label--bcp::before {
    border-width: 0 15px;
    border-top-width: 25px; }
  .form-contact .input__field--bcp:focus + .input__label--bcp .input__label-content--bcp,
  .form-contact .input--filled .input__label--bcp .input__label-content--bcp {
    color: #999999;
    -webkit-transform: translate3d(4px, 12px, 0) scale3d(0.7, 0.7, 1);
    transform: translate3d(4px, -12px, 0) scale3d(0.7, 0.7, 1) translateZ(1px); }
  .form-contact .input__field--bcp:focus + .input__label--bcp .strick,
  .form-contact .input--filled .input__label--bcp .strick {
    -webkit-transform: translate3d(0, 12px, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -12px, 0) scale3d(1, 1, 1) translateZ(1px); }
  .form-contact .error .input--bcp {
    border: 1px solid #EA7600; }
  .form-contact .error .error {
    color: #EA7600;
    margin-bottom: 15px;
    margin-top: -5px;
    font-size: 14px;
    font-size: 1.4rem; }
  .form-contact .help-block {
    color: #EA7600;
    font-size: 14px;
    font-size: 1.4rem; }

.form-contact .error .group-select {
  border: 1px solid #EA7600; }

.form-format .form-control {
  height: 58px;
  border-radius: 0 0;
  border: none;
  box-shadow: none; }

.form-format .help-block {
  color: #EA7600;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  display: none; }

.form-format .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  overflow: hidden; }
  .form-format .form-group.have-captcha {
    margin-bottom: 35px; }
  .form-format .form-group.has-error {
    margin-bottom: 5px; }
    .form-format .form-group.has-error .form-control {
      border: 1px solid #EA7600; }
    .form-format .form-group.has-error + .help-block {
      display: block; }

.form-register .wrapper-form .row {
  margin-left: -5px;
  margin-right: -5px; }

.form-register .wrapper-form [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.form-register .group-button {
  margin-left: 0;
  margin-right: 0; }

@media only screen and (min-width: 544px) {
  .form-register .btn-primary {
    min-width: 302px; } }

@media only screen and (max-width: 543px) {
  .form-register .btn-primary {
    width: 100%; } }

.form-register .note {
  margin-top: 25px;
  font-size: 14px;
  font-size: 1.4rem; }

.form-register .footer-ramark {
  margin-top: 40px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 544px) {
    .form-register .footer-ramark {
      margin-top: 80px; } }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }
  .btn-file &gt; input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer; }

.fileinput {
  margin-bottom: 9px;
  display: inline-block; }
  .fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text; }
  .fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center; }
    .fileinput .thumbnail &gt; img {
      max-height: 100%; }
  .fileinput .btn {
    vertical-align: middle; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists,
.fileinput-exists .placeholder {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group {
  display: table;
  width: 100%; }
  .fileinput.input-group .form-control,
  .fileinput.input-group .btn-file {
    display: table-cell; }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0; }
  .fileinput-new.input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm,
  .fileinput-new .input-group .btn-file.btn-xs,
  .fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 3px 3px 0; }
  .fileinput-new.input-group .btn-file.btn-lg,
  .fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 6px 6px 0; }

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b; }

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc; }

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442; }

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1; }

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d; }

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6; }

.input-group-addon:not(:first-child) {
  border-left: 0; }

[class*="border-circle"] {
  border-radius: 500px 500px;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle; }

#facebook * {
  width: 100%; }

.line-soild {
  margin: 0;
  border-color: #333333; }

a.link .icon {
  vertical-align: middle; }

a.link .icon {
  color: #333333; }
  a.link .icon:hover:before, a.link .icon:focus:before {
    color: #EA7600; }

.have-relative {
  position: relative; }

html.android #main-menu .nav__tool .ios,
html.windows #main-menu .nav__tool .ios, html.android
.link-location .ios,
html.windows
.link-location .ios {
  display: none; }

html.ios #main-menu .nav__tool .android,
html.mac #main-menu .nav__tool .android, html.ios
.link-location .android,
html.mac
.link-location .android {
  display: none; }

.remark {
  font-size: 12px;
  font-size: 1.2rem; }
  .remark .required:after {
    content: " ";
    display: inline-block;
    border-radius: 5px 5px;
    width: 5px;
    height: 5px;
    background: #EA7600;
    margin-left: 2px;
    vertical-align: middle; }

@media only screen and (max-width: 991px) {
  .product-reward {
    max-width: 440px;
    margin: 0 auto;
    text-align: center; } }

.product-reward em {
  font-style: normal; }

.product-reward .item {
  display: inline-block;
  max-width: 220px; }
  @media only screen and (max-width: 991px) {
    .product-reward .item {
      max-width: 160px; } }
  @media only screen and (max-width: 543px) {
    .product-reward .item {
      display: block;
      margin: 0 auto; }
      .product-reward .item + .item {
        margin-top: 15px; } }

.product-reward .title {
  border-bottom: 2px solid #eaeaea;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 8px;
  color: #7d7d7d;
  display: inline-block;
  text-align: left; }

.product-reward .photo {
  max-width: 200px;
  margin: 0 auto 15px; }

.product-reward .detail {
  padding: 0px 20px; }
  @media only screen and (max-width: 543px) {
    .product-reward .detail {
      width: 290px;
      margin-left: -65px; } }

.product-reward .point {
  font-size: 25px;
  font-size: 2.5rem;
  color: #EA7600; }
  .product-reward .point em {
    font-weight: bold; }

.product-reward .unit {
  font-size: 10px;
  font-size: 1rem;
  padding-left: 5px; }

.page__home + #footer &gt; .container &gt; .line-soild,
.page__location + #footer &gt; .container &gt; .line-soild {
  display: none; }

.page--header {
  position: relative;
  margin: 30px 0; }
  @media only screen and (max-width: 767px) {
    .page--header {
      margin-bottom: 15px; } }
  .page--header .title {
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 10px; }

.wrapper-content {
  background-color: white;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12), 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
  padding: 45px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 991px) {
    .wrapper-content {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .wrapper-content {
      padding: 30px 20px; } }

.share-social {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 999; }
  .share-social li {
    display: inline-block;
    vertical-align: top; }
  .share-social .link-social {
    overflow: hidden;
    padding: 0; }
    .share-social .link-social * {
      color: #999999; }
    .share-social .link-social a:hover em {
      color: #EA7600; }
    .share-social .link-social a.active {
      color: #EA7600; }
      .share-social .link-social a.active em {
        color: #EA7600; }
    .share-social .link-social li {
      margin-right: 3px; }
      .share-social .link-social li:last-child {
        margin-right: 0; }
    .share-social .link-social em {
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem; }
    .share-social .link-social .icon {
      color: white;
      vertical-align: middle; }

.bubble-ex {
  background-color: white;
  color: #EA7600 !important;
  padding: 15px 50px 14px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  display: block;
  right: 125px;
  top: 0px;
  z-index: 1; }
  .bubble-ex:after {
    content: '';
    border-width: 10px 0 10px 10px;
    border-color: transparent;
    border-left-color: white;
    position: absolute;
    width: 10px;
    height: 10px;
    border-style: solid;
    margin-left: 48px;
    top: 12px; }
  @media only screen and (max-width: 767px) {
    .bubble-ex {
      display: none; } }

/* ========================================== */
/* 					Blog 			  		  */
/* ========================================== */
.blog-content {
  padding: 0;
  display: block;
  overflow-y: hidden;
  min-height: 300px; }
  @media only screen and (max-width: 767px) {
    .blog-content {
      width: 528px;
      margin: 0 auto;
      min-height: 200px; } }
  @media only screen and (max-width: 543px) {
    .blog-content {
      width: 100%; } }
  .blog-content .listing_promotion {
    display: inline; }
  .blog-content .blog {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative; }
    @media only screen and (max-width: 1199px) {
      .blog-content .blog {
        width: 33.33%; } }
    @media only screen and (max-width: 991px) {
      .blog-content .blog {
        width: 50%; } }
    @media only screen and (max-width: 543px) {
      .blog-content .blog {
        width: 100%;
        padding: 0 15px; } }
    .blog-content .blog .thumb img {
      width: 100%;
      height: 196px; }
      @media only screen and (max-width: 1199px) {
        .blog-content .blog .thumb img {
          height: 220px; } }
      @media only screen and (max-width: 991px) {
        .blog-content .blog .thumb img {
          height: 258px; } }
      @media only screen and (max-width: 767px) {
        .blog-content .blog .thumb img {
          height: 175px; } }
      @media only screen and (max-width: 543px) {
        .blog-content .blog .thumb img {
          height: 100%; } }

/* ========================================== */
/* 					 Pager 			  		  */
/* ========================================== */
.pager {
  margin: 40px 0;
  position: relative; }
  .pager li {
    margin: 0 20px; }
    .pager li a {
      background-color: #EA7600;
      box-shadow: 5px 8px 8px 0px rgba(0, 0, 0, 0.18);
      border-radius: 0;
      box-shadow: none;
      border: 0;
      padding: 8px 4px;
      color: white; }
      .pager li a:hover, .pager li a:focus {
        background-color: #f18621; }
      .pager li a i {
        font-size: 26px;
        font-size: 2.6rem; }
    .pager li.disabled a {
      background-image: none;
      background-color: #cccccc;
      color: white;
      cursor: not-allowed; }
      .pager li.disabled a:hover, .pager li.disabled a:focus {
        background-color: #cccccc;
        color: white;
        cursor: not-allowed; }
    @media only screen and (max-width: 340px) {
      .pager li {
        float: left;
        margin: 0 0 0 35px; }
        .pager li + li {
          float: none;
          position: absolute;
          width: 100%;
          left: 0;
          top: 15px;
          margin: 0; }
        .pager li + li + li {
          float: right;
          position: relative;
          width: auto;
          margin: 0 35px 0 0;
          left: inherit;
          top: inherit; } }

/* ========================================== */
/* 					 Back 			  		  */
/* ========================================== */
#back-to {
  margin-left: -7px;
  display: inline-block; }
  @media only screen and (max-width: 991px) {
    #back-to {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 767px) {
    #back-to {
      font-size: 14px;
      font-size: 1.4rem; } }
  #back-to i:before {
    font-size: 26px;
    font-size: 2.6rem;
    vertical-align: middle;
    margin-right: 0; }
  #back-to span {
    display: inline-block;
    vertical-align: middle; }
  #back-to:hover, #back-to:focus {
    color: #EA7600; }

/* ========================================== */
/* 					 search 			  	  */
/* ========================================== */
#search-location .input-filter {
  border: none;
  height: 52px; }

#search-location .btn-close-filter {
  min-width: 130px;
  height: 52px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }
  @media only screen and (max-width: 767px) {
    #search-location .btn-close-filter {
      min-width: 60px; } }

/* ========================================== */
/* 					line heading		  	  */
/* ========================================== */
.group-line .heading {
  display: table;
  width: 100%; }

.group-line .title {
  display: table-cell;
  width: 33.33%;
  font-size: 18px;
  font-size: 1.8rem;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (max-width: 543px) {
    .group-line .title {
      width: 100%;
      white-space: normal;
      display: block; } }

.group-line .line {
  height: 1px;
  border-bottom: 1px solid #333333;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
  @media only screen and (max-width: 543px) {
    .group-line .line {
      display: block;
      margin: 10px 0px; } }

.group-line .title {
  text-align: center; }

.group-empty {
  display: table;
  height: 300px;
  width: 100%;
  text-align: center; }
  .group-empty .middle {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    font-size: 3rem;
    padding: 0px 15px; }
  @media only screen and (max-width: 767px) {
    .group-empty {
      height: 200px; }
      .group-empty .middle {
        line-height: 1.2;
        font-size: 24px;
        font-size: 2.4rem; } }

.page__home .section__hero {
  padding-top: 60px; }
  @media only screen and (max-width: 991px) {
    .page__home .section__hero {
      padding-top: 40px; } }
  @media only screen and (max-width: 543px) {
    .page__home .section__hero {
      padding-top: 20px; } }
  .page__home .section__hero .lead-hero {
    max-width: 800px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      .page__home .section__hero .lead-hero img {
        opacity: 0.8; } }
    @media only screen and (max-width: 543px) {
      .page__home .section__hero .lead-hero {
        position: relative; } }
  .page__home .section__hero .intro {
    position: relative; }
  .page__home .section__hero .group-intro {
    float: left;
    z-index: 10;
    position: relative; }
  .page__home .section__hero header {
    margin-bottom: 10px; }
    .page__home .section__hero header .title {
      font-weight: 600;
      margin-bottom: 10px; }
      .page__home .section__hero header .title strong {
        font-size: 24px;
        font-size: 2.4rem;
        display: block; }
        @media only screen and (max-width: 543px) {
          .page__home .section__hero header .title strong {
            font-size: 22px;
            font-size: 2.2rem; } }
      @media only screen and (max-width: 543px) {
        .page__home .section__hero header .title {
          font-size: 36px;
          font-size: 3.6rem; } }
    .page__home .section__hero header .sub-title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3; }
      @media only screen and (max-width: 991px) {
        .page__home .section__hero header .sub-title {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media only screen and (max-width: 543px) {
        .page__home .section__hero header .sub-title {
          font-size: 14px;
          font-size: 1.4rem; }
          .page__home .section__hero header .sub-title br {
            display: none; } }
  .page__home .section__hero .invite {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500; }
    .page__home .section__hero .invite em {
      font-size: 22px;
      font-size: 2.2rem;
      font-style: normal;
      display: block; }
      @media only screen and (max-width: 543px) {
        .page__home .section__hero .invite em {
          font-size: 20px;
          font-size: 2rem; } }
  .page__home .section__hero footer {
    margin-top: 20px; }
    .page__home .section__hero footer .btn {
      min-width: 200px; }

.page__home .section__product {
  position: relative; }

.page__home .section__promotion {
  padding-top: 60px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 1199px) {
    .page__home .section__promotion {
      padding-top: 40px; } }
  @media only screen and (max-width: 991px) {
    .page__home .section__promotion {
      padding-top: 30px; } }
  @media only screen and (max-width: 543px) {
    .page__home .section__promotion {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .page__home .section__promotion .intro {
    line-height: 1.3;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .page__home .section__promotion .intro {
        margin-bottom: 20px;
        text-align: center; } }
    .page__home .section__promotion .intro .group {
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 543px) {
        .page__home .section__promotion .intro .group {
          text-align: left; } }
    .page__home .section__promotion .intro .title {
      font-weight: 600;
      margin-bottom: 10px; }
      @media only screen and (max-width: 543px) {
        .page__home .section__promotion .intro .title {
          font-size: 30px;
          font-size: 3rem; } }
  .page__home .section__promotion footer {
    margin-top: 20px; }
    @media only screen and (max-width: 991px) {
      .page__home .section__promotion footer {
        text-align: center; } }

.page__home .section__price {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #333333; }
  @media only screen and (max-width: 991px) {
    .page__home .section__price {
      padding-top: 40px; } }
  @media only screen and (max-width: 543px) {
    .page__home .section__price {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .page__home .section__price .remark {
    font-size: 14px;
    font-size: 1.4rem;
    color: white; }
    @media only screen and (min-width: 544px) {
      .page__home .section__price .remark {
        text-align: right; } }
    @media only screen and (min-width: 992px) {
      .page__home .section__price .remark {
        margin-top: -20px; } }
    @media only screen and (max-width: 543px) {
      .page__home .section__price .remark {
        margin-top: 10px; } }

#aboutus {
  overflow: hidden; }
  #aboutus .aboutus-header {
    position: relative;
    background-image: url("../img/aboutus/about-header.png");
    width: 100%;
    height: 362px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 100px; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      #aboutus .aboutus-header {
        background-image: url("../img/aboutus/about-header@2x.png");
        background-size: 800px 362px; } }
    @media only screen and (max-width: 1199px) {
      #aboutus .aboutus-header {
        background-image: url("../img/aboutus/about-header.png");
        width: 100%;
        height: 270px;
        background-size: 640px 270px;
        padding-top: 50px; } }
    @media only screen and (max-width: 991px) {
      #aboutus .aboutus-header {
        background-position: bottom center;
        padding-top: 0;
        width: 100%;
        height: 385px; } }
    @media only screen and (max-width: 767px) {
      #aboutus .aboutus-header {
        background-image: url("../img/aboutus/about-header.png");
        width: 100%;
        height: 315px;
        background-size: 490px 206px;
        background-position: bottom center; } }
    @media only screen and (max-width: 543px) {
      #aboutus .aboutus-header {
        background-image: url("../img/aboutus/about-header.png");
        width: 100%;
        height: 245px;
        background-size: 310px 131px; } }
    #aboutus .aboutus-header h1 {
      font-weight: 600;
      padding-top: 20px; }
      @media only screen and (max-width: 991px) {
        #aboutus .aboutus-header h1 {
          padding-top: 0; } }
      @media only screen and (max-width: 543px) {
        #aboutus .aboutus-header h1 {
          padding-top: 15px; } }
    #aboutus .aboutus-header span {
      display: block;
      line-height: 1.3;
      padding-top: 10px; }
  #aboutus .aboutus-content {
    z-index: 1;
    position: relative;
    background-color: white;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12), 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
    padding: 60px;
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #aboutus .aboutus-content {
        padding: 30px 20px; } }
    #aboutus .aboutus-content article .toppic {
      color: #84BD00;
      font-size: 36px;
      font-size: 3.6rem;
      padding-bottom: 15px; }
      @media only screen and (max-width: 991px) {
        #aboutus .aboutus-content article .toppic {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media only screen and (max-width: 767px) {
        #aboutus .aboutus-content article .toppic {
          font-size: 24px;
          font-size: 2.4rem; } }
    #aboutus .aboutus-content article span {
      line-height: 1.3; }
    #aboutus .aboutus-content article .group-icon-detail {
      padding: 0;
      margin: 60px 0;
      width: 100%;
      display: block;
      font-size: 0px;
      font-size: 0rem; }
      @media only screen and (max-width: 991px) {
        #aboutus .aboutus-content article .group-icon-detail {
          margin: 60px 0 30px 0; } }
      @media only screen and (max-width: 543px) {
        #aboutus .aboutus-content article .group-icon-detail {
          margin: 45px 0 15px 0; } }
      #aboutus .aboutus-content article .group-icon-detail li {
        width: 25%;
        padding: 0 10px;
        margin: 0;
        list-style: none;
        display: inline-block;
        text-align: center;
        vertical-align: top; }
        @media only screen and (max-width: 991px) {
          #aboutus .aboutus-content article .group-icon-detail li {
            width: 50%;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 543px) {
          #aboutus .aboutus-content article .group-icon-detail li {
            width: 100%; } }
        #aboutus .aboutus-content article .group-icon-detail li span {
          display: block;
          text-align: left;
          font-size: 18px;
          font-size: 1.8rem; }
          @media only screen and (max-width: 767px) {
            #aboutus .aboutus-content article .group-icon-detail li span {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media only screen and (max-width: 543px) {
            #aboutus .aboutus-content article .group-icon-detail li span {
              text-align: center; } }
    #aboutus .aboutus-content article .group-brand {
      padding: 0;
      margin: 60px auto 30px auto;
      width: 100%;
      display: block;
      font-size: 0px;
      font-size: 0rem; }
      @media only screen and (max-width: 767px) {
        #aboutus .aboutus-content article .group-brand {
          max-width: 450px; } }
      @media only screen and (max-width: 543px) {
        #aboutus .aboutus-content article .group-brand {
          max-width: 300px;
          margin: 45px auto 15px auto; } }
      #aboutus .aboutus-content article .group-brand li {
        width: 25%;
        padding: 0 10px;
        margin: 0;
        list-style: none;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin-bottom: 30px; }
        @media only screen and (max-width: 991px) {
          #aboutus .aboutus-content article .group-brand li {
            width: 33.33%; } }
        @media only screen and (max-width: 767px) {
          #aboutus .aboutus-content article .group-brand li {
            width: 50%; } }
        @media only screen and (max-width: 543px) {
          #aboutus .aboutus-content article .group-brand li {
            padding: 0; } }
        #aboutus .aboutus-content article .group-brand li figure {
          margin-bottom: 15px; }
          #aboutus .aboutus-content article .group-brand li figure img {
            margin: 0 auto;
            width: 142px; }
            @media only screen and (max-width: 543px) {
              #aboutus .aboutus-content article .group-brand li figure img {
                width: 110px; } }
        #aboutus .aboutus-content article .group-brand li span {
          display: block;
          font-size: 18px;
          font-size: 1.8rem; }
          @media only screen and (max-width: 767px) {
            #aboutus .aboutus-content article .group-brand li span {
              font-size: 16px;
              font-size: 1.6rem; } }
          #aboutus .aboutus-content article .group-brand li span small {
            font-size: 16px;
            font-size: 1.6rem; }
            @media only screen and (max-width: 767px) {
              #aboutus .aboutus-content article .group-brand li span small {
                font-size: 14px;
                font-size: 1.4rem; } }

.page__location {
  position: relative; }

.nav-back {
  margin: 10px 0px; }
  @media only screen and (min-width: 768px) {
    .nav-back {
      margin: 15px 0px; } }

#map {
  height: 100%;
  width: 100%;
  position: absolute; }

.search-panel {
  border-right: 2px solid #979797; }
  @media only screen and (min-width: 768px) {
    .search-panel {
      min-width: 200px; } }
  .search-panel .dropdown-filter {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    background-color: #E6E7E9;
    padding: 20px;
    z-index: 30; }
    @media only screen and (min-width: 768px) {
      .search-panel .dropdown-filter {
        width: calc(100% - 129px); } }
    .search-panel .dropdown-filter .form-group {
      margin: 0; }
  .search-panel .btn-filter {
    height: 52px;
    width: 100%; }
    .search-panel .btn-filter .icon-filter {
      background-image: url("../img/icon/icon-filter-black.png");
      width: 26px;
      height: 20px;
      float: left; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .search-panel .btn-filter .icon-filter {
          background-image: url("../img/icon/icon-filter-black@2x.png");
          background-size: 26px 20px; } }
      @media only screen and (max-width: 991px) {
        .search-panel .btn-filter .icon-filter {
          margin: 0 auto;
          float: none; } }
    .search-panel .btn-filter .text {
      font-size: 14px;
      font-size: 1.4rem;
      color: #333333;
      margin-left: 15px;
      float: left; }
      html.safari .search-panel .btn-filter .text {
        margin-top: 2px; }
    .search-panel .btn-filter:hover .text {
      color: #EA7600; }
    .search-panel .btn-filter:hover .icon-filter {
      background-image: url("../img/icon/icon-filter.png");
      width: 26px;
      height: 20px; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .search-panel .btn-filter:hover .icon-filter {
          background-image: url("../img/icon/icon-filter@2x.png");
          background-size: 26px 20px; } }
  .search-panel.open {
    position: static; }
    .search-panel.open .icon-filter {
      background-image: url("../img/icon/icon-filter.png");
      width: 26px;
      height: 20px; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .search-panel.open .icon-filter {
          background-image: url("../img/icon/icon-filter@2x.png");
          background-size: 26px 20px; } }
    .search-panel.open .text {
      color: #EA7600; }
  .search-panel .bootstrap-select.btn-group .dropdown-menu li a span.text {
    float: none;
    color: #333333; }
  .search-panel .bootstrap-select .dropdown-menu &gt; li &gt; a {
    padding-left: 20px;
    padding-right: 20px; }

#search-location {
  height: 52px;
  background: white;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12), 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
  border-radius: 6px; }
  #search-location .input-search,
  #search-location .btn-search {
    height: 52px; }
  #search-location .btn-search {
    min-width: 130px; }
    #search-location .btn-search .glyphicon {
      font-size: 20px;
      font-size: 2rem; }
    @media only screen and (max-width: 767px) {
      #search-location .btn-search .glyphicon {
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    #search-location .btn-search,
    #search-location .btn-filter {
      min-width: 60px; } }
  #search-location .input-search {
    border: none; }
  #search-location .input-group-btn:first-child &gt; .btn {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  #search-location .input-group-btn:last-child &gt; .btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  #search-location.show-filter .btn-search {
    background-color: #e6e7e9;
    pointer-events: none; }

.form-filter .footer {
  margin-top: 30px; }
  @media only screen and (max-width: 991px) {
    .form-filter .footer {
      margin-top: 20px; } }
  .form-filter .footer .btn {
    border-radius: 6px; }
    @media only screen and (min-width: 768px) {
      .form-filter .footer .btn {
        height: 52px; } }

.form-filter .form-group + .form-group {
  margin-top: 10px; }

.show-map {
  position: relative;
  height: 640px;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .show-map {
      height: calc(100vh - 74px); } }

.filter-search {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 115px;
  width: 100%; }

.result-map .close-result {
  position: absolute;
  right: 15px;
  top: 15px; }
  @media only screen and (max-width: 767px) {
    .result-map .close-result {
      top: 10px;
      right: 10px; } }

.result-map .wrapper {
  background-color: white;
  min-height: 340px;
  margin-top: -200px;
  position: relative;
  z-index: 10;
  padding: 60px 60px 0px; }
  @media only screen and (max-width: 991px) {
    .result-map .wrapper {
      margin-top: -100px;
      padding: 30px 30px 0px; } }
  @media only screen and (max-width: 767px) {
    .result-map .wrapper {
      padding: 20px 15px 0px;
      margin-top: -120px; } }

.result-map section + section {
  border-top: 1px solid #D8D8D8; }

.result-map .name-location {
  text-align: center;
  padding-bottom: 40px; }
  @media only screen and (max-width: 1199px) {
    .result-map .name-location {
      padding-bottom: 30px; } }
  .result-map .name-location .title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 10px; }
  .result-map .name-location .detail {
    font-size: 18px;
    font-size: 1.8rem; }
  .result-map .name-location footer {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .result-map .name-location footer {
        margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .result-map .name-location {
      padding-bottom: 20px; }
      .result-map .name-location .title {
        font-weight: 400; }
      .result-map .name-location .detail {
        font-size: 14px;
        font-size: 1.4rem; } }

.result-map .heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #84BD00;
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .result-map .heading {
      margin-bottom: 25px; } }

.result-map [class*="type-"] {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .result-map [class*="type-"] {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .result-map [class*="type-"] {
      padding-top: 20px;
      padding-bottom: 0; } }

.result-map .list {
  list-style: none;
  margin-top: -15px; }
  .result-map .list li {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .result-map .list li {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px; } }

.result-map .type-service .list li {
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: middle;
  display: inline-table; }
  @media only screen and (max-width: 767px) {
    .result-map .type-service .list li {
      padding-left: 10px;
      padding-right: 10px; } }

.result-map .type-service .list .logo {
  display: table-cell;
  vertical-align: middle; }

@media only screen and (max-width: 543px) {
  .result-map .type-service .list .logo,
  .result-map .type-service .list .card {
    max-width: 100px; } }

.autocomplete-suggestions {
  border: none !important;
  margin-top: 15px;
  margin-left: -1px;
  /* Rectangle 5: */
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.24);
  border-radius: 6px 6px;
  padding: 5px; }
  .autocomplete-suggestions strong {
    color: #333333 !important;
    font-weight: normal; }
  .autocomplete-suggestions .autocomplete-selected strong {
    color: #84BD00 !important; }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 6px 7px;
    white-space: normal;
    color: #a5a5a5; }
    .autocomplete-suggestions .autocomplete-suggestion:hover, .autocomplete-suggestions .autocomplete-suggestion:focus {
      color: #84BD00;
      background-color: #F3F3F3; }
    @media only screen and (max-width: 767px) {
      .autocomplete-suggestions .autocomplete-suggestion + .autocomplete-suggestion {
        border-top: 1px solid #979797; } }

.show-error {
  width: 100%;
  margin: 210px 0 60px 0;
  display: table; }
  @media only screen and (max-width: 767px) {
    .show-error {
      margin: 180px 0 30px 0; } }
  .show-error article {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
    text-align: center; }
    .show-error article h1 {
      font-weight: 700;
      margin: 15px 0; }
    .show-error article span {
      display: block;
      margin-bottom: 30px; }

#promotion {
  overflow: hidden; }
  #promotion .promotion-header {
    position: relative;
    margin: 20px 0 0 0; }
    @media only screen and (max-width: 767px) {
      #promotion .promotion-header {
        margin: 30px 0 15px 0; } }
    #promotion .promotion-header .container {
      position: relative; }
      #promotion .promotion-header .container .content-header h1 {
        font-weight: 600;
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          #promotion .promotion-header .container .content-header h1 {
            width: 498px;
            margin: 15px auto 0 auto; } }
        @media only screen and (max-width: 543px) {
          #promotion .promotion-header .container .content-header h1 {
            width: 100%; } }
      #promotion .promotion-header .container .content-header .group-select {
        display: block;
        position: relative;
        margin-top: 20px;
        padding: 7px 0 0 0;
        background-color: white;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        height: 45px;
        /*  dropdown */
        /*  //dropdown */ }
        @media only screen and (max-width: 767px) {
          #promotion .promotion-header .container .content-header .group-select {
            width: 498px;
            margin: 0 auto;
            margin-top: 15px; } }
        @media only screen and (max-width: 543px) {
          #promotion .promotion-header .container .content-header .group-select {
            width: 100%; } }
        #promotion .promotion-header .container .content-header .group-select .toppic {
          text-align: left;
          position: absolute;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 7px 0 0 20px;
          display: block; }
        #promotion .promotion-header .container .content-header .group-select:hover {
          cursor: pointer; }
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select.btn-group .dropdown-toggle .caret {
          top: 52%;
          background-image: url("../img/icon/arrow/arrow-triangle.png");
          background-repeat: no-repeat;
          background-size: 13px 9px;
          width: 13px;
          height: 9px;
          margin-left: 15px; }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            #promotion .promotion-header .container .content-header .group-select .bootstrap-select.btn-group .dropdown-toggle .caret {
              background-image: url("../img/icon/arrow/arrow-triangle@2x.png");
              background-size: 13px 9px; } }
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select.btn-group.open button span {
          color: #EA7600; }
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select.btn-group.open .caret {
          background-image: url("../img/icon/arrow/arrow-triangle-hover.png"); }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            #promotion .promotion-header .container .content-header .group-select .bootstrap-select.btn-group.open .caret {
              background-image: url("../img/icon/arrow/arrow-triangle-hover@2x.png");
              background-size: 13px 9px; } }
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select .btn {
          height: 30px;
          border: none;
          width: 100%;
          font-family: "Prompt";
          font-weight: normal;
          background-color: transparent;
          color: #333333;
          padding-right: 14px !important; }
          #promotion .promotion-header .container .content-header .group-select .bootstrap-select .btn:focus {
            outline: none !important;
            color: #EA7600;
            border: none; }
          #promotion .promotion-header .container .content-header .group-select .bootstrap-select .btn:after {
            background: none; }
          #promotion .promotion-header .container .content-header .group-select .bootstrap-select .btn:hover {
            border: none; }
            #promotion .promotion-header .container .content-header .group-select .bootstrap-select .btn:hover span {
              color: #EA7600; }
          #promotion .promotion-header .container .content-header .group-select .bootstrap-select .btn span {
            color: #333333;
            font-size: 14px;
            font-size: 1.4rem; }
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select.open &gt; .btn-default.dropdown-toggle,
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select.open &gt; .btn-default.dropdown-toggle:hover,
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select.open &gt; .btn-default.dropdown-toggle:focus,
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select.open &gt; .btn-default.dropdown-toggle.focus {
          background-color: transparent;
          box-shadow: none;
          border: none; }
        #promotion .promotion-header .container .content-header .group-select .bootstrap-select .dropdown-menu {
          padding: 0;
          background-color: white;
          font-family: "Prompt";
          font-weight: normal;
          font-size: 14px;
          font-size: 1.4rem;
          border-radius: 1px;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          -ms-border-radius: 1px;
          -o-border-radius: 1px;
          border-color: #e6e6e6;
          margin-top: 10px; }
          #promotion .promotion-header .container .content-header .group-select .bootstrap-select .dropdown-menu ul {
            margin: 0; }
          #promotion .promotion-header .container .content-header .group-select .bootstrap-select .dropdown-menu &gt; li {
            padding: 0; }
            #promotion .promotion-header .container .content-header .group-select .bootstrap-select .dropdown-menu &gt; li:last-child &gt; a {
              border-bottom: none; }
            #promotion .promotion-header .container .content-header .group-select .bootstrap-select .dropdown-menu &gt; li:hover a {
              color: white;
              background-color: #EA7600; }
          #promotion .promotion-header .container .content-header .group-select .bootstrap-select .dropdown-menu &gt; li &gt; a {
            padding: 13px 19px;
            color: #333333;
            border-bottom: 1px solid #e6e6e6;
            line-height: 0.8; }
  #promotion .promotion-content {
    z-index: 1;
    position: relative;
    margin: 30px -15px 0 -15px; }
    @media only screen and (max-width: 767px) {
      #promotion .promotion-content {
        padding-bottom: 25px;
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      #promotion .promotion-content .container {
        padding: 0; } }

#promotion-sub .promotion-detail {
  margin: 30px 0; }
  @media only screen and (max-width: 767px) {
    #promotion-sub .promotion-detail {
      margin: 25px 0; } }
  #promotion-sub .promotion-detail .navigation #back-to i:before {
    margin-right: 5px; }
  #promotion-sub .promotion-detail .navigation .share-social {
    text-align: right; }
    #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart {
      background-image: url("../img/icon/icon-heart2.png");
      width: 44px;
      height: 44px;
      margin: 0; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart {
          background-image: url("../img/icon/icon-heart2@2x.png");
          background-size: 44px 44px; } }
      a:hover #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart, a.active #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart, #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart:hover, #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart.active {
        background-image: url("../img/icon/icon-heart2-active.png");
        background-position: 0 0; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          a:hover #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart, a.active #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart, #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart:hover, #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-heart.active {
            background-image: url("../img/icon/icon-heart2-active@2x.png");
            background-size: 44px 44px; } }
    #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share {
      background-image: url("../img/icon/icon-share2.png");
      width: 44px;
      height: 44px;
      margin: 0; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share {
          background-image: url("../img/icon/icon-share2@2x.png");
          background-size: 44px 44px; } }
      a:hover #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share, a.active #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share, #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share:hover, #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share.active {
        background-image: url("../img/icon/icon-share2-active.png");
        background-position: 0 0; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          a:hover #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share, a.active #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share, #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share:hover, #promotion-sub .promotion-detail .navigation .share-social .link-social li a .icon-share.active {
            background-image: url("../img/icon/icon-share2-active@2x.png");
            background-size: 44px 44px; } }
    #promotion-sub .promotion-detail .navigation .share-social .link-social li a em {
      display: block;
      text-align: center;
      line-height: 1.3;
      color: #333333;
      padding-top: 2px; }
      @media only screen and (max-width: 767px) {
        #promotion-sub .promotion-detail .navigation .share-social .link-social li a em {
          display: none; } }
    #promotion-sub .promotion-detail .navigation .share-social .link-social li a:hover .icon-heart, #promotion-sub .promotion-detail .navigation .share-social .link-social li a.active .icon-heart {
      background-image: url("../img/icon/icon-heart2-active.png");
      background-position: 0 0; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        #promotion-sub .promotion-detail .navigation .share-social .link-social li a:hover .icon-heart, #promotion-sub .promotion-detail .navigation .share-social .link-social li a.active .icon-heart {
          background-image: url("../img/icon/icon-heart2-active@2x.png");
          background-size: 44px 44px; } }
    #promotion-sub .promotion-detail .navigation .share-social .link-social li a:hover .icon-share, #promotion-sub .promotion-detail .navigation .share-social .link-social li a.active .icon-share {
      background-image: url("../img/icon/icon-share2-active.png");
      background-position: 0 0; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        #promotion-sub .promotion-detail .navigation .share-social .link-social li a:hover .icon-share, #promotion-sub .promotion-detail .navigation .share-social .link-social li a.active .icon-share {
          background-image: url("../img/icon/icon-share2-active@2x.png");
          background-size: 44px 44px; } }
  #promotion-sub .promotion-detail .article {
    margin-top: 30px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      #promotion-sub .promotion-detail .article {
        margin-top: 15px;
        padding-bottom: 25px; } }
    #promotion-sub .promotion-detail .article figure {
      width: 100%;
      display: block;
      overflow-y: hidden; }
      #promotion-sub .promotion-detail .article figure img {
        width: 100%; }
    #promotion-sub .promotion-detail .article .toppic {
      padding-bottom: 15px;
      font-size: 36px;
      font-size: 3.6rem; }
      @media only screen and (max-width: 991px) {
        #promotion-sub .promotion-detail .article .toppic {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media only screen and (max-width: 767px) {
        #promotion-sub .promotion-detail .article .toppic {
          font-size: 24px;
          font-size: 2.4rem;
          padding-top: 20px; } }
    #promotion-sub .promotion-detail .article p {
      padding-bottom: 15px;
      line-height: 1.3; }
      @media only screen and (max-width: 991px) {
        #promotion-sub .promotion-detail .article p {
          font-size: 16px;
          font-size: 1.6rem; } }
    #promotion-sub .promotion-detail .article span.variable {
      padding: 0 0 20px 0;
      margin: 0;
      display: block;
      line-height: 1.3;
      font-weight: 500; }
      @media only screen and (max-width: 991px) {
        #promotion-sub .promotion-detail .article span.variable {
          font-size: 16px;
          font-size: 1.6rem; } }
    #promotion-sub .promotion-detail .article .btn {
      padding: 0 50px !important; }
      @media only screen and (max-width: 991px) {
        #promotion-sub .promotion-detail .article .btn {
          padding: 0 35px !important;
          font-size: 16px;
          font-size: 1.6rem; } }
      @media only screen and (max-width: 543px) {
        #promotion-sub .promotion-detail .article .btn {
          width: 100%; } }

#contactus .contactus-header {
  position: relative;
  margin: 0 0 30px 0;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    #contactus .contactus-header {
      margin: 0px 0 15px 0; } }
  #contactus .contactus-header h1 {
    font-weight: 600;
    padding-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      #contactus .contactus-header h1 {
        margin: 15px auto 0 auto; } }
    @media only screen and (max-width: 543px) {
      #contactus .contactus-header h1 {
        width: 100%; } }
  #contactus .contactus-header span {
    display: block;
    line-height: 1.3; }
  #contactus .contactus-header .tell {
    text-align: right;
    padding-top: 55px; }
    @media only screen and (max-width: 991px) {
      #contactus .contactus-header .tell {
        padding-top: 78px; } }
    @media only screen and (max-width: 767px) {
      #contactus .contactus-header .tell {
        padding-top: 10px;
        text-align: center; } }
    #contactus .contactus-header .tell i {
      display: inline-block; }
    #contactus .contactus-header .tell span {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
      margin-left: 5px; }

#contactus .contactus-content {
  z-index: 1;
  position: relative;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    #contactus .contactus-content {
      padding-bottom: 25px; } }

#contactus-thankyou .contactus-content {
  z-index: 1;
  position: relative; }
  #contactus-thankyou .contactus-content .thankyou {
    height: calc(100vh - 505px);
    width: 100%;
    margin: 45px 0;
    display: table; }
    @media only screen and (max-width: 1199px) {
      #contactus-thankyou .contactus-content .thankyou {
        height: calc(100vh - 555px); } }
    @media only screen and (max-width: 991px) {
      #contactus-thankyou .contactus-content .thankyou {
        height: calc(100vh - 490px); } }
    @media only screen and (max-width: 767px) {
      #contactus-thankyou .contactus-content .thankyou {
        height: auto; } }
    #contactus-thankyou .contactus-content .thankyou article {
      vertical-align: middle;
      height: 100%;
      display: table-cell;
      text-align: center; }
      #contactus-thankyou .contactus-content .thankyou article h1 {
        font-weight: 600;
        margin: 15px 0; }
      #contactus-thankyou .contactus-content .thankyou article span {
        display: block;
        margin-bottom: 30px; }
      #contactus-thankyou .contactus-content .thankyou article .btn-back {
        padding: 0 80px !important; }
        @media only screen and (max-width: 543px) {
          #contactus-thankyou .contactus-content .thankyou article .btn-back {
            padding: 0 !important;
            width: 100%; } }

#faq {
  overflow: hidden; }
  #faq .faq-header {
    position: relative;
    margin: 20px 0 0 0; }
    @media only screen and (max-width: 767px) {
      #faq .faq-header {
        margin: 30px 0 15px 0; } }
    #faq .faq-header .container {
      position: relative; }
      #faq .faq-header .container .content-header h1 {
        font-weight: 700;
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          #faq .faq-header .container .content-header h1 {
            margin: 15px auto 0 auto; } }
        @media only screen and (max-width: 543px) {
          #faq .faq-header .container .content-header h1 {
            width: 100%; } }
      #faq .faq-header .container .content-header .group-select {
        display: block;
        position: relative;
        margin-top: 20px;
        padding: 7px 0 0 0;
        background-color: white;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        height: 45px;
        /*  dropdown */
        /*  //dropdown */ }
        @media only screen and (max-width: 767px) {
          #faq .faq-header .container .content-header .group-select {
            margin: 0 auto;
            margin-top: 15px; } }
        @media only screen and (max-width: 543px) {
          #faq .faq-header .container .content-header .group-select {
            width: 100%; } }
        #faq .faq-header .container .content-header .group-select .toppic {
          text-align: left;
          position: absolute;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 7px 0 0 20px;
          display: block; }
        #faq .faq-header .container .content-header .group-select:hover {
          cursor: pointer; }
        #faq .faq-header .container .content-header .group-select .bootstrap-select.btn-group .dropdown-toggle .caret {
          top: 52%;
          background-image: url("../img/icon/arrow/arrow-triangle.png");
          background-repeat: no-repeat;
          background-size: 13px 9px;
          width: 13px;
          height: 9px;
          margin-left: 15px; }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            #faq .faq-header .container .content-header .group-select .bootstrap-select.btn-group .dropdown-toggle .caret {
              background-image: url("../img/icon/arrow/arrow-triangle@2x.png");
              background-size: 13px 9px; } }
        #faq .faq-header .container .content-header .group-select .bootstrap-select.btn-group.open button span {
          color: #EA7600; }
        #faq .faq-header .container .content-header .group-select .bootstrap-select.btn-group.open .caret {
          background-image: url("../img/icon/arrow/arrow-triangle-hover.png"); }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            #faq .faq-header .container .content-header .group-select .bootstrap-select.btn-group.open .caret {
              background-image: url("../img/icon/arrow/arrow-triangle-hover@2x.png");
              background-size: 13px 9px; } }
        #faq .faq-header .container .content-header .group-select .bootstrap-select .btn {
          height: 30px;
          border: none;
          width: 100%;
          font-family: "Prompt";
          font-weight: normal;
          background-color: transparent;
          color: #333333;
          padding-right: 14px !important; }
          #faq .faq-header .container .content-header .group-select .bootstrap-select .btn:focus {
            outline: none !important;
            color: #EA7600;
            border: none; }
          #faq .faq-header .container .content-header .group-select .bootstrap-select .btn:after {
            background: none; }
          #faq .faq-header .container .content-header .group-select .bootstrap-select .btn:hover {
            border: none; }
            #faq .faq-header .container .content-header .group-select .bootstrap-select .btn:hover span {
              color: #EA7600; }
          #faq .faq-header .container .content-header .group-select .bootstrap-select .btn span {
            color: #333333;
            font-size: 14px;
            font-size: 1.4rem; }
        #faq .faq-header .container .content-header .group-select .bootstrap-select.open &gt; .btn-default.dropdown-toggle,
        #faq .faq-header .container .content-header .group-select .bootstrap-select.open &gt; .btn-default.dropdown-toggle:hover,
        #faq .faq-header .container .content-header .group-select .bootstrap-select.open &gt; .btn-default.dropdown-toggle:focus,
        #faq .faq-header .container .content-header .group-select .bootstrap-select.open &gt; .btn-default.dropdown-toggle.focus {
          background-color: transparent;
          box-shadow: none;
          border: none; }
        #faq .faq-header .container .content-header .group-select .bootstrap-select .dropdown-menu {
          padding: 0;
          background-color: white;
          font-family: "Prompt";
          font-weight: normal;
          font-size: 14px;
          font-size: 1.4rem;
          border-radius: 1px;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          -ms-border-radius: 1px;
          -o-border-radius: 1px;
          border-color: #e6e6e6;
          margin-top: 10px; }
          #faq .faq-header .container .content-header .group-select .bootstrap-select .dropdown-menu ul {
            margin: 0; }
          #faq .faq-header .container .content-header .group-select .bootstrap-select .dropdown-menu &gt; li {
            padding: 0; }
            #faq .faq-header .container .content-header .group-select .bootstrap-select .dropdown-menu &gt; li:last-child &gt; a {
              border-bottom: none; }
            #faq .faq-header .container .content-header .group-select .bootstrap-select .dropdown-menu &gt; li:hover a {
              color: white;
              background-color: #EA7600; }
          #faq .faq-header .container .content-header .group-select .bootstrap-select .dropdown-menu &gt; li &gt; a {
            padding: 13px 19px;
            color: #333333;
            border-bottom: 1px solid #e6e6e6;
            line-height: 0.8; }
  #faq .faq-content {
    padding-bottom: 50px;
    margin: 30px -15px 0 -15px; }
    @media only screen and (max-width: 767px) {
      #faq .faq-content {
        margin: 15px 0 0 0;
        padding-bottom: 25px; } }
    #faq .faq-content article {
      background-color: white;
      padding: 15px 0;
      min-height: 150px;
      box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12), 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
      text-align: left;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #faq .faq-content article {
          margin: 0 auto;
          padding: 5px 0; } }
      #faq .faq-content article .panel-group {
        margin: 0; }
        #faq .faq-content article .panel-group .panel {
          border-bottom: 1px solid #e6e6e6;
          background-color: transparent;
          box-shadow: none;
          border-radius: 0;
          margin: 0; }
          #faq .faq-content article .panel-group .panel:last-child {
            border-bottom: none; }
          #faq .faq-content article .panel-group .panel .panel-heading {
            border: none;
            padding: 25px 104px 25px 30px;
            border-radius: 0; }
            @media only screen and (max-width: 767px) {
              #faq .faq-content article .panel-group .panel .panel-heading {
                padding: 20px; } }
            #faq .faq-content article .panel-group .panel .panel-heading.active a:after {
              background-image: url("../img/icon/arrow/arrow-expand-up.png"); }
              @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                #faq .faq-content article .panel-group .panel .panel-heading.active a:after {
                  background-image: url("../img/icon/arrow/arrow-expand-up@2x.png");
                  background-size: 44px 44px; } }
              @media only screen and (max-width: 767px) {
                #faq .faq-content article .panel-group .panel .panel-heading.active a:after {
                  background-image: url("../img/icon/arrow/arrow-expand-up.png");
                  width: 30px;
                  height: 30px;
                  background-size: 30px; } }
            #faq .faq-content article .panel-group .panel .panel-heading a {
              display: block;
              position: relative; }
              #faq .faq-content article .panel-group .panel .panel-heading a:after {
                content: '';
                background-image: url("../img/icon/arrow/arrow-expand-down.png");
                width: 44px;
                height: 44px;
                display: block;
                position: absolute;
                right: -62px;
                top: -12px; }
                @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
                  #faq .faq-content article .panel-group .panel .panel-heading a:after {
                    background-image: url("../img/icon/arrow/arrow-expand-down@2x.png");
                    background-size: 44px 44px; } }
                @media only screen and (max-width: 767px) {
                  #faq .faq-content article .panel-group .panel .panel-heading a:after {
                    background-image: url("../img/icon/arrow/arrow-expand-down.png");
                    width: 30px;
                    height: 30px;
                    background-size: 30px;
                    right: -0px;
                    top: -8px; } }
              #faq .faq-content article .panel-group .panel .panel-heading a p {
                position: relative;
                padding-left: 70px;
                line-height: 1.3;
                word-wrap: break-word; }
                @media only screen and (max-width: 767px) {
                  #faq .faq-content article .panel-group .panel .panel-heading a p {
                    padding-left: 0px; } }
                #faq .faq-content article .panel-group .panel .panel-heading a p span {
                  position: absolute;
                  display: inline-block;
                  margin-left: -70px;
                  color: #84BD00; }
                  @media only screen and (max-width: 767px) {
                    #faq .faq-content article .panel-group .panel .panel-heading a p span {
                      margin-left: 0px;
                      padding-bottom: 6px;
                      display: block;
                      position: relative; } }
                  #faq .faq-content article .panel-group .panel .panel-heading a p span:after {
                    content: ':';
                    margin-left: 8px; }
          #faq .faq-content article .panel-group .panel .panel-collapse .panel-body {
            border: none;
            padding: 0 104px 25px 30px; }
            @media only screen and (max-width: 767px) {
              #faq .faq-content article .panel-group .panel .panel-collapse .panel-body {
                padding: 0 20px 20px 20px; } }
            #faq .faq-content article .panel-group .panel .panel-collapse .panel-body p {
              position: relative;
              padding-left: 70px;
              line-height: 1.3;
              word-wrap: break-word; }
              @media only screen and (max-width: 767px) {
                #faq .faq-content article .panel-group .panel .panel-collapse .panel-body p {
                  padding-left: 0px; } }
              #faq .faq-content article .panel-group .panel .panel-collapse .panel-body p span {
                position: absolute;
                display: inline-block;
                margin-left: -70px;
                color: #84BD00; }
                @media only screen and (max-width: 767px) {
                  #faq .faq-content article .panel-group .panel .panel-collapse .panel-body p span {
                    margin-left: 0px;
                    padding-bottom: 6px;
                    display: block;
                    position: relative; } }
                #faq .faq-content article .panel-group .panel .panel-collapse .panel-body p span:after {
                  content: ':';
                  margin-left: 3px; }

@media only screen and (min-width: 768px) {
  body.en #faq .faq-content article .panel-group .panel .panel-heading a p {
    padding-left: 95px; }
  body.en #faq .faq-content article .panel-group .panel .panel-heading a p span {
    margin-left: -95px; }
  body.en #faq .faq-content article .panel-group .panel .panel-collapse .panel-body p {
    padding-left: 95px; }
  body.en #faq .faq-content article .panel-group .panel .panel-collapse .panel-body p span {
    margin-left: -95px; } }

#terms, #privacy {
  overflow: hidden; }
  #terms .terms-header, #privacy .terms-header {
    position: relative;
    margin: 30px 0; }
    @media only screen and (max-width: 767px) {
      #terms .terms-header, #privacy .terms-header {
        margin: 30px 0 15px 0; } }
    #terms .terms-header h1, #privacy .terms-header h1 {
      font-weight: 600;
      margin-top: 20px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        #terms .terms-header h1, #privacy .terms-header h1 {
          margin: 15px 0 0 0; } }
    #terms .terms-header span, #privacy .terms-header span {
      display: block;
      line-height: 1.3; }
  #terms .privacy-header, #privacy .privacy-header {
    position: relative;
    margin: 30px 0; }
    @media only screen and (max-width: 767px) {
      #terms .privacy-header, #privacy .privacy-header {
        margin: 30px 0 15px 0; } }
    #terms .privacy-header h1, #privacy .privacy-header h1 {
      font-weight: 600;
      margin-top: 20px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        #terms .privacy-header h1, #privacy .privacy-header h1 {
          margin: 15px 0 0 0; } }
      @media only screen and (max-width: 543px) {
        #terms .privacy-header h1, #privacy .privacy-header h1 {
          max-width: 300px; } }
    #terms .privacy-header span, #privacy .privacy-header span {
      display: block;
      line-height: 1.3; }
  #terms .terms-content, #terms .privacy-content, #privacy .terms-content, #privacy .privacy-content {
    position: relative;
    margin-bottom: 60px; }
    #terms .terms-content article, #terms .privacy-content article, #privacy .terms-content article, #privacy .privacy-content article {
      background-color: white;
      box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12), 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
      padding: 45px; }
      @media only screen and (max-width: 767px) {
        #terms .terms-content article, #terms .privacy-content article, #privacy .terms-content article, #privacy .privacy-content article {
          padding: 30px 20px; } }
      #terms .terms-content article p.toppic, #terms .privacy-content article p.toppic, #privacy .terms-content article p.toppic, #privacy .privacy-content article p.toppic {
        font-weight: 600;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 45px 0 15px 0; }
        @media only screen and (max-width: 991px) {
          #terms .terms-content article p.toppic, #terms .privacy-content article p.toppic, #privacy .terms-content article p.toppic, #privacy .privacy-content article p.toppic {
            font-size: 22px;
            font-size: 2.2rem; } }
        @media only screen and (max-width: 767px) {
          #terms .terms-content article p.toppic, #terms .privacy-content article p.toppic, #privacy .terms-content article p.toppic, #privacy .privacy-content article p.toppic {
            font-size: 20px;
            font-size: 2rem;
            padding: 30px 0 15px 0; } }
        #terms .terms-content article p.toppic:first-child, #terms .privacy-content article p.toppic:first-child, #privacy .terms-content article p.toppic:first-child, #privacy .privacy-content article p.toppic:first-child {
          padding: 0 0 20px 0; }
          @media only screen and (max-width: 767px) {
            #terms .terms-content article p.toppic:first-child, #terms .privacy-content article p.toppic:first-child, #privacy .terms-content article p.toppic:first-child, #privacy .privacy-content article p.toppic:first-child {
              padding: 0 0 15px 0; } }
      #terms .terms-content article span, #terms .privacy-content article span, #privacy .terms-content article span, #privacy .privacy-content article span {
        display: block;
        padding: 0 0 15px 0;
        line-height: 1.3; }
        #terms .terms-content article span.remark, #terms .privacy-content article span.remark, #privacy .terms-content article span.remark, #privacy .privacy-content article span.remark {
          font-size: 16px;
          font-size: 1.6rem;
          color: #555555; }
      #terms .terms-content article ul, #terms .privacy-content article ul, #privacy .terms-content article ul, #privacy .privacy-content article ul {
        padding: 0;
        margin: 0; }
        #terms .terms-content article ul li, #terms .privacy-content article ul li, #privacy .terms-content article ul li, #privacy .privacy-content article ul li {
          padding: 0 0 15px 0;
          margin: 0 0 0 22px;
          line-height: 1.3; }
          @media only screen and (max-width: 767px) {
            #terms .terms-content article ul li, #terms .privacy-content article ul li, #privacy .terms-content article ul li, #privacy .privacy-content article ul li {
              margin: 0 0 0 20px; } }
        #terms .terms-content article ul.link, #terms .privacy-content article ul.link, #privacy .terms-content article ul.link, #privacy .privacy-content article ul.link {
          padding: 0 0 15px 0; }
          #terms .terms-content article ul.link li, #terms .privacy-content article ul.link li, #privacy .terms-content article ul.link li, #privacy .privacy-content article ul.link li {
            padding: 0; }
          #terms .terms-content article ul.link a, #terms .privacy-content article ul.link a, #privacy .terms-content article ul.link a, #privacy .privacy-content article ul.link a {
            color: #84BD00; }
            #terms .terms-content article ul.link a:hover, #terms .privacy-content article ul.link a:hover, #privacy .terms-content article ul.link a:hover, #privacy .privacy-content article ul.link a:hover {
              text-decoration: underline; }

.member-header {
  position: relative;
  margin: 0 0 30px 0;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .member-header {
      margin: 0px 0 15px 0; } }
  .member-header h1 {
    font-weight: 600;
    padding-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .member-header h1 {
        margin: 15px auto 0 auto; } }
    @media only screen and (max-width: 543px) {
      .member-header h1 {
        width: 100%; } }
  .member-header span {
    display: block;
    line-height: 1.3; }

.member-content {
  z-index: 1;
  position: relative;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .member-content {
      padding-bottom: 25px; } }
  .member-content .btn-sent {
    margin-top: 5px; }

.complete-content {
  z-index: 1;
  position: relative; }
  .complete-content .complete {
    height: calc(100vh - 505px);
    width: 100%;
    margin: 45px 0;
    display: table; }
    @media only screen and (max-width: 1199px) {
      .complete-content .complete {
        height: calc(100vh - 555px); } }
    @media only screen and (max-width: 991px) {
      .complete-content .complete {
        height: calc(100vh - 490px); } }
    @media only screen and (max-width: 767px) {
      .complete-content .complete {
        height: auto; } }
    .complete-content .complete article {
      vertical-align: middle;
      height: 100%;
      display: table-cell;
      text-align: center; }
      .complete-content .complete article h1 {
        font-weight: 600;
        margin: 20px 0;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .complete-content .complete article h1 {
            line-height: 1.1; } }
      .complete-content .complete article span {
        display: block;
        margin-bottom: 30px;
        line-height: 1.3; }
        .complete-content .complete article span a {
          text-decoration: underline; }
          .complete-content .complete article span a:hover {
            opacity: 0.7; }
      .complete-content .complete article .btn-back {
        min-width: 330px; }
        @media only screen and (max-width: 543px) {
          .complete-content .complete article .btn-back {
            width: 100%; } }
      .complete-content .complete article .btn-share-fb {
        margin-top: 10px;
        min-width: 330px; }
        @media only screen and (max-width: 543px) {
          .complete-content .complete article .btn-share-fb {
            width: 100%; } }
        .complete-content .complete article .btn-share-fb .icon-facebook-squared {
          font-size: 26px;
          font-size: 2.6rem;
          margin-right: 5px; }

.header-page {
  margin-bottom: 30px; }
  @media only screen and (max-width: 543px) {
    .header-page {
      margin-bottom: 10px; } }
  .header-page .title {
    font-weight: 700; }

.page__register {
  padding-top: 90px; }
  @media only screen and (max-width: 991px) {
    .page__register {
      padding-top: 30px; } }
  .page__register .header-section {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .page__register .header-section {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 543px) {
      .page__register .header-section {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 543px) {
      .page__register .header-section .block {
        display: block; } }
  .page__register .section-personal {
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .page__register .section-personal {
        margin-top: 20px; } }
    @media only screen and (max-width: 543px) {
      .page__register .section-personal {
        margin-top: 10px; } }
  .page__register .section-social .group-button .btn {
    margin: 0px 3px; }
    @media only screen and (max-width: 543px) {
      .page__register .section-social .group-button .btn {
        margin: 3px 0px; } }

.section-avatar {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .section-avatar {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .section-avatar .photo .fileinput-new {
    background-size: cover;
    background-position: center center; }
  .section-avatar .fileinput-exists .photo .fileinput-new {
    border: none; }
  .section-avatar .fileinput-exists .fileinput-preview {
    background-color: white;
    background-size: cover;
    background-position: center center; }
  .section-avatar .photo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    border-radius: 500px 500px; }
    @media only screen and (min-width: 544px) {
      .section-avatar .photo {
        width: 180px;
        height: 180px; } }
    .page-myprofile .section-avatar .photo {
      overflow: hidden;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-size: cover;
      background-position: center center; }
    .section-avatar .photo img {
      width: 100%;
      display: inline;
      vertical-align: middle; }
  .section-avatar .name {
    line-height: 30px;
    margin-top: 10px; }
  .section-avatar .mail {
    font-size: 16px;
    font-size: 1.6rem;
    color: #999999; }
  .section-avatar .thumbnail {
    border: none;
    padding: 0;
    width: 100%;
    border-radius: 500px 500px;
    border: none;
    overflow: hidden; }
    @media only screen and (min-width: 544px) {
      .section-avatar .thumbnail {
        max-width: 180px !important;
        max-height: 180px !important;
        line-height: 180px !important; } }
  .section-avatar .fileinput-preview {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    border-radius: 500px 500px;
    height: 100%; }
    html.ie9 .section-avatar .fileinput-preview {
      height: 100%; }
  .section-avatar .btn-file {
    max-width: 55px;
    min-width: 55px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    border-radius: 500px 500px;
    border: 1px solid #EA7600;
    width: 55px;
    height: 55px;
    display: inline-block;
    cursor: pointer;
    text-indent: -99999px;
    background-color: #EA7600;
    background-image: url("../img/icon/icon-camera@2x.png");
    background-size: 37px 30px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 544px) {
      .section-avatar .btn-file {
        max-width: 77px;
        min-width: 77px;
        border-radius: 500px 500px;
        border: 1px solid #EA7600;
        width: 77px;
        height: 77px;
        display: inline-block; } }
    .section-avatar .btn-file .icon {
      position: absolute;
      left: 19px;
      top: 23px;
      display: block;
      display: none; }
    .section-avatar .btn-file:hover {
      background-color: white;
      border-color: #EA7600;
      background-image: url("../img/icon/icon-camera-orange@2x.png");
      transition: all 0.3s; }
    .section-avatar .btn-file:focus {
      background-color: white;
      background-image: url("../img/icon/icon-camera-orange@2x.png");
      pointer-events: none !important; }
      .section-avatar .btn-file:focus:hover {
        background-color: white;
        background-image: url("../img/icon/icon-camera-orange@2x.png");
        pointer-events: none !important; }

.page__sitemap ul li, .page__sitemap .list li {
  padding: 15px 0px; }
  .page__sitemap ul li.list-sub, .page__sitemap .list li.list-sub {
    padding-left: 26px;
    padding-top: 0;
    padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .page__sitemap ul li, .page__sitemap .list li {
      padding: 10px 0px; } }

.page__sitemap p {
  padding: 15px 0px; }
  @media only screen and (max-width: 767px) {
    .page__sitemap p {
      padding: 10px 0px; } }

.page__sitemap .list-bullet {
  padding-left: 10px; }
  .page__sitemap .list-bullet a {
    color: #666666; }

.page__sitemap .wrapper-content {
  padding: 30px 45px; }
  @media only screen and (max-width: 767px) {
    .page__sitemap .wrapper-content {
      padding: 20px; } }

@media only screen and (max-width: 1199px) {
  .page__sitemap .group-social {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px; } }

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




/* ========================================== */
/* 				 	POPUP 			  	      */
/* ========================================== */
.fancybox.img-lightbox {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px 0;
  background-size: cover !important;
}

@media only screen and (max-width: 767px) {
  .fancybox.img-lightbox {
    border-radius: 10px 0;
  }
}

.fancybox .blog-lightbox {
  width: 100%;
}

.fancybox-lock {
  overflow: auto !important;
}

.fancybox-margin {
  margin: 0 !important;
}

.fancybox-overlay {
  z-index: 1100 !important;
  overflow: hidden !important;
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.fancybox-wrap {
  width: 750px !important;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .fancybox-wrap {
    width: 80% !important;
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .fancybox-wrap {
    width: 90% !important;
  }
}

.fancybox-wrap .fancybox-skin {
  padding: 0 !important;
  box-sizing: border-box;
  border-radius: 30px 0;
}

.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
  width: 100% !important;
  height: auto !important;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.28);
  border-radius: 30px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
    padding: 5px;
    border-radius: 15px 0;
  }
}

.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .fancybox-image {
  border-radius: 20px 0;
}

@media only screen and (max-width: 767px) {
  .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .fancybox-image {
    border-radius: 10px 0;
  }
}

.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner article img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fancybox-wrap .fancybox-skin {
    border-radius: 15px 0;
  }
}

.fancybox-wrap .fancybox-skin .fancybox-close {
  top: 10px;
  right: 10px;
  background: url("../img/icon/icon-close.jpg") 0 0 no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .fancybox-wrap .fancybox-skin .fancybox-close {
    background-size: 60px;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }
}

.fancybox-wrap .fancybox-skin .fancybox-close:hover {
  background: url("../img/icon/icon-close.jpg") -40px 0 no-repeat;
}

@media only screen and (max-width: 767px) {
  .fancybox-wrap .fancybox-skin .fancybox-close:hover {
    background: url("../img/icon/icon-close.jpg") -30px 0 no-repeat;
    background-size: 60px;
  }
}

</pre></body></html>