img {
  max-width: 100%; }

ul li {
  list-style: none; }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Semibold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Bold.ttf") format("truetype");
  font-weight: bold; }
body {
  font-family: "SFUIDisplay", sans-serif;
  font-size: 13.33px;
  font-weight: normal;
  color: #797878; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "SFUIDisplay", sans-serif;
  text-transform: uppercase; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

a {
  transition: color 0.3s; }
  a:hover {
    text-decoration: none;
    color: #e35e12; }

.btn {
  outline: none;
  border: none;
  border-radius: unset;
  font-weight: 300;
  color: #201f2c;
  font-size: 11.67px;
  max-width: 100%;
  background-color: transparent;
  cursor: pointer; }
  .btn--primary {
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
    position: relative;
    transition: color 0.3s;
    letter-spacing: 0.05em;
    z-index: 1; }
    .btn--primary:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: #dedede;
      z-index: -1;
      transition: width 0.3s, background 0.3s; }
    .btn--primary:hover {
      color: white; }
      .btn--primary:hover:after {
        background-color: #e35e12;
        width: 100%; }
    .btn--primary--hover {
      color: white; }
      .btn--primary--hover:after {
        background-color: #e35e12;
        width: 100%; }
  .btn--wider {
    padding: 0 45px; }
  .btn > i, .btn span {
    vertical-align: middle;
    padding-left: 8px; }
  .btn:focus {
    outline: none; }

.divider {
  display: block;
  width: 67px;
  height: 2px;
  background-color: #e35e12; }

.img-box {
  position: relative; }
  .img-box__img {
    overflow: hidden; }
    .img-box__img img {
      width: 100%;
      display: block;
      transition: transform 0.3s; }
    .img-box__img a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 25%;
      width: 100%;
      background: linear-gradient(to top, black, transparent);
      opacity: 0.7; }
  .img-box__desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px 25px; }
  .img-box__title {
    color: white;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 16px;
    position: relative;
    line-height: 1.8em;
    letter-spacing: 0.025em; }
  .img-box .divider {
    position: relative; }
  .img-box:hover img {
    transform: scale(1.05); }

.icon-box {
  color: white;
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .icon-box__icon {
    font-size: 52px;
    flex: 0 0 52px;
    margin-right: 22px; }
  .icon-box__text {
    letter-spacing: 0.05em; }
  .icon-box__title {
    font-size: 29px;
    margin-bottom: 15px; }
  .icon-box__subtitle {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0; }

.news-box {
  position: relative; }
  .news-box__img a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, black, transparent);
    opacity: 0.6;
    transition: background 0.35s, opacity 0.35s; }
  .news-box__text {
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    color: white;
    z-index: 1; }
  .news-box__title {
    letter-spacing: 0.05em;
    font-size: 13.33px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.87em;
    max-height: calc(1.87em * 2);
    margin-bottom: 8px;
    transform: translate(0, 111px);
    transition: transform 0.35s; }
  .news-box__date {
    color: #e35e12;
    font-weight: 300;
    font-size: 12px;
    transform: translate(0, 111px);
    transition: transform 0.35s; }
    .news-box__date > span[class^="icon_"] {
      margin-right: 10px; }
  .news-box__desc {
    letter-spacing: 0.01em;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.875em;
    height: calc(1.875em * 2);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 30px);
    transition: all 0.35s; }
  .news-box .btn {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 30px);
    transition: all 0.3s; }
  .news-box:hover .news-box__title,
  .news-box:hover .news-box__date,
  .news-box:hover .news-box__desc,
  .news-box:hover .btn {
    transform: translate(0, 0); }
  .news-box:hover .news-box__desc, .news-box:hover .btn {
    opacity: 1;
    visibility: visible; }
  .news-box:hover .news-box__img a:after {
    background: #333333;
    opacity: 0.7; }

.service-box {
  margin-bottom: 28px; }
  .service-box__img {
    display: block;
    width: 100%;
    overflow: hidden; }
    .service-box__img img {
      transition: transform 0.35s; }
    .service-box__img:hover img {
      transform: scale(1.05); }
  .service-box__title {
    color: #004a24;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.025em;
    padding-right: 30%;
    margin-bottom: 25px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    max-height: calc(1.6em * 2); }
  .service-box .divider {
    margin-bottom: 18px; }
  .service-box__desc {
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #201f2c;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.62em;
    max-height: calc(1.62em * 4); }
  @media (max-width: 1199px) {
    .service-box__title {
      padding-right: 0;
      font-size: 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .service-box__title {
      margin-top: 0;
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .service-box {
      padding-bottom: 28px;
      border-bottom: 1px solid #cccccc; }
      .service-box__title {
        margin-top: 15px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.64em;
        max-height: calc(1.64em * 3); } }

.service-img-box {
  position: relative;
  margin-bottom: 22px; }
  .service-img-box__text {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding-left: 22px; }
  .service-img-box__title {
    font-size: 25px;
    color: white;
    margin-top: 16px;
    margin-bottom: 0;
    letter-spacing: 0.025em;
    line-height: 1.668em; }
  .service-img-box__img {
    position: relative; }
    .service-img-box__img:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30%;
      background: linear-gradient(to top, black, transparent);
      opacity: 0.3; }
  @media (max-width: 1199px) {
    .service-img-box__title {
      font-size: 20px; } }
  @media (max-width: 575px) {
    .service-img-box__text {
      bottom: 10px; }
    .service-img-box__title {
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-height: 1.668em;
      max-height: calc(1.668em * 3); }
    .service-img-box__img:after {
      opacity: 0.8;
      height: 80%; } }

.project-box {
  position: relative;
  transition: all 0.3s; }
  .project-box__title {
    position: absolute;
    bottom: 16px;
    left: 0;
    max-width: 95%;
    padding-left: 30px;
    font-size: 13.33px;
    color: white;
    margin-bottom: 0;
    line-height: 1.87em; }
  .project-box__img a {
    display: block;
    border-top-left-radius: 66px;
    border-bottom-right-radius: 66px;
    overflow: hidden; }
  .project-box__img a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, black, transparent);
    opacity: 0.6;
    transition: opacity 0.3s;
    border-bottom-right-radius: 66px; }
  .project-box__img a:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 32px solid #e35e12;
    border-left: 32px solid transparent;
    opacity: 0.55;
    z-index: 1;
    transition: opacity 0.3s; }
  .project-box__img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 48px solid #e35e12;
    border-left: 48px solid transparent;
    opacity: 0.25;
    transition: opacity 0.3s; }
  .project-box__img img {
    display: block;
    width: 100%; }
  .project-box:hover .project-box__img a:after {
    opacity: 0.9; }
  .project-box:hover .project-box__img a:before {
    opacity: 1; }
  .project-box:hover .project-box__img:after {
    opacity: 0.55; }
  .project-box--has-triangle {
    margin-bottom: 36px !important;
    position: relative; }
    .project-box--has-triangle:after {
      content: "";
      position: absolute;
      bottom: -36px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 34px solid #004a24;
      opacity: 0.8; }
  @media (max-width: 1199px) {
    .project-box__img a {
      border-top-left-radius: 40px;
      border-bottom-right-radius: 40px; }
      .project-box__img a:after {
        border-bottom-right-radius: 40px; } }

.contact-box__icon {
  position: relative;
  flex: 0 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #e35e12;
  height: 90px;
  margin-right: 13px; }
  .contact-box__icon span:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 63px;
    border: 1px solid #e35e12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    backface-visibility: hidden; }
.contact-box__text {
  flex-grow: 1;
  color: #2d2c2c;
  line-height: 1.62em; }
.contact-box__title {
  font-size: 13.33px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.62em; }

.news-box-top {
  margin-bottom: 28px; }
  .news-box-top__img {
    border-radius: unset;
    position: relative; }
    .news-box-top__img a {
      border-radius: initial; }
      .news-box-top__img a:after {
        content: none; }
      .news-box-top__img a:before {
        border-width: 24px;
        opacity: 0.8; }
    .news-box-top__img img {
      display: block;
      width: 100%; }
  .news-box-top__title {
    margin-top: 35px;
    letter-spacing: 0.025em;
    font-size: 21px;
    line-height: 1.54em;
    color: #004a24; }
  .news-box-top .news-box__date {
    transform: none;
    margin-bottom: 20px;
    color: #ff5d00; }
  .news-box-top__desc {
    color: #3c3b3b;
    letter-spacing: 0.01em;
    line-height: 1.87em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.87em;
    max-height: calc(1.87em * 4);
    margin-bottom: 35px; }
  @media (max-width: 1199px) {
    .news-box-top__title {
      margin-top: 0; } }
  @media (max-width: 992px) {
    .news-box-top__title {
      margin-top: 12px; }
    .news-box-top .news-box__date {
      margin-bottom: 5px; }
    .news-box-top__desc {
      margin-bottom: 25px; } }

.news-item {
  border: 1px solid #dedede; }
  .news-item__img {
    border-bottom: 1px solid #dedede;
    overflow: hidden; }
    .news-item__img img {
      display: block;
      width: 100%;
      transition: transform 0.35s; }
    .news-item__img:hover img {
      transform: scale(1.05); }
  .news-item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.87em;
    max-height: calc(1.87em * 2);
    font-size: 13.33px;
    letter-spacing: 0.025em;
    color: #004a24;
    margin-bottom: 0; }
    .news-item__title a:focus {
      text-decoration: none;
      color: #e35e12; }
  .news-item__text {
    padding: 14px 12px;
    background-color: white; }
  .news-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.7em;
    max-height: calc(1.7em * 2);
    letter-spacing: 0.01em;
    margin-bottom: 1em; }
  .news-item .news-box__date {
    transform: none;
    align-self: flex-end;
    margin-top: 13px; }
  .news-item__bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .news-item a.btn {
    margin-bottom: 2px; }
  @media (max-width: 1199px) {
    .news-item__title {
      margin-bottom: 5px; } }
  @media (max-width: 576px) {
    .news-item__title {
      margin-bottom: 0; } }

header {
  transition: all 0.5s;
  background-color: white; }
  header.header-hide {
    transform: translate(0, -100%); }
  header.header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translate(0, 0);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }

.logo img {
  display: block; }

.menu-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  max-width: 100%;
  justify-content: center;
  padding: 0;
  margin: 0; }
  .menu-list > li {
    height: 76px;
    max-height: 76px;
    line-height: 76px;
    position: relative; }
    .menu-list > li > a {
      font-size: 13px;
      text-transform: uppercase;
      display: block;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      padding: 0 27px;
      height: 100%;
      width: 100%;
      overflow: hidden;
      text-align: center;
      letter-spacing: 0.025em;
      color: #201e2d; }
      .menu-list > li > a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #e35e12;
        transform: scale(0);
        opacity: 0;
        transition: transform 0.3s, opacity 0.3s; }
    .menu-list > li.active > a {
      color: white;
      background-color: #e35e12; }
    .menu-list > li ul {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%, 30px);
      width: 200px;
      text-align: center;
      z-index: 99;
      background-color: white;
      padding: 0 0 10px 0;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0;
      transition: transform 0.3s, opacity 0.3s, visibility 0.3s; }
      .menu-list > li ul > li {
        height: normal;
        line-height: normal;
        position: relative;
        transition: border-color 0.3s;
        position: relative; }
        .menu-list > li ul > li > a {
          display: block;
          padding: 8px 15px;
          color: #201e2d; }
        .menu-list > li ul > li > ul {
          display: none;
          position: absolute;
          top: 0px;
          left: 100%;
          width: 190px;
          transform: translate(0, 0); }
        .menu-list > li ul > li:hover a {
          color: #e35e12; }
        .menu-list > li ul > li:hover > ul {
          display: block; }
    .menu-list > li:hover > ul {
      visibility: visible;
      opacity: 1;
      transform: translate(-50%, 0); }
    .menu-list > li:hover a:after {
      opacity: 1;
      transform: scale(1); }

.search-form {
  display: none; }

.search-toggle {
  line-height: 76px;
  height: 76px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  padding: 0 10px; }

.search-form {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9; }
  .search-form input[type="search"], .search-form input[type="search"] {
    width: 100%;
    height: 30px;
    border: none;
    width: 220px;
    border: 1px solid #e35e12;
    padding: 0 10px;
    font-style: italic;
    transition: box-shadow 0.3s; }
    .search-form input[type="search"]:focus, .search-form input[type="search"]:focus {
      outline: none;
      box-shadow: 0px 0px 3px 0px #e35e12; }
  .search-form:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e35e12;
    position: absolute;
    top: -5px;
    right: 77px; }

.menu-btn {
  font-size: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e35e12; }

.language-form {
  display: flex;
  align-items: center;
  margin-left: 15px; }
  .language-form select {
    color: #797878;
    font-weight: 300;
    border: none;
    cursor: pointer; }

@media (max-width: 1199px) {
  .search-toggle {
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center; }

  .logo {
    height: 65px; }
    .logo img {
      max-height: 100%; } }
@media (max-width: 991px) {
  .logo {
    height: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    height: 60px; } }
footer {
  position: relative;
  letter-spacing: 0.05em;
    color: white;
    background: #333;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .footer-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.footer-top {
  padding: 30px 0; }

.footer-title {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  line-height: 1.5em;
  margin-bottom: 5px; }

.footer-list {
  margin: 0;
  padding: 0; }
  .footer-list li {
    line-height: 1.875em; }
  .footer-list a {
    color: white; }
    .footer-list a:hover {
      color: #e35e12; }

.footer-menu-list li {
  line-height: 2.25em; }

.footer-logo-list {
  margin-top: 10px;
  margin-bottom: 22px; }

.footer-social-list {
  margin: 0;
  padding: 0; }
  .footer-social-list > li {
    display: inline-block;
    margin-right: 30px; }
    .footer-social-list > li:last-child {
      margin-right: 0; }
  .footer-social-list a {
    color: white; }
    .footer-social-list a:hover {
      color: #e35e12; }

.footer-bottom {
  text-align: center;
  border-top: 1px solid white;
  opacity: 0.3;
  font-size: 10px;
  padding: 5px 0; }

@media (max-width: 767px) {
  footer [class^="col-"], .col {
    margin-bottom: 25px; }
    footer [class^="col-"]:last-child, .col:last-child {
      margin-bottom: 0; }

  .footer-logo-list > [class^="col-"], .footer-logo-list .col {
    margin-bottom: 0; } }
.page-top {
  position: relative; }

.page-top-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #343437;
  opacity: 0.3; }
.page-top-bg img {
  display: block;
  width: 100%; }

.page-top-decor {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }
  .page-top-decor img {
    height: 100%; }

.page-top-content {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%; }

.breadcrumb {
  background: transparent;
  border-radius: unset;
  padding: 0;
  margin-bottom: 10px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li a, .breadcrumb > li span {
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.025em; }
      .breadcrumb > li a:after, .breadcrumb > li span:after {
        content: " /";
        color: white; }
      .breadcrumb > li a:hover, .breadcrumb > li span:hover {
        color: #e35e12; }
    .breadcrumb > li:last-child a:after {
      content: none; }

.page-top-title {
  font-size: 40px;
  color: white;
  letter-spacing: 0.025em;
  margin-bottom: 0; }

.page-article {
  padding: 25px 0; }
  .page-article.service-wrapper {
    padding: 18px 0; }
  .page-article.project-wrapper {
    padding-bottom: 35px; }
  .page-article.news-wrapper {
    padding-top: 36px;
    padding-bottom: 0; }

.title-secondary {
  letter-spacing: 0.025em;
  font-size: 25px;
  color: #004a24;
  margin-bottom: 15px; }
  .title-secondary.title-contact-page {
    font-size: 20px;
    margin-bottom: 20px; }

.service-link {
  padding: 0;
  margin-bottom: 30px; }
  .service-link > li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    color: #6a6a6c;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 16px; }
    .service-link > li a:hover {
      color: #e35e12; }
    .service-link > li a:focus {
      text-decoration: none; }
  .service-link > li.active a {
    background-color: #e35e12;
    color: white; }

.service-detail-wrapper {
  padding-bottom: 50px; }

.project-carousel .home-carousel__prev {
  left: -160px; }
.project-carousel .home-carousel__next {
  right: -160px; }
@media (min-width: 1140px) {
  .project-carousel .home-carousel__prev {
    left: -60px; }
  .project-carousel .home-carousel__next {
    right: -60px; } }
@media (min-width: 1360px) {
  .project-carousel .home-carousel__prev {
    left: -45px; }
  .project-carousel .home-carousel__next {
    right: -45px; } }
@media (min-width: 1440px) {
  .project-carousel .home-carousel__prev {
    left: -70px; }
  .project-carousel .home-carousel__next {
    right: -70px; } }
@media (min-width: 1600px) {
  .project-carousel .home-carousel__prev {
    left: -160px; }
  .project-carousel .home-carousel__next {
    right: -160px; } }

.green-link-list {
  padding: 0;
  margin: 0; }
  .green-link-list > li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 42px;
    color: #777777;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    .green-link-list > li a:hover {
      color: #004a24; }
    .green-link-list > li a:focus {
      text-decoration: none; }
  .green-link-list > li.active a, .green-link-list > li a.active {
    background-color: #004a24;
    color: white; }

.filter-form select {
  border: 1px solid #dedede;
  height: 30px;
  margin-right: 9px;
  width: 140px;
  color: #777777;
  font-weight: 300;
  font-size: 12px;
  padding: 0 10px;
  letter-spacing: 0.025em; }
  .filter-form select:focus {
    outline: none; }

.filter-bar {
  margin-bottom: 35px; }

.project-box-layout .project-box {
  margin-bottom: 24px; }

.project-box-layout-wrapper {
  margin-bottom: 24px; }

.pagination {
  border-radius: unset; }
  .pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
    border-radius: unset; }
  .pagination .page-link {
    border-color: #d7d7d7;
    color: #2e2e2e;
    font-weight: 500;
    padding: 0 8px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    transition: background 0.3s, border 0.3s, color 0.3s; }
    .pagination .page-link:hover {
      background-color: transparent;
      color: #004a24;
      border-color: #004a24; }
  .pagination > li {
    margin-right: 18px; }
    .pagination > li:last-child {
      margin-right: 0; }
    .pagination > li.active .page-link {
      background-color: #004a24;
      border-color: #004a24;
      color: white; }

.bg-logo {
  background-image: url("../images/service-detail-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 105px; }

.search-form-2 {
  position: relative; }
  .search-form-2 input[type="search"], .search-form-2 input[type="text"] {
    height: 40px;
    border: 1px solid #004a24;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    padding: 12px;
    width: 245px;
    max-width: 100%;
    background-color: transparent;
    transition: box-shadow 0.3s; }
    .search-form-2 input[type="search"]:focus, .search-form-2 input[type="text"]:focus {
      outline: none;
      box-shadow: 0px 0px 3px 0px #004a24; }
  .search-form-2 .icon_search {
    position: absolute;
    right: 12px;
    top: 13.335px;
    color: #004a24;
    transform: rotate(270deg);
    z-index: -1; }

.news-item-wrapper {
  padding: 28px 0; }

.project-detail {
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 40px 0;
  margin-bottom: 24px;
  color: white; }
  .project-detail--hide {
    display: none; }

.project-detail-exit {
  position: absolute;
  padding: 5px;
  top: 0;
  right: 15px;
  color: white;
  cursor: pointer; }
  .project-detail-exit span {
    font-size: 36px; }

.project-detail-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #959595; }
  .project-detail-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5; }
  .project-detail-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #004a24;
    opacity: 0.7; }

.project-detail-title {
  font-size: 21px;
  color: white;
  letter-spacing: 0.025em;
  margin-bottom: 22px; }

.border-style-nav {
  padding: 0;
  margin-bottom: 30px;
  border-top: 2px solid #959595; }
  .border-style-nav > li {
    margin-right: 35px; }
    .border-style-nav > li a {
      display: block;
      font-weight: 300;
      letter-spacing: 0.025em;
      color: white;
      text-transform: uppercase;
      padding-top: 10px;
      position: relative; }
      .border-style-nav > li a:after {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #e35e12;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s, visibility 0.3s; }
      .border-style-nav > li a:hover {
        color: #e35e12; }
      .border-style-nav > li a:focus {
        text-decoration: none;
        color: #e35e12; }
      .border-style-nav > li a.active {
        color: #e35e12; }
        .border-style-nav > li a.active:after {
          opacity: 1;
          visibility: visible; }
    .border-style-nav > li:last-child {
      margin-right: 0; }

.project-detail-subtitle {
  font-weight: 300;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .project-detail-subtitle > [class^="icon_"], .project-detail-subtitle > [class^="fa-"] {
    font-size: 25px;
    color: #e35e12;
    padding-right: 6px; }

.project-detail-list {
  padding: 0;
  margin-bottom: 35px; }
  .project-detail-list > li {
    font-weight: 300;
    line-height: 2.5em;
    list-style-image: url("../images/icons/polygon.png");
    list-style-position: inside;
    position: relative; }
    .project-detail-list > li .font-weight-500 {
      padding-left: 20px; }

.project-detail-img {
  position: relative; }
  .project-detail-img:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 24px solid #e35e12;
    border-left: 24px solid transparent;
    opacity: 0.8;
    z-index: 1;
    transition: opacity 0.3s; }
  .project-detail-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 48px solid #e35e12;
    border-left: 48px solid transparent;
    opacity: 0.25;
    transition: opacity 0.3s; }

.project-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.report-heading {
  text-align: center;
  color: #2f302f;
  font-weight: 500;
  line-height: 1.87em;
  letter-spacing: 0.025em;
  padding: 0 15%;
  margin-bottom: 20px; }
  .report-heading .title-secondary {
    line-height: 1.4em; }

.year-nav {
  padding: 0 80px;
  margin-bottom: 20px; }
  .year-nav__prev, .year-nav__next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 33px;
    color: #004a24;
    cursor: pointer; }
    .year-nav__prev.disabled, .year-nav__next.disabled {
      opacity: 0.2; }
  .year-nav__prev {
    left: -10px; }
  .year-nav__next {
    right: -10px; }

.year-nav-item {
  text-align: center; }
  .year-nav-item a {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #616463;
    font-weight: 300; }
    .year-nav-item a:hover {
      color: #004a24; }
    .year-nav-item a:focus {
      text-decoration: none; }
    .year-nav-item a.active {
      color: white;
      background-color: #004a24; }
      .year-nav-item a.active:hover {
        color: white; }

.report-table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dedede;
  border-collapse: collapse; }
  .report-table tr:last-child a {
    margin-bottom: 25px; }
  .report-table th {
    text-align: center;
    color: white;
    background-color: #e35e12;
    padding: 8px 0;
    position: relative;
    border: 1px solid #e35e12; }
    .report-table th:after {
      content: "";
      position: absolute;
      right: -1px;
      height: 80%;
      width: 1px;
      top: 10%;
      background-color: #fafafc; }
    .report-table th:last-child:after {
      content: none; }
  .report-table td {
    font-weight: 300;
    color: #2f302f;
    padding: 5px 24px;
    position: relative;
    border-right: 1px solid #dedede; }
    .report-table td .icon-pdf-sm {
      margin-right: 5px; }
    .report-table td a {
      color: #2f302f;
      display: flex; }
      .report-table td a > span {
        flex: 0 0 20px; }
      .report-table td a:hover {
        color: #e35e12; }
      .report-table td a:focus {
        text-decoration: none; }

.report-bottom {
  margin-top: 10px;
  padding: 15px 0; }
  .report-bottom .intro-download {
    text-align: center; }

.report-col {
  position: relative;
  height: 100%; }
  .report-col__title {
    text-align: center;
    color: white;
    background-color: #e35e12;
    padding: 8px 0;
    position: relative;
    border: 1px solid #e35e12;
    z-index: 1; }
    .report-col__title:after {
      content: "";
      position: absolute;
      right: -1px;
      height: 80%;
      width: 1px;
      top: 10%;
      background-color: #fafafc;
      z-index: -1; }
  .report-col__list {
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #2f302f; }
    .report-col__list:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 1px;
      height: 100%;
      background-color: #dedede; }
    .report-col__list > li {
      padding: 5px 24px;
      position: relative; }
      .report-col__list > li:last-child {
        margin-bottom: 25px; }
    .report-col__list .icon-pdf-sm {
      margin-right: 5px; }
    .report-col__list a {
      color: #2f302f;
      display: flex; }
      .report-col__list a > span {
        flex: 0 0 20px; }
      .report-col__list a:hover {
        color: #e35e12; }
      .report-col__list a:focus {
        text-decoration: none; }

.report-row {
  border: 1px solid #dedede; }

.report-row [class^="col-"]:last-child .report-col__title:after {
  content: none; }
.report-row [class^="col-"]:last-child .report-col__list:after {
  content: none; }

@media (max-width: 1199px) {
  .page-top-bg {
    height: 270px; }
    .page-top-bg img {
      height: 100%;
      object-fit: cover; }

  .page-top-title {
    font-size: 32px; }

  .title-secondary {
    font-size: 20px; }

  .year-nav {
    padding: 0 60px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .search-form-2 {
    margin-top: 15px; } }
@media (max-width: 991px) {
  .service-link > li {
    flex-grow: 1; }
    .service-link > li a {
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 14px; }

  .green-link-list {
    margin-bottom: 15px;
    width: 100%; }

  .filter-bar .green-link-list > li a {
    padding: 0 30px; }

  .year-nav {
    padding: 0 33px; }

  .report-col__title:after {
    content: none; }
  .report-col__list:after {
    content: none; } }
@media (max-width: 767px) {
  .service-link > li {
    flex: 0 0 100%; }

  .news-wrapper .filter-bar .green-link-list > li {
    flex: 0 0 100%; }
    .news-wrapper .filter-bar .green-link-list > li a {
      padding: 0 12px; }

  .filter-bar .search-form-2 {
    width: 100%; }
    .filter-bar .search-form-2 input {
      width: 100%; }

  .project-detail-desc {
    margin-bottom: 30px; }

  .report-heading {
    padding: 0; }

  .report-table-wrapper {
    overflow-x: auto; }

  .report-table {
    width: 767px; } }
@media (max-width: 575px) {
  .service-link > li {
    flex: 0 0 100%; }

  .green-link-list > li {
    flex: 0 0 100%; }
    .green-link-list > li a {
      padding-left: 15px; }

  .filter-form {
    width: 100%; }
    .filter-form select {
      width: 100%;
      margin-bottom: 10px; }

  .report-bottom .intro-download > li {
    margin-right: 15px; } }
.news-detail-heading {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .news-detail-heading {
      margin-bottom: 30px; } }

.news-detail-title {
  font-size: 20px;
  color: #2d2c2c;
  line-height: 1.3; }

.news-detail-date {
  font-size: 12px;
  color: #e35e12; }

.news-detail-content {
  margin-bottom: 1em; }

.news-detail-table {
  width: 100%;
  margin-bottom: 30px; }
  .news-detail-table tr td:first-child {
    width: 25%; }
    @media (max-width: 767px) {
      .news-detail-table tr td:first-child {
        width: 50%; } }
  .news-detail-table tr:nth-child(odd) {
    background-color: #d7d7d7; }
  .news-detail-table td {
    padding: 12px 18px; }
  .news-detail-table__title {
    font-size: 12px;
    font-weight: 500;
    color: #004a24;
    text-transform: uppercase; }
  .news-detail-table__text {
    font-size: 12px;
    font-weight: 300; }

.article-action {
  padding: 20px 0; }
  .article-action > b {
    color: #2e2e2e;
    font-weight: 500;
    margin-right: 15px; }
  @media (max-width: 767px) {
    .article-action {
      padding-top: 0; } }

.news-tab-nav {
  margin-bottom: 24px; }

.news-tab-wrapper {
  margin-bottom: 16px; }

.home-carousel-item {
  position: relative;
  height: calc(100vh - 76px - 62px); }
  @media (max-width: 1199px) {
    .home-carousel-item {
      height: calc(100vh - 65px - 62px); } }
  @media (max-width: 991px) {
    .home-carousel-item {
      height: calc(100vh - 60px - 62px); } }
  @media (max-width: 767px) {
    .home-carousel-item {
      height: calc(100vh - 50px - 62px); } }
  @media (max-height: 474px) {
    .home-carousel-item {
      height: 450px; } }
  .home-carousel-item__content {
    position: absolute;
    width: 100%;
    top: calc(50% - 55px);
    left: 0;
    transform: translate(0, -50%);
    z-index: 2; }
    @media (max-height: 474px) {
      .home-carousel-item__content {
        top: 50%; } }
    @media (max-width: 1199px) {
      .home-carousel-item__content {
        top: 50%; } }
  .home-carousel-item__title {
    font-size: 40px;
    color: #201f2c;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: calc(1.3em * 4); }
    .home-carousel-item__title a:focus {
      text-decoration: none;
      color: #e35e12; }
  .home-carousel-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 1.875em;
    max-height: calc(1.875em * 7);
    color: #201e2d;
    margin-bottom: 80px;
    font-weight: 300; }
  .home-carousel-item__text {
    margin-right: -25px; }
  .home-carousel-item__decor {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 249px; }
    @media (min-width: 992px) {
      .home-carousel-item__decor {
        left: calc(25.6038647343vw - 4.9903381643px); } }
    @media (min-width: 1199px) {
      .home-carousel-item__decor {
        left: calc(25.748502994vw - 6.7245508982px); } }
    @media (min-width: 1366px) {
      .home-carousel-item__decor {
        left: calc(25.2136752137vw + 0.5811965812px); } }
    @media (min-width: 1600px) {
      .home-carousel-item__decor {
        left: calc(25vw + 4px); } }
    @media (min-width: 1920px) {
      .home-carousel-item__decor {
        left: 484px; } }
    .home-carousel-item__decor img {
      height: 100%;
      display: block;
      width: auto !important; }
  .home-carousel-item__img {
    position: relative;
    height: 100%;
    left: 250px;
    width: 742px; }
    .home-carousel-item__img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      display: block; }
    @media (min-width: 992px) {
      .home-carousel-item__img {
        left: calc(25.6038647343vw - 3.9903381643px); } }
    @media (min-width: 1199px) {
      .home-carousel-item__img {
        left: calc(25.748502994vw - 5.7245508982px); } }
    @media (min-width: 1366px) {
      .home-carousel-item__img {
        left: calc(25.2136752137vw + 1.5811965812px); } }
    @media (min-width: 1600px) {
      .home-carousel-item__img {
        left: calc(25vw + 5px); } }
    @media (min-width: 1920px) {
      .home-carousel-item__img {
        left: 485px; } }
    @media (min-width: 992px) {
      .home-carousel-item__img {
        width: calc(74.3961352657vw + 3.9903381643px); } }
    @media (min-width: 1199px) {
      .home-carousel-item__img {
        width: calc(-1700vw + 21279px); } }
    @media (min-width: 1200px) {
      .home-carousel-item__img {
        width: calc(74.6987951807vw - 17.3855421687px); } }
    @media (min-width: 1366px) {
      .home-carousel-item__img {
        width: calc(74.7863247863vw - 18.5811965812px); } }
    @media (min-width: 1600px) {
      .home-carousel-item__img {
        width: calc(75vw - 22px); } }
    @media (min-width: 1920px) {
      .home-carousel-item__img {
        width: 1418px; } }

.home-carousel__prev, .home-carousel__next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  font-size: 25px;
  cursor: pointer; }
  .home-carousel__prev:after, .home-carousel__prev:before, .home-carousel__next:after, .home-carousel__next:before {
    transition: opacity 0.3s; }
  .home-carousel__prev:hover:after, .home-carousel__next:hover:after {
    opacity: 1; }
  .home-carousel__prev:hover:before, .home-carousel__next:hover:before {
    opacity: 0.55; }
  .home-carousel__prev.disabled, .home-carousel__next.disabled {
    opacity: 0.2; }
.home-carousel__prev {
  left: 40px; }
  .home-carousel__prev:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-right: 41px solid #e35e12;
    border-bottom: 34px solid transparent;
    opacity: 0.55;
    position: absolute;
    top: -18px;
    left: -11px;
    z-index: -1; }
  .home-carousel__prev:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 48.5px solid transparent;
    border-right: 58px solid #e35e12;
    border-bottom: 48.5px solid transparent;
    opacity: 0.25;
    position: absolute;
    top: -32px;
    left: -21px;
    z-index: -2; }
.home-carousel__next {
  right: 40px; }
  .home-carousel__next:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-left: 41px solid #e35e12;
    border-bottom: 34px solid transparent;
    opacity: 0.55;
    position: absolute;
    top: -18px;
    right: -11px;
    z-index: -1; }
  .home-carousel__next:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 48.5px solid transparent;
    border-left: 58px solid #e35e12;
    border-bottom: 48.5px solid transparent;
    opacity: 0.25;
    position: absolute;
    top: -32px;
    right: -21px;
    z-index: -2; }
@media (min-width: 1920px) {
  .home-carousel__prev {
    left: 65px; }
  .home-carousel__next {
    right: 65px; } }

.home-top-below {
  padding: 8px 0;
  margin: 15px 0;
  background-color: white; }
  .home-top-below:after {
    content: "";
    display: table;
    clear: both; }
  .home-top-below .home-top-below-title {
    float: left;
    width: 125px; }
  .home-top-below .home-news-carousel {
    float: left;
    width: calc(100% - 125px);
    margin-top: 2px; }

.home-top-below-title {
  font-size: 15px;
  font-weight: 500;
  color: #e35e12;
  letter-spacing: 0.05em;
  margin: 0; }
  .home-top-below-title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 13px;
    background-color: #004a24;
    position: relative;
    top: 1px;
    margin-right: 5px; }

.home-news-carousel-item {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1em;
  max-height: calc(1em * 1); }
  .home-news-carousel-item a {
    color: #201f2c; }
    .home-news-carousel-item a:focus {
      text-decoration: none; }
    .home-news-carousel-item a:hover {
      color: #e35e12; }

.home-box__heading {
  padding: 38px 0; }
.home-box__title {
  color: #004a24;
  font-size: 40px;
  margin: 0; }
  .home-box__title span {
    display: block;
    font-size: 13.33px;
    color: #e35e12;
    margin-bottom: 10px; }

.home-img-box-row {
  margin-left: -0.5px;
  margin-right: -0.5px; }
  .home-img-box-row [class^="col-"] {
    padding-left: 0.5px;
    padding-right: 0.5px; }

.icon-box-wrapper {
  position: relative;
  padding: 40px 0; }
  .icon-box-wrapper .icon-box-wrapper-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
    .icon-box-wrapper .icon-box-wrapper-bg img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .icon-box-wrapper .row > [class^="col-"]:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 41px;
    background-color: white;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
  .icon-box-wrapper .row > [class^="col-"]:last-child:after {
    content: none; }

.home-vision {
  position: relative;
  background-color: #dedede; }
  .home-vision__decor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1; }
    .home-vision__decor img {
      display: block;
      height: 100%; }
  .home-vision__right {
    position: relative;
    z-index: 1; }
  .home-vision__text {
    text-align: center;
    padding: 25px;
    letter-spacing: 0.025em; }
  .home-vision__title {
    font-size: 33px;
    color: #201f2c;
    margin-bottom: 40px; }
    .home-vision__title .divider {
      margin: 0 auto;
      margin-top: 5px; }
  .home-vision__desc {
    font-size: 16px;
    font-weight: 300;
    color: black;
    text-transform: uppercase; }

.home-box-heading-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }

.aps-nav {
  margin-right: 40px; }

.nav-link {
  color: #797878;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 10px; }
  .nav-link.active {
    color: #e35e12; }

.scroll {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0; }

.partner-carousel-padding {
  padding: 32px 0; }

@media (max-width: 1439px) {
  .home-carousel__prev, .home-carousel__next {
    font-size: 18px; }

  .home-carousel__prev:after {
    border-top: 27px solid transparent;
    border-right: 30.5px solid #e35e12;
    border-bottom: 27px solid transparent;
    top: -16px;
    left: -10px; }
  .home-carousel__prev:before {
    border-top: 34.25px solid transparent;
    border-right: 39px solid #e35e12;
    border-bottom: 34.25px solid transparent;
    top: -23px;
    left: -15px; }

  .home-carousel__next:after {
    border-top: 27px solid transparent;
    border-left: 30.5px solid #e35e12;
    border-bottom: 27px solid transparent;
    top: -16px;
    right: -10px; }
  .home-carousel__next:before {
    border-top: 34.25px solid transparent;
    border-left: 39px solid #e35e12;
    border-bottom: 34.25px solid transparent;
    top: -23px;
    right: -15px; } }
@media (max-width: 1350px) {
  .home-carousel__prev, .home-carousel__next {
    opacity: 0.4; }
    .home-carousel__prev:hover, .home-carousel__next:hover {
      opacity: 1; } }
@media (max-width: 1199px) {
  .home-carousel-item__title {
    font-size: 32px; }

  .icon-box__title {
    font-size: 20px; }
  .icon-box__icon {
    font-size: 42px; }

  .news-box {
    height: 100%; }
    .news-box__img {
      height: 100%; }
      .news-box__img img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover; }

  .home-box__title {
    font-size: 32px; }

  .home-vision__title {
    font-size: 24px; } }
@media (max-width: 991px) {
  .home-carousel-item__text {
    margin-right: 0;
    padding: 30px; }
    .home-carousel-item__text:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: white;
      opacity: 0.4;
      z-index: -2; }

  .home-carousel-item__desc {
    margin-bottom: 30px; }

  .home-carousel-item__decor {
    display: none; }

  .home-carousel-item__img {
    width: 100%;
    left: 0; }

  .home-carousel-item__content {
    padding: 100px 0; } }
@media (max-width: 767px) {
  .home-carousel-item__desc {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.875em;
    max-height: calc(1.875em * 3); }

  .home-box-heading-right {
    margin-top: 20px; }

  .icon-box {
    margin-bottom: 25px; }

  .icon-box-wrapper [class^="col-"]:last-child .icon-box {
    margin-bottom: 0; }
  .icon-box-wrapper .row > [class^="col-"]:after {
    content: none; }

  .home-vision__decor {
    display: none; }
  .home-vision__right {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: rgba(222, 222, 222, 0.6); }

  .news-box {
    height: auto; }
    .news-box__img {
      height: 250px; } }
.partner-carousel a img {
  filter: grayscale(1);
  transition: filter 0.3s; }
.partner-carousel a:hover img {
  filter: grayscale(0); }

@media (min-width: 576px) and (max-width: 767px) {
  .home-carousel-item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: calc(1.3em * 1); } }
@media (max-width: 576px) {
  .home-carousel-item__text {
    padding: 30px 0; } }
.intro-download {
  padding: 0;
  margin: 0; }
  .intro-download > li {
    display: inline-block;
    text-align: center;
    margin-right: 35px; }
    .intro-download > li > a {
      color: #85848b;
      display: block;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.025em;
      transition: none; }
      .intro-download > li > a:hover {
        color: #e35e12; }
      .intro-download > li > a > span[class*="icon"] {
        display: block;
        margin: 0 auto;
        height: 70px;
        background-repeat: no-repeat;
        background-position: center;
        transition: bacground 0.3s; }
      .intro-download > li > a:hover .intro-download__icon-brochure {
        background-image: url("../images/icons/pdf-orange.png"); }
      .intro-download > li > a:hover .intro-download__icon-manual {
        background-image: url("../images/icons/profile-orange.png"); }
      .intro-download > li > a:hover .intro-download__icon-profile {
        background-image: url("../images/icons/user-orange.png"); }
    .intro-download > li:last-child {
      margin-right: 0; }
  .intro-download__icon-brochure {
    background-image: url("../images/icons/pdf-gray.png"); }
  .intro-download__icon-manual {
    background-image: url("../images/icons/profile-gray.png"); }
  .intro-download__icon-profile {
    background-image: url("../images/icons/user-gray.png"); }

.timeline-wrapper {
  position: relative;
  background-color: white; }

.timeline-wrapper-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.12; }
  .timeline-wrapper-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.timeline-title {
  color: #343535;
  font-size: 30px;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 50px; }

.timeline {
  position: relative; }
  .timeline:after {
    content: "";
    position: absolute;
    top: 30.5px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 4px;
    height: calc(100% - 222px);
    background-color: #e35e12; }

.timeline-box {
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 25px; }
  .timeline-box__right {
    flex: 0 0 177px; }
  .timeline-box__desc {
    font-size: 12px;
    font-weight: 300;
    color: #343437;
    letter-spacing: 0.025em;
    margin-top: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 1.875em;
    max-height: calc(1.875em * 7);
    text-overflow: eclipse; }
  .timeline-box__year {
    height: 37px;
    line-height: 37px;
    width: 118px;
    text-align: center;
    background-color: #004a24;
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 8px;
    position: relative; }
    .timeline-box__year:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translate(0, -50%);
      width: 66.5px;
      border-top: 2px solid #004a24; }
  .timeline-box:after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #e35e12;
    position: absolute;
    border-radius: 50%;
    z-index: 1; }
  .timeline-box:first-child:after, .timeline-box:last-child:after {
    top: 5.5px;
    right: -13px;
    width: 26px;
    height: 26px;
    border: 4px solid #e35e12;
    background-color: white; }
  .timeline-box--left {
    padding-right: 37px; }
    .timeline-box--left .timeline-box__desc {
      margin-right: 25px;
      text-align: right; }
    .timeline-box--left:after {
      right: -6.5px;
      top: 12px; }
  .timeline-box--right {
    left: 50%;
    padding-left: 37px;
    padding-right: 0; }
    .timeline-box--right .timeline-box__right {
      order: 1; }
    .timeline-box--right .timeline-box__desc {
      order: 2;
      margin-right: 0;
      margin-left: 25px;
      text-align: left; }
    .timeline-box--right .timeline-box__year:after {
      left: inherit;
      right: 100%; }
    .timeline-box--right:after {
      right: inherit;
      left: -13px; }
    .timeline-box--right:not(:last-child):after {
      left: -6.5px;
      top: 12px; }

.contact-left {
  border-right: 1px solid #dedede;
  padding-top: 45px; }

.contact-right {
  padding-top: 45px; }

.contact-form {
  margin-bottom: 25px; }
  .contact-form .form-group {
    margin-bottom: 12px; }
  .contact-form .form-control {
    border-radius: unset;
    border-color: #dedede;
    font-weight: 300;
    font-size: 12px;
    color: #7f7f7f;
    height: 34px; }
    .contact-form .form-control::placeholder {
      color: #7f7f7f; }
  .contact-form textarea.form-control {
    height: 170px;
    resize: none; }
  .contact-form .form-action {
    text-align: right;
    margin-top: 19px; }

#page-map {
  height: 490px; }

@media (max-width: 1199px) {
  .timeline-title {
    font-size: 32px; } }
@media (max-width: 991px) {
  .timeline:after {
    left: 0;
    transform: none; }

  .timeline-box {
    right: auto;
    left: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 37px; }
    .timeline-box__right {
      order: 1; }
    .timeline-box__desc {
      order: 2;
      text-align: left !important;
      margin-left: 25px;
      margin-right: 0 !important; }
    .timeline-box__year:after {
      left: auto;
      right: 100%; }
    .timeline-box:first-child:after, .timeline-box:last-child:after {
      right: auto !important;
      left: -11.5px !important; }
    .timeline-box:after {
      left: -5px; }

  .contact-left {
    border-right: 0; } }
@media (max-width: 575px) {
  .timeline:after {
    height: 100%; }

  .timeline-box {
    flex-direction: column; }
    .timeline-box__year {
      margin: 0 0 8px 36px; }
    .timeline-box__desc {
      margin: 0 !important; }
    .timeline-box__right {
      margin-bottom: 10px; } }
.row {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .row.no-gutters {
    margin-left: 0;
    margin-right: 0; }

.col, [class^="col-"] {
  padding-left: 12.5px;
  padding-right: 12.5px; }

.bg-gray {
  background-color: #fafafc; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.text-wrap {
  word-break: break-word; }

.font-weight-500 {
  font-weight: 500; }

.icon-pdf-sm {
  display: inline-block;
  width: 20px;
  height: 26px;
  background-image: url("../images/icons/icon-pdf-sm.png");
  background-repeat: no-repeat;
  background-size: contain; }

@media (min-width: 1600px) {
  .home-top-container {
    width: 1444px !important;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1229px;
    max-width: 100%; } }

