@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * PRODUCTS
 * APPLICATION
 * NEWS
 * DEMO
 * CONTACT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

html {
  scroll-padding-top: 50px;
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 110px;
  }
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
  padding-top: 50px;
}

@media (min-width: 992px) {
  body {
    padding-top: 110px;
  }
}

a {
  color: #666666;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

a:hover,
a:focus {
  color: #19529d;
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container {
  max-width: 100%;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}

.container-fluid {
  padding: 0;
}

#scrollUp {
  right: 5%;
  bottom: 15%;
  z-index: 1000 !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  background-color: #161619;
}

@media (min-width: 992px) {
  .header.active .navbar {
    height: 80px;
  }
}

.navbar {
  height: 50px;
  padding: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (min-width: 992px) {
  .navbar {
    height: 110px;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

.navbar-brand img {
  height: 35px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    height: 70px;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1050;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #ffffff;
  text-align: center;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 10px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 15px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}

.navbar-toggler.open .icon-bar:nth-of-type(1) {
  top: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-of-type(3) {
  top: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar-collapse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(22, 22, 25, 0.5);
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .navbar-collapse.open {
    visibility: visible;
  }
}

.navbar-nav {
  width: auto;
  position: relative;
  top: 0;
  right: 0;
}

.navbar-nav.open {
  right: 0;
  visibility: visible;
}

@media (min-width: 992px) {
  .navbar-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    background-color: #161619;
    padding: 1rem;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 50px;
    right: -100%;
    bottom: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}

.navbar-nav .nav-item {
  padding: 0.5rem 0;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.75rem;
  }
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #5684c0;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before,
.navbar-nav .nav-link.active::before {
  display: none;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    text-align: center;
  }
}

.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: 5px solid #5684c0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(22, 22, 25, 0.2);
  box-shadow: 0 0 10px rgba(22, 22, 25, 0.2);
  padding: 1rem 0 1.5rem;
  margin-top: 1rem;
  min-width: 11rem;
  max-width: 280px;
}

.navbar-nav .dropdown .dropdown-item {
  color: #666666;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 0.35rem 0.5rem;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item:focus,
.navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #19529d;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
}

.navbar-nav .nav-lang {
  margin-left: 0;
}

@media (min-width: 992px) {
  .navbar-nav .nav-lang {
    margin-left: 0.75rem;
  }
}

.navbar-nav .nav-lang .dropdown-toggle {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.8125rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  width: 115px;
  height: 25px;
}

.navbar-nav .nav-lang .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-lang .dropdown-toggle i {
  font-size: 0.75rem;
}

.navbar-nav .nav-lang .dropdown-menu {
  border-top: none;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.25rem 0.5rem;
  min-width: 115px;
  max-width: 115px;
  margin-top: 0;
}

.navbar-nav .nav-lang .dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar-nav .nav-lang .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: normal;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}

.banner::before {
  content: "";
  background-image: url(../images/banner-inner-bg.png);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.banner::after {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 165px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  display: none;
}

@media (min-width: 992px) {
  .banner::after {
    display: block;
  }
}

.banner-pic {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 200px;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 400px;
  }
}

.banner .page-header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (min-width: 992px) {
  .banner .page-header {
    margin-top: -3.25rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #161619;
  color: #ffffff;
  text-align: center;
  padding: 3rem 0 5rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .footer {
    text-align: left;
    padding: 5.5rem 0 5rem;
  }
}

.footer a {
  color: #ffffff;
}

.footer a:hover,
.footer a:focus {
  color: #5684c0;
}

.footer .scrollup {
  background-color: #4a83c4;
  line-height: 80px;
  width: 100%;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer .scrollup a {
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.125rem;
}

.footer .scrollup i {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 28px;
  width: 30px;
  height: 30px;
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .footer .scrollup {
    width: 420px;
    padding-left: 2.5rem;
  }

  .footer .scrollup a {
    text-align: left;
  }
}

.footer-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-bottom: 2.25rem;
  position: relative;
}

.footer-main::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: auto;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .footer-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-main::after {
    left: 15px;
    right: 150px;
  }
}

.footer-logo .logo {
  margin-bottom: 2rem;
  display: none;
}

.footer-logo .logo img {
  width: 160px;
}

@media (min-width: 992px) {
  .footer-logo .logo {
    display: block;
  }
}

.footer-logo .copy {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.footer-logo .copy span {
  display: inline-block;
}

@media (min-width: 992px) {
  .footer-logo .copy span {
    display: block;
  }
}

.footer-info {
  padding-left: 15px;
}

@media (min-width: 992px) {
  .footer-info {
    padding-left: 1.5rem;
  }
}

.footer-info .logo {
  display: block;
}

@media (min-width: 992px) {
  .footer-info .logo {
    display: none;
  }
}

.footer-info .link {
  margin: 1.5rem 0 0.5rem;
}

.footer-info .link .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1.25rem;
}

.footer-info .link .nav li {
  padding: 0 1.25rem;
  margin-bottom: 0.25rem;
}

.footer-info .link .nav li a {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

@media (min-width: 992px) {
  .footer-info .link {
    margin-bottom: 3.25rem;
  }

  .footer-info .link .nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-info .info .nav li {
  margin-bottom: 0.5rem;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main section,
main .container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

/* PAGE-HEADER */
.page-header {
  width: 100%;
}

.page-header h1 {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 0;
}

.page-header h1 span {
  display: block;
  font-size: 1.125rem;
  letter-spacing: normal;
  margin-top: 0.35rem;
}

.page-header h1 .text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .page-header h1 {
    font-size: 3rem;
    letter-spacing: 0.4rem;
  }

  .page-header h1 span {
    font-size: 1.25rem;
    margin-top: 0.65rem;
  }

  .page-header h1 .text {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .page-header h1 {
    font-size: 3.875rem;
  }

  .page-header h1 span {
    font-size: 1.5625rem;
  }

  .page-header h1 .text {
    font-size: 1.375rem;
    margin-top: 3rem;
  }
}

/* PAGINATION */
.pagination {
  margin-top: 2rem;
}

.pagination .page-link {
  border: none;
  color: #a0a0a0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 0.5rem;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  box-shadow: none;
  background: none;
  color: #19529d;
}

@media (min-width: 992px) {
  .pagination .page-link {
    font-size: 1.5625rem;
  }
}

.pagination .page-chevron {
  color: #000000;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about > section {
  background-position: left top;
  background-repeat: repeat;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .about > section {
    padding: 5.25rem 0 4rem;
  }
}

.about-title {
  margin-bottom: 2rem;
  position: relative;
}

.about-title::before {
  content: "";
  background-color: #19529d;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 15px;
  left: -130px;
}

.about-title.no-line::before {
  display: none;
}

@media (min-width: 992px) {
  .about-title {
    margin-bottom: 4rem;
  }
}

.about-title h2 {
  color: #19529d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
}

.about-title h2 span {
  display: block;
  color: #161619;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-top: 0.25rem;
}

@media (min-width: 576px) {
  .about-title h2 {
    font-size: 2.25rem;
    letter-spacing: 0.25rem;
  }

  .about-title h2 span {
    font-size: 1.25rem;
    margin-top: 0.75rem;
  }
}

@media (min-width: 992px) {
  .about-title h2 {
    font-size: 2.625rem;
  }

  .about-title h2 span {
    font-size: 1.5625rem;
  }
}

.about-title h3 {
  color: #19529d;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .about-title h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .about-title h3 {
    font-size: 1.875rem;
  }
}

.about-main-list {
  margin-bottom: 2rem;
}

.about-main-item {
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .about-main-item {
    margin-bottom: 4rem;
  }
}

.about-main-pic {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .about-main-pic {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .about-main-pic {
    padding-right: 0 !important;
  }
}

.about-main-txt {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .about-main-txt {
    margin-top: 0.5rem;
    padding-left: 1.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .about-main-txt {
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 1366px) {
  .about-main-txt {
    padding-left: 3.75rem !important;
  }
}

.about-main-txt h3 {
  color: #19529d;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}

.about-main-txt h3 span {
  display: block;
  color: #161619;
  font-size: 1rem;
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .about-main-txt h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .about-main-txt h3 span {
    font-size: 1.125rem;
  }
}

.about-main-txt p {
  font-size: 1rem;
}

.about-our-list {
  margin-bottom: 2rem;
}

.about-our {
  background-image: url(../images/about-bg-01.jpg);
}

.about-our-item {
  border-left: 1px solid #19529d;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .about-our-item {
    padding-left: 2rem !important;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 992px) {
  .about-our-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .about-our-item {
    padding-left: 2rem !important;
  }
}

@media (min-width: 1366px) {
  .about-our-item {
    padding-left: 4rem !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 400px) {
  .about-our-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about-our-txt {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .about-our-txt {
    margin-top: 0.5rem;
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .about-our-txt {
    padding-left: 1.5rem !important;
  }
}

.about-our-txt h3 {
  color: #19529d;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  margin-bottom: 0.75rem;
}

.about-our-txt h3 span {
  display: block;
  color: #161619;
  font-size: 1rem;
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .about-our-txt h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .about-our-txt h3 span {
    font-size: 1.125rem;
  }
}

.about-our-txt p {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

@media (min-width: 768px) {
  .about-our-txt p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.about-vision {
  background-image: url(../images/about-bg-02.jpg);
  padding: 0 !important;
}

.about-vision-item .content {
  width: 100%;
  padding: 2rem 1rem;
}

@media (min-width: 992px) {
  .about-vision-item .content {
    padding: 0 1rem;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 1366px) {
  .about-vision-item .content {
    width: 640px;
    padding-left: 0;
    padding-right: 5.5rem;
  }
}

.about-vision-pic {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.about-vision-pic iframe,
.about-vision-pic video,
.about-vision-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .about-vision-pic {
    height: 820px;
  }
}

.about-vision-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-vision-txt .about-title {
  margin-bottom: 1.5rem;
}

.about-vision-text {
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .about-vision-text {
    font-size: 1.125rem;
    line-height: 1.9;
  }
}

.about-vision-list .nav li {
  text-align: center;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .about-vision-list .nav li {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.about-vision-list .nav li span {
  border-radius: 50%;
  background-color: #215794;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: normal;
  width: 115px;
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-vision-list .nav li span b {
  font-size: 1.25rem;
  letter-spacing: normal;
}

@media (min-width: 576px) {
  .about-vision-list .nav li span {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .about-vision-list .nav li span {
    font-size: 0.9375rem;
  }

  .about-vision-list .nav li span b {
    font-size: 1.375rem;
  }
}

.about-vision-list .nav li p {
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .about-vision-list .nav li p {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .about-vision-list .nav li p {
    font-size: 1.25rem;
  }
}

.about-vision-list .nav li:last-child {
  margin-bottom: 0;
}

.about-vision-list .nav li:last-child span {
  font-size: 0.75rem;
}

.about-history {
  background-color: #eeeeee;
  background-image: url(../images/about-bg-03.jpg);
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  padding-bottom: 0 !important;
}

.about-history-tit .about-title h3 {
  text-transform: initial;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .about-history-tit .about-title h3 {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 2;
  }
}

@media (min-width: 992px) {
  .about-history-tit .about-title h3 {
    margin-top: 4rem;
  }
}

.about-history-list {
  margin-top: 0.75rem;
}

.about-history-list .nav > li {
  border-left: 1px solid #4c4c4c;
  padding-left: 1rem;
  padding-bottom: 2rem;
  position: relative;
}

.about-history-list .nav > li::before {
  content: "";
  background-color: #19529d;
  width: 8px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -4px;
}

@media (min-width: 992px) {
  .about-history-list .nav > li {
    padding-left: 3.5rem;
    padding-bottom: 3rem;
    min-height: 165px;
  }
}

.about-history-list .nav > li h3 {
  color: #19529d;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .about-history-list .nav > li h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .about-history-list .nav > li h3 {
    font-size: 1.875rem;
    margin-bottom: 0.75rem;
  }
}

.about-history-list .nav > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-history-list .nav > li ul li {
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: normal;
  padding-left: 15px;
  margin-bottom: 0.25rem;
  position: relative;
}

.about-history-list .nav > li ul li::before {
  content: "";
  background-color: #19529d;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (min-width: 576px) {
  .about-history-list .nav > li ul li {
    font-size: 1.125rem;
    letter-spacing: normal;
  }

  .about-history-list .nav > li ul li::before {
    top: 10px;
  }
}

@media (min-width: 992px) {
  .about-history-list .nav > li ul li {
    font-size: 1.25rem;
  }

  .about-history-list .nav > li ul li::before {
    top: 12px;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.products-menu {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
  z-index: 3;
}

.products-menu .nav {
  background-color: #19529d;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
}

.products-menu .nav li {
  padding: 0 1.5rem;
}

.products-menu .nav li a {
  color: #ffffff;
  font-size: 1.1875rem;
  letter-spacing: 0.1rem;
}

.products-menu .nav li a:hover,
.products-menu .nav li a:focus {
  font-weight: bold;
}

.products-item {
  background-image: url(../images/products-bg-01.jpg);
  background-position: right top;
  background-repeat: repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .products-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.products-item .content {
  width: 100%;
  padding: 2rem 1rem;
}

@media (min-width: 992px) {
  .products-item .content {
    padding: 1rem;
  }
}

@media (min-width: 1366px) {
  .products-item .content {
    width: 640px;
    padding-left: 5.5rem;
    padding-right: 0;
  }
}

.products-item-secondary {
  background-image: url(../images/products-bg-02.jpg);
}

@media (min-width: 992px) {
  .products-item-secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .products-item-secondary .content {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 1366px) {
  .products-item-secondary .content {
    padding-left: 0;
    padding-right: 5.5rem;
  }
}

.products-pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.products-pic video,
.products-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .products-pic {
    height: 450px;
  }
}

.products-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-txt h3 {
  color: #215794;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 2rem;
}

.products-txt h3 span {
  display: block;
  color: #161619;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.5;
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .products-txt h3 {
    font-size: 2.25rem;
    letter-spacing: normal;
    margin-bottom: 1rem;
  }

  .products-txt h3 span {
    font-size: 1.125rem;
    letter-spacing: normal;
    line-height: 1.7;
  }
}

.products-txt p {
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .products-txt p {
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}

.products-txt .nav li {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.products-txt .nav li a i,
.swiper-products .swiper-slide i,
.swiper-application .swiper-slide i {
  color: #5684c0;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.products-txt .nav li a span,
.swiper-products .swiper-slide span,
.swiper-application .swiper-slide span {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: normal;
  padding-bottom: 0.1rem;
  position: relative;
  overflow: hidden;
}

.products-txt .nav li a span::after,
.swiper-products .swiper-slide span::after,
.swiper-application .swiper-slide span::after {
  content: "";
  background-color: #19529d;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
}

.products-txt .nav li a:hover span::after,
.products-txt .nav li a:focus span::after,
.swiper-products .swiper-slide:hover span::after,
.swiper-products .swiper-slide:focus span::after,
.swiper-application .swiper-slide:hover span::after,
.swiper-application .swiper-slide:focus span::after {
  left: auto;
  right: 0;
  -webkit-animation: fadeInLeft 1s ease infinite;
  animation: fadeInLeft 1s ease infinite;
}

@media (min-width: 992px) {
  .products-txt .nav li a i,
  .swiper-products .swiper-slide i,
  .swiper-application .swiper-slide i {
    font-size: 1.8rem;
  }

  .products-txt .nav li a span,
  .swiper-products .swiper-slide span,
  .swiper-application .swiper-slide span {
    font-size: 1.375rem;
  }
}

/*------------------------------------*\
    APPLICATION
\*------------------------------------*/
.application {
  position: relative;
}

.application::after {
  content: "";
  background-image: url(../images/application.png);
  width: 400px;
  height: 365px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.application-info {
  background-color: #021729;
  background-image: url(../images/application.jpg);
  background-position: center top;
  height: 100%;
  position: relative;
  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;
  padding: 3rem 15px;
}

.application-info .content {
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  max-width: 400px;
  margin: 0 auto;
}

.application-info .content h1 {
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.application-info .content h1 span {
  color: #5684c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3125rem;
  margin-bottom: 1.75rem;
  display: block;
}

.application-info .swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  margin: 3rem auto 0;
}

.application-info .swiper-control::before {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 35px;
  position: absolute;
  left: 75px;
}

.application-info .swiper-control .swiper-button-next,
.application-info .swiper-control .swiper-button-prev {
  background-image: none;
  color: #ffffff;
  font-size: 2rem;
  width: auto;
  height: auto;
  margin-top: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.application-info .swiper-control .swiper-button-next {
  margin-left: 5rem;
}

@media (min-width: 992px) {
  .application-info .swiper-control {
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.application-pic {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.application-pic video,
.application-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.application-txt {
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .application-txt {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .application-txt {
    padding: 3rem;
  }
}

@media (min-width: 1400px) {
  .application-txt {
    padding: 5rem 6rem;
  }
}

.application-txt .title {
  color: #5684c0;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.application-txt .title span {
  border-bottom: none;
  display: block;
  color: #606060;
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 0.5rem;
}

.application-txt .title span::after {
  display: none;
}

@media (min-width: 992px) {
  .application-txt .title {
    font-size: 2.25rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
  }
}

.application-txt .text {
  letter-spacing: 0.075rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .application-txt .text {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}

.application-txt .nav {
  color: #666666;
  font-size: 1.125rem;
}

.application-txt .nav li {
  margin-bottom: 0.5rem;
}

.application-txt .nav li a i {
  color: #5685c1;
  margin-right: 1rem;
}

.application-txt .nav li a span {
  display: inline-block;
  border-bottom-color: #666666;
  color: #666666;
  position: relative;
  overflow: hidden;
}

.application-txt .nav li a span::after {
  opacity: 0;
}

.application-txt .nav li a:hover span::after {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .application-txt .nav {
    font-size: 1.375rem;
  }
}

.swiper-application .swiper-slide {
  height: auto !important;
}

.swiper-application .swiper-slide:nth-child(odd) {
  background-image: url(../images/application-bg.jpg);
  background-size: cover;
}

.swiper-application .swiper-slide:hover span::after {
  opacity: 0 !important;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news > section:first-child {
  background-image: url(../images/news-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .news > section:first-child {
    padding: 5.25rem 0 4rem;
  }
}

.news-list .nav li {
  border-bottom: 2px solid #e0e1e3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.news-list .nav li:last-child {
  margin-bottom: 0;
}

.news-list .nav li::before {
  content: "";
  background-color: #19529d;
  color: #ffffff;
  width: 5px;
  height: 40px;
  display: none;
  position: relative;
}

.news-list .nav li::after {
  content: "\F138";
  color: #5685c1;
  font-family: "bootstrap-icons";
  font-size: 1.75rem;
  display: inline-block;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.news-list .nav li:hover::after {
  right: 0;
}

.news-list .nav li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .news-list .nav li {
    padding-left: 70px;
    padding-right: 150px;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .news-list .nav li::before {
    height: 55px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .news-list .nav li::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3.5rem;
    margin-top: -1rem;
  }
}

.news-list .date {
  display: block;
  color: #5685c1;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.25rem;
}

.news-list .title {
  display: block;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
}

.news-view {
  max-width: 1100px;
  margin: 0 auto;
}

.news-view .group {
  position: relative;
}

.news-view .group::before {
  content: "";
  background-color: #19529d;
  width: 5px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
}

.news-view .date {
  display: block;
  color: #5685c1;
  font-size: 1.0625rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.5rem;
}

.news-view .title {
  display: block;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .news-view .title {
    font-size: 1.6875rem;
    margin-bottom: 3rem;
  }
}

.news-view .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

.news-view .text p {
  margin-bottom: 3rem;
}

.news-view .text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .news-view .text {
    font-size: 1.25rem;
  }
}

/*------------------------------------*\
    DEMO
\*------------------------------------*/
.demo-item {
  position: relative;
}

.demo-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.demo-pic {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.demo-pic video,
.demo-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.demo-pic video {
  position: relative;
  z-index: 2;
}

.demo-txt {
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .demo-txt {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .demo-txt {
    padding: 3rem;
  }
}

@media (min-width: 1400px) {
  .demo-txt {
    padding: 4.5rem 5.5rem;
  }
}

.demo-txt .class {
  display: block;
  color: #5684c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 1.5rem;
}

.demo-txt .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
  .demo-txt .title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.demo-txt .text {
  letter-spacing: 0.125rem;
  line-height: 1.8;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
  .demo-txt .text {
    font-size: 1.125rem;
  }
}

.swiper-demo .swiper-slide:nth-child(odd) .demo-txt {
  background-image: url(../images/demo-bg.jpg);
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 3rem 0 0;
}

@media (min-width: 992px) {
  .contact {
    padding: 5.75rem 0 0;
  }
}

.contact::before {
  content: "";
  background-image: url(../images/banner-contact-bg.png);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.contact::after {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 165px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 235px;
  bottom: 0;
  z-index: 3;
  display: none;
}

@media (min-width: 992px) {
  .contact::after {
    display: block;
  }
}

.contact > .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .contact > .container {
    max-width: 1100px;
    padding: 0;
  }
}

.contact .page-header {
  position: relative;
  z-index: 3;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .contact .page-header {
    margin-bottom: 6.5rem;
  }
}

.contact-content {
  background-color: #ffffff;
  padding: 2rem 1rem;
  position: relative;
  z-index: 3;
}

@media (min-width: 576px) {
  .contact-content {
    padding: 3rem 2rem;
  }
}

@media (min-width: 1200px) {
  .contact-content {
    padding: 7.65rem 8.5rem;
  }
}

.contact-title {
  padding-top: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.contact-title::before {
  content: "";
  background-color: #19529d;
  width: 40px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-title h2 {
  color: #19529d;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 0;
}

.contact-title h2 span {
  display: block;
  color: #666666;
  font-size: 1.3125rem;
  margin-top: 0.75rem;
}

.contact-text p {
  font-size: 0.875rem;
  letter-spacing: normal;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .contact-text p {
    padding-top: 1.75rem;
  }
}

.contact-text .nav li {
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-text .nav li span {
  width: 100px;
  white-space: nowrap;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-text .nav li span::after {
  content: "";
  background-color: #19529d;
  width: 1px;
  height: 15px;
  margin: 0 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media (min-width: 576px) {
  .contact-text .nav li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.contact-map {
  margin-top: 2rem;
}

.contact-map a {
  display: block;
}

.contact-map img {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-map {
    margin-top: 0;
  }
}

.contact-info {
  margin-bottom: 3rem;
}

.contact-form form {
  width: 100%;
}

.contact-form .form-row {
  margin: 0 -15px;
}

.contact-form .form-group {
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .col-form-label {
  color: #515151;
  font-size: 1rem;
}

.contact-form .col-form-label span {
  color: #19529d;
}

@media (min-width: 768px) {
  .contact-form .col-form-label {
    font-size: 1.125rem;
  }
}

.contact-form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(22, 22, 25, 0.15);
  font-size: 1rem;
  height: 45px;
}

.contact-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #19529d;
}

@media (min-width: 768px) {
  .contact-form .form-control {
    font-size: 1.125rem;
  }
}

.contact-form .textarea-wrap .form-control {
  height: auto;
}

@media (min-width: 768px) {
  .contact-form .textarea-wrap .col-form-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }

  .contact-form .textarea-wrap .textarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88%;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
}

.contact-form .code {
  position: relative;
  padding-right: 150px;
}

.contact-form .code img {
  position: absolute;
  top: 0;
  right: 0;
}

.contact-form .btn-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .contact-form .btn-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.contact-form .btn {
  border: none;
  border-radius: 0;
  background-color: #19529d;
  color: #ffffff;
  width: 200px;
  height: 45px;
  display: inline-block;
}

.contact-form .btn:hover,
.contact-form .btn:focus,
.contact-form .btn:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #161619;
}
