/*
Theme Name: Viet Play
Theme URI: Viet Play
Author: Winam group
Author URI: https://winam.com.vn
Description: This is theme for Bussiness Man website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: aaa.
Text Domain: aaa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: 'fontawesome';
  src: url('fonts/fontawesome.woff2') format('woff2'), url('fonts/fontawesome.woff') format('woff'), url('fonts/fontawesome.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-home:before {
  content: "\f015";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-phone:before {
  content: "\f095";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-heart:before {
  content: "\f004";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-download:before {
  content: "\f019";
}
.btn {
  display: inline-block;
  padding: 7px 20px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #fff;
  border: 1px solid #000;
  color: #1c1c1c;
  border-radius: 4px;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  color: #1c1c1c;
}
.btn-border {
  position: relative;
  border: 1px solid #00a651;
  border-radius: 30px;
  color: #00a651;
  text-transform: uppercase;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  color: #1c1c1c;
}
.no-touch .btn-border:hover,
.no-touch .btn-border:focus,
.no-touch .btn-border:active {
  color: #fff;
  background-color: #00a651;
}
.btn-border-dark {
  border: 1px solid #161616;
  color: #161616;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-border-dark:hover {
  background-color: #161616;
  color: #fff;
}
.btn-white {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #fff;
  color: #fff;
}
.no-touch .btn-white:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-radius: 0;
}
.btn-black:hover {
  border-color: #000;
  background-color: transparent;
  color: #1c1c1c;
}
.btn-red {
  border: 0;
  background-color: #bf202f;
  color: #fff;
}
.no-touch .btn-red:hover,
.no-touch .btn-red:focus {
  background-color: red;
  color: #fff;
}
.btn-green {
  border-color: #00a651;
  background-color: #00a651;
  color: #fff;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
}
.btn-success {
  background-color: #008c33;
  border-color: #008c33;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #04b645;
  color: #fff;
}
.btn-md {
  padding: 1.5rem 3.7rem;
}
.btn-lg {
  padding: 2rem 4rem;
  font-size: 1.8rem;
}
.btn-primary {
  border-color: #00a651;
  background-color: #00a651;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #00ff7c;
  background-color: #00ff7c;
  color: #fff;
}
.button-shadow {
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #fff;
  border: 0;
  color: #1c1c1c;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.36);
          box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.36);
}
.btn-warning {
  border-color: #fa7c0c;
  background-color: #fa7c0c;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  border-color: #ff8800;
  background-color: #ff8800;
  color: #fff;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group-inline {
  position: relative;
  z-index: 1;
  padding-right: 7rem;
}
.form-group-inline .btn-send {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  min-width: 6rem;
}
.form-control {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 9px 15px;
  width: 100%;
  min-width: 150px;
  font-size: 1.4rem;
  background-color: #fff;
  color: #1c1c1c;
  outline: none;
  -webkit-appearance: none;
}
select {
  padding: 0.5rem 1rem;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
a {
  text-decoration: none;
  color: #00a651;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #005a2c;
}
h1 {
  font-size: 4rem;
  line-height: normal;
}
h2 {
  font-size: 3rem;
  line-height: normal;
}
h3 {
  font-size: 2.4rem;
  line-height: normal;
}
h4 {
  font-size: 1.4rem;
  line-height: normal;
}
.clearfix {
  clear: both;
}
.clearfix,
.row {
  clear: both;
}
.clearfix:before,
.row:before,
.clearfix:after,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.row:after {
  clear: both;
}
.mb30 {
  margin-bottom: 30px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bg-primary {
  background-color: #00a651;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.font-sm {
  font-size: 1.8rem;
}
.orange {
  color: #ffcb08;
}
.blue {
  color: #039be5;
}
.red {
  color: red;
}
.bg-white {
  background-color: #fff;
}
.table {
  border-collapse: collapse;
  border: 1px solid #fff;
  background-color: #f1f1f1;
}
.table td,
.table th {
  padding: 0.8rem 1rem;
  border: 1px solid #fff;
}
.table thead td,
.table thead th {
  background-color: #00a651;
  color: #fff;
  text-align: left;
}
.table tbody tr:nth-child(2n +1) td {
  background-color: #e3e3e3;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container video,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}
@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.owl-carousel .owl-nav {
  text-align: right;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 57px;
  line-height: 75px;
  margin-top: -28px;
  background: rgba(65, 59, 59, 0.63);
  font-size: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  margin-top: 4px;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
}
.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "\f054";
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
.share-box {
  position: relative;
  z-index: 2;
}
.share-box .share-link img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.share-box:hover .share-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-box .share-popup {
  position: absolute;
  right: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 20px;
  width: 280px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.share-box .share-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-box .share-popup li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.share-box .share-popup li a {
  color: #1c1c1c;
}
.share-box .share-popup li a em {
  margin-right: 7px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #00a651;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 10px 15px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #00a651;
  border-width: 5px;
  margin-top: -5px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .column-right {
    border-left: 1px solid #000;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .pull-left {
    float: left;
  }
  .pull-left-img {
    margin-right: 20px;
    max-width: 30%;
  }
  img.pull-left {
    margin-right: 20px;
  }
  .pull-right {
    float: right;
  }
  .pull-right-img {
    margin-left: 20px;
    max-width: 30%;
  }
  img.pull-right {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  h3 {
    font-size: 2rem;
  }
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  color: #1c1c1c;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
body.admin-bar {
  padding-top: 32px;
}
body.block {
  overflow: hidden;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1024px;
}
.site-main {
  padding-bottom: 30px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .site-main {
    padding-bottom: 30px;
  }
}
.primary-title {
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.1;
  color: #1c1c1c;
}
.primary-title .bg-green {
  display: inline-block;
  padding: 5px;
  background-color: #00a651;
  color: #fff;
}
.banner-page {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 190px;
}
.banner-page h2 {
  margin: 0;
  display: inline-block;
  font-weight: normal;
  color: #fff;
  font-size: 10rem;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}
.banner-page h2.text-blue {
  color: #039be5;
}
.banner-page h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.banner-page h2 span {
  display: block;
  font-size: 6rem;
  line-height: normal;
}
.breadcrum {
  padding: 20px 0;
}
.breadcrum ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #969696;
}
.breadcrum ul li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.breadcrum ul li + li:before {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}
.breadcrum ul li a {
  color: #969696;
}
.page-title {
  position: relative;
  margin-bottom: 50px;
  line-height: 1.2;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.second-title {
  margin-bottom: 30px;
  position: relative;
  line-height: normal;
  padding-bottom: 10px;
  font-size: 1.8rem;
  color: #00a651;
  text-transform: uppercase;
}
.second-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 4px;
  background-color: #00a651;
}
.sub-title {
  text-transform: uppercase;
}
.font-large {
  font-size: 7.2rem;
}
.font-small {
  font-size: 1.4rem;
}
.lead {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}
.more {
  text-transform: uppercase;
  text-align: right;
}
.more .more-link {
  color: #1c1c1c;
}
.more .more-link:after {
  content: '→';
  display: inline-block;
  margin-left: 5px;
}
.more .more-link:hover {
  color: #00a651;
}
.image-full {
  display: block;
  width: 100%;
}
.thumbnail {
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
.text-center {
  text-align: center;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
}
.owl-dots .owl-dot span {
  display: block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a651;
}
.owl-dots .owl-dot.active span {
  width: 24px;
  border-radius: 5px;
}
.error-404 .page-title {
  margin-bottom: 30px;
}
.error-404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .banner-page {
    padding: 80px 0;
  }
  .banner-page h2 {
    font-size: 4rem;
  }
  .banner-page h2 span {
    font-size: 3rem;
  }
  .font-large {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .page-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .second-title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-page h2 {
    font-size: 3rem;
  }
  .banner-page h2 span {
    font-size: 2.4rem;
  }
  .primary-title {
    font-size: 2.4rem;
  }
  .font-large {
    font-size: 3rem;
  }
  .second-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media print {
  body {
    margin: 0;
    background: transparent;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
  }
  img,
  fieldset {
    border: 0;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.9em;
  }
  ol,
  ul {
    list-style-type: none;
  }
  ol li,
  ul li {
    list-style-type: disc;
  }
  dt {
    font-weight: bold;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  input,
  select,
  textarea {
    border: 1px solid #000;
  }
  input {
    padding: 1px 0;
  }
  select {
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: normal;
  }
  img {
    max-width: 100%;
  }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  div {
    text-align: left;
  }
  caption {
    display: none;
  }
  table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0;
  }
  table th,
  table td {
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1390px) {
  .container {
    width: 1360px;
  }
}
.logo__link {
  display: inline-block;
  vertical-align: top;
}
.logo__link img {
  display: block;
}
.site-desc {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}
.site-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-info li {
  display: inline;
}
.site-info li + li:before {
  content: '/';
  padding: 0 10px;
}
.site-info li i {
  margin-right: 8px;
  color: #1c1c1c;
}
.box-language {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  color: #a4a4a4;
}
.box-language li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.box-language li + li {
  margin-left: 10px;
}
.box-language li a {
  color: #1c1c1c;
  text-decoration: none;
}
.box-language li.current-lang a {
  color: #00a651;
}
.toolbar {
  padding: 10px 0;
  background-color: #e8e8e8;
  font-size: 1.2rem;
}
.toolbar .toolbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.toolbar .toolbar__inner a {
  color: #1c1c1c;
}
.toolbar__right {
  position: relative;
  text-align: right;
  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;
}
.header {
  position: relative;
  z-index: 1000;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
}
.header .header__inner .logo {
  width: 160px;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
}
.header .header__inner .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-form {
  display: inline-block;
  position: relative;
  width: 180px;
  margin-left: 15px;
}
.search-form .search-field {
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  padding: 5px 35px 5px 15px;
  width: 100%;
  outline: none;
}
.search-form .search-submit {
  position: absolute;
  right: 7px;
  top: 7px;
  background: url(images/search-icon.png) top center no-repeat;
  width: 21px;
  height: 21px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.search-form--aside {
  margin-bottom: 30px;
  margin-left: 0;
  width: 100%;
}
.search-form--aside .search-field {
  background-color: #fff;
  color: #1c1c1c;
  padding: 10px 35px 10px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #1c1c1c;
  font-style: italic;
}
.search-form--aside .search-field:-moz-placeholder {
  color: #1c1c1c;
}
.search-form--aside .search-field::-moz-placeholder {
  color: #1c1c1c;
}
.search-form--aside .search-field:-ms-input-placeholder {
  color: #1c1c1c;
}
.search-form--aside .search-field::-webkit-input-placeholder {
  color: #1c1c1c;
}
.search-form--aside .search-submit {
  top: 10px;
  background-image: url(images/search-icon-right-sm.png);
}
nav {
  position: relative;
}
nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding: 0 5px;
}
nav ul > li a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 5px;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #1c1c1c;
}
.no-touch nav ul > li a {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul > li.current-page-ancestor a,
nav ul > li.current_page_item a,
nav ul > li.current-menu-item a,
nav ul > li.active a {
  background-color: #00a651;
  color: #fff;
}
nav ul > li:hover > a {
  background-color: #00a651;
  color: #fff;
}
nav ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
nav ul > li > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  background-color: #f1f1f1;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav ul > li > ul li {
  display: block;
  padding: 0;
  text-align: left;
}
nav ul > li > ul li a {
  display: block;
  padding: 10px;
  border-radius: 0;
  text-transform: none;
}
.no-touch nav ul > li > ul li a:hover {
  background-color: #00a651;
  color: #fff;
}
nav ul > li > ul li.active > a {
  background-color: #00a651;
  color: #fff;
}
nav ul > li > ul li > ul {
  left: 100%;
  top: 0;
  width: 242px;
  padding-left: 20px;
  background-color: transparent;
}
nav ul > li > ul li > ul:before {
  top: 10px;
  left: 10px;
  width: 0;
  border-width: 7px 10px 7px 0;
  border-color: transparent #ffc908 transparent transparent;
}
nav ul > li > ul li > ul li a {
  background-color: #f1f1f1;
}
nav .search {
  position: absolute;
  right: 0;
  top: 10px;
}
nav .search .search-input {
  border: 0;
  padding: 7px 20px 7px 0;
  border-bottom: 1px solid #000;
  background: none;
}
.flexMenuToggle {
  display: none ;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 9999;
  background: none;
  background: #00a651;
  border-radius: 2px;
  border: 0;
  padding: 2px 4px;
  cursor: pointer;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 32px;
  display: block;
}
.flexMenuToggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.flexMenuToggle .icon-bar:first-child,
.flexMenuToggle .icon-bar:nth-child(3) {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle:focus,
.flexMenuToggle:active {
  outline: none;
}
.flexMenuToggle.active .icon-bar:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 8px);
      -ms-transform: rotate(45deg) translate(6px, 8px);
          transform: rotate(45deg) translate(6px, 8px);
}
.flexMenuToggle.active .icon-bar:nth-child(2) {
  visibility: hidden;
}
.flexMenuToggle.active .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -9px);
      -ms-transform: rotate(-45deg) translate(7px, -9px);
          transform: rotate(-45deg) translate(7px, -9px);
}
@media only screen and (max-width: 1199px) {
  .toolbar .toolbar__inner {
    display: block;
  }
  .toolbar__right {
    text-align: left;
    padding-top: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .header .header__inner {
    display: block;
  }
  .header .header__inner .logo {
    margin: auto;
    width: 113px;
    padding-left: 40px;
  }
  .header .header__inner .header-right {
    position: static;
  }
  nav {
    display: none;
    margin-bottom: 0;
  }
  .flexMenuToggle {
    display: block;
  }
}
footer {
  background-color: #dedede;
  padding: 15px 0;
  color: #101010;
}
footer .copyright {
  padding-top: 5px;
  text-transform: uppercase;
}
footer a {
  color: #101010;
}
.social-footer {
  text-align: right;
}
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.social-list li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.social-list li a .fa {
  font-size: 16px;
  line-height: 1;
}
.social-list li a.link-facebook {
  background-color: #2285e1;
}
.social-list li a.link-google-plus {
  background-color: #d02a59;
}
.social-list li a.link-instagram {
  background-color: #16caa6;
}
.social-list li a.link-twitter {
  background-color: #14d9e5;
}
.social-list li a.link-youtube {
  background-color: #d02a59;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    padding-top: 0;
  }
  .social-footer {
    padding-top: 10px;
    text-align: center;
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #00a651;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.slideshow {
  position: relative;
}
.slideshow .slide .banner img {
  width: 100%;
}
.slideshow .slider .slick-arrow {
  background-color: none;
  width: 45px;
  height: 45px;
  border: 0;
  color: #fff;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.slideshow .slider .slick-arrow:not(.slick-disabled):hover {
  background-color: #fff;
  color: #00a651;
}
.slideshow .slider .slick-arrow:before {
  display: none;
}
.slideshow .slider .slick-arrow:not(.slick-disabled):hover {
  background-color: transparent;
  opacity: 0.9;
}
.slideshow .slider .slick-arrow.slick-prev {
  left: 15px;
  background: url(images/left-arrow.png) left center no-repeat;
}
.slideshow .slider .slick-arrow.slick-next {
  right: 15px;
  background: url(images/right-arrow.png) right center no-repeat;
}
.slideshow .slider .fa {
  font-size: 4.5rem;
  color: #fff;
}
.sticky-toolbar {
  position: fixed;
  z-index: 1001;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sticky-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sticky-toolbar ul li {
  display: block;
  position: relative;
}
.sticky-toolbar ul li:first-child a {
  border-radius: 4px 0 0 0;
}
.sticky-toolbar ul li:last-child a {
  border-radius: 0 0 0 4px;
}
.sticky-toolbar ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  background-color: #00a651;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.sticky-toolbar ul li a:hover {
  background-color: #039be5;
  color: #fff;
}
.sticky-toolbar ul li a .fa {
  font-size: 1.6rem;
}
.banner {
  height: 40vw;
  max-height: 865px;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45%;
  background: url(images/bg-slider.png) left center no-repeat;
  background-size: cover;
}
.banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .inner {
  position: relative;
  text-align: left;
  width: 35%;
  min-width: 360px;
  margin-right: auto;
}
.banner .title {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 10rem;
  color: #fff;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.banner .text {
  margin: 0;
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.2;
  white-space: pre-line;
}
.banner .see-more {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.banner .see-more a {
  position: relative;
  margin-bottom: -15px;
  border-radius: 0;
}
.banner .see-more a:after {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .see-more a:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 1199px) {
  .banner::before {
    width: 60%;
  }
  .banner .inner {
    width: 50%;
  }
  .banner .title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner .inner {
    width: 100%;
    min-width: unset;
    padding-right: 50px;
    padding-left: 50px;
  }
  .banner .text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow__desc {
    padding: 20px 0;
    font-size: 1.6rem;
  }
  .banner .title {
    font-size: 3rem;
  }
}
.breadcrumb-block {
  padding: 25px 0;
}
.breadcrumbs {
  display: inline-block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.breadcrumbs li + li {
  padding-left: 20px;
}
.breadcrumbs li + li:before {
  content: "\f101";
  font: normal normal normal 14px/1 'fontawesome';
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #878787;
}
.breadcrumbs li + li:last-child {
  padding-left: 0;
}
.breadcrumbs li + li:last-child::before {
  display: none;
}
.breadcrumbs li a {
  display: inline-block;
  padding: 2px 10px;
  color: #878787;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbs li a:hover {
  color: #00a651;
}
.breadcrumbs li.item-current span,
.breadcrumbs li .bread-current {
  position: relative;
  display: inline-block;
  padding: 2px 10px 2px 25px;
  background-color: #00a651;
  color: #fff;
}
.breadcrumbs li.item-current span::after,
.breadcrumbs li .bread-current::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 15px;
  border-color: transparent transparent transparent #00a651;
}
.breadcrumbs li.item-current span::before,
.breadcrumbs li .bread-current::before {
  content: '';
  position: absolute;
  z-index: 2;
  right: 100%;
  margin-right: -15px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 15px;
  border-color: transparent transparent transparent #fff;
}
.page-template-page-about .option-product-block__top {
  display: none;
}
.about-listing {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .about-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-listing .about-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-page-about .option-product-block__bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .about-listing {
    margin-left: -50px;
    margin-right: -50px;
  }
  .about-listing .about-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.post-single-share-box {
  text-align: right;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
}
.link a {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  min-height: 30px;
  padding: 12px 0 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1c1c1c;
}
.link a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(images/more-icon.png) left center no-repeat;
}
.link a:hover {
  color: #00a651;
}
.news-detail {
  margin: 0 auto;
  max-width: 890px;
}
.news-detail .img {
  margin-bottom: 20px;
  text-align: center;
}
.news-detail .meta {
  margin-bottom: 10px;
  clear: both;
}
.news-detail .meta:before,
.news-detail .meta:after {
  display: table;
  content: "";
}
.news-detail .meta:after {
  clear: both;
}
.news-detail .meta:before,
.news-detail .meta:after {
  display: table;
  content: "";
}
.news-detail .meta:after {
  clear: both;
}
.news-detail .meta .date {
  float: left;
  margin-bottom: 15px;
}
.news-detail .meta .share {
  float: right;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.news-detail__title {
  font-size: 2.4rem;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1c1c1c;
}
.news-item {
  margin-bottom: 40px;
}
.news-item__img {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.news-item__img img {
  display: block;
  margin: auto;
  width: 100%;
}
.news-item__date {
  margin-bottom: 20px;
}
.news-item__title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid #000;
}
.news-item__title a {
  display: block;
  color: #1c1c1c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 30px;
  background: url(images/search-icon-right-sm.png) right center no-repeat;
}
.news-item__title a:hover {
  color: #00a651;
}
.news-item__content .link {
  margin-top: 20px;
}
.news-item__desc p:last-child {
  margin-bottom: 0;
}
.news-item__shares {
  padding: 5px 15px;
  background-color: #039be5;
  color: #fff;
  text-align: right;
}
.news-item__shares .share-box,
.news-item__shares .like {
  color: #fff;
  margin-left: 10px;
}
.news-item__shares .share-box .fa,
.news-item__shares .like .fa {
  margin-right: 5px;
}
.news-item__shares .share-box {
  display: inline-block;
  text-align: left;
}
.related-news {
  margin-top: 25px;
}
.related-news .title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.related-news ul {
  padding-left: 20px;
}
.related-news ul li a {
  color: #1c1c1c;
}
.related-news ul li a:hover {
  color: #00a651;
}
@media only screen and (min-width: 768px) {
  .news-item {
    margin-bottom: 80px;
  }
  .news-item__title {
    font-size: 2.4rem;
  }
}
.about-home-block {
  padding-top: 30px;
}
.about-home {
  margin-bottom: 30px;
  text-align: center;
}
.about-home__image {
  margin-bottom: 20px;
}
.about-home__subtitle {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.about-home__title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 2.4rem;
}
.about-home .link {
  margin-top: 20px;
}
.product-home-news-block {
  margin-bottom: 20px;
}
.product-home-news-aside h3 {
  margin-bottom: 5px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.product-home-news-aside h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
}
.product-home-news-aside .product-taxonomy-home {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-home-news-aside .product-taxonomy-home li {
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-home-news-aside .product-taxonomy-home li:hover,
.product-home-news-aside .product-taxonomy-home li.active {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.product-home-news-aside .product-taxonomy-home li a {
  position: relative;
  color: #1c1c1c;
  padding-left: 30px;
}
.product-home-news-aside .product-taxonomy-home li a:hover {
  color: #00a651;
}
.product-home-news-aside .product-taxonomy-home li a:before {
  content: '\2192';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
.product-home-new__image {
  margin-bottom: 5px;
  text-align: center;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-home-new__image img {
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
}
.product-home-new__name {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.product-home-new__name a {
  color: #1c1c1c;
}
.product-home-new__category {
  text-transform: uppercase;
}
.product-home-news.slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
}
.product-home-news.slick-slider .slick-arrow:before {
  width: 20px;
  height: 16px;
}
.product-home-news.slick-slider .slick-arrow.slick-next:before {
  content: '';
  background: url(images/right-arrow-sm.png) center no-repeat;
}
.product-home-news.slick-slider .slick-arrow.slick-prev:before {
  content: '';
  background: url(images/left-arrow-sm.png) center no-repeat;
}
.product-home-news.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.video-home {
  position: relative;
  margin-bottom: 40px;
}
.video-home button {
  border: 0;
  outline: none;
  background: none;
}
.video-home img {
  display: block;
  width: 100%;
  height: 100%;
}
.video-home.pause .play-btn {
  background: url(images/play-button.png) center no-repeat;
  width: 92px;
  height: 92px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-popup {
  display: none;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 30px;
}
.video-popup.show {
  display: block;
}
.video-popup .close {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
  cursor: pointer;
}
.video-popup .embed-container {
  height: 100%;
  padding: 0;
  background: #000;
}
.admin-bar .video-popup {
  padding-top: 80px;
}
.admin-bar .video-popup .close {
  top: 40px;
}
.product-home-block {
  margin: 30px 0 10px;
}
.product-home-block .subtitle {
  margin-bottom: 5px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.product-home-block .title {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.product-home {
  margin-bottom: 30px;
  text-align: center;
}
.product-home__image {
  margin-bottom: 5px;
}
.product-home__name {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.product-home__name a {
  color: #1c1c1c;
}
.product-home__name a:hover {
  color: #00a651;
}
.product-home__category {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .about-home-block {
    padding-top: 50px;
  }
  .about-homes .about-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .about-homes .about-home:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-homes .about-home__content,
  .about-homes .about-home__img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-homes .about-home__content {
    text-align: left;
  }
  .about-home__title {
    font-size: 3rem;
  }
  .product-home-news-block {
    margin-bottom: 30px;
  }
  .product-home-news-aside h2 {
    font-size: 3rem;
  }
  .product-home-block {
    margin: 80px 0 50px;
  }
  .product-home {
    text-align: left;
  }
  .product-home__image {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-home__image img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-homes .about-home {
    margin-left: -40px;
    margin-right: -40px;
  }
  .about-homes .about-home__content,
  .about-homes .about-home__image {
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-home__image {
    height: 270px;
  }
}
@media only screen and (max-width: 991px) {
  .product-home-news.slick-slider .slick-arrow.slick-next {
    right: 26px;
  }
  .video-home.pause .play-btn {
    width: 52px;
    height: 52px;
    background-size: contain;
  }
}
.category-desc {
  word-break: break-word;
}
.category-desc--read-more {
  margin-bottom: 30px;
  text-align: center;
}
.category-desc--full {
  display: none;
}
.category-desc--full.show {
  display: block;
}
.term-name-heading {
  margin-bottom: 25px;
  background-color: #00a651;
  font-size: 1.8rem;
  line-height: normal;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: normal;
}
#product-ajax-load {
  position: relative;
}
#product-ajax-load .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.product-list .product-item__colunm {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}
.product-list .loading {
  position: absolute;
  margin-left: -30px;
  margin-top: -30px;
  top: 50%;
  left: 50%;
}
.product-item__img {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 80%;
  background-color: #f8f8f8;
  overflow: hidden;
}
.product-item__img img {
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-item__title {
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.product-item__title a {
  color: #1c1c1c;
}
.product-item__title a:hover {
  color: #00a651;
}
.single-product .product-single-img {
  margin-bottom: 20px;
  text-align: center;
}
.single-product .gallery {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
}
.single-product .gallery .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  outline: none;
}
.single-product .gallery .product-img img {
  margin: auto;
  max-height: 430px;
}
.single-product .gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.single-product .gallery .slick-slide {
  height: inherit !important;
}
.single-product .slider-thumb {
  margin-top: 15px;
  margin-bottom: 25px;
}
.single-product .slider-thumb .slick-arrow {
  width: 24px;
  height: 24px;
}
.single-product .slider-thumb .slick-arrow:before {
  width: 12px;
  height: 16px;
  background-size: contain;
}
.single-product .slider-thumb .slick-slide {
  outline: none;
  cursor: pointer;
  height: 60px;
  margin: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  text-align: center;
}
.single-product .slider-thumb .slick-slide img {
  max-height: 60px;
  margin: auto;
  width: auto !important;
}
.single-product .slider-thumb .slick-current {
  border: 1px solid #00a651;
}
.single-product__title {
  margin-bottom: 30px;
  line-height: normal;
  font-weight: 400;
  font-size: 1.8rem;
}
.single-product__title span {
  font-size: 1.4rem;
}
.single-product__description h4 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.single-product__description .is-news {
  background: url(images/news-icon.png) left center no-repeat;
  padding: 10px 0 10px 45px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.single-product__description .is-lastest {
  margin-top: 40px;
  background: url(images/star.png) left center no-repeat;
  padding: 10px 0 10px 45px;
}
.single-product__description dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7px;
  font-weight: 500;
}
.single-product__description dl dt {
  padding-right: 5px;
  padding-left: 30px;
  min-height: 23px;
  background: url(images/checked-icon.png) left center no-repeat;
}
.single-product__description dl dd {
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-product__tabs {
  margin-top: 20px;
}
.product-call {
  margin-bottom: 20px;
}
.product-call .btn-call {
  border-color: #1c1c1c;
  position: relative;
  color: #1c1c1c;
  text-transform: uppercase;
  padding-left: 100px;
  background-color: #fff;
  font-weight: 500;
  border-radius: 0;
  min-width: 250px;
}
.product-call .btn-call:before {
  content: '';
  position: absolute;
  left: 70px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background-color: #1c1c1c;
}
.product-call .btn-call::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: url(images/phone-icon.png) left center no-repeat #fff;
}
.product-file {
  margin-bottom: 20px;
}
.product-file .btn-download {
  position: relative;
  padding-left: 100px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 500;
  min-width: 250px;
}
.product-file .btn-download:before {
  content: '';
  position: absolute;
  left: 70px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background-color: #fff;
}
.product-file .btn-download:after {
  content: '';
  position: absolute;
  left: 19px;
  top: 50%;
  width: 26px;
  height: 26px;
  background: url(images/download-icon.png) left center no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-product-related__title {
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.8rem;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.nav-tabs {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
.nav-tabs li {
  display: inline-block;
}
.nav-tabs li a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.8rem;
  color: #1c1c1c;
  background-color: #eee;
  border-top: 1px solid #fff;
}
.nav-tabs li a:hover,
.nav-tabs li a.active {
  background-color: #fff;
  color: #1c1c1c;
  border-top-color: #000;
}
.nav-tabs li a:hover span,
.nav-tabs li a.active span {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: -6px;
  height: 1px;
  background-color: #fff;
}
.nav-tabs li a:hover:before,
.nav-tabs li a.active:before,
.nav-tabs li a:hover:after,
.nav-tabs li a.active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -5px;
  width: 1px;
  background-color: #000;
}
.nav-tabs li a:hover::before,
.nav-tabs li a.active::before {
  left: 0;
}
.nav-tabs li a:hover::after,
.nav-tabs li a.active::after {
  right: 0;
}
.tab-contents {
  border: 1px solid #000;
}
.tab-contents .tab-content {
  display: none;
  padding: 20px 15px;
}
.tab-contents .tab-content.active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .product-list .product-item__colunm {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .product-list .product-item__colunm {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
  }
  .product-item__img img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-item__img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.12);
        -ms-transform: translate(-50%, -50%) scale(1.12);
            transform: translate(-50%, -50%) scale(1.12);
  }
  .single-product__title {
    font-size: 3rem;
  }
  .single-product__title span {
    font-size: 2rem;
  }
}
.search-form-product {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #000;
  padding: 10px 15px 10px 35px;
}
.search-form-product label {
  display: block;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.search-form-product .search-field {
  width: 100%;
  border: 0;
  outline: none;
  font-size: 1.6rem;
}
.search-form-product .search-submit {
  position: absolute;
  border: 0;
  right: 15px;
  background: url(images/search-icon-right.png) right center no-repeat;
  width: 34px;
  height: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-area {
  margin-top: 30px;
}
.search-item {
  margin-bottom: 30px;
  text-align: center;
}
.search-item .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.search-item .img img {
  width: 100%;
}
.search-item .title {
  font-size: 1.6rem;
}
.search-item .title a {
  color: #1c1c1c;
}
@media only screen and (min-width: 768px) {
  .search-form-product {
    margin-bottom: 70px;
  }
  .search-form-product label {
    font-size: 3rem;
  }
  .search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .search-list .search-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-list .search-item .img {
    padding-bottom: 80%;
    height: 0;
  }
  .search-list .search-item .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .search-list .search-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.site-main--contact {
  border-bottom: 1px solid #000;
}
.contact-info {
  margin-bottom: 30px;
  text-align: center;
}
.contact-info a {
  color: #00a651;
  font-size: 3.7rem;
}
.contact-info h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
}
.contact-info h3 {
  font-size: 1.8rem;
  margin-top: 40px;
}
.contact-info h3:first-child {
  margin-top: 0;
}
.contact-info h4 {
  position: relative;
}
.contact-info h4:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #00a651;
  margin-right: 5px;
}
.contact-info .text-green {
  color: #00a651;
}
.contact-info ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.contact-info ul li {
  margin-bottom: 10px;
}
.contact-info ul li a {
  color: #1c1c1c;
}
.contact-info ul li:before {
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  font-size: 1.8rem;
}
.contact-info ul li.email:before {
  content: "\f0e0";
}
.contact-info ul li.marker:before {
  content: "\f041";
}
.contact-info ul li.phone:before {
  content: "\f10b";
  font-size: 2.2rem;
}
.contact-info p {
  margin-bottom: 10px;
}
.contact-info p img,
.contact-info p .fa {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #d5d5d5;
}
.contact-map iframe {
  border: 0;
  width: 100%;
  height: 28vw;
  max-height: 470px;
}
.form-contact {
  position: relative;
  z-index: 2;
  margin: 30px auto;
  background-color: #f5f7f8;
  padding: 50px;
}
.form-contact legend {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
}
.form-contact .form-group label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 10px;
}
.form-contact .form-control {
  width: 100%;
  border-radius: 0;
  padding: 14px 15px;
}
.form-contact textarea {
  height: 100px;
}
.form-contact .btn {
  border-radius: 4px;
}
.form-contact .form-group-act {
  text-align: right;
}
.form-contact .capcha-group {
  text-align: right;
}
.form-contact .capcha-group .capcha,
.form-contact .capcha-group .form-group-act {
  display: inline-block;
  vertical-align: top;
}
.form-contact .capcha-group .form-group-act {
  margin-left: 10px;
  position: relative;
}
.form-contact .capcha-group .form-group-act .ajax-loader {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.capcha {
  text-align: right;
}
.capcha .capcha-text {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  font-size: 2.4rem;
}
.capcha .form-control {
  width: 100px;
  min-width: 100px;
}
.contact-social__ul {
  list-style: none;
  margin: 20px 0 20px 20px;
  padding: 0;
}
.contact-social__ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.contact-social__ul .fa {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #d5d5d5;
  color: #fff;
  font-size: 1.6rem;
}
.contact-social__ul .fa:hover {
  background-color: #039be5;
}
@media only screen and (max-width: 991px) {
  .form-contact {
    padding: 30px;
  }
  .contact-info a {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-map iframe {
    height: 350px;
  }
}
.sassy-share-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sassy-share-box h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.spectator-seating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spectator-seating-list .spectator-item {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}
.spectator-seating-list .spectator-item--post {
  display: block;
  cursor: pointer;
  border-right: 3px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.spectator-seating-list .spectator-item--post:last-child {
  border-right: 0;
}
.spectator-seating-list .spectator-item--post:hover {
  opacity: 0.7;
}
.spectator-seating-list .spectator-item--feature {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
.spectator-seating-list .spectator-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spectator-seating-list .spectator-item ul.feature li {
  text-align: left;
}
.spectator-seating-list .spectator-item ul li {
  padding: 3px 10px;
  height: 30px;
  text-align: center;
  border-bottom: 1px solid #f6f6f6;
}
.spectator-seating-list .spectator-item ul li .checked {
  display: inline-block;
  background: url(images/checked-icon.png) center no-repeat;
  width: 23px;
  height: 23px;
}
.spectator-seating-list .spectator-item ul li.spectator-item-name {
  height: auto;
  background-color: #00a651;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 13px 5px;
  font-size: 1.8rem;
  height: 82px;
  text-transform: uppercase;
}
.spectator-seating-list .spectator-item ul li.spectator-item-name.empty {
  background-color: transparent;
}
.spectator-seating-list .spectator-item ul li.highlight {
  height: auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 15px;
}
.spectator-seating-list .spectator-item ul li.highlight--green {
  background-color: #9dd428;
}
.spectator-seating-list .spectator-item ul li.highlight--orange {
  background-color: #fb7319;
}
.spectator-seating-list .spectator-item ul li.highlight--red {
  background-color: #ff0000;
}
.spectator-seating-list .spectator-item ul li .hidden-pc {
  color: #fff;
  display: none;
  padding-right: 10px;
}
.spectator-seating-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spectator-seating-bottom .spectator-item-first {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
.spectator-seating-bottom .spectator-item {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  padding: 10px 5px;
  text-align: center;
}
.more_information {
  padding-top: 25px;
  border-top: 1px solid #d6d6d6;
}
.more_information__title {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.spectato-seating-single__title {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.spectato-seating-single h2 {
  font-size: 1.8rem;
}
.spectato-seating-single h3 {
  font-size: 1.6rem;
}
.spectato-seating-single h4,
.spectato-seating-single h5 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1199px) {
  .spectator-seating-list .spectator-item ul li.spectator-item-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .spectator-seating-list .spectator-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .spectator-seating-list .spectator-item--feature {
    display: none;
  }
  .spectator-seating-list .spectator-item ul li.spectator-item-name {
    height: auto;
  }
  .spectator-seating-list .spectator-item ul li .hidden-pc {
    display: inline-block;
  }
  .spectator-seating-bottom .spectator-item-first {
    display: none;
  }
  .spectator-seating-bottom .spectator-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .spectator-seating-list {
    display: block;
  }
  .spectator-seating-bottom {
    display: block;
  }
}
.option-product-block__top {
  padding: 60px 0;
  text-align: center;
  background: url(images/bg-summmer.jpg) center no-repeat;
  background-size: cover;
}
.option-product-block__top h2 {
  margin: 0;
  padding: 5px 100px 5px 15px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  min-height: 60px;
}
.option-product-block__top h2::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 19px;
  width: 34px;
  height: 33px;
  background: url(images/search-icon-right.png) right center no-repeat;
}
.option-product-block__bottom {
  padding: 35px 15px 5px;
  overflow: hidden;
}
.option-product {
  margin-bottom: 30px;
  min-height: 250px;
  padding: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.option-product__name {
  margin-bottom: 5px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.option-product__desc {
  font-weight: 500;
  text-transform: uppercase;
}
.option-product__img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}
.option-product .link {
  margin-top: 30px;
}
.bottom {
  padding: 35px 0 15px;
}
.bottom p:last-child {
  margin-bottom: 0;
}
.bottom-box {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.bottom-box__title {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: normal;
}
.bottom-box__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00a651;
  height: 1px;
  width: 50px;
}
.bottom-box .list-custom-taxonomy {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-box .list-custom-taxonomy li a {
  position: relative;
  display: inline-block;
  color: #1c1c1c;
  padding-left: 15px;
}
.bottom-box .list-custom-taxonomy li a:hover {
  color: #00a651;
}
.bottom-box .list-custom-taxonomy li a:hover::before {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.bottom-box .list-custom-taxonomy li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #1c1c1c;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bottom-box .list-custom-taxonomy li .children {
  display: none;
}
.emaillist .es_subscription_form {
  position: relative;
  max-width: 306px;
  margin: auto;
}
.emaillist .es_subscription_form .es_required_field {
  background-color: #e0e0e0;
  padding: 14px 40px 14px 15px;
  border: 1px solid #d6d6d6;
  width: 100%;
  outline: none;
  font-size: 1.2rem;
}
.emaillist .es_subscription_form .es_subscription_form_submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  width: 40px;
  background: none;
}
.bottom-box-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-box-3 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}
.bottom-box-3 ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
}
.bottom-box-3 ul li.pos:before {
  content: "\f041";
}
.bottom-box-3 ul li.tel:before {
  content: "\f095";
}
.bottom-box-3 ul li.email:before {
  content: "\f0e0";
}
.support-box {
  text-align: right;
  margin-top: 30px;
}
.support-box__inner {
  display: inline-block;
  min-height: 45px;
  padding-left: 55px;
  background: url(images/support-icon.png) left center no-repeat;
}
.support-box p {
  margin-bottom: 0;
}
.support-box .hotline {
  font-size: 2.4rem;
  color: #1c1c1c;
}
@media only screen and (min-width: 768px) {
  .bottom .bottom-top-title {
    margin-bottom: 65px;
    font-size: 3rem;
  }
  .bottom .bottom-box-1 {
    width: 25%;
  }
  .bottom .bottom-box-2 {
    width: 20%;
  }
  .bottom .bottom-box-3 {
    width: 30%;
  }
  .bottom .bottom-box-4 {
    width: 25%;
  }
  .option-product-block__top h2 {
    font-size: 4.8rem;
  }
  .option-product-block__bottom {
    padding: 70px 30px 40px;
  }
  .option-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .option-product-list .option-product-outer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .option-product__name {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .option-product-list .option-product-outer {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .option-product-list .option-product-outer:first-child {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .option-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .option-product-list .option-product-outer {
    width: 22%;
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .option-product-list .option-product-outer:first-child {
    width: 34%;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
  }
  .option-product-list .option-product-outer:nth-child(5) {
    width: 39%;
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
  }
  .option-product-list .option-product-outer:nth-child(7) {
    width: 39%;
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
  }
}
.mainsite,
.block-mainnav-mobile,
.fxmenu-touch {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.showmenu .wrapper,
body.hidemenu .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* mainsite */
.mainsite {
  position: relative;
  left: 0;
  z-index: 1000;
}
body.showmenu .mainsite:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* block-mainnav */
body.showmenu .mainsite .flexMenuToggle {
  left: 280px;
}
body.showmenu.hidemenu .mainsite .flexMenuToggle {
  left: 15px;
}
.block-mainnav-mobile {
  width: 280px;
  z-index: 10000;
  position: absolute  ;
  margin: 0 ;
  padding: 0;
  background: #2c2c2c;
  left: -28rem;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.showmenu .block-mainnav-mobile {
  left: 0;
}
body.hidemenu .block-mainnav-mobile {
  left: -28rem;
}
/*item*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu > ul {
  padding: 0;
}
.mobile-menu > ul li {
  display: block;
}
.mobile-menu > ul li a {
  color: #fff;
  display: block;
  padding: 5px 12px;
  font-size: 1.6rem;
}
.mobile-menu > ul > li {
  border-bottom: 1px solid #575757;
  padding-left: 0;
}
.mobile-menu > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 2rem;
  line-height: 30px;
}
.mobile-menu ul li li a {
  padding-left: 25px;
}
.mobile-menu ul li li li a {
  padding-left: 50px;
}
.mobile-menu ul li a:hover {
  background: #00a651;
  text-decoration: none;
}
.mobile-menu ul .current_page_item a,
.mobile-menu ul .current-menu-item a {
  background: #00a651;
}
@media (max-width: 767px) {
  .mobile-menu > ul > li > a {
    font-size: 16px;
  }
}
aside {
  position: relative;
  z-index: 99;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.sidebar .sidebar-box {
  margin-bottom: 30px;
}
.sidebar .sidebar-box-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.8rem;
  text-transform: capitalize;
}
.sidebar .sidebar-box-title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #1c1c1c;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget-title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.8rem;
  text-transform: capitalize;
}
.sidebar .rpwwt-widget ul li {
  margin-bottom: 10px;
}
.sidebar .rpwwt-widget ul li a {
  font-weight: 500;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul.menu > li {
  margin-bottom: 15px;
}
.sidebar ul.menu > li > a {
  font-weight: 500;
}
.sidebar ul.menu > li .sub-menu {
  padding-left: 15px;
}
.sidebar .product-category {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .product-category li {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .product-category li a {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #1c1c1c;
}
.sidebar .product-category li a::before {
  content: '\2192';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .product-category li a:hover {
  color: #00a651;
}
.sidebar .product-category li:hover,
.sidebar .product-category li.active {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.sidebar .product-category li.active a {
  color: #00a651;
}
.sidebar .filter-box {
  margin-top: 20px;
}
.sidebar .filter-box:first-child {
  margin-top: 0;
}
.sidebar .filter-box .filter-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.sidebar .filter-box .filter-content .checkbox {
  margin-bottom: 5px;
}
.sidebar .rpwwt-widget ul li .rpwwt-img,
.sidebar .rpwwt-widget ul li .rpwwt-post-title {
  display: block;
}
.sidebar .rpwwt-widget ul li .rpwwt-img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.sidebar .rpwwt-widget ul li .rpwwt-img img {
  float: none;
  margin: 0;
}
.sidebar .rpwwt-widget ul li .rpwwt-post-date {
  overflow: hidden;
}
.sidebar .rpwwt-widget ul li .rpwwt-post-title {
  overflow: hidden;
  color: #1c1c1c;
}
.sidebar .rpwwt-widget ul li .rpwwt-post-title:hover {
  color: #00a651;
}
.about-aside {
  background-color: #00a651;
}
@media (min-width: 992px) {
  .product-page .sidebar {
    padding-right: 15px;
  }
}
.footer-pagination {
  text-align: center;
}
.footer-pagination .pagi-text {
  display: inline-block;
  vertical-align: middle;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination > a,
.pagination > span {
  margin: 0 2px;
  padding: 5px 12px;
  font-size: 1.2rem;
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 2px;
  font-weight: 500;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination > a:hover,
.pagination > span:hover,
.pagination > a.current,
.pagination > span.current {
  color: #fff;
  background-color: #00a651;
  border-color: #00a651;
}
/*# sourceMappingURL=style.css.map */