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

body {
  color: #444444;
  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: #444444;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover, a:focus {
  color: #c9242b;
  outline: 0;
}

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

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

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

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  border-bottom: 1px solid #c9242b;
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .navbar {
    height: 120px;
  }
}
.navbar > .container {
  max-width: 100%;
}
@media (min-width: 1800px) {
  .navbar > .container {
    max-width: 1660px;
  }
}
.navbar .offcanvas {
  width: 80%;
  top: 60px;
}
.navbar .offcanvas-backdrop {
  top: 60px;
}
@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: 150px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 230px;
  }
}
.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: 0.75rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  background: #c9242b;
  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: 0.5rem 0;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}
.navbar-nav .nav-link {
  color: #444444;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding: 0 !important;
}
.navbar-nav .nav-link span {
  display: block;
  color: #c9242b;
  font-family: "Roboto Flex", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.075rem;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #c9242b;
}
.navbar-nav .nav-social {
  margin-top: 2rem;
}
.navbar-nav .nav-social a {
  font-size: 1.5rem;
}
.navbar-nav .nav-social a + a {
  margin-left: 1rem;
}
.navbar-nav .nav-social a:hover {
  color: #faa618;
}
.navbar-nav .nav-social .facebook {
  color: #0068ff;
}
.navbar-nav .nav-social .facebook:hover {
  color: #3b5998;
}
.navbar-nav .nav-social .line {
  color: #06c654;
}
.navbar-nav .nav-social .line:hover {
  color: #35b157;
}
@media (min-width: 992px) {
  .navbar-nav .nav-social {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-social {
    margin-left: 3rem;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  border-bottom: 1px solid #c9242b;
  position: relative;
}
.banner .row > [class*=col-]:first-child {
  background-color: #c9242b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem;
}
@media (min-width: 1800px) {
  .banner .row > [class*=col-]:first-child {
    width: 31.5%;
  }
  .banner .row > [class*=col-]:last-child {
    width: 68.5%;
  }
}
.banner-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 200px;
}
@media (min-width: 992px) {
  .banner-pic {
    height: 340px;
  }
}
.banner-txt {
  color: #ffffff;
}
@media (min-width: 1800px) {
  .banner-txt {
    margin-left: 38%;
  }
}
.banner-txt .title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  padding-top: 2.5rem;
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
  position: relative;
}
.banner-txt .title::before {
  content: "";
  background-color: #ffffff;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-txt .title .en {
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
  }
  .banner-txt .title .en {
    font-size: 3.125rem;
    letter-spacing: 0.4rem;
    margin-bottom: 1rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #f4eee6;
  color: #000000;
  padding: 3rem 0;
  position: relative;
}
.footer::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#c9242b), to(#faa618));
  background: linear-gradient(to right, #c9242b 0%, #faa618 100%);
  background-repeat: no-repeat;
  width: auto;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer a {
  color: #000000;
}
.footer a:hover {
  color: #faa618;
}
@media (min-width: 1800px) {
  .footer {
    padding: 7.5rem 0;
  }
}
.footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1800px) {
  .footer .row > [class*=col-]:first-child {
    width: 24%;
  }
  .footer .row > [class*=col-]:nth-child(2) {
    width: 51%;
  }
  .footer .row > [class*=col-]:last-child {
    width: 25%;
  }
}
.footer-logo {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-info {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .footer-info {
    border-left: 1px solid #c9242b;
    margin-top: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 1800px) {
  .footer-info {
    padding-left: 4.5rem;
  }
}
.footer-info .nav {
  color: #000000;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  -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: 1rem;
}
.footer-info .nav li span {
  color: #c9242b;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .footer-info .nav {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-info .nav li {
    margin-right: 3rem;
    margin-bottom: 1.5rem;
  }
  .footer-info .nav li:last-child {
    margin-bottom: 0;
  }
}
.footer-social {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.footer-social a {
  color: #c9242b;
}
.footer-social a + a {
  margin-left: 1rem;
}
.footer-social .facebook {
  color: #0068ff;
}
.footer-social .facebook:hover {
  color: #3b5998;
}
.footer-social .line {
  color: #06c654;
}
.footer-social .line:hover {
  color: #35b157;
}
@media (min-width: 992px) {
  .footer-social {
    font-size: 2.25rem;
    text-align: right;
    margin-top: 3.5rem;
  }
}
.footer-copy {
  color: #666666;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.8;
}
.footer-copy a {
  color: #666666;
}
.footer-copy a:hover {
  color: #faa618;
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: right;
  }
}

/*------------------------------------*\
    STORE
\*------------------------------------*/
.store {
  color: #ffffff;
}
.store a {
  color: #ffffff;
}
.store a:hover {
  color: #faa618;
}
.store .picture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 430px;
}
.store .content {
  background-image: url(../images/store-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .store .content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .store .content {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .store .content {
    min-height: 430px;
  }
}
@media (min-width: 1800px) {
  .store .content {
    padding: 6.5rem 6rem 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.store .title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.store .title span {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  margin-bottom: 0.5rem;
}
.store .text {
  font-size: 1.0625rem;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.store .button i {
  background-color: #faa618;
  line-height: 65px;
  width: 65px;
  height: 65px;
}

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

/* BREADCRUMB */
.breadcrumb {
  border-bottom: 1px solid #c9242b;
  padding: 1.75rem 0;
  margin-bottom: 3rem;
  position: relative;
}
.breadcrumb::before, .breadcrumb::after {
  content: "";
  background-color: #c9242b;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
}
.breadcrumb::before {
  left: -100%;
}
.breadcrumb::after {
  right: -100%;
}
.breadcrumb .breadcrumb-item {
  letter-spacing: 0.05rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.breadcrumb .breadcrumb-item a {
  color: #666666;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #c9242b;
}
@media (min-width: 992px) {
  .breadcrumb {
    margin-bottom: 5rem;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 1.125rem;
  }
}

/* SIDEBAR */
.sidebar {
  margin-bottom: 3rem;
}
.sidebar > .nav > li:first-child > a {
  border-top: 1px solid #dbdbdb;
}
.sidebar > .nav > li > a {
  border-bottom: 1px solid #dbdbdb;
  display: block;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  padding: 1rem 1.5rem;
  position: relative;
  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: "";
  background-color: #c9242b;
  width: 15px;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.sidebar > .nav > li > a::after {
  content: "\f282";
  border-radius: 50%;
  border: 1px solid #000000;
  color: #000000;
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar > .nav > li > a:hover, .sidebar > .nav > li > a.active {
  color: #c9242b;
  font-weight: bold;
}
.sidebar > .nav > li > a:hover::after, .sidebar > .nav > li > a.active::after {
  border-color: #c9242b;
  color: #c9242b;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.sidebar > .nav > li > .nav {
  border-bottom: 1px solid #dbdbdb;
  display: none;
  padding: 1rem 1.5rem;
}
.sidebar > .nav > li > .nav > li {
  padding: 0.5rem 0;
}
.sidebar > .nav > li > .nav > li > a {
  display: block;
}
.sidebar > .nav > li > .nav > li > a:hover, .sidebar > .nav > li > .nav > li > a.active {
  color: #c9242b;
}
.sidebar > .nav > li.show > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .sidebar > .nav > li > a {
    font-size: 1.3125rem;
    padding: 1.75rem 2.5rem;
  }
  .sidebar > .nav > li > a::after {
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .sidebar > .nav > li > .nav {
    padding: 1.25rem 2.5rem;
  }
  .sidebar > .nav > li > .nav > li > a {
    font-size: 1.25rem;
  }
}

/* PICTURE */
.pic {
  display: block;
  border-radius: 0.5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.pic::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  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.3;
}

/* PAGINATION */
.pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: 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 #c9242b;
  background-color: transparent;
  color: #c9242b;
  font-size: 1rem;
  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: #c9242b;
  background-color: #c9242b;
  color: #ffffff;
}
.pagination .page-arrow {
  color: #b0b0b0;
  font-size: 2rem;
  text-align: center;
}
.pagination .page-arrow:hover {
  color: #c9242b;
}
@media (min-width: 992px) {
  .pagination .page-arrow {
    margin: 0 2rem;
  }
}

/* BUTTON */
.button {
  color: #c9242b;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.075rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button i {
  border-radius: 50%;
  background-color: #c9242b;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 55px;
  width: 55px;
  height: 55px;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button:hover {
  color: #c9242b;
}
.button:hover i {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.submit {
  border: none;
  border-radius: 0.25rem;
  background-color: #ae1c27;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 325px;
  padding: 0.75rem 2rem;
}
.submit:hover {
  background-color: #faa618;
  color: #ffffff;
}

/* FORM */
.form .form-label {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
}
.form .form-label strong {
  color: #5a5a5a;
  margin-left: 0.25rem;
}
.form .form-label span {
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #c9242b;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0 0.25rem;
  margin-left: 0.5rem;
}
.form .form-control {
  background-color: #f7f7f7;
  border-color: transparent;
  padding: 0.5rem;
}
.form .form-control:focus {
  border-color: #c9242b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 992px) {
  .form .form-control {
    padding: 1rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about {
  position: relative;
}
.about::before {
  content: "";
  background: url(../images/about.svg) repeat-x 0 center/1900px auto;
  width: 100%;
  height: 240px;
  position: absolute;
  top: 400px;
  left: 0;
  z-index: 0;
  -webkit-animation: message 28s infinite linear;
          animation: message 28s infinite linear;
}
.about::after {
  content: attr(data-content);
  width: 2090px;
  height: 430px;
  position: absolute;
  top: 580px;
}
.about .container {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes message {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1900px center;
  }
}

@keyframes message {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1900px center;
  }
}
/* ABOUT CONTENT */
.about-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-content > [class*=col]:last-child {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .about-content {
    padding-top: 1rem;
  }
}
@media (min-width: 1800px) {
  .about-content > [class*=col]:last-child {
    margin-top: 10.5rem;
  }
}
.about-content .class {
  display: block;
  color: #c9242b;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}
.about-content .title {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}
.about-content .title span {
  display: block;
  color: #c9242b;
}
@media (min-width: 992px) {
  .about-content .title {
    font-size: 3rem;
    letter-spacing: 0.35rem;
    margin-bottom: 0;
  }
}
.about-content .text {
  color: #666666;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .about-content .text {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .about-content .subtext {
    letter-spacing: 0.075rem;
  }
}

/* ABOUT CASE */
.about-case {
  padding: 3rem 0 4rem;
}
.about-case > [class*=col-] {
  margin-bottom: 2rem;
}
.about-case img {
  border-radius: 0.5rem;
}

/* ABOUT CERTIFICATES */
.about-cert {
  border-radius: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.125rem;
  line-height: 1.8;
  min-height: 360px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.about-cert::before {
  content: "";
  background-color: rgba(40, 40, 40, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about-cert > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .about-cert {
    font-size: 1.3125rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS LIST */
.news-list {
  max-width: 1000px;
  margin: 0 auto;
}
.news-list .item {
  border-bottom: 1px solid #f0f0f0;
  padding: 1.5rem 0;
  position: relative;
}
.news-list .item::after {
  content: "\f285";
  border-radius: 50%;
  border: 1px solid #c9242b;
  color: #c9242b;
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-list .item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .news-list .item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .news-list .item {
    padding: 1.5rem 3rem 1.5rem 0;
  }
  .news-list .item::after {
    right: 1rem;
    display: block;
  }
  .news-list .item:hover::after {
    right: 0;
  }
}
@media (min-width: 992px) {
  .news-list .item {
    padding: 2.75rem 6rem 2.75rem 2.5rem;
  }
  .news-list .item::after {
    right: 3rem;
  }
  .news-list .item:hover::after {
    right: 2rem;
  }
}
.news-list .date {
  display: block;
  color: #c9242b;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-list .title {
  width: 100%;
  max-width: 750px;
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.025rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .news-list .title {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .news-list .title {
    margin-left: 5rem;
  }
}

/* NEWS VIEW */
.news-view {
  max-width: 1000px;
  margin: 0 auto;
}
.news-view .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .news-view .title {
    font-size: 1.875rem;
  }
}
.news-view .date {
  border-bottom: 2px solid #f0f0f0;
  font-size: 1.0625rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.news-view .date span {
  color: #c9242b;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .news-view .date {
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
  }
}
.news-view .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .news-view .text {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
/* PRODUCTS LIST */
.products-list > [class*=col-] {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .products-list > [class*=col-] {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1800px) {
  .products-list {
    margin: 0 -1.25rem;
  }
  .products-list > [class*=col-] {
    padding: 0 1.25rem;
  }
}
.products-list .title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}

/* PRODUCTS VIEW */
.products-view-wrap > .container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .products-view-wrap > .container {
    max-width: 1230px;
  }
}

.products-view > [class*=col-]:first-child {
  position: relative;
}
.products-view > [class*=col-]:last-child {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .products-view > [class*=col-]:first-child {
    padding-left: 140px;
  }
  .products-view > [class*=col-]:last-child {
    margin-top: 4rem;
  }
}
@media (min-width: 1800px) {
  .products-view > [class*=col-]:first-child {
    width: 51%;
  }
  .products-view > [class*=col-]:last-child {
    width: 49%;
    padding-left: 3.5rem;
  }
}
.products-view .swiper-products {
  margin-top: 1rem;
}
.products-view .swiper-products .swiper-slide {
  border-radius: 0.25rem;
  background-color: #c9242b;
  overflow: hidden;
  cursor: pointer;
}
.products-view .swiper-products .swiper-slide-thumb-active img {
  opacity: 0.5;
}
@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: 105px !important;
    margin-bottom: 1rem !important;
  }
}
.products-view .swiper-products2 {
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
}
.products-view .swiper-products2 img {
  width: 100%;
}
.products-view .model {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.products-view .title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .products-view .title {
    font-size: 1.875rem;
    margin-bottom: 1.75rem;
  }
}
.products-view .subtitle {
  border-bottom: 1px solid #e3e3e3;
  color: #c9242b;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.products-view .text {
  min-height: 130px;
}
.products-view .btn {
  background-color: #ae1c27;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.35rem;
  width: 100%;
  max-width: 325px;
  padding: 0.75rem 1rem;
}
.products-view .btn i {
  margin-right: 0.5rem;
}
.products-view .btn:hover {
  background-color: #faa618;
}

/* PRODUCTS DESC */
.products-desc {
  margin-top: 3.5rem;
}
.products-desc .title {
  border-left: 2px solid #c9242b;
  background-color: rgba(201, 36, 43, 0.1);
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 1rem 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .products-desc .title {
    padding: 1.125rem 3rem;
  }
}
.products-desc .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .products-desc .text {
    padding: 0 3rem;
    margin-bottom: 4rem;
  }
}
.products-desc .btn {
  border-radius: 0.5rem;
  border: 1px solid #faa618;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 1rem center;
  color: #c9242b;
  font-size: 1.125rem;
  text-align: left;
  display: block;
  position: relative;
  padding: 2rem 6rem 2rem 5rem;
  margin-bottom: 2rem;
}
.products-desc .btn::after {
  content: "\f30a";
  border-left: 1px solid #c9242b;
  font-family: "bootstrap-icons";
  color: #c9242b;
  font-size: 1.75rem;
  padding-left: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}
.products-desc .btn:hover {
  font-weight: bold;
}
.products-desc .btn.pdf {
  background-image: url(../images/download-pdf.svg);
}
.products-desc .btn.jpg {
  background-image: url(../images/download-jpg.svg);
}
@media (min-width: 1200px) {
  .products-desc .btn {
    background-position: 3rem center;
    padding: 2rem 8rem 2rem 7.5rem;
  }
  .products-desc .btn::after {
    padding-left: 3rem;
    right: 3rem;
  }
}

/*------------------------------------*\
    CART
\*------------------------------------*/
/* CART LIST */
.cart-list {
  max-width: 1200px;
  margin: 0 auto;
}
.cart-list .text {
  color: #666666;
  text-align: center;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cart-list .text {
    margin-bottom: 3.5rem;
  }
}
.cart-list .table {
  border-radius: 0.25rem;
  border: 1px solid #e3e3e3;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.cart-list .table th {
  color: #262626;
  font-size: 1.0625rem;
}
.cart-list .table td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cart-list .table {
    border: none;
  }
  .cart-list .table thead {
    display: none;
  }
  .cart-list .table tr {
    display: block;
    border-radius: 0.25rem;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin-bottom: 1rem;
    width: 100%;
  }
  .cart-list .table td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.75rem;
    position: relative;
  }
  .cart-list .table td::before {
    content: attr(data-content);
    color: #262626;
    font-size: 1.0625rem;
    font-weight: bold;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .cart-list .table tr {
    margin-bottom: 0;
  }
  .cart-list .table tr:last-child td {
    border-bottom: none !important;
  }
  .cart-list .table th:first-child {
    padding: 1rem 2rem;
  }
  .cart-list .table th:last-child {
    padding: 1rem;
  }
  .cart-list .table td:first-child {
    padding: 2rem;
  }
  .cart-list .table td:last-child {
    padding: 2rem 1rem;
    position: relative;
  }
  .cart-list .table td:last-child::before {
    content: "";
    background-color: #e3e3e3;
    width: 1px;
    height: 120px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
@media (min-width: 1200px) {
  .cart-list .table th:first-child {
    padding: 1rem 6rem;
    width: 72%;
  }
  .cart-list .table th:last-child {
    padding: 1rem 3rem;
  }
  .cart-list .table td:first-child {
    padding: 2.5rem 6rem;
  }
  .cart-list .table td:last-child {
    padding: 2.5rem 3rem;
    width: 28%;
  }
  .cart-list .table td:last-child::before {
    height: 130px;
  }
}
.cart-list .pro {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .cart-list .pro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cart-list .num {
  color: #c9242b;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-list .pic {
  width: 120px;
  margin: 1rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .cart-list .pic {
    margin: 0 1.5rem;
  }
}
.cart-list .name {
  color: #333333;
  font-size: 1.0625rem;
  font-weight: bold;
  max-width: 250px;
}
@media (min-width: 992px) {
  .cart-list .name {
    max-width: 450px;
  }
}
.cart-list .input-group {
  border-radius: 0.25rem;
  border: 1px solid #e1e1e1;
  width: auto;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cart-list .form-control {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border: none;
  background-color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  max-width: 65px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cart-list .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-list .form-control::-webkit-inner-spin-button, .cart-list .form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.cart-list .minus,
.cart-list .plus {
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  color: #bbbbbb;
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  width: 45px;
  height: 45px;
  padding: 0;
}
.cart-list .currentQuantity {
  display: none;
}
.cart-list .delete {
  color: #9d9d9d;
  font-size: 1.25rem;
  margin-left: 1rem;
}
.cart-list .delete:hover {
  color: #c9242b;
}
.cart-list .quan {
  color: #262626;
  font-size: 1.125rem;
}

/* CART FORM */
.cart-form {
  border-radius: 0.25rem;
  border: 1px solid #e3e3e3;
  max-width: 1200px;
  margin: 0 auto;
}
.cart-form .title {
  border-bottom: 1px solid #e3e3e3;
  color: #262626;
  font-size: 1.0625rem;
  font-weight: bold;
  padding: 1.125rem;
}
@media (min-width: 768px) {
  .cart-form .title {
    padding: 1.125rem 2rem;
  }
}
@media (min-width: 1200px) {
  .cart-form .title {
    padding: 1.125rem 6rem;
  }
}
.cart-form .form {
  padding: 1rem 1rem 2rem;
}
@media (min-width: 768px) {
  .cart-form .form {
    padding: 2rem 2rem 3rem;
  }
}
@media (min-width: 1200px) {
  .cart-form .form {
    padding: 2rem 6rem 5rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
/* CONTACT INFO */
.contact-info {
  max-width: 1280px;
  margin: 0 auto;
}
.contact-info iframe {
  display: block;
  border: none;
  width: 100%;
  height: 380px;
}
.contact-info .content {
  background-color: #f7f7f7;
  padding: 2rem 1rem;
  position: relative;
}
@media (min-width: 576px) {
  .contact-info .content {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .contact-info .content {
    padding: 3rem;
  }
}
@media (min-width: 1400px) {
  .contact-info .content {
    padding: 4rem 3rem 4rem 5rem;
  }
}
.contact-info .logo {
  background-color: #ffffff;
  text-align: center;
  line-height: 110px;
  width: 100%;
  max-width: 355px;
  height: 110px;
  position: absolute;
  top: -110px;
  left: 0;
}
.contact-info .logo img {
  width: 225px;
}
.contact-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto Flex", sans-serif;
  color: #000000;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
}
.contact-info .nav li {
  margin-bottom: 1rem;
}
.contact-info .nav li:last-child {
  margin-bottom: 0;
}
.contact-info .nav li a {
  color: #000000;
}
.contact-info .nav li a:hover {
  color: #c9242b;
}
.contact-info .nav li span {
  display: block;
  color: #c9242b;
  font-size: 1rem;
  margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
  .contact-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-info .nav li {
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .contact-info .nav li {
    margin-right: 3rem;
  }
}
.contact-info .flex-column li {
  border-left: 3px solid #c9242b;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.contact-info .flex-column li a + span {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contact-info .flex-column li {
    padding-left: 2rem;
    margin-right: 0;
  }
  .contact-info .flex-column li span {
    display: inline-block;
    margin-right: 0.5rem;
  }
  .contact-info .flex-column li a + span {
    margin-top: 0;
    margin-left: 1rem;
  }
}

/* CONTACT FORM */
.contact-form {
  max-width: 1000px;
  margin: 0 auto;
}
.contact-form .text {
  color: #000000;
  font-size: 1.0625rem;
  text-align: center;
  letter-spacing: 0.05rem;
  margin: 3rem 0 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .contact-form .text {
    margin: 5rem 0 4rem;
  }
}