.others {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-link:hover,
.page-link:focus {
  z-index: 2;
  color: #ed6d00;
  background-color: #f3f3f3;
  border-color: transparent;
  box-shadow: none;
}

.page-item.disabled .page-link {
  color: #999;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-title {
  text-align: center;
  color: #999;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}

.page-intro {
  margin-bottom: 2.5rem;
}

@media(min-width:992px) {
  .page-intro {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.page-intro .txt-more {
  position: relative;
  overflow: hidden;
  height: calc(1.6rem * 4);
  line-height: 1.6rem !important;
  font-size: 1rem !important;
  text-align: left;
  transition: height 0.3s linear;
}

.page-intro .txt-more.expanded::after {
  background: transparent;
}

.page-intro .txt-more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  transition: all 0.3s linear;
}

.page-intro .btn-more {
  font-size: 0.85rem;
  background-color: #ed6d00;
  color: white;
}

.page-subtitle {
  text-align: center;
  color: #ff9900;
  font-size: 1.7rem;
  margin-bottom: 2.5rem;
}

.subtitle {
  color: #fff;
  font-size: 1.5rem;
  margin: 2rem 0;
  padding: 0.5rem 1.2rem;
  font-weight: lighter;
  position: relative;
  z-index: 0;
}

.subtitle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2.7rem;
  background-color: #ed6d00;
  z-index: -1;
}

.subtitle2 {
  color: #ed6d00;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.subtitle2:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #ed6d00;
  opacity: 0.3;
  width: 25px;
  height: 17px;
}

.stitle {
  font-size: 1.2em;
  line-height: 1em;
  color: #999;
  font-style: italic;
}

@media (min-width: 768px) {
  .page-title {
    text-align: center;
    color: #999;
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }

  .subtitle {
    color: #fff;
    font-size: 1.7rem;
    margin: 0 0 2rem 0;
    padding: 0.5rem 1.2rem 0.5rem 0;
    font-weight: lighter;
    position: relative;
    z-index: 0;
  }

  .subtitle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 110%;
    height: 3rem;
    background-color: #ed6d00;
    z-index: -1;
  }

  .subtitle2 {
    color: #ed6d00;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    padding-left: 0.5em;
    position: relative;
  }

  .subtitle2:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #ed6d00;
    opacity: 0.3;
    width: 25px;
    height: 17px;
  }

  .stitle {
    font-size: 1.2em;
    line-height: 1em;
    color: #999;
    font-style: italic;
  }
}

.content {
  margin-top: 80px;
  padding: 1rem 0;
  overflow-x: hidden;
}

.content .breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}

.content .breadcrumb .breadcrumb-item a:link,
.content .breadcrumb .breadcrumb-item a:visited {
  color: #999;
  text-decoration: none;
}

.content .breadcrumb .breadcrumb-item a:hover,
.content .breadcrumb .breadcrumb-item a:active {
  color: #ed6d00;
  text-decoration: none;
}

.content .breadcrumb .breadcrumb-item.active {
  color: #ed6d00;
}

.content .breadcrumb-item+.breadcrumb-item::before {
  color: #999;
}

.banner {
  z-index: 0;
}

.move {
  margin-top: 0;
}

.move .paper {
  background-color: #fff;
  box-shadow: none;
  padding: 3rem 1rem;
  z-index: 99;
  position: relative;
}

.move .paper2 {
  background-color: #fff;
  box-shadow: none;
  padding: 1rem 0;
  z-index: 99;
  position: relative;
}

@media (min-width: 768px) {
  .content {
    margin-top: 80px;
    padding: 3rem 0;
    overflow-x: hidden;
  }

  .content .breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }

  .content .breadcrumb .breadcrumb-item a:link,
  .content .breadcrumb .breadcrumb-item a:visited {
    color: #999;
    text-decoration: none;
  }

  .content .breadcrumb .breadcrumb-item a:hover,
  .content .breadcrumb .breadcrumb-item a:active {
    color: #ed6d00;
    text-decoration: none;
  }

  .content .breadcrumb .breadcrumb-item.active {
    color: #ed6d00;
  }

  .content .breadcrumb-item+.breadcrumb-item::before {
    color: #999;
  }

  .move {
    margin-top: -70px;
  }

  .move .paper {
    background-color: #fff;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
    padding: 3rem 1rem;
    z-index: 99;
    position: relative;
  }

  .move .paper2 {
    background-color: #fff;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
    padding: 3rem;
    z-index: 99;
    position: relative;
  }
}

.bt-btn {
  margin-top: 3rem;
  width: 100%;
  text-align: center;
}

.bt-btn a {
  text-decoration: none;
}

.prods ul li {
  list-style: circle;
}

.prods .prod-list {
  margin-bottom: 2rem;
}

.prods .prod-list a {
  text-decoration: none;
  color: #999;
}

.prods .prod-list a h2 {
  font-size: 1.2rem;
  z-index: 1;
  padding: 0.5rem 1rem;
  position: relative;
  color: #999 !important;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.prods .prod-list a h2:after {
  content: "";
  width: 80px;
  height: 25px;
  background-image: url("../images/arrow-long.svg");
  background-position: center -7px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-left: 0.5rem;
  display: inline-block;
}

@media (min-width: 992px) {
  .prods .prod-list a h2:after {
    content: "";
    width: 80px;
    height: 25px;
    background-image: url("../images/arrow-long.svg");
    background-position: center -7px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    margin-left: 1rem;
    display: inline-block;
  }
}

.prods .prod-list img {
  transform: scale(1);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 0;
}

.prods .prod-list:hover img {
  transform: scale(1.15);
}

.prods .prod-list:hover h2 {
  color: #fff !important;
  background-color: #ed6d00;
  position: relative;
  margin-left: 0.5rem;
}

.prods .prod-list:hover h2:after {
  content: "";
  width: 80px;
  height: 25px;
  background-image: url("../images/arrow-long-w.svg");
  background-position: center -7px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-left: 0.5rem;
  display: inline-block;
}

@media (min-width: 992px) {
  .prods .prod-list:hover h2:after {
    content: "";
    width: 80px;
    height: 25px;
    background-image: url("../images/arrow-long-w.svg");
    background-position: center -7px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    margin-left: 1rem;
    display: inline-block;
  }
}

.prods .prod-list2 h4 {
  color: #ed6d00;
  font-size: 1.5rem;
}

.prods .prod-list2 p {
  color: #999;
  font-size: 1rem;
}

.prods .prod-list2 a {
  text-decoration: none;
}

.bg-prods {
  background-image: url(../images/bg-prods.jpg);
  background-position: center;
  background-size: 100% auto;
  background-attachment: fixed;
}

.bg-prods .prods-title {
  text-align: left;
  color: #ed6d00;
  font-size: 3.7rem;
  font-weight: lighter;
}

.bg-prods .machine-num {
  color: #999;
  font-size: 1.85rem;
  font-style: italic;
  margin-bottom: 3rem;
}

.bg-prods .part-name {
  text-transform: uppercase;
  color: #333;
  font-size: 1.45rem;
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.bg-prods .part-name:after {
  background-color: #ffc493;
  content: "";
  width: 100%;
  height: 13px;
  left: 0;
  bottom: 2px;
  position: absolute;
  z-index: -1;
}

.bg-prods .parts-nav {
  border-bottom: 1px solid #999;
  margin-top: 3rem;
  padding: 0;
  z-index: 99;
}

.bg-prods .parts-nav li {
  display: block;
  width: 100%;
}

.bg-prods .parts-nav li a:link,
.bg-prods .parts-nav li a:visited {
  color: #333;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 0px solid transparent;
  border-radius: 0;
}

.bg-prods .parts-nav li a:hover,
.bg-prods .parts-nav li a:active,
.bg-prods .parts-nav li a:focus {
  color: #ed6d00;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 0px solid #ed6d00;
  border-radius: 0;
}

@media (min-width: 992px) {
  .bg-prods .parts-nav li {
    width: inherit;
    display: inline-flex;
    width: auto;
  }

  .bg-prods .parts-nav li a:link,
  .bg-prods .parts-nav li a:visited {
    color: #333;
    padding: 0.5rem 1.2rem;
    text-decoration: none;
    font-size: 1.3rem;
    border-bottom: 4px solid transparent;
    border-radius: 0;
  }

  .bg-prods .parts-nav li a:hover,
  .bg-prods .parts-nav li a:active,
  .bg-prods .parts-nav li a:focus {
    color: #ed6d00;
    padding: 0.5rem 1.2rem;
    text-decoration: none;
    font-size: 1.3rem;
    border-bottom: 4px solid #ed6d00;
    border-radius: 0;
  }
}

.bg-prods .part-con {
  padding: 0;
  color: #333;
}

.bg-prods .part-con .item {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.bg-prods .part-con thead th {
  border-bottom: 1px solid #ed6d00 !important;
}

@media (min-width: 768px) {
  .bg-prods .part-con {
    padding: 0 3rem;
    color: #333;
  }

  .bg-prods .part-con .item {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .bg-prods .part-con thead th {
    border-bottom: 1px solid #ed6d00 !important;
  }
}

.contact .bg-contact {
  background-image: none;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.contact .bg-contact .logo {
  width: 200px;
  height: auto;
  margin-bottom: 2rem;
}

.contact .bg-contact .social img {
  width: auto;
  height: 24px;
}

.contact .bg-contact .social a:link,
.contact .bg-contact .social a:visited {
  text-decoration: none;
  filter: invert(84%) sepia(4%) saturate(4%) hue-rotate(321deg) brightness(98%) contrast(91%);
  margin: 0 0.3rem;
}

.contact .bg-contact .social a:hover,
.contact .bg-contact .social a:active,
.contact .bg-contact .social a:focus {
  filter: invert(57%) sepia(97%) saturate(4516%) hue-rotate(11deg) brightness(102%) contrast(103%);
}

.contact .bg-contact .form-control {
  border-radius: 0 !important;
  border: 1px solid #f3f3f3;
  font-size: 0.9rem;
  color: #999;
}

.contact .bg-contact textarea {
  min-height: 150px;
}

.contact .part-name {
  text-transform: uppercase;
  color: #333;
  font-size: 1.45rem;
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.contact .part-name:after {
  background-color: #ffc493;
  content: "";
  width: 100%;
  height: 13px;
  left: 0;
  bottom: 2px;
  position: absolute;
  z-index: -1;
}

.contact .contact-info {
  color: #999;
}

.contact .contact-info a {
  text-decoration: none;
  color: #999;
}

.contact .contact-info p {
  margin-bottom: 0;
}

.contact .contact-info .location {
  color: #999;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-weight: bold;
}

.contact .contact-info .location .mark {
  color: #ed6d00 !important;
  font-size: 1.3rem;
  background-color: transparent !important;
  text-transform: uppercase;
  margin-right: 0.5rem;
  padding: 0;
}

@media (min-width: 768px) {
  .contact .bg-contact {
    background-image: url(../images/bg-contact.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.inquiry .prods-title {
  color: #ed6d00;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.inquiry .machine-num {
  color: #999;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.inquiry .form-control {
  border-radius: 0;
  border: 1px solid #f3f3f3;
}

.inquiry button {
  border-radius: 0;
}

.inquiry a i {
  color: #ed6d00;
}

.inquiry .list {
  text-align: center;
}

@media (min-width: 768px) {
  .inquiry .list {
    text-align: left;
  }
}

.others {
  background-color: #f3f3f3;
  width: 100%;
}

.others .slider {
  padding-bottom: 4rem;
}

.others .slider .slider-wrap {
  padding: 1rem !important;
}

.others .slider .slider-wrap .case-list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.others .slider .slider-wrap .case-list p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7rem;
  z-index: 2;
  font-weight: lighter;
  text-align: center;
}

.others .slider .slider-wrap .case-list img {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.others .slider .slider-wrap .case-list:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.others .slider .slider-wrap .case-list:hover {
  overflow: hidden;
}

.others .slider .slider-wrap .case-list:hover img {
  transform: scale(1.2);
}

.others .slider .slider-wrap .case-list:hover:after {
  content: "";
  background-color: rgba(237, 109, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.others .bg-faq .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid #999;
}

.others .bg-faq .accordion-item .accordion-header .accordion-button {
  border: 0;
  background-color: #fff;
  color: #333;
}

.others .bg-faq .accordion-item .accordion-header .accordion-button:before {
  content: "Q";
  font-size: 3.3rem;
  margin-right: 1rem;
  font-weight: bold;
}

.others .bg-faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: 0;
  background-color: #fff;
  color: #ed6d00;
  box-shadow: none;
}

.others .bg-faq .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ed6d00' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
  transform: rotate(-180deg);
}

.others .bg-faq .accordion-item .accordion-body {
  position: relative;
  padding: 1rem 1.25rem 1rem 4.7rem;
}

.others .bg-faq .accordion-item .accordion-body p {
  display: inline-flex;
}

.others .bg-faq .accordion-item .accordion-body:before {
  content: "A";
  font-size: 3.3rem;
  margin-right: 2.5rem;
  font-weight: bold;
  position: absolute;
  left: 1.5rem;
  top: 0rem;
}

.others .bg-faq .accordion-item:first-of-type .accordion-button {
  border-top: 1px solid transparent !important;
}

.others .bg-faq .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #999 !important;
}

form .algins {
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}