/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

@font-face {
  font-family: 'Hous3';
  src: url("../fonts/HouschkaPro-Regular3.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular3.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Hous4';
  src: url("../fonts/HouschkaPro-Regular4.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular4.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HousBold';
  src: url("../fonts/HouschkaPro-BoldItalic.woff2") format("woff2"), url("../fonts/HouschkaPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Hous8';
  src: url("../fonts/HouschkaPro-Regular8.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular8.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hous10';
  src: url("../fonts/HouschkaPro-Regular10.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular10.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hous12';
  src: url("../fonts/HouschkaPro-Regular12.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular12.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hous6';
  src: url("../fonts/HouschkaPro-Regular6.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular6.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hous5';
  src: url("../fonts/HouschkaPro-Regular5.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular5.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Hous9';
  src: url("../fonts/HouschkaPro-Regular9.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular9.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Hous7';
  src: url("../fonts/HouschkaPro-Regular7.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular7.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Hous11';
  src: url("../fonts/HouschkaPro-Regular11.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular11.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Hous2';
  src: url("../fonts/HouschkaPro-Regular2.woff2") format("woff2"), url("../fonts/HouschkaPro-Regular2.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Hous2', sans-serif;
  font-size: 20px;
  color: #002768; }

header.scrolled {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-animation: sticky .3s ease-in;
  animation: sticky .3s ease-in;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  header.scrolled .Header {
    padding: 20px 0; }

@-webkit-keyframes sticky {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes sticky {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.sContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

.Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 42px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .Header-Logo {
    display: block;
    padding-right: 15px; }
  .Header-Menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .Header-Menu ul li a {
      padding: 15px;
      display: block;
      font-size: 1.42rem;
      color: #002768;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .Header-Menu ul li a:hover, .Header-Menu ul li a.active {
        color: #a41122; }
  .Header-Languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 15px; }
    .Header-Languages a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      background: #f0f0fa;
      color: #002768;
      border-radius: 5px;
      font-size: 14px; }
      .Header-Languages a:hover {
        color: #a41122; }

.slideTextContainer {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  text-align: right;
  font-family: 'Hous8', sans-serif;
  line-height: 120%;
  background: rgba(0, 39, 104, 0.6);
  padding: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.MainSlider {
  padding: 0 30px 50px;
  margin-bottom: 90px;
  border-radius: 8px;
  /*& .ms-thumblist-bwd{
    position: absolute;
    right: 75px;
    width: 75px;
    height: 100%;
    background: #fff url("../img/icon/icn_left_blue.png")no-repeat center center;
    z-index: 5;
  }
  & .ms-thumblist-fwd{
    position: absolute;
    right: 0px;
    width: 75px;
    height: 100%;
    background: #fff url("../img/icon/icn_right_blue.png")no-repeat center center;
    z-index: 5;
  }*/ }
  .MainSlider .ms-container {
    border-radius: 8px; }
  .MainSlider .ms-view {
    background: transparent; }
  .MainSlider .ms-thumb-list.ms-dir-h {
    max-width: 991px;
    left: 30px;
    right: 30px;
    margin: auto;
    bottom: -70px;
    opacity: 1;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
  .MainSlider .ms-slide-bgcont img {
    border-radius: 8px; }
  .MainSlider .ms-skin-default .ms-nav-next, .MainSlider .ms-skin-default .ms-nav-prev {
    width: 60px;
    height: 60px;
    z-index: 10; }
  .MainSlider .ms-nav-next {
    background: url("../img/icon/slider_right.png") no-repeat;
    right: 20px; }
  .MainSlider .ms-nav-prev {
    background: url("../img/icon/slider_left.png") no-repeat;
    left: 20px; }
  .MainSlider .ms-thumb-frame {
    opacity: 1;
    position: relative;
    max-width: 200px; }
    .MainSlider .ms-thumb-frame:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 39, 104, 0.6);
      left: 0;
      top: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .MainSlider .ms-thumb-frame:hover:after {
      background: rgba(164, 17, 34, 0.6); }
    .MainSlider .ms-thumb-frame-selected:after {
      background: rgba(164, 17, 34, 0.6); }

.Home-About {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 30px; }
  .Home-About-Content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 30px;
    max-width: 640px;
    color: #002768; }
    .Home-About-Content h4 {
      display: block;
      margin-bottom: 30px;
      font-size: 20px;
      color: #002768;
      opacity: .5;
      font-family: 'Hous6'; }
    .Home-About-Content p.specText {
      font-size: 36px;
      margin-bottom: 40px; }
    .Home-About-Content p.contentText {
      font-size: 30px;
      margin-bottom: 40px;
      font-weight: 300;
      font-family: 'Hous8'; }
  .Home-About-Pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow: hidden;
    border-radius: 8px 0px 0px 8px; }
    .Home-About-Pic img {
      width: 100%; }

.Home-Brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1800px; }
  .Home-Brand-Card {
    padding: 0 15px; }
    .Home-Brand-Card-Pic {
      overflow: hidden;
      border-radius: 5px 5px 0 0; }
      .Home-Brand-Card-Pic img {
        width: 100%; }
    .Home-Brand-Card-Content {
      padding: 30px;
      background: #004b9a;
      color: #fff;
      border-radius: 0 0 5px 5px; }
      .Home-Brand-Card-Content a {
        color: #ffc342;
        display: inline-block;
        font-size: 14px;
        font-family: 'Hous6',sans-serif;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .Home-Brand-Card-Content a:hover {
          color: #a41122; }
    .Home-Brand-Card-Name {
      margin-bottom: 30px;
      font-size: 14px;
      font-family: 'Hous6'; }
    .Home-Brand-Card-Text {
      font-weight: 300;
      font-size: 20px;
      margin-bottom: 30px;
      font-family: 'Hous8';
      min-height: 120px; }

.PageSection {
  padding: 90px 0; }
  .PageSection.Brands {
    padding-top: 0; }
  .PageSection.History {
    padding-top: 0;
    padding-bottom: 50px;
    background: #f5f5ff; }
  .PageSection.bgFooter {
    background: #f5f5ff;
    border-bottom: 1px solid #e5e9f0; }
  .PageSection.Copy {
    padding: 30px 0; }

.sLine {
  height: 1px;
  background: #bfc9d9; }

.btn {
  display: inline-block;
  padding: 30px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: 'Hous6';
  font-size: 20px; }
  .btn-red {
    color: #fff;
    background: #a41122; }
    .btn-red:hover {
      background: #5D0D18; }
  .btn-small {
    padding: 20px; }

.titleH3 {
  font-size: 20px;
  color: #002768;
  padding: 50px 0;
  text-align: center;
  font-family: 'Hous6'; }
  .titleH3.bgHistory {
    background: #ebebff;
    margin-bottom: 20px; }

.btnControll {
  width: 60px;
  height: 60px;
  position: absolute;
  padding: 30px;
  background: #a41122;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2; }
  .btnControll:hover {
    background: #5D0D18; }
  .btnControll.left {
    left: 0;
    border-radius: 0 30px 30px 0; }
  .btnControll.right {
    right: 0;
    border-radius: 30px 0 0 30px; }

.Brands {
  position: relative; }

.timeline--horizontal .timeline__item .timeline__content:before {
  display: none; }

.timeline--horizontal {
  padding: 0 100px; }

.timeline__content {
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: 'Hous12';
  color: #002768;
  font-size: 18px; }
  .timeline__content h2 {
    font-size: 30px;
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #002768;
    font-family: 'Hous6'; }
    .timeline__content h2:after {
      content: '';
      position: absolute;
      width: 50px;
      height: 3px;
      background: #a41122;
      left: 0;
      bottom: 0; }

.timeline__item:after {
  width: 13px;
  height: 13px;
  border: 2px solid #002768; }

.timeline__item:before {
  content: '';
  position: absolute;
  right: 40%;
  bottom: -7px;
  width: 1px;
  height: 13px;
  background: rgba(0, 39, 104, 0.3); }

.timeline__item:nth-child(even):before {
  bottom: inherit;
  top: -7px; }

.timeline--horizontal .timeline__item {
  padding-bottom: 15px; }
  .timeline--horizontal .timeline__item:after {
    left: 25px;
    right: inherit; }

.timeline--horizontal .timeline-divider {
  background: rgba(0, 39, 104, 0.3);
  height: 1px; }

.timeline-nav-button {
  width: 60px;
  height: 60px;
  background: #a41122;
  z-index: 9;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .timeline-nav-button--next {
    right: -3px;
    border-radius: 30px 0 0 30px;
    background: #a41122 url("../img/icon/icn_right.png") no-repeat center center; }
    .timeline-nav-button--next:hover {
      background: #5D0D18 url("../img/icon/icn_right.png") no-repeat center center; }
  .timeline-nav-button--prev {
    left: -3px;
    border-radius: 0 30px 30px 0;
    background: #a41122 url("../img/icon/icn_left.png") no-repeat center center; }
    .timeline-nav-button--prev:hover {
      background: #5D0D18 url("../img/icon/icn_left.png") no-repeat center center; }
  .timeline-nav-button:disabled {
    opacity: 1;
    pointer-events: auto; }

.timeline--horizontal .timeline__item--bottom {
  padding: 15px 0 0; }

.BoxContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .BoxContainer-Card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    text-align: center; }
    .BoxContainer-Card-Title {
      margin-bottom: 50px;
      text-align: center;
      font-size: 18px;
      font-family: 'Hous6'; }
    .BoxContainer-Card-Pic {
      border-radius: 5px;
      overflow: hidden; }
    .BoxContainer-Card-Info {
      padding: 30px 20px;
      text-align: center;
      font-size: 20px;
      font-family: 'Hous8'; }
    .BoxContainer-Card .btn {
      display: inline-block;
      padding: 15px;
      border-radius: 4px;
      background: #a41122;
      color: #fff;
      font-size: 14px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .BoxContainer-Card .btn:hover {
        background: #5D0D18; }

.dp-responsive {
  width: 100%; }

.timeline--horizontal .timeline__item .timeline__content:after {
  display: none; }

.Footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; }
  .Footer-Row {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .Footer-Address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 0;
    font-size: 14px; }
    .Footer-Address .Footer-Head {
      margin-bottom: 5px; }
  .Footer-Logo {
    padding-right: 50px; }
    .Footer-Logo img {
      width: 100%; }
  .Footer-Head {
    margin-bottom: 30px;
    font-family: 'Hous6'; }
  .Footer-Content {
    font-family: 'Hous12'; }
    .Footer-Content-Address {
      line-height: 140%;
      font-size: 14px; }
      .Footer-Content-Address span {
        display: block; }
      .Footer-Content-Address a {
        display: inline-block;
        color: #002768;
        padding-right: 15px; }
        .Footer-Content-Address a.redLink {
          color: #a41122; }
    .Footer-Content ul li a {
      color: #002768;
      padding-bottom: 5px;
      display: block;
      line-height: 140%;
      font-size: 14px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .Footer-Content ul li a:hover {
        color: #a41122; }
  .Footer-Bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7f93b3;
    font-size: 14px;
    font-family: 'Hous12'; }
    .Footer-Bottom-Row {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .Footer-Bottom-Row:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .Footer-Bottom a {
      text-align: center;
      display: block;
      color: #7f93b3;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .Footer-Bottom a:hover {
        color: #a41122; }

.thumsContent {
  position: absolute;
  padding: 20px;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .thumsContent span {
    display: block;
    margin-bottom: 5px; }
  .thumsContent .tTitle {
    font-size: 14px;
    color: #ffc342;
    font-family: 'Hous6'; }
  .thumsContent .tText {
    font-size: 14px;
    color: #fff;
    font-family: 'Hous4'; }

.pageTop {
  background: url("../img/topBg.jpg") no-repeat top center;
  background-size: cover;
  height: 150px;
  margin-bottom: 60px; }

.pageTopMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pageTopMenu ul li {
    padding-right: 30px; }
    .pageTopMenu ul li:last-child {
      padding-right: 0; }
    .pageTopMenu ul li a {
      display: block;
      padding: 10px 0;
      color: rgba(255, 255, 255, 0.5);
      border-bottom: 2px solid transparent;
      font-family: 'Hous6', sans-serif;
      font-size: 20px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .pageTopMenu ul li a:hover {
        color: #fff; }
      .pageTopMenu ul li a.active {
        border-bottom: 2px solid #3296ff;
        color: #fff; }

.pageTopSubMenu {
  margin-bottom: 70px; }
  .pageTopSubMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bfc9d9; }
    .pageTopSubMenu ul li {
      border-right: 1px solid #bfc9d9; }
      .pageTopSubMenu ul li:first-child a {
        padding-left: 0; }
      .pageTopSubMenu ul li:last-child {
        border-right: 0; }
      .pageTopSubMenu ul li a {
        padding: 10px 20px 20px;
        display: block;
        font-size: 14px;
        font-family: 'Hous6', sans-serif;
        color: #002768;
        opacity: .5;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .pageTopSubMenu ul li a:hover, .pageTopSubMenu ul li a.active {
          opacity: 1; }

.Page-Container {
  margin-bottom: 70px; }
  .Page-Container h2 {
    font-size: 36px;
    margin-bottom: 50px; }

.Content-Head {
  margin-bottom: 50px;
  font-family: 'Hous2', sans-serif;
  font-size: 36px;
  line-height: 120%; }
  .Content-Head p {
    margin-bottom: 50px; }
    .Content-Head p:last-child {
      margin-bottom: 0; }

.Content-Pic {
  margin-bottom: 50px; }
  .Content-Pic img {
    border-radius: 5px; }

.Content-Text {
  font-family: 'Hous8', sans-serif;
  margin-bottom: 50px;
  font-size: 30px; }
  .Content-Text p {
    margin-bottom: 50px; }
    .Content-Text p:last-child {
      margin-bottom: 0; }

.Content-Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 1px solid #bfc9d9;
  border-radius: 5px; }
  .Content-Box-Card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 50px 30px;
    -webkit-box-shadow: 0 1px 0 #bfc9d9, 1px 0 0 #bfc9d9;
    box-shadow: 0 1px 0 #bfc9d9, 1px 0 0 #bfc9d9;
    position: relative; }
    .Content-Box-Card.noAfter:after {
      display: none; }
    .Content-Box-Card:after {
      content: '';
      position: absolute;
      background: #f5f5ff;
      width: 100%;
      height: 100px;
      top: 100px;
      left: 0;
      right: 0;
      z-index: -1; }
    .Content-Box-Card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      z-index: 2; }
    .Content-Box-Card-Pic img {
      max-width: 100%; }
    .Content-Box-Card-Info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #002768;
      padding-top: 20px; }
      .Content-Box-Card-Info span {
        display: block;
        text-align: center;
        margin-bottom: 5px; }
        .Content-Box-Card-Info span.hous2 {
          font-size: 20px; }
        .Content-Box-Card-Info span.hous8 {
          font-size: 16px; }

.Content-Tab {
  margin-bottom: 50px; }
  .Content-Tab-Head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .Content-Tab-Head ul li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 15px; }
      .Content-Tab-Head ul li:last-child {
        margin-right: 0; }
      .Content-Tab-Head ul li a {
        display: block;
        background: #f5f5ff;
        text-align: center;
        padding: 20px;
        color: #2850a0;
        font-family: 'Hous6', sans-serif;
        border-radius: 8px 8px 0 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 16px; }
        .Content-Tab-Head ul li a.active, .Content-Tab-Head ul li a:hover {
          color: #fff;
          background: #2850a0; }
  .Content-Tab-Detail {
    color: #fff;
    border-radius: 0 0 8px 8px; }
    .Content-Tab-Detail-Info {
      padding: 50px;
      font-family: 'Hous8', sans-serif;
      background: #2850a0;
      margin-bottom: 20px;
      border-radius: 0 0 8px 8px; }
      .Content-Tab-Detail-Info h4 {
        margin-bottom: 30px;
        font-size: 30px;
        font-family: 'Hous2', sans-serif; }

.Content-Gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .Content-Gallery-Container {
    position: relative; }
  .Content-Gallery-Card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
    margin-bottom: 50px; }
    .Content-Gallery-Card img {
      width: 100%;
      border-radius: 8px; }
    .Content-Gallery-Card:last-child {
      padding-right: 0px; }
    .Content-Gallery-Card span {
      display: block;
      text-align: center;
      color: #002768;
      padding-top: 20px; }

.PageHistory {
  margin-top: 70px;
  padding: 50px 0;
  background: #f5f5ff;
  margin-bottom: 70px; }

.OurValues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .OurValues-Card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #2850a0;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden; }
    .OurValues-Card-Content {
      color: #fff;
      padding: 50px; }
    .OurValues-Card-Title {
      font-size: 26px;
      font-family: 'Hous2',sans-serif;
      margin-bottom: 40px; }
    .OurValues-Card-Text {
      font-family: 'Hous8',sans-serif;
      line-height: 115%;
      font-size: 20px; }

.xReverseCard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.hous2 {
  font-family: 'Hous2', sans-serif; }

.hous8 {
  font-family: 'Hous8', sans-serif; }

.Jobs-Card {
  margin-bottom: 20px;
  padding: 30px;
  background: #f5f5ff; }
  .Jobs-Card-Title {
    font-size: 26px;
    margin-bottom: 20px; }
  .Jobs-Card-Info {
    font-size: 24px;
    font-family: 'Hous8', sans-serif;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfc9d9; }
  .Jobs-Card-Btn a {
    padding-top: 20px;
    display: inline-block;
    color: #a41122;
    font-size: 16px;
    font-family: 'Hous6', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .Jobs-Card-Btn a:hover {
      color: #002768; }

.Contact-Box {
  margin-bottom: 50px; }

.Contact-Head {
  color: #a41122;
  font-size: 24px;
  margin-bottom: 30px; }

.Contact-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.Contact-Card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  background: #f5f5ff;
  font-size: 22px;
  border-radius: 5px; }
  .Contact-Card-Col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .Contact-Card-Col:first-child {
      margin-bottom: 20px; }
  .Contact-Card-Name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
    .Contact-Card-Name:after {
      content: ':';
      position: absolute;
      right: 0; }
  .Contact-Card-Info {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-left: 20px;
    font-family: 'Hous12', sans-serif; }
    .Contact-Card-Info a {
      color: #a41122;
      border-bottom: 0.25px solid #a41122;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .Contact-Card-Info a:hover {
        color: #000;
        border-bottom: .25px solid #000; }

.Contact-Maps {
  margin-left: 30px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.Contact-Form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .Contact-Form-Col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .Contact-Form-Col:last-child {
      margin-left: 30px; }
  .Contact-Form input, .Contact-Form select {
    width: 100%;
    padding: 30px;
    background: #f5f5ff;
    border: none;
    margin-bottom: 30px;
    outline: none; }
  .Contact-Form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #002768;
    background: #f5f5ff url("../img/icon/icn_down.png") no-repeat right 30px center; }
  .Contact-Form ::-webkit-input-placeholder {
    color: #002768; }
  .Contact-Form ::-ms-input-placeholder {
    color: #002768; }
  .Contact-Form ::placeholder {
    color: #002768; }

.hideContent {
  display: none; }

.cBtn {
  position: absolute;
  width: 10px;
  height: 18px;
  top: 40%;
  z-index: 2;
  cursor: pointer; }
  .cBtn-Prev {
    background: url("../img/icon/icn_left_red.png") no-repeat center center;
    left: -30px; }
  .cBtn-Next {
    background: url("../img/icon/icn_right_red.png") no-repeat center center;
    right: -30px; }

.MobileSlider {
  position: relative;
  display: none; }
  .MobileSlider .ms-skin-default .ms-nav-next, .MobileSlider .ms-skin-default .ms-nav-prev {
    width: 40px;
    height: 40px;
    z-index: 10; }
  .MobileSlider .ms-nav-next {
    background: url("../img/icon/slider_right.png") no-repeat;
    right: 10px;
    bottom: 30px;
    top: inherit;
    background-size: cover; }
  .MobileSlider .ms-nav-prev {
    background: url("../img/icon/slider_left.png") no-repeat;
    left: 10px;
    bottom: 30px;
    top: inherit;
    background-size: cover; }

#nav-icon2 {
  width: 40px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 30px;
  margin: 0;
  display: none;
  z-index: 999; }
  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #002768;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 6px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 6px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 16px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px; }

nav#MobileMenu {
  z-index: 999; }

.MobileMenu {
  display: none; }

.mm-menu_theme-dark {
  --mm-color-background: #002768; }

.owl-theme .owl-nav [class*=owl-] {
  /* position: absolute; */
  background: none;
  padding: 0;
  margin: 0; }

.owl-theme .owl-nav {
  margin-top: 0; }
