﻿@charset "UTF-8";
/*Inculde*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import "bootstrap_inc/functions";
@import "bootstrap_inc/root";
@import "bootstrap_inc/reboot";
@import "bootstrap_inc/type";
@import "bootstrap_inc/images";
@import "bootstrap_inc/code";
@import "bootstrap_inc/grid";
@import "bootstrap_inc/tables";
@import "bootstrap_inc/forms";
@import "bootstrap_inc/buttons";
@import "bootstrap_inc/transitions";
@import "bootstrap_inc/dropdown";
@import "bootstrap_inc/button-group";
@import "bootstrap_inc/input-group";
@import "bootstrap_inc/custom-forms";
@import "bootstrap_inc/nav";
@import "bootstrap_inc/navbar";
@import "bootstrap_inc/card";
@import "bootstrap_inc/breadcrumb";
@import "bootstrap_inc/pagination";
@import "bootstrap_inc/badge";
@import "bootstrap_inc/jumbotron";
@import "bootstrap_inc/alert";
@import "bootstrap_inc/progress";
@import "bootstrap_inc/media";
@import "bootstrap_inc/list-group";
@import "bootstrap_inc/close";
@import "bootstrap_inc/modal";
@import "bootstrap_inc/tooltip";
@import "bootstrap_inc/popover";
@import "bootstrap_inc/carousel";
@import "bootstrap_inc/utilities";
@import "bootstrap_inc/print";*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,900");
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

/*Inculde*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: 300;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: 'Montserrat',"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif; }

ol, ul {
  list-style: none; }

ul.simple-list, ul.doted-list {
  margin-bottom: 40px;
  overflow: hidden; }
  ul.simple-list li, ul.doted-list li {
    line-height: 28px;
    font-size: 18px; }

ul.doted-list li {
  list-style: none;
  padding-left: 15px;
  position: relative; }
  ul.doted-list li:after {
    position: absolute;
    left: 0;
    display: block;
    top: 12px;
    height: 3px;
    width: 3px;
    border-radius: 5px;
    overflow: hidden;
    content: "";
    background: #000; }

ul.doted-list ._flex, ul.doted-list .-up-down, ul.doted-list .actions, ul.doted-list .itunes-slider .-item .-image a span, .itunes-slider .-item .-image a ul.doted-list span, ul.doted-list .cross-images .-left .description .des-content, .cross-images .-left .description ul.doted-list .des-content, ul.doted-list .single-images, ul.doted-list .tabs a span, .tabs a ul.doted-list span, ul.doted-list .sub-tabs ul, .sub-tabs ul.doted-list ul, ul.doted-list .magnification a, .magnification ul.doted-list a, ul.doted-list .magnification a i, .magnification a ul.doted-list i, ul.doted-list .data-table, ul.doted-list .customers, ul.doted-list .customers .-item .description, .customers .-item ul.doted-list .description, ul.doted-list .links ul, .links ul.doted-list ul, ul.doted-list .sitemap, ul.doted-list .keyimage, ul.doted-list .video-player, ul.doted-list .download-col, ul.doted-list .accordion-list .-item .accordion-container .accordion-item .accordion-trigger button, .accordion-list .-item .accordion-container .accordion-item .accordion-trigger ul.doted-list button, ul.doted-list .download-box, ul.doted-list .certifications .-item, .certifications ul.doted-list .-item, ul.doted-list .awards, ul.doted-list .header .-bottom .navigation > ul, .header .-bottom ul.doted-list .navigation > ul, ul.doted-list .header .-bottom .navigation > ul > li, .header .-bottom ul.doted-list .navigation > ul > li, ul.doted-list .header .-bottom .navigation > ul > li .dropdown > ul, .header .-bottom .navigation > ul > li ul.doted-list .dropdown > ul, ul.doted-list .content .section .full-box, .content .section ul.doted-list .full-box, ul.doted-list .content .section .full-box .-content, .content .section .full-box ul.doted-list .-content, ul.doted-list .content .progress-circles, .content ul.doted-list .progress-circles, ul.doted-list .content .names, .content ul.doted-list .names, ul.doted-list .content .home-news, .content ul.doted-list .home-news, ul.doted-list .content .home-news .-item, .content .home-news ul.doted-list .-item, ul.doted-list .contact-us .modal-contact, .contact-us ul.doted-list .modal-contact, ul.doted-list .contact-us .modal-contact .-right, .contact-us .modal-contact ul.doted-list .-right, ul.doted-list .contact-us .-contact-form .-row, .contact-us .-contact-form ul.doted-list .-row, ul.doted-list .footer .-top ._container, .footer .-top ul.doted-list ._container, ul.doted-list .footer .-top ._container .-left ul, .footer .-top ._container .-left ul.doted-list ul, .footer .-top ._container .-right ul.doted-list li {
  justify-content: space-between; }

.-fl {
  float: left; }

.-fr {
  float: right; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a[href^="tel:"] {
  color: #fff;
  text-decoration: none; }

/*#Reset*/
/*Tools*/
._flex, .-up-down, .actions, .itunes-slider .-item .-image a span, .cross-images .-left .description .des-content, .single-images, .tabs a span, .sub-tabs ul, .magnification a, .magnification a i, .data-table, .customers, .customers .-item .description, .links ul, .sitemap, .keyimage, .video-player, .download-col, .accordion-list .-item .accordion-container .accordion-item .accordion-trigger button, .download-box, .certifications .-item, .awards, .header .-bottom .navigation > ul, .header .-bottom .navigation > ul > li, .header .-bottom .navigation > ul > li .dropdown > ul, .content .section .full-box, .content .section .full-box .-content, .content .progress-circles, .content .names, .content .home-news, .content .home-news .-item, .contact-us .modal-contact, .contact-us .modal-contact .-right, .contact-us .-contact-form .-row, .footer .-top ._container, .footer .-top ._container .-left ul, .footer .-top ._container .-right ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

i.fa {
  margin-right: 5px; }

._container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

.-up-down {
  flex-direction: column; }

.actions .btn {
  min-width: 150px; }

.actions.-centered {
  justify-content: center; }

.actions.-right {
  justify-content: flex-end; }

.btn {
  padding: 15px 20px;
  margin: 5px;
  text-align: center;
  background: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 4px;
  box-sizing: border-box; }
  .btn.-primary {
    color: #000;
    border-color: #000; }
    .btn.-primary:hover {
      background-color: #34495e;
      color: #fff;
      border-color: #34495e; }
  .btn i {
    display: inline-block;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px; }
  .btn:hover i.-right-arrow {
    background-color: #fff; }

/*#Tools*/
/*Titles*/
.title {
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px; }
  .title:after {
    content: "";
    width: 77px;
    background: #7b6c63;
    height: 5px;
    margin: 0 auto;
    display: block; }
  .title h2 {
    font-size: 40px;
    color: #7b6c63;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 600; }

.title-h3 {
  margin-bottom: 20px;
  color: #7b6c63;
  font-size: 25px;
  text-transform: uppercase; }

.title-h4 {
  margin-bottom: 20px;
  color: #212121;
  font-size: 18px;
  font-weight: bold; }

/*#Titles*/
/*itunes Slider*/
.itunes-slider {
  overflow: hidden;
  height: 0; }
  .itunes-slider .-item {
    text-align: center;
    margin: 5vw 0;
    max-width: 800px;
    position: relative; }
    .itunes-slider .-item .-image {
      position: relative; }
      .itunes-slider .-item .-image a span {
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        color: #fff;
        font-size: 25px;
        z-index: 20;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 0 #333; }
        .itunes-slider .-item .-image a span:after {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
          /* IE6-9 */
          z-index: -1;
          content: "";
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 0;
          transition: opacity 0.4s;
          transition-delay: 0.4s; }
      .itunes-slider .-item .-image img {
        margin: 0 auto;
        max-width: 100%;
        transition: transform 0.4s;
        width: 100%;
        height: 100%;
        z-index: 10; }
    .itunes-slider .-item.slick-center {
      z-index: 20; }
      .itunes-slider .-item.slick-center a span:after {
        opacity: 1; }
      .itunes-slider .-item.slick-center img {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #e67e22;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        border: 0;
        display: block; }

/*#itunes Slider*/
/*Sub Slider*/
.sub-slider {
  overflow: hidden;
  height: 0; }
  .sub-slider .-item-title {
    text-align: center;
    padding: 10px 0; }
    .sub-slider .-item-title h3 {
      color: #7b6c63;
      font-size: 30px;
      display: block;
      font-weight: 600;
      margin-bottom: 10px; }
      .sub-slider .-item-title h3 a {
        color: inherit;
        text-decoration: none; }
        .sub-slider .-item-title h3 a:hover {
          color: #ee830d; }
    .sub-slider .-item-title strong {
      font-weight: 300;
      text-transform: uppercase; }
  .sub-slider .-item-subTitle {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }

/*modal*/
.modal.show {
  padding-right: 0 !important;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

.modal-backdrop.show {
  background: #fff;
  opacity: 1; }

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%; }

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: 0; }
  .modal-content ._container {
    width: 100%; }

.modal-body {
  padding: 0;
  padding-top: 50px; }
  .modal-body .video-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 93vh; }
    .modal-body .video-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .modal-body .content {
    text-align: left; }
    .modal-body .content p {
      text-align: left !important; }
  .modal-body > img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  .modal-body .section.-backgrounded {
    margin-bottom: 100px !important; }

.modal-header {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 20; }
  .modal-header button {
    position: static;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    color: #000;
    text-transform: uppercase;
    background: none;
    border: none;
    cursor: pointer; }
    .modal-header button span {
      position: static;
      display: inline-block;
      vertical-align: middle;
      width: auto;
      font-size: 16px;
      padding-left: 20px; }
      .modal-header button span:before {
        content: "\f00d";
        font-family: FontAwesome;
        vertical-align: text-top;
        margin-right: 10px; }

/*#modal*/
/*Cross Images*/
.cross-images {
  overflow: hidden;
  display: flex;
  padding: 15px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box; }
  .cross-images .-left, .cross-images .-right {
    width: 100%; }
    .cross-images .-left img, .cross-images .-right img {
      max-width: 100%;
      display: block;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 20; }
  .cross-images .-left {
    margin-right: -3%;
    z-index: 20;
    position: relative; }
    .cross-images .-left .description {
      border: 3px solid #3da1de;
      color: #3da1de;
      background: #fff;
      margin: 0 auto;
      margin-top: -2%;
      max-width: 70%; }
      .cross-images .-left .description .des-content {
        flex-direction: column;
        max-width: 80%;
        margin: 10% auto; }
        .cross-images .-left .description .des-content ul {
          margin-bottom: 0; }
        .cross-images .-left .description .des-content strong {
          font-weight: bold;
          margin-bottom: 10px;
          font-size: 18px; }
        .cross-images .-left .description .des-content p {
          margin-bottom: 10px; }
  .cross-images .-right {
    margin-top: 100px;
    margin-left: -3%;
    z-index: 10;
    position: relative; }
    .cross-images .-right .des-content {
      padding: 20px;
      margin-top: 20px; }
      .cross-images .-right .des-content p {
        color: #da866c; }

/*Cross Images*/
/*Double Images*/
.single-images {
  justify-content: space-around;
  margin-bottom: 20px; }
  .single-images > div {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px; }
    .single-images > div img {
      max-width: 100%;
      margin: 0 auto;
      display: block; }
      .single-images > div img.-shadow {
        box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5); }

/*#Double Images*/
/*Single Image*/
.single-image {
  text-align: center; }
  .single-image img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

/*#Single Image*/
/*Tabs-Panels*/
.tabs {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative; }
  .tabs a {
    position: relative;
    color: #212121;
    text-decoration: none;
    display: block;
    font-size: 18px;
    opacity: 0;
    text-transform: uppercase; }
    .tabs a span {
      padding-right: 25px;
      justify-content: center;
      text-align: center; }
      .tabs a span:before {
        margin-right: 25px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #ee8422; }
    .tabs a:hover, .tabs a.active {
      color: #ee830d; }
      .tabs a:hover:before, .tabs a.active:before {
        position: absolute;
        content: "";
        width: 180px;
        height: 180px;
        background: #f6f6f6;
        top: 0;
        left: calc(50% - 90px);
        z-index: -1;
        border-radius: 50%; }
    .tabs a i {
      height: 180px;
      width: 180px;
      display: block;
      margin: 0 auto;
      margin-bottom: 22px; }
      .tabs a i img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%; }

.panels .panel {
  opacity: 0;
  transition: opacity 0.5s;
  height: 0;
  overflow: hidden; }
  .panels .panel.active {
    opacity: 1;
    height: auto; }

.sub-tabs {
  padding: 20px 10px;
  margin-bottom: 20px; }
  .sub-tabs .sub-trigger {
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    display: none;
    justify-content: space-between;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit; }
    .sub-tabs .sub-trigger:hover, .sub-tabs .sub-trigger.active {
      background: #212121;
      color: #fff; }
    .sub-tabs .sub-trigger span {
      flex: 1; }
    .sub-tabs .sub-trigger:after {
      font-family: FontAwesome;
      content: "\f0d7";
      flex: 0; }
  .sub-tabs ul {
    justify-content: center; }
    .sub-tabs ul li {
      border-left: 1px solid #000;
      width: 100%; }
      .sub-tabs ul li:first-child {
        border: none; }
      .sub-tabs ul li a {
        color: #363636;
        text-decoration: none;
        margin: 0 20px;
        text-align: center;
        display: block;
        box-sizing: border-box; }
        .sub-tabs ul li a:hover, .sub-tabs ul li a.active {
          color: #ee830d; }

/*#Tabs-Panels*/
/*Signature*/
.signature {
  padding: 30px 0;
  margin-bottom: 30px; }
  .signature img {
    display: block;
    margin-bottom: 20px;
    max-width: 66.667%; }

/*#signature*/
/*Magnification*/
.magnification {
  margin-bottom: 40px;
  display: block;
  position: relative;
  text-align: center; }
  .magnification a {
    color: #ebeaea;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    position: relative; }
    .magnification a img {
      max-width: 100%; }
    .magnification a i {
      justify-content: center;
      align-items: center;
      font-size: 75px;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH"; }
      .magnification a i:before {
        z-index: 2; }
      .magnification a i:after {
        content: "";
        background: rgba(248, 248, 248, 0.8);
        height: 100%;
        width: 100%;
        position: absolute;
        top: -10%;
        left: -50%;
        z-index: 1; }
    .magnification a:hover {
      color: #ee830d; }

/*#Magnification*/
/*Bottom Msg*/
.bottom-msg ._container {
  margin-bottom: 0 !important; }
  .bottom-msg ._container p {
    margin-bottom: 0;
    padding: 10px;
    font-size: 16px;
    text-align: center; }
    .bottom-msg ._container p a {
      text-decoration: none;
      color: inherit; }

/*#Bottom Msg*/
/*Data Table*/
.data-table {
  margin-bottom: 20px; }
  .data-table .-col {
    width: 100%;
    border: 1px solid #CECECD;
    box-sizing: border-box;
    border-bottom: 0; }
    .data-table .-col.-mid {
      border-left: 0;
      border-right: 0; }
    .data-table .-col .-row {
      border-bottom: 1px solid #CECECD;
      min-height: 65px; }
      .data-table .-col .-row .-title, .data-table .-col .-row .-value {
        background: #CECECD;
        color: #fff;
        font-size: 30px;
        text-align: center;
        padding: 20px;
        display: block; }
      .data-table .-col .-row .-value {
        font-size: 20px;
        background: #fff;
        color: inherit; }

/*#Data Tables*/
/*Customers*/
.customers {
  justify-content: space-around;
  flex-wrap: wrap; }
  .customers .-item {
    max-width: 232px;
    margin: 30px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .customers .-item .description {
      -moz-transition: top 0.2s ease;
      -o-transition: top 0.2s ease;
      -webkit-transition: top 0.2s ease;
      transition: top 0.2s ease;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 100%;
      height: 100%;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.9); }
    .customers .-item:hover .description {
      top: 0; }
    .customers .-item span {
      text-align: center;
      display: inline-block;
      border-bottom: 3px solid #ee830d;
      margin: 0 auto;
      padding: 10px 20px; }
    .customers .-item img {
      width: 100%;
      display: block; }

/*#Customers*/
/*Links*/
.links {
  overflow: hidden; }
  .links ul {
    justify-content: space-between;
    flex-wrap: wrap; }
    .links ul li {
      width: 45%;
      margin: 10px 20px; }
      .links ul li:hover {
        color: #ee830d; }
      .links ul li a {
        color: #212121; }
        .links ul li a:hover {
          text-decoration: none;
          color: #ee830d; }
  .links.-three ul li {
    width: 28%; }

/*#Links*/
/*Sitemap*/
.sitemap {
  justify-content: flex-start;
  flex-wrap: wrap; }
  .sitemap .-col {
    width: 33%;
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box; }
    .sitemap .-col h3 {
      font-size: 18px;
      text-transform: uppercase;
      color: #7b6c63;
      margin-bottom: 10px; }
      .sitemap .-col h3 a {
        text-decoration: none;
        display: block;
        color: #7b6c63; }
    .sitemap .-col li {
      margin-bottom: 20px; }
      .sitemap .-col li a:hover {
        color: #ee830d; }
    .sitemap .-col a {
      color: #212121;
      text-decoration: none; }
      .sitemap .-col a:hover {
        text-decoration: none;
        color: #ee830d; }

/*#Sitemap*/
/*Key Image*/
.keyimage {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  height: 38vw;
  background-size: auto 100%; }
  .keyimage.-a {
    background-image: url(img/keyimage/a.jpg);
    transition: background 0.3s;
    background-size: 100% auto; }
  .keyimage.-b {
    background-image: url(img/keyimage/b.jpg); }
  .keyimage.-c {
    background-image: url(img/keyimage/c.jpg); }
  .keyimage.-d {
    background-image: url(img/keyimage/d.jpg); }
  .keyimage.-e {
    background-image: url(img/keyimage/e.jpg); }
  .keyimage.-f {
    background-image: url(img/keyimage/f.jpg); }
  .keyimage.-g {
    background-image: url(img/keyimage/g.jpg); }
  .keyimage .-inner {
    color: #fff;
    padding: 40px 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase; }
    .keyimage .-inner span {
      display: block;
      font-size: 64px;
      text-shadow: 2px 2px 25px #000000, 0 0 40px black, 0 0 60px #000000; }
    .keyimage .-inner strong {
      color: #ff8f40;
      font-weight: 600; }
    .keyimage .-inner .-title {
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .keyimage .-inner .-second {
      text-align: right; }
  .keyimage.-a.animated {
    background-image: url(img/keyimage/a-1.jpg); }

/*#Key Image*/
/*Video Player*/
.video-player {
  height: 30vw;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(img/keyimage/video-player.jpg);
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }
  .video-player a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; }
    .video-player a:after {
      content: "";
      position: absolute;
      top: calc(50% - 25px);
      left: calc(50% - 25px);
      background: #fff;
      height: 40px;
      width: 50px;
      z-index: 1; }
    .video-player a i {
      color: #d52423;
      display: block;
      font-size: 100px;
      margin-bottom: 10px;
      margin: 0 auto;
      position: relative;
      z-index: 2; }

/*#Video Player*/
/*Download Col*/
.download-col {
  justify-content: space-around;
  margin-bottom: 30px; }
  .download-col > div {
    width: 100%;
    max-width: 600px;
    margin: 30px 0;
    box-sizing: border-box;
    text-align: center; }
    .download-col > div h3 {
      text-align: center;
      color: #212121;
      font-size: 40px;
      font-weight: normal;
      margin-bottom: 57px; }
    .download-col > div .-item {
      margin-bottom: 20px; }
      .download-col > div .-item a {
        font-size: 24px;
        color: #212121;
        text-decoration: none;
        line-height: 40px; }
        .download-col > div .-item a span > span {
          display: inline-block;
          white-space: nowrap; }
        .download-col > div .-item a:hover {
          color: #ee830d; }

/*#Download Col*/
/*Accordion*/
.accordion-list {
  overflow: hidden; }
  .accordion-list .-item {
    overflow: hidden;
    margin: 50px 0;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 10px 10px; }
    .accordion-list .-item > h3 {
      background: #f9f9f9;
      color: #7b6c63;
      padding: 30px 15px;
      text-align: center;
      font-size: 30px;
      font-weight: normal;
      text-transform: uppercase; }
    .accordion-list .-item .accordion-container {
      overflow: hidden; }
      .accordion-list .-item .accordion-container .accordion-item {
        border-bottom: 1px solid #f1f1f1; }
        .accordion-list .-item .accordion-container .accordion-item .accordion-trigger {
          background: #fff;
          border-radius: 0 0 10px 10px; }
          .accordion-list .-item .accordion-container .accordion-item .accordion-trigger button {
            margin: 0 auto;
            max-width: 800px;
            padding: 20px;
            box-sizing: border-box;
            background: transparent;
            color: inherit;
            border: 0;
            font: inherit;
            position: relative;
            justify-content: space-between;
            width: 100%;
            box-sizing: border-box;
            font-size: 18px;
            text-transform: uppercase;
            cursor: pointer; }
            .accordion-list .-item .accordion-container .accordion-item .accordion-trigger button span {
              flex: 1;
              text-align: left; }
            .accordion-list .-item .accordion-container .accordion-item .accordion-trigger button:after {
              content: "\f196";
              font-family: FontAwesome;
              font-size: 20px;
              flex: 0; }
          .accordion-list .-item .accordion-container .accordion-item .accordion-trigger:hover, .accordion-list .-item .accordion-container .accordion-item .accordion-trigger.active {
            color: #fff;
            background: #34495e; }
          .accordion-list .-item .accordion-container .accordion-item .accordion-trigger.active button:after {
            content: "\f147"; }
        .accordion-list .-item .accordion-container .accordion-item .accordion-content-wrapper {
          background: #f9fcfe;
          overflow: hidden;
          display: none; }
          .accordion-list .-item .accordion-container .accordion-item .accordion-content-wrapper .accordion-content {
            max-width: 800px;
            padding: 20px;
            margin: 0 auto;
            box-sizing: border-box; }

/*#Accordion*/
/*Download box*/
.download-box {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .download-box a.download-form {
    color: #ee830d;
    text-decoration: none; }
  .download-box .-left, .download-box .-right {
    margin: 5px 0; }
  .download-box .-left {
    position: relative;
    padding-left: 20px; }
    .download-box .-left span {
      vertical-align: middle; }
    .download-box .-left:after {
      position: absolute;
      left: 0;
      display: block;
      top: 5px;
      height: 8px;
      content: "\f111";
      font-size: 8px;
      line-height: 8px;
      font-family: FontAwesome; }

/*Certificates*/
.certifications {
  margin-bottom: 20px;
  overflow: hidden; }
  .certifications .-item {
    padding: 20px 0;
    margin-bottom: 20px;
    align-items: center; }
    .certifications .-item .-left {
      padding: 10px;
      flex-shrink: 0;
      flex: 0 0 20%;
      text-align: center;
      box-sizing: border-box; }
      .certifications .-item .-left img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
    .certifications .-item .-right {
      padding: 10px;
      padding-left: 30px; }
      .certifications .-item .-right h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px; }

/*#Certificates*/
/*Awards*/
.awards {
  margin-bottom: 20px;
  overflow: hidden;
  flex-wrap: wrap; }
  .awards .-item {
    width: 33.333%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px; }
    .awards .-item img {
      max-width: 100%;
      margin: 0 auto;
      display: block;
      margin-bottom: 25px; }
    .awards .-item h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px; }

/*#Awards*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }
  .slick-slider.slick-initialized {
    height: auto; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block;
    opacity: 1; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: none;
  background-image: url(img/prev-next.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  border: 2px solid transparent;
  z-index: 30;
  border-radius: 50%;
  background-size: 80%; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent;
    border-color: #ff6a00; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0;
    height: 0;
    width: 0; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 15px;
  transform: rotate(-180deg); }

.slick-next {
  right: 15px; }

/* Dots */
.slick-dots {
  height: 35px;
  padding-left: 70px;
  padding-right: 70px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 5vw;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: "";
        border-bottom: 3px solid #ff6a00;
        width: 100%;
        height: 10px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slider-control {
  position: relative;
  margin-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px; }

input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 100%;
  display: block;
  position: relative;
  top: 5px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }

input[type="range"]::-webkit-slider-container {
  margin-top: 7px; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 2px;
  background: #FED9BF;
  border: none;
  border-radius: 3px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border-radius: 50%;
  background: #ff6a00;
  margin-top: -7px;
  box-shadow: 0 0 3px #777; }

input[type=range]:focus {
  outline: none; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FED9BF; }

input[type=range]::-moz-range-track {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 2px;
  background: #FED9BF;
  border: none;
  border-radius: 3px; }

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border-radius: 50%;
  background: #ff6a00;
  margin-top: -7px;
  box-shadow: 0 0 3px #777; }

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 10px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #ff6a00;
  border-radius: 10px; }

input[type=range]::-ms-fill-upper {
  background: #ff6a00;
  border-radius: 10px; }

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ff6a00;
  box-shadow: 0 0 3px #777;
  cursor: pointer; }

input[type=range]:focus::-ms-fill-lower {
  background: #ff6a00; }

input[type=range]:focus::-ms-fill-upper {
  background: #ff6a00;
  opacity: 0.5; }

input[type=range]::-ms-tooltip {
  display: none; }

/*Header*/
.header {
  background: #fff;
  position: relative;
  z-index: 2000; }
  .header .-top {
    background: #f6f6f6;
    padding: 12px 0;
    color: #5d6d7e; }
    .header .-top ._container {
      justify-content: space-between; }
    .header .-top .-left {
      font-size: 14px; }
      .header .-top .-left span {
        padding: 0 5px;
        display: inline-block;
        vertical-align: middle;
        color: #b3c1cb; }
        .header .-top .-left span.current {
          font-weight: 600;
          color: #34495e; }
    .header .-top .-right {
      color: #8e9ca7;
      line-height: 20px; }
      .header .-top .-right a {
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        display: inline-block;
        color: #8e9ca7;
        font-size: 14px; }
        .header .-top .-right a.egap {
          color: #000;
          border: 1px solid #000;
          padding: 0px 7px;
          border-radius: 3px; }
      .header .-top .-right span {
        margin: 0 5px;
        display: inline-block;
        font-size: 13px;
        vertical-align: top; }
  .header .-mid ._container {
    text-align: center;
    position: relative; }
    .header .-mid ._container a {
      display: block;
      align-self: center;
      margin: 0 auto;
      flex: 1; }
      .header .-mid ._container a img {
        margin: 30px auto;
        display: block;
        max-width: 58%; }
  .header .-mid .menu-trigger {
    overflow: hidden;
    text-indent: -999px;
    align-self: flex-end;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background: url(img/menu-icon.svg) no-repeat center;
    border: 0;
    width: 7vw;
    cursor: pointer;
    display: none;
    background-size: contain; }
  .header .-bottom {
    background: #5d6d7e;
    position: relative;
    transition: all 0.4s; }
    .header .-bottom .hamburger {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 20;
      background: red;
      color: #fff;
      border: 0;
      cursor: pointer; }
    .header .-bottom.fix {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 30;
      background: transparent; }
      .header .-bottom.fix:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.85;
        background: #32404a; }
    .header .-bottom .navigation .egat-logo {
      display: none; }
    .header .-bottom .navigation > ul {
      justify-content: space-between; }
      .header .-bottom .navigation > ul > li {
        padding: 5px 5px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
        list-style: none; }
        .header .-bottom .navigation > ul > li.hidden, .header .-bottom .navigation > ul > li.extra {
          display: none; }
        .header .-bottom .navigation > ul > li .-arrow {
          display: none; }
        .header .-bottom .navigation > ul > li > a {
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          padding: 12px 5px;
          box-sizing: border-box;
          text-align: center;
          font-size: 16px;
          display: block;
          width: 100%;
          position: relative;
          line-height: 30px; }
          .header .-bottom .navigation > ul > li > a:after {
            content: "";
            position: absolute;
            right: 60%;
            left: 60%;
            bottom: 4px;
            height: 5px;
            background: #fff;
            transition: all 0.5s;
            border-radius: 5px; }
        .header .-bottom .navigation > ul > li:hover a:after, .header .-bottom .navigation > ul > li.active a:after {
          right: 0;
          left: 0; }
        .header .-bottom .navigation > ul > li .dropdown {
          background: transparent;
          background-image: -webkit-linear-gradient(bottom, rgba(18, 54, 93, 0.68), rgba(8, 76, 78, 0.68));
          background-image: -moz-linear-gradient(bottom, rgba(18, 54, 93, 0.68), rgba(8, 76, 78, 0.68));
          background-image: -o-linear-gradient(bottom, rgba(18, 54, 93, 0.68), rgba(8, 76, 78, 0.68));
          background-image: -ms-linear-gradient(bottom, rgba(18, 54, 93, 0.68), rgba(8, 76, 78, 0.68));
          background-image: linear-gradient(bottom, rgba(18, 54, 93, 0.68), rgba(8, 76, 78, 0.68));
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          z-index: 20;
          display: none; }
          .header .-bottom .navigation > ul > li .dropdown button.mobile-close {
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 20;
            background: #f7f7f7;
            border: 0;
            border-radius: 30px;
            height: 30px;
            width: 30px;
            line-height: 30px;
            cursor: pointer;
            display: none; }
          .header .-bottom .navigation > ul > li .dropdown > ul {
            max-width: 1200px;
            margin: 0 auto;
            justify-content: center;
            flex-wrap: wrap;
            padding: 20px; }
            .header .-bottom .navigation > ul > li .dropdown > ul > li {
              margin: 10px; }
              .header .-bottom .navigation > ul > li .dropdown > ul > li > a {
                color: #fff;
                text-decoration: none;
                text-align: center;
                padding: 15px 20px;
                display: inline-block;
                border-radius: 40px;
                text-transform: uppercase;
                transition: background .5s; }
                .header .-bottom .navigation > ul > li .dropdown > ul > li > a.active, .header .-bottom .navigation > ul > li .dropdown > ul > li > a:hover {
                  background: #fff;
                  color: #1c3d3a; }
        .header .-bottom .navigation > ul > li.hover .dropdown {
          display: block; }

/*#Header*/
/*Wrapper*/
.wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .wrapper .back-to-top {
    bottom: 20px;
    right: 20px;
    color: #da866c;
    position: fixed;
    text-decoration: none;
    z-index: 20;
    padding: 10px;
    border-radius: 5px;
    display: block;
    text-transform: uppercase;
    display: none; }
    .wrapper .back-to-top:before {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
      content: "";
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #da866c; }
    .wrapper .back-to-top.fix {
      display: block; }
    .wrapper .back-to-top:hover {
      background: #fff;
      box-shadow: 0 0 2px 0 #000; }
  .wrapper .mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    background: url(img/menu-bg.png) no-repeat;
    background-size: cover;
    z-index: 2;
    right: 0;
    overflow: auto;
    opacity: 0;
    transition: opacity 0.4s; }
    .wrapper .mobile-menu .close {
      height: 25px;
      width: 25px;
      position: absolute;
      right: 10px;
      top: 10px;
      background: none;
      border: none;
      padding: 0; }
      .wrapper .mobile-menu .close:after {
        content: "\00d7";
        color: #fff;
        font-size: 35px;
        line-height: 25px; }
    .wrapper .mobile-menu .egat-logo {
      text-indent: -9999px;
      overflow: hidden;
      width: 120px;
      height: 105px;
      display: block;
      background: url(img/logo.png) no-repeat center;
      margin: 0 auto;
      display: block;
      background-size: contain; }
    .wrapper .mobile-menu > ul {
      padding: 0 10px;
      padding-left: 30px;
      max-width: 77%;
      box-sizing: border-box; }
      .wrapper .mobile-menu > ul > li {
        margin: 15px 0;
        margin-bottom: 25px;
        position: relative; }
        .wrapper .mobile-menu > ul > li.extra.-first {
          margin-top: 30px; }
        .wrapper .mobile-menu > ul > li.extra a {
          font-size: 15px; }
        .wrapper .mobile-menu > ul > li a {
          color: #fff;
          font-size: 18px;
          text-decoration: none;
          text-transform: uppercase;
          line-height: 28px;
          font-weight: 600; }
        .wrapper .mobile-menu > ul > li .dropdown {
          overflow: hidden; }
          .wrapper .mobile-menu > ul > li .dropdown > ul {
            margin-left: 20px; }
          .wrapper .mobile-menu > ul > li .dropdown li {
            list-style: disc;
            color: #ffb8a2;
            margin-bottom: 17px; }
          .wrapper .mobile-menu > ul > li .dropdown a {
            text-transform: capitalize;
            display: block;
            line-height: 26px;
            color: #ffb8a2;
            font-weight: normal; }
        .wrapper .mobile-menu > ul > li.hover {
          color: #ffb8a2; }
          .wrapper .mobile-menu > ul > li.hover a {
            color: inherit; }
  .wrapper .perspective-container {
    top: 0;
    left: 0;
    position: relative;
    z-index: 3;
    background: #fff;
    transition: transform 0.4s; }
  .wrapper.-perspective .perspective-container {
    transform: translate(77vw, 125px);
    -ms-transform: translate(77%, 125px);
    max-height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0 15px 0 #000;
    cursor: pointer; }
    .wrapper.-perspective .perspective-container .header, .wrapper.-perspective .perspective-container .page {
      pointer-events: none; }
  .wrapper.-perspective .mobile-menu {
    opacity: 1; }

/*#Wrapper*/
/*Page*/
.page {
  overflow: hidden; }

/*#Page*/
/*Home*/
.homepage .content p {
  text-align: center; }

/*#Home*/
/*Content*/
.content {
  color: #212121;
  overflow: hidden;
  /*Introduction*/
  /*#Introduction*/ }
  .content p {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 18px; }
    .content p a {
      color: inherit; }
  .content .section {
    overflow: hidden; }
    .content .section ._container {
      margin-bottom: 40px;
      overflow: hidden; }
    .content .section:last-child {
      margin-bottom: 0; }
    .content .section.-backgrounded {
      background-color: #f6f6f6;
      position: relative;
      background-position: right center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      overflow: hidden; }
    .content .section.parallax {
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      min-height: 576px;
      margin-bottom: 0; }
      .content .section.parallax.-a {
        background-image: url(img/parallax/a.jpg);
        box-sizing: border-box; }
        .content .section.parallax.-a .title:after {
          display: none; }
        .content .section.parallax.-a h2 {
          color: #fff; }
      .content .section.parallax.-b {
        background-image: url(img/parallax/b.jpg); }
      .content .section.parallax.-c {
        background-image: url(img/parallax/c.jpg); }
      .content .section.parallax.-d {
        background-image: url(img/parallax/d.jpg); }
      .content .section.parallax.-e {
        background-image: url(img/parallax/e.jpg); }
      .content .section.parallax.-f {
        min-height: 300px;
        background-attachment: inherit;
        background-image: url(img/parallax/f.jpg); }
      .content .section.parallax.-g {
        min-height: 300px;
        background-attachment: inherit;
        background-image: url(img/parallax/g.jpg); }
      .content .section.parallax.-h {
        background-image: url(img/parallax/h.jpg);
        box-sizing: border-box; }
        .content .section.parallax.-h .title:after {
          display: none; }
        .content .section.parallax.-h h2 {
          color: #fff; }
      .content .section.parallax.-i {
        min-height: 300px;
        background-attachment: inherit;
        background-image: url(img/parallax/i.jpg); }
    .content .section .full-box {
      overflow: hidden;
      position: relative; }
      .content .section .full-box > img {
        max-width: 100%;
        flex: 0 0 auto;
        margin: 0 auto;
        align-self: flex-start; }
      .content .section .full-box .-image {
        background-image: url(img/about.jpg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        background-size: cover;
        top: 0;
        bottom: 0;
        width: 50%;
        left: 0; }
        .content .section .full-box .-image:after {
          content: "";
          position: absolute;
          right: -30%;
          top: 0;
          bottom: 0;
          background: #f6f6f6;
          width: 30%;
          transform: rotate(10deg);
          height: 110%;
          transform-origin: 0% 0%; }
      .content .section .full-box .-left {
        position: relative;
        z-index: 2;
        background: #f6f6f6; }
      .content .section .full-box .-content {
        max-width: 1200px;
        min-height: 500px;
        margin: 0 auto;
        justify-content: flex-end; }
        .content .section .full-box .-content p {
          text-align: left; }
        .content .section .full-box .-content h3 {
          font-size: 26px;
          margin-bottom: 15px;
          text-transform: uppercase;
          color: #7b6c63; }
        .content .section .full-box .-content > div {
          width: 50%;
          box-sizing: border-box;
          padding: 50px 15px; }
  .content .introduction {
    overflow: hidden;
    margin-bottom: 20px; }
    .content .introduction .-item {
      width: 100%;
      padding: 15px;
      color: #949494; }
      .content .introduction .-item .-top {
        margin-bottom: 15px;
        display: block;
        text-decoration: none;
        position: relative; }
        .content .introduction .-item .-top i {
          background-repeat: no-repeat;
          height: 180px;
          width: 180px;
          display: block;
          margin: 0 auto;
          margin-bottom: -30px;
          background-position: center;
          background-size: 100px auto; }
          .content .introduction .-item .-top i.ramp-aog {
            background-image: url(img/gear.svg); }
          .content .introduction .-item .-top i.hmv-base {
            background-image: url(img/hmv.svg); }
          .content .introduction .-item .-top i.powerplant {
            background-image: url(img/powerplant.svg); }
        .content .introduction .-item .-top h3 {
          text-align: center;
          color: #212121;
          text-transform: uppercase;
          font-size: 18px; }
        .content .introduction .-item .-top:hover:before {
          position: absolute;
          content: "";
          width: 180px;
          height: 180px;
          background: #f6f6f6;
          top: 0;
          left: calc(50% - 90px);
          z-index: -1;
          border-radius: 50%; }
        .content .introduction .-item .-top:hover h3 {
          color: #ee830d; }
      .content .introduction .-item .-bottom p {
        font-size: 16px;
        margin-bottom: 0;
        text-align: center; }
  .content .progress-circles {
    justify-content: center;
    overflow: hidden; }
    .content .progress-circles .-item {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      color: #fff;
      text-align: center;
      position: relative;
      /*Progress Bar*/ }
      .content .progress-circles .-item h4 {
        font-size: 20px;
        margin-top: 20px; }
      .content .progress-circles .-item .percentece {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 42%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        box-sizing: border-box; }
      .content .progress-circles .-item .progress {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .content .progress-circles .-item .progress__meter,
      .content .progress-circles .-item .progress__value {
        fill: none; }
      .content .progress-circles .-item .progress__meter {
        stroke: #7b6c63; }
      .content .progress-circles .-item .progress__value {
        stroke: #fff;
        stroke-linecap: round;
        stroke-dasharray: 565.48668;
        stroke-dashoffset: 565.48668;
        transition: all 2s ease-in-out; }
        .content .progress-circles .-item .progress__value.animated {
          stroke-dashoffset: 0; }
        .content .progress-circles .-item .progress__value.a {
          transition-delay: 0.5s; }
        .content .progress-circles .-item .progress__value.b {
          transition-delay: 1s; }
        .content .progress-circles .-item .progress__value.c {
          transition-delay: 1.5s; }
  .content .names {
    overflow: hidden;
    margin-bottom: 20px;
    justify-content: space-around;
    flex-wrap: wrap; }
    .content .names .-item {
      padding: 15px;
      box-sizing: border-box;
      text-align: center;
      min-width: 200px; }
      .content .names .-item h3 {
        color: #000;
        font-size: 40px;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .content .names .-item span {
        color: #2990f4; }
  .content .home-news {
    flex-wrap: wrap; }
    .content .home-news .-item {
      overflow: hidden;
      padding: 10px;
      margin-bottom: 10px;
      box-sizing: border-box;
      justify-content: flex-start; }
      .content .home-news .-item p {
        text-align: left;
        font-size: 16px; }
      .content .home-news .-item i {
        height: 200px;
        width: 200px;
        display: block;
        position: relative;
        border-radius: 50%;
        margin-right: 25px; }
        .content .home-news .-item i:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .content .home-news .-item i.-a:after {
          background-image: url(img/news/a.svg); }
        .content .home-news .-item i.-b:after {
          background-image: url(img/news/b.svg); }
        .content .home-news .-item i.-c:after {
          background-image: url(img/news/c.svg); }
      .content .home-news .-item .-right {
        align-self: center; }
        .content .home-news .-item .-right .date {
          color: #7b6c63;
          margin-bottom: 10px;
          display: block;
          font-size: 16px; }
        .content .home-news .-item .-right h3 {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 20px; }
          .content .home-news .-item .-right h3 a {
            color: inherit;
            text-decoration: none; }
            .content .home-news .-item .-right h3 a:hover {
              color: #ee830d; }

/*#Content*/
/*Contact*/
.contact-us .modal-contact {
  justify-content: space-between; }
  .contact-us .modal-contact .-right {
    flex-direction: column;
    align-items: center; }

.contact-us .address-container {
  padding: 40px 0; }

.contact-us .-left, .contact-us .-right {
  width: 48%; }
  .contact-us .-left a, .contact-us .-right a {
    color: #212121;
    text-decoration: none;
    margin-left: 20px; }
  .contact-us .-left li, .contact-us .-right li {
    padding: 5px 0; }

.contact-us h4 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600; }

.contact-us i {
  color: #6dabd5; }

.contact-us .-contact-form {
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto; }
  .contact-us .-contact-form .-row {
    justify-content: space-between; }
    .contact-us .-contact-form .-row .-col {
      width: 100%;
      margin: 20px;
      position: relative; }
      .contact-us .-contact-form .-row .-col.-input {
        border-bottom: 1px solid #242424; }
        .contact-us .-contact-form .-row .-col.-input input {
          width: 100%;
          border: 0;
          background: none;
          font: inherit;
          border-radius: 0;
          padding: 10px;
          box-sizing: border-box;
          display: block; }
        .contact-us .-contact-form .-row .-col.-input:after, .contact-us .-contact-form .-row .-col.-input:before {
          content: "";
          height: 10px;
          width: 1px;
          background: #242424;
          position: absolute;
          bottom: 0; }
        .contact-us .-contact-form .-row .-col.-input:before {
          left: 0; }
        .contact-us .-contact-form .-row .-col.-input:after {
          right: 0; }
      .contact-us .-contact-form .-row .-col textarea {
        border: 1px solid #242424;
        resize: none;
        height: 200px;
        background: none;
        font: inherit;
        width: 100%;
        border-radius: 0;
        padding: 10px;
        box-sizing: border-box;
        display: block; }

/*#Contact*/
/*Footer*/
.footer {
  background: #556574;
  color: #fff; }
  .footer .-top {
    margin-bottom: 20px;
    padding: 20px; }
    .footer .-top ._container {
      color: #f7f7f7;
      padding: 30px 0;
      justify-content: space-between;
      align-items: flex-end; }
      .footer .-top ._container .-left, .footer .-top ._container .-right {
        box-sizing: border-box;
        max-width: 50%; }
      .footer .-top ._container .-left {
        flex: 0 0 auto; }
        .footer .-top ._container .-left > a {
          display: block;
          margin-bottom: 20px; }
        .footer .-top ._container .-left ul {
          justify-content: flex-start;
          flex-wrap: wrap; }
          .footer .-top ._container .-left ul > li {
            width: 40%;
            padding: 30px 0;
            margin-right: 40px;
            border-bottom: 1px solid #677581; }
            .footer .-top ._container .-left ul > li a {
              color: #f7f7f7;
              text-decoration: none;
              font-size: 16px;
              text-transform: uppercase; }
      .footer .-top ._container .-right {
        overflow: hidden; }
        .footer .-top ._container .-right h3 {
          position: relative;
          margin-bottom: 30px;
          padding-bottom: 30px;
          font-size: 26px; }
        .footer .-top ._container .-right p {
          margin-bottom: 30px; }
        .footer .-top ._container .-right ul li {
          padding: 3px 0; }
          .footer .-top ._container .-right ul li a {
            color: inherit;
            text-decoration: none;
            margin-left: 5px; }
          .footer .-top ._container .-right ul li i {
            text-align: center;
            width: 20px;
            margin-right: 10px; }
  .footer .-bottom {
    background: #34495e;
    color: #f7f7f7;
    padding: 30px 15px;
    text-align: center;
    line-height: 25px; }
    .footer .-bottom a {
      color: #fff;
      text-decoration: none; }
    .footer .-bottom span {
      color: #fff;
      font-weight: bold; }

/*#Footer*/
/*Inculde Responsive*/
@media (max-width: 1024px) {
  .header .-bottom .navigation > ul > li .dropdown button.mobile-close {
    display: block; }
  .content .section .full-box {
    flex-wrap: wrap; }
    .content .section .full-box .-image {
      width: 100%;
      margin-bottom: 20px;
      position: static;
      height: 50vw; }
      .content .section .full-box .-image:after {
        display: none; }
    .content .section .full-box .-content {
      width: 100%;
      min-height: 0; }
      .content .section .full-box .-content > div {
        padding: 15px; }
      .content .section .full-box .-content .-left {
        width: 100%; }
  .content .section.parallax {
    background-size: cover;
    background-attachment: unset;
    min-height: 525px; }
    .content .section.parallax.-d {
      background-position-x: 10%; }
    .content .section.parallax.-g {
      min-height: 140px;
      background-position-x: 40%; }
    .content .section.parallax.-i {
      min-height: 140px;
      background-position-x: 40%; } }

@media (max-width: 1023px) {
  br.desktop-only {
    display: none; }
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    box-shadow: 0 0 5px 0 #000; }
    .-perspective .header {
      position: absolute;
      transform-origin: bottom; }
    .header .-top {
      display: none; }
    .header .-mid {
      padding: 0; }
      .header .-mid ._container {
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        height: 75px; }
        .header .-mid ._container a {
          display: block;
          margin: 0; }
          .header .-mid ._container a img {
            height: 7.9vw;
            max-height: 40px;
            width: auto;
            max-width: 100%;
            margin-left: 3.5vw;
            display: block; }
      .header .-mid .menu-trigger {
        display: block; }
    .header .-bottom .navigation {
      display: none; }
    .header .-bottom .hamburger {
      display: block; }
  .page {
    padding-top: 75px; }
    .page .keyimage .-inner {
      display: none; }
      .page .keyimage .-inner span {
        text-align: center !important; }
    .page .keyimage.-a {
      height: 69.3335vw;
      background-size: auto 69.3335vw; }
      .page .keyimage.-a .-inner {
        padding-right: 5px;
        padding-left: 5px;
        display: block; }
  .homepage .content p {
    text-align: left; }
  .homepage.parallax.-b {
    display: none; }
  .content p {
    text-align: left; }
  .content .title {
    margin-top: 25px;
    margin-bottom: 25px; }
    .content .title h2 {
      font-size: 18px; }
  .content .section ._container {
    margin-bottom: 25px; }
  .content .progress-circles {
    flex-wrap: wrap; }
  .content .home-news .-item {
    display: block;
    text-align: center; }
    .content .home-news .-item i {
      margin: 0 auto;
      margin-bottom: 40px;
      height: 100px;
      width: 100px; }
  .content .itunes-slider .-item {
    width: 60vw; }
    .content .itunes-slider .-item .-image img {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
    .content .itunes-slider .-item a strong {
      font-size: 18px; }
  .content .names .-item h3 {
    font-size: 18px; }
  .contact-us .modal-contact {
    flex-wrap: wrap; }
    .contact-us .modal-contact .-left, .contact-us .modal-contact .-right {
      width: 100%; }
  .contact-us .-contact-form .-row {
    flex-wrap: wrap; }
    .contact-us .-contact-form .-row .-col {
      margin: 15px 0; }
  .footer .-top {
    margin: 0;
    padding: 0 15px; }
    .footer .-top ._container {
      flex-wrap: wrap;
      align-items: flex-start; }
      .footer .-top ._container .-left, .footer .-top ._container .-right {
        max-width: 100%; }
      .footer .-top ._container .-left {
        display: none; }
      .footer .-top ._container .-right {
        width: 100%; }
        .footer .-top ._container .-right h3 {
          margin-bottom: 0;
          font-size: 20px; }
  ._container {
    padding: 0 15px; }
  .actions {
    justify-content: center !important; }
  .slick-dots {
    height: 25px; }
  .slick-prev,
  .slick-next {
    height: 25px;
    width: 25px; }
  .tabs a {
    width: 170px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: capitalize; }
    .tabs a span {
      padding-right: 10px;
      display: block;
      text-align: center; }
      .tabs a span:before {
        margin-right: 10px;
        display: inline-block; }
    .tabs a i {
      height: 67px;
      width: 67px;
      margin-bottom: 10px; }
    .tabs a:hover:before, .tabs a.active:before {
      width: 67px;
      height: 67px;
      left: calc(50% - 33px);
      z-index: -1;
      border-radius: 50%; }
  .data-table {
    flex-wrap: wrap; }
    .data-table .-col {
      border: 0;
      border-bottom: 1px solid #cecece;
      margin-bottom: 70px; }
      .data-table .-col .-row {
        border: 1px solid #cecece;
        border-bottom: 0;
        text-align: left;
        min-height: 0; }
        .data-table .-col .-row:first-child {
          border: 0; }
        .data-table .-col .-row.-empty {
          display: none; }
        .data-table .-col .-row .-title {
          margin-bottom: 20px;
          color: #7b6c63;
          text-transform: uppercase;
          background: none;
          font-size: 20px;
          padding: 15px; }
        .data-table .-col .-row .-value {
          text-align: left;
          font-size: 15px;
          padding: 15px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .keyimage .-inner span {
    font-size: 54px; }
    .keyimage .-inner span.long {
      font-size: 35px !important; } }

@media (max-width: 767px) {
  .content p {
    font-size: 17px; }
  .video-player a i {
    font-size: 50px; }
  .video-player a:after {
    height: 30px;
    width: 30px;
    top: calc(50% -30px);
    left: calc(50% - 15px); }
  .-up-down {
    flex-direction: column-reverse; }
  .back-to-top {
    font-size: 12px; }
  .header .-mid ._container {
    height: 75px; }
  .page {
    padding-top: 75px !important; }
  .keyimage.-a .-inner {
    margin-bottom: calc(50% - 150px); }
    .keyimage.-a .-inner .-title {
      font-size: 13px; }
    .keyimage.-a .-inner .-first, .keyimage.-a .-inner .-second {
      font-size: 22px; }
      .keyimage.-a .-inner .-first .long, .keyimage.-a .-inner .-second .long {
        font-size: 22px !important; }
  .single-images {
    flex-wrap: wrap; }
  .cross-images {
    flex-wrap: wrap;
    padding: 0;
    overflow: visible; }
    .cross-images .-left, .cross-images .-right {
      margin: 0;
      margin-bottom: 20px; }
      .cross-images .-left .description, .cross-images .-right .description {
        max-width: 100%;
        border: none;
        padding: 0; }
      .cross-images .-left .des-content, .cross-images .-right .des-content {
        max-width: 100% !important;
        padding: 0 15px; }
  .customers .-item {
    max-width: 130px;
    margin-left: 10px;
    margin-right: 10px; }
    .customers .-item img {
      margin: 0 auto; }
  .links ul li {
    width: 100%; }
  .sitemap {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .sitemap .-col {
      width: 100%;
      margin-bottom: 0; }
      .sitemap .-col ul {
        margin-bottom: 0; }
  .download-col {
    flex-wrap: wrap; }
    .download-col > div {
      text-align: left; }
      .download-col > div a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start; }
        .download-col > div a i {
          margin-right: 10px;
          margin-top: 5px; }
  .magnification a {
    flex-direction: column; }
    .magnification a img {
      flex-shrink: 0; }
    .magnification a i {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 50px;
      position: absolute;
      text-shadow: 1px 2px #000; }
      .magnification a i:after {
        left: 0;
        top: 0;
        opacity: 0.4; }
  .sub-tabs {
    padding: 0; }
    .sub-tabs .sub-trigger {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .sub-tabs ul {
      display: none; }
    .sub-tabs.open ul {
      display: block;
      border: 1px solid #212121;
      border-top: 0;
      margin-top: 5px; }
      .sub-tabs.open ul li {
        margin: 0;
        border: 0;
        border-top: 1px solid #212121; }
        .sub-tabs.open ul li a {
          text-align: left;
          padding: 10px;
          margin: 0; }
  .sub-slider .-item-title h3 {
    font-size: 20px; }
  /*Certificates*/
  .certifications .-item {
    flex-direction: column; }
    .certifications .-item .-left, .certifications .-item .-right {
      flex: auto;
      padding: 10px;
      text-align: center; }
      .certifications .-item .-left p, .certifications .-item .-right p {
        text-align: center; }
      .certifications .-item .-left img, .certifications .-item .-right img {
        width: 75%; }
  /*Awards*/
  .awards {
    flex-direction: column; }
    .awards .-item {
      flex: auto;
      width: 100%; } }

@media only screen and (min-width: 641px) {
  .remodal.full {
    max-width: 100%; } }
