@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * NEWS
 * PRODUCTS
 * EQUIPMENT
 * CUSTOMERS
 * CONTACT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: clip;
}

body {
  color: #000000;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body {
    padding-top: 120px;
  }
}

a {
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover, a:focus {
  color: #003c8c;
  outline: 0;
}

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

.container {
  max-width: 100%;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

#scrollUp {
  right: 12px;
  bottom: 30px;
  z-index: 1000 !important;
}
#scrollUp img {
  width: 50px;
}
@media (min-width: 992px) {
  #scrollUp {
    right: 30px;
  }
  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar {
    height: 120px;
  }
}
.navbar .offcanvas {
  border-left: none;
  background-color: rgba(255, 255, 255, 0.9);
  top: 60px;
}
.navbar .offcanvas-backdrop {
  display: none;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar-brand {
  margin-right: 0;
  margin-bottom: 0;
}
.navbar-brand a {
  display: block;
}
.navbar-brand img {
  width: 100px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 170px;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #003c8c;
  text-align: center;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  margin-bottom: 5px;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  margin-bottom: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  margin-top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar-nav .nav-item {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.5rem;
  }
  .navbar-nav .nav-item:last-child {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    padding: 0 1.5rem;
  }
}
.navbar-nav .nav-link {
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #003c8c;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    text-align: center;
    line-height: 120px;
  }
}
.navbar-nav .nav-lang {
  border: 1px solid #003c8c;
  border-radius: 50rem;
  color: #003c8c;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 0 0.75rem !important;
  white-space: nowrap;
}
.navbar-nav .nav-lang:hover {
  border-color: #000000;
  color: #000000;
}
@media (min-width: 992px) {
  .navbar-nav .nav-lang {
    line-height: 1.5;
  }
}
.navbar-nav .dropdown:hover > .dropdown-menu,
.navbar-nav .dropend:hover > .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown .dropdown-toggle,
.navbar-nav .dropend .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  position: relative;
}
.navbar-nav .dropdown .dropdown-toggle::before,
.navbar-nav .dropend .dropdown-toggle::before {
  content: "";
  background-color: #003c8c;
  width: auto;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  opacity: 0;
}
.navbar-nav .dropdown .dropdown-menu,
.navbar-nav .dropend .dropdown-menu {
  border-radius: 0;
  border: 1px solid #dddddd;
  background-color: transparent;
  padding: 1rem 0;
  margin: 1rem auto 0;
  width: 100%;
  min-width: 300px;
}
.navbar-nav .dropdown .dropdown-item,
.navbar-nav .dropend .dropdown-item {
  display: inline-block;
  background-color: transparent;
  color: #000000;
  font-size: 1.125rem;
  white-space: wrap;
  padding: 0.5rem 1rem;
}
.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item.active,
.navbar-nav .dropend .dropdown-item:hover,
.navbar-nav .dropend .dropdown-item.active {
  background-color: transparent;
  color: #003c8c;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-toggle::before,
  .navbar-nav .dropend:hover > .dropdown-toggle::before {
    opacity: 1;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu,
  .navbar-nav .dropend:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-nav .dropdown .dropdown-toggle,
  .navbar-nav .dropend .dropdown-toggle {
    padding-bottom: 0;
  }
  .navbar-nav .dropdown .dropdown-toggle::after,
  .navbar-nav .dropend .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-toggle:hover::before, .navbar-nav .dropdown .dropdown-toggle.active::before, .navbar-nav .dropdown .dropdown-toggle.show::before,
  .navbar-nav .dropend .dropdown-toggle:hover::before,
  .navbar-nav .dropend .dropdown-toggle.active::before,
  .navbar-nav .dropend .dropdown-toggle.show::before {
    opacity: 1;
  }
  .navbar-nav .dropdown .dropdown-menu,
  .navbar-nav .dropend .dropdown-menu {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.5rem 0;
    margin-top: 0;
    left: -10%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-width: 360px;
  }
  .navbar-nav .dropdown .dropdown-item,
  .navbar-nav .dropend .dropdown-item {
    font-size: 1rem;
    white-space: nowrap;
    padding: 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .dropdown .dropdown-menu,
  .navbar-nav .dropend .dropdown-menu {
    min-width: 400px;
  }
  .navbar-nav .dropdown .dropdown-item,
  .navbar-nav .dropend .dropdown-item {
    font-size: 1.125rem;
  }
}
.navbar-nav .dropend {
  position: static;
}
.navbar-nav .dropend:hover .dropdown-toggle {
  color: #003c8c;
  font-weight: bold;
}
.navbar-nav .dropend:hover .dropdown-toggle::before {
  opacity: 0;
}
.navbar-nav .dropend .dropdown-toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.navbar-nav .dropend .dropdown-toggle:hover::before, .navbar-nav .dropend .dropdown-toggle.active::before, .navbar-nav .dropend .dropdown-toggle.show::before {
  opacity: 0;
}
.navbar-nav .dropend .dropdown-menu {
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
.navbar-nav .dropend .dropdown-menu .dropdown-item {
  padding-left: 2rem;
}
.navbar-nav .dropend .dropdown-menu .dropdown-item:hover, .navbar-nav .dropend .dropdown-menu .dropdown-item.active {
  background-color: #003c8c;
  color: #ffffff;
  font-weight: normal;
}
@media (min-width: 992px) {
  .navbar-nav .dropend .dropdown-menu {
    border: 1px solid #dddddd;
    padding: 1.5rem 0;
    top: -1px;
    left: 100%;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}
.banner-pic {
  border-bottom-left-radius: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 1790px;
  height: 250px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.banner-pic::before {
  content: "";
  border-bottom-left-radius: 1rem;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 390px;
  }
}
.banner-txt {
  color: #ffffff;
  text-align: left;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.banner-txt .title {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
}
.banner-txt .title span {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 1.3125rem;
  }
  .banner-txt .title span {
    font-size: 3.75rem;
    margin-bottom: 1rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #333333;
  color: #cbcbcb;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
.footer a {
  color: #cbcbcb;
}
.footer a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer {
    padding: 4rem 0;
  }
}
@media (min-width: 1600px) {
  .footer .row > [class*=col-]:nth-child(1) {
    width: 12.5%;
  }
  .footer .row > [class*=col-]:nth-child(2) {
    width: 87.5%;
  }
}
.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.footer-logo img {
  width: 100px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
  }
  .footer-logo img {
    width: 150px;
  }
}
.footer-info .title {
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
}
.footer-info .title span {
  display: none;
  color: #cbcbcb;
}
@media (min-width: 992px) {
  .footer-info .title {
    font-size: 1.25rem;
    text-align: left;
  }
}
.footer-info .nav {
  font-size: 1.0625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-info .nav li {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .footer-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-info .nav li {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.footer-copy {
  border-top: 1px solid #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: left;
    margin-top: 2rem;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}
@media (min-width: 1600px) {
  main {
    padding: 3rem 0 6rem;
  }
  main > .container {
    padding-right: 6.5rem;
  }
}

/* PAGE-HEADER */
.page-header {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.page-header::before {
  content: "";
  background-color: #f1f1f1;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: -100px;
}
.page-header::after {
  content: "";
  background-color: #f1f1f1;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: -100%;
}
@media (min-width: 992px) {
  .page-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1.5rem;
    margin-bottom: 5rem;
  }
}
.page-header .title {
  color: #003c8c;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-header .title {
    font-size: 1.3125rem;
  }
}
.page-header .class {
  position: relative;
}
.page-header .class::after {
  content: "";
  background-color: #003c8c;
  width: auto;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.125rem;
}
@media (min-width: 992px) {
  .page-header .class::after {
    bottom: -2.35rem;
  }
}
.page-header .breadcrumb .breadcrumb-item {
  color: #717071;
}
.page-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.page-header .breadcrumb .breadcrumb-item a {
  color: #717071;
}
.page-header .breadcrumb .breadcrumb-item a:hover {
  color: #003c8c;
}
@media (min-width: 992px) {
  .page-header .breadcrumb .breadcrumb-item {
    font-size: 1.125rem;
  }
}

/* SIDEBAR */
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sidebar {
  display: none;
}
.sidebar > .nav > li > a {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  font-size: 1.25rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sidebar > .nav > li > a::before {
  content: "\f231";
  color: #003c8c;
  font-family: "bootstrap-icons";
  font-size: 0.8125rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.sidebar > .nav > li > a:hover, .sidebar > .nav > li > a.active {
  border-top: 1px solid #003c8c;
  border-bottom-color: #003c8c;
  background-color: #f2f2f2;
  color: #003c8c;
  font-weight: bold;
}
.sidebar > .nav > li > a:hover::before, .sidebar > .nav > li > a.active::before {
  margin-right: 1rem;
  opacity: 1;
  -webkit-animation: arrow 1s ease-in-out infinite;
          animation: arrow 1s ease-in-out infinite;
}
.sidebar > .nav > li > .nav {
  border-bottom: 1px solid #003c8c;
  display: none;
  padding: 1.25rem 1rem;
}
.sidebar > .nav > li > .nav > li {
  padding: 0.5rem 0;
}
.sidebar > .nav > li > .nav > li > a {
  display: block;
  font-size: 1.25rem;
}
.sidebar > .nav > li > .nav > li > a:hover, .sidebar > .nav > li > .nav > li > a.active {
  color: #003c8c;
  font-weight: bold;
}
.sidebar > .nav > li.show > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .sidebar {
    display: block;
  }
}
@media (min-width: 1200px) {
  .sidebar > .nav > li > a {
    padding: 1rem 0.5rem;
  }
  .sidebar > .nav > li > .nav {
    padding: 1.25rem 1.5rem;
  }
}
@media (min-width: 1600px) {
  .sidebar {
    padding-right: 1.5rem;
  }
}

/* PICTURE */
.pic {
  display: block;
  border-radius: 0.5rem;
  background-color: #003c8c;
  overflow: hidden;
  position: relative;
}
.pic::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.pic:hover::before {
  opacity: 1;
}
.pic:hover img {
  opacity: 0.2;
}

/* PAGINATION */
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.pagination .page-item {
  margin: 0 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #003c8c;
  background-color: transparent;
  color: #003c8c;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 33px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #003c8c;
  background-color: #003c8c;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #b0b0b0;
  font-size: 2rem;
  text-align: center;
  margin: 0 0.5rem;
}
.pagination .page-arrow i {
  position: relative;
}
.pagination .page-arrow i::after {
  content: "";
  background-color: #ffffff;
  width: auto;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.pagination .page-arrow:hover {
  color: #003c8c;
}
@media (min-width: 992px) {
  .pagination .page-arrow {
    margin: 0 2rem;
  }
}

/* BUTTON */
.button {
  border-radius: 50rem;
  border: 1px solid #003c8c;
  color: #003c8c;
  font-size: 1rem;
  letter-spacing: 0.075rem;
  padding: 0.75rem 0.5rem;
  width: 100%;
  max-width: 240px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button img {
  width: 45px;
  margin-right: 2rem;
}
.button:hover {
  background-color: #003c8c;
  color: #ffffff;
}
.button:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .button {
    font-size: 1.0625rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/* ABOUT CONTENT */
.about-content {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 1300px;
  margin-left: auto;
  margin-right: 0;
}
.about-content ul li {
  margin-bottom: 0.5rem;
}
.about-content ul li::marker {
  color: #003c8c;
}
@media (min-width: 992px) {
  .about-content {
    font-size: 1.3125rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
}
.about-content .title {
  color: #003c8c;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.about-content .title .en {
  display: inline-block;
  font-weight: normal;
}
.about-content .title.border-start {
  border-color: #003c8c !important;
  border-width: 4px !important;
  line-height: 1;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .about-content .title {
    font-size: 2.25rem;
    margin-bottom: 1.75rem;
  }
  .about-content .title .en {
    font-size: 1.875rem;
  }
}
.about-content .text {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .about-content .text {
    margin-bottom: 3rem;
  }
}
.about-content .list {
  font-size: 1.0625rem;
}
.about-content .list > [class*=col-] {
  text-align: center;
  margin-bottom: 3rem;
}
.about-content .list img {
  border-radius: 0.5rem;
}
.about-content .list strong {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .about-content .list {
    font-size: 1.25rem;
  }
}

/* ABOUT HISTORY */
.about-history {
  max-width: 980px;
  margin: 0 auto;
}
.about-history .item {
  padding-bottom: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.about-history .item::before {
  content: "";
  background-color: #cccccc;
  width: 1px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
}
.about-history .item > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 1400px) {
  .about-history .item > [class*=col-]:first-child {
    width: 12%;
  }
  .about-history .item > [class*=col-]:last-child {
    width: 88%;
  }
}
.about-history .year {
  background-color: #ffffff;
  color: #ec5629;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.25rem;
}
@media (min-width: 992px) {
  .about-history .year {
    font-size: 2rem;
  }
}
.about-history .text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 0.5rem;
}
.about-history .text ul {
  padding-left: 1.5rem;
}
.about-history .text ul li {
  margin-bottom: 0.5rem;
}
.about-history .text ul li::marker {
  color: #003c8c;
}
@media (min-width: 992px) {
  .about-history .text {
    font-size: 1.3125rem;
    margin-top: 0.75rem;
  }
}

/* ABOUT CERTIFICATION */
.about-cert {
  max-width: 1300px;
  margin-left: auto;
  margin-right: 0;
}
.about-cert .text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .about-cert .text {
    font-size: 1.3125rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
}
.about-cert .list > [class*=col-] {
  text-align: center;
  margin-bottom: 2rem;
}
.about-cert .list > [class*=col-] img {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .about-cert .list > [class*=col-] {
    margin-bottom: 4.5rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS LIST */
.news-list .item {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  padding: 2rem 1rem;
  position: relative;
}
.news-list .item::before {
  content: "";
  background-image: url(../images/news-arrow.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}
.news-list .item:hover {
  border-color: #003c8c;
  background-color: #f2f2f2;
}
.news-list .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 576px) {
  .news-list .item {
    padding: 2rem;
  }
  .news-list .item::before {
    right: 2rem;
  }
}
@media (min-width: 768px) {
  .news-list .item {
    padding: 3rem;
  }
  .news-list .item::before {
    bottom: 3rem;
    right: 3rem;
  }
}
@media (min-width: 1400px) {
  .news-list .item {
    padding: 4rem 5.5rem;
  }
  .news-list .item::before {
    bottom: 4rem;
    right: 5.5rem;
  }
}
.news-list .class {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #003c8c;
  color: #003c8c;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 0.75rem;
  margin-bottom: 1rem;
}
.news-list .title {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .news-list .title {
    font-size: 1.375rem;
    height: 70px;
  }
}
.news-list .text {
  color: #666666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .date {
  color: #003c8c;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
}

/* NEWS VIEW */
.news-view .class {
  display: inline-block;
  border-radius: 50rem;
  border: 1px solid #003c8c;
  color: #003c8c;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 0.125rem 0.75rem;
}
@media (min-width: 992px) {
  .news-view .class {
    font-size: 1.125rem;
  }
}
.news-view .date {
  color: #003c8c;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .news-view .date {
    font-size: 1.3125rem;
  }
}
.news-view .title {
  border-bottom: 2px solid #f1f1f1;
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .news-view .title {
    font-size: 1.875rem;
  }
}
.news-view .text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .news-view .text {
    font-size: 1.3125rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
/* PRODUCTS LIST */
.products-list > [class*=col-] {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .products-list > [class*=col-] {
    margin-bottom: 4rem;
  }
}
.products-list .title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
.products-list .title span {
  display: block;
  color: #717071;
  font-size: 0.9375rem;
  font-weight: normal;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .products-list .title {
    font-size: 1.3125rem;
    margin-top: 2rem;
  }
}

/* PRODUCTS VIEW */
@media (min-width: 1600px) {
  .products-view-wrap > .container {
    padding-right: 0;
  }
  .products-view-wrap > .container > .page-header {
    padding-right: 6.5rem;
  }
}
.products-view {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .products-view {
    margin-bottom: 4.5rem;
  }
}
.products-view > [class*=col-]:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .products-view > [class*=col-]:first-child {
    padding-left: 130px;
  }
}
@media (min-width: 1400px) {
  .products-view > [class*=col-]:first-child {
    padding-left: 170px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .products-view > [class*=col-]:first-child {
    width: 54%;
  }
}
.products-view > [class*=col-]:nth-child(2) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .products-view > [class*=col-]:nth-child(2) {
    margin-top: 0;
    position: relative;
  }
  .products-view > [class*=col-]:nth-child(2)::after {
    content: "";
    background-color: #f1f1f1;
    width: 2px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }
}
@media (min-width: 1600px) {
  .products-view > [class*=col-]:nth-child(2) {
    width: 46%;
    padding-left: 2rem;
    padding-right: 7.5rem;
  }
}
.products-view > [class*=col-]:last-child {
  margin-top: 3rem;
}
.products-view .swiper-products {
  margin-top: 1rem;
}
.products-view .swiper-products .swiper-slide {
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 992px) {
  .products-view .swiper-products {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 15px;
  }
  .products-view .swiper-products .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-view .swiper-products .swiper-slide {
    width: 100px !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .products-view .swiper-products .swiper-slide {
    width: 130px !important;
    margin-bottom: 1.5rem !important;
  }
}
.products-view .swiper-products2 {
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
}
.products-view .swiper-products2 img {
  width: 100%;
}
.products-view .picture {
  border-radius: 0.75rem;
}
.products-view .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.products-view .title span {
  color: #717071;
  display: block;
  font-weight: normal;
}
@media (min-width: 992px) {
  .products-view .title {
    font-size: 1.875rem;
  }
}
.products-view .subtitle {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  color: #003c8c;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .products-view .subtitle {
    font-size: 1.3125rem;
  }
}
.products-view .sectitle {
  background-color: #003c8c;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .products-view .sectitle {
    font-size: 1.3125rem;
    margin-bottom: 5.5rem;
  }
}
.products-view .tit {
  border-left: 3px solid #003c8c;
  color: #003c8c;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .products-view .tit {
    font-size: 1.3125rem;
  }
}
.products-view .text {
  font-size: 1.125rem;
  line-height: 1.8;
}
.products-view .text ul {
  padding-left: 1.5rem;
}
.products-view .text ul li::marker {
  color: #003c8c;
}
@media (min-width: 992px) {
  .products-view .text {
    font-size: 1.3125rem;
    margin-bottom: 1.5rem;
  }
}
.products-view .desc {
  font-weight: bold;
  max-width: 1210px;
  margin: 0 auto;
}
.products-view .table {
  border: 1px solid #6d7fb1;
  font-weight: normal;
}
.products-view .table th {
  border-left: 1px solid #6d7fb1;
  background-color: #bcc2df;
  color: #211815;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.products-view .table th:first-child {
  border-left: none;
}
.products-view .table td {
  border-left: 1px solid #6d7fb1;
  border-bottom: 1px solid #6d7fb1;
  color: #211815;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.products-view .table td:first-child {
  border-left: none;
}
@media (min-width: 992px) {
  .products-view .table td th,
  .products-view .table td td {
    font-size: 1.25rem;
  }
}

/*------------------------------------*\
    EQUIPMENT
\*------------------------------------*/
@media (min-width: 768px) {
  .equipment .products-view > [class*=col-]:first-child {
    position: relative;
  }
  .equipment .products-view > [class*=col-]:first-child::after {
    content: "";
    background-color: #f1f1f1;
    width: 2px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }
}

/*------------------------------------*\
    CUSTOMERS
\*------------------------------------*/
/* CUSTOMERS LIST */
.customers-list > [class*=col-] {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .customers-list > [class*=col-] {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1400px) {
  .customers-list > [class*=col-] {
    width: 20%;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  background-color: #f3f4f6;
  position: relative;
}
.contact::before {
  content: "";
  background-color: #f3f4f6;
  width: auto;
  height: 210px;
  position: absolute;
  top: -210px;
  left: 0;
  right: 0;
  z-index: -1;
}
.contact > .container {
  padding-right: calc(var(1.5rem) * 0.5);
}

/* CONTACT INFO */
.contact-info {
  font-size: 1.125rem;
  line-height: 1.7;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .contact-info {
    font-size: 1.3125rem;
    padding: 8rem 0 10rem;
  }
}
.contact-info .title {
  color: #003c8c;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.contact-info .title img {
  width: 230px;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .contact-info .title {
    font-size: 1.6875rem;
  }
}
.contact-info .add .en {
  display: block;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .contact-info .add .en {
    font-size: 1.1875rem;
  }
}
.contact-info .nav li span {
  display: inline-block;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
  width: 100px;
}
.contact-info .nav li span::after {
  content: "";
  background-color: #b6b7b9;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

/* CONTACT FORM */
.contact-form {
  border-radius: 0.5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .contact-form {
    position: relative;
    top: -210px;
    z-index: 2;
    margin-bottom: -210px;
  }
}
.contact-form .text {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .text span {
  display: block;
  border-radius: 50%;
  background-color: #003c8c;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  line-height: 80px;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}
.contact-form .text p {
  margin-bottom: 0;
}
.contact-form .text strong {
  font-size: 1rem;
  font-weight: 100;
}
.contact-form .text strong sup {
  color: #003c8c;
}
@media (min-width: 576px) {
  .contact-form .text {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .contact-form .text {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .contact-form .text {
    background-color: #f3f4f6;
    font-size: 1.25rem;
    min-height: 210px;
  }
  .contact-form .text span {
    font-size: 3rem;
    line-height: 105px;
    width: 105px;
    height: 105px;
    margin-right: 3rem;
  }
}
@media (min-width: 1400px) {
  .contact-form .text {
    padding: 3.25rem 6rem;
  }
}
.contact-form .form {
  font-size: 1rem;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .contact-form .form {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .contact-form .form {
    padding: 3rem;
  }
}
@media (min-width: 1400px) {
  .contact-form .form {
    padding: 4.5rem 6rem 6rem;
  }
}
.contact-form .form-group {
  border-radius: 0.25rem;
  background-color: #f3f4f6;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .contact-form .form-group {
    padding: 1rem;
  }
}
.contact-form .col-form-label {
  color: #717071;
  padding: 0;
}
.contact-form .col-form-label span {
  color: #003c8c;
}
.contact-form .form-control {
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  padding: 0;
}
.contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 1rem;
}
.contact-form .form-control::-moz-placeholder {
  color: #cccccc;
  font-size: 1rem;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #cccccc;
  font-size: 1rem;
}
.contact-form .form-control::-ms-input-placeholder {
  color: #cccccc;
  font-size: 1rem;
}
.contact-form .form-control::placeholder {
  color: #cccccc;
  font-size: 1rem;
}
.contact-form .code {
  border-radius: 0.25rem;
}
.contact-form .btn {
  border-radius: 50rem;
  background-color: #003c8c;
  color: #ffffff;
  font-size: 1.0625rem;
  width: 100%;
  padding: 0.75rem;
}
@media (min-width: 992px) {
  .contact-form .btn {
    font-size: 1.1875rem;
  }
}

/* CONTACT MAP */
.contact-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) {
  .contact-map {
    position: relative;
    top: -190px;
    margin-bottom: -190px;
  }
  .contact-map iframe {
    height: 600px;
  }
}