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

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
}
@media (min-width: 992px) {
  body {
    padding-top: 125px;
  }
}

a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #e50011;
  outline: 0;
  text-decoration: none;
}

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

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

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

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .navbar {
    height: 125px;
  }
  .navbar.fixed {
    height: 100px;
  }
}
.navbar .container {
  max-width: 100%;
}
@media (min-width: 1800px) {
  .navbar .container {
    max-width: 1680px;
    padding: 0;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 60px;
}
.navbar .offcanvas-backdrop {
  top: 60px;
}
@media (min-width: 992px) {
  .navbar .offcanvas {
    background: transparent;
  }
}
.navbar-brand {
  margin-right: 0;
}
.navbar-brand img {
  width: 200px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: 230px;
  }
}
@media (min-width: 1600px) {
  .navbar-brand img {
    width: auto;
  }
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 12px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #e50011;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.navbar-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-nav .nav-item {
  position: relative;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.25rem;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}
.navbar-nav .nav-link {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #e50011;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.0625rem;
    letter-spacing: 0.125rem;
    line-height: 125px;
  }
  .navbar-nav .nav-link.fixed {
    line-height: 100px;
  }
}
.navbar-nav .rounded-pill {
  background-color: #e50011;
  color: #ffffff;
  padding: 0.75rem !important;
  line-height: 1;
  min-width: 100px;
}
.navbar-nav .rounded-pill:hover {
  background-color: #00aee3;
  color: #ffffff;
}
@media (min-width: 992px) {
  .navbar-nav .rounded-pill.fixed {
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .rounded-pill {
    min-width: 170px;
  }
}
.navbar-nav .dropdown .dropdown-menu {
  border-bottom: 8px solid #00aee3;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin: 1rem auto;
  min-width: 200px;
}
.navbar-nav .dropdown .dropdown-menu .nav {
  padding: 0 1.25rem;
}
.navbar-nav .dropdown .dropdown-menu .nav li {
  margin-bottom: 0.25rem;
}
.navbar-nav .dropdown .dropdown-menu .nav li:last-child {
  margin-bottom: 0;
}
.navbar-nav .dropdown .dropdown-menu .nav li a {
  color: #444444;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
}
.navbar-nav .dropdown .dropdown-menu .nav li a:hover, .navbar-nav .dropdown .dropdown-menu .nav li a.active {
  color: #e50011;
  font-weight: bold;
}
.navbar-nav .dropdown .dropdown-item {
  font-size: 0.875rem;
  background-color: transparent;
}
.navbar-nav .dropdown .dropdown-item:hover, .navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #e50011 !important;
  font-weight: bold;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown .dropdown-menu {
    position: relative;
  }
}
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    border: none;
    border-bottom: 8px solid #00aee3;
    padding: 2.25rem 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-nav .dropdown .dropdown-menu .nav li a {
    font-size: 1.125rem;
  }
  .navbar-nav .dropdown .dropdown-item {
    font-size: 1.125rem;
  }
}
/* @media (min-width: 992px) {
  .navbar-nav .nav-pro .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 3rem 0 0;
    min-width: 700px;
  }
  .navbar-nav .nav-pro .dropdown-menu > li {
    width: 33.33%;
    margin-bottom: 3rem;
  }
  .navbar-nav .nav-pro .dropdown-menu > li + li {
    border-left: 1px solid #d1d1d1;
  }
  .navbar-nav .nav-pro .dropdown-menu > li + li:nth-child(n+3) {
    border-left: none;
    margin-bottom: 0;
  }
} */
.navbar-nav .nav-lang {
  padding-left: 0;
}
.navbar-nav .nav-lang .dropdown-toggle::after {
  display: none;
}
.navbar-nav .nav-lang .dropdown-toggle span {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #e50011;
  color: #000000;
  min-width: 100px;
  height: 45px;
}
.navbar-nav .nav-lang .dropdown-toggle span::after {
  content: "";
  color: #e50011;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.navbar-nav .nav-lang .dropdown-menu {
  right: 0;
  left: auto;
}
@media (min-width: 1200px) {
  .navbar-nav .nav-lang .dropdown-toggle span {
    min-width: 110px;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner > .container {
  max-width: 100%;
  position: relative;
}
.banner > .container::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1800px) {
  .banner > .container {
    max-width: 1800px;
    margin-left: auto;
    margin-right: 0;
  }
}
.banner-pic {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 300px;
  }
}
.banner-txt {
  color: #ffffff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.banner-txt span {
  display: block;
}
.banner-txt .title {
  font-weight: bold;
  margin-bottom: 0;
}
.banner-txt .class {
  color: #e50011;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.banner-txt .ch {
  font-size: 2rem;
  letter-spacing: 0.25rem;
  margin: 0.5rem 0 0.25rem;
}
.banner-txt .en {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  .banner-txt .class {
    font-size: 1.125rem;
  }
  .banner-txt .ch {
    font-size: 3.125rem;
    letter-spacing: 0.275rem;
    margin: 1.5rem 0 1rem;
  }
  .banner-txt .en {
    font-size: 1.125rem;
  }
}
.banner-secondary .banner-txt {
  padding: 0 12px;
}
.banner-secondary .banner-txt .class {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.banner-secondary .banner-txt .ch {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .banner-secondary .banner-pic {
    height: 530px;
  }
  .banner-secondary .banner-txt {
    text-align: left;
    margin-top: 3.5rem;
  }
  .banner-secondary .banner-txt .class {
    font-size: 4.1875rem;
  }
  .banner-secondary .banner-txt .ch {
    font-size: 2.25rem;
    margin: 0.5rem 0 1rem;
  }
}
@media (min-width: 1600px) {
  .banner-secondary .banner-txt {
    width: 1400px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  border-top: 5px solid #e50011;
  position: relative;
}
.footer .row [class*=col-]:first-child {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .footer .row [class*=col-]:first-child {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }
}
.footer .row [class*=col-]:last-child {
  background-color: #333333;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer .row [class*=col-]:last-child a {
  color: #ffffff;
}
.footer .row [class*=col-]:last-child a:hover {
  text-decoration: underline;
}
.footer .row [class*=col-]:last-child > div {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .footer .row [class*=col-]:last-child {
    padding-top: 5.5rem;
  }
  .footer .row [class*=col-]:last-child::before {
    content: "";
    background-color: #333333;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .footer .row [class*=col-]:last-child {
    padding-left: 5rem;
  }
}
.footer-logo {
  text-align: center;
}
.footer-logo .pic {
  max-width: 235px;
}
.footer-logo .title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.footer-logo .title span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
  }
  .footer-logo .title {
    margin-top: 2rem;
  }
}
.footer-nav {
  text-align: center;
  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;
}
.footer-nav .nav li {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.075rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .footer-nav {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-nav .nav + .nav {
    margin-left: 3rem;
  }
}
.footer-copy {
  border-top: 1px solid #9a9a9a;
  font-size: 0.75rem;
  letter-spacing: 0.025rem;
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: left;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  main {
    padding: 6rem 0;
  }
}

/* LAYOUT */
.l-view > .container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 1400px) {
  .l-view > .container {
    max-width: 1200px;
    padding: 0;
  }
}

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

/* PAGINATION */
.pagination {
  -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: 0;
}
.pagination .page-item {
  margin: 0 0.5rem;
}
.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #e50011;
  background-color: transparent;
  color: #e50011;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 35px;
  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: #e50011;
  background-color: #e50011;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #b0b0b0;
  font-size: 2rem;
  text-align: center;
  margin: 0 1rem;
}
.pagination .page-arrow:hover {
  color: #e50011;
}
@media (min-width: 992px) {
  .pagination .page-arrow {
    margin: 0 2rem;
  }
}

/* BACK */
.back {
  display: inline-block;
  border: 1px solid #e50011;
  color: #e50011;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 1rem;
  min-width: 200px;
}
.back:hover {
  background-color: #e50011;
  color: #ffffff;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  padding-bottom: 0;
}

/* ABOUT TITLE */
.about-title {
  margin-bottom: 3rem;
}
.about-title .title {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
}
.about-title .title span {
  color: #e50011;
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .about-title .title {
    font-size: 2.875rem;
  }
  .about-title .title span {
    font-size: 1.0625rem;
  }
}

/*  ABOUT TEXT */
.about-text.row > [class*=col-] {
  margin-bottom: 3rem;
}
.about-text.row > [class*=col-]:first-child {
  position: relative;
  padding-bottom: 1rem;
}
.about-text.row > [class*=col-]:first-child::before {
  content: "";
  background-color: #e1e1e1;
  width: auto;
  height: 1px;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
}
.about-text.row > [class*=col-]:first-child::after {
  content: "";
  background-color: #e50011;
  width: 20px;
  height: 4px;
  position: absolute;
  left: 12px;
  bottom: -1px;
}
@media (min-width: 992px) {
  .about-text.row > [class*=col-] > .row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .about-text.row > [class*=col-] {
    padding-bottom: 11.5rem;
    margin-bottom: 0;
  }
  .about-text.row > [class*=col-]:first-child {
    margin-bottom: 0;
  }
  .about-text.row > [class*=col-]:first-child::before {
    width: 1px;
    height: auto;
    left: auto;
    right: 0;
    top: 0;
  }
  .about-text.row > [class*=col-]:first-child::after {
    width: 4px;
    height: 20px;
    left: auto;
    bottom: auto;
    right: -1px;
    top: 0;
  }
  .about-text.row > [class*=col-]:last-child {
    padding-left: 3rem;
  }
}
@media (min-width: 1400px) {
  .about-text.row > [class*=col-]:first-child::before {
    right: 40px;
  }
  .about-text.row > [class*=col-]:first-child::after {
    right: 39px;
  }
}
.about-text .title {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.about-text .subtitle {
  color: #e50011;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}
.about-text .text {
  letter-spacing: 0.1rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.about-text .pic {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .about-text .title {
    font-size: 2.5rem;
  }
  .about-text .pic {
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .about-text .move {
    position: relative;
    left: -3rem;
  }
}

/* ABOUT LIST */
.about-list.row > [class*=col-] {
  text-align: center;
  margin-bottom: 2rem;
}
.about-list .text {
  display: inline-block;
  border: 1px solid #e50011;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 1.25rem;
  padding: 0.25rem 1rem;
}
@media (min-width: 1200px) {
  .about-list.row > [class*=col-] {
    width: 20%;
  }
}

/* SERVICES */
.services {
  position: relative;
  padding: 3rem 0;
}
.services::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .services {
    padding: 7rem 0;
  }
}
.services > .container {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1600px) {
  .services > .container {
    max-width: 1440px;
  }
}
.services-content {
  color: #ffffff;
  margin-bottom: 3rem;
}
.services-content .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-bottom: 3rem;
}
.services-content .title span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}
.services-content .list {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;   
  padding-left: 8.5rem;             
}
.services-content .list li {
  font-size: 1.0625rem;
  letter-spacing: 0.1rem;
  margin-right: 3rem;
  margin-bottom: 0.25rem;
}
.services-content .list li::marker {
  color: #e50011;
}
@media (min-width: 992px) {
  .services-content {
    margin-bottom: 5rem;
  }
  .services-content .title {
    font-size: 3.125rem;
  }
  .services-content .title span {
    margin-bottom: 2rem;
  }
}
.services-pills {
  background-color: #ffffff;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .services-pills {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .services-pills {
    padding: 3rem;
  }
}
@media (min-width: 1400px) {
  .services-pills {
    padding: 5rem;
  }
}
.services-pills .nav-pills {
  position: relative;
}
.services-pills .nav-pills::before {
  content: "";
  background-color: #e2e2e2;
  width: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.services-pills .nav-pills .nav-link {
  border-radius: 0;
  border-bottom: 1px solid #e2e2e2;
  color: #e50011;
  font-size: 1.0625rem;
  text-align: left;
  font-weight: bold;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.services-pills .nav-pills .nav-link:hover, .services-pills .nav-pills .nav-link.active {
  background-color: transparent;
  border-bottom: 4px solid #e50011;
}
@media (min-width: 576px) {
  .services-pills .nav-pills::before {
    display: block;
  }
  .services-pills .nav-pills .nav-link {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .services-pills .nav-pills::before {
    width: 1px;
    height: auto;
    left: auto;
    right: 0;
    top: -3rem;
    bottom: -3rem;
  }
  .services-pills .nav-pills .nav-link {
    border-bottom: none;
    border-right: 1px solid #e2e2e2;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
  .services-pills .nav-pills .nav-link:hover, .services-pills .nav-pills .nav-link.active {
    border-bottom: none;
    border-right: 4px solid #e50011;
  }
}
@media (min-width: 1600px) {
  .services-pills .nav-pills::before {
    top: -5rem;
    bottom: -5rem;
  }
  .services-pills .nav-pills .nav-link {
    padding-right: 4rem;
  }
}
.services-pills .tab-content {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .services-pills .tab-content {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .services-pills .tab-content {
    margin-top: 0;
    padding-left: 1rem;
  }
}
@media (min-width: 1600px) {
  .services-pills .tab-content {
    padding-left: 4rem;
  }
}

/* TEAM */
.team {
  border-bottom: 1px solid #dddddd;
  padding: 3rem 0;
  position: relative;
}
.team::before {
  content: "";
  background-color: #f6f6f6;
  width: auto;
  height: 265px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.team > div {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .team {
    padding: 6.5rem 0;
  }
}

/* CERTIFICATE */
.certificate {
  background-color: #f6f6f6;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .certificate {
    padding: 6.5rem 0;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
/* PRODUCTS LIST */
.products-list-wrap > .container {
  max-width: 100%;
  padding: 0 12px;
}
@media (min-width: 1600px) {
  .products-list-wrap > .container {
    max-width: 1440px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .products-list {
    margin: 0 -2.5rem;
  }
}
.products-list-item {
  margin-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .products-list-item {
    padding: 0 2.5rem;
  }
}
.products-list-pic {
  border-radius: 0.5rem;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.products-list-txt {
  text-align: center;
  margin-top: 2rem;
}
.products-list-txt .title {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
}
.products-list-txt .rounded-pill {
  display: inline-block;
  border: 1px solid #e50011;
  color: #e50011;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  padding: 0.125rem 1rem;
}
@media (min-width: 992px) {
  .products-list-txt .title {
    font-size: 1.625rem;
  }
  .products-list-txt .rounded-pill {
    font-size: 1rem;
  }
}

/* PRODUCTS VIEW */
.products-view-title {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.products-view-title .title {
  color: #333333;
  font-size: 1.625rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
.products-view-title .title span {
  display: block;
  font-size: 0.9375rem;
  margin: 1rem 0;
}
.products-view-title .rounded-pill {
  display: inline-block;
  border: 1px solid #e50011;
  color: #e50011;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  padding: 0.125rem 1rem;
}
.products-view-title .breadcrumb {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products-view-title .breadcrumb-item {
  color: #939393;
  font-size: 0.9375rem;
  position: relative;
}
.products-view-title .breadcrumb-item a {
  color: #939393;
}
.products-view-title .breadcrumb-item a:hover {
  color: #e50011;
}
.products-view-title .breadcrumb-item + .breadcrumb-item {
  padding-left: 70px;
}
.products-view-title .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-color: #939393;
  float: none;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.products-view-title.secondary {
  position: relative;
}
.products-view-title.secondary::after {
  content: "";
  background-color: #e50011;
  width: 160px;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
}
@media (min-width: 992px) {
  .products-view-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 1.75rem;
    margin-bottom: 2rem;
  }
  .products-view-title .title {
    font-size: 2.25rem;
  }
  .products-view-title .rounded-pill {
    font-size: 1.25rem;
  }
  .products-view-title .breadcrumb {
    margin-bottom: 0;
  }
}
.products-view-text {
  line-height: 1.8;
}
.products-view-text ul {
  padding-left: 1.5rem;
}
.products-view-text ul li::marker {
  color: #e50011;
}
.products-view-text .alerts {
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  height: 300px;
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-view-text .alerts a {
  background-color: #e50011;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  width: 170px;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
}
.products-view-text .alerts a:hover {
  background-color: #00aee3;
}

/*------------------------------------*\
    SUPPORT
\*------------------------------------*/
.support {
  padding: 0;
}
.support section {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .support section {
    padding: 6rem 0;
  }
}
.support section .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .support section .container {
    max-width: 1000px;
  }
}

/* SUPPORT AREA */
.support-area.border {
  border-bottom: 1px solid #e1e1e1;
}
.support-area.background {
  background-color: #f6f6f6;
}

/* SUPPORT TEXT */
.support-text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.support-text::after {
  content: "";
  clear: both;
  display: block;
}
.support-text ul {
  padding-left: 1.5rem;
}
.support-text ul li::marker {
  color: #e50011;
}
.support-text .list {
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.support-text .list li {
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  position: relative;
}
.support-text .list li:last-child {
  padding-bottom: 3rem;
}
.support-text .list li::before {
  content: "";
  background-color: #f0f0f0;
  width: 2px;
  height: auto;
  position: absolute;
  top: 4px;
  left: 1px;
  bottom: -4px;
}
.support-text .list li span {
  display: block;
  color: #e50011;
  font-size: 1.0625rem;
  font-weight: bold;
}
.support-text .list li span::before {
  content: "";
  background-color: #e50011;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (min-width: 992px) {
  .support-text {
    font-size: 1.0625rem;
  }
}

/*------------------------------------*\
    ESG
\*------------------------------------*/
.esg {
  padding: 0;
}
.esg section {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .esg section {
    padding: 6rem 0;
  }
}
.esg section .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .esg section .container {
    max-width: 1000px;
  }
}

/* ESG AREA */
.esg-area.background {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
}

/* ESG TEXT */
.esg-text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.esg-text .list {
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
}
.esg-text .list li {
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  position: relative;
}
.esg-text .list li:last-child {
  padding-bottom: 3rem;
}
.esg-text .list li::before {
  content: "";
  background-color: #f0f0f0;
  width: 2px;
  height: auto;
  position: absolute;
  top: 4px;
  left: 1px;
  bottom: -4px;
}
.esg-text .list li span {
  display: block;
  color: #e50011;
  font-size: 1.0625rem;
  font-weight: bold;
}
.esg-text .list li span::before {
  content: "";
  background-color: #e50011;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (min-width: 992px) {
  .esg-text {
    font-size: 1.0625rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  padding-top: 3rem;
  padding-bottom: 0;
  position: relative;
}
.contact::before {
  content: "";
  background-color: #f5f5f5;
  width: 100%;
  max-width: 1800px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.contact::after {
  content: "";
  background-color: #e50011;
  width: 100%;
  max-width: 1800px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .contact {
    padding-top: 8rem;
  }
}
.contact > .container {
  max-width: 100%;
  padding: 0 12px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1600px) {
  .contact > .container {
    max-width: 1400px;
    padding: 0;
  }
}

/* CONTACT INFO */
.contact-info {
  margin-bottom: 3rem;
  position: relative;
  z-index: 4;
}
.contact-info .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.7;
}
.contact-info .title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.contact-info .nav li {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.contact-info .nav li a {
  color: #000000;
}
.contact-info .nav li a:hover {
  color: #e50011;
}
@media (min-width: 992px) {
  .contact-info .title {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
  .contact-info .title span {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    top: -15.5rem;
    margin-bottom: -15.5rem;
  }
  .contact-info .title {
    color: #ffffff;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1800px) {
  .contact-info {
    padding-left: 3.25rem;
  }
}

/* CONTACT FROM */
.contact-form {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .contact-form {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .contact-form {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .contact-form {
    top: -34.5rem;
    margin-bottom: -34.5rem;
    padding: 6rem 2rem;
  }
}
@media (min-width: 1400px) {
  .contact-form {
    padding: 5rem 5.5rem;
  }
}
.contact-form .col-form-label {
  color: #515151;
  font-size: 1.0625rem;
  font-weight: bold;
}
.contact-form .col-form-label span {
  color: #e50011;
  margin-left: 0.25rem;
}
.contact-form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0.5rem 0.75rem;
}
.contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #e50011;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.contact-form .form-control::-moz-placeholder {
  color: #cccccc;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.contact-form .form-control::-ms-input-placeholder {
  color: #cccccc;
}
.contact-form .form-control::placeholder {
  color: #cccccc;
}
.contact-form .rounded-pill {
  background-color: #e50011;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 0.75rem !important;
  line-height: 1;
  min-width: 200px;
}
.contact-form .rounded-pill:hover {
  background-color: #00aee3;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .contact-form .rounded-pill {
    min-width: 270px;
  }
}