/*
Theme Name: Binlet theme
Theme URI: Binlet theme
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-down:before {
  content: "\f107";
}
.fa-times-circle:before {
  content: "\f057";
}
.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-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-search:before {
  content: "\f002";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-heart:before {
  content: "\f004";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrow-down:before {
  content: "\f063";
}
.btn {
  display: inline-block;
  padding: 7px 25px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  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: 1px solid #fff;
  color: #151515;
  border-radius: 25px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  color: #151515;
}
.no-touch .btn:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn-border {
  position: relative;
  border: 1px solid #cfcfcf;
  background-color: transparent;
  border-radius: 0;
  color: #151515;
  text-transform: uppercase;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  color: #151515;
}
.no-touch .btn-border:hover,
.no-touch .btn-border:focus,
.no-touch .btn-border:active {
  color: #fff;
  background-color: #000;
}
.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: transparent;
  border-color: #000;
  color: #000;
}
.no-touch .btn-black:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn-red {
  border: 0;
  background-color: #a70000;
  color: #fff;
}
.no-touch .btn-red:hover,
.no-touch .btn-red:focus {
  background-color: red;
  color: #fff;
}
.btn-green {
  border-width: 2px;
  border-color: #37be4a;
  background-color: transparent;
  color: #37be4a;
}
.btn-green:hover,
.btn-green:focus {
  color: #37be4a;
}
.no-touch .btn-green:hover,
.no-touch .btn-green:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-info {
  background-color: #008af5;
  border-color: #008af5;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #00baff;
  color: #fff;
}
.btn.btn-call {
  position: relative;
  padding: 5px 25px 5px 50px;
  border-radius: 20px;
  text-transform: uppercase;
}
.btn.btn-call:before {
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(images/call-icon.png) left center no-repeat;
}
.btn.btn-download {
  position: relative;
  padding: 5px 25px 5px 50px;
  border-radius: 20px;
  text-transform: uppercase;
}
.btn.btn-download:before {
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(images/download-icon.png) left center no-repeat;
}
.btn-md {
  padding: 1.5rem 3.7rem;
}
.btn-lg {
  padding: 2rem 4rem;
  font-size: 1.8rem;
}
.btn-primary {
  border-color: #37be4a;
  background-color: #37be4a;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #1b9a06;
  background-color: #1b9a06;
  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: #151515;
  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: #ff7800;
  background-color: #ff7800;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  border-color: #e66d02;
  background-color: #e66d02;
  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 #cfcfcf;
  border-radius: 5px;
  padding: 9px 15px;
  width: 100%;
  min-width: 150px;
  font-size: 1.4rem;
  background-color: #fff;
  color: #151515;
  outline: none;
  -webkit-appearance: none;
}
select {
  padding: 0.5rem 1rem;
  border: 1px solid #cfcfcf;
  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: #37be4a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #268333;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
.clearfix {
  clear: both;
}
.clearfix,
.row {
  clear: both;
}
.clearfix:before,
.row:before,
.clearfix:after,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.row:after {
  clear: both;
}
iframe {
  border: 0;
  max-width: 100%;
}
.mb30 {
  margin-bottom: 30px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.text-right {
  text-align: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bg-primary {
  background-color: #37be4a;
}
.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;
}
.hidden {
  display: none !important;
}
.font-sm {
  font-size: 1.8rem;
}
.orange {
  color: #f58220;
}
.blue {
  color: #00aeef;
}
.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: #37be4a;
  color: #fff;
  text-align: left;
}
.table tbody tr:nth-child(2n +1) td {
  background-color: #e3e3e3;
}
.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);
  }
}
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.social li {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.social li a {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  background: url(images/social-icons.png) left top no-repeat;
}
.social li a.circle {
  border-radius: 50%;
}
.social li a.link-facebook {
  background-position: -33px -11px;
}
.social li a.link-google {
  background-position: -119px -11px;
}
.social li a.link-instagram {
  background-position: -119px -11px;
}
.social li a.link-twitter {
  background-position: -286px -11px;
}
.social li a.link-youtube {
  background-position: -203px -11px;
}
.social li a.link-what-app {
  background-position: -371px -11px;
}
.social li a.link-telegram {
  background-position: -455px -11px;
}
.social li a em {
  font-size: 1.8rem;
}
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: #151515;
}
.share-box .share-popup li a em {
  margin-right: 7px;
}
@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: #151515;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}
body.admin-bar {
  padding-top: 32px;
}
.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: 50px 0;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
.primary-title {
  margin-bottom: 30px;
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 50px;
  text-transform: uppercase;
  background: url(images/recycle.png) center bottom no-repeat;
}
.banner-page {
  position: relative;
  z-index: 2;
  padding: 140px 0 80px;
  background-image: url(images/banner-page.jpg) center no-repeat;
  text-align: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.banner-page h2 {
  margin-bottom: 0;
  font-size: 6rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #37be4a;
}
.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: 170px;
  padding-bottom: 10px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.page-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #37be4a;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.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;
}
.more {
  text-transform: uppercase;
  text-align: right;
}
.more .more-link {
  color: #151515;
}
.more .more-link:after {
  content: '→';
  display: inline-block;
  margin-left: 5px;
}
.more .more-link:hover {
  color: #37be4a;
}
.image-full {
  display: block;
  width: 100%;
}
.thumbnail {
  padding: 5px;
  background-color: #fff;
}
.text-center {
  text-align: center;
}
.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: 991px) {
  .banner-page h2 {
    font-size: 3.6rem;
  }
  .page-title {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-page {
    padding: 50px 0;
  }
  .page-title {
    margin-bottom: 50px;
  }
  .primary-title {
    font-size: 2.4rem;
  }
}
@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: 1310px) {
  .container {
    width: 1280px;
  }
}
.logo {
  margin: 0;
  position: relative;
  z-index: 1000;
  background-color: #fff;
  border-radius: 5px;
}
.logo__link {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
}
.logo__link img {
  display: block;
}
.site-desc {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}
.languages {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.languages li {
  display: block;
  float: left;
  background-color: #37be4a;
}
.languages li.current-lang {
  background-color: #1b9a06;
}
.languages li:first-child {
  border-radius: 20px 0 0 20px;
}
.languages li:last-child {
  border-radius: 0 20px 20px 0;
}
.languages li a {
  padding: 5px 25px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.header {
  position: relative;
  z-index: 999;
}
.header .header-top .logo {
  width: 230px;
  padding: 15px 5px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
nav {
  position: relative;
}
nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
nav ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding: 0 15px;
}
nav ul > li a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 2px 0;
  border-radius: 2px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0e0e0e;
}
nav ul > li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.no-touch nav ul > li a {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul > li.current_page_item a,
nav ul > li.current-menu-item a,
nav ul > li.active a {
  color: #37be4a;
}
nav ul > li.current_page_item a:after,
nav ul > li.current-menu-item a:after,
nav ul > li.active a:after {
  background-color: #37be4a;
}
nav ul > li:hover > a {
  color: #37be4a;
}
nav ul > li:hover > a:after {
  background-color: #37be4a;
}
nav ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
nav ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  background-color: #f1f1f1;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav ul > li > ul:before {
  content: '';
  position: absolute;
  left: 25px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ffc908 transparent;
}
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: #37be4a;
  color: #fff;
}
nav ul > li > ul li.active > a {
  background-color: #37be4a;
  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;
}
.flexMenuToggle {
  display: none ;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 9999;
  background: none;
  background: #37be4a;
  border-radius: 2px;
  border: 0;
  padding: 2px 4px;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -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) {
  -moz-transition: all 0.5s;
  -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 (min-width: 768px) {
  .header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-top {
    position: relative;
    padding-top: 5px;
  }
  .header .header-top .logo {
    float: none;
    margin: 0 auto;
  }
  .header .header-top .languages {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .nav ul > li {
    padding: 0 5px;
  }
  .nav ul > li a {
    padding: 5px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .header-top .logo {
    width: 145px;
  }
  .header .header-top .nav {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-top {
    padding-top: 40px;
    padding-left: 40px;
  }
  nav {
    margin-bottom: 0;
  }
  .flexMenuToggle {
    display: block;
  }
  .nav ul {
    display: none;
  }
}
.search-modal {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: -9999rem;
  top: 0;
  -webkit-transition: opacity 0.2s linear, left 0s 0.2s linear;
  -o-transition: opacity 0.2s linear, left 0s 0.2s linear;
  transition: opacity 0.2s linear, left 0s 0.2s linear;
  width: 100%;
  z-index: 10000;
}
.admin-bar .search-modal {
  top: 30px;
}
.search-modal.active {
  display: block;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
  transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
  -o-transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
}
.search-modal.active .search-untoggle {
  -webkit-animation: popIn both 0.3s 0.2s;
  animation: popIn both 0.3s 0.2s;
}
.search-modal button.search-untoggle {
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
.search-modal button.search-untoggle .fa {
  font-size: 3rem;
}
.search-modal-inner {
  background: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  transition: -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  -o-transition: transform 0.15s linear, box-shadow 0.15s linear;
  transition: transform 0.15s linear, box-shadow 0.15s linear;
  transition: transform 0.15s linear, box-shadow 0.15s linear, -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
}
.search-modal-inner .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 168rem;
}
/* Modal Search Form ------------------------- */
.search-modal form {
  margin: 0;
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.search-modal .search-field {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 2rem;
  letter-spacing: -0.0277em;
  height: 8.4rem;
  margin: 0 0 0 -2rem;
  max-width: calc(100% + 2rem);
  padding: 0 0 0 2rem;
  width: calc(100% + 2rem);
}
.search-modal .search-field::-webkit-input-placeholder {
  color: inherit;
}
.search-modal .search-field:-ms-input-placeholder {
  color: inherit;
}
.search-modal .search-field::-moz-placeholder {
  color: inherit;
  line-height: 4;
}
.search-modal .search-submit {
  position: absolute;
  right: -9999rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-modal .search-submit:focus {
  right: 0;
}
.search-title {
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
}
.search-title span {
  color: #37be4a;
}
.search-item {
  margin-bottom: 20px;
  text-align: center;
}
.search-item .img {
  display: block;
  text-align: center;
}
.search-item .content .title {
  color: #151515;
  font-weight: 1.8rem;
  line-height: 1.2;
}
.search-item .content .title:hover {
  color: #37be4a;
}
@media only screen and (min-width: 768px) {
  .search-title {
    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-item .img img {
    height: 12vw;
  }
}
.footer-wrap {
  position: relative;
  z-index: 1002;
  background: url(images/bg-footer.jpg) top center no-repeat;
  background-size: cover;
}
.social-footer .social {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  margin: -40px auto 0;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 45px;
}
.social-footer .social li {
  padding: 0 15px;
}
.footer-top {
  padding: 50px 0 30px;
}
.footer-top h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.footer-top .footer-contact-box {
  margin-bottom: 20px;
  text-align: center;
}
.footer-top .footer-contact-box dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-top .footer-contact-box dl dt em {
  margin-bottom: 10px;
  display: block;
  color: #37be4a;
  font-size: 3.3rem;
}
.footer-top .footer-contact-box dl dd {
  margin-top: 20px;
  margin-left: 0;
}
footer {
  padding: 15px 0;
  color: #fff;
  background-color: #080808;
}
footer .copyright {
  margin-bottom: 10px;
  text-align: center;
}
footer .menu {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .menu li {
  padding: 0 15px;
  position: relative;
}
footer .menu li a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
footer .menu li + li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer-top {
    padding: 60px 0 40px;
  }
  footer .copyright {
    text-align: left;
    margin-bottom: 0;
  }
  footer .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.slideshow {
  position: relative;
  z-index: 2;
}
.slideshow:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 37%;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
.slideshow .slide .banner img {
  width: 100%;
}
.slideshow .slider .slick-arrow {
  top: 60%;
  background-color: rgba(255, 255, 255, 0.47);
  width: 46px;
  height: 46px;
  outline: none;
}
.slideshow .slider .slick-arrow.slick-prev {
  left: 70px;
}
.slideshow .slider .slick-arrow.slick-next {
  right: 10px;
}
.slideshow .slider .fa {
  font-size: 4.5rem;
  color: #fff;
}
.slideshow .arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -31.5px;
  margin-top: -31.5px;
  display: inline-block;
  width: 63px;
  height: 63px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  outline: none;
  cursor: pointer;
}
.slideshow .arrow-down:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -10.5px;
  top: 48%;
  margin-top: -11.5px;
  display: block;
  width: 21px;
  height: 23px;
  background: url(images/arrow-down.png) center no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slideshow .arrow-down:hover:before {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.banner {
  height: 705px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .container .inner {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
}
.banner .title {
  display: none;
  margin-bottom: 10px;
  font-size: 7.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.banner .text {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 174, 239, 0.5);
}
@media only screen and (max-width: 991px) {
  .slideshow .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    height: 550px;
  }
  .banner .container {
    width: 100%;
  }
}
.breadcrumbs-section {
  border-bottom: 1px solid #cfcfcf;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #151515;
}
.breadcrumbs li + li:before {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.breadcrumbs li a {
  color: #151515;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbs li a:hover {
  color: #37be4a;
}
.about-list {
  margin-top: 25px;
  margin-bottom: 45px;
}
.about-list .item {
  text-align: center;
  background-color: #5c51a0;
}
.about-list .item .item-content {
  text-align: justify;
  color: #fff;
  padding: 25px 0;
  font-style: italic;
}
.about-list .item .item-image {
  text-align: center;
}
.about-list .item .item-image img {
  width: 100%;
}
.about-home-block {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.about-home-block .image {
  margin-bottom: 20px;
  text-align: center;
}
.about-home-block .about-home-content {
  text-align: center;
}
.about-home-block .about-home-content .btn {
  text-transform: uppercase;
}
.our-mission-block {
  padding: 30px 0;
}
.our-mission-block .content {
  margin-bottom: 30px;
  text-align: center;
}
.mission-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mission-item__image {
  width: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mission-item__text {
  padding-left: 15px;
}
.mission-item__text .title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #37be4a;
}
@media only screen and (min-width: 768px) {
  .about-list .item {
    position: relative;
    overflow: hidden;
  }
  .about-list .item:nth-child(2n) .item-content {
    float: right;
    padding-left: 20px;
  }
  .about-list .item:nth-child(2n) .item-image {
    left: 0;
  }
  .about-list .item:nth-child(2n + 1) .item-content {
    float: left;
    padding-right: 20px;
  }
  .about-list .item:nth-child(2n + 1) .item-image {
    right: 0;
  }
  .about-list .item .item-content {
    width: 50%;
    padding-top: 145px;
    padding-bottom: 145px;
    font-size: 2.4rem;
  }
  .about-list .item .item-image {
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
  .about-list .item .item-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    width: auto;
  }
  .about-home-block {
    padding: 60px 0;
  }
  .about-home-block .image {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
  }
  .about-home-block .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    width: auto;
    min-height: 100%;
  }
  .our-mission-block {
    padding: 60px 0;
  }
  .our-mission-block .content {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .our-missions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .our-missions .mission-item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news-detail .img {
  margin-bottom: 20px;
  text-align: center;
}
.news-detail .meta {
  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;
}
.news-item {
  margin-bottom: 20px;
}
.news-item__img {
  display: block;
  position: relative;
  margin: -1px -1px 0 -1px;
}
.news-item__img img {
  display: block;
  margin: auto;
  width: 100%;
}
.news-item__inner {
  border: 1px solid #cfcfcf;
  border-bottom-color: #37be4a;
  padding-bottom: 40px;
  position: relative;
}
.news-item__content {
  padding: 15px;
}
.news-item__date {
  display: block;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20px;
  margin-right: 15px;
  width: 70px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-color: #37be4a;
}
.news-item__date span {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  padding: 7px 0 5px;
}
.news-item__date span.day {
  font-size: 3.6rem;
}
.news-item__date span.month {
  background-color: #1b9a06;
  font-size: 1.2rem;
}
.news-item__title {
  display: block;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: normal;
}
.news-item__title a {
  color: #151515;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item__title a:hover {
  color: #37be4a;
}
.news-item__desc {
  margin-bottom: 20px;
}
.news-item__shares {
  padding: 5px 15px;
  background-color: #37be4a;
  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;
}
.news-item__link {
  margin-bottom: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.news-item__link a {
  color: #37be4a;
  font-weight: bold;
  text-transform: uppercase;
}
.top-posts {
  margin-bottom: 2rem;
}
.top-posts .news-item {
  background-color: #e9e9e9;
}
.top-posts .news-item__img {
  height: auto;
}
.top-posts .news-item__img img {
  display: block;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.top-posts .news-item__shares {
  background-color: #008af5;
}
.news-list {
  margin-top: 20px;
}
.related-news {
  border-top: 1px solid #cfcfcf;
  padding-top: 15px;
  margin-top: 25px;
}
.related-news .title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.related-news ul {
  padding-left: 20px;
}
.related-news ul li a {
  color: #151515;
}
.related-news ul li a:hover {
  color: #37be4a;
}
.news-home-block {
  padding-bottom: 70px;
}
.news-home-block .primary-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: capitalize;
}
.news-home__img {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.news-home__title {
  margin-bottom: 35px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.news-home__title a {
  color: #151515;
}
.news-home__title a:hover {
  color: #37be4a;
}
.news-home__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-home__bottom > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  color: #fff;
  text-align: center;
  padding: 13px 10px;
  text-transform: uppercase;
}
.news-home__bottom .news-home__date {
  background-color: #008af5;
}
.news-home__bottom .news-home__readmore {
  background-color: #37be4a;
}
.news-home__bottom .news-home__readmore a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .top-posts {
    margin-bottom: 4rem;
  }
  .top-posts .news-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .top-posts .news-item__img {
    margin-bottom: 0;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .top-posts .news-item__content {
    padding: 20px 20px 35px;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .top-posts .news-item__shares {
    position: absolute;
    left: 55%;
    right: 0;
    bottom: 0;
  }
  .news-item__img {
    height: 219px;
    overflow: hidden;
  }
  .news-item__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 400px;
    width: auto;
  }
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-list .news-item {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-list .news-item .news-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .news-list .news-item .news-item__inner .news-item__shares {
    margin-top: auto;
  }
  .news-home-block {
    padding-bottom: 117px;
  }
  .news-home-block .primary-title {
    margin-bottom: 60px;
  }
  .news-home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-home-list .news-home {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-home-list .news-home .news-home__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .news-home-list .news-home .news-home__inner .news-home__bottom {
    margin-top: auto;
  }
}
.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;
}
.product-home {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  width: 292px;
  margin: 0 5px;
}
.product-home__img {
  text-align: center;
  background-color: #fff;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.product-home__img img {
  max-height: 100%;
}
.product-home__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.product-home__title a {
  background-color: #37be4a;
  display: block;
  padding: 5px;
  color: #fff;
}
.product-home-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.product-home-list .slick-slide {
  height: inherit !important;
}
.product-blocks {
  display: none;
}
.product-blocks .category-block {
  margin-bottom: 30px;
}
.product-blocks .category-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-blocks .category-block ul li {
  margin-bottom: 5px;
  padding: 0 25px;
  border-bottom: 1px solid #000;
}
.product-blocks .category-block ul li a {
  display: block;
  color: #151515;
  font-weight: 500;
  text-transform: uppercase;
}
.product-blocks .category-block ul li a:hover {
  color: #37be4a;
}
.product-blocks .category-block .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-blocks .category-block .show-more {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  text-transform: uppercase;
}
.product-blocks .category-block .show-more:hover {
  background-color: #37be4a;
  color: #fff;
}
.product-item-wrap {
  margin-bottom: 30px;
}
.product-item {
  display: block;
  border: 1px solid #cfcfcf;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product-item__img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-item__title {
  display: block;
  position: relative;
  margin: 0;
  padding: 5px;
  font-size: 1.4rem;
  color: #151515;
}
.specifications dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.specifications dl dt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}
.specifications dl dd {
  margin-left: 0;
}
.single-product .singlge-product-name {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
}
.single-product .product-single-img {
  text-align: center;
}
.single-product .content {
  margin-bottom: 20px;
}
.single-product .gallery .slick-slide img {
  margin: 0 auto;
}
.single-product .slider-thumb.slick-slider .slick-slide {
  margin: 15px;
}
.single-product .slider-thumb.slick-slider .slick-slide > div {
  max-height: 107px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
}
.single-product .slider-thumb.slick-slider .slick-slide > div img {
  max-height: 100%;
}
.single-product .slider-thumb.slick-slider .slick-slide.slick-current > div {
  border-color: #008af5;
}
.single-product .slider-thumb.slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
}
.single-product .slider-thumb.slick-slider .slick-arrow:before {
  width: 10px;
  height: 19px;
}
.other-products {
  margin-top: 30px;
}
.other-products .title {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.see-all {
  text-align: center;
}
.see-all .btn {
  text-transform: uppercase;
  border-radius: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
  .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .product-list .product-item-wrap {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .product-list .product-item-wrap .product-item {
    height: 100%;
  }
  .product-item {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-item__title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-item__img img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-item:hover:after {
    opacity: 0.3;
  }
  .product-item:hover .product-item__title {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product-item:hover .product-item__img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .see-all .btn {
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-home__img {
    height: 280px;
  }
  .product-intro-list .item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .product-list .product-item-wrap {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
  }
  .product-home__img {
    overflow: hidden;
  }
  .product-home__img img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-home__title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .product-home:hover .product-home__img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .product-home:hover .product-home__title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.home-mid {
  background: url(images/bg-our-mission.jpg) top center no-repeat;
  background-size: cover;
}
.product-home-block {
  padding-top: 30px;
}
.news-home-block {
  padding: 30px 0;
}
.news-home-block .primary-title {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .product-home-block {
    padding-top: 60px;
  }
  .news-home-block {
    padding: 60px 0;
  }
}
.home-news-letter {
  position: relative;
  z-index: 2;
}
.home-news-letter .inner {
  position: relative;
  background-color: #cd2122;
  color: #fff;
  padding: 20px;
}
.home-news-letter .inner .image {
  margin-bottom: 20px;
  text-align: center;
}
.home-news-letter .inner .image img {
  border-radius: 50%;
  width: 95px;
  height: 95px;
}
.home-news-letter .inner .text p:last-child {
  margin-bottom: 0;
}
.home-news-letter .inner .text .btn {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .home-news-letter {
    margin-top: -60px;
  }
  .home-news-letter .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
  }
  .home-news-letter .inner:before {
    content: '';
    position: absolute;
    left: 80px;
    top: 100%;
    width: 51px;
    height: 35px;
    background: url(images/arrow-icon.png) left bottom no-repeat;
    background-size: contain;
  }
  .home-news-letter .inner .image {
    margin-bottom: 0;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .home-news-letter .inner .image img {
    width: 190px;
    height: 190px;
  }
  .home-news-letter .inner .text {
    padding-left: 40px;
    font-size: 1.8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 992px) {
  .home-news-letter {
    margin-top: -120px;
  }
  .home-news-letter .inner:before {
    width: 103px;
    height: 71px;
  }
}
.project-item {
  margin-bottom: 30px;
  text-align: center;
}
.project-item__img {
  display: block;
  position: relative;
  overflow: hidden;
}
.project-item__img img {
  display: block;
  width: 100%;
}
.project-item__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  font-size: 1.8rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .project-list .project-item {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-item__img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e2e2e2;
  }
}
@media only screen and (min-width: 992px) {
  .project-list .project-item {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .no-touch .project-item__title {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .no-touch .project-item__img img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .no-touch .project-item:hover .project-item__title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .no-touch .project-item:hover .project-item__img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.list-social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.list-social li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.list-social li a {
  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;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #d5d5d5;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.list-social li a:hover {
  background-color: #37be4a;
  color: #fff;
}
.list-social li a em {
  font-size: 1.6rem;
}
.contact-info {
  margin-top: 25px;
  margin-bottom: 140px;
  text-align: center;
}
.contact-info h3 {
  font-size: 2.1rem;
  text-transform: uppercase;
}
.contact-info h4 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}
.contact-info h4 span {
  display: inline-block;
}
.contact-info h4 span:before {
  content: '';
  width: 30px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-color: #37be4a;
}
.contact-info p {
  margin-bottom: 10px;
}
.contact-info p a {
  font-size: 3.7rem;
  color: #00aeef;
  display: inline-block;
}
.contact-top {
  margin-top: 40px;
}
.contact-map {
  margin: 50px 0;
}
.contact-map iframe {
  border: 0;
  width: 100%;
  height: 25vw;
}
.form-contact {
  margin-bottom: 30px;
  padding: 40px;
  background-color: #f5f7f8;
}
.form-contact legend {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
}
.form-contact .form-control {
  width: 100%;
  border-radius: 0;
}
.form-contact textarea {
  height: 80px;
}
.form-contact .btn {
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
}
.form-contact .form-group label {
  display: block;
  margin-bottom: 10px;
}
.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;
}
@media only screen and (max-width: 767px) {
  .form-contact {
    padding: 20px;
  }
  .contact-info {
    margin-bottom: 70px;
  }
  .contact-info p a {
    font-size: 2.4rem;
  }
  .contact-map {
    margin: 25px 0;
  }
  .contact-map iframe {
    height: 350px;
  }
}
.why-choose {
  padding: 25px 0;
  background: url(images/bg-why-choose.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
}
.why-choose .primary-title {
  background-image: url(images/recycle-w.png);
}
.why-choose-list .why-choose-item {
  margin-bottom: 30px;
}
.why-choose-list .why-choose-item .content {
  padding: 30px;
  border: 1px solid #31554f;
}
.why-choose-list .why-choose-item .content .img {
  margin-bottom: 10px;
  max-width: 50px;
}
.why-choose-list .why-choose-item .content .title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #37be4a;
}
@media only screen and (min-width: 768px) {
  .why-choose {
    padding: 50px 0 80px;
  }
  .why-choose-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .why-choose-list .why-choose-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-choose-list .why-choose-item .content {
    height: 100%;
  }
}
.bottom .social-footer {
  margin: 0 auto;
  padding: 15px;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.mainsite,
.block-mainnav-mobile,
.fxmenu-touch {
  -moz-transition: all 0.3s;
  -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;
  -moz-transition: all 0.5s;
  -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: #37be4a;
  text-decoration: none;
}
.mobile-menu ul .current_page_item a,
.mobile-menu ul .current-menu-item a {
  background: #37be4a;
}
@media (max-width: 767px) {
  .mobile-menu > ul > li > a {
    font-size: 16px;
  }
}
aside {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.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 .widget {
  margin-bottom: 30px;
}
.sidebar .widget-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.sidebar .rpwwt-widget ul li .rpwwt-img,
.sidebar .rpwwt-widget ul li .rpwwt-post-title {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
.sidebar .rpwwt-widget ul li img {
  margin: 0 15px 0 0;
}
.sidebar .rpwwt-widget ul li .rpwwt-post-date {
  overflow: hidden;
}
.sidebar .rpwwt-widget ul li .rpwwt-post-title {
  overflow: hidden;
  color: #151515;
}
.sidebar .rpwwt-widget ul li .rpwwt-post-title:hover {
  color: #37be4a;
}
.sidebar .list-custom-taxonomy-widget {
  position: relative;
}
.sidebar .list-custom-taxonomy-widget ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .list-custom-taxonomy-widget > ul .cat-item-none {
  color: #a70000;
}
.sidebar .list-custom-taxonomy-widget > ul > li {
  position: relative;
  margin-bottom: 5px;
  color: #151515;
  background-color: #dfdfdf;
}
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat > a {
  background-color: #ff7800;
  color: #fff;
}
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat-ancestor > a,
.sidebar .list-custom-taxonomy-widget > ul > li.active > a {
  background-color: #ff7800;
  color: #fff;
}
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat-ancestor .arrow:after,
.sidebar .list-custom-taxonomy-widget > ul > li.active .arrow:after {
  content: "\f106";
  color: #fff;
}
.sidebar .list-custom-taxonomy-widget > ul > li > a {
  display: block;
  color: #151515;
  padding: 8px 20px;
  text-transform: uppercase;
}
.sidebar .list-custom-taxonomy-widget > ul > li > a:hover {
  color: #fff;
  background-color: #ff7800;
}
.sidebar .list-custom-taxonomy-widget > ul > li .arrow {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 10px;
  width: 8px;
  height: 11px;
  cursor: pointer;
}
.sidebar .list-custom-taxonomy-widget > ul > li .arrow:after {
  content: "\f107";
  display: block;
  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.4rem;
}
.sidebar .list-custom-taxonomy-widget > ul > li > ul {
  display: none;
  padding: 7px 0;
  background-color: #fff;
}
.sidebar .list-custom-taxonomy-widget > ul > li > ul li {
  padding: 6px 0 6px 15px;
}
.sidebar .list-custom-taxonomy-widget > ul > li > ul li a {
  font-size: 1.4rem;
  color: #151515;
}
.sidebar .list-custom-taxonomy-widget > ul > li > ul li.current-cat > a {
  color: #ff7800;
}
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat-ancestor .arrow:after,
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat .arrow:after,
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat-parent .arrow:after {
  content: "\f106";
  color: #fff;
}
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat-ancestor ul,
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat ul,
.sidebar .list-custom-taxonomy-widget > ul > li.current-cat-parent ul {
  display: block;
}
@media (min-width: 992px) {
  .product-page .sidebar {
    padding-right: 15px;
  }
}
.footer-pagination {
  padding: 20px 0;
  text-align: center;
}
.footer-pagination .pagi-text {
  display: inline-block;
  vertical-align: middle;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  padding: 7px 14px;
  font-size: 1.2rem;
  border: 1px solid #cfcfcf;
  color: #a9a9a9;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -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: #37be4a;
  border-color: #37be4a;
}
