@charset "UTF-8";
/*
Theme Name: BOXON
Author: Bamboo Communications
Author URI: http://www.bambooinasia.com
Description: This is a custom theme for boxon.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/
/**
 *
 * CSS Reset
 *
 */
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
/*Prevent iPhone Safari enlarging font size*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Only apply to Webkit Browsers*/
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@font-face {
   font-family: Rubik-Medium;
   src: url(fonts/Rubik-Medium.woff);
}

@font-face {
   font-family: Rubik-Medium;
   src: url(fonts/Rubik-Medium.woff);
   font-weight: bold;
}

@font-face {
   font-family: Rubik-Light;
   src: url(fonts/Rubik-Light.woff);
}

@font-face {
   font-family: Rubik-Medium;
   src: url(fonts/Rubik-Light.woff);
   font-weight: bold;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
}
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}
b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
ol,
ul {
  list-style: none;
}
li {
  /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  vertical-align: middle;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
/* Clearfix Reset */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
* {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
/*
 |---------------------------------------------------------------------
 | 1. Define LESS Variables
 |---------------------------------------------------------------------
 |
 |
 */
/**
 * Media Query Breakpoints
 */
/*
 |---------------------------------------------------------------------
 | 2. LESS Mixins
 |---------------------------------------------------------------------
 |
 |
 */
/* retina.less*/
/* A helper mixin for applying high-resolution background images (http://www.retinajs.com)*/
* {
  -webkit-overflow-scrolling: touch;
}
.hideblock {
  display: none;
}
.showblock {
  display: block !important;
}
@media only screen and (max-width: 780px) {
  .hideontablet {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .hideonmobile {
    display: none;
  }
}
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
iframe {
  width: 100%;
  height: 320px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.centeralign {
  text-align: center;
}
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.noscroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
.readonlyfield {
  background: #ccc !important;
  color: #4d4d4d !important;
}
.full-screen-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  text-align: center;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
a {
  outline: 0 !important;
}
a:link,
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover,
a:active {
  color: #333;
  text-decoration: none;
}
/*
 |---------------------------------------------------------------------
 | 3. Basic Styles
 |---------------------------------------------------------------------
 |
 |
 */
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #333;
  background: #fff;
  text-align: center;
  font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
/*Box Sizing Border Box Reset*/
html {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/**
 * Main Container
 */
.main-container {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
}
/**
 * Site Header
 */
.site-header {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0;
  text-align: center;
  height: 100px;
}
@media only screen and (max-width: 780px) {
  .site-header {
    height: 70px;
  }
}
.site-header .inner {
  width: 100%;
  max-width: 1080px;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 auto;
  padding: 15px 20px;
  text-align: left;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .site-header .inner {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .site-header .inner {
    padding: 10px 10px;
  }
}
.site-header .inner .site-logo {
  width: auto;
  height: 70px;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (max-width: 780px) {
  .site-header .inner .site-logo {
    height: 50px;
    margin: 0;
  }
}
.site-header .inner .search-panel {
  margin: 0 0 0 40px;
  float: right;
  width: auto;
  display: block;
  height: 60px;
  padding: 19px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .site-header .inner .search-panel {
    display: none;
  }
}
.site-header .inner .search-panel input {
  float: left;
  width: 100px;
  height: 22px;
  display: block;
  margin: 0 4px 0 0;
  padding: 2px 10px;
  /*box round corner*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
  line-height: 16px;
  font-size: 13px;
  color: #333;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.site-header .inner .search-panel button.sitetop-search-button {
  float: left;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 1px 0;
  background: url('images/search-icon.png') center center no-repeat;
  background-size: 20px 20px;
}
.site-header .inner .lang-switcher {
  float: right;
  width: auto;
  display: block;
  height: 60px;
  padding: 23px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  list-style-type: none;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .site-header .inner .lang-switcher {
    display: none;
  }
}
.site-header .inner .lang-switcher li {
  display: block;
  width: auto;
  float: left;
  line-height: 14px;
  padding: 0 8px;
  font-size: 13px;
  text-transform: uppercase;
  border-right: 1px solid #333;
}
.site-header .inner .lang-switcher li a:link,
.site-header .inner .lang-switcher li a:visited {
  display: inline-block;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header .inner .lang-switcher li a:hover,
.site-header .inner .lang-switcher li a:active {
  color: #e11a2b;
}
.site-header .inner .lang-switcher li:last-child {
  border-right: none;
}
.site-header .inner .header-menu {
  float: right;
  width: auto;
  display: block;
  height: 60px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 40px;
}
@media only screen and (max-width: 780px) {
  .site-header .inner .header-menu {
    display: none;
  }
}
.site-header .inner .header-menu ul.header-nav-menu {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  width: auto;
  height: 20px;
}
.site-header .inner .header-menu ul.header-nav-menu li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
  height: auto;
}
.site-header .inner .header-menu ul.header-nav-menu li a:link,
.site-header .inner .header-menu ul.header-nav-menu li a:visited {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 1px;
}
.site-header .inner .header-menu ul.header-nav-menu li a:hover,
.site-header .inner .header-menu ul.header-nav-menu li a:active {
  color: #e11a2b;
}
/**
 * Site Footer
 */
.site-footer {
  width: 100%;
  height: auto;
  background: #b7a99a;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0;
  text-align: center;
}
.site-footer .footer-about-container {
  color: #000;
  font-size: 13px;
  line-height: 22px;
}
.site-footer .footer-about-container a:link,
.site-footer .footer-about-container a:visited,
.site-footer .footer-about-container a:hover,
.site-footer .footer-about-container a:active {
  text-decoration: underline;
  color: #fff;
}
.site-footer .footer-contact-container p {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
}
.site-footer .footer-contact-container a:link,
.site-footer .footer-contact-container a:visited,
.site-footer .footer-contact-container a:hover,
.site-footer .footer-contact-container a:active {
  text-decoration: underline;
  color: #000;
}
.site-footer .inner {
  width: 100%;
  max-width: 1080px;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 auto;
  padding: 20px 20px;
  text-align: left;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .site-footer .inner {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .site-footer .inner {
    padding: 20px 10px;
  }
}
.site-footer .inner .footer-title {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
}
.site-footer .inner .footer-text {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}
.site-footer .inner .footer-text a:link,
.site-footer .inner .footer-text a:visited,
.site-footer .inner .footer-text a:hover,
.site-footer .inner .footer-text a:active {
  text-decoration: underline;
  color: #fff;
}
.site-footer .inner .footer-highlight-text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
}
.site-footer .inner .footer-left {
  width: 50%;
  float: left;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .site-footer .inner .footer-left {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.site-footer .inner .footer-right {
  width: 50%;
  float: left;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .site-footer .inner .footer-right {
    width: 100%;
    float: none;
  }
}
.site-footer .inner .footer-col1 {
  width: 60%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 50px 0 0;
  float: left;
}
@media only screen and (max-width: 520px) {
  .site-footer .inner .footer-col1 {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.site-footer .inner .footer-col2 {
  float: left;
  width: 40%;
  padding: 0 50px 0 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (max-width: 520px) {
  .site-footer .inner .footer-col2 {
    width: 100%;
    padding: 0;
  }
}
.site-footer .inner .footer-col3 {
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 50px 0 0;
  float: left;
}
@media only screen and (max-width: 520px) {
  .site-footer .inner .footer-col3 {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.site-footer .inner .footer-col4 {
  float: left;
  width: 50%;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media only screen and (max-width: 520px) {
  .site-footer .inner .footer-col4 {
    width: 100%;
    padding: 0;
  }
}
.site-footer .inner .footer-social-share-panel {
  width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 5px 0px;
  line-height: 50px;
  margin: 0;
}
.site-footer .inner .footer-social-share-panel .title {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 0 5px;
}
.site-footer .inner .footer-social-share-panel .footer-social-icon {
  display: inline-block;
  color: #fff;
  width: 46px;
  height: 46px;
  background: #fff;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  /*box round corner*/
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
}
.site-footer .inner .footer-social-share-panel .footer-social-icon:hover {
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
}
.site-footer .inner .footer-social-share-panel .footer-social-icon img {
  width: 32px;
  height: 32px;
  margin: 2px 5px 8px 5px;
}
.site-footer .inner .footer-menu {
  width: auto;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0;
}
.site-footer .inner .footer-menu ul.footer-nav-menu {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  width: auto;
  height: auto;
}
.site-footer .inner .footer-menu ul.footer-nav-menu li {
  display: block;
  margin: 0 0 5px 0;
  height: auto;
}
.site-footer .inner .footer-menu ul.footer-nav-menu li a:link,
.site-footer .inner .footer-menu ul.footer-nav-menu li a:visited {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 1px;
}
.site-footer .inner .footer-menu ul.footer-nav-menu li a:hover,
.site-footer .inner .footer-menu ul.footer-nav-menu li a:active {
  text-decoration: underline;
}
/**
 * Primary Nav Menu
 */
.menu-banner-section {
  position: relative;
}
.primary-menu {
  width: 100%;
  height: auto;
  background: #b7a99a;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.primary-menu .inner {
  width: 100%;
  max-width: 1080px;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 auto;
  padding: 20px 20px;
  text-align: left;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .primary-menu .inner {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .primary-menu .inner {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 780px) {
  .primary-menu .inner {
    display: none;
  }
}
.primary-menu .inner ul.primary-nav-menu {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  width: auto;
  height: auto;
  text-align: right;
}
.primary-menu .inner ul.primary-nav-menu li {
  vertical-align: top;
  display: inline-block;
  margin: 0 30px;
  position: relative;
  text-align: left;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.primary-menu .inner ul.primary-nav-menu li a:link,
.primary-menu .inner ul.primary-nav-menu li a:visited {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
}
.primary-menu .inner ul.primary-nav-menu li a:hover,
.primary-menu .inner ul.primary-nav-menu li a:active {
  text-decoration: underline;
}
.primary-menu .inner ul.primary-nav-menu li ul.sub-menu {
  display: none;
  height: 180px;
  width: 200px;
  position: absolute;
  top: 20px;
  left: 0;
}
.primary-menu .inner ul.primary-nav-menu li ul.sub-menu li {
  display: block;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: auto;
  text-align: left;
}
.primary-menu .inner ul.primary-nav-menu li ul.sub-menu li a:link,
.primary-menu .inner ul.primary-nav-menu li ul.sub-menu li a:visited {
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  vertical-align: middle;
  word-wrap: break-word;
  letter-spacing: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.primary-menu .inner ul.primary-nav-menu li ul.sub-menu li a:hover,
.primary-menu .inner ul.primary-nav-menu li ul.sub-menu li a:active {
  text-decoration: underline;
}
.primary-menu-open {
  height: 250px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.primary-menu-mobile-open {
  display: block !important;
}
.primary-menu-mobile {
  display: none;
  width: 100%;
  height: auto;
  background: #b7a99a;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.primary-menu-mobile .inner {
  width: 100%;
  max-width: 1080px;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 auto;
  padding: 20px 20px;
  text-align: left;
}
@media only screen and (max-width: 780px) {
  .primary-menu-mobile .inner {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .primary-menu-mobile .inner {
    padding: 20px 10px;
  }
}
.primary-menu-mobile .inner .lang-switcher-mobile {
  width: auto;
  display: block;
  height: 60px;
  padding: 0;
  margin: 0 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  list-style-type: none;
}
.primary-menu-mobile .inner .lang-switcher-mobile li {
  display: inline-block;
  width: auto;
  line-height: 14px;
  padding: 0 10px 0 0;
  font-size: 13px;
  text-transform: uppercase;
  border-right: 1px solid #fff;
}
.primary-menu-mobile .inner .lang-switcher-mobile li:last-child {
  padding: 0 10px;
}
.primary-menu-mobile .inner .lang-switcher-mobile li a:link,
.primary-menu-mobile .inner .lang-switcher-mobile li a:visited {
  display: inline-block;
  color: #fff !important;
  text-decoration: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.primary-menu-mobile .inner .lang-switcher-mobile li a:hover,
.primary-menu-mobile .inner .lang-switcher-mobile li a:active {
  color: #fff !important;
  text-decoration: underline;
}
.primary-menu-mobile .inner .lang-switcher-mobile li:last-child {
  border-right: none;
}
.primary-menu-mobile .inner ul.primary-nav-menu-mobile {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  width: auto;
  height: auto;
}
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li {
  vertical-align: top;
  display: block;
  margin: 0 30px 40px;
  position: relative;
  text-align: left;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li a:link,
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li a:visited {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
}
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li a:hover,
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li a:active {
  text-decoration: underline;
}
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li ul.sub-menu {
  display: block !important;
  height: auto;
  width: 200px;
  position: relative;
}
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li ul.sub-menu li {
  display: block;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: auto;
  text-align: left;
}
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li ul.sub-menu li a:link,
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li ul.sub-menu li a:visited {
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  vertical-align: middle;
  word-wrap: break-word;
  letter-spacing: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li ul.sub-menu li a:hover,
.primary-menu-mobile .inner ul.primary-nav-menu-mobile li ul.sub-menu li a:active {
  text-decoration: underline;
}
.content-container {
  width: 100%;
  height: auto;
  min-height: 500px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 0 100px;
  text-align: center;
  font-family: "Rubik-Light", Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
}
.content-container .inner {
  width: 100%;
  max-width: 1080px;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 auto;
  padding: 0 20px 30px;
  text-align: left;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .content-container .inner {
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .content-container .inner {
    padding: 0 10px 20px;
  }
}
.banner-title-container {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background: #4f868e;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 30px;
  /*box round corner*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.banner-title {
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0;
  margin: 5px 0;
  line-height: 24px;
}
@media only screen and (max-width: 780px) {
  .banner-title {
    font-size: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .banner-title {
    font-size: 18px;
    left: 10px;
  }
}
.banner-button {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  line-height: 20px;
  padding: 0;
  margin: 5px 0;
}
.banner-button:link,
.banner-button:visited {
  color: rgba(255, 255, 255, 0.9);
}
.banner-button:hover,
.banner-button:active {
  color: #fff;
  text-decoration: underline;
}
/**
 * Sidebox - Share Panel
 */
.social-share-panel {
  width: 100%;
  max-width: 240px;
  height: auto;
  background: #4f868e;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 12px 10px 0px 12px;
  margin: 0 0 28px;
}
.social-share-panel .title {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin: 0 0 10px;
  font-weight: bold;
  padding: 0 5px;
}
.social-share-panel .inner {
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 5px 10px;
}
.social-share-panel .social-icon {
  display: inline-block;
  color: #fff;
  width: 38px;
  height: 38px;
  background: #fff;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  /*box round corner*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.social-share-panel .social-icon:hover {
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
}
.social-share-panel .social-icon img {
  width: 28px;
  height: 28px;
  margin: 2px 5px 8px 5px;
}
/**
 * Sidebox - Service Panel
 */
.sidewidget {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.service-panel {
  width: 100%;
  max-width: 240px;
  height: auto;
  background: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.service-panel .service-panel-top {
  width: 100%;
  height: auto;
  background: #e11a2b;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.service-panel .service-panel-top .title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.service-panel .service-panel-mid {
  width: 100%;
  height: 150px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 15px 0;
}
.service-panel .service-panel-mid img {
  height: 140px;
  width: auto;
}
.service-panel .service-panel-bottom {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 15px;
  background: #f2f2f2;
}
.service-panel .service-panel-bottom p {
  font-size: 13px;
  color: #444;
  line-height: 20px;
}
.service-panel .service-panel-bottom a:link,
.service-panel .service-panel-bottom a:visited {
  color: #e11a2b;
  text-decoration: underline;
}
/**
 * Mainbox - Related Parent Page List Panel
 */
.related-parent-page-listing {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 0;
  text-align: center;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.related-parent-page-listing .page-container-wrapper {
  display: block;
  list-style-type: none;
  width: 33.3%;
  float: left;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px 10px;
}
@media only screen and (max-width: 900px) {
  .related-parent-page-listing .page-container-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 520px) {
  .related-parent-page-listing .page-container-wrapper {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    float: none;
  }
}
.related-parent-page-listing .page-container {
  display: block;
  background: #f2f2f2;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}
.related-parent-page-listing .page-container:hover {
  background: #4f868e;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.related-parent-page-listing .page-container:hover .title-container {
  color: #fff;
}
.related-parent-page-listing .banner-container {
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.related-parent-page-listing .banner-container .banner-img {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.related-parent-page-listing .title-container {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #444;
  height: 36px;
  padding: 12px 15px;
  text-align: left;
}
/**
 * Sidebox - Related Page List Panel
 */
.related-page-list-panel {
  width: 100%;
  max-width: 240px;
  height: auto;
  background: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 20px 0;
}
.related-page-list-panel a:link,
.related-page-list-panel a:visited {
  text-decoration: none !important;
}
.related-page-list-panel ul.pages-list {
  display: block;
  width: 100%;
  height: auto;
  list-style-type: none;
}
.related-page-list-panel li.page-item-container {
  display: block;
  width: 100%;
  height: auto;
  min-height: 60px;
  margin: 10px 0;
  background: #f2f2f2;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.related-page-list-panel li.page-item-container:hover {
  background: #4f868e;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.related-page-list-panel li.page-item-container:hover .title-container {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-page-list-panel li.page-item-container .thumbnail-container {
  width: 80px;
  height: 80px;
  padding: 0;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.related-page-list-panel li.page-item-container .thumbnail-container img {
  width: 100%;
  height: auto;
  margin: 0;
}
.related-page-list-panel li.page-item-container .title-container {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  margin: 10px 10px 10px 90px;
  text-align: left;
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
}
.related-page-list-panel .title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.related-page-list-panel img {
  width: 100%;
  max-width: 130px;
  height: auto;
  margin: 10px 0;
}
.related-page-list-panel p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.related-page-list-panel a:link,
.related-page-list-panel a:visited {
  color: #fff;
  text-decoration: underline;
}
/**
 * Mobile Drawer Button
 */
.mobile-drawer-btn {
  -webkit-appearance: none;
  outline: none;
  border: none;
  width: 34px;
  height: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 8px;
  background: none;
  line-height: 74px;
  cursor: pointer;
  display: block;
  float: right;
  margin: 14px 0 0;
  position: relative;
  display: none;
}
@media only screen and (max-width: 780px) {
  .mobile-drawer-btn {
    display: inline-block;
  }
}
.mobile-drawer-btn .line1 {
  display: block;
  height: 2px;
  width: 100%;
  margin: 4px 0;
  background: #333;
}
.mobile-drawer-btn .line2 {
  display: block;
  height: 2px;
  width: 100%;
  margin: 4px 0;
  background: #333;
}
.mobile-drawer-btn .line3 {
  display: block;
  height: 2px;
  width: 100%;
  margin: 4px 0;
  background: #333;
}
.mobile-drawer-btn:hover .line1,
.mobile-drawer-btn:hover .line2,
.mobile-drawer-btn:hover .line3 {
  background: #e11a2b;
}
/**
 * Home Carousel Styles
 */
.carousel-container,
.hero-slides-container {
  width: 100%;
  height: 520px;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .carousel-container,
  .hero-slides-container {
    height: 320px;
  }
}
@media only screen and (max-width: 520px) {
  .carousel-container,
  .hero-slides-container {
    height: 280px;
  }
}
.carousel-container .slick-dots li button::before,
.hero-slides-container .slick-dots li button::before {
  font-size: 10px !important;
}
.carousel-container .hero-slide,
.hero-slides-container .hero-slide {
  width: 100%;
  height: 520px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .carousel-container .hero-slide,
  .hero-slides-container .hero-slide {
    height: 320px;
  }
}
@media only screen and (max-width: 520px) {
  .carousel-container .hero-slide,
  .hero-slides-container .hero-slide {
    height: 280px;
  }
}
.carousel-container .slick-list,
.hero-slides-container .slick-list {
  height: 520px;
}
@media only screen and (max-width: 780px) {
  .carousel-container .slick-list,
  .hero-slides-container .slick-list {
    height: 320px;
  }
}
@media only screen and (max-width: 520px) {
  .carousel-container .slick-list,
  .hero-slides-container .slick-list {
    height: 280px;
  }
}
.carousel-container .hero-box,
.hero-slides-container .hero-box {
  left: 20%;
  width: 100%
	height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 15px 20px;
  background: #e11a2b;
  text-align: left;
  z-index: 2001;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 30px;
  left: calc(120px);
}
@media only screen and (max-width: 780px) {
  .carousel-container .hero-box,
  .hero-slides-container .hero-box {
    font-size: 36px;
    left: calc(120px);
  }
}
@media only screen and (max-width: 520px) {
  .carousel-container .hero-box,
  .hero-slides-container .hero-box {
    font-size: 30px;
    left: 10px;
  }
}
.carousel-container .link-arrow,
.hero-slides-container .link-arrow {
  position: absolute;
  bottom: 20px;
  right: 30px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.carousel-container .link-arrow:hover,
.hero-slides-container .link-arrow:hover,
.carousel-container .link-arrow:active,
.hero-slides-container .link-arrow:active {
  text-decoration: none;
}
.carousel-container .hero-slides,
.hero-slides-container .hero-slides {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 360px;
  /*Hide image first */
}
@media only screen and (max-width: 780px) {
  .carousel-container .hero-slides,
  .hero-slides-container .hero-slides {
    height: 320px;
  }
}
@media only screen and (max-width: 520px) {
  .carousel-container .hero-slides,
  .hero-slides-container .hero-slides {
    height: 280px;
  }
}
.carousel-container .hero-slides .left-slide-button,
.hero-slides-container .hero-slides .left-slide-button {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  outline: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: none;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1001;
}
.carousel-container .hero-slides .right-slide-button,
.hero-slides-container .hero-slides .right-slide-button {
  position: absolute;
  top: 50%;
  right: 20px;
  outline: 0;
  cursor: pointer;
  background: none;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1001 !important;
}
.carousel-container .h1,
.hero-slides-container .h1 {
  font-family: "Gill Sans", "Gill Sans MT", Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
@media only screen and (max-width: 780px) {
  .carousel-container .h1,
  .hero-slides-container .h1 {
    font-size: 36px;
    left: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .carousel-container .h1,
  .hero-slides-container .h1 {
    font-size: 30px;
    left: 10px;
  }
}
.carousel-container .link-row,
.hero-slides-container .link-row {
  width: 100%;
  height: auto;
  text-align: right;
}
.carousel-container a:link,
.hero-slides-container a:link,
.carousel-container a:visited,
.hero-slides-container a:visited {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carousel-container a:hover,
.hero-slides-container a:hover,
.carousel-container a:active,
.hero-slides-container a:active {
  text-decoration: none;
}
/**
 * Home Content Grid
 */
.home-content-grid {
  width: 100%;
  height: auto;
  margin: 30px 0;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.home-content-grid .home-content-grid-left {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 5px;
  height: 520px;
  width: 50%;
  float: left;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .home-content-grid .home-content-grid-left {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .home-content-grid .home-content-grid-left {
    height: auto;
  }
}
.home-content-grid .home-content-grid-left .home-grid1-container-wrapper {
  width: 100%;
  height: 130px;
  padding: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.home-content-grid .home-content-grid-left .home-grid1-container-wrapper .home-grid1-container {
  width: 100%;
  height: 120px;
  padding: 20px 25px 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: left;
  background: #4f868e;
}
.home-content-grid .home-content-grid-left .home-grid1-container-wrapper .home-grid1-container:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.home-content-grid .home-content-grid-left .home-grid1-container-wrapper .home-grid1-container img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.home-content-grid .home-content-grid-left .home-grid1-container-wrapper .home-grid1-container .title {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  height: 50px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.home-content-grid .home-content-grid-left .home-grid1-container-wrapper .home-grid1-container .date {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
}
.home-content-grid .home-content-grid-left .home-grid2-container-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 200px;
  padding: 0 0 10px 0;
}
.home-content-grid .home-content-grid-left .home-grid2-container-wrapper .home-grid2-container {
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  background: #497b55;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.home-content-grid .home-content-grid-left .home-grid2-container-wrapper .home-grid2-container:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.home-content-grid .home-content-grid-left .home-grid2-container-wrapper .home-grid2-container .photo-col {
  width: 220px;
  height: 190px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-content-grid .home-content-grid-left .home-grid2-container-wrapper .home-grid2-container .title-col {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-left: 220px;
  padding: 20px 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
}
.home-content-grid .home-content-grid-left .home-grid3-container-wrapper {
  float: left;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 0 10px 0;
}
.home-content-grid .home-content-grid-left .home-grid3-container-wrapper .home-grid3-container {
  width: 100%;
  height: 180px;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  background: #4f868e;
  position: relative;
}
@media only screen and (max-width: 520px) {
  .home-content-grid .home-content-grid-left .home-grid3-container-wrapper .home-grid3-container {
    height: auto;
  }
}
.home-content-grid .home-content-grid-left .home-grid3-container-wrapper .home-grid3-container:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.home-content-grid .home-content-grid-left .home-grid3-container-wrapper .home-grid3-container .testmonial {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px 30px 50px 30px;
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
}
.home-content-grid .home-content-grid-left .home-grid3-container-wrapper .home-grid3-container .testmonial-from {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 30px 10px 30px;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
}
.home-content-grid .home-content-grid-right {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 5px;
  height: auto;
  min-height: 240px;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 780px) {
  .home-content-grid .home-content-grid-right {
    float: none;
    width: 100%;
  }
}
.home-content-grid .home-content-grid-right .home-grid4-container-wrapper {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 10px 10px 0;
}
.home-content-grid .home-content-grid-right .home-grid4-container-wrapper .home-grid4-container {
  width: 100%;
  height: 280px;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-content-grid .home-content-grid-right .home-grid4-container-wrapper .home-grid4-container:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.home-content-grid .home-content-grid-right .home-grid4-container-wrapper .home-grid4-container .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #497b55;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
}
.home-content-grid .home-content-grid-right .home-grid5-container-wrapper {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 0 10px 0;
}
.home-content-grid .home-content-grid-right .home-grid5-container-wrapper .home-grid5-container {
  width: 100%;
  height: 280px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-content-grid .home-content-grid-right .home-grid5-container-wrapper .home-grid5-container:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.home-content-grid .home-content-grid-right .home-grid5-container-wrapper .home-grid5-container .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4f868e;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
}
.home-content-grid .home-content-grid-right .home-grid6-container-wrapper {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 0 10px 0;
}
.home-content-grid .home-content-grid-right .home-grid6-container-wrapper .home-grid6-container {
  width: 100%;
  height: 220px;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: left;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  position: relative;
}
.home-content-grid .home-content-grid-right .home-grid6-container-wrapper .home-grid6-container:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
.home-content-grid .home-content-grid-right .home-grid6-container-wrapper .home-grid6-container .title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.home-content-grid .home-content-grid-right .home-grid6-container-wrapper .home-grid6-container .title {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: auto;
  padding: 10px 20px 0px 20px;
  background: #497b55;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
}
.home-content-grid .home-content-grid-right .home-grid6-container-wrapper .home-grid6-container .content {
  padding: 10px 0;
  background: #497b55;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  overflow: hidden;
}
/*
 |---------------------------------------------------------------------
 | 4. Page Styles
 |---------------------------------------------------------------------
 |
 |
 */
/**
  * Page Banner Section
  */
.page-banner-section {
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 58px 0 0;
  text-align: center;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner-section .inner {
  width: 100%;
  max-width: 1080px;
  height: 280px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 auto;
  padding: 20px 20px;
  text-align: left;
  position: relative;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
@media only screen and (max-width: 780px) {
  .page-banner-section .inner {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .page-banner-section .inner {
    padding: 10px 10px;
  }
}
.our-offer-banner {
  background: url('images/ouroffer-banner.jpg') center 30% no-repeat;
  background-size: cover;
}
.customer-cases-banner {
  background: url('images/cases-banner.jpg') center 30% no-repeat;
  background-size: cover;
}
.blog-banner {
  background: url('images/blog-banner.jpg') center 30% no-repeat;
  background-size: cover;
}
.boxon-news-banner {
  background: url('images/news-banner.jpg') center 30% no-repeat;
  background-size: cover;
}
/**
 * Basic Page Styles
 */
.basicpage-panel {
  width: 100%;
  height: auto;
  min-height: 500px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.basicpage-panel .content-col {
  margin-right: 300px;
  height: auto;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 30px 30px;
  color: #000;
  line-height: 24px;
}
@media only screen and (max-width: 780px) {
  .basicpage-panel .content-col {
    margin-right: 0;
    width: 100%;
  }
}
.basicpage-panel .content-col .news-date {
  color: #999;
  font-weight: normal;
  line-height: 20px;
  font-size: 13px;
  margin: 10px 0;
}
.basicpage-panel .content-col .fullwidth {
  width: 100% !important;
  height: auto;
}
.basicpage-panel .content-col p {
  color: #444;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 20px;
}
.basicpage-panel .content-col p a:link,
.basicpage-panel .content-col p a:visited {
  color: #4f868e;
  font-weight: normal !important;
  text-decoration: underline;
}
.basicpage-panel .content-col p a:hover,
.basicpage-panel .content-col p a:active {
  color: #4f868e;
  text-decoration: underline;
}
.basicpage-panel .content-col ol {
  margin: 10px 0;
  padding-left: 10px;
  list-style-type: decimal;
  list-style-position: outside;
}
.basicpage-panel .content-col ol li {
  padding-left: 15px;
  color: #000;
  line-height: 24px;
  font-size: 13px;
  margin: 5px 0;
  font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
}
.basicpage-panel .content-col ul {
  margin: 10px 0;
  padding-left: 10px;
  list-style-type: square;
  list-style-position: outside;
}
.basicpage-panel .content-col ul li {
  padding-left: 0px;
  color: #000;
  line-height: 24px;
  font-size: 13px;
  margin: 5px 0;
  font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
}
.basicpage-panel .content-col .highlight p {
  color: #000;
  font-size: 15px !important;
  line-height: 24px;
  margin: 10px 0;
}
.basicpage-panel .content-col h1 {
  font-family: "Rubik-Medium", "Gill Sans", "Gill Sans MT", Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 30px;
  color: #444;
}
.basicpage-panel .content-col h2 {
  font-family: "Rubik-Medium", "Gill Sans", "Gill Sans MT", Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
  color: #444;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: bold;
}
.basicpage-panel .content-col h3 {
  font-family: "Rubik-Medium", "Gill Sans", "Gill Sans MT", Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
  color: #444;
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: bold;
}
.basicpage-panel .content-col h4 {
  font-family: "Rubik-Medium", "Gill Sans", "Gill Sans MT", Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
  color: #e11a2b;
  font-size: 15px;
  margin: 0 0 10px;
  color: #444;
  font-weight: bold;
}
.basicpage-panel .sidebar-col {
  float: right;
  width: 240px;
  height: auto;
  padding: 60px 0 30px;
}
@media only screen and (max-width: 780px) {
  .basicpage-panel .sidebar-col {
    float: none;
    padding: 30px 0 30px;
    width: 100%;
  }
}
/**
 * Customer Cases Page Styles
 */
.customer-cases-listing {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 10px -10px;
  padding: 0;
  text-align: center;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.customer-cases-listing .case-container-wrapper {
  display: block;
  list-style-type: none;
  width: 33.3%;
  float: left;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px 10px;
}
@media only screen and (max-width: 900px) {
  .customer-cases-listing .case-container-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 520px) {
  .customer-cases-listing .case-container-wrapper {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    float: none;
  }
}
.customer-cases-listing .case-container {
  display: block;
  background: #f2f2f2;
  width: 100%;
  height: auto;
  min-height: 230px;
  border: 1px solid #fff;
}
.customer-cases-listing .case-container:hover {
  background: #4f868e;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.customer-cases-listing .case-container:hover .title-container {
  color: #fff;
}
.customer-cases-listing .banner-container {
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.customer-cases-listing .banner-container .banner-img {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.customer-cases-listing .title-container {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #444;
  padding: 15px 15px;
  text-align: left;
}
/**
 * Boxon News Page Styles
 */
.boxon-news-listing {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.boxon-news-listing .news-wrapper {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 0px;
  list-style-type: none;
}
.boxon-news-listing .news-container {
  background: #f2f2f2;
  width: 100%;
  height: auto;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.boxon-news-listing .news-container:hover {
  background: #4f868e;
}
.boxon-news-listing .news-container:hover .title-container {
  color: #fff;
}
.boxon-news-listing .news-container:hover .news-page-date {
  color: #fff;
}
.boxon-news-listing .banner-container {
  width: 200px;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
}
@media only screen and (max-width: 520px) {
  .boxon-news-listing .banner-container {
    width: 100%;
    float: none;
  }
}
.boxon-news-listing .banner-container .banner-img {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 520px) {
  .boxon-news-listing .banner-container .banner-img {
    height: 180px;
  }
}
.boxon-news-listing .title-container {
  margin-left: 200px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #444;
  padding: 10px 20px;
}
@media only screen and (max-width: 520px) {
  .boxon-news-listing .title-container {
    margin-left: 0;
    padding: 20px 20px;
  }
}
.boxon-news-listing .news-page-date {
  color: #999;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  margin: 0 0 10px;
  font-weight: normal;
}
/**
 * Homepage Styles
 */
.home-offer-title {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 40px 5px 10px;
}
@media only screen and (max-width: 520px) {
  .home-offer-title {
    text-align: center;
  }
}
.home-offer-panel {
  width: 100%;
  height: auto;
  margin: 10px 0 40px;
  margin: 80px 0 30px;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
  text-align: center;
}
.home-offer-panel .home-offer-wrapper {
  float: left;
  width: 33.3%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 5px;
}
@media only screen and (max-width: 520px) {
  .home-offer-panel .home-offer-wrapper {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
    float: none;
  }
}
.home-offer-panel .home-offer-wrapper .home-offer-item {
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.home-offer-panel .home-offer-wrapper .home-offer-item:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.home-offer-panel .home-offer-wrapper .banner-container {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 780px) {
  .home-offer-panel .home-offer-wrapper .banner-container {
    height: 140px;
  }
}
.home-offer-panel .home-offer-wrapper .title-container {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0;
  color: #444;
}
/**
 * Contact Form Styles
 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  height: 40px;
  padding: 5px 5px;
  line-height: 30px !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 15px;
}
.wpcf7-form button,
.wpcf7-form input[type="submit"] {
  width: 120px;
  height: 36px;
  color: #fff;
  background: #aaa;
  font-size: 15px;
  font-weight: normal;
  line-height: 36px;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.wpcf7-form button:hover,
.wpcf7-form input[type="submit"]:hover {
  background: #e11a2b;
}
/**
 * Elementor Gallery Style
 */
#gallery-1 img {
  border: none !important;
}
/**
 * Rainmaker Footer Newslettr Form Styles
 */
.footer-newsletter {
  margin: 10px 0 0 ;
}
.footer-newsletter .rm_form_message {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.1) !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  line-height: 15px !important;
  font-size: 14px !important;
  padding: 10px 10px !important;
  /*box round corner*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.footer-newsletter .rm_required_field {
  display: none !important;
}
.footer-newsletter .rm_form_label {
  display: none !important;
}
.footer-newsletter .rm_form_el_set {
  padding: 0 !important;
}
.footer-newsletter form {
  position: relative !important;
}
.footer-newsletter input[type="text"],
.footer-newsletter input[type="email"] {
  height: 40px;
  background: #fff !important;
  padding: 5px 50px 5px 5px;
  line-height: 30px !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 13px;
  font-weight: normal;
  border: none !important;
}
.footer-newsletter button,
.footer-newsletter input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px  !important;
  height: 40px  !important;
  display: block;
  color: #999 !important;
  background: #fff !important;
  margin: 0 !important;
  font-size: 13px;
  font-weight: normal;
  line-height: 36px;
  -webkit-appearance: none;
  border-left: 1px solid #e1e1e1 !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  cursor: pointer;
  background: #f6f6f6 !important;
}
.footer-newsletter button:hover,
.footer-newsletter input[type="submit"]:hover {
  color: #333 !important;
}
.newsletter-title {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
}
/**
 * Elementor Styles
 */
.elementor p,
.elementor span {
  font-family: "Rubik-Light", Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif !important;
}
/**
 * Basic Page Styles
 */
.breadcrumbs {
  margin: 0 0 30px;
  font-size: 12px !important;
  color: #444 !important;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: #3b3b3a !important;
  text-decoration: none;
  font-weight: normal !important;
  font-size: 12px !important;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
  color: #99999b !important;
  text-decoration: underline;
}
/**
 * Pagination Styles
 */
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span {
  border: 1px solid #ccc;
  padding: 6px 10px !important;
  color: #aaa;
}
.wp-pagenavi a:link:hover,
.wp-pagenavi a:visited:hover,
.wp-pagenavi a:hover:hover,
.wp-pagenavi a:active:hover,
.wp-pagenavi span:hover {
  border: 1px solid #666 !important;
  color: #333 !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: 1px solid #ccc;
  padding: 6px 10px !important;
  color: #aaa;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border: 1px solid #666 !important;
  color: #333 !important;
}
.wp-pagenavi .current {
  border: 1px solid #666 !important;
  color: #333 !important;
  font-weight: normal !important;
}
/**
 * MetaSlider
 */
.metaslider {
  height: 360px !important;
}
.flexslider {
  height: 360px !important;
}
.flexslider ul.slides {
  height: 100% !important;
}
.bdsharebuttonbox {
  height: 40px;
}
/**
 * QR Code Panel
 */
.footer-social-icon {
  cursor: pointer;
}
.qrcode-panel {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1001;
}
.qrcode-panel .qrcode {
  width: 300px;
  display: block;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-150px, -150px);
  -webkit-transform: translate(-150px, -150px);
  -moz-transform: translate(-150px, -150px);
}
/*
 * Blog Page Styles
 **/
.related-posts-section {
  width: 100%;
  padding: 20px 0 0;
  margin: 10px 0;
  border-top: 1px solid #d3d3d3;
}
.related-posts-section .related-posts-title {
  text-align: left;
  margin: 0 0 0 ;
}
.related-posts-listing {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 10px -10px;
  padding: 0;
  text-align: center;
  /* for IE 7*/
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/
}
.related-posts-listing .post-container-wrapper {
  display: block;
  list-style-type: none;
  width: 33.3%;
  float: left;
  height: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 10px;
}
@media only screen and (max-width: 900px) {
  .related-posts-listing .post-container-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 520px) {
  .related-posts-listing .post-container-wrapper {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    float: none;
  }
}
.related-posts-listing .post-container {
  display: block;
  background: #f2f2f2;
  width: 100%;
  height: auto;
  min-height: 230px;
  border: 1px solid #fff;
}
.related-posts-listing .post-container:hover {
  background: #e11a2b;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.related-posts-listing .post-container:hover .title-container {
  color: #fff;
}
.related-posts-listing .banner-container {
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.related-posts-listing .banner-container .banner-img {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.related-posts-listing .title-container {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #444;
  padding: 15px 15px;
  text-align: left;
}
.list-categories-panel {
  width: 100%;
  max-width: 240px;
  height: auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 0 28px;
}
.list-categories-panel .title {
  background: #4f868e;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 12px 10px 12px 12px;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  margin: 0 0 5px;
  font-weight: bold;
}
.list-categories-panel .category-item {
  display: inline-block;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  margin: 0 5px 5px 0;
}
.latest-posts-panel {
  width: 100%;
  max-width: 240px;
  height: auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 0 28px;
}
.latest-posts-panel .title {
  background: #4f868e;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 12px 10px 12px 12px;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  margin: 0 0 5px;
  font-weight: bold;
}
/* Commmet Styles */
.commentlist {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-bottom: 20px !important;
}
.commentlist .comment {
  padding-left: 0 !important;
  margin: 30px 0 !important;
}
.commentlist .comment-meta {
  padding-left: 10px !important;
}
.commentlist p {
  padding-left: 10px !important;
}
.commentlist .reply {
  padding-left: 10px !important;
}
.comment-author {
  background: #f6f6f6 !important;
  padding: 5px 10px !important;
  margin: 0 0 10px 0 !important;
}
.comment-form-comment label {
  display: none !important;
}
.comment-form-comment textarea {
  border: 1px solid #dadada;
}
.form-submit .submit {
  -webkit-appearance: none !important;
  background: #e11a2b !important;
  color: #fff !important;
  outline: none !important;
  padding: 10px 20px !important;
  border: none !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
/* Post Category Page */
.post-list-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #dadada;
}
.post-list-item:last-child {
  border-bottom: none;
}
.post-list-item .post-title {
  margin-bottom: 10px !important;
}
.post-list-item .post-excerpt {
  margin-bottom: 10px;
  display: block;
}
.post-list-item .more-button {
  display: inline-block;
  background: #4f868e;
  color: #fff;
  padding: 5px 10px !important;
  font-size: 15px;
}
