/*
Theme Name: Ceria theme
Theme URI: Ceria theme
Author: Onlyfirst
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: fym.
Text Domain: fym

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-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-angle-up:before {
  content: "\f106";
}
.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-google:before {
  content: "\f1a0";
}
.fa-heart:before {
  content: "\f004";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.btn {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  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 #000;
  color: #151515;
  border-radius: 2px;
  -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 {
  background-color: #000;
  color: #fff;
}
.btn-border {
  position: relative;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  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: #ed1c24;
  color: #fff;
}
.no-touch .btn-red:hover,
.no-touch .btn-red:focus {
  background-color: red;
  color: #fff;
}
.btn-green {
  border-width: 2px;
  border-color: #ed1c24;
  background-color: transparent;
  color: #ed1c24;
}
.btn-green:hover,
.btn-green:focus {
  color: #ed1c24;
}
.no-touch .btn-green:hover,
.no-touch .btn-green:focus {
  border-color: #fff;
  background-color: transparent;
  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: 1.5rem 3rem;
  font-size: 1.8rem;
}
.btn-primary {
  border-color: #254948;
  background-color: #254948;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #1e5b59;
  background-color: #1e5b59;
  color: #fff;
}
.button-shadow {
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', 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: #f58220;
  background-color: #f58220;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  border-color: #ff7500;
  background-color: #ff7500;
  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 #d3d3d3;
  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 #d3d3d3;
  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: #ed1c24;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #af0e14;
}
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;
}
.alignleft {
  display: block;
}
.bg-primary {
  background-color: #254948;
}
.bg-red {
  background-color: #ed1c24;
}
.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: #f58220;
}
.blue {
  color: #222671;
}
.red {
  color: red;
}
.bg-white {
  background-color: #fff;
}
table {
  border-collapse: collapse;
  border: 1px solid #d3d3d3;
  width: 100%;
}
table caption {
  background-color: #f58220;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
table td,
table th {
  padding: 0.8rem 1rem;
  border: 1px solid #fff;
}
table thead td,
table thead th {
  background-color: #f1f1f1;
  text-align: left;
}
table tbody tr:nth-child(2n +1) td {
  background-color: #fff;
}
.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;
}
.social li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.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;
}
.social li a:hover {
  background-color: #254948;
  color: #fff;
}
.social li a.link-facebook {
  background-color: #2681da;
}
.social li a.link-google {
  background-color: #d1295a;
}
.social li a.link-instagram {
  background-color: #16caa7;
}
.social li a.link-twitter {
  background-color: #0bd6dc;
}
.social li a.link-youtube {
  background-color: #d02a5a;
}
.social li a em {
  font-size: 1.6rem;
}
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: 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;
  }
  .alignleft {
    float: left;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  h3 {
    font-size: 2rem;
  }
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive table {
    min-width: 600px;
  }
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  color: #151515;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
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;
  font-size: 1.8rem;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .site-main {
    padding-bottom: 0;
    font-size: 1.4rem;
  }
}
.primary-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
.primary-title span {
  color: #ed1c24;
}
.primary-title--line {
  padding-bottom: 20px;
  text-align: center;
}
.primary-title--line:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110px;
  margin-left: -55px;
  height: 2px;
  background-color: #ed1c24;
}
.banner-page img {
  width: 100%;
}
.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: 40px;
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.page-title span {
  color: #ed1c24;
}
.second-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.second-title > span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.second-title > span:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 3px;
  background-color: #f58220;
}
.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: #151515;
}
.more .more-link:after {
  content: '→';
  display: inline-block;
  margin-left: 5px;
}
.more .more-link:hover {
  color: #ed1c24;
}
.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: 1199px) {
  .font-large {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .page-title {
    margin-bottom: 25px;
  }
  .second-title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-page h2 {
    font-size: 3rem;
  }
  .primary-title {
    margin-bottom: 15px;
    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: 1310px) {
  .container {
    width: 1280px;
  }
}
@media only screen and (max-width: 991px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.toolbar {
  padding: 15px 0 12px;
  background: url(images/bg-line.jpg) top left repeat-x;
  border-bottom: 1px solid #d3d3d3;
}
.toolbar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.toolbar ul li a {
  color: #151515;
}
.toolbar ul li a:hover {
  color: #ed1c24;
}
.toolbar ul.info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toolbar ul.info li {
  margin-right: 10px;
}
.toolbar ul.info li .fa {
  margin-right: 5px;
  color: #65b953;
}
.toolbar ul.social li {
  color: #151515;
}
.toolbar ul.social li a {
  padding: 0;
  width: auto;
  height: auto;
  background-color: transparent;
}
.logo {
  margin: 0;
}
.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;
}
.header {
  position: relative;
  z-index: 999;
}
.header .header-top {
  padding: 15px 0;
}
.header .header-top .logo {
  position: relative;
  z-index: 2;
}
nav {
  position: relative;
}
nav ul {
  margin: 0;
  padding: 20px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
nav ul > li + li {
  margin-left: 15px;
}
nav ul > li a {
  display: block;
  position: relative;
  z-index: 2;
  border: 2px solid transparent;
  padding: 2px 12px;
  line-height: 1.4;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #2f2f2f;
}
.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 {
  border-color: #ed1c24;
  color: #ed1c24;
}
nav ul > li:hover > a {
  border-color: #ed1c24;
  color: #ed1c24;
}
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: #254948;
  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: #254948;
  color: #fff;
}
nav ul > li > ul li.active > a {
  background-color: #254948;
  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: #254948;
}
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: #254948;
  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) {
  .toolbar ul.info li {
    margin-right: 30px;
  }
  .header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header-top .logo {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header .header-top .logo {
    -ms-flex-preferred-size: 245px;
    flex-basis: 245px;
  }
}
@media only screen and (max-width: 991px) {
  .nav ul > li {
    margin-left: 5px;
  }
  .nav ul > li a {
    padding: 2px 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-top .logo {
    margin: 5px auto;
    padding-left: 40px;
    text-align: center;
  }
  .flexMenuToggle {
    display: block;
  }
  .nav ul {
    display: none;
  }
}
footer {
  padding-top: 75px;
  background: url(images/bg-footer.png) top center no-repeat;
  background-size: cover;
  color: #fff;
}
.page-bottom {
  padding: 70px 0 30px;
}
.page-bottom .box {
  margin-bottom: 30px;
  text-align: center;
}
.page-bottom .box h2 {
  margin: 25px 0;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.2;
}
.page-bottom .box p {
  margin-bottom: 0;
}
.bottom-box {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.bottom-box .widget-title {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.bottom-box .textwidget {
  font-size: 2.4rem;
}
.bottom-box .textwidget p:last-child {
  margin-bottom: 0;
}
.bottom-box .textwidget a {
  color: #fff;
}
.bottom-box .textwidget a:hover {
  color: #ed1c24;
}
.bottom-box-1 {
  text-align: center;
}
.bottom-box-1 img {
  max-width: 250px;
}
.social-footer {
  margin-bottom: 80px;
  text-align: center;
}
.copyright {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
  .bottom-box {
    margin-bottom: 20px;
  }
  .bottom-box .widget-title {
    font-size: 1.4rem;
  }
  .bottom-box .textwidget {
    font-size: 1.8rem;
  }
  .social-footer {
    margin-bottom: 30px;
  }
  .copyright {
    font-size: 1.4rem;
  }
  .page-bottom {
    padding: 30px 0;
  }
  .page-bottom .box h2 {
    font-size: 2rem;
  }
}
.slideshow {
  position: relative;
  font-size: 0;
}
.slideshow .slide .banner img {
  width: 100%;
}
.slideshow .slider .slick-arrow {
  background-color: transparent;
  width: 30px;
  height: 35px;
}
.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;
}
.banner {
  height: 50vw;
  overflow: hidden;
  -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%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .inner {
  display: inline-block;
  font-size: 0;
  line-height: 1;
}
.banner .title {
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.banner .title .bg-red {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
}
.banner .text {
  margin: 0;
  font-size: 1.8rem;
}
.banner .text span {
  display: inline-block;
  background-color: #fff;
  padding: 5px 15px;
}
.banner .see-more {
  text-align: right;
}
.banner .see-more a {
  display: inline-block;
  margin-right: -35px;
  padding: 10px 23px;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(237, 28, 36, 0.8);
}
.banner .see-more a:hover {
  background-color: #ed1c24;
}
@media only screen and (max-width: 991px) {
  .slideshow .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner {
    height: 300px;
  }
  .banner .container .inner {
    padding-left: 0;
  }
  .banner .text span {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner .container {
    left: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner .title {
    margin-left: 0;
    font-size: 2.2rem;
  }
  .banner .title .bg-primary {
    padding: 10px;
  }
  .banner .see-more a {
    margin-right: 0;
    font-size: 1.4rem;
  }
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.breadcrumbs li + li:before {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.breadcrumbs li a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbs li a:hover {
  color: #ed1c24;
}
.about-home-block {
  padding: 30px 0 50px;
  background: url(images/bg-about-home.jpg) bottom left no-repeat;
  background-size: cover;
}
.about-home-block .primary-title {
  margin-bottom: 25px;
}
.about-home-block .content {
  font-size: 1.4rem;
}
.about-home-block .btn-about-more {
  position: relative;
  z-index: 2;
  border: 0;
  padding: 10px 30px;
  border-radius: 24px;
  color: #fff;
  background-color: #f81c50;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.about-home-block .btn-about-more:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  border: 2px solid #fff;
  border-radius: 25px;
}
.site-main--about .page-title {
  margin-bottom: 25px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about-home-block {
    padding: 60px 0 100px;
  }
  .about-home-block .content {
    font-size: 1.8rem;
  }
  .about-home-block .btn-about-more {
    font-size: 2.4rem;
  }
}
.home-product {
  padding-bottom: 40px;
}
.product-category-slider .product-category {
  margin-bottom: 0;
}
.product-category-slider .product-category .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 230px;
}
.product-category-slider .product-category .img img {
  max-height: 230px;
}
.product-category-slider.slick-slider .slick-arrow {
  width: 30px;
  height: 45px;
  background-image: url(images/next-prevp.png);
}
.product-category-slider.slick-slider .slick-arrow:before {
  display: none;
}
.product-category-slider.slick-slider .slick-arrow.slick-prev {
  background-position: left center;
}
.product-category-slider.slick-slider .slick-arrow.slick-next {
  background-position: right center;
}
.product-category {
  margin-bottom: 40px;
  text-align: center;
}
.product-category .img {
  margin-bottom: 15px;
}
.product-category .img img {
  display: block;
  margin: 0 auto;
}
.product-category .product-type-name {
  margin: 0;
  font-size: 2.4rem;
  min-height: 73px;
  font-weight: 500;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.product-category .product-type-name > span,
.product-category .product-type-name a {
  display: inline-block;
  color: #fff;
  padding: 12px 0;
}
.product-category--green .product-type-name {
  background-image: url(images/bg-title-category02.png);
}
.product-category--orange .product-type-name {
  background-image: url(images/bg-title-category03.png);
}
.product-category--red .product-type-name {
  background-image: url(images/bg-title-category01.png);
}
.product-item {
  margin-bottom: 30px;
}
.product-item__inner {
  display: block;
  border: 3px solid transparent;
  text-align: center;
}
.product-item__inner .title {
  margin: 0;
  padding: 10px 0;
  color: #151515;
  font-weight: 500;
  font-size: 1.8rem;
}
.category-desc {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-product_post .site-main {
  padding-bottom: 0;
}
.gallery {
  position: relative;
  height: 470px;
}
.gallery .slider-nav {
  margin-right: 130px;
  border: 1px solid #d3d3d3;
}
.gallery .slider-nav .slick-slide img {
  margin: auto;
  max-height: 470px;
}
.gallery .slider-thumb {
  width: 110px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px 0;
}
.gallery .slider-thumb .slick-slide {
  margin: 10px 0;
  height: 80px;
  overflow: hidden;
}
.gallery .slider-thumb .slick-slide img {
  max-height: 80px;
  margin: auto;
}
.gallery .slider-thumb .slick-slide.slick-current {
  border: 1px solid #65b953;
}
.gallery .slider-thumb.slick-slider .slick-arrow {
  background: none;
  width: auto;
  height: auto;
  color: #151515;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery .slider-thumb.slick-slider .slick-arrow: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: 3rem;
  line-height: 1;
  background: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.gallery .slider-thumb.slick-slider .slick-arrow.slick-prev {
  top: 0;
}
.gallery .slider-thumb.slick-slider .slick-arrow.slick-prev:before {
  content: "\f106";
}
.gallery .slider-thumb.slick-slider .slick-arrow.slick-next {
  bottom: 0;
}
.gallery .slider-thumb.slick-slider .slick-arrow.slick-next:before {
  content: "\f107";
}
.product-single-img {
  text-align: center;
}
.single-product-name {
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: 500;
}
.product-detail-right {
  margin-top: 40px;
  margin-bottom: 20px;
}
.product-detail-right p {
  margin-bottom: 10px;
}
.specifications dt {
  color: #ed1c24;
  margin-bottom: 10px;
}
.specifications dd {
  margin-left: 0;
}
.specifications dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.specifications dd ul li {
  margin-bottom: 10px;
}
.product-video {
  margin-bottom: 30px;
}
.related-products-block {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #d3d3d3;
}
.related-products-block > h2 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .home-product {
    padding: 40px 0 60px;
  }
  .product-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-category-list .product-category {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-category-list .product-category .product-type-name {
    margin-top: auto;
  }
  .product-category-list .product-category .img {
    position: relative;
    height: 230px;
  }
  .product-category-list .product-category .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .product-item__inner {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    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;
  }
  .product-item__inner:hover {
    border-color: #ed1c24;
  }
  .product-item__inner:hover .title {
    background-color: #ed1c24;
    color: #fff;
  }
  .product-item__inner .title {
    margin-top: auto;
    padding: 10px 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-list .product-item {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .product-category-list .product-category {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .product-list .product-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    height: 350px;
  }
  .gallery .slider-nav {
    margin-right: 100px;
  }
  .gallery .slider-nav .slick-slide img {
    max-height: 350px;
  }
  .gallery .slider-thumb {
    width: 80px;
  }
}
.news-col {
  margin-bottom: 30px;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.news-item__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  background-color: #ddd;
}
.news-item__img img {
  margin: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-item__img:hover img {
  opacity: 0.7;
}
.news-item__content {
  position: relative;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  padding: 15px;
}
.news-item__date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 20px;
  font-size: 1.4rem;
  color: #151515;
  font-weight: 600;
  border-top: 2px solid #ed1c24;
  background-color: #c8e625;
  text-transform: uppercase;
}
.news-item__date .date {
  margin-right: 5px;
}
.news-item__title {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.news-item__title:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 2px;
  height: 15px;
  width: 3px;
  background-color: #c8e625;
}
.news-item__title a {
  color: #151515;
}
.news-item__title a:hover {
  color: #ed1c24;
}
.news-item__desc {
  padding-bottom: 30px;
  color: #777777;
}
.news-item__link {
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.news-item__link a {
  text-transform: uppercase;
  color: #ed1c24;
}
.news-item__link a:hover {
  color: #151515;
}
.news-detail {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
.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;
}
.related-news {
  border-top: 1px solid #d3d3d3;
  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: #ed1c24;
}
.single-post .site-main {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .news-col {
    margin-bottom: 50px;
  }
  .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-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-list .news-col .news-item {
    height: 100%;
  }
}
.project-list .project-item {
  margin-bottom: 30px;
  text-align: center;
}
.project-list .project-item .img {
  margin-bottom: 15px;
  display: block;
}
.project-list .project-item .img img {
  display: block;
}
.project-list .project-item .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
}
.project-list .project-item .title a {
  color: #151515;
}
.project-list .project-item .title a:hover {
  color: #ed1c24;
}
.ajaxt-content-project .site-main {
  padding: 0;
}
.ajaxt-content-project .site-main .container {
  width: auto !important;
  margin: 0;
  padding: 0;
}
.ajaxt-content-project .site-main .page-title {
  display: none;
}
.ajaxt-content-project .site-main .news-detail {
  max-width: 920px;
}
.ajaxt-content-project .site-main .news-detail .meta .share {
  display: none;
}
.home-projects {
  padding: 30px 0 10px;
  background: url(images/bg-project-home.jpg) left top repeat-x;
}
.project-home {
  margin-bottom: 30px;
}
.project-home__inner .img {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.project-home__inner .img img {
  width: 100%;
}
.project-home__inner .img .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  border-bottom: 10px solid #bad826;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=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: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-list .project-item__inner {
    height: 100%;
  }
  .project-home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .project-home-list .project-home {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-home-list .project-home__inner {
    height: 100%;
  }
  .home-projects {
    padding: 70px 0 40px;
  }
  .project-home__inner .desc {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .project-list .project-item {
    width: 25%;
  }
  .project-home-list .project-home {
    width: 25%;
  }
}
.thankyou-home-block {
  background: url(images/bg-thankyou.jpg) top center no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .thankyou-home-block {
    font-size: 3rem;
  }
}
.testimonials-home-block {
  padding: 30px 0;
  background: url(images/bg-testimonals.jpg) right bottom no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.testimonials-home-block .primary-title {
  color: #f58220;
  padding-bottom: 10px;
}
.testimonials-home-block .primary-title span {
  color: #bad826;
}
.testimonials-home-block .primary-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 2px;
  background-color: #f58220;
}
.testimonials-slider {
  padding: 0 30px;
}
.mid-social {
  margin-top: 30px;
}
.mid-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mid-social > h3 {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 2.4rem;
  text-transform: uppercase;
  background: url(images/bg-line3.png) left bottom no-repeat;
}
@media only screen and (min-width: 992px) {
  .testimonials-home-block {
    padding: 60px 0;
  }
  .testimonials-home-block .testimonials-left {
    background: url(images/bg-line2.png) right top repeat-y;
  }
  .mid-social {
    margin-top: 0;
    padding-left: 70px;
  }
  .testimonials-slider .item {
    font-size: 1.8rem;
  }
}
.site-main--contact {
  padding-bottom: 0;
}
.contact-info {
  margin-bottom: 30px;
}
.contact-info h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
}
.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: #151515;
}
.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-top {
  margin-top: 40px;
}
.contact-map {
  margin-bottom: 50px;
}
.contact-map iframe {
  border: 0;
  width: 100%;
  height: 25vw;
}
.form-contact {
  position: relative;
  z-index: 2;
  padding: 50px 0 8.4vw;
  background-color: #e9e9e9;
}
.form-contact .inner {
  background-color: #cdea35;
  padding: 20px;
  max-width: 916px;
  margin-left: auto;
}
.form-contact legend {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
}
.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-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: #222671;
}
.contact-infos {
  margin-bottom: 20px;
}
.contact-infos .icon {
  height: 80px;
  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;
}
.contact-infos .icon img {
  max-height: 100%;
}
.contact-infos h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-infos p {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.contact-infos-list .item {
  margin-bottom: 25px;
}
.contact-infos-list .item .inner {
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-infos {
    margin-bottom: 50px;
  }
  .contact-infos h2 {
    font-size: 3rem;
  }
  .contact-infos p {
    font-size: 2.4rem;
  }
  .contact-infos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-infos-list .item {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .form-contact:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: url(images/bg-contact-form.png) left bottom no-repeat;
    background-size: contain;
    width: 38vw;
    height: 30vw;
  }
}
@media only screen and (max-width: 767px) {
  .contact-map iframe {
    height: 350px;
  }
}
.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: #254948;
  text-decoration: none;
}
.mobile-menu ul .current_page_item a,
.mobile-menu ul .current-menu-item a {
  background: #254948;
}
@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: 10px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.list-custom-taxonomy-widget {
  background-color: #d3ed3f;
  border-radius: 10px;
}
.list-custom-taxonomy-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-custom-taxonomy-widget ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.list-custom-taxonomy-widget ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.list-custom-taxonomy-widget ul li:hover,
.list-custom-taxonomy-widget ul li.current-cat {
  background-color: #fffc09;
  color: #151515;
}
.list-custom-taxonomy-widget ul li:hover > a,
.list-custom-taxonomy-widget ul li.current-cat > a {
  color: #151515;
}
.list-custom-taxonomy-widget ul li.active .arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-custom-taxonomy-widget ul li a {
  display: block;
  color: #151515;
  padding: 5px 10px;
}
.list-custom-taxonomy-widget ul li a:hover {
  color: #151515;
}
.list-custom-taxonomy-widget ul li .arrow {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.list-custom-taxonomy-widget ul li .arrow:after {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 3rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list-custom-taxonomy-widget ul li ul {
  display: none;
  padding: 10px 0;
}
.list-custom-taxonomy-widget ul li ul li {
  padding-left: 45px;
}
.list-custom-taxonomy-widget ul li ul li a {
  font-size: 1.4rem;
}
.list-custom-taxonomy-widget ul li.current-cat-parent > ul {
  display: block;
}
.list-custom-taxonomy-widget > ul > li {
  position: relative;
}
.list-custom-taxonomy-widget > ul > li > a {
  padding-right: 25px;
}
.list-custom-taxonomy-widget > ul > li:first-child {
  border-top: 0;
}
.footer-pagination {
  text-align: center;
}
.footer-pagination .pagi-text {
  display: inline-block;
  vertical-align: middle;
}
.pagination {
  display: inline-block;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  padding: 7px 14px;
  font-size: 1.2rem;
  border: 1px solid #d3d3d3;
  color: #9e9e9e;
  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: #ed1c24;
  border-color: #ed1c24;
}

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