@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
html {
  font-size: 14px; }
  @media (min-width: 992px) {
    html {
      font-size: 15px; } }

body {
  color: #6D6E70 !important;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #6D6E70; }
  a:hover {
    color: #CB0017; }

button:focus {
  outline: 0; }

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

.container-lg {
  max-width: 940px; }

.container-md {
  max-width: 768px; }

.container-sm {
  max-width: 600px; }

[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal; }

i.material-icons,
i.material-icons-outlined,
i.material-icons-two-tone {
  font-size: inherit;
  position: relative;
  top: 2px; }

.md-18 {
  font-size: 1.125rem !important; }

.md-24 {
  font-size: 1.5rem !important; }

.md-36 {
  font-size: 2.25rem !important; }

.md-48 {
  font-size: 3rem !important; }

.md-60 {
  font-size: 3.75rem !important; }

.md-72 {
  font-size: 4.5rem !important; }

.custom-arrow {
  bottom: 19px;
  left: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  z-index: 10;
  color: inherit;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s; }
  @media (min-width: 1200px) {
    .custom-arrow {
      bottom: 35px; } }
  .custom-arrow:hover {
    color: inherit; }
  .custom-arrow .line {
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .custom-arrow .line:after {
      background: #CB0017;
      content: '';
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      display: block; }
  .custom-arrow .line1 {
    height: 22px;
    left: 14px;
    top: 3px;
    border-radius: 0 0 2px 2px; }
    .custom-arrow .line1:after {
      -webkit-animation: custom-arrow-anim 3s 0s ease-in-out  infinite;
      animation: custom-arrow-anim 3s 0s ease-in-out  infinite; }
  .custom-arrow .line2 {
    height: 10px;
    left: 17px;
    top: 17px;
    -webkit-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotateZ(-135deg); }
    .custom-arrow .line2:after {
      -webkit-animation: custom-arrow-anim 3s .5s ease-in-out  infinite;
      animation: custom-arrow-anim 3s .5s ease-in-out  infinite; }
  .custom-arrow .line3 {
    height: 10px;
    left: 11px;
    top: 17px;
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg); }
    .custom-arrow .line3:after {
      -webkit-animation: custom-arrow-anim 3s .5s ease-in-out  infinite;
      animation: custom-arrow-anim 3s .5s ease-in-out  infinite; }

@-webkit-keyframes custom-arrow-anim {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  20% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  80% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes custom-arrow-anim {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  20% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  80% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.applying-overlay {
  position: absolute;
  left: 15px;
  opacity: 0; }

.applying:hover .applying-overlay {
  opacity: 1; }

.applying:hover .applying-origin {
  opacity: 0; }

.text-primary {
  color: #CB0017 !important; }

.text-danger {
  color: #CB0017 !important; }

.text-dark {
  color: #464749 !important; }

.badge-number {
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 50rem;
  background-color: #CB0017; }
  @media (min-width: 992px) {
    .badge-number {
      width: 2.5rem;
      height: 2.5rem;
      font-size: 1.25rem; } }

.btn {
  border-radius: 0; }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.btn-primary {
  border: 1px solid #CB0017;
  background-color: #CB0017; }
  .btn-primary:hover {
    border-color: #980011;
    background-color: #980011; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    border-color: #980011;
    background-color: #980011; }

.btn-secondary {
  border: 1px solid #002D70;
  background-color: #002D70; }
  .btn-secondary:hover {
    border-color: #00193d;
    background-color: #00193d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    border-color: #00193d;
    background-color: #00193d; }

.btn-white {
  color: #CB0017;
  border: 1px solid white;
  background-color: white; }
  .btn-white:hover {
    color: #CB0017;
    border-color: black;
    background-color: black; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active {
    border-color: black;
    background-color: black; }

[class*="btn-outline-"] {
  position: relative;
  border-radius: 0;
  overflow: hidden; }
  [class*="btn-outline-"]:hover, [class*="btn-outline-"]:active {
    color: #fff !important;
    background-color: #CB0017 !important; }
  [class*="btn-outline-"]:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  [class*="btn-outline-"]:hover:before {
    bottom: -60%; }
  [class*="btn-outline-"]:hover:after {
    top: -60%; }
  [class*="btn-outline-"]:before, [class*="btn-outline-"]:after {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    content: "";
    background-color: #fff;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  [class*="btn-outline-"]:before {
    bottom: -150%;
    left: -50%; }
  [class*="btn-outline-"]:after {
    top: -150%;
    right: -50%; }

.btn-outline-primary {
  color: #fff;
  border: 0;
  background-color: #CB0017; }

.btn-outline-light {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.btn-hover-box {
  position: relative;
  z-index: 1;
  color: #CB0017;
  border-color: #CB0017;
  overflow: hidden;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .btn-hover-box:hover, .btn-hover-box:active {
    color: #fff !important;
    border-color: #CB0017 !important;
    background-color: transparent !important; }
  .btn-hover-box:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn-hover-box:hover:before {
    bottom: -30%; }
  .btn-hover-box:hover:after {
    top: -30%; }
  .btn-hover-box:before, .btn-hover-box:after {
    width: 130%;
    height: 130%;
    position: absolute;
    display: block;
    content: "";
    background-color: #CB0017;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .btn-hover-box:before {
    bottom: -160%;
    left: -50%; }
  .btn-hover-box:after {
    top: -160%;
    right: -50%; }
  .btn-hover-box span {
    position: relative;
    z-index: 1; }

.btn-hover-box-white {
  color: #fff;
  border-color: #fff; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #CB0017;
  background-color: #CB0017; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #CB0017 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:active ~ .custom-control-label::before {
  border-color: #CB0017 !important;
  background-color: transparent !important; }

.custom-control-label {
  cursor: pointer; }
  .custom-control-label:before, .custom-control-label:after {
    top: .2rem; }
  .custom-control-label::before {
    border-color: #BDBFC1; }

.custom-control-inline small.error {
  white-space: nowrap; }

.list-style-counter ol {
  list-style: none;
  margin: 0.5rem 0;
  counter-reset: c; }
  .list-style-counter ol li:before {
    float: left;
    margin-left: -2.375rem;
    content: counters(c, ".") "　";
    counter-increment: c; }
  .list-style-counter ol li ol li ol li:before {
    margin-left: -3.25rem; }

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .category {
      margin-bottom: 1.875rem; } }
  .category .category-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #6D6E70;
    padding: .75rem 0 .5rem;
    font-size: 1.4375rem;
    font-weight: 500;
    border-bottom: 2px solid #6D6E70;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .category .category-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: .75rem 0;
        font-size: 1.875rem;
        border-bottom: 3px solid #6D6E70; } }
  .category .nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem;
    border-bottom: 2px solid #6D6E70; }
    @media (min-width: 992px) {
      .category .nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 1.5rem;
        border-bottom: 3px solid #6D6E70; } }
    @media (min-width: 1360px) {
      .category .nav {
        padding: 0; } }
    @media (min-width: xxl) {
      .category .nav {
        padding: 0; } }
    .category .nav .nav-link {
      color: #464749;
      font-size: 1.125rem;
      line-height: 40px; }
      @media (min-width: 992px) {
        .category .nav .nav-link {
          line-height: 54px; } }
      .category .nav .nav-link.active {
        color: #CB0017; }
  .category .owl-theme .owl-nav {
    margin-top: 0; }
    .category .owl-theme .owl-nav .owl-prev,
    .category .owl-theme .owl-nav .owl-next {
      margin-top: -1px; }
      .category .owl-theme .owl-nav .owl-prev:before,
      .category .owl-theme .owl-nav .owl-next:before {
        font-size: 2rem; }
        @media (min-width: 1360px) {
          .category .owl-theme .owl-nav .owl-prev:before,
          .category .owl-theme .owl-nav .owl-next:before {
            font-size: 2.5rem; } }
        @media (min-width: xxl) {
          .category .owl-theme .owl-nav .owl-prev:before,
          .category .owl-theme .owl-nav .owl-next:before {
            font-size: 2.5rem; } }
    .category .owl-theme .owl-nav .owl-prev {
      left: -9px; }
      @media (min-width: 1360px) {
        .category .owl-theme .owl-nav .owl-prev {
          left: -3.5rem; } }
      @media (min-width: xxl) {
        .category .owl-theme .owl-nav .owl-prev {
          left: -3.5rem; } }
    .category .owl-theme .owl-nav .owl-next {
      right: -9px; }
      @media (min-width: 1360px) {
        .category .owl-theme .owl-nav .owl-next {
          right: -3.5rem; } }
      @media (min-width: xxl) {
        .category .owl-theme .owl-nav .owl-next {
          right: -3.5rem; } }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0 0; }
  .pagination .page-item.active .page-link {
    color: #CB0017;
    background-color: transparent; }
  .pagination .page-item.disabled .page-link {
    color: #BDBFC1;
    opacity: .5; }
  .pagination .page-item .page-link {
    color: #BDBFC1;
    font-size: 1.375rem;
    font-weight: bold;
    border: 0; }
    .pagination .page-item .page-link:hover {
      color: #CB0017;
      background-color: transparent; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

.header-main .navbar {
  height: 50px;
  padding: 0;
  background-color: #000; }
  @media (min-width: 992px) {
    .header-main .navbar {
      height: auto;
      margin-bottom: .6rem;
      background: transparent url(../img/divider_full.svg) center bottom no-repeat; } }
  .header-main .navbar > .container {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px; }

.header-main .navbar-brand {
  z-index: 1010;
  margin-bottom: -1.25rem; }
  @media (min-width: 992px) {
    .header-main .navbar-brand {
      margin-bottom: -2rem;
      padding-top: 0.75rem; } }
  @media (min-width: 1200px) {
    .header-main .navbar-brand {
      margin-left: 8%; } }
  .header-main .navbar-brand img {
    max-height: 52px; }
    @media (min-width: 992px) {
      .header-main .navbar-brand img {
        max-height: 84px; } }

.header-main .navbar-toggler {
  margin-right: -.25rem; }
  .header-main .navbar-toggler .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0; }

@media (max-width: 991px) {
  .header-main .navbar-collapse {
    top: 50px;
    right: 0;
    position: fixed;
    width: 77%;
    height: calc(100vh - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 0 10%;
    background-color: #CB0017;
    overflow-y: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%); }
    .header-main .navbar-collapse.show {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }

.header-main .navbar-nav {
  width: 100%;
  padding: 1rem 0 6rem; }
  @media (min-width: 992px) {
    .header-main .navbar-nav {
      width: auto;
      padding: 0; } }
  .header-main .navbar-nav .nav-link {
    padding: .25rem 0;
    color: #fff;
    font-size: 1.125rem; }
    @media (min-width: 992px) {
      .header-main .navbar-nav .nav-link {
        padding: .75rem 1.5rem 0;
        color: #000; } }

.header-main .dropdown {
  position: static; }
  @media (max-width: 991px) {
    .header-main .dropdown.show .dropdown-toggle:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }
  @media (min-width: 992px) {
    .header-main .dropdown.show .dropdown-toggle:after {
      width: 100%;
      opacity: 1; } }

.header-main .dropdown-toggle {
  position: relative; }
  @media (max-width: 991px) {
    .header-main .dropdown-toggle:after {
      top: -1px;
      bottom: 0;
      position: absolute;
      right: 1rem;
      content: "\35";
      font-size: 1.5rem;
      border: 0;
      font-family: 'ElegantIcons';
      -webkit-transition: -webkit-transform .15s;
      transition: -webkit-transform .15s;
      -o-transition: transform .15s;
      transition: transform .15s;
      transition: transform .15s, -webkit-transform .15s; } }
  @media (min-width: 992px) {
    .header-main .dropdown-toggle:after {
      display: block;
      width: 0%;
      margin: -1px 0 1px;
      content: '';
      border: 0;
      border-bottom: 1px solid #fff;
      opacity: 0;
      -webkit-transition: width .3s, opacity .3s;
      -o-transition: width .3s, opacity .3s;
      transition: width .3s, opacity .3s; } }
  @media (min-width: 992px) {
    .header-main .dropdown-toggle.active:after {
      width: 100%;
      opacity: 1; } }

.header-main .dropdown-menu {
  width: 100%;
  margin: 0;
  padding-top: .25rem;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-color: transparent; }
  @media (min-width: 992px) {
    .header-main .dropdown-menu {
      -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;
      width: calc(100% - 40px);
      margin: 0 20px;
      padding: 2rem 0;
      background-color: rgba(255, 255, 255, 0.95); } }
  .header-main .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-main .dropdown-menu .container > .row {
    width: 100%; }
    @media (min-width: 992px) {
      .header-main .dropdown-menu .container > .row {
        width: auto;
        padding: 0 8.8rem; } }
    .header-main .dropdown-menu .container > .row [class*="col-"]:first-child {
      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; }
  .header-main .dropdown-menu .dropdown-item {
    padding: .125rem .75rem;
    color: #fff;
    background-color: transparent;
    font-size: 1.0625rem;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s; }
    @media (min-width: 992px) {
      .header-main .dropdown-menu .dropdown-item {
        padding: .5rem 1.5rem;
        color: #464749;
        font-size: 1.125rem; }
        .header-main .dropdown-menu .dropdown-item:hover {
          color: #000; } }

.overlay {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .overlay.show {
    opacity: 1;
    visibility: visible; }

main.content {
  min-height: calc(100vh - 92px);
  padding-bottom: 3.75rem; }
  @media (min-width: 992px) {
    main.content {
      min-height: calc(100vh - 124px);
      padding-bottom: 6.25rem; } }

.section {
  position: relative; }

.section-heading {
  text-align: center;
  color: #6F7175;
  padding: 1.25rem 0;
  background: transparent url(../img/divider.svg) center top no-repeat;
  background-size: auto 4px;
  background-position: 30% top; }
  @media (min-width: 768px) {
    .section-heading {
      background-size: 100% 10px;
      background-position: center top; } }
  @media (min-width: 992px) {
    .section-heading {
      margin-bottom: 2rem;
      padding: 1.5625rem 0; } }
  .section-heading .section-sub-title {
    display: block;
    margin-bottom: 0.125rem; }
    @media (min-width: 992px) {
      .section-heading .section-sub-title {
        font-size: 1rem; } }
  .section-heading .section-title {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px; }
    @media (min-width: 992px) {
      .section-heading .section-title {
        font-size: 1.375rem; } }
  .section-heading .section-content {
    margin-top: 1.25rem;
    margin-bottom: 3.125rem; }

.vis-line {
  right: 2%;
  bottom: 2%;
  position: fixed;
  z-index: 100; }
  @media (min-width: 992px) {
    .vis-line {
      right: 1.5%;
      bottom: 3%; } }
  .vis-line img {
    width: 54px;
    height: auto; }
    @media (min-width: 992px) {
      .vis-line img {
        width: 80px; } }

.footer {
  position: relative;
  z-index: 1000;
  margin-top: 3rem;
  padding: 2.4375rem 1rem 5.375rem;
  color: #fff;
  background-color: #000; }
  @media (min-width: 992px) {
    .footer {
      padding: 2.875rem 0 5.6875rem; } }
  .footer a {
    color: #fff; }
    .footer a:hover {
      text-decoration: none; }
  .footer .container {
    max-width: 1000px; }
  .footer .footer-left .footer-logo {
    margin-bottom: 0.75rem;
    max-width: 8.75rem; }
  .footer .footer-left .footer-title {
    color: #CB0017;
    font-size: 1.125rem; }
  .footer .footer-left address,
  .footer .footer-left span {
    margin-bottom: .2rem; }
    .footer .footer-left address:last-child,
    .footer .footer-left span:last-child {
      margin-bottom: 0; }
  .footer .footer-left address {
    font-size: 0.9375rem; }
  .footer .footer-left span {
    display: block;
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .footer .footer-left span {
        font-size: 0.9375rem;
        white-space: nowrap; } }
  .footer .footer-center .footer-social {
    margin: 2rem 0 2.5rem; }
    @media (min-width: 768px) {
      .footer .footer-center .footer-social {
        margin: 1rem 0; } }
    .footer .footer-center .footer-social a {
      margin-right: 1rem; }
    .footer .footer-center .footer-social img {
      width: 28px; }
  .footer .footer-right {
    overflow: hidden; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 1px 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: white;
    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;
    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: #6D6E70;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #e60012;
      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: 8px;
      height: 8px;
      margin: 5px 7px;
      background: #FFF;
      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: #CB0017; }

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  top: 49%;
  position: absolute;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-theme .owl-nav .owl-prev span,
  .owl-theme .owl-nav .owl-next span {
    display: none; }
  .owl-theme .owl-nav .owl-prev:before,
  .owl-theme .owl-nav .owl-next:before {
    content: "\34";
    color: #CB0017;
    font-size: 3.8rem;
    font-family: 'ElegantIcons';
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 992px) {
      .owl-theme .owl-nav .owl-prev:before,
      .owl-theme .owl-nav .owl-next:before {
        font-size: 5.3rem; } }
  .owl-theme .owl-nav .owl-prev:hover,
  .owl-theme .owl-nav .owl-next:hover {
    background-color: transparent; }
    .owl-theme .owl-nav .owl-prev:hover:before,
    .owl-theme .owl-nav .owl-next:hover:before {
      color: #980011; }

.owl-theme .owl-nav .owl-prev {
  left: -15px; }
  @media (min-width: 992px) {
    .owl-theme .owl-nav .owl-prev {
      left: -78px; } }
  .owl-theme .owl-nav .owl-prev:before {
    content: "\34";
    margin-left: -6%; }

.owl-theme .owl-nav .owl-next {
  right: -15px; }
  @media (min-width: 992px) {
    .owl-theme .owl-nav .owl-next {
      right: -78px; } }
  .owl-theme .owl-nav .owl-next:before {
    content: "\35"; }

.owl-theme .owl-nav .disabled {
  opacity: 0; }
  .owl-theme .owl-nav .disabled:before {
    color: #BDBFC1; }

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

.owl-theme .owl-dots .owl-dot span {
  background-color: #BDBFC1; }

.home-section {
  position: relative;
  padding-bottom: 2.25rem; }
  @media (min-width: 992px) {
    .home-section {
      padding-bottom: 4.5rem; } }

.hero-section {
  margin-bottom: .6rem; }

.banner {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .banner .banner-media video {
    width: 100%; }

.app-intro {
  text-align: center; }
  @media (min-width: 768px) {
    .app-intro {
      text-align: left; } }
  .app-intro .sub-title {
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
    color: #002D70;
    border-bottom: 4px solid #CB0017; }
  .app-intro .title {
    margin-bottom: 0.75rem;
    color: #333;
    font-weight: bold; }
  .app-intro .text {
    font-size: 1.25rem;
    font-weight: 500; }
  .app-intro .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: bold; }

.hero-carousel .owl-nav {
  position: absolute;
  top: 49.5%;
  margin-top: 0;
  width: 100%; }
  .hero-carousel .owl-nav .owl-prev {
    left: 0; }
    @media (min-width: 1360px) {
      .hero-carousel .owl-nav .owl-prev {
        left: 15px; } }
    @media (min-width: xxl) {
      .hero-carousel .owl-nav .owl-prev {
        left: 15px; } }
  .hero-carousel .owl-nav .owl-next {
    right: 0; }
    @media (min-width: 1360px) {
      .hero-carousel .owl-nav .owl-next {
        right: 15px; } }
    @media (min-width: xxl) {
      .hero-carousel .owl-nav .owl-next {
        right: 15px; } }

.hero-carousel .owl-dots {
  bottom: 25px;
  left: 19px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px; }
  @media (min-width: 1200px) {
    .hero-carousel .owl-dots {
      bottom: 45px;
      left: 50%;
      margin-left: -600px;
      text-align: left; } }
  .hero-carousel .owl-dots .owl-dot span {
    background-color: #fff; }

.owl-control {
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1; }
  @media (min-width: 1200px) {
    .owl-control {
      bottom: 40px;
      left: 50%;
      margin-left: -600px;
      text-align: left; } }
  .owl-control .play, .owl-control .stop {
    display: block;
    margin: 0;
    color: #CB0017 !important;
    font-size: 2rem;
    cursor: pointer; }
    .owl-control .play span, .owl-control .stop span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .owl-control .play {
    display: none;
    font-size: 2.15rem; }
    .owl-control .play span {
      top: 1px;
      left: -2px; }

@media (min-width: 992px) {
  .home-carousel {
    width: calc(100% - 112px);
    margin: 0 auto; } }

.howto .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

.howto .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: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .howto .content .title {
    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;
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .howto .content .title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 1.5rem; } }
    @media (min-width: 992px) {
      .howto .content .title {
        font-size: 1.5rem; } }
    .howto .content .title .badge-number {
      margin-right: 1rem; }
  .howto .content .desc {
    text-align: center; }
    @media (min-width: 768px) {
      .howto .content .desc {
        text-align: left; } }
    @media (min-width: 992px) {
      .howto .content .desc {
        font-size: 1.1875rem; } }

.quality .image {
  text-align: center; }
  .quality .image img {
    width: 60%; }
    @media (min-width: 992px) {
      .quality .image img {
        width: auto; } }

.quality .title {
  font-size: 1.125rem;
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .quality .title {
      font-size: 1.25rem; } }

.quality .content {
  margin-top: 1rem;
  text-align: center; }
  @media (min-width: 992px) {
    .quality .content {
      margin-top: 2rem; } }
  .quality .content .badge-number {
    margin-right: .5rem;
    margin-bottom: .75rem; }
    @media (min-width: 992px) {
      .quality .content .badge-number {
        margin-right: 0;
        margin-bottom: 1.5rem; } }
  .quality .content .title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (min-width: 992px) {
      .quality .content .title {
        display: block; } }

.video-carousel {
  max-width: 824px;
  margin: 0 auto; }
  .video-carousel .item-video {
    position: relative;
    padding-bottom: 56.3%; }
    .video-carousel .item-video iframe {
      top: 0;
      left: 0;
      position: absolute; }

.popup-ad {
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 1030;
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 992px) {
    .popup-ad {
      width: 100%;
      max-width: 900px; } }
  .popup-ad .close {
    top: 0;
    right: 8px;
    position: absolute;
    opacity: 1; }
    .popup-ad .close [data-icon] {
      color: #000;
      font-size: 2rem; }
      @media (min-width: 992px) {
        .popup-ad .close [data-icon] {
          font-size: 3rem; } }

.popup-overlay {
  z-index: 1020; }

.news-item {
  padding: 0 1rem; }
  @media (min-width: 992px) {
    .news-item {
      padding: 1rem;
      border: 1px solid #BDBFC1; } }
  .news-item a {
    color: #6D6E70;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .news-item a:hover {
      color: #464749;
      text-decoration: none; }
      .news-item a:hover + .news-more a:after {
        width: 100%; }
  .news-item .news-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 58%; }
  .news-item .news-header {
    margin-top: .75rem;
    margin-bottom: .5rem;
    color: #464749;
    font-size: 1.125rem; }
    .news-item .news-header a {
      color: #464749; }
  .news-item .news-title {
    border-color: #CB0017;
    border-top-style: solid;
    border-top-width: medium;
    border-bottom-style: solid;
    border-bottom-width: medium;
    padding-top: .475rem;
    padding-bottom: .475rem;
    height: 74px;
    color: #464749; }
    @media (min-width: 992px) {
      .news-item .news-title {
        height: 75px; } }
    .news-item .news-title h5 {
      -webkit-line-clamp: 2;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      word-wrap: break-word;
      margin-bottom: 0;
      font-weight: bold;
      line-height: 1.5; }
  .news-item .news-content {
    display: none;
    height: 100px;
    margin-top: .75rem;
    margin-bottom: .75rem; }
    @media (min-width: 992px) {
      .news-item .news-content {
        display: block;
        height: 130px; } }
  .news-item .news-content,
  .news-item .news-more {
    display: none; }
    @media (min-width: 992px) {
      .news-item .news-content,
      .news-item .news-more {
        display: block; } }
  .news-item .news-more a {
    position: relative;
    display: inline-block;
    color: #CB0017;
    font-size: 1.125rem;
    border: 0;
    border-bottom: 2px solid #6D6E70; }
    .news-item .news-more a:after {
      position: absolute;
      bottom: -3px;
      display: block;
      width: 0%;
      content: '';
      border-bottom: 4px solid #CB0017;
      -webkit-transition: width .3s;
      -o-transition: width .3s;
      transition: width .3s; }
    .news-item .news-more a:hover:after {
      width: 100%; }

.hero-img img {
  max-width: 100%; }

.news-view {
  border: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .news-view .news-header {
      margin-top: 1.5rem; } }
  .news-view .news-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-width: 3px;
    border-bottom-width: 3px; }
    @media (min-width: 992px) {
      .news-view .news-title {
        min-height: 102px;
        border-top-width: 5px;
        border-bottom-width: 5px; } }
  .news-view .news-content-display {
    margin-top: 1rem;
    color: #464749; }
    .news-view .news-content-display h3 {
      font-weight: normal; }
    .news-view .news-content-display img {
      max-width: 100% !important;
      height: auto !important; }
    .news-view .news-content-display a {
      color: #0782C1; }

.btns {
  margin-top: 3.75rem; }

.btns a {
  min-width: 100px;
  background-color: #BDBFC1;
  color: #fff;
  margin: 0 25px;
  border-radius: 0 !important;
  border: 0 !important; }
  @media (min-width: 992px) {
    .btns a {
      min-width: 120px; } }

.btns a:hover {
  color: #fff;
  background-color: #a3a6a8; }

.rank {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 2.4375rem; }
  @media (min-width: 992px) {
    .rank {
      padding-top: 2.875rem; } }

.rank-container {
  min-height: calc(100vh - 92px - 36px);
  border: 8px solid #002D70; }
  @media (min-width: 992px) {
    .rank-container {
      min-height: calc(100vh - 124px - 46px); } }

.rank-content {
  max-width: 90%;
  margin: 1rem auto 0; }
  @media (min-width: 768px) {
    .rank-content {
      max-width: 72%; } }
  @media (min-width: 992px) {
    .rank-content {
      max-width: 36%;
      margin-top: -1rem; } }

.rank-title {
  margin-bottom: 1.5rem;
  color: #1A1311;
  border-bottom: 8px solid #CB0017;
  text-align: center; }
  @media (max-width: 991px) {
    .rank-title h2 {
      font-size: 1.5rem; } }

.rank-list {
  margin-bottom: 3rem;
  color: #002D70;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 992px) {
    .rank-list {
      font-size: 1.5rem; } }
  .rank-list .row {
    margin-bottom: 0.25rem; }

#map {
  height: 257px;
  width: 100%;
  margin-bottom: 0.6rem; }
  @media (min-width: 992px) {
    #map {
      height: 360px; } }

.form-contact {
  border-top: 4px solid #6D6E70;
  border-bottom: 4px solid #6D6E70;
  margin-bottom: 1.5rem; }
  .form-contact .row {
    margin-left: 0px;
    margin-right: 0px;
    padding: .75rem 0; }
    @media (min-width: 992px) {
      .form-contact .row {
        padding-left: 15px;
        padding-right: 15px; } }
    .form-contact .row > .col,
    .form-contact .row > [class*=col-] {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: .25rem 0; }
      @media (min-width: 1200px) {
        .form-contact .row > .col,
        .form-contact .row > [class*=col-] {
          padding: 0; } }
  .form-contact .form-row {
    margin-left: 0px;
    margin-right: 0px; }
    .form-contact .form-row > .col,
    .form-contact .form-row > [class*=col-] {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0; }
  .form-contact .form-group {
    margin-bottom: 0; }
    .form-contact .form-group label {
      margin-bottom: 0; }
  .form-contact .form-control {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0; }
    .form-contact .form-control:focus {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .form-contact .form-control.underline {
      border-bottom: 1px solid #6D6E70; }

.border-bottom-line {
  border-bottom: 1px solid #6D6E70; }

@media (min-width: 768px) {
  .border-left-line {
    border-left: 1px solid #6D6E70; } }

.help-block {
  display: block;
  margin-top: 0.25rem;
  padding-left: 0.75rem;
  font-style: normal;
  color: #CB0017;
  text-align: left; }
  .help-block:empty {
    margin-top: 0; }

.contact-action .btns {
  width: 120px;
  background-color: #6D6E70;
  color: #fff;
  margin: 0;
  font-size: 1.125rem;
  border-radius: 0 !important;
  border: 0 !important;
  font-weight: bold; }
  .contact-action .btns:hover {
    background-color: #CB0017; }

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