@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
html, body {
  height: 100%; }

body {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #58595b; }

a {
  color: #7c98ab; }
  a:hover {
    color: #5f7f95; }

button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px; }

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal; }
  [data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

h1, .h1 {
  font-size: 2.1875rem; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 1.75rem; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: 1.53125rem; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: 1.3125rem; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.09375rem; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 1.25rem; } }

h6, .h6 {
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 1rem; } }

.btn {
  border-radius: .5rem; }
  .btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-light {
  color: #58595b;
  background-color: #bbbcbe;
  border-color: #bbbcbe; }
  .btn-light:hover {
    color: #58595b;
    background-color: #aeafb2;
    border-color: #aeafb2; }

.form-control {
  padding-left: 80px;
  border: 0;
  border-bottom: 1px solid #bbbcbe;
  border-radius: 0; }
  .form-control:focus {
    border-bottom: 1px solid #7c98ab;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-group {
  position: relative; }
  .form-group label {
    top: 15px;
    left: 15px;
    position: absolute;
    margin-bottom: 0; }

.wrapper {
  height: 100%; }

.header {
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 992px) {
    .header {
      width: 100px;
      height: 100vh;
      position: fixed; } }

@media (min-width: 992px) {
  .main {
    min-height: 100vh;
    padding-left: 100px; } }

.footer {
  padding: 0 0 20px;
  color: #a59d95;
  font-size: 0.8125rem;
  text-align: center; }
  @media (min-width: 992px) {
    .footer {
      padding: 20px 0 20px 100px;
      font-size: 0.9375rem;
      line-height: 1.8; } }
  .footer a {
    color: #a59d95; }

.navbar-main {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.75rem; }
  @media (min-width: 992px) {
    .navbar-main {
      width: 100%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0; } }
  @media (min-width: 992px) {
    .navbar-main .navbar-brand {
      width: 100%;
      margin: 1.5rem 0;
      padding: 0;
      margin-bottom: 1rem;
      text-align: center; } }
  .navbar-main .navbar-brand img {
    max-width: 32.5px; }
    @media (min-width: 992px) {
      .navbar-main .navbar-brand img {
        max-width: 60px; } }
  .navbar-main .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 992px) {
      .navbar-main .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; } }
    .navbar-main .navbar-nav .nav-link {
      padding: .5rem 1rem 0;
      color: #a59d95;
      text-align: center; }
      @media (min-width: 992px) {
        .navbar-main .navbar-nav .nav-link {
          padding: 1rem 0;
          font-size: 1.25rem; } }
      .navbar-main .navbar-nav .nav-link.active, .navbar-main .navbar-nav .nav-link:hover {
        color: #7c98ab; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #7c98ab;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.42857px, -6px, 0);
    transform: rotate(-45deg) translate3d(-3.42857px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    max-width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #808183;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #7c98ab;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      margin: 5px 12px;
      background: #808183;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #7c98ab; }

.owl-autoplay .owl-dots {
  bottom: 3%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  @media (min-width: 992px) {
    .owl-autoplay .owl-dots {
      bottom: 8%;
      position: absolute; } }
  .owl-autoplay .owl-dots .play, .owl-autoplay .owl-dots .stop {
    width: 26px;
    height: 26px;
    display: block;
    margin-left: .5rem;
    cursor: pointer; }
  .owl-autoplay .owl-dots .play {
    display: none;
    background: url(../images/icon/icon_play.svg) 0 0 no-repeat;
    background-size: cover; }
  .owl-autoplay .owl-dots .stop {
    background: url(../images/icon/icon_pause.svg) 0 0 no-repeat;
    background-size: cover; }

.owl-controls .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .owl-controls .owl-nav .owl-prev [data-icon], .owl-controls .owl-nav .owl-next [data-icon] {
    top: 2px;
    font-size: 1.5rem; }
  .owl-controls .owl-nav .owl-prev:hover [data-icon], .owl-controls .owl-nav .owl-next:hover [data-icon] {
    color: #7c98ab; }
  .owl-controls .owl-nav .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .owl-controls .owl-nav [class*='owl-'] {
    color: #bbbcbe;
    border: none;
    margin: 0;
    padding: 0 !important;
    font: inherit;
    background: transparent; }
    .owl-controls .owl-nav [class*='owl-']:hover {
      color: #a59d95;
      background: transparent; }

@media (min-width: 992px) {
  .hero-carousel {
    width: calc(58vw * 750/980); } }

@media (min-width: 1280px) {
  .hero-carousel {
    width: calc(100vh * 750/980); } }

.hero-carousel .owl-item img {
  width: 100%; }

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 992px) {
    .main-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .main-content > .content {
      padding: 0 20px; } }
  .main-content .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff; }
    @media (min-width: 992px) {
      .main-content .nav-social {
        top: 0;
        right: 0;
        position: absolute;
        width: 50px;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 0; } }
    @media (min-width: 992px) {
      .main-content .nav-social .nav {
        margin-bottom: 20vh; } }
    .main-content .nav-social .nav a {
      margin: .5rem; }
      @media (min-width: 992px) {
        .main-content .nav-social .nav a {
          margin: .5rem auto; } }
      .main-content .nav-social .nav a img {
        width: 33px;
        height: 33px; }

@media (min-width: 992px) {
  .card-main {
    width: calc(40vh * 460/406); } }

.card-main .card-header {
  position: relative;
  padding: 1rem 0 .5rem;
  border-radius: 0;
  border-bottom: 0;
  background-color: #ebf0f2;
  text-align: center; }
  @media (min-width: 992px) {
    .card-main .card-header {
      padding: 1.8vh 0 .8vh; } }
  .card-main .card-header h4 {
    margin-bottom: 0;
    color: #7c98ab; }
    @media (min-width: 992px) {
      .card-main .card-header h4 {
        font-size: 2.5vh; } }
  .card-main .card-header small {
    color: #808183;
    letter-spacing: 3px; }
    @media (min-width: 992px) {
      .card-main .card-header small {
        font-size: 1.5vh; } }

.card-main .card-body {
  position: relative;
  padding: 0; }

.card-main .card-shadow:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: -1;
  -webkit-box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.48);
  box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.48); }

@media (min-width: 992px) {
  .card-main + .owl-controls {
    height: 5vh; } }

.card-main + .owl-controls .owl-nav {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .card-main + .owl-controls .owl-nav {
      margin-top: 1vh;
      margin-bottom: 0; } }

.buy-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .75rem 1.5rem; }
  .buy-carousel .item .image {
    -ms-flex-preferred-size: 56.5%;
    flex-basis: 56.5%; }
    .buy-carousel .item .image img {
      margin: 0 auto; }
  .buy-carousel .item .content {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 43.5%;
    flex-basis: 43.5%;
    padding-left: 1rem; }
    .buy-carousel .item .content .title {
      padding-bottom: .25rem;
      border-bottom: 1px solid #bbbcbe; }
      .buy-carousel .item .content .title span {
        display: block;
        padding: .25rem 0;
        font-size: 0.875rem; }
        @media (min-width: 992px) {
          .buy-carousel .item .content .title span {
            font-size: 1.6vh; } }
      .buy-carousel .item .content .title h5 {
        margin-bottom: .25rem; }
        @media (min-width: 992px) {
          .buy-carousel .item .content .title h5 {
            font-size: 2.2vh; } }
    .buy-carousel .item .content .price {
      margin-bottom: 15%;
      font-size: 1.1875rem; }
      @media (min-width: 992px) {
        .buy-carousel .item .content .price {
          font-size: 2.2vh; } }

.news-carousel .item {
  padding: .75rem 1.5rem; }
  .news-carousel .item .image img {
    margin: 0 auto; }
  .news-carousel .item .content {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem; }
    .news-carousel .item .content .title span {
      position: relative;
      display: block;
      padding: .3rem 0 0 .5rem;
      font-size: 0.875rem; }
      @media (min-width: 992px) {
        .news-carousel .item .content .title span {
          font-size: 1.6vh; } }
      .news-carousel .item .content .title span:before {
        top: 0;
        left: 0;
        position: absolute;
        display: block;
        width: 30%;
        content: '';
        border-top: 2px solid #aad2bf; }
    .news-carousel .item .content .title h5 {
      margin-bottom: 0;
      padding-left: .5rem;
      font-size: 1.1875rem; }
      @media (min-width: 992px) {
        .news-carousel .item .content .title h5 {
          font-size: 2.2vh; } }

.contact {
  padding: 2rem 1rem; }
  @media (min-width: 992px) {
    .contact {
      margin: 0 auto;
      padding: 128px 0 0; } }

.social {
  margin-bottom: 2rem; }
  @media (min-width: mb) {
    .social {
      margin-bottom: 50px; } }
  .social [class^=col-] {
    min-height: 130px; }

@media (min-width: 992px) {
  .contact-form {
    min-width: 800px; } }

.contact-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .5rem 0;
  border-bottom: 1px solid #7c98ab; }
  .contact-form .form-group .form-control {
    padding-left: 61px;
    border-bottom: 0; }
  .contact-form .form-group .help-block {
    top: 15px;
    right: 15px;
    position: absolute; }
  .contact-form .form-group .btn {
    min-width: 150px; }

.contact-form .form-captcha {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .contact-form .form-captcha .btn-refresh {
    color: #58595b; }
    .contact-form .form-captcha .btn-refresh:hover, .contact-form .form-captcha .btn-refresh:focus {
      text-decoration: none; }
    .contact-form .form-captcha .btn-refresh i {
      position: relative;
      top: 2px; }

.contact-form .form-action {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #7c98ab; }
  .contact-form .form-action .btn-send {
    color: #fff;
    background-color: #a59d95; }
    .contact-form .form-action .btn-send:hover {
      background-color: #7c98ab; }

@media (min-width: 992px) {
  .contact-form .contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 992px) {
  .contact-form .contact-row .form-group:last-child {
    border-left: 1px solid #7c98ab; } }

.contact-form .help-block {
  font-style: normal;
  font-size: 0.9375rem;
  color: #a59d95; }

.news {
  width: 100%; }
  .news .news-title {
    padding: 2rem 0;
    color: #7c98ab;
    border-bottom: 15px solid #7c98ab;
    background-color: #ebf0f2;
    text-align: center; }
    @media (min-width: 992px) {
      .news .news-title {
        border-bottom: 25px solid #7c98ab; } }
    .news .news-title h2 {
      margin-bottom: 0px; }
  .news .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news .news-content .news-list {
      display: none;
      -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
      padding: 0 1.25rem; }
      @media (min-width: 992px) {
        .news .news-content .news-list {
          display: block; } }
      .news .news-content .news-list a {
        color: #58595b;
        text-decoration: none; }
    .news .news-content .news-article .article-header {
      margin-bottom: 2rem; }
      .news .news-content .news-article .article-header img {
        max-width: 100%; }
    .news .news-content .news-article .article-title small, .news .news-content .news-article .article-title span, .news .news-content .news-article .article-title h5, .news .news-content .news-article .article-title h2 {
      display: block;
      padding: 0 1rem;
      font-weight: 400; }
      @media (min-width: 992px) {
        .news .news-content .news-article .article-title small, .news .news-content .news-article .article-title span, .news .news-content .news-article .article-title h5, .news .news-content .news-article .article-title h2 {
          padding: 0 .5rem; } }
    .news .news-content .news-article .article-title small {
      margin-bottom: .35rem; }
    .news .news-content .news-article .article-title .title {
      padding-top: .75rem;
      border-top: 5px solid #aad2bf; }
      .news .news-content .news-article .article-title .title h5 {
        margin-bottom: .5rem; }
    .news .news-content .news-article .article-content {
      padding: 2rem 1rem 5rem; }
      @media (min-width: 992px) {
        .news .news-content .news-article .article-content {
          padding: 2rem .5rem 5rem;
          font-size: 1.125rem; } }

.card-news {
  position: relative;
  padding: 1rem; }
  .card-news:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    z-index: -1;
    -webkit-box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.48);
    box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.48); }
  .card-news small, .card-news span, .card-news h5, .card-news p {
    display: block;
    padding-left: .5rem;
    font-weight: 400; }
  .card-news small {
    margin-bottom: .25rem; }
  .card-news .title {
    padding-top: .5rem;
    border-top: 5px solid #aad2bf; }
    .card-news .title span {
      margin-bottom: .5rem; }
    .card-news .title h5 {
      margin-bottom: .75rem; }
    .card-news .title p {
      margin-bottom: 0px; }

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