.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'uvn_mang_treregular';
  src: url('../fonts/uvn_mang_tre-webfont.woff2') format('woff2'), url('../fonts/uvn_mang_tre-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  font-size: inherit;
  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-search:before {
  content: "\f002";
}
.fa-check:before {
  content: "\f00c";
}
.btn {
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #222222;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-lg {
  padding: 10px 20px;
  font-size: 1.125rem;
}
.btn-primary {
  border-color: #01c4b3;
  background-color: #01c4b3;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #13cae4;
  background-color: #13cae4;
  color: #fff;
}
.btn-warning {
  border-color: #f58634;
  background-color: #f58634;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  border-color: #f26a05;
  background-color: #f26a05;
  color: #fff;
}
.error {
  color: #ff0000;
}
.form-group {
  margin-bottom: 15px;
}
.form-group .error {
  display: block;
  margin-top: 5px;
}
.form-control {
  min-width: 250px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 10px;
  color: #555555;
  line-height: 28px;
  border: 1px solid #afafaf;
  background-color: #fff;
}
.form-control:-moz-placeholder {
  color: #131313;
}
.form-control::-moz-placeholder {
  color: #131313;
}
.form-control:-ms-input-placeholder {
  color: #131313;
}
.form-control::-webkit-input-placeholder {
  color: #131313;
}
.form-control.error {
  border-color: #ff0000;
  color: #ff0000;
}
.form-contact .form-control {
  width: 100%;
}
.form-contact textarea {
  height: 185px;
}
.form-contact .btn {
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.main-content {
  padding: 60px 0;
}
.main-content-right .heading-2 {
  margin-bottom: 45px;
  font-size: 1.5rem;
  color: #000;
}
.read-more .more {
  display: inline-block;
  vertical-align: middle;
  background-color: #01c4b3;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
}
.thumbnail {
  border-radius: 10px;
}
.text-uppercase {
  text-transform: uppercase;
}
ul.list-check {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
ul.list-check li {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
ul.list-check li:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 'fontawesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
ul.list-check.orange li {
  font-size: 1rem;
  color: #f98232;
}
ul.list-check.orange li:before {
  color: #f98232;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  width: 15px;
  height: 35px;
  background: url(../images/owl-controls.png) 0 0 no-repeat;
  font-size: 0;
}
.owl-carousel .owl-controls .owl-prev:hover,
.owl-carousel .owl-controls .owl-next:hover {
  opacity: 0.8;
}
.owl-carousel .owl-controls .owl-prev {
  left: -30px;
  background-position: left bottom;
}
.owl-carousel .owl-controls .owl-next {
  background-position: right center;
  right: -30px;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-thumbs .owl-thumb-item {
  float: left;
  width: 25%;
  padding: 0 5px;
}
.owl-thumbs:after {
  content: '';
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .pull-left {
    float: left;
  }
  figure.pull-left,
  img.pull-left {
    margin-right: 25px;
  }
  figure.pull-right,
  img.pull-right {
    margin-left: 25px;
  }
  .pull-right {
    float: right;
  }
}
.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
main {
  margin-bottom: 20px;
}
.page-title {
  position: relative;
  z-index: 1;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: center;
}
.page-title .title {
  display: inline-block;
  position: relative;
  z-index: 3;
  top: 50%;
  margin-bottom: 0;
  padding: 15px 30px;
  min-width: 320px;
  background-color: rgba(14, 194, 198, 0.6);
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  font-family: 'uvn_mang_treregular';
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.56);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mid-title {
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: url(../images/mid-title.png) center bottom no-repeat;
  text-align: center;
  color: #01c4b3;
  font-family: 'uvn_mang_treregular';
  font-size: 1.875rem;
  line-height: normal;
  font-style: italic;
}
.second-title {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.heading-title {
  margin-bottom: 20px;
  font-family: 'uvn_mang_treregular';
  font-size: 1.875rem;
  line-height: normal;
  font-style: italic;
}
.contact-page {
  max-width: 758px;
  margin: 0 auto 35px;
}
.googlemap {
  margin-bottom: 30px;
}
.contact-info {
  margin-bottom: 30px;
  font-size: 1.125rem;
}
.contact-info a {
  color: #555555;
}
.contact-info a:hover {
  color: #efb325;
}
@media (max-width: 767px) {
  .page-title {
    height: 300px;
  }
  .page-title .title {
    font-size: 2.5rem;
    line-height: 1;
  }
  .cat-title {
    font-size: 1.5rem;
  }
}
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(-200%);
    -moz-transform: translateZ(-500px) translateX(-200%);
    -o-transform: translateZ(-500px) translateX(-200%);
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(200%);
    -moz-transform: translateZ(-500px) translateX(200%);
    -o-transform: translateZ(-500px) translateX(200%);
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(200%);
    -moz-transform: translateZ(-500px) translateX(200%);
    -o-transform: translateZ(-500px) translateX(200%);
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -ms-transform: translateZ(-500px) translateX(200%);
    -moz-transform: translateZ(-500px) translateX(200%);
    -o-transform: translateZ(-500px) translateX(200%);
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -ms-transform: translateZ(-500px);
    -moz-transform: translateZ(-500px);
    -o-transform: translateZ(-500px);
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media print {
  body {
    margin: 0;
    background: transparent;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    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: 1.0em;
  }
  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;
  }
}
.header {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #101010;
  background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(transparent));
  background: -webkit-linear-gradient(top, #101010, transparent);
  background: -moz-linear-gradient(top, #101010, transparent);
  background: -ms-linear-gradient(top, #101010, transparent);
  background: -o-linear-gradient(top, #101010, transparent);
}
.header .container {
  position: relative;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 5px;
  width: 200px;
}
.header .logo img {
  display: block;
  max-width: 100%;
}
.header .hotline {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.header nav {
  margin-left: 195px;
  margin-right: 185px;
  padding: 30px 0 30px;
}
.header nav ul {
  margin: 0;
  padding: 0;
}
.hotline {
  width: 170px;
  height: 105px;
  padding: 19px 10px;
  background: url(../images/call-us-bg.png) center bottom no-repeat;
  text-align: center;
}
.hotline .title {
  margin-bottom: 5px;
  font-family: 'uvn_mang_treregular';
  font-style: italic;
  color: #01c4b3;
  font-size: 1.125rem;
  text-transform: capitalize;
}
.hotline .phone {
  color: #555555;
  font-size: 1.125rem;
  font-weight: 500;
}
.language-block {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.language-block li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
}
.language-block li a {
  color: #555555;
}
.language-block li a:hover {
  color: #efb325;
  text-decoration: none;
}
.language-block li a.active {
  color: #efb325;
  font-weight: bold;
}
.language-block li + li {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #555555;
}
nav {
  text-align: right;
}
nav ul {
  display: inline-block;
}
nav ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  text-align: center;
}
nav ul > li a {
  display: block;
  position: relative;
  padding: 0 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav ul > li a:after {
  display: none;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
  margin-top: -6px;
}
nav ul > li a:hover,
nav ul > li a:focus {
  color: #fff;
}
nav ul > li a:hover:after,
nav ul > li a:focus:after {
  display: block;
}
nav ul > li.active a {
  font-weight: 700;
  color: #fff;
}
nav ul > li.active a:after {
  display: block;
}
.flexMenuToggle {
  display: none ;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background: none;
  background: #01c4b3;
  border-radius: 2px;
  border: 0;
  padding: 2px 4px;
}
.flexMenuToggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 32px;
  display: block;
}
.flexMenuToggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.flexMenuToggle:focus,
.flexMenuToggle:active {
  outline: none;
}
@media only screen and (max-width: 1199px) {
  header nav {
    text-align: center;
  }
  header nav ul > li {
    margin-left: 0;
  }
  header nav ul > li > a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header .language-block {
    top: 50%;
    right: 15px;
    margin-top: -12px;
  }
  .header .language-block li {
    font-size: 1rem;
  }
  .header .hotline {
    display: none;
  }
  .header nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flexMenuToggle {
    display: block;
  }
  .header .logo {
    display: block;
    position: static;
    margin: 0 auto;
  }
  header nav {
    display: none;
  }
}
footer {
  background-color: #151515;
  padding: 15px 0;
  color: #6f6f6f;
  line-height: 1.5rem;
}
footer .copyright {
  text-transform: uppercase;
}
footer .footer-social {
  text-align: right;
}
footer .footer-social a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.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: 1001;
}
/* 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: 0;
  top: 0;
  bottom: 0;
  display: none;
  overflow-y: scroll;
}
body.showmenu .block-mainnav-mobile {
  display: block;
}
body.hidemenu .block-mainnav-mobile {
  display: none;
}
/*item*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu > ul {
  padding: 0;
}
.mobile-menuul li {
  display: block;
}
.mobile-menu > ul > li {
  border-bottom: 1px solid #575757;
  padding-left: 0;
}
.mobile-menu ul li a {
  color: #fff;
  display: block;
  padding: 5px 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.mobile-menu > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
  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: #01c4b3;
  text-decoration: none;
}
.mobile-menu ul .active > a {
  background: #01c4b3;
}
@media (max-width: 767px) {
  .mobile-menu > ul > li > a {
    font-size: 1rem;
  }
}
aside {
  position: relative;
  z-index: 99;
}
.box {
  margin-bottom: 25px;
  border: 1px solid #afafaf;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.box .box-title {
  margin-bottom: 5px;
  padding: 15px 15px;
  background: #01c4b3;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}
ul.categories {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.categories li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 9px 10px 9px 30px;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: bold;
  color: #000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.categories li a:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: url(../images/icon-dot.png) left bottom no-repeat;
}
ul.categories li a:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}
ul.categories li a.active,
ul.categories li a:hover {
  color: #fff;
}
ul.categories li a.active:after,
ul.categories li a:hover:after {
  background-position: left top;
}
ul.categories li a.active:before,
ul.categories li a:hover:before {
  background-color: #01c4b3;
}
ul.categories li ul {
  list-style: none;
  padding-left: 15px;
  border-top: 1px dotted #000;
}
ul.categories li:first-child {
  border-top: 0;
}
ul.categories > li {
  border-top: 1px dotted #000;
}
ul.categories > li > ul > li > a:before {
  left: -15px;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.list-select {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  display: none;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.list-select > ul.li-items.active {
  height: auto;
  opacity: 1;
}
ul.li-items {
  height: 0;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.select-text {
  border-radius: 20px;
  color: #ffffff;
  display: block;
  list-style: outside none none;
  margin-bottom: 1px;
  padding: 10px 25px 10px 20px;
  text-align: center;
  text-transform: uppercase;
  background: #ff0000 url("../images/icon-down.png") no-repeat scroll 97.5% center;
  cursor: pointer;
}
.li-item a {
  background: #85898a ;
  border-radius: 20px;
  color: #ffffff;
  display: block;
  list-style: outside none none;
  margin-bottom: 1px;
  padding: 10px 25px 10px 20px;
  font-size: 1.125rem;
  text-align: left;
  text-transform: uppercase;
}
.li-item a:hover {
  color: #fff;
  text-decoration: none;
}
.li-item a.active {
  background: #ff0000 url("../images/icon-check.png") no-repeat 95% center;
}
.li-item ul li a {
  padding-left: 35px;
  font-size: 0.938rem;
}
.li-item ul li li a {
  padding-left: 45px;
  font-size: 0.875rem;
  text-transform: none;
}
@media (min-width: 768px) {
  .box.box-categories .box-content {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .box .box-title {
    margin-bottom: 0;
    pointer-events: auto;
    cursor: pointer;
  }
  .box.box-categories {
    position: relative;
    z-index: 999;
  }
  .box.box-categories .box-content {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #afafaf;
    border-radius: 0 0 5px 5px;
    border-top: 0;
  }
}
.banner-home {
  position: relative;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-home .content {
  padding-top: 400px;
  padding-bottom: 173px;
  text-align: right;
}
.banner-home .content .heading-1 {
  display: inline-block;
  margin: 0;
  padding: 10px 50px 30px;
  background-color: rgba(1, 196, 179, 0.4);
  font-family: 'uvn_mang_treregular';
  font-size: 4.625rem;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .banner-home {
    height: 100vh;
  }
  .banner-home .content {
    padding: 0;
    position: absolute;
    top: 60%;
    left: 15px;
    right: 15px;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .banner-home .content .heading-1 {
    font-size: 2rem;
    min-width: 250px;
    padding: 10px 30px 30px;
  }
}
.about-block {
  padding: 40px 0;
  background: url(../images/bluesky-parten.jpg) top center repeat;
  color: #fff;
}
.about-block .box-text {
  margin-left: 20px;
}
.about-block .box-text .short {
  font-style: italic;
  text-align: justify;
}
.img-circle {
  border: 10px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}
.read-more .link {
  display: inline-block;
  color: #fff;
}
.read-more .link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 9px;
  height: 9px;
  background: url(../images/arrow-left.png) 0 0 no-repeat;
}
.home-blocks-product {
  padding: 40px 0 10px;
}
.home-blocks-product .lead {
  text-align: center;
  font-style: italic;
}
.product-item {
  margin-bottom: 20px;
}
.product-item .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  background: url(../images/p-bg.png) center bottom no-repeat;
  text-align: center;
}
.product-item .inner .img-link {
  display: block;
  overflow: hidden;
}
.product-item .inner .img-link img {
  display: block;
  margin: auto;
  width: 100%;
}
.product-item .inner .title {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 25px;
  width: 100%;
  margin: 0;
  font-size: 0.813rem;
  font-weight: normal;
  text-transform: uppercase;
}
.product-item .inner .title .name {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
  padding: 3px 10px;
  background-color: #01c4b3;
  color: #fff;
}
.product-item .inner .title .name:after,
.product-item .inner .title .name:before {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 13px;
  height: 100%;
}
.product-item .inner .title .name:after {
  left: 100%;
  background: url(../images/triange-bottom-right.png) right bottom no-repeat;
}
.product-item .inner .title .name:before {
  right: 100%;
  background: url(../images/triange-bottom-left.png) left bottom no-repeat;
}
.owl-carousel .item .product-item {
  margin: 0 25px;
}
@media (min-width: 768px) {
  .home-blocks-product {
    padding: 70px 0 50px;
  }
}
.list-products {
  margin-left: -44px;
}
.list-products .product-item {
  float: left;
  width: 33.33%;
}
.list-products .product-item .inner {
  margin-left: 44px;
}
.list-products .product-item:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 991px) {
  .list-products {
    margin-left: -15px;
  }
  .list-products .product-item {
    float: left;
    width: 50%;
  }
  .list-products .product-item .inner {
    margin-left: 15px;
  }
  .list-products .product-item:nth-child(3n+1) {
    clear: none;
  }
  .list-products .product-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) {
  .list-products {
    margin-left: 0;
  }
  .list-products .product-item {
    float: none;
    width: auto;
  }
  .list-products .product-item .inner {
    margin-left: 0;
  }
}
.cat-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.product-detail .product-name {
  font-size: 1.125rem;
}
.box-contact-us {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  border-spacing: 2px;
  border: 1px solid #f98232;
  width: 360px;
}
.box-contact-us .ctright,
.box-contact-us .ctleft {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.box-contact-us .ctleft {
  width: 135px;
  background-color: #f98232;
  color: #fff;
  padding: 5px 30px;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
}
.box-contact-us .ctright {
  padding-left: 15px;
  color: #f98232;
}
.box-contact-us .ctright a {
  display: block;
  color: #f98232;
  font-weight: bold;
}
.box-contact-us .ctright a img {
  margin-right: 5px;
}
.product-images {
  margin-bottom: 15px;
}
.product-images .item img {
  display: block;
  width: 100%;
}
.owl-thumb {
  margin-bottom: 15px;
}
.owl-thumb .item {
  margin: 0 4px;
  cursor: pointer;
}
.owl-thumb .item img {
  width: 100%;
}
.owl-thumb .owl-item.synced {
  opacity: 0.9;
}
@media (max-width: 480px) {
  .box-contact-us {
    width: 100%;
  }
}
.bottom-section {
  margin-bottom: 0;
  padding: 40px 0 20px;
  border-top: 5px solid #afafaf;
  background-color: #222222;
  color: #6f6f6f;
}
.bottom-section .block-content {
  margin-bottom: 20px;
  text-align: center;
}
.bottom-section .block-content .img {
  margin-bottom: 10px;
}
.bottom-section .block-content p a {
  color: #6f6f6f;
}
.bottom-section .block-content p a:hover {
  color: #fff;
}
.bottom-section .block-content p.phone {
  font-size: 1.5rem;
}
.bottom-section .block-content .title {
  margin-bottom: 10px;
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #fff;
}
@media (min-width: 768px) {
  .bottom-section {
    padding: 58px 0 38px;
  }
}
.pagination {
  display: inline-block;
  list-style: none;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  font-size: 0.938rem;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 0 8px;
  color: #555555;
  font-weight: bold;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a.active,
.pagination li span.active {
  color: #01c4b3;
}
.pagination li a.active,
.pagination li span.active {
  cursor: default;
}
.pagination li a.active:after,
.pagination li span.active:after {
  content: ']';
  display: inline;
}
.pagination li a.active:before,
.pagination li span.active:before {
  content: '[';
  display: inline;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 991px) {
  .owl-carousel .owl-controls .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-controls .owl-next {
    right: 0;
  }
  .owl-carousel.block-content {
    padding-left: 35px;
    padding-right: 35px;
  }
  .list-products .p-item {
    width: 50%;
  }
  .list-products .p-item :nth-child(3n+1) {
    clear: none;
  }
  .list-products .p-item :nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .inner-slider {
    padding: 50px 0;
  }
  .inner-slider .banner-img {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  .inner-slider .banner-img img {
    margin: auto;
  }
  .inner-slider .heading-1 {
    font-size: 2.813rem;
  }
  .about-img {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .list-products .p-item {
    float: none;
    width: auto;
  }
  .list-products .p-item :nth-child(2n+1) {
    clear: none;
  }
}
