.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@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';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-marker:before {
  content: "\f041";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-phone:before {
  content: "\f095";
}
@font-face {
  font-family: 'UTMHabano';
  src: url('../fonts/UTMHabano.eot?#iefix') format('embedded-opentype'), url('../fonts/UTMHabano.woff') format('woff'), url('../fonts/UTMHabano.ttf') format('truetype'), url('../fonts/UTMHabano.svg#UTMHabano') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn {
  display: inline-block;
  padding: 7px 25px;
  border: 1px solid #afafaf;
  border-radius: 2px;
  background-color: #afafaf;
  -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: #01aded;
  background-color: #01aded;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #08bbfe;
  color: #fff;
}
.btn-warning {
  background-color: #ff9b00;
  border-color: #ff9b00;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
a {
  text-decoration: none;
  color: #1ea6f2;
}
a:hover,
a:focus {
  color: #0b7ab9;
  text-decoration: none;
}
.container {
  max-width: 960px;
}
@media (min-width: 768px) {
  .pull-left {
    float: left;
  }
  img.pull-left {
    margin-right: 20px;
  }
  .pull-right {
    float: right;
  }
  img.pull-right {
    margin-left: 20px;
  }
}
html {
  text-size-adjust: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: url('../images/bg.jpg') left top repeat-x #fff;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.container {
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
main {
  margin-bottom: 20px;
}
.content-main:after {
  content: '';
  display: table;
  clear: both;
}
.aside {
  float: left;
  width: 27%;
  position: relative;
  z-index: 99;
  padding-left: 20px;
}
.content-right {
  float: right;
  width: 70%;
  padding-right: 10px;
}
.content-right .mid-title {
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #acacac;
}
.content-right .sub-title {
  text-align: left;
}
@media (max-width: 991px) {
  .aside {
    width: 31%;
  }
  .content-right {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .aside {
    padding-left: 0;
  }
  .aside,
  .content-right {
    float: none;
    width: auto;
  }
}
section {
  margin-bottom: 25px;
}
.main-content {
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
}
.box-mid {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding-top: 42px;
  border-top: 2px dashed #afafaf;
}
.box-mid:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -11px;
  width: 23px;
  height: 20px;
  background: url('../images/mid-title.gif') center no-repeat;
}
.mid-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'UTMHabano';
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center;
}
.sub-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'UTMHabano';
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
.mid-content.pd-content {
  padding: 0 15px 30px;
}
.mid-content.pd-content:after {
  content: '';
  display: table;
  clear: both;
}
.thumbnail {
  margin-bottom: 20px;
  padding: 5px;
  border: 1px dotted #01aded;
  border-radius: 20px;
  text-align: center;
}
.thumbnail img {
  padding: 5px;
  display: block;
  border-radius: 20px;
  width: 100%;
  background: #01aded;
}
.list-categories {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.list-categories li {
  display: block;
  float: left;
  width: 50%;
  margin-top: 15px;
  padding: 0 50px 0 45px;
  background: url('../images/pdf.png') left center no-repeat;
  text-transform: uppercase;
}
.list-categories li a {
  display: block;
  padding: 5px 0;
  color: #333333;
}
.list-categories li a:hover {
  color: #1ea6f2;
}
.map {
  margin-bottom: 15px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  min-width: 250px;
  border-radius: 4px;
  padding: 5px 10px;
  color: #333333;
  line-height: 28px;
  border: 1px solid #acacac;
  background-color: #fff;
}
.contact-info {
  margin-bottom: 2rem;
  font-size: 1.125rem;
}
.contact-info h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
}
.form-contact {
  margin: 0 auto 60px;
  max-width: 760px;
}
.form-contact .form-control {
  width: 100%;
}
.form-contact textarea {
  height: 300px;
}
.form-contact .btn {
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
@media (max-width: 767px) {
  .page-title {
    height: 250px;
  }
  .page-title .title {
    font-size: 2.5rem;
    line-height: 1;
  }
  .contact-info {
    font-size: 1rem;
  }
  .contact-info h2 {
    font-size: 1rem;
  }
}
/*
 *  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;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-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;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-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;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    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 {
  padding: 5px 0 10px;
  background: url('../images/header-icon.png') top center no-repeat;
}
header .container {
  position: relative;
}
header .logo {
  display: block;
  max-width: 329px;
  max-height: 162px;
}
header .logo img {
  display: block;
  margin: auto;
  max-width: 100%;
}
nav:before,
nav:after {
  display: table;
  content: "";
}
nav:after {
  clear: both;
}
nav ul {
  display: block;
  margin: 0;
  padding: 0;
  height: 53px;
  background: url('../images/menu-bg.png') left bottom no-repeat;
  background-size: 100% 100%;
  list-style: none;
}
nav ul > li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 22px;
  text-align: center;
}
nav ul > li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #333333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav ul > li a:hover,
nav ul > li a:focus {
  color: #f4a520;
  text-decoration: none;
}
nav ul > li.active a {
  font-weight: bold;
  color: #f4a520;
}
nav ul > li + li:before {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.header-right {
  text-align: right;
}
.box-lang .inner {
  padding: 5px 45px 5px 10px;
  display: inline-block;
  vertical-align: middle;
  width: 253px;
  height: 54px;
  background: url('../images/lang-bg.png') center no-repeat;
  font-family: 'UTMHabano';
  text-align: left;
}
.box-lang a {
  display: inline-block;
  vertical-align: middle;
  color: #1ea6f2;
  font-size: 1.125rem;
  text-transform: capitalize;
}
.box-lang a.active {
  color: #f4a520;
}
.box-lang a:hover,
.box-lang a:focus {
  text-decoration: none;
  color: #f4a520;
}
.box-lang a + a:before {
  content: '/';
  padding: 0 10px;
}
.box-header-info {
  display: inline-block;
  vertical-align: top;
  max-width: 239px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.box-header-info li .fa {
  padding-right: 10px;
  color: #1ea6f2;
}
.social-top {
  text-align: right;
}
.social-top a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.flexMenuToggle {
  display: none ;
  position: absolute;
  left: 15px;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background: none;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #acacac;
  padding: 2px;
}
.flexMenuToggle .icon-bar {
  background: #01aded;
  height: 4px;
  width: 34px;
  display: block;
}
.flexMenuToggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.flexMenuToggle:focus,
.flexMenuToggle:active {
  outline: none;
}
@media only screen and (max-width: 991px) {
  nav ul > li a {
    padding: 0 10px;
    font-size: 0.75rem;
  }
  nav ul > li + li:before {
    padding: 0;
  }
  .social-top {
    padding-top: 10px;
  }
  .social-top a {
    padding-left: 10px;
  }
  .social-top a img {
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .flexMenuToggle {
    display: block;
  }
  header .col-sm-7 {
    position: static;
  }
  header .col-sm-7 .box-lang {
    position: absolute;
    right: 0;
    top: 0;
  }
  header .logo {
    margin: 50px auto 0;
  }
  .header-top,
  nav {
    display: none;
  }
}
footer {
  background: url('../images/footer.jpg') top center no-repeat;
  padding: 48px 0 22%;
}
footer .copyright {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
}
footer .copyright a {
  color: #333333;
}
footer .copyright a:hover {
  color: #f4a520;
}
.slideshow {
  margin-bottom: 35px;
}
.slideshow .carousel-banner {
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
}
.slideshow .carousel-banner .banner-block > img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.slideshow .carousel-banner:after,
.slideshow .carousel-banner:before {
  content: '';
  position: absolute;
}
.slideshow .carousel-banner:before {
  width: 103px;
  height: 245px;
  left: -103px;
  bottom: 25px;
  background: url('../images/banner-left.png') 0 0 no-repeat;
}
.slideshow .carousel-banner:after {
  width: 121px;
  height: 288px;
  right: -121px;
  top: 0;
  background: url('../images/banner-right.png') 0 0 no-repeat;
}
.page-banner {
  margin-bottom: 25px;
  position: relative;
  min-height: 150px;
}
.page-banner .img {
  overflow: hidden;
}
.page-banner .img img {
  display: table;
  max-width: none;
  min-width: 100%;
}
.page-banner:after,
.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
}
.page-banner:before {
  width: 103px;
  height: 245px;
  left: -109px;
  background: url('../images/banner-left2.png') 0 0 no-repeat;
}
.page-banner:after {
  width: 56px;
  height: 134px;
  right: -61px;
  background: url('../images/banner-right2.png') 0 0 no-repeat;
}
@media (max-width: 991px) {
  .slideshow .carousel-banner:before,
  .slideshow .carousel-banner:after {
    display: none;
  }
  .page-banner:before,
  .page-banner:after {
    display: none;
  }
}
.service-item {
  margin-bottom: 30px;
  border: 1px dotted #01aded;
  border-radius: 40px;
}
.service-item .inner {
  position: relative;
  z-index: 1;
  margin: 5px;
  padding: 5px;
  background-color: #01aded;
  border-radius: 40px;
  overflow: hidden;
}
.service-item .inner .img {
  overflow: hidden;
  border-radius: 40px;
}
.service-item .inner .img img {
  display: block;
  width: 100%;
  border-radius: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item .inner .img:hover img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .8;
}
.service-item .inner .title {
  position: absolute;
  z-index: 2;
  left: -20px;
  bottom: -40px;
  border-radius: 45%;
  margin: 0;
  background-color: #01aded;
  color: #fff;
}
.service-item .inner .title a {
  display: inline-block;
  padding: 30px 40px 60px 50px;
  color: #fff;
  font-family: 'UTMHabano';
  font-size: 2.25rem;
  line-height: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item .inner .title a span {
  display: block;
  padding-left: 25px;
  font-size: 1.875rem;
}
.service-item .inner .title a:hover {
  color: #f4a520;
}
.box-services {
  margin-bottom: 20px;
}
.box-services .col-xs-6:nth-child(2n+1) {
  clear: left;
}
@media (min-width: 768px) {
  .box-services .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .box-services .col-xs-6:nth-child(2n+1) {
    clear: none;
  }
}
@media (max-width: 991px) {
  .service-item .inner .title a {
    padding: 15px 20px 50px 40px;
    font-size: 2rem;
  }
  .service-item .inner .title a span {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .box-services .col-xs-6 {
    float: none;
    width: auto;
  }
}
.box-about-us {
  text-align: center;
}
.more-link {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  text-align: center;
  background: url('../images/more-icon.png') right center no-repeat;
  color: #1ea6f2;
  font-family: 'UTMHabano';
  font-size: 1.125rem;
  text-decoration: underline;
}
.more-link:hover {
  color: #f4a520;
  text-decoration: none;
}
.product-item {
  margin-bottom: 35px;
}
.product-item .img {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: center;
}
.product-item .img .img-link {
  display: block;
  max-height: 154px;
  overflow: hidden;
}
.product-item .img .img-link img {
  width: 100%;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-item .img .img-link:hover img {
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.product-item .title {
  margin: 0 0 5px;
  font-size: 0.875rem;
  line-height: normal;
  text-transform: uppercase;
}
.product-item .title a {
  color: #333333;
}
.product-item .title a:hover {
  text-decoration: none;
  color: #1ea6f2;
}
.product-item .price {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  text-transform: uppercase;
}
.product-item .btn-detail {
  display: inline-block;
  background-color: #c83438;
  color: #fff;
  border-radius: 3px;
  padding: 2px 8px;
}
.list-products {
  margin-left: -20px;
}
.list-products .product-item {
  display: block;
  float: left;
  width: 33.33%;
}
.list-products .product-item .inner {
  margin-left: 20px;
}
.list-products .product-item:nth-child(3n+1) {
  clear: left;
}
.list-products:after {
  content: '';
  clear: both;
  display: table;
}
@media only screen and (max-width: 991px) {
  .list-products .product-item {
    width: 50%;
  }
  .list-products .product-item:nth-child(3n+1) {
    clear: none;
  }
  .list-products .product-item :nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 479px) {
  .list-products {
    margin-left: 0;
  }
  .list-products .product-item {
    float: none;
    width: auto;
  }
  .list-products .product-item .inner {
    margin-left: 0;
  }
  .list-products .product-item :nth-child(2n+1) {
    clear: none;
  }
}
.product-detail .product-item {
  background-color: #f5fbfb;
}
.product-detail .product-item img {
  display: block;
  width: 100%;
}
.product-detail .product-name {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.product-detail .heading-3 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-style: italic;
}
.product-detail .price {
  color: #ff6000;
  font-weight: bold;
  text-transform: uppercase;
}
.product-image {
  margin-bottom: 25px;
  padding: 0;
  background-color: #acacac;
}
.product-image img {
  display: block;
  width: 100%;
}
.product-right p {
  margin-bottom: 5px;
}
.heading-title {
  font-size: 1.25rem;
}
.colors {
  margin-bottom: 10px;
}
.colors span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  width: 12px;
  height: 12px;
}
.colors span:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid #acacac;
}
.colors span.red {
  background-color: #e9292a;
}
.colors span.orange {
  background-color: #e77920;
}
.colors span.orange-light {
  background-color: #f4a521;
}
.colors span.green {
  background-color: #16d616;
}
.colors span.blue-light {
  background-color: #19d3c8;
}
.colors span.blue {
  background-color: #2956e9;
}
.colors span.black {
  background-color: #1a1a1a;
}
.nav-tabs {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 2px solid #000;
  overflow-y: hidden;
}
.nav-tabs li {
  display: block;
  float: left;
}
.nav-tabs li a {
  display: block;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: #333333;
}
.nav-tabs li:hover a,
.nav-tabs li.active a {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.fade {
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.addthis-social {
  margin-top: 15px;
}
.product-information {
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .nav-tabs li a {
    border-radius: 5px;
    margin-bottom: 5px;
  }
}
.meta {
  display: inline-block;
  border-radius: 3px;
  background-color: #f4a520;
  color: #fff;
}
.meta .date {
  padding: 15px 15px;
  font-size: 1.875rem;
}
.meta .month {
  padding: 5px 8px;
  border-radius: 0 0 3px 3px;
  background-color: #793f00;
}
.news-item {
  margin-bottom: 40px;
}
.news-item .img {
  display: block;
  margin-bottom: 15px;
}
.news-item .img img {
  width: 100%;
}
.news-item .content:after {
  content: '';
  display: table;
  clear: both;
}
.news-item .content .meta {
  float: left;
  margin-right: 20px;
}
.news-item .content .meta-text {
  overflow: hidden;
}
.news-item .content .title {
  margin: 0;
}
.news-item .content .title a {
  color: #333333;
}
.news-item .content .title a:hover {
  color: #1ea6f2;
  text-decoration: none;
}
.news-item .content .more {
  font-size: 0.813rem;
  text-transform: uppercase;
  font-weight: bold;
}
.news-item .content .more a {
  color: #333333;
}
.news-item .content .more a:hover {
  color: #1ea6f2;
  text-decoration: none;
}
.news-detail .meta {
  float: left;
  margin-right: 20px;
}
.news-detail .heading-1 {
  margin-top: 0;
  font-size: 1.125rem;
}
.news-detail p {
  overflow: hidden;
  word-wrap: break-word;
}
.other-news {
  border-top: 1px dotted #000;
  padding-top: 20px;
}
.other-news .heading-3 {
  margin-top: 0;
  font-size: 0.875rem;
  font-style: italic;
  text-transform: uppercase;
}
.other-news .list {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: disc;
}
.other-news .list li a {
  color: #000;
}
.other-news .list li a:hover {
  color: #1ea6f2;
}
.other-news .list li .date {
  color: #b5b5b5;
}
.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: 15px;
}
.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: #01aded;
  text-decoration: none;
}
.mobile-menu ul .active > a {
  background: #01aded;
}
@media (max-width: 767px) {
  .mobile-menu > ul > li > a {
    font-size: 16px;
  }
}
.box {
  margin-bottom: 25px;
  border: 1px solid #acacac;
  padding: 2px;
}
.box .box-title {
  padding: 10px 15px;
  background: #f4a520;
  font-size: 1.125rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}
.box.box-categories {
  padding: 0;
  border: 0 ;
}
.box.box-categories .box-title {
  display: none;
}
.categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories li {
  position: relative;
  padding-bottom: 2px;
  background-color: #ebeaea;
  border-bottom: 1px solid #d7d7d7;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
}
.categories li a {
  padding: 10px 15px 8px;
  display: block;
  position: relative;
  z-index: 999;
  text-transform: capitalize;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.categories li a:after,
.categories li a:before {
  content: '';
  position: absolute;
  top: 0;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.categories li a:after {
  left: 100%;
  background: url('../images/arrow-right.png') right center no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 100%;
}
.categories li a:before {
  z-index: -1;
  left: -12px;
  bottom: -18px;
  width: 12px;
  background: url(../images/cat-active-before.png) left top no-repeat;
  background-size: 100% 100%;
}
.categories li a:hover {
  background-color: #f4a520;
  color: #fff;
}
.categories li a:hover:before,
.categories li a:hover:after {
  opacity: 1;
}
.categories li:last-child {
  border-bottom: 0;
}
.categories li.active {
  border-bottom: 0;
}
.categories li.active > a {
  background-color: #f4a520;
  color: #fff;
}
.categories li.active > a:before,
.categories li.active > a:after {
  opacity: 1;
}
.categories li.active ul {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.categories li:hover ul,
.categories li.open ul {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.categories li ul {
  position: absolute;
  width: 250px;
  top: 0;
  left: 100%;
  opacity: 0;
  height: 0;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d7d7d7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.categories li ul > li {
  padding-bottom: 0;
}
.categories li ul > li a {
  padding: 5px 15px 5px 30px;
  font-size: 1rem;
}
.categories li ul > li a:before {
  display: none;
}
.categories li ul > li.active a {
  background-color: #f4a520;
  color: #fff;
}
.box-support img {
  display: block;
  margin: auto;
}
.box-support .hotline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 15px;
  padding: 10px 0 10px 45px;
  background: url(../images/hotline.png) left center no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.375rem;
  color: #5dc64b;
}
.box-support .hotline a {
  line-height: 35px;
  color: #5dc64b;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-duration: .35s;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -moz-transition-property: height,visibility;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
@media (max-width: 991px) {
  .categories li a {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .box.box-categories .box-content {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .box.box-categories {
    position: relative;
    z-index: 999;
  }
  .box.box-categories .box-title {
    display: block;
    pointer-events: auto;
    cursor: pointer;
  }
  .box.box-categories .box-content {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 0 0 5px 5px;
    border-top: 0;
  }
  .box.box-support {
    text-align: center;
  }
  .categories-box {
    display: none;
  }
  .categories li a:before,
  .categories li a:after {
    display: none;
  }
  .categories li ul {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.bottom-section {
  border-top: 2px solid #01aded;
  padding-top: 30px;
}
.block {
  margin-bottom: 25px;
}
.block .block-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.375rem;
}
.block .more {
  margin-top: 30px;
}
.block .more .more-link {
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}
ul.block-solutions-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  align-content: center;
  list-style: none;
}
ul.block-solutions-list li {
  flex: 1;
  text-align: center;
}
ul.block-solutions-list li .img {
  display: block;
}
ul.block-solutions-list li .title {
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
ul.contact-list {
  list-style: none;
}
ul.contact-list li {
  margin-bottom: 10px;
}
ul.contact-list li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
ul.contact-list li a {
  color: #333333;
  text-decoration: none;
}
ul.contact-list li a:hover {
  color: #1ea6f2;
}
@media only screen and (min-width: 768px) {
  .bottom-blocks {
    display: flex;
    display: -webkit-flex;
  }
  .bottom-blocks .block {
    display: flex;
    display: -webkit-flex;
    -webkit-flex: 1;
    flex: 1;
    flex-direction: column;
    padding: 0 30px;
  }
  .bottom-blocks .block.block-about {
    padding-left: 0;
  }
  .bottom-blocks .block.block-contact {
    padding-right: 0;
  }
  .bottom-blocks .block .more {
    margin-top: auto;
  }
}
.pagination {
  display: inline-block;
  list-style: none;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  border-radius: 2px;
  color: #000;
  font-weight: bold;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a.active,
.pagination li span.active {
  background-color: #f4a520;
  color: #fff;
}
.pagination li .prev,
.pagination li .next {
  padding: 0 10px;
  background: url('../images/prev.png') center no-repeat;
  font-size: 0;
}
.pagination li .next {
  background-image: url('../images/next.png');
}
@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;
  }
}
