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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* ==========================================================================
   normalize.css
   ========================================================================== */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* ==========================================================================
   Remove vender default style
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

a:focus {
  outline: 0; }

/* ==========================================================================
   Better basic DOM elements style
   ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

body {
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

a:hover {
  color: inherit; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Remove vender default style
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

a:focus {
  outline: 0; }

/* ==========================================================================
   Better basic DOM elements style
   ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

body {
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

a:hover {
  color: inherit; }

@font-face {
  font-family: 'RobotoSlab';
  src: url("../assets/fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/RobotoSlab-Regular.woff") format("woff"), url("../assets/fonts/RobotoSlab-Regular.ttf") format("truetype"), url("../assets/fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../assets/fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/RobotoSlab-Bold.woff") format("woff"), url("../assets/fonts/RobotoSlab-Bold.ttf") format("truetype"), url("../assets/fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Roboto-Regular.woff") format("woff"), url("../assets/fonts/Roboto-Regular.ttf") format("truetype"), url("../assets/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 300;
  font-style: normal; }
/* === default font-size: 16px; === */
html {
  font-size: 1em;
  line-height: 1.4; }

body {
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, input, textarea, select {
  font-family: "Roboto", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: "RobotoSlab", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

h1, h2, h3, strong, b {
  font-weight: 800; }

h1 {
  font-size: 2.5rem;
  margin-top: 0; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.8125rem; }

p, label {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.25em;
  margin-bottom: 0.8em;
  color: inherit; }

p {
  font-family: "Roboto", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  line-height: 1.75em; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* ==========================================================================
   Some Helper classes
   ========================================================================== */
.success-text {
  color: green; }

.warning-text {
  color: orange; }

.error-txt {
  color: red; }

.bold {
  font-weight: bold; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.underline {
  text-decoration: underline; }

/*Display*/
.block {
  display: block; }

.inline {
  display: inline; }

.hide {
  display: none !important; }

.inline-block, input[type="submit"], button, .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*Positioning*/
.center {
  margin: 0 auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-left {
  clear: right; }

.clear-right {
  clear: left; }

.clear-both {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/*overflow*/
.overflow-h,
.locked {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.overflow-v {
  overflow: visible; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden; }

.disable {
  opacity: 0.5;
  background: #ED4A3E; }

.pointer {
  cursor: pointer; }

input:required {
  box-shadow: none; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

form input[type=text], form input[type=password],
form input[type=email], form input[type=tel],
form textarea, form select, form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1em;
  padding: 0.875em 1.25em;
  color: #000;
  background: #FFF;
  border: 1px solid #000; }
form textarea {
  resize: none;
  height: auto;
  line-height: 1.25em;
  min-height: 135px;
  border: 1px solid #FFF; }

.form-field {
  position: relative; }

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: 0;
  color: #000;
  border-color: #CCC;
  background-color: #FFF;
  font-weight: 600; }

.form-error input[type=text], .form-error input[type=password],
.form-error input[type=email], .form-error input[type=tel],
.form-error textarea, .form-error select, .form-error .form-control {
  border-color: red; }

/* ==========================================================================
   Layout classes
   ========================================================================== */
body {
  background-color: #FFF; }

.wrapper {
  min-width: 320px;
  overflow: hidden;
  position: relative; }

.page-content {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  overflow: hidden;
  position: relative;
  padding-top: 70px; }
  .page-content:before {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -80; }

.inner-wrap {
  position: relative;
  width: 100%;
  max-width: 2560px;
  padding: 0 8.33333%;
  margin: 0 auto; }
  @media only screen and (max-width: 990px) {
    .inner-wrap {
      padding: 0 15px; } }

.row.no-space {
  margin-left: 0;
  margin-right: 0; }
  .row.no-space [class^="col-"], .row.no-space [class*=" col-"], .row.no-space .col {
    padding-left: 0;
    padding-right: 0; }

@media only screen and (max-width: 990px) {
  .open .page-content {
    -ms-transform: translateX(-480px);
    -o-transform: translateX(-480px);
    -moz-transform: translateX(-480px);
    -webkit-transform: translateX(-480px);
    transform: translateX(-480px); }
    .open .page-content:before {
      opacity: 1;
      filter: alpha(opacity=100);
      z-index: 80; } }
.header {
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  -ms-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 70px;
  /* ==========================================================================
     BURGER ICON classes
     ========================================================================== */
  /* ==========================================================================
     HEADER BOTTOM classes
     ========================================================================== */
  /* ==========================================================================
     OPEN classes
     ========================================================================== */ }
  .header .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 990px) {
      .header .inner-wrap {
        display: block; } }
  .header a {
    -webkit-transition: color 0.25s ease-out, background 0.25s ease-out;
    -moz-transition: color 0.25s ease-out, background 0.25s ease-out;
    -ms-transition: color 0.25s ease-out, background 0.25s ease-out;
    -o-transition: color 0.25s ease-out, background 0.25s ease-out;
    transition: color 0.25s ease-out, background 0.25s ease-out;
    text-decoration: none; }
  .header .navbar_header {
    padding: 13px 0; }
    @media only screen and (max-width: 990px) {
      .header .navbar_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .header .logo {
    display: block;
    max-width: 101px; }
  .header .burger-wrapper {
    display: none;
    position: relative;
    z-index: 5; }
    .header .burger-wrapper .burgerText {
      -webkit-transition: opacity 0.25s ease-out;
      -moz-transition: opacity 0.25s ease-out;
      -ms-transition: opacity 0.25s ease-out;
      -o-transition: opacity 0.25s ease-out;
      transition: opacity 0.25s ease-out;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
      filter: alpha(opacity=0);
      display: block;
      position: absolute;
      right: 100%;
      top: 50%;
      font-size: 0.875rem;
      padding-right: 4px; }
    .header .burger-wrapper .hamburger {
      background-color: transparent;
      border: none;
      padding: 0;
      display: block; }
      .header .burger-wrapper .hamburger .nav-icon {
        cursor: pointer;
        width: 35px;
        height: 21px;
        position: relative;
        outline: 0;
        margin: 0 auto; }
        .header .burger-wrapper .hamburger .nav-icon span {
          -webkit-transition: background 0.1618s ease-in, transform 0.1618s ease-in, width 0.1618s ease-in;
          -moz-transition: background 0.1618s ease-in, transform 0.1618s ease-in, width 0.1618s ease-in;
          -ms-transition: background 0.1618s ease-in, transform 0.1618s ease-in, width 0.1618s ease-in;
          -o-transition: background 0.1618s ease-in, transform 0.1618s ease-in, width 0.1618s ease-in;
          transition: background 0.1618s ease-in, transform 0.1618s ease-in, width 0.1618s ease-in;
          background-color: #49A66A;
          display: block;
          width: 100%;
          height: 2px;
          right: 0;
          position: absolute; }
          .header .burger-wrapper .hamburger .nav-icon span:first-child {
            top: 0; }
          .header .burger-wrapper .hamburger .nav-icon span:nth-child(2) {
            top: 10px; }
          .header .burger-wrapper .hamburger .nav-icon span:nth-child(3) {
            top: 20px; }
    @media only screen and (max-width: 990px) {
      .header .burger-wrapper {
        display: block; } }
  .header .h-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    font-size: 1rem;
    display: block;
    padding-left: 80px; }
    .header .h-menu svg {
      display: block;
      fill: #49A66A; }
    .header .h-menu .follow_us {
      display: none; }
    @media only screen and (max-width: 1400px) {
      .header .h-menu {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        font-size: 0.875rem; } }
    @media only screen and (max-width: 990px) {
      .header .h-menu {
        display: none;
        max-width: 450px;
        width: 100%;
        font-size: 0.875rem;
        font-weight: 800;
        margin-left: auto;
        padding: 0; }
        .header .h-menu svg, .header .h-menu .follow_us {
          display: inline-block;
          vertical-align: middle; }
        .header .h-menu .follow_us {
          margin-right: 10px; } }
  .header .h-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #000;
    font-family: "RobotoSlab", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }
    .header .h-menu-list li {
      padding: 24px 40px; }
      .header .h-menu-list li:first-child {
        padding-left: 0; }
      .header .h-menu-list li:last-child {
        padding-right: 0; }
      .header .h-menu-list li a {
        display: block;
        white-space: nowrap; }
        .header .h-menu-list li a.active, .header .h-menu-list li a:hover {
          color: #49A66A; }
    @media only screen and (max-width: 1400px) {
      .header .h-menu-list li {
        padding: 25px 30px; } }
    @media only screen and (max-width: 1199px) {
      .header .h-menu-list li {
        padding: 25px 2%; } }
    @media only screen and (max-width: 990px) {
      .header .h-menu-list {
        display: block; }
        .header .h-menu-list li {
          padding: 0;
          border-bottom: 1px solid #F2F2F2; }
          .header .h-menu-list li a {
            padding: 25px 30px; } }
@-webkit-keyframes openMenu {
  0% {
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes openMenu {
  0% {
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-ms-keyframes openMenu {
  0% {
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes openMenu {
  0% {
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes openMenu {
  0% {
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
  .header.openMenu {
    /**/
    /*@include centerFlex();
    top: 0;
    bottom: 0;
    width: 480px;
    background-color: $gray;*/ }
    .header.openMenu .burger-wrapper .hamburger .nav-icon span:first-child {
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%; }
    .header.openMenu .burger-wrapper .hamburger .nav-icon span:nth-child(2) {
      display: none; }
    .header.openMenu .burger-wrapper .hamburger .nav-icon span:nth-child(3) {
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 50%; }
    .header.openMenu .h-menu {
      -webkit-animation: openMenu 0.3s ease-out 1;
      -moz-animation: openMenu 0.3s ease-out 1;
      -ms-animation: openMenu 0.3s ease-out 1;
      -o-animation: openMenu 0.3s ease-out 1;
      animation: openMenu 0.3s ease-out 1;
      display: block; }

.footer {
  font-family: "RobotoSlab", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  background-color: #1E733B;
  font-size: 0.5625rem;
  color: #FFF; }
  .footer span {
    display: block; }
  .footer .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .footer .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333; }

*::-moz-selection {
  background: #DDD;
  text-shadow: none; }

*::selection {
  background: #DDD;
  text-shadow: none; }

img::selection {
  background: transparent;
  text-shadow: none; }

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

.green {
  color: #49A66A; }

.darkgreen {
  color: #1E733B; }

.lock {
  overflow: hidden; }

.disable, .btn:disabled, [disabled] {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.coverImg, .banner .banner-bkg img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%; }

.centerImg {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.coverBg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.section-title {
  font-size: 2.5rem;
  text-align: center;
  color: #49A66A;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .section-title {
      font-size: 1.875rem;
      margin-bottom: 30px; } }

input[type="submit"], button, .btn {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-family: "RobotoSlab", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  text-align: center;
  color: #FFF;
  background: #49A66A;
  font-size: 1rem;
  line-height: 1em;
  padding: 0.875em 1.5em;
  border: 2px solid #49A66A;
  width: auto;
  text-shadow: none; }
  input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, button:hover, button:active, button:focus, .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    box-shadow: none;
    outline: 0;
    text-decoration: none; }
  input[type="submit"]:hover, button:hover, .btn:hover {
    background: #FFF;
    color: #49A66A; }

/*@import 'components/slider';*/
/* ==========================================================================
	 LOADER classes
	 ========================================================================== */
@-webkit-keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#white_loader {
  background: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0; }
  #white_loader:before {
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 3s linear infinite;
    -ms-animation: loader 3s linear infinite;
    -o-animation: loader 3s linear infinite;
    animation: loader 3s linear infinite;
    background: url("../assets/images/loading.svg") no-repeat center/100% auto transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px; }

/* ==========================================================================
   BANNER classes
   ========================================================================== */
.banner {
  -webkit-transition: transform 1s ease-out, opacity 1.25s ease-out;
  -moz-transition: transform 1s ease-out, opacity 1.25s ease-out;
  -ms-transition: transform 1s ease-out, opacity 1.25s ease-out;
  -o-transition: transform 1s ease-out, opacity 1.25s ease-out;
  transition: transform 1s ease-out, opacity 1.25s ease-out;
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  overflow: hidden;
  z-index: 5; }
  .banner .section {
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%; }
  .banner .banner-bkg {
    position: relative;
    height: 300px; }
    .banner .banner-bkg:after {
      content: "";
      display: block;
      background-color: rgba(0, 0, 0, 0.35);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .banner .banner-text {
    text-align: center;
    color: #FFF; }
    .banner .banner-text h1 {
      font-size: 2.5rem;
      font-weight: 800;
      text-transform: uppercase;
      margin: 0; }
  .banner.ready {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  @media only screen and (max-width: 767px) {
    .banner .banner-bkg {
      height: 180px; }
    .banner .banner-text h1 {
      font-size: 1.875rem; } }

/* ==========================================================================
	 CONTENT BLOCK classes
	 ========================================================================== */
.content-block {
  max-width: 720px; }
  .content-block h2 {
    font-size: 2.5rem;
    color: #49A66A;
    margin-bottom: 20px; }
  .content-block p {
    text-align: justify; }
    .content-block p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .content-block h2 {
      font-size: 1.875rem; }
    .content-block p {
      text-align: left; } }

/* ==========================================================================
   LANDING classes
   ========================================================================== */
#landing {
  position: relative;
  width: 100%;
  /*height: 500px;*/
  min-height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F2F2F2; }
  #landing.inview .welcome_bkg {
    opacity: 1;
    filter: alpha(opacity=100); }
  #landing.inview .slogan {
    -ms-transform: translateX(0%) translateZ(0);
    -o-transform: translateX(0%) translateZ(0);
    -moz-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }
    #landing.inview .slogan h1 span {
      opacity: 1;
      filter: alpha(opacity=100); }

.welcome_bkg {
  -webkit-transition: transform 6s ease-out, opacity 1s ease-out;
  -moz-transition: transform 6s ease-out, opacity 1s ease-out;
  -ms-transition: transform 6s ease-out, opacity 1s ease-out;
  -o-transition: transform 6s ease-out, opacity 1s ease-out;
  transition: transform 6s ease-out, opacity 1s ease-out;
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url("../assets/images/landing.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  .welcome_bkg:hover {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

.slogan {
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -ms-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  -ms-transform: translateX(-100%) translateZ(0);
  -o-transform: translateX(-100%) translateZ(0);
  -moz-transform: translateX(-100%) translateZ(0);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background: #49A66A;
  position: relative;
  z-index: 5;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slogan h1 {
    font-size: 2.875vw;
    line-height: 1.5em;
    width: 100%;
    padding: 100px 15px 50px 16.66667%;
    margin-left: auto;
    max-width: 1280px; }
    .slogan h1 span {
      -webkit-transition: opacity 1s ease-out;
      -moz-transition: opacity 1s ease-out;
      -ms-transition: opacity 1s ease-out;
      -o-transition: opacity 1s ease-out;
      transition: opacity 1s ease-out;
      opacity: 0;
      filter: alpha(opacity=0);
      display: block; }
      .slogan h1 span:nth-child(1) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
      .slogan h1 span:nth-child(2) {
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s; }
      .slogan h1 span:nth-child(3) {
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s; }
      .slogan h1 span:nth-child(4) {
        -webkit-transition-delay: 2.5s;
        -moz-transition-delay: 2.5s;
        -o-transition-delay: 2.5s;
        transition-delay: 2.5s; }
      .slogan h1 span:nth-child(5) {
        -webkit-transition-delay: 3s;
        -moz-transition-delay: 3s;
        -o-transition-delay: 3s;
        transition-delay: 3s; }
  @media only screen and (max-width: 1199px) {
    .slogan h1 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 990px) {
    .slogan h1 {
      padding: 100px 15px 40px 15px; } }

/* ==========================================================================
   WHO ARE WE classes
   ========================================================================== */
#who_are_we {
  background-color: #F2F2F2;
  padding: 80px 0;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    #who_are_we {
      padding: 40px 0;
      min-height: auto;
      display: block; }
      #who_are_we .content-block {
        background-color: #FFF;
        padding: 30px; } }

.who_are_we-img {
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  overflow: hidden; }
  .who_are_we-img img {
    -webkit-transition: transform 3s ease-out;
    -moz-transition: transform 3s ease-out;
    -ms-transition: transform 3s ease-out;
    -o-transition: transform 3s ease-out;
    transition: transform 3s ease-out;
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .who_are_we-img:hover img {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  @media only screen and (max-width: 767px) {
    .who_are_we-img {
      position: static; } }

/* ==========================================================================
   WHAT DO WE DO classes
   ========================================================================== */
#What_we_do {
  background-image: url("../assets/images/whatwedo_bkg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 200px 0 0;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  #What_we_do .content-block {
    -webkit-transition: transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    transform-origin: bottom;
    background-color: #49A66A;
    padding: 30px;
    margin: 0 auto 10px; }
    #What_we_do .content-block h2, #What_we_do .content-block p {
      color: #FFF; }
  #What_we_do.inview .content-block {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  #What_we_do.inview .What_we_do-img {
    height: 60px; }

.What_we_do-img {
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 90px;
  height: 0;
  margin: auto;
  overflow: hidden; }

/* ==========================================================================
   PRODUCTS AND OFFERS classes
   ========================================================================== */
@-webkit-keyframes jump {
  0% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@-moz-keyframes jump {
  0% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@-ms-keyframes jump {
  0% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@-o-keyframes jump {
  0% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
@keyframes jump {
  0% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }
#products_offers {
  padding: 120px 0;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    #products_offers {
      padding: 40px 0; }
      #products_offers .section-title {
        margin-bottom: 20px; } }

.product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .product-block:hover .product-img {
    -webkit-animation: jump 0.8s ease-out 1;
    -moz-animation: jump 0.8s ease-out 1;
    -ms-animation: jump 0.8s ease-out 1;
    -o-animation: jump 0.8s ease-out 1;
    animation: jump 0.8s ease-out 1; }
  .product-block .product-img {
    max-width: 200px;
    margin: 0 auto 20px; }
  .product-block h3 {
    font-family: "RobotoSlab", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 30px; }
  .product-block .offer-list {
    font-size: 1rem;
    text-align: left; }
    .product-block .offer-list li {
      position: relative;
      padding-top: 2px;
      padding-left: 35px; }
      .product-block .offer-list li:before {
        content: "";
        background-image: url("../assets/images/tick.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .product-block .offer-list li + li {
        margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .product-block {
      padding: 20px 0; } }

/* ==========================================================================
   WHY TR3E classes
   ========================================================================== */
#why_tr3e {
  background-color: #F2F2F2;
  padding: 150px 0; }
  #why_tr3e .col-md-8 {
    margin-right: -16.666667%; }
  #why_tr3e .content-block {
    -webkit-transition: transform 1.5s ease-out, opacity 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out, opacity 1.5s ease-out;
    -ms-transition: transform 1.5s ease-out, opacity 1.5s ease-out;
    -o-transition: transform 1.5s ease-out, opacity 1.5s ease-out;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
    -ms-transform: translateY(100%) translateZ(0);
    -o-transform: translateY(100%) translateZ(0);
    -moz-transform: translateY(100%) translateZ(0);
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #FFF;
    padding: 30px;
    margin-top: 30%; }
  #why_tr3e.inview .why_tr3e-img {
    -ms-transform: translateY(0%) translateZ(0);
    -o-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  #why_tr3e.inview .content-block {
    -ms-transform: translateY(0%) translateZ(0);
    -o-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  @media only screen and (max-width: 767px) {
    #why_tr3e {
      padding: 40px 0; }
      #why_tr3e .col-md-8 {
        margin-right: 0%; }
      #why_tr3e .content-block {
        margin-top: 0; } }

.why_tr3e-img {
  -webkit-transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  -moz-transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  -ms-transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  -o-transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  -ms-transform: translateY(-100%) translateZ(0);
  -o-transform: translateY(-100%) translateZ(0);
  -moz-transform: translateY(-100%) translateZ(0);
  -webkit-transform: translateY(-100%) translateZ(0);
  transform: translateY(-100%) translateZ(0);
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }
  .why_tr3e-img img {
    -webkit-transition: transform 3s ease-out;
    -moz-transition: transform 3s ease-out;
    -ms-transition: transform 3s ease-out;
    -o-transition: transform 3s ease-out;
    transition: transform 3s ease-out;
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .why_tr3e-img:hover img {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

/* ==========================================================================
   WHY TR3E classes
   ========================================================================== */
#contact_us {
  -webkit-transition: background 3s ease-out;
  -moz-transition: background 3s ease-out;
  -ms-transition: background 3s ease-out;
  -o-transition: background 3s ease-out;
  transition: background 3s ease-out;
  background-image: url("../assets/images/contactus_bkg.jpg");
  background-repeat: no-repeat;
  background-position: 30% center;
  background-size: cover;
  background-color: #7BBF8C;
  position: relative;
  padding: 80px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #contact_us.inview {
    background-position: center; }
  @media only screen and (max-width: 767px) {
    #contact_us {
      padding: 40px 0; }
      #contact_us.inview {
        background-position: left center; } }

.contact-block {
  width: 100%;
  text-align: center;
  color: #FFF; }
  .contact-block h2 {
    font-size: 2.5rem;
    margin-bottom: 20px; }
  .contact-block p {
    font-family: "RobotoSlab", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    font-size: 1.25rem;
    font-weight: 800; }
    .contact-block p:last-child {
      margin-bottom: 0; }
    .contact-block p span {
      display: block; }
  @media only screen and (max-width: 767px) {
    .contact-block h2 {
      font-size: 1.875rem; }
    .contact-block p {
      font-size: 1rem; } }

/* ==========================================================================
   NEWSLETTER HEAD classes
   ========================================================================== */
#newsletter-head {
  margin-bottom: 80px; }
  #newsletter-head .banner {
    margin-bottom: 40px; }
  #newsletter-head .inner-wrap {
    max-width: 1600px; }
  @media only screen and (max-width: 767px) {
    #newsletter-head {
      margin-bottom: 40px; }
      #newsletter-head .banner {
        margin-bottom: 20px; } }

.newsletter-title {
  color: #49A66A; }
  .newsletter-title h2 {
    font-weight: 800;
    margin: 0; }

.newsletter-date {
  text-align: right;
  padding: 10px 0; }

/* ==========================================================================
   NEWSLETTER BODY classes
   ========================================================================== */
#newsletter-body {
  padding-bottom: 40px; }
  #newsletter-body .inner-wrap {
    max-width: 1600px; }

/* ==========================================================================
   WYSIWYG classes
   ========================================================================== */
.wysiwyg-content {
  text-align: left; }
  .wysiwyg-content h3, .wysiwyg-content h4 {
    font-weight: 800; }
  .wysiwyg-content h5, .wysiwyg-content h6 {
    font-weight: 600; }
  .wysiwyg-content strong, .wysiwyg-content b {
    font-weight: 800; }
  .wysiwyg-content i {
    font-style: italic; }
  .wysiwyg-content p, .wysiwyg-content q {
    font-size: 1rem;
    margin-bottom: 40px; }
  .wysiwyg-content q {
    display: block;
    text-align: center; }
  .wysiwyg-content img {
    max-width: 100%;
    width: auto;
    margin-bottom: 40px; }
  .wysiwyg-content iframe, .wysiwyg-content video {
    max-width: 100%;
    margin-bottom: 40px; }
  .wysiwyg-content a {
    color: #49A66A; }
  .wysiwyg-content .btn {
    display: block;
    max-width: 150px;
    margin: 0 auto 40px;
    color: #FFF;
    text-decoration: none; }
    .wysiwyg-content .btn:hover {
      color: #49A66A; }
  .wysiwyg-content ul, .wysiwyg-content ol {
    margin-bottom: 40px;
    font-size: 1rem; }
    .wysiwyg-content ul li, .wysiwyg-content ol li {
      padding: 0.25em 0;
      color: #000; }
      .wysiwyg-content ul li h3, .wysiwyg-content ul li h4, .wysiwyg-content ul li h5, .wysiwyg-content ul li h6, .wysiwyg-content ul li p, .wysiwyg-content ul li span, .wysiwyg-content ol li h3, .wysiwyg-content ol li h4, .wysiwyg-content ol li h5, .wysiwyg-content ol li h6, .wysiwyg-content ol li p, .wysiwyg-content ol li span {
        color: inherit;
        margin: 0; }
  .wysiwyg-content ol {
    list-style-type: decimal;
    padding-left: 15px; }
  .wysiwyg-content ul {
    list-style-type: none;
    padding-left: 0; }
    .wysiwyg-content ul li {
      padding-left: 15px;
      position: relative; }
      .wysiwyg-content ul li:before {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        display: block;
        background-color: #49A66A;
        top: 12px;
        left: 2px; }
  .wysiwyg-content blockquote {
    font-family: "RobotoSlab", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin: 40px 0; }
    .wysiwyg-content blockquote:before, .wysiwyg-content blockquote:after {
      content: '"';
      display: inline-block;
      vertical-align: bottom;
      font-size: 2.5rem;
      font-weight: 800;
      line-height: 1.25rem;
      color: #666; }
  .wysiwyg-content table {
    width: 100%;
    margin-bottom: 40px;
    font-size: 1rem; }
    .wysiwyg-content table tr:nth-child(odd) td {
      background: #333; }
    .wysiwyg-content table th, .wysiwyg-content table td {
      padding: 5px; }
    .wysiwyg-content table th {
      background: #333;
      color: #FFF;
      font-weight: 600;
      text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .wysiwyg-content h3, .wysiwyg-content h4 {
      font-size: 1rem; }
    .wysiwyg-content h5, .wysiwyg-content h6 {
      font-size: 0.875rem;
      font-weight: 600; }
    .wysiwyg-content p, .wysiwyg-content q {
      font-size: 0.875rem;
      margin-bottom: 20px; }
    .wysiwyg-content img {
      margin-bottom: 20px; }
    .wysiwyg-content iframe, .wysiwyg-content video {
      margin-bottom: 20px; }
    .wysiwyg-content .btn {
      margin: 0 auto 20px; }
    .wysiwyg-content ul, .wysiwyg-content ol {
      margin-bottom: 20px;
      font-size: 0.875rem; }
    .wysiwyg-content blockquote {
      font-size: 1rem;
      margin: 20px 0; }
      .wysiwyg-content blockquote:before, .wysiwyg-content blockquote:after {
        font-size: 1.875rem;
        line-height: 1rem; }
    .wysiwyg-content table {
      margin-bottom: 20px;
      font-size: 0.875rem; } }
  @media only screen and (max-width: 520px) {
    .wysiwyg-content .btn {
      display: block;
      max-width: 100%;
      width: 100%; } }

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