@charset "UTF-8";
/* Made with love & passion by Appai @ Harnods*/
/* ------------------------------------------------------------------------------------------------ */
/* Core style */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* Fonts */
/* ------------------------------------------------------------------------------------------------ */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@font-face {
  font-family: 'proximanova-regular';
  src: url("../fonts/proximanova-regular.eot"), url("../fonts/proximanova-regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular.html") format("woff"), url("../fonts/proximanova-bold.ttf") format("truetype"), url("../fonts/proximanova-regular.svg#proxima_nova_bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proximanova-bold';
  src: url("../fonts/proximanova-bold.eot"), url("../fonts/proximanova-boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold.html") format("woff"), url("../fonts/proximanova-bold.ttf") format("truetype"), url("../fonts/proximanova-bold.svg#proxima_nova_bold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ------------------------------------------------------------------------------------------------ */
/* Common */
/* ------------------------------------------------------------------------------------------------ */
*, *:after, *:before {
  box-sizing: border-box; }

/* Common */
html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  color: #212121;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

hr {
  border: 0;
  border-top: 1px solid #e2e2e2; }

.width-full {
  width: 100%; }

.vertical-align-middle {
  vertical-align: middle; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-bottom {
  vertical-align: bottom; }

.padding-0 {
  padding: 0 !important; }

.padding-5 {
  padding: 5px; }

.padding-15 {
  padding: 15px; }

.padding-20 {
  padding: 20px; }

.padding-30 {
  padding: 30px; }

.ptd30 {
  padding: 30px 0; }

.margin-bottom-0 {
  margin-bottom: 0px; }

@media (max-width: 425px) {
  .margin-bottom-xs-0 {
    margin-bottom: 0px !important; } }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-180 {
  margin-bottom: 180px; }

.margin-top-0 {
  margin-top: 0px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-8 {
  margin-top: 8px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-180 {
  margin-top: 180px; }

.margin-right-0 {
  margin-right: 0px; }

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

.margin-right-10 {
  margin-right: 10px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-right-60 {
  margin-right: 60px; }

.margin-right-80 {
  margin-right: 80px; }

.margin-right-180 {
  margin-right: 180px; }

.margin-left-0 {
  margin-left: 0px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-left-60 {
  margin-left: 60px; }

.margin-left-80 {
  margin-left: 80px; }

.margin-left-180 {
  margin-left: 180px; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.display-block {
  display: block; }

.display-table {
  display: table; }

.display-cell {
  display: table-cell;
  vertical-align: top; }

.clearfix {
  float: left;
  display: block;
  width: 100%; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

/* ------------------------------------------------------------------------------------------------ */
/* Typography */
/* ------------------------------------------------------------------------------------------------ */
a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 200;
  color: #4f98cb;
  text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a:hover {
    color: inherit;
    opacity: 1;
    text-decoration: underline; }

strong, b {
  font-weight: normal; }

p {
  margin: 0 0 10px;
  padding: 0;
  line-height: 22px; }

.no-decoration {
  text-decoration: none; }

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px;
  line-height: normal;
  color: #263238; }

h1 {
  font-size: 21px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

article {
  /* 2*16 = 32 */
  /* 1.5*16 = 24 */
  /* 1.17*16 = 18.72 */
  /* 1*16 = 16 */
  /* 0.83*16 = 13.28 */
  /* 0.75*16 = 12 */ }
  article h1 {
    font-size: 2em; }
  article h2 {
    font-size: 1.5em; }
  article h3 {
    font-size: 1.17em; }
  article h4 {
    font-size: 1em; }
  article h5 {
    font-size: 0.83em; }
  article h6 {
    font-size: 0.75em; }
  article p {
    line-height: 1.5;
    margin: 0 0 1em; }
  article .indent p {
    margin: 0; }
    article .indent p + p {
      text-indent: 2em; }
  article p {
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  article a {
    text-decoration: underline; }
    article a:visited {
      text-decoration: underline; }
    article a:hover {
      text-decoration: none; }
  article blockquote {
    font-style: italic; }
    article blockquote:before {
      content: "\201C";
      display: inline-block;
      padding-right: 0.4em; }
  article li ul, article li ol {
    margin: 0 1.5em; }
  article ul, article ol {
    margin: 0 1.5em 1.5em 1.5em; }
  article ul {
    list-style-type: disc; }
  article ol {
    list-style-type: decimal; }
    article ol ol {
      list-style: upper-alpha; }
      article ol ol ol {
        list-style: lower-roman; }
        article ol ol ol ol {
          list-style: lower-alpha; }
  article li {
    margin-bottom: 10px;
    line-height: 20px; }

label, .label {
  font-weight: normal; }

.line-height-normal {
  line-height: normal; }

.text-align-center,
.text-align-center-xs {
  text-align: center; }

.text-align-right {
  text-align: right; }

.text-align-left {
  text-align: left; }

.text-align-justify {
  text-align: justify; }

.text-light, .contact-page h2, .section-blue p, .hero h1 {
  font-weight: 300; }

.text-bold {
  font-weight: 700; }

.text-semibold {
  font-weight: 600; }

.text-regular, .bootstrap-select.select .btn, .hero h1 p {
  font-weight: 400; }

.font-size-12 {
  font-size: 12px;
  line-height: 18px; }

.font-size-14, .hero h1 p {
  font-size: 14px;
  line-height: 21px; }

.font-size-16, .form-group label {
  font-size: 16px;
  line-height: 24px; }

.font-size-18, .cd h3 {
  font-size: 18px;
  line-height: 26px; }

.font-size-20 {
  font-size: 20px;
  line-height: 29px; }

.font-size-21 {
  font-size: 21px;
  line-height: 30px; }

.font-size-24 {
  font-size: 24px;
  line-height: 30px; }

.font-size-26 {
  font-size: 26px;
  line-height: auto; }

.font-size-30 {
  font-size: 30px;
  line-height: auto; }

.font-size-32 {
  font-size: 32px;
  line-height: 1.5em; }

.font-size-36, .contact-page h2, .section-blue p {
  font-size: 36px;
  line-height: 1.5em; }

.font-size-42 {
  font-size: 42px;
  line-height: 1.4em; }

.font-size-48, .hero h1 {
  font-size: 48px;
  line-height: auto; }

.font-size-52 {
  font-size: 52px;
  line-height: 1.5em; }

.font-size-120 {
  font-size: 120px;
  line-height: auto; }

.text-black {
  color: #333333; }

.text-grey-s {
  color: #666; }

.text-grey {
  color: #777777; }

.text-green {
  color: #96ba42; }

.text-light-grey {
  color: #a1c6cc; }

.text-white {
  color: white; }

.text-blue {
  color: #3b90b4; }

.text-uppercase {
  text-transform: uppercase; }

/* ------------------------------------------------------------------------------------------------ */
/* Bootstrap */
/* ------------------------------------------------------------------------------------------------ */
.form-control, .bootstrap-select.select {
  border-color: #e2e2e2; }

.form-control:hover, .bootstrap-select.select:hover,
.form-control:focus,
.bootstrap-select.select:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  border-color: #e2e2e2; }

/* ------------------------------------------------------------------------------------------------ */
/* Mobile Navigation */
/* ------------------------------------------------------------------------------------------------ */
.navigation-xs {
  position: fixed;
  background: white;
  z-index: 9999;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  text-align: right;
  font-size: 16px;
  border-left: 1px solid #dddddd;
  transition: all 0.5s; }
  .navigation-xs.active {
    right: 0%; }
  .navigation-xs a {
    color: #222;
    display: block;
    padding: 5px 20px; }
    .navigation-xs a.active {
      font-family: "proximanova-bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .navigation-xs .fa-lock {
    display: none; }

.navigation-xs-head {
  padding: 15px 20px;
  float: none; }

.navigation-xs .navigation-xs-panel {
  float: none; }

.navigation-xs-panel {
  float: right;
  cursor: pointer; }

.navigation-xs-cover {
  position: fixed;
  background: transparent;
  width: 20%;
  height: 100%;
  left: -100%;
  top: 0;
  transition: all 0.5s; }

.navigation-xs.active .navigation-xs-cover {
  left: 0%; }

@media (min-width: 768px) {
  .navigation-xs-cover {
    display: none; }
  .navigation-xs {
    width: 360px;
    font-size: 16px; }
    .navigation-xs a {
      padding: 5px 30px; }
    .navigation-xs .fa-lock {
      display: inline; }
    .navigation-xs .navigation-xs-head {
      padding-right: 30px;
      margin-top: 10px;
      margin-bottom: 30px;
      height: 40px; } }

@media (min-width: 992px) {
  .mt-28lg {
    margin-top: -28px; } }

@media (min-width: 992px) {
  .mt-15lg {
    margin-top: -15px; } }

@media (min-width: 992px) {
  .pl-25lg {
    padding-left: 25px; } }

@media (min-width: 992px) {
  .pr-25lg {
    padding-right: 25px; } }

/* ------------------------------------------------------------------------------------------------ */
/* Component style */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* General */
/* ------------------------------------------------------------------------------------------------ */
html, body {
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4f; }

p {
  line-height: 1.5em;
  color: #666666;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .paragraph-padding {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px; } }

.img-fluid {
  display: inline-block; }

.vertical-align-bottom {
  vertical-align: bottom; }

.btn {
  transition: all 0.3s;
  outline: none !important;
  font-weight: 600 !important; }
  .btn.btn-large {
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 50px !important; }
  .btn.btn-outline-white {
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      color: #222; }
  .btn.btn-outline-grey {
    color: #999999;
    border: 2px solid #ccc;
    border-radius: 30px;
    background: transparent;
    font-size: 14px;
    padding: 7px 30px; }
    .btn.btn-outline-grey:hover, .btn.btn-outline-grey:focus, .btn.btn-outline-grey:active, .btn.btn-outline-grey.active {
      background: #0055c4;
      color: #fff;
      border-color: #0055c4; }
  .btn.btn-blue {
    background: #0055cc;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    letter-spacing: 0.8; }
    .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
      background: #004099;
      color: #fff; }
    .btn.btn-blue.disabled {
      opacity: 1; }
  .btn.btn-wide-side {
    padding-left: 45px;
    padding-right: 45px; }
  .btn.btn-white {
    background-color: white;
    color: #0055cc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3); }
    .btn.btn-white:hover {
      background-color: #f9f9f9; }

.label {
  font-size: 14px;
  vertical-align: middle;
  font-weight: 600;
  line-height: 25px;
  padding: 0 10px 2px 10px; }
  .label.label-green {
    background: #51b34e; }
  .label.label-red {
    background: #ed5f5f; }

.text-blue {
  color: #0055cc; }

.text-default {
  color: #222; }

.primary-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 45px;
  font-weight: 300; }

.secondary-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 300; }

.owl-pagination {
  text-align: center;
  bottom: 0px;
  margin-bottom: 30px;
  width: 100%; }

@media (min-width: 992px) {
  .owl-pagination {
    bottom: 20px;
    position: absolute;
    margin-bottom: 0; } }

.owl-page {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #444;
  display: inline-block;
  margin: 10px 5px; }
  .owl-page.active {
    background: #0055c4; }

#breadcrumb {
  padding: 20px 0;
  font-size: 14px; }
  #breadcrumb .fa {
    margin: 0 5px; }
  #breadcrumb a {
    color: inherit; }

.section-hero-overview .section-padding {
  padding-top: 0px;
  padding-bottom: 0px; }

@media (min-width: 1200px) {
  .section-hero-overview .section-padding {
    padding-top: 60px;
    padding-bottom: 60px; } }

.section-hero {
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat; }
  .section-hero .section-padding {
    padding-top: 0; }
  .section-hero.section-hero-panels {
    background-color: #dcf0fa; }
  .section-hero.section-hero-people {
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #F7F9FC; }

@media (max-width: 1200px) {
  .hero-landscape {
    padding: 70% 0 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover; }
  .section-hero {
    background-image: none !important; }
    .section-hero .section-padding {
      padding-bottom: 0; }
    .section-hero.hidden-on-bigscreen {
      display: block !important; } }

@media (min-width: 767px) and (max-width: 992px) {
  .section-hero {
    -webkit-background-size: 170% auto;
    background-position: right bottom !important; } }

@media (max-width: 767px) {
  .section-hero {
    -webkit-background-size: 170% auto;
    background-position: right bottom !important; } }

.section-white {
  background: #fff; }

.section-grey {
  background: #f9f9f9; }

.section-grey-secondary {
  background: #f1f1f1; }

.section-softblue {
  background: #dbf0fa; }

.section-blue {
  background: #0055cc; }
  .section-blue.section-blue-arrow {
    position: relative;
    margin-bottom: 40px; }
    .section-blue.section-blue-arrow:after {
      position: absolute;
      display: block;
      content: '';
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-top: 30px solid #0055cc;
      border-right: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid transparent; }

.section-absolute-wrap {
  position: relative; }
  .section-absolute-wrap .section-notebook {
    position: absolute;
    left: 0;
    top: 60px;
    max-width: 40%; }
  .section-absolute-wrap .section-panel {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%; }
    @media (min-width: 1400px) {
      .section-absolute-wrap .section-panel.overview-04 {
        height: 100%;
        overflow: hidden; } }
    @media (min-width: 1400px) and (max-width: 1600px) {
      .section-absolute-wrap .section-panel.overview-04 {
        padding: 40px 0 0; } }
    @media (max-width: 1279px) {
      .section-absolute-wrap .section-panel.overview-04 {
        bottom: auto;
        top: 40px; } }

@media (min-width: 992px) {
  .section-panel-wrap {
    min-height: 630px; } }

@media (min-width: 1400px) {
  .section-panel-wrap {
    min-height: 750px; } }

@media (max-width: 768px) {
  .img-overview-02 {
    max-height: 300px !important; } }

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 425px) {
    .section-padding {
      padding-top: 15px;
      padding-bottom: 0px; }
      .section-padding img {
        margin-top: 30px;
        margin-bottom: 30px; } }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-top-0 {
  padding-top: 0 !important; }

@media (min-width: 1200px) {
  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px; } }

.link-readmore {
  font-size: 20px;
  color: #0055cc; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control-large {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #696969;
  font-size: 16px;
  padding: 0.7rem 0;
  border-bottom-color: #999999;
  border-radius: 0; }

select.form-control-large {
  background: url("../images/img-arrow-select-large.png") no-repeat center right; }

input.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 5px 5px 0 0;
  outline: none !important; }
  input.checkbox:checked {
    position: relative; }
    input.checkbox:checked:after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 3px;
      left: 0;
      text-align: center;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 12px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00c";
      color: #0055cc; }

.form-group .list-inline li {
  display: inline-block;
  vertical-align: top;
  width: 8%; }
  .form-group .list-inline li:last-child {
    width: 90%; }

.step-number-container {
  text-transform: uppercase;
  font-size: 15px;
  display: table; }
  .step-number-container.step-number-lowercase {
    text-transform: inherit; }
    .step-number-container.step-number-lowercase .step-number {
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px; }
  .step-number-container .step-number {
    background: #0055cc;
    color: #fff;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-right: 15px; }
  .step-number-container .step-number-wrap {
    display: table-cell;
    vertical-align: top; }
  .step-number-container .step-number-top {
    color: #0055cc;
    font-weight: 600;
    font-size: 16px; }

#mc_embed_signup .mc-field-group {
  margin-bottom: 10px; }
  #mc_embed_signup .mc-field-group label {
    display: none; }

#mc_embed_signup .button {
  background: #0055cc;
  color: #fff;
  border: 0;
  font-size: 18px;
  padding: 10px 40px;
  border-radius: 50px !important; }

.bluequote-cross-left {
  margin-left: -30px; }
  @media (max-width: 425px) {
    .bluequote-cross-left {
      margin-left: 0; } }

.bluequote {
  position: relative;
  color: #0055cc;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.6em; }
  @media (max-width: 425px) {
    .bluequote {
      padding-right: 20px; } }
  .bluequote:before {
    left: 0;
    margin-top: 5px; }
  .bluequote:after {
    margin-top: 5px;
    margin-left: 10px; }
  .bluequote:before, .bluequote:after {
    position: absolute;
    content: '“';
    font-size: 60px; }

.bluequote-01 {
  line-height: 2em; }

.tabs-menu-nav {
  text-align: center; }
  .tabs-menu-nav .btn {
    font-size: 12px;
    padding: 5px 15px;
    margin: 0 5px; }

@media (min-width: 768px) {
  .tabs-menu-nav .btn {
    margin: 5px;
    font-size: 14px;
    padding: 5px 20px; } }

.grid-item-wrap {
  margin-left: -10px;
  margin-right: -10px; }
  .grid-item-wrap .grid-item {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 8px 3px;
    margin-bottom: 5px; }
    .grid-item-wrap .grid-item.visible .grid-item-square {
      opacity: 1; }
  .grid-item-wrap .grid-item-caption {
    position: relative;
    bottom: 0;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 400; }
  .grid-item-wrap .grid-item-title {
    color: #0055cc;
    line-height: 1.2em; }
  .grid-item-wrap .grid-item-link {
    padding: 20px;
    font-size: 100px; }
  .grid-item-wrap img {
    transition: all 0.3s; }
  .grid-item-wrap .grid-item-square {
    display: block;
    border: 2px solid #ccc;
    border-radius: 7px;
    text-align: center;
    color: #666;
    font-size: 14px;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s; }
    .grid-item-wrap .grid-item-square:hover, .grid-item-wrap .grid-item-square:active, .grid-item-wrap .grid-item-square:focus {
      background: #0055c4;
      border-color: #0055c4;
      color: #fff;
      text-decoration: none; }
      .grid-item-wrap .grid-item-square:hover .grid-item-title, .grid-item-wrap .grid-item-square:active .grid-item-title, .grid-item-wrap .grid-item-square:focus .grid-item-title {
        color: #fff; }

@media (min-width: 544px) {
  .grid-item-wrap .grid-item {
    width: 49%; } }

@media (min-width: 768px) {
  .grid-item-wrap .grid-item {
    width: 33.333%; } }

@media (min-width: 1200px) {
  .grid-item-wrap .grid-item {
    width: 24%; } }

.img-overview-circle-02 {
  position: absolute;
  top: -40px;
  width: 80%;
  right: 125px; }
  @media (min-width: 767px) and (max-width: 992px) {
    .img-overview-circle-02 {
      right: 70px; } }

.img-overview-circle-03 {
  position: absolute;
  top: -60px; }

.img-overview-circle-04 {
  position: absolute;
  top: 0;
  right: 195px;
  width: 35%;
  z-index: 10; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .img-overview-circle-04 {
      width: 37%;
      right: 80px; } }
  @media (min-width: 767px) and (max-width: 992px) {
    .img-overview-circle-04 {
      width: 40%;
      right: 50px; } }

.scroll-up {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 21px;
  padding-top: 6px; }

@media (min-width: 1200px) {
  .img-overview-02 {
    margin-right: -75px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .img-overview-02 {
    width: 75%; } }

.section-panel-people-min {
  min-height: 0; }
  .section-panel-people-min .section-panel.overview-04 {
    top: auto;
    bottom: 0; }

/* ------------------------------------------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------------------------------------------ */
body {
  padding-top: 50px;
  padding-right: 0 !important; }

header {
  background: #0055c4;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 90;
  top: 0; }

.nav-item {
  color: #fff;
  font-size: 15px; }
  .nav-item:hover {
    text-decoration: none; }

.main-nav-lg {
  display: inline-block;
  float: right; }
  .main-nav-lg .nav-talk {
    margin-left: 10px; }
    .main-nav-lg .nav-talk a:focus {
      outline: 0;
      color: #fff; }
    .main-nav-lg .nav-talk:before {
      position: absolute;
      display: block;
      background: #fff;
      content: '';
      width: 1px;
      height: 20px;
      margin: auto;
      bottom: 0;
      top: 0; }
  .main-nav-lg .nav-talk .nav-item {
    padding-right: 0; }
    .main-nav-lg .nav-talk .nav-item:hover {
      background: inherit; }
  .main-nav-lg .nav-item {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 14px 35px;
    margin-right: -4px; }
    .main-nav-lg .nav-item.active {
      background: #124d98; }
    .main-nav-lg .nav-item:hover {
      opacity: 1;
      background: #124d98; }

#omron-logo-header {
  display: inline-block;
  margin: 12px 0;
  pointer-events: none;
  cursor: default; }
  #omron-logo-header img {
    width: 75px;
   /* height: 22px; */}

.nav-talk {
  position: relative;
  display: inline-block; }
  .nav-talk .nav-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700; }

.nav-talk-ico {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px; }

.main-nav-xs {
  display: inline-block;
  float: right; }
  .main-nav-xs.active .nav-xs-content {
    right: 0; }
  .main-nav-xs.active .nav-xs-cover {
    left: 0; }

.nav-xs-head {
  display: block;
  margin-bottom: 20px; }

.nav-xs-panel {
  padding: 13px 0;
  cursor: pointer; }

.nav-xs-content {
  position: fixed;
  height: 100%;
  right: -80%;
  top: 0;
  background: #333333;
  text-align: right;
  padding: 20px;
  width: 80%;
  z-index: 999;
  transition: all 0.5s; }
  .nav-xs-content .nav-talk {
    border: 0; }
  .nav-xs-content .nav-item {
    display: block;
    padding: 10px 0; }

.nav-xs-cover {
  position: fixed;
  background: #fff;
  opacity: 0;
  left: -20%;
  top: 0;
  width: 20%;
  height: 100%;
  transition: all 0.5s; }

@media (min-width: 768px) {
  .nav-xs-content {
    padding: 40px;
    width: 40%; }
  .nav-xs-cover {
    width: 60%;
    left: -60%; } }

/* ------------------------------------------------------------------------------------------------ */
/* Footer */
/* ------------------------------------------------------------------------------------------------ */
#omron-logo-footer {
  display: block;
  margin-bottom: 10px; }
  #omron-logo-footer img path, #omron-logo-footer .svg path {
    fill: #fff; }
  @media (min-width: 992px) {
    #omron-logo-footer img, #omron-logo-footer .svg {
      width: 121px;
      height: 25px; } }

#footer {
  padding: 60px 0;
  background: #1F1F1F;
  color: #fff; }
  @media (min-width: 1200px) {
    #footer .container {
      max-width: 1170px; } }
  @media (max-width: 767px) {
    #footer {
      padding: 50px 0; } }
  #footer img {
    max-width: 100%; }
  #footer .copyright {
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4em;
    color: #999;
    padding: 0; }
  @media (max-width: 767px) {
    #footer div.menu h3 {
      position: relative;
      margin: 0; }
      #footer div.menu h3:after {
        position: absolute;
        content: "+";
        right: 5px;
        transition: all 0.5s;
        font-size: 20px; } }
  #footer div.menu ul {
    list-style: none; }
    @media (min-width: 768px) {
      #footer div.menu ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
  #footer div.menu li {
    line-height: 1; }
    #footer div.menu li a {
      line-height: 30px;
      color: #999;
      text-decoration: none;
      padding: 0;
      font-size: 15px;
      font-weight: normal; }
      #footer div.menu li a:hover {
        color: #fff; }
    #footer div.menu li p {
      margin: 0 0 10px; }
  @media (max-width: 767px) {
    #footer div.menu {
      border-bottom: 1px dotted #d8d8d8;
      margin: 0 15px 30px;
      padding: 10px 0; }
      #footer div.menu.open h3:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      #footer div.menu.open ul {
        max-height: 999px; } }
  #footer div.menu ul {
    padding: 0 !important; }
    @media (max-width: 767px) {
      #footer div.menu ul {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s; }
        #footer div.menu ul li {
          padding: 5px 10px; } }
  #footer h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF; }
    @media (max-width: 992px) and (min-width: 768px) {
      #footer h3 {
        margin: 0 0 15px; } }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      #footer ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media (max-width: 992px) and (min-width: 768px) {
      #footer ul.address {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
    #footer ul li {
      line-height: 1;
      height: 40px;
      overflow: hidden;
      position: relative; }
      #footer ul li a {
        line-height: 40px;
        color: #999;
        text-decoration: none;
        padding-left: 30px;
        font-size: 15px; }
        #footer ul li a .fa {
          width: 24px;
          line-height: 20px;
          border: 2px solid;
          border-radius: 100%;
          text-align: center;
          position: absolute;
          top: 9px;
          left: 0;
          font-size: 12px;
          color: #999999; }
      #footer ul li:hover a {
        color: #fff; }

@media (min-width: 768px) {
  #footer {
    text-align: left; }
    #footer .copyright {
      font-size: 14px;
      float: right;
      display: inline-block; }
  #omron-logo-footer {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  #omron-logo-footer {
    width: 120px; } }

/* ------------------------------------------------------------------------------------------------ */
/* Form */
/* ------------------------------------------------------------------------------------------------ */
.form-group {
  margin: 0 0 20px; }
  .form-group label {
    color: #212121; }
    .form-group label input[type="checkbox"] {
      float: left; }
      .form-group label input[type="checkbox"] + p {
        padding-left: 36px;
        margin: 0; }
    .form-group label.error {
      background: #f03f54;
      font-style: italic;
      text-align: right;
      display: block;
      font-size: 12px;
      padding: 0 5px;
      border-radius: 0 0 3px 3px;
      color: #fff; }

.form-control, .bootstrap-select.select {
  border: 1px solid #ccc;
  height: 40px;
  box-shadow: none;
  color: #000;
  font-size: 16px; }
  .form-control.error, .error.bootstrap-select.select {
    border-color: #cc3333;
    border-width: 2px; }

.alert img {
  width: 45px;
  margin-right: 10px; }

.form-group label {
  font-size: 14px; }

textarea.form-control, textarea.bootstrap-select.select {
  height: 240px !important; }

.bootstrap-select.select {
  color: #999;
  background: #fff;
  width: 100% !important;
  height: auto;
  border-radius: 4px;
  margin: 0 0 20px; }
  .bootstrap-select.select.open {
    overflow: visible; }
  .bootstrap-select.select .btn {
    height: 43px;
    background: #fff;
    color: #555;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 37px;
    line-height: 36px; }
    .bootstrap-select.select .btn span {
      padding: 0;
      line-height: 19px;
      font-size: 14px; }
    .bootstrap-select.select .btn:after {
      display: none; }
  .bootstrap-select.select .caret {
    border: none;
    top: 27% !important;
    right: 15px !important; }
    .bootstrap-select.select .caret:before {
      font-family: "FontAwesome";
      content: "\f107";
      width: 10px;
      height: 10px;
      font-size: 21px; }
  .bootstrap-select.select .dropdown-menu {
    max-width: 100%;
    overflow: hidden; }
    .bootstrap-select.select .dropdown-menu li a {
      white-space: initial;
      display: block; }
    .bootstrap-select.select .dropdown-menu.open {
      overflow: visible; }
      @media (min-width: 992px) {
        .bootstrap-select.select .dropdown-menu.open {
          max-height: none !important; }
          .bootstrap-select.select .dropdown-menu.open ul.dropdown-menu.inner {
            max-height: none !important; } }
    .bootstrap-select.select .dropdown-menu .selected {
      background: #fafafa; }
    .bootstrap-select.select .dropdown-menu a {
      outline: none;
      padding: 10px 15px; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

@media (min-width: 768px) {
  .col-4 .form-control, .col-4 .bootstrap-select.select {
    width: 23%;
    margin-right: 1%;
    display: inline-block; }
    .col-4 .form-control:last-child, .col-4 .bootstrap-select.select:last-child {
      margin: 0;
      width: 26%; } }

@media (max-width: 992px) and (min-width: 769px) {
  .col-4 .form-control:last-child, .col-4 .bootstrap-select.select:last-child {
    width: 25%; } }

@media (max-width: 768px) {
  .col-4 .form-control, .col-4 .bootstrap-select.select {
    margin: 0 0 10px; } }

select.form-control, select.bootstrap-select.select {
  position: relative; }
  select.form-control:after, select.bootstrap-select.select:after {
    position: absolute;
    font: 20px/45px FontAwesome;
    content: "\f107";
    top: 0;
    right: 5px; }
  @media (min-width: 768px) {
    select.form-control, select.bootstrap-select.select {
      display: inline-block;
      width: 30%; } }

.date-input {
  position: relative;
  display: block; }
  .date-input input {
    margin: 0 !important; }
  .date-input:after {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    right: 11px;
    top: 8px;
    color: #999;
    font-size: 24px; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 160px !important; }
  .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  font-size: 14px; }
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }

/* ------------------------------------------------------------------------------------------------ */
/* Homepage */
/* ------------------------------------------------------------------------------------------------ */
.home-banner-container {
  text-align: center; }
  .home-banner-container .home-banner-item-wrap {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
    margin-right: -1px; }
  .home-banner-container .home-banner-item {
    border: 1px solid #eee;
    text-align: center;
    display: block;
    padding: 65% 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .home-banner-container img {
    display: inline-block;
    width: 100%; }

@media (min-width: 544px) {
  .home-banner-container .home-banner-item-wrap {
    max-width: 49%; } }

@media (min-width: 768px) {
  .home-banner-container {
    margin: 0 auto; }
    .home-banner-container .home-banner-item-wrap {
      max-width: 40%; } }

@media (min-width: 992px) {
  .home-banner-container {
    margin: 0 auto; }
    .home-banner-container .home-banner-item-wrap {
      max-width: 24%;
      margin-bottom: 0px; } }

.hero-item {
  background-repeat: no-repeat;
  background-position: right center; }
  .hero-item .container {
    position: relative; }
  .hero-item .hero-video {
    position: absolute;
    top: 0;
    right: 0; }
  .hero-item img {
    width: 100%; }
  .hero-item.hero-item-one {
    background-size: cover; }
  .hero-item.hero-item-two {
    background-position: center right; }
  .hero-item.hero-item-three {
    background-position: bottom right; }
  .hero-item.hero-item-four {
    background-position: bottom right; }

@media (min-width: 992px) and (max-width: 1200px) {
  .hero-item {
    background-size: cover; }
    .hero-item.hero-item-three {
      background-size: 80% auto; } }

@media (min-width: 767px) and (max-width: 992px) {
  .hero-item {
    background-size: 80% auto;
    position: relative; }
    .hero-item.hero-item-one {
      background-size: auto 100%; }
    .hero-item:before {
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
    .hero-item .hero-video {
      padding: 15% 0; }
      .hero-item .hero-video iframe {
        height: 215px; } }

@media (max-width: 767px) {
  .hero-item {
    background-size: contain;
    position: relative;
    background-position: center bottom !important;
    background-image: none !important; }
    .hero-item.hero-item-one {
      background-size: contain; }
    .hero-item .hero-video {
      position: static;
      margin: 0 0 30px; }
  .hero-landscape {
    padding: 70% 0 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero-item-two .hero-landscape {
    background-position: calc(100% - 20px); } }

.hero-item-margin {
  margin: 30px 0; }

@media (min-width: 1200px) {
  .hero-item {
    min-height: 600px; }
  .hero-item-margin {
    margin: 110px auto 0 auto; } }

/* ------------------------------------------------------------------------------------------------ */
/* Section */
/* ------------------------------------------------------------------------------------------------ */
.vdp-section {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center; }
  .vdp-section li {
    display: inline-block;
    width: 10%;
    vertical-align: middle; }
    @media (min-width: 767px) and (max-width: 992px) {
      .vdp-section li {
        width: 20%; } }
    @media (max-width: 767px) {
      .vdp-section li {
        width: 100%; } }
    .vdp-section li:last-child {
      width: 88%;
      padding-left: 20px;
      text-align: left; }
      @media (min-width: 767px) and (max-width: 992px) {
        .vdp-section li:last-child {
          width: 78%; } }
      @media (max-width: 767px) {
        .vdp-section li:last-child {
          margin-top: 20px;
          padding-left: 0;
          width: 100%; } }
      .vdp-section li:last-child p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 21px; }

/* ------------------------------------------------------------------------------------------------ */
/* Blank */
/* ------------------------------------------------------------------------------------------------ */
.modal-open {
  padding-right: 0 !important;
  width: 100%; }

.modal {
  height: 100%; }
  .modal .excerpt {
    margin: 0px 0 20px !important;
    max-width: 100% !important; }

.modal-content {
  background: #f9f9f9;
  border: 0;
  border-radius: 0;
  text-align: left;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  box-shadow: 5px 5px 23px -10px #000; }
  .modal-content.modal-padding {
    padding: 30px; }
  .modal-content a {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial; }
  .modal-content p {
    color: #222;
    font-weight: 400; }

.modal-backdrop.in {
  opacity: 0; }

@media (min-width: 544px) {
  .modal-dialog {
    margin: 50px auto; } }

@media (min-width: 1200px) {
  .modal-dialog {
    margin: 70px auto;
    width: 620px; }
  .modal-content.modal-padding {
    padding: 40px; }
  .modal-lg {
    width: 1100px; } }

@media (min-width: 992px) {
  .section-hero-overview.power-supply .hidden-md-down {
    display: none; } }

@media (max-width: 767px) {
  .section-hero-overview.power-supply .section-padding {
    padding-bottom: 0 !important; } }

.pd0 {
  padding-bottom: 0; }

#power-supply p:last-child {
  margin-bottom: 0; }

@media (max-width: 767px) {
  #power-supply .margin-bottom-90 {
    margin-bottom: 54px; } }

@media (max-width: 767px) {
  #power-supply .section-padding {
    padding-top: 40px;
    padding-bottom: 40px; }
    #power-supply .section-padding img.img-block {
      margin-top: 0; } }

#power-supply .pl20 {
  padding-left: 20px; }

#power-supply .img-full {
  max-width: 100%; }

#power-supply .img-block {
  width: 100%; }

@media (max-width: 767px) {
  #power-supply .link-readmore {
    font-size: 16px; } }

#power-supply .link-readmore img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    #power-supply .link-readmore img {
      margin-bottom: 0; } }

.arrow-box {
  background-color: white;
  border-radius: 5px;
  border: 2px solid #0055cc;
  padding: 30px 40px;
  position: relative; }
  .arrow-box p {
    font-size: 14px;
    line-height: 24px; }
  @media (max-width: 992px) {
    .arrow-box {
      margin-top: 40px; } }
  .arrow-box:before {
    position: absolute;
    top: 30px;
    left: -35px;
    display: inline-block;
    border-top: 30px solid transparent;
    border-right: 35px solid #0055cc;
    border-bottom: 30px solid transparent;
    content: ''; }
    @media (max-width: 992px) {
      .arrow-box:before {
        top: -66px;
        left: calc(50% - 17.5px);
        border-left: 30px solid transparent;
        border-bottom: 35px solid #0055cc;
        border-right: 30px solid transparent; } }
  .arrow-box:after {
    position: absolute;
    top: 32px;
    left: -33px;
    display: inline-block;
    border-top: 28px solid transparent;
    border-right: 33px solid white;
    border-bottom: 28px solid transparent;
    content: ''; }
    @media (max-width: 992px) {
      .arrow-box:after {
        top: -60px;
        left: calc(50% - 15.5px);
        border-left: 28px solid transparent;
        border-bottom: 33px solid white;
        border-right: 28px solid transparent; } }

.video-full {
  width: 100%;
  height: 275px; }
  @media (min-width: 992px) {
    .video-full {
      width: 95%; } }

.item-icon {
  list-style: none;
  padding: 0;
  margin: 0 0 30px; }
  .item-icon li {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding: 10px 0; }
    @media (max-width: 767px) {
      .item-icon li {
        width: 49%; } }
    .item-icon li img {
      margin-right: 10px; }
  .item-icon.rows-04 {
    margin: 0; }
    .item-icon.rows-04 li {
      width: 175px;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .item-icon.rows-04 li {
          width: 49%; } }
      .item-icon.rows-04 li img {
        max-width: 100%;
        margin: 0 auto; }

.list-coat {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-coat li {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    padding: 0 5px 0 0; }
    .list-coat li img {
      width: 100%; }
    .list-coat li .title-coat {
      display: block;
      padding: 10px 0 10px 16px; }

.section-certificate {
  background-image: url("../images/power-supply/item-31.html");
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.box-grey {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px; }
  .box-grey p {
    font-size: 14px;
    line-height: 24px; }
  @media (max-width: 992px) {
    .box-grey {
      margin: 15px 0; } }
  .box-grey .img-abs {
    width: 100%;
    margin-top: -130px; }
    @media (max-width: 767px) {
      .box-grey .img-abs {
        margin-top: -100px;
        margin-bottom: 0; } }
  .box-grey .img-full {
    width: 100%;
    margin-top: -4px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .box-grey .img-full {
        margin-top: -35px; } }
    @media (max-width: 767px) {
      .box-grey .img-full {
        margin-bottom: 0; } }

.blue-circle {
  background-color: #0055cc;
  color: white;
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
  padding: 3px 0 0; }

@media (min-width: 992px) {
  .ml-45lg {
    margin-left: 45px; } }

@media (max-width: 767px) {
  .mt30-xs {
    margin-top: 30px;
    text-align: center; }
    .mt30-xs img {
      height: 100px;
      max-width: 100%;
      width: auto !important; } }

@media (max-width: 992px) {
  .tx-center-sm-down {
    text-align: center; } }

@media (max-width: 767px) {
  .tx-center-xs {
    text-align: center; }
    .tx-center-xs br {
      display: none; } }

@media (max-width: 767px) {
  .primary-title br, .secondary-title br {
    display: none; } }

.text-red {
  color: #ed1c24; }

.text-green {
  color: #00a651; }

.text-lg-green {
  color: #8dc63f; }

.text-orange {
  color: #ed5525; }

.text-orange-s {
  color: #f7941e; }

.text-purple {
  color: #92278f; }

.text-blue {
  color: #0055c4; }

a.text-blue {
  color: #0055c4; }
  a.text-blue:hover {
    color: #333333; }

header .main-nav-lg .nav-item {
  padding: 14px 30px; }

@media (min-width: 1200px) {
  header .container {
    max-width: 1170px; } }

.owl-controls .owl-pagination {
  bottom: 0; }
  .owl-controls .owl-pagination .owl-page {
    background: #ccc; }
    .owl-controls .owl-pagination .owl-page.active {
      background: #0055cc; }

img {
  max-width: 100%; }

.btn {
  padding: 10px 30px; }
  .btn.btn-white {
    box-shadow: none; }
    .btn.btn-white:hover {
      background: #eee; }
  .btn.btn-transparent {
    color: #0055cc;
    border: 1px solid #0055cc; }
    .btn.btn-transparent:hover {
      color: #fff;
      background: #0055cc; }
    .btn.btn-transparent.white {
      color: #fff;
      border-color: #fff; }
      .btn.btn-transparent.white:hover {
        background: #fff;
        color: #0055cc; }
  .btn.btn-blue .fa-play {
    font-size: 8px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #fff;
    line-height: 14px;
    text-align: center;
    position: relative;
    top: -2px;
    margin-left: 10px; }
    .btn.btn-blue .fa-play:before {
      position: relative;
      left: 1px; }

/* Row Hack */
.row.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutter > [class*='col-'],
.row.no-gutter > [class*='col-'] > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  position: inherit; }

.link-video {
  font-size: 24px;
  color: #0055cc;
  outline: none; }
  .link-video:hover, .link-video:focus, .link-video:visited, .link-video:active {
    outline: none; }
  .link-video .videoicon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 0 0 5px;
    vertical-align: top; }

.video-modal {
  background-color: #000; }
  .video-modal .close {
    color: #fff;
    opacity: 1;
    font-size: 46px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 10px; }
  .video-modal .modal-dialog.modal-lg {
    width: calc(100% - 400px);
    max-width: 100%;
    height: calc(100% - 150px);
    position: absolute;
    left: 200px;
    top: 75px;
    margin: 0; }
  .video-modal .modal-dialog .modal-vpad {
    height: 100%; }
    .video-modal .modal-dialog .modal-vpad .modal-content {
      max-width: 100%;
      margin: 0 auto;
      height: 100%; }
      .video-modal .modal-dialog .modal-vpad .modal-content .modal-body {
        padding: 0;
        background-color: black;
        height: 100%; }
        .video-modal .modal-dialog .modal-vpad .modal-content .modal-body iframe {
          width: 100%;
          height: 100% !important; }

.modal-lg {
  max-width: 900px;
  width: auto; }

.form-bottom.form-page-color .pull-left.form-group {
  width: 50%; }
  @media (max-width: 767px) {
    .form-bottom.form-page-color .pull-left.form-group {
      width: 100%; } }
  .form-bottom.form-page-color .pull-left.form-group .form-control, .form-bottom.form-page-color .pull-left.form-group .bootstrap-select.select {
    border: 0;
    border-left: 1px solid rgba(220, 220, 220, 0.5);
    border-top: 1px solid #eeeeee;
    background-color: #f9f9f9; }
  .form-bottom.form-page-color .pull-left.form-group.width-full {
    width: 100%; }
    .form-bottom.form-page-color .pull-left.form-group.width-full .form-control, .form-bottom.form-page-color .pull-left.form-group.width-full .bootstrap-select.select {
      height: 150px; }
    .form-bottom.form-page-color .pull-left.form-group.width-full .checkbox-section li:first-child {
      margin-right: 0; }

.form-bottom .form-group.pull-left {
  width: 33.33%;
  padding-right: 10px; }
  @media (max-width: 992px) {
    .form-bottom .form-group.pull-left {
      width: 100%; } }
  .form-bottom .form-group.pull-left .form-control, .form-bottom .form-group.pull-left .bootstrap-select.select {
    height: 50px; }
    .form-bottom .form-group.pull-left .form-control::-webkit-input-placeholder, .form-bottom .form-group.pull-left .bootstrap-select.select::-webkit-input-placeholder {
      color: #333333; }
    .form-bottom .form-group.pull-left .form-control:-moz-placeholder, .form-bottom .form-group.pull-left .bootstrap-select.select:-moz-placeholder {
      color: #333333;
      opacity: 1; }
    .form-bottom .form-group.pull-left .form-control::-moz-placeholder, .form-bottom .form-group.pull-left .bootstrap-select.select::-moz-placeholder {
      color: #333333;
      opacity: 1; }
    .form-bottom .form-group.pull-left .form-control:-ms-input-placeholder, .form-bottom .form-group.pull-left .bootstrap-select.select:-ms-input-placeholder {
      color: #333333; }
    .form-bottom .form-group.pull-left .form-control:placeholder-shown, .form-bottom .form-group.pull-left .bootstrap-select.select:placeholder-shown {
      color: #333333; }
    .form-bottom .form-group.pull-left .form-control.form-with-arrow, .form-bottom .form-group.pull-left .form-with-arrow.bootstrap-select.select {
      background-image: url("../images/img-arrow-select-large.png");
      background-repeat: no-repeat;
      background-position: right center; }

.form-bottom .checkbox-section {
  font-size: 14px;
  line-height: 21px; }
  .form-bottom .checkbox-section li {
    display: inline-block;
    vertical-align: top; }
    .form-bottom .checkbox-section li:first-child {
      width: 25px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .form-bottom .checkbox-section li:first-child {
          width: 8%;
          margin-right: 0; } }
      .form-bottom .checkbox-section li:first-child .checkbox {
        border-radius: 3px;
        margin: 0px 5px 0 0;
        width: 20px;
        height: 20px; }
    .form-bottom .checkbox-section li:last-child {
      width: 90%; }

@media (max-width: 767px) {
  .form-bottom .button-center-xs {
    text-align: center; } }

.modal-content.section-white {
  background-color: #fff; }

#callus table {
  line-height: 28px; }

h2 {
  font-size: 45px;
  font-weight: 300;
  line-height: 61px;
  color: #004BBC;
  margin: 0 0 10px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 1.2; } }

main h2 {
  position: relative;
  margin-top: -15px; }

h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 43px;
  color: #4D4D4F;
  margin: 0 0 28px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 21px;
      line-height: 1.5; } }

p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 28px;
  color: #666666; }

.container p:last-child {
  margin: 0; }

.ptd130, .wiring-breeze, .wiring-effort, .secure-wiring, .space-saving, .productivity, .series-lineup {
  padding: 130px 0; }
  @media (max-width: 767px) {
    .ptd130, .wiring-breeze, .wiring-effort, .secure-wiring, .space-saving, .productivity, .series-lineup {
      padding: 50px 0; } }

.ptd60, .contact-page {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .ptd60, .contact-page {
      padding: 50px 0; } }

.hero-microsite {
  padding: 60px 0 0;
  overflow: hidden; }
  .hero-microsite h1 {
    font-family: "Open Sans";
    font-size: 45px;
    font-weight: 300;
    line-height: 61px;
    color: #004BBC;
    margin: 0 0 35px; }
    .hero-microsite h1 p {
      font-size: 32px;
      font-weight: 300;
      line-height: 43px;
      color: #4D4D4F;
      margin: 0; }
  .hero-microsite .img-hero {
    width: 100%;
    max-width: none; }
  @media (max-width: 1400px) and (min-width: 992px) {
    .hero-microsite .img-hero {
      width: 120%;
      margin-left: -12%; } }
  @media (max-width: 767px) {
    .hero-microsite {
      padding: 30px 0 0; }
      .hero-microsite h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px; }
        .hero-microsite h1 p {
          font-size: 18px;
          line-height: 30px; } }
  @media (max-width: 991px) {
    .hero-microsite .img-hero {
      width: 150%;
      margin-left: -32%; } }

.wiring-breeze {
  background-color: #F9F9F9; }
  .wiring-breeze h2 {
    margin-bottom: 20px; }
  .wiring-breeze h2, .wiring-breeze h3 {
    text-align: center; }
  .wiring-breeze h3 {
    margin: 0 0 50px; }
  @media (max-width: 767px) {
    .wiring-breeze h2 {
      margin-bottom: 10px; } }

.table-m {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: #fff; }
  .table-m th, .table-m td {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    background-color: #004BBC;
    border: 1px solid #fff !important;
    vertical-align: middle; }
  .table-m th {
    text-transform: uppercase; }
  .table-m tbody tr td:nth-child(odd) {
    background-color: #434343; }
  .table-m tfoot td {
    background: #fff;
    color: #004BBC; }
    @media (min-width: 768px) {
      .table-m tfoot td {
        padding: 0;
        height: 40px; } }
  .table-m tfoot tr td:nth-child(odd) {
    color: #777; }
  @media (max-width: 767px) {
    .table-m.responsive td, .table-m.responsive tr, .table-m.responsive th {
      display: block; }
    .table-m.responsive tbody, .table-m.responsive tfoot {
      float: left;
      width: 50%; }
      .table-m.responsive tbody td, .table-m.responsive tfoot td {
        width: 100%;
        min-height: 60px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        box-align: center; }
        .table-m.responsive tbody td span, .table-m.responsive tfoot td span {
          display: block;
          margin: auto; }
    .table-m.responsive tfoot tr td:not(:last-child) {
      border-bottom: 2px solid  #004BBC !important; } }

.wiring-effort {
  background: #F9F9F9; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .wiring-effort p {
      padding-right: 15%; } }
  .wiring-effort .table-m {
    margin: 21px auto 0; }
    @media (min-width: 768px) {
      .wiring-effort .table-m {
        max-width: 302px; } }
    @media (max-width: 767px) {
      .wiring-effort .table-m {
        max-width: 80%; } }
  .wiring-effort .img img {
    position: absolute;
    top: -93px;
    left: -150px;
    z-index: 2; }
    @media (max-width: 992px) and (min-width: 768px) {
      .wiring-effort .img img {
        top: 64px;
        left: -41px; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      .wiring-effort .img img {
        top: -34px;
        left: -103px; } }
  .wiring-effort .earphone {
    position: relative;
    top: -30px;
    left: 10px;
    z-index: 2;
    margin-bottom: 70px; }
    @media (max-width: 1200px) and (min-width: 992px) {
      .wiring-effort .earphone {
        top: -20px;
        left: -20px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      .wiring-effort .earphone {
        top: -10px;
        left: 0;
        margin: 0; } }
    @media (max-width: 767px) {
      .wiring-effort .earphone {
        top: -30px;
        margin: 0;
        display: inline-block;
        max-width: 45%;
        left: -15px; } }
  .wiring-effort .pip {
    display: inline-block;
    max-width: 53%;
    position: relative;
    right: -15px;
    top: -30px; }

.secure-wiring .table-m {
  max-width: 454px; }

@media (max-width: 767px) {
  .secure-wiring .table-m tfoot td {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    box-align: center;
    height: 62px; }
    .secure-wiring .table-m tfoot td span {
      display: block;
      margin: 0 auto; } }

@media (max-width: 992px) and (min-width: 768px) {
  .secure-wiring .table-m {
    margin: 0 auto; } }

@media (min-width: 992px) {
  .secure-wiring .vd {
    float: right; } }

@media (max-width: 991px) {
  .secure-wiring .vd {
    margin: 0 0 30px; } }

.secure-wiring .video-box {
  position: relative; }
  @media (min-width: 768px) {
    .secure-wiring .video-box {
      margin-left: 15px; } }
  .secure-wiring .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .secure-wiring .video-box:before {
    content: "";
    padding: 29% 0;
    display: block; }

.space-saving {
  background-color: #F9F9F9; }
  @media (min-width: 768px) {
    .space-saving p {
      padding-right: 5%; } }
  .space-saving p.small {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-top: 10px; }
  @media (min-width: 768px) {
    .space-saving .img {
      float: right;
      padding: 0;
      top: -15px; } }
  @media (max-width: 767px) {
    .space-saving .img {
      margin: 0 0 30px; } }

@media (max-width: 767px) {
  .productivity {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .productivity #tab1 {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .productivity .visible-xs {
    padding: 0; } }

@media (min-width: 768px) {
  .productivity .col-xl-5 p {
    padding-right: 5%; } }

.productivity .bootstrap-select.select.tab-select {
  margin: 30px 0 0; }
  @media (min-width: 768px) {
    .productivity .bootstrap-select.select.tab-select {
      display: none; } }

.productivity .nav-tabs {
  margin: 34px 0 0;
  border-color: #e2e2e2; }
  .productivity .nav-tabs:after {
    content: "";
    display: table;
    clear: both; }
  .productivity .nav-tabs li {
    float: left; }
    .productivity .nav-tabs li a {
      transition: all .5s;
      padding: 18px 40px;
      font-size: 15px;
      font-weight: 600;
      text-align: center;
      line-height: 15px;
      color: #666666;
      border-radius: 4px 4px 0 0;
      display: block;
      border: 1px solid #e2e2e2;
      margin-right: 10px;
      border-bottom: none; }
    .productivity .nav-tabs li.active a {
      border-color: #004BBC;
      background: #004BBC;
      color: #fff; }
  @media (max-width: 767px) {
    .productivity .nav-tabs {
      display: none; } }

.productivity .tab-content {
  padding-top: 87px; }
  @media (max-width: 767px) {
    .productivity .tab-content {
      padding-top: 30px; } }

.productivity .img-border {
  border: 1px solid #E2E2E2;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 30px; }

@media (min-width: 768px) {
  .productivity .reduce .img {
    float: right;
    padding-left: 3%; } }

@media (max-width: 767px) {
  .productivity .reduce .img {
    margin-top: 30px; } }

@media (min-width: 768px) {
  .productivity .reduce p {
    display: inline-block;
    width: 200px; } }

@media (min-width: 768px) {
  .productivity .reduce .text-baloon {
    top: -45px;
    left: 15px;
    width: 47%;
    float: right; } }

@media (max-width: 992px) and (min-width: 768px) {
  .productivity .reduce .img-border {
    width: 50%; }
  .productivity .reduce p {
    width: 40%; }
  .productivity .reduce .text-baloon {
    top: -30px;
    left: 0; } }

@media (max-width: 767px) {
  .productivity .reduce .img-border {
    width: 100%; }
  .productivity .reduce p {
    margin: 0 0 15px; } }

.productivity .text-baloon {
  padding: 30px;
  background-color: #FFFFFF;
  border: 1px solid #004BBC;
  border-radius: 8px;
  position: relative;
  color: #666666; }
  .productivity .text-baloon p {
    width: 100%; }
  .productivity .text-baloon:before, .productivity .text-baloon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: calc(50% - 20px);
    left: -20px;
    z-index: 2; }
  .productivity .text-baloon:before {
    border-right: 20px solid #004BBC;
    left: -21px;
    z-index: 1; }
  @media (min-width: 768px) {
    .productivity .text-baloon {
      top: 77px;
      left: 0px;
      z-index: 2;
      width: calc(50% - 15px); } }
  @media (max-width: 992px) and (min-width: 768px) {
    .productivity .text-baloon {
      top: 0;
      left: 0; } }
  @media (max-width: 767px) {
    .productivity .text-baloon {
      margin: 25px 15px 0;
      padding: 15px; }
      .productivity .text-baloon:before, .productivity .text-baloon:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        top: -29px;
        left: calc(50% - 20px); }
      .productivity .text-baloon:before {
        top: -30px; } }

.series-lineup h2 {
  margin: 0 0 28px; }

.series-lineup .img-block {
  display: block;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .series-lineup .img-block {
      margin-top: 30px; } }
  @media (max-width: 1200px) and (min-width: 992px) {
    .series-lineup .img-block {
      margin-top: 10%; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .series-lineup .img-block {
      margin-top: 17%; } }

@media (max-width: 992px) and (min-width: 768px) {
  .series-lineup .col-sm-5 p {
    padding-right: 6%; } }

.series-lineup .text-center {
  text-align: center; }
  .series-lineup .text-center a {
    font-size: 15px;
    line-height: 20px;
    color: #004BBC;
    font-weight: 400; }
    .series-lineup .text-center a:hover {
      color: #003789; }

.series-lineup .table-series {
  margin: 20px 0 30px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .series-lineup .table-series.table-xs {
      display: none; } }
  .series-lineup .table-series th, .series-lineup .table-series td {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    border: 1px solid #e2e2e2;
    vertical-align: middle; }
  .series-lineup .table-series th {
    background: #777;
    color: #fff;
    border: none; }
  @media (min-width: 768px) {
    .series-lineup .table-series tbody tr td:first-child {
      background: #e2e2e2;
      text-align: left;
      font-size: 15px;
      font-weight: 600;
      line-height: 20px;
      color: #666666;
      width: 200px;
      padding: 10px 30px; } }
  .series-lineup .table-series tbody tr.product td {
    position: relative; }
    @media (max-width: 992px) and (min-width: 768px) {
      .series-lineup .table-series tbody tr.product td:not(:first-child) {
        vertical-align: top; } }
  .series-lineup .table-series tbody tr.product span {
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    color: #777777;
    margin: 0 0 24px;
    display: block; }
  .series-lineup .table-series tbody tr.product img {
    display: block;
    margin: 0 auto;
    max-height: 110px; }
  .series-lineup .table-series tbody tr.product .icon {
    position: absolute;
    bottom: 68px;
    right: 12px;
    width: 40px; }
    @media (max-width: 992px) and (min-width: 768px) {
      .series-lineup .table-series tbody tr.product .icon {
        width: 30px; } }
  .series-lineup .table-series tbody tr .colors .item {
    display: inline-block;
    position: relative;
    padding: 2px 0 0 45px;
    text-align: left;
    vertical-align: top; }
    @media (min-width: 768px) {
      .series-lineup .table-series tbody tr .colors .item:not(:last-child) {
        margin-right: 72px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      .series-lineup .table-series tbody tr .colors .item:not(:last-child) {
        margin-right: 30px; }
      .series-lineup .table-series tbody tr .colors .item:last-child {
        width: 39%; } }
    .series-lineup .table-series tbody tr .colors .item b {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 25.71px;
      vertical-align: middle; }
    .series-lineup .table-series tbody tr .colors .item span {
      font-size: 15px;
      line-height: 20px;
      color: #777777; }
  .series-lineup .table-series tbody tr.standart img {
    display: inline-block;
    margin: 0 15px;
    max-height: 35px; }
  @media (max-width: 767px) {
    .series-lineup .table-series:not(.table-xs) {
      display: none; }
    .series-lineup .table-series th {
      background: #e2e2e2;
      color: #666666; }
    .series-lineup .table-series tbody tr td.head {
      background: #777;
      color: #fff;
      width: 30%;
      text-align: left; }
    .series-lineup .table-series tbody tr .colors .item {
      display: block;
      text-align: left;
      position: relative;
      padding: 3px 0;
      padding-left: 40px; }
      .series-lineup .table-series tbody tr .colors .item b {
        position: absolute;
        top: 0;
        left: 0; }
      .series-lineup .table-series tbody tr .colors .item:not(:last-child) {
        margin: 0 0 10px; } }

.form-control, .bootstrap-select.select {
  height: 45px;
  margin: 0 0 20px; }

@media (min-width: 768px) {
  .contact-page .container {
    padding-bottom: 15px; } }

.contact-page h2 {
  color: #0055cc;
  letter-spacing: -1px;
  text-align: left;
  margin-top: 0; }
  .contact-page h2:after {
    content: "";
    margin: 30px 0;
    display: block;
    width: 35px;
    height: 4px;
    background: #004BBC; }
  @media (max-width: 767px) {
    .contact-page h2 {
      margin-bottom: 30px; } }

.contact-page .row .col-md-6:nth-child(2n+1) {
  clear: left; }

.contact-page .form-group {
  margin: 0 0 20px; }
  .contact-page .form-group .btn.dropdown-toggle {
    float: none; }
  .contact-page .form-group .form-control, .contact-page .form-group .bootstrap-select.select {
    margin: 0; }
  .contact-page .form-group label.error {
    margin: 0; }
  .contact-page .form-group .bootstrap-select.select {
    height: auto; }

.contact-page .action {
  text-align: right; }
  .contact-page .action .btn {
    padding: 10px 45px;
    text-transform: uppercase; }

@media (min-width: 992px) {
  .contact-page .form {
    padding-right: 60px; } }

.cd {
  background: #eee;
  padding: 15px 10px 15px 15px;
  border-radius: 5px;
  margin-top: 15px; }
  @media (min-width: 992px) {
    .cd {
      margin-right: -20px; } }
  @media (max-width: 767px) {
    .cd {
      margin-top: 30px; } }
  .cd .address a {
    display: block;
    line-height: 1;
    min-height: 40px;
    padding: 5px 0;
    color: #333;
    padding-left: 42px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal; }
    .cd .address a .fa {
      width: 32px;
      line-height: 28px;
      border: 2px solid;
      border-radius: 100%;
      text-align: center;
      position: absolute;
      color: #333;
      top: 0;
      left: 0; }
    .cd .address a:hover {
      color: #0055cc; }
      .cd .address a:hover .fa {
        color: #124d98; }
    .cd .address a.line {
      text-decoration: underline;
      color: #0055cc; }
      .cd .address a.line:hover {
        color: #333; }

.thank p {
  color: #333;
  margin: 0 0 30px !important; }

.section-blue {
  padding: 96px 0;
  background: url("../images/bg-blue.png");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-color: #0055cc;
  text-align: center; }
  @media (max-width: 767px) {
    .section-blue {
      padding: 50px 0; } }
  .section-blue p {
    color: #fff; }
    @media (max-width: 767px) {
      .section-blue p {
        font-size: 20px; } }
  .section-blue .btn {
    width: 270px;
    padding: 10px 0;
    margin: 5px;
    text-align: center; }
    @media (max-width: 767px) {
      .section-blue .btn {
        width: 280px; } }
  @media (max-width: 991px) {
    .section-blue br {
      display: none; } }
  @media (max-width: 1200px) and (min-width: 992px) {
    .section-blue br {
      display: none; } }
  .section-blue br.xl {
    display: none; }
    @media (max-width: 1200px) and (min-width: 992px) {
      .section-blue br.xl {
        display: block; } }

.hero {
  padding: 100px 0;
  color: #fff; }
  @media (max-width: 767px) {
    .hero {
      padding: 50px 0; } }
  .hero h1 {
    color: #fff; }
    .hero h1 p {
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
  .hero p {
    text-align: justify;
    color: #f3f7f8; }
    .hero p b {
      font-weight: 600; }

.hero {
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover; }
  .hero.fs {
    display: table-cell;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .hero.fs p {
        width: 86%; } }
    @media (max-width: 767px) {
      .hero.fs br {
        display: none; } }
  .hero h1 {
    color: #fff;
    margin: 0 0 40px;
    font-size: 48px; }
    @media (min-width: 992px) {
      .hero h1 {
        line-height: 60px;
        position: relative;
        left: -3px; }
        .hero h1 p {
          position: relative;
          left: 3px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      .hero h1 {
        font-size: 36px;
        line-height: 1.5; } }
    @media (max-width: 767px) and (min-width: 350px) {
      .hero h1 {
        font-size: 29px; } }
    @media (max-width: 340px) {
      .hero h1 {
        font-size: 24px; } }
  .hero p, .hero li {
    color: #fff; }
    @media (min-width: 992px) {
      .hero p, .hero li {
        line-height: 28px; } }
  @media (min-width: 992px) {
    .hero ul {
      margin-top: -10px; } }
  .hero ul li {
    padding-right: 8%;
    line-height: 30px;
    position: relative;
    padding-left: 20px; }
    .hero ul li:before {
      content: '\2022 ';
      color: #fff;
      padding-right: 0.5em;
      position: absolute;
      top: 0;
      left: 5px;
      font-size: 24px;
      line-height: 30px; }
    @media (max-width: 991px) {
      .hero ul li {
        display: block; } }
  @media (min-width: 768px) {
    .hero .img {
      position: absolute;
      bottom: -50px;
      right: 0; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .hero .img {
      bottom: auto;
      top: 50%; } }
  @media (max-width: 767px) {
    .hero .img {
      position: relative; } }
  .hero .img .img-box {
    display: inline-block;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .hero .img .img-box {
        left: -15px; } }
    .hero .img .img-box .dots span {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #000;
      border-radius: 100%;
      top: 35%;
      left: 28%; }
      .hero .img .img-box .dots span.seal {
        top: 17%;
        left: 83%; }
      .hero .img .img-box .dots span.cut {
        top: 57%;
        left: 98%; }
    .hero .img .img-box .dots .tooltip-inner {
      font-size: 14px;
      padding: 5px 15px; }
      @media (max-width: 767px) {
        .hero .img .img-box .dots .tooltip-inner {
          font-size: 12px; } }
  .hero .video {
    margin-top: 40px; }
    .hero .video iframe {
      width: 100%;
      height: 280px; }
  .hero.qm {
    padding-bottom: 60px; }
  @media (min-width: 768px) {
    .hero.training {
      padding: 100px 0; } }

#brochure .form-group {
  margin: 0 0 20px; }
  #brochure .form-group .form-control, #brochure .form-group .bootstrap-select.select {
    margin: 0; }

#brochure .modal-dialog {
  max-width: 630px; }

@media (min-width: 768px) {
  #brochure .modal-content {
    padding: 60px 40px; } }

#brochure .modal-content form {
  display: block;
  float: none; }
  @media (min-width: 768px) {
    #brochure .modal-content form {
      width: 80%;
      margin: auto; } }

#brochure .modal-content .btn-large.btn-blue {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px !important; }

#brochure .close {
  position: absolute;
  top: 40px; }

#brochure h2 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  line-height: 36px;
  color: #004BBC; }
  @media (max-width: 767px) {
    #brochure h2 {
      font-size: 24px;
      line-height: 30px; } }
  #brochure h2:after {
    content: "";
    margin: 30px auto 30px;
    display: block;
    width: 35px;
    height: 4px;
    background: #0055cc; }
  #brochure h2.left {
    text-align: left; }
    #brochure h2.left:after {
      margin: 30px 0; }
  @media (max-width: 767px) {
    #brochure h2 {
      margin-bottom: 30px; } }

#brochure .close {
  right: 20px;
  width: 40px;
  height: 40px;
  background: #eee;
  opacity: 1;
  border-radius: 100%;
  text-align: center;
  padding-top: 2px; }
  #brochure .close img {
    position: relative;
    top: 2px;
    width: 18px;
    opacity: 0.7; }
  #brochure .close:hover img {
    opacity: 1; }
  @media (max-width: 767px) {
    #brochure .close {
      top: 10px;
      right: 10px; } }

@media (min-width: 768px) {
  #brochure .text-grey-sub {
    width: 100%;
    margin: auto; }
    #brochure .text-grey-sub p {
      line-height: 24px; }
  #brochure form.form-bottom {
    width: 75%; } }

.other {
  margin: 20px 0 0 !important;
  display: none; }

.text-center {
  text-align: center; }

p b, p strong {
  font-weight: bold; }

p em, p i {
  font-style: italic; }

.modal-backdrop.in {
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
  transition: opacity 0.5s 0.5s; }
  .modal-backdrop.in.call {
    opacity: 0; }

@media (min-width: 768px) {
  #tab2 {
    margin-top: -30px; }
    #tab2 .pl5 {
      padding-left: 5%; } }

@media (min-width: 768px) {
  .visible-xs {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

/*# sourceMappingURL=main.css.map */
