/*
Theme Name: TNTY theme
Theme URI: TNTY 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-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-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-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: 9px 22px;
  margin-bottom: 0;
  font-family: 'Roboto', 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 #fff;
  color: #151515;
  border-radius: 2px;
  -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 #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: #a70000;
  color: #fff;
}
.no-touch .btn-red:hover,
.no-touch .btn-red:focus {
  background-color: red;
  color: #fff;
}
.btn-info {
  background-color: #008c99;
  border-color: #008c99;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #00e9ff;
  color: #fff;
}
.btn-green {
  border-width: 2px;
  border-color: #ff0000;
  background-color: transparent;
  color: #ff0000;
}
.btn-green:hover,
.btn-green:focus {
  color: #ff0000;
}
.no-touch .btn-green:hover,
.no-touch .btn-green:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-pink {
  background-color: #ff0f53;
  border-color: #ff0f53;
  color: #fff;
}
.btn-pink:hover,
.btn-pink:focus {
  background-color: #e30342;
  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: #ff0f53;
  background-color: #ff0f53;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #ff0048;
  background-color: #ff0048;
  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 #dbdbdb;
  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 #dbdbdb;
  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: #ff0000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #b30000;
}
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: #ff0f53;
}
.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: #fae500;
}
.blue {
  color: #222671;
}
.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: #ff0f53;
  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: -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.circle {
  border-radius: 50%;
}
.social li a:hover {
  background-color: #ff0f53;
  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.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.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;
}
@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;
  }
}
.primary-title {
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 2.4rem;
}
.primary-title > span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.primary-title > span:after,
.primary-title > span:before {
  content: '';
  position: absolute;
}
.primary-title > span:after {
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #ff0f53;
}
.primary-title > span:before {
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #000;
}
.banner-page {
  padding: 10px 0;
  border-bottom: 3px solid #dbdbdb;
  background-color: #f1f1f1;
  text-align: center;
}
.banner-page h2 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 3.6rem;
  text-transform: uppercase;
}
.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: 20px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.second-title {
  margin-bottom: 50px;
  padding-bottom: 25px;
  font-size: 3.6rem;
  text-transform: uppercase;
  text-align: center;
  background: url(images/dot-icon.png) center bottom no-repeat;
}
.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: #ff0000;
}
.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: 100px;
  }
  .second-title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-page {
    padding: 30px 0;
  }
  .banner-page h2 {
    font-size: 2.4rem;
  }
  .page-title {
    margin-bottom: 50px;
  }
  .primary-title {
    font-size: 2.4rem;
  }
  .font-large {
    font-size: 3rem;
  }
  .second-title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
@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;
  }
}
.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;
}
.toolbar {
  position: relative;
  z-index: 2;
}
.toolbar .inner {
  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;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}
.toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toolbar ul.info li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.toolbar ul.info li em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.8rem;
}
.toolbar ul.info li.phone em {
  font-size: 2.4rem;
}
.toolbar ul.info li a {
  color: #151515;
}
.toolbar ul.info li a:hover {
  color: #ff0000;
}
.toolbar ul.languages li {
  display: inline-block;
  vertical-align: top;
}
.toolbar ul.languages li.current-lang a {
  color: #ff0000;
}
.toolbar ul.languages li a {
  color: #151515;
  font-size: 1.2rem;
}
.toolbar ul.languages li a:hover {
  color: #ff0000;
}
.toolbar ul.languages li + li:before {
  content: '|';
  margin: 0 7px;
}
.home .toolbar {
  color: #fff;
}
.home .toolbar ul.info li a {
  color: #fff;
}
.home .toolbar ul.languages {
  color: #fff;
}
.home .toolbar ul.languages li:not(.current-lang) a {
  color: #fff;
}
.header {
  position: relative;
  z-index: 999;
}
.header .header-top {
  clear: both;
  padding: 15px 0;
}
.header .header-top:before,
.header .header-top:after {
  display: table;
  content: "";
}
.header .header-top:after {
  clear: both;
}
.header .header-top:before,
.header .header-top:after {
  display: table;
  content: "";
}
.header .header-top:after {
  clear: both;
}
.header .header-top .logo {
  float: left;
  width: 115px;
}
.header .header-top .header-right {
  padding-left: 190px;
  position: relative;
  padding-right: 50px;
}
.header .header-top .header-right .get-qoute {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -17px;
}
.home .header {
  position: absolute;
  left: 0;
  top: 45px;
  right: 0;
}
nav {
  position: relative;
  margin-top: 20px;
}
nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  padding: 0 5px;
}
nav ul > li a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 5px 15px;
  border-radius: 2px;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #151515;
}
.no-touch nav ul > li a {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul > li.current_page_item a,
nav ul > li.current-menu-item a,
nav ul > li.active a {
  color: #fff;
  background-color: #ff0f53;
}
nav ul > li:hover > a {
  color: #fff;
  background-color: #ff0f53;
}
nav ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
nav ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  background-color: #f1f1f1;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav ul > li > ul: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: #ff0f53;
  color: #fff;
}
nav ul > li > ul li.active > a {
  background-color: #ff0f53;
  color: #fff;
}
nav ul > li > ul li > ul {
  left: 100%;
  top: 0;
  width: 242px;
  padding-left: 20px;
  background-color: transparent;
}
nav ul > li > ul li > ul:before {
  top: 10px;
  left: 10px;
  width: 0;
  border-width: 7px 10px 7px 0;
  border-color: transparent #ffc908 transparent transparent;
}
nav ul > li > ul li > ul li a {
  background-color: #f1f1f1;
}
nav .search {
  position: absolute;
  right: 0;
  top: 10px;
}
nav .search .search-input {
  border: 0;
  padding: 7px 20px 7px 0;
  border-bottom: 1px solid #000;
  background: none;
}
.home nav ul > li a {
  color: #fff;
}
.flexMenuToggle {
  display: none ;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 9999;
  background: none;
  background: #ff0f53;
  border-radius: 2px;
  border: 0;
  padding: 2px 4px;
  cursor: pointer;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 32px;
  display: block;
}
.flexMenuToggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.flexMenuToggle .icon-bar:first-child,
.flexMenuToggle .icon-bar:nth-child(3) {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle:focus,
.flexMenuToggle:active {
  outline: none;
}
.flexMenuToggle.active .icon-bar:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 8px);
      -ms-transform: rotate(45deg) translate(6px, 8px);
          transform: rotate(45deg) translate(6px, 8px);
}
.flexMenuToggle.active .icon-bar:nth-child(2) {
  visibility: hidden;
}
.flexMenuToggle.active .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -9px);
      -ms-transform: rotate(-45deg) translate(7px, -9px);
          transform: rotate(-45deg) translate(7px, -9px);
}
@media only screen and (max-width: 1199px) {
  .header .header-top .header-right {
    padding-left: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-top {
    position: relative;
  }
  .header .header-top .logo {
    float: none;
    margin: 0 auto;
  }
  .header .header-top .header-right {
    padding-left: 0;
  }
  .site-hotline {
    position: absolute;
    right: 0;
    top: 0;
  }
  .site-hotline .hotline:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .site-hotline .hotline:before {
    display: none;
  }
  .nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav ul > li a {
    padding: 5px 8px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-top {
    padding-left: 40px;
  }
  nav {
    margin-bottom: 0;
  }
  .flexMenuToggle {
    display: block;
  }
  .nav ul {
    display: none;
  }
}
#toTop {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  background: url(images/top-icon.png) center no-repeat #de0341;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#toTop:hover {
  margin-top: -5px;
  background-color: #f72a64;
}
#toTop:focus {
  outline: none;
}
footer {
  position: relative;
  background: #0c2648;
  padding: 15px 0;
  border-top: 1px solid #456184;
  color: #6b86a8;
}
footer .copyright {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .copyright {
    margin-bottom: 0;
    text-align: left;
  }
  footer .social {
    text-align: right;
  }
}
.slideshow {
  position: relative;
  z-index: 1;
  margin-top: -45px;
}
.slideshow .slide .banner img {
  width: 100%;
}
.slideshow .slider .slick-slide {
  overflow: hidden;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.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;
}
.banner .bg-text {
  color: #fff;
}
.banner .bg-text:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  opacity: 0.7;
}
.banner .title {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  line-height: 1;
}
.banner .title .bg-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 3px 70px;
  font-size: 3.6rem;
}
.banner .title .bg-title:before {
  left: -999px;
  right: 0;
  width: auto;
  background-color: #000;
}
.banner .title a {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  padding: 10px 70px;
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
}
.banner .title a:before {
  background-color: #a70000;
}
.banner .text {
  position: relative;
  margin: 0;
  padding: 15px 0;
  font-size: 1.8rem;
}
.banner .text:before {
  left: -999px;
  right: 0;
  width: auto;
  background-color: #000;
}
@media only screen and (max-width: 991px) {
  .slideshow .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner {
    height: 500px;
  }
  .banner .container .inner {
    padding-top: 70px;
  }
  .banner .title a {
    font-size: 1.3rem;
  }
  .banner .title .bg-title {
    font-size: 2.6rem;
  }
  .banner .text {
    font-size: 1.6rem;
  }
  .banner .text span {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    height: 400px;
  }
  .banner .container {
    left: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner .title {
    font-size: 2.2rem;
  }
  .banner .title .bg-primary {
    padding: 10px;
  }
  .banner .see-more a {
    font-size: 1.4rem;
  }
}
.breadcrumbs-section {
  border-bottom: 1px solid #dbdbdb;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  color: #1b1b1b;
  font-size: 1.2rem;
}
.breadcrumbs li + li:before {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  color: #1b1b1b;
}
.breadcrumbs li a {
  color: #1b1b1b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbs li a:hover {
  color: #ff0000;
}
.breadcrumbs li span {
  color: red;
}
.page-thumbnail {
  margin-bottom: 20px;
  text-align: center;
}
.site-main-about {
  padding-top: 50px;
}
.about-images {
  text-align: center;
}
.about-images img {
  margin-bottom: 3rem;
}
.about-informations {
  padding: 50px 0;
}
.about-informations .item {
  margin-bottom: 30px;
  text-align: center;
}
.about-informations .item .title {
  font-size: 1.8rem;
  color: #a70000;
  text-transform: uppercase;
}
.about-informations .item .image {
  margin-bottom: 15px;
  text-align: center;
}
.title-line {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  margin-top: 30px;
}
.device-top-list {
  margin-top: 40px;
}
.device-top-list .item {
  margin-bottom: 30px;
}
.device-top-list .item .image {
  margin-bottom: 25px;
  text-align: center;
}
.device-top-list .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.device-top-list .item .content .dicon {
  width: 60px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.device-top-list .item .content .title {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.device-bottom-list .item {
  margin-bottom: 30px;
}
.device-bottom-list .item .image {
  margin: 0 auto 25px;
  width: 144px;
  height: 144px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  background: #0095d7;
  background: -webkit-gradient(linear, left top, right top, from(#0095d7), to(#fbca10));
  background: -o-linear-gradient(left, #0095d7 0%, #fbca10 100%);
  background: linear-gradient(to right, #0095d7 0%, #fbca10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095d7', endColorstr='#fbca10', GradientType=1);
}
.device-bottom-list .item .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.device-bottom-list .item .content {
  text-align: center;
}
.device-bottom-list .item .content .title {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.about-home-block {
  position: relative;
  z-index: 2;
  color: #fff;
}
.about-home-block .about-home-left,
.about-home-block .about-home-right {
  position: relative;
}
.about-home-block .about-home-left:after,
.about-home-block .about-home-right:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-home-block .about-home-left {
  padding: 30px 15px 30px 212px;
  background: url(images/bg-about-home-left.jpg) top left no-repeat;
  background-size: cover;
}
.about-home-block .about-home-left:after {
  left: 10px;
  width: 184px;
  height: 86px;
  background: url(images/worldwide.png) right center no-repeat;
  background-size: contain;
}
.about-home-block .about-home-right {
  padding: 30px 15px 30px 212px;
  background: url(images/bg-about-home-right.jpg) top right no-repeat;
  background-size: cover;
}
.about-home-block .about-home-right:after {
  left: 65px;
  width: 82px;
  height: 103px;
  background: url(images/pencil-case.png) left center no-repeat;
  background-size: contain;
}
.col-hr-right {
  z-index: 2;
}
.col-hr-left {
  z-index: 1;
}
.hr-list .item-col {
  margin-bottom: 35px;
}
.hr-list .item {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hr-list .item .image {
  border: 4px solid #e8e8e8;
}
.hr-list .item .image img {
  display: block;
  margin: 0 auto;
}
.hr-list .item .name {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.hr-list .item .position {
  margin-bottom: 5px;
}
.hr-list .item .hover {
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #ff0f53;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hr-list .item .hover .name,
.hr-list .item .hover .position {
  display: none;
}
@media only screen and (max-width: 450px) {
  .about-home-block .about-home-left {
    padding: 15px 15px 15px 150px;
  }
  .about-home-block .about-home-left:after {
    width: 107px;
    height: 50px;
  }
  .about-home-block .about-home-right {
    padding: 15px 15px 15px 150px;
  }
  .about-home-block .about-home-right:after {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .informations .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #dbdbdb;
  }
  .informations .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .informations .item .content,
  .informations .item .image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 15px;
  }
  .informations .item .image {
    margin-bottom: 0;
  }
  .informations .item .content {
    text-align: left;
  }
  .img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .img-list .img {
    padding: 0 15px;
  }
  .device-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .device-top-list .item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: 33.33%;
    padding: 0 15px;
  }
  .device-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .device-bottom-list .item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    padding: 0 15px;
  }
  .device-bottom-list .item .content {
    text-align: left;
  }
  .about-home-block .bg-wave {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    width: 153px;
    height: 36px;
    margin-left: -76.5px;
    background: url(images/bg-wave.png) center bottom no-repeat;
    text-align: center;
    color: #cdcdcd;
    cursor: pointer;
  }
  .about-home-block .bg-wave i {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .about-home-block:after,
  .about-home-block:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    top: 0;
    height: 100%;
  }
  .about-home-block:before {
    background: url(images/bg-about-home-left.jpg) top left no-repeat;
    background-size: cover;
    left: 0;
  }
  .about-home-block:after {
    background: url(images/bg-about-home-right.jpg) top right no-repeat;
    background-size: cover;
    right: 0;
  }
  .about-home-block .about-home-left,
  .about-home-block .about-home-right {
    background: none;
  }
  .about-home-block .about-home-left {
    text-align: right;
    padding: 140px 222px 140px 0;
  }
  .about-home-block .about-home-left:after {
    right: 30px;
    left: auto;
  }
  .about-home-block .about-home-right {
    padding: 140px 0 140px 212px;
  }
  .hr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .hr-list .item-col {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 15px;
  }
  .hr-list .item .hover {
    position: absolute;
    opacity: 0;
  }
  .hr-list .item .hover .name,
  .hr-list .item .hover .position {
    display: block;
  }
  .hr-list .item:hover {
    background-color: #ff0f53;
    color: #fff;
    z-index: 3;
  }
  .hr-list .item:hover .name-top,
  .hr-list .item:hover .position-top {
    display: none;
  }
  .hr-list .item:hover .hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .hr-list .item-col {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.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 {
  line-height: normal;
}
.news-item {
  margin-bottom: 20px;
}
.news-item__img {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.news-item__img img {
  display: block;
  margin: auto;
  width: 100%;
}
.news-item__top {
  margin-bottom: 10px;
  overflow: hidden;
}
.news-item__date {
  display: block;
  float: left;
  margin-right: 15px;
  width: 45px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #1b1c19;
}
.news-item__date span {
  display: block;
  text-transform: uppercase;
  line-height: 1;
}
.news-item__date span.day {
  padding: 7px 0 5px;
}
.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: #ff0000;
}
.news-item__desc {
  margin-bottom: 20px;
}
.news-item__shares {
  padding: 5px 15px;
  background-color: #3db34a;
  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;
}
.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;
}
.news-list {
  margin-top: 20px;
}
.news-list .news-item:nth-child(n) .news-item__date {
  background-color: #ff0f53;
}
.news-list .news-item:nth-child(n) .news-item__shares {
  background-color: #ff0f53;
}
.news-list .news-item:nth-child(2n) .news-item__date {
  background-color: #1055a5;
}
.news-list .news-item:nth-child(2n) .news-item__shares {
  background-color: #1055a5;
}
.news-list .news-item:nth-child(3n) .news-item__date {
  background-color: #3db34a;
}
.news-list .news-item:nth-child(3n) .news-item__shares {
  background-color: #3db34a;
}
.home-news-block {
  padding: 30px 0 25px;
}
.home-news {
  margin-bottom: 20px;
}
.home-news__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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.home-news__img img {
  display: block;
  max-height: 100%;
  width: auto;
}
.home-news__date {
  margin-bottom: 10px;
}
.home-news__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.home-news__title a {
  color: #151515;
}
.home-news__title a:hover {
  color: #ff0000;
}
.home-news .read-more {
  position: absolute;
  left: -10px;
  bottom: 10px;
}
@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;
  }
  .home-news-block {
    padding: 70px 0 50px;
  }
  .home-news__img {
    height: 230px;
  }
}
.service-list .service-item {
  padding-bottom: 2rem;
  background-color: #3cb44a;
  color: #fff;
}
.service-list .service-item.bg_blue {
  background-color: #0078d1;
}
.service-list .service-item.bg_blue .service-item__link {
  background-color: #094673;
}
.service-list .service-item.bg_orange {
  background-color: #e7893d;
}
.service-list .service-item.bg_orange .service-item__link {
  background-color: #b15810;
}
.service-list .service-item.bg_pink {
  background-color: #e73d81;
}
.service-list .service-item.bg_pink .service-item__link {
  background-color: #a40e4a;
}
.service-list .service-item.bg_turquoise {
  background-color: #e73d81;
}
.service-list .service-item.bg_turquoise .service-item__link {
  background-color: #07613c;
}
.service-list .service-item.bg_brown {
  background-color: #7c3e0c;
}
.service-list .service-item.bg_brown .service-item__link {
  background-color: #3f1e03;
}
.service-list .service-item.bg_blue2 {
  background-color: #4d50c0;
}
.service-list .service-item.bg_blue2 .service-item__link {
  background-color: #222596;
}
.service-list .service-item.bg_violet {
  background-color: #ab29d6;
}
.service-list .service-item.bg_violet .service-item__link {
  background-color: #7b169d;
}
.service-list .service-item__img {
  margin-bottom: 2rem;
  text-align: center;
  overflow: hidden;
}
.service-list .service-item__img img {
  display: block;
  width: 100%;
}
.service-list .service-item__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.service-list .service-item__title a {
  color: #fff;
}
.service-list .service-item__link {
  margin: 15px 0;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 20px;
  color: #fff;
  background-color: #079117;
  letter-spacing: 2px;
}
.home-service-block {
  padding: 30px 0 20px;
}
.service-home-list.slick-slider .slick-arrow {
  background: none;
  outline: none;
  width: 34px;
  height: 40px;
  color: #d5d5d5;
}
.service-home-list.slick-slider .slick-arrow:before {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: 1;
  width: 34px;
  height: 40px;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.21);
}
.service-home-list.slick-slider .slick-arrow:hover {
  opacity: 1;
}
.service-home-list.slick-slider .slick-arrow:not(.slick-disabled):hover {
  color: #ff0000;
}
.service-home-list.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.8;
  pointer-events: none;
  color: #ddd;
}
.service-home-list.slick-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
.service-home-list.slick-slider .slick-arrow.slick-next:before {
  content: "\f061";
}
.service-home-item {
  margin-bottom: 20px;
}
.service-home-item__inner {
  padding: 15px;
  height: 100%;
  text-align: center;
}
.service-home-item__inner p:last-child {
  margin-bottom: 0;
}
.service-home-item__img {
  height: 140px;
  margin-bottom: 15px;
}
.service-home-item__img img {
  margin: auto;
  display: block;
  max-height: 100%;
}
.service-home-item__title {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 2.4rem;
}
.service-home-item__title a {
  color: #151515;
}
.service-home-item__title a:hover {
  color: #ff0000;
}
@media only screen and (min-width: 768px) {
  .service-list .service-item {
    padding-bottom: 0;
  }
  .service-list .service-item__img {
    margin-bottom: 0;
  }
  .service-list .service-item__img img {
    width: auto;
  }
  .service-item {
    position: relative;
    min-height: 250px;
  }
  .service-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
  }
  .service-item__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .service-item .service-item__inner {
    float: right;
    width: 50%;
    padding: 30px 0 30px 30px;
  }
  .service-item:nth-child(2n) .service-item__img {
    left: 50%;
  }
  .service-item:nth-child(2n) .service-item__inner {
    float: left;
    padding: 30px 30px 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .service-item {
    min-height: 360px;
  }
}
@media (min-width: 1480px) {
  .service-home-list.service-home-list.slick-slider .slick-arrow.slick-prev {
    left: -100px;
  }
  .service-home-list.service-home-list.slick-slider .slick-arrow.slick-next {
    right: -100px;
  }
}
@media (max-width: 1479px) {
  .service-home-list {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.term-description {
  margin-bottom: 50px;
}
.single-product-banner {
  position: relative;
  overflow: hidden;
  padding: 40px 15px;
  background: url('images/product-detail-banner.jpg') top center no-repeat;
  background-size: cover;
}
.single-product-banner .product-category {
  margin: 0;
  font-size: 3rem;
  color: #fff;
}
.single-product-banner .img {
  display: none;
}
.product-item__colunm {
  margin-bottom: 30px;
  overflow: hidden;
}
.product-name {
  font-size: 3rem;
}
.product-item__img {
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
.product-item__img img {
  display: block;
  margin: auto;
}
.product-item__title {
  margin: 0 0 5px;
  font-size: 1.4rem;
}
.product-item__title a {
  display: block;
  color: #151515;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-item__title a:hover {
  color: #ff0000;
}
.product-item p {
  margin-bottom: 0;
}
.single-product .feature-box {
  padding: 20px;
  border: 1px solid #dbdbdb;
}
.single-product .feature h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.single-product .feature .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product .feature-top p {
  margin-bottom: 5px;
}
.single-product .buttons-box {
  margin-top: 30px;
}
.single-product .buttons-box .btn {
  font-size: 1.8rem;
  font-weight: bold;
  width: 195px;
}
.single-product .gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product .gallery .product-img {
  text-align: center;
}
.single-product .gallery .product-img img {
  margin: 0 auto;
}
.single-product .slider-thumb .slick-arrow {
  width: 24px;
  height: 24px;
}
.single-product .slider-thumb .slick-arrow:before {
  width: 12px;
  height: 16px;
  background-size: contain;
}
.single-product .slider-thumb .slick-current img {
  border: 1px solid #008c99;
}
.product-single-img {
  text-align: center;
}
.other-products {
  margin-top: 30px;
}
.other-products .title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
}
.product-item-other {
  text-align: center;
}
.product-item-other__img {
  display: block;
  overflow: hidden;
}
.product-item-other__img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product-item-other__img:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.product-item-other__title {
  background-color: #e8e8e8;
  font-size: 1.8rem;
  font-weight: normal;
}
.product-item-other__title a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  color: #151515;
}
@media only screen and (min-width: 768px) {
  .single-product-banner {
    padding: 40px 15px 40px 240px;
  }
  .single-product-banner .img {
    display: block;
    position: absolute;
    left: 40px;
    top: 50%;
    width: 150px;
    height: 150px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-list .product-item__colunm {
    margin-bottom: 50px;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-list .product-item__colunm .product-item {
    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%;
  }
  .product-item__img {
    position: relative;
    height: 170px;
  }
  .product-item__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: auto;
  }
  .product-item__img:hover img {
    opacity: 0.8;
  }
  .single-product .feature .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-product .feature .list li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .single-product .feature .list li:nth-child(2n) {
    padding-left: 20px;
  }
  .other-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .other-product-list .product-item-other {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .other-product-list .product-item-other {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.home-contact-block .inner {
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
}
.home-contact-block .inner .title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #a70000;
}
.home-contact-block .inner .btn-know-more {
  margin-top: 10px;
}
.statisticals-block {
  padding-bottom: 30px;
}
.statisticals-block .statistical-list .statistical-item {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
}
.statisticals-block .statistical-list .statistical-item:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.statisticals-block .statistical-list .statistical-item .img {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.statisticals-block .statistical-list .statistical-item .number {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
.statisticals-block .statistical-list .statistical-item .title {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .home-contact-block .inner {
    padding: 50px 150px 50px 0;
  }
  .home-contact-block .inner .title {
    font-size: 2.4rem;
  }
  .home-contact-block .inner .btn-know-more {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
  }
  .statisticals-block {
    padding-bottom: 70px;
  }
  .statisticals-block .statistical-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .statisticals-block .statistical-list .statistical-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .statisticals-block .statistical-list .statistical-item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .statisticals-block .statistical-list .statistical-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .statisticals-block .statistical-list .statistical-item .img {
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
  }
  .statisticals-block .statistical-list .statistical-item .number {
    padding-top: 30px;
  }
}
.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;
  }
}
.reviews-home-block {
  padding: 30px 0 5px;
  background: url(images/bg-reviews.jpg) top center no-repeat;
  background-size: cover;
}
.reviews-home-block .second-title {
  color: #fff;
}
.reviews-home-block .our-partners .review-item {
  margin-bottom: 25px;
  color: #fff;
}
.reviews-home-block .our-partners .review-item .content {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 5px;
  font-size: 1.8rem;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.2);
}
.reviews-home-block .our-partners .review-item .review-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-home-block .our-partners .review-item .review-bottom .avatar {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews-home-block .our-partners .review-item .review-bottom .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.reviews-home-block .our-partners .review-item .review-bottom .info {
  padding-left: 20px;
}
.reviews-home-block .our-partners .review-item .review-bottom .info p {
  margin-bottom: 0;
}
.reviews-home-block .clients {
  border-top: 1px solid #7a7a7a;
  padding-top: 20px;
  margin-top: 30px;
}
.reviews-home-block .clients dt {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.reviews-home-block .clients dd {
  background-color: #fff;
  margin-left: 0;
  clear: both;
}
.reviews-home-block .clients dd:before,
.reviews-home-block .clients dd:after {
  display: table;
  content: "";
}
.reviews-home-block .clients dd:after {
  clear: both;
}
.reviews-home-block .clients dd:before,
.reviews-home-block .clients dd:after {
  display: table;
  content: "";
}
.reviews-home-block .clients dd:after {
  clear: both;
}
.reviews-home-block .clients dd .client {
  float: left;
  margin: 5px 18px;
  max-height: 117px;
  height: 95px;
}
.reviews-home-block .clients dd .client img {
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .reviews-home-block {
    padding: 75px 0 90px;
  }
  .reviews-home-block .our-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .reviews-home-block .our-partners .review-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .reviews-home-block .our-partners .review-item:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .reviews-home-block .our-partners .review-item__inner {
    padding-left: 15px;
    padding-right: 15px;
    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;
  }
  .reviews-home-block .our-partners .review-item__inner .review-bottom {
    margin-top: auto;
  }
  .reviews-home-block .clients {
    padding-top: 40px;
    margin-top: 50px;
    display: table;
    width: 100%;
  }
  .reviews-home-block .clients dt {
    width: 165px;
  }
  .reviews-home-block .clients dt,
  .reviews-home-block .clients dd {
    display: table-cell;
    vertical-align: middle;
  }
  .reviews-home-block .clients dt {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .reviews-home-block .our-partners .review-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .reviews-home-block .our-partners .review-item:first-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.downloads .item {
  margin-bottom: 3rem;
  text-align: center;
}
.downloads .item .image {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}
.downloads .item .image img {
  display: block;
  margin: 0 auto;
}
.downloads .item .title {
  font-size: 1.8rem;
}
.downloads .item .title a {
  color: #151515;
}
.downloads .item .title a:hover {
  color: #ff0000;
}
.downloads .item .title-download:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 37px;
  margin-right: 5px;
  background: url(images/pdf-icon.png) left center no-repeat;
}
@media only screen and (min-width: 768px) {
  .file-downloads {
    margin-bottom: 50px;
  }
  .downloads {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .downloads--profile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .downloads .item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.project-item {
  padding-bottom: 30px;
}
.project-item__img {
  display: block;
  background-color: #e8e8e8;
}
.project-item__img img {
  display: block;
  margin: 0 auto;
}
.project-item__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.project-item__title a {
  color: #151515;
}
.project-item__title a:hover {
  color: #ff0000;
}
.project-item__date {
  margin-bottom: 10px;
}
.project-item__desc {
  margin-bottom: 15px;
}
.project-item__link .btn {
  display: block;
  background-color: #ff0f53;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.project-detail {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.project-detail .meta {
  clear: both;
}
.project-detail .meta:before,
.project-detail .meta:after {
  display: table;
  content: "";
}
.project-detail .meta:after {
  clear: both;
}
.project-detail .meta:before,
.project-detail .meta:after {
  display: table;
  content: "";
}
.project-detail .meta:after {
  clear: both;
}
.project-detail .meta .date {
  float: left;
  margin-bottom: 15px;
  color: #ccc;
}
.project-detail .meta .share {
  float: right;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.project-detail .meta .share li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.project-detail .meta .share li a {
  color: #151515;
}
.project-detail .meta .share li a:hover {
  color: #ff0000;
}
.project-detail__title {
  font-size: 2.4rem;
  line-height: 1.2;
}
.home-project-block {
  padding: 40px 0;
}
.project-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-home__list .project-home {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  position: relative;
}
.project-home__list .project-home:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000;
}
.project-home__list .project-home__img {
  display: block;
  height: 25vw;
  position: relative;
  overflow: hidden;
}
.project-home__list .project-home__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.project-home__list .project-home__title {
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  font-size: 1.8rem;
  color: #fff;
}
.category-list {
  margin-bottom: 30px;
}
.category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-list ul li {
  margin-bottom: 15px;
  padding: 0 15px;
}
.category-list ul li a {
  display: inline-block;
  padding: 9px 22px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 25px;
  color: #151515;
  font-weight: 700;
}
.category-list ul li a:hover,
.category-list ul li a.active {
  background-color: #ff0f53;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home-project-block {
    padding: 80px 0;
  }
  .project-home__list .project-home:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .project-home__list .project-home:hover:after {
    opacity: 0.5;
  }
  .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 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  .project-list .project-item__inner {
    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;
  }
  .project-list .project-item__link {
    margin-top: auto;
  }
  .project-list .project-item__link span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .project-list .project-item__link .btn:hover span {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .project-list .project-item__img {
    height: 240px;
    overflow: hidden;
  }
  .project-list .project-item__img img {
    max-height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .project-home__list .project-home__img {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .project-home__list .project-home {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .project-item {
    padding-bottom: 30px;
    display: block;
  }
  .project-item .img {
    margin-bottom: 10px;
  }
  .project-item .img img {
    width: 100%;
  }
  .project-item .content {
    padding-left: 0;
  }
  .project-item .content .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .project-item .content .link {
    left: 0;
  }
}
ul.list-ct-info {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
ul.list-ct-info li {
  margin-bottom: 10px;
}
ul.list-ct-info li a {
  color: #151515;
}
ul.list-ct-info 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;
}
ul.list-ct-info li.email:before {
  content: "\f0e0";
}
ul.list-ct-info li.marker:before {
  content: "\f041";
}
ul.list-ct-info li.phone:before {
  content: "\f10b";
  font-size: 2.2rem;
}
.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 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;
  max-width: 850px;
  margin: 0 auto 50px;
}
.form-contact:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc3c3;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.form-contact .inner {
  background-color: #f4f4f4;
  padding: 20px;
}
.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;
}
@media only screen and (min-width: 768px) {
  .form-contact {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-map iframe {
    height: 350px;
  }
}
.site-google-map iframe {
  border: 0;
  width: 100%;
  height: 40vw;
}
.bottom {
  padding-top: 30px;
  background: #0c2648;
  color: #6b86a8;
}
.bottom .bottom-box {
  margin-bottom: 30px;
}
.bottom ul.list-ct-info li a,
.bottom a {
  color: #6b86a8;
}
.bottom .widget .widget-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.bottom .widget .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #de0341;
}
.bottom .widget .textwidget > h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.bottom .list-custom-taxonomy-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom .list-custom-taxonomy-widget li {
  margin-bottom: 7px;
}
.bottom .list-custom-taxonomy-widget li a:before {
  font: normal normal normal 14px/1 'fontawesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.bottom .list-custom-taxonomy-widget li a:hover {
  color: #fff;
}
.emaillist {
  text-align: center;
}
.emaillist .es_caption {
  font-size: 1.8rem;
}
.emaillist .es_subscription_form {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.emaillist .es_subscription_form .es-field-wrap {
  padding-right: 100px;
}
.emaillist .es_subscription_form .es_required_field {
  background-color: #fff;
  height: 45px;
  padding: 5px 20px;
  border: 0;
  width: 100%;
  color: #151515;
  border-radius: 5px;
}
.emaillist .es_subscription_form .es_subscription_form_submit {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  border: 0;
  background-color: #cd2122;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .site-google-map iframe {
    height: 250px;
  }
}
.mainsite,
.block-mainnav-mobile,
.fxmenu-touch {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.showmenu .wrapper,
body.hidemenu .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* mainsite */
.mainsite {
  position: relative;
  left: 0;
  z-index: 1000;
}
body.showmenu .mainsite:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* block-mainnav */
body.showmenu .mainsite .flexMenuToggle {
  left: 280px;
}
body.showmenu.hidemenu .mainsite .flexMenuToggle {
  left: 15px;
}
.block-mainnav-mobile {
  width: 280px;
  z-index: 10000;
  position: absolute  ;
  margin: 0 ;
  padding: 0;
  background: #2c2c2c;
  left: -28rem;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.showmenu .block-mainnav-mobile {
  left: 0;
}
body.hidemenu .block-mainnav-mobile {
  left: -28rem;
}
/*item*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu > ul {
  padding: 0;
}
.mobile-menu > ul li {
  display: block;
}
.mobile-menu > ul li a {
  color: #fff;
  display: block;
  padding: 5px 12px;
  font-size: 1.6rem;
}
.mobile-menu > ul > li {
  border-bottom: 1px solid #575757;
  padding-left: 0;
}
.mobile-menu > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 2rem;
  line-height: 30px;
}
.mobile-menu ul li li a {
  padding-left: 25px;
}
.mobile-menu ul li li li a {
  padding-left: 50px;
}
.mobile-menu ul li a:hover {
  background: #ff0f53;
  text-decoration: none;
}
.mobile-menu ul .current_page_item a,
.mobile-menu ul .current-menu-item a {
  background: #ff0f53;
}
@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;
}
.sidebar .taxonomy-box {
  padding: 20px;
  background-color: #4cb958;
  color: #fff;
}
.sidebar .taxonomy-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .taxonomy-box ul li {
  padding: 5px 0;
}
.sidebar .taxonomy-box ul li.current-cat {
  color: #ff0000;
}
.sidebar .taxonomy-box ul li.current-cat > a {
  color: #ff0000;
}
.sidebar .taxonomy-box ul li.active .arrow:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar .taxonomy-box ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
}
.sidebar .taxonomy-box ul li a img {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  max-height: 37px;
  margin-right: 5px;
}
.sidebar .taxonomy-box ul li a:hover {
  color: #ff0000;
}
.sidebar .taxonomy-box ul li .arrow {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 9px;
  cursor: pointer;
}
.sidebar .taxonomy-box 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: 2.4rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .taxonomy-box ul li ul {
  display: none;
  padding: 3px 0;
}
.sidebar .taxonomy-box ul li ul li {
  padding-left: 25px;
}
.sidebar .taxonomy-box ul li ul li a {
  font-size: 1.4rem;
}
.sidebar .taxonomy-box ul li.current-cat-parent > ul {
  display: block;
}
.sidebar .taxonomy-box > ul > li {
  position: relative;
  border-top: 1px solid #058c14;
}
.sidebar .taxonomy-box > ul > li > a {
  padding-right: 25px;
  font-size: 1.8rem;
}
.sidebar .taxonomy-box > ul > li:first-child {
  border-top: 0;
}
.sidebar .rpwwt-widget a {
  color: #151515;
}
.sidebar .rpwwt-widget a .rpwwt-post-title {
  font-size: 1.6rem;
  line-height: normal;
}
.sidebar-about {
  background: url(images/bg-sidebar-about.jpg) center no-repeat #34b440;
  color: #fff;
  padding: 0 15px;
}
.sidebar-about .parent-page {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-about .parent-page li + li {
  border-top: 1px dashed #fff;
}
.sidebar-about .parent-page li a {
  display: block;
  padding: 9px 5px;
  color: #fff;
  font-size: 1.6rem;
}
.sidebar-about .parent-page li a:hover,
.sidebar-about .parent-page li a.active {
  background-color: #13841e;
}
@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 #dbdbdb;
  color: #a9a9a9;
  text-transform: uppercase;
  -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: #ff0f53;
  border-color: #ff0f53;
}
