/*Add font ================================*/
/* --------------------------------------*/
@media (min-width: 992px) {
  #tth-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  #tth-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-top: 5.4rem;
    padding-left: 2rem;
  }
}

.about_detail {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .about_detail {
    padding: 5.4rem 0;
  }
}
.about_detail h1 {
  position: relative;
  z-index: 0;
}
.about_detail h1:before {
  content: "";
  background: url(../../images/navia.png) center center no-repeat;
  background-size: contain;
  width: 270px;
  height: 61px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.about_detail h1 span {
  font: 800 1.8666666667rem/1 "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.about_detail h1 span:before, .about_detail h1 span:after {
  content: "";
  background: #015f9f;
  position: absolute;
  left: 0;
}
.about_detail h1 span:before {
  width: 54px;
  height: 1px;
  bottom: -5px;
}
.about_detail h1 span:after {
  width: 22px;
  height: 1px;
  bottom: -10px;
}

article {
  font: 400 1rem/150% "Nunito", sans-serif;
  text-align: justify;
  color: #393939;
}
article img {
  max-width: 100%;
  height: auto;
  display: block !important;
  margin: auto;
}
@media (min-width: 992px) {
  article img {
    border: 1px solid #7bbddd;
    padding: 23px;
    margin: 20px auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.box_r label.title {
  font: 800 1.2rem/1 "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.box_r label.title:before, .box_r label.title:after {
  content: "";
  background: #015f9f;
  position: absolute;
  left: 0;
}
.box_r label.title:before {
  width: 54px;
  height: 1px;
  bottom: -5px;
}
.box_r label.title:after {
  width: 22px;
  height: 1px;
  bottom: -10px;
}
.box_r .box_service_advice form {
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  padding: 20px 17px;
}
.box_r .box_service_advice form input, .box_r .box_service_advice form textarea {
  border-color: #f2f2f2;
}
.box_r .box_service_advice form .btn-send {
  color: #fff;
  background: #0064af;
}
.box_r .box_news_ot .list_item_news .row_item {
  margin: 0;
}
.box_r .box_news_ot .list_item_news .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 5px 0;
  margin-left: 15px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.box_r .box_news_ot .list_item_news .row_item .col_item:before {
  content: "";
  background: url(../../images/next.png) center center no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 7px;
  height: 13px;
  position: absolute;
  top: 9px;
  left: -15px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.box_r .box_news_ot .list_item_news .row_item .col_item a {
  font: 400 1rem/150% "Nunito", sans-serif;
}
.box_r .box_news_ot .list_item_news .row_item .col_item + .col_item {
  border-top: 1px solid #e7e7e7;
  padding: 5px 0;
}
.box_r .box_news_ot .list_item_news .row_item .col_item:hover:before, .box_r .box_news_ot .list_item_news .row_item .col_item:focus:before {
  -webkit-filter: none;
          filter: none;
}
.box_r .box_news_ot .list_item_news .row_item .col_item:hover a, .box_r .box_news_ot .list_item_news .row_item .col_item:focus a {
  color: #0063ae;
}

.fancybox-content {
  overflow-x: auto;
}
/*# sourceMappingURL=about.css.map */