@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
@import url(../css/bootstrap.min.css);
@import url(../css/aos.css);
@import url(../css/offcanvas.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
@import url(../css/all.css);
@import url(../css/bootstrap-icons.css);
body, .block-title, .block-title-normal, .block-subtitle {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-weight: lighter; }

.block-title-underline {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-weight: normal; }

.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 {
  text-align: center;
  color: #999;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  font-weight: lighter; }

.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; }

  .page-intro {
    text-align: center;
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    font-weight: lighter; }

  .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; }

body {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: normal;
  background-color: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }

.block-title {
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  margin-left: 50%;
  transform: translate(-50%, 0) !important; }

.block-title:after {
  content: "";
  width: 120%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -10%;
  bottom: -10px; }

.block-title-vertical {
  padding: 0;
  width: 2.5rem;
  height: 100%;
  position: absolute;
  left: 60px; }
  .block-title-vertical .text {
    font-size: 1.5rem;
    width: 2.5rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ed6d00;
    border-right: 4px solid #ed6d00;
    margin: 0;
    padding: 0;
    writing-mode: vertical-lr;
    text-orientation: mixed; }

.block-title-normal {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: #ed6d00; }

.block-subtitle {
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
  color: #999; }

.block-title-underline {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #000;
  display: inline-flex;
  border-bottom: 1px solid #000;
  margin-left: 50%;
  transform: translateX(-50%) !important;
  padding: 0.3rem 1.5rem; }

@media (min-width: 992px) {
  .block-title-normal {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    color: #ed6d00; }

  .block-subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    color: #999; }

  .block-title-underline {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #000;
    display: inline-flex;
    border-bottom: 1px solid #000;
    margin-left: 50%;
    transform: translateX(-50%) !important;
    padding: 0.3rem 1.5rem; } }
@media (min-width: 1200px) {
  .block-title-normal {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    color: #ed6d00; }

  .block-subtitle {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    color: #999; }

  .block-title-underline {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    color: #000;
    display: inline-flex;
    border-bottom: 1px solid #000;
    margin-left: 50%;
    transform: translateX(-50%) !important;
    padding: 0.3rem 1.5rem; } }
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #333; }
  .se-pre-con .spinner-border {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.45em 0.9rem;
  font-size: 1em;
  background: #333;
  color: #fff; }

#myBtn:hover {
  background: #ed6d00;
  color: #fff; }

.btn-vertical {
  background-color: transparent;
  border: transparent;
  border-radius: 0;
  font-size: 1.2rem;
  color: #ed6d00;
  text-align: right;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.09rem;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  transform: none;
  position: inherit;
  right: inherit;
  top: inherit; }
  .btn-vertical .arrow-long {
    width: auto;
    height: 25px;
    display: inline-block;
    margin-right: 1rem;
    transform: rotate(180deg); }

.btn-vertical:hover {
  color: #ed6d00;
  transform: translate(15px, 0); }
  .btn-vertical:hover .arrow-long {
    width: auto;
    height: 25px;
    display: inline-block;
    margin-right: 1rem;
    transform: rotate(180deg); }

.btn-long-arrow {
  background-color: transparent;
  border: transparent;
  border-radius: 0;
  font-size: 1.2rem;
  color: #ed6d00;
  text-align: right;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.09rem;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .btn-long-arrow .arrow-long {
    width: auto !important;
    height: 25px !important;
    display: inline-block;
    margin-right: 1rem;
    transform: rotate(180deg);
    margin-left: 0.8rem; }

.btn-long-arrow:hover {
  color: #ed6d00;
  transform: translate(15px, 0); }

.btn-long-arrow:hover {
  color: #ed6d00;
  transform: translate(15px, 0); }

.btn-long-arrow2 {
  background-color: #ed6d00;
  border: transparent;
  border-radius: 0;
  font-size: 1.1rem;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  letter-spacing: 0.09rem;
  font-weight: lighter;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .btn-long-arrow2 .arrow-long2 {
    width: auto !important;
    height: 25px !important;
    display: inline-block;
    margin-right: 1rem;
    margin-left: 0.8rem;
    transform: rotate(180deg); }

.btn-long-arrow2:hover {
  color: #fff;
  transform: translate(15px, 0); }

@media (min-width: 992px) {
  .btn-vertical {
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    font-size: 1rem;
    color: #ed6d00;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0.09rem;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    transform: rotate(-90deg);
    position: absolute;
    right: -125px;
    top: 80px; }
    .btn-vertical .arrow-long {
      width: auto;
      height: 25px;
      display: inline-block;
      margin-right: 1rem;
      transform: none; }

  .btn-vertical:hover {
    color: #ed6d00;
    transform: translate(0, 15px) rotate(-90deg); }
    .btn-vertical:hover .arrow-long {
      width: auto;
      height: 25px !important;
      display: inline-block;
      margin-right: 1rem;
      transform: none; } }
@media (min-width: 992px) {
  .btn-vertical {
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    font-size: 1rem;
    color: #ed6d00;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0.09rem;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    transform: rotate(-90deg);
    position: absolute;
    right: -150px;
    top: 90px; }
    .btn-vertical .arrow-long {
      width: auto;
      height: 15px !important;
      display: inline-block;
      margin-right: 1rem;
      transform: none; }

  .btn-vertical:hover {
    color: #ed6d00;
    transform: translate(0, 15px) rotate(-90deg); }
    .btn-vertical:hover .arrow-long {
      width: auto;
      height: 25px;
      display: inline-block;
      margin-right: 1rem;
      transform: none; } }
@media (min-width: 1024px) {
  .btn-vertical {
    background-color: transparent;
    border: transparent;
    border-radius: 0;
    font-size: 1.5rem;
    color: #ed6d00;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0.09rem;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    transform: rotate(-90deg);
    position: absolute;
    right: -150px;
    top: 90px; }
    .btn-vertical .arrow-long {
      width: auto;
      height: 25px !important;
      display: inline-block;
      margin-right: 1rem;
      transform: none; }

  .btn-vertical:hover {
    color: #ed6d00;
    transform: translate(0, 15px) rotate(-90deg); }
    .btn-vertical:hover .arrow-long {
      width: auto;
      height: 25px;
      display: inline-block;
      margin-right: 1rem;
      transform: none; } }
/*Navbar*/
.navbar {
  padding: 1rem 1.5rem;
  z-index: 999; }
  .navbar .bi-list::before {
    font-size: 1.5rem; }
  .navbar .dropdown-toggle::after {
    display: none !important; }
  .navbar .navbar-brand img {
    width: 130px;
    height: auto; }
  .navbar .nav-link:link, .navbar .nav-link:visited {
    color: #000 !important;
    padding: 0.5rem 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  @media (min-width: 768px) {
    .navbar .nav-link:link, .navbar .nav-link:visited {
      color: #000 !important;
      padding: 0.5rem 0.8rem; } }
  .navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link.active {
    color: #ed6d00 !important; }
  .navbar .nav-link:after:hover {
    transition: bt-line .3s ease-in-out; }
  .navbar .nav-link.contact {
    background-color: #ed6d00 !important;
    color: #fff !important;
    padding: 0.5rem 1.5rem;
    margin-left: 0;
    margin-top: 3rem; }
  .navbar .search {
    color: #000;
    padding: 0.4rem 0; }
    .navbar .search .search-toggler {
      content: "";
      background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>");
      width: 1rem;
      height: 1rem;
      border: transparent;
      padding: 0.25rem 0.5rem; }
    .navbar .search .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0 !important;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
    .navbar .search .search-toggler:hover {
      background: 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='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>"); }
    .navbar .search .offcanvas-top {
      height: 120px !important; }
      .navbar .search .offcanvas-top .offcanvas-body {
        position: relative;
        padding: 2.5rem !important;
        overflow-y: hidden;
        background-color: #ed6d00; }
        .navbar .search .offcanvas-top .offcanvas-body .btn-close {
          position: absolute !important;
          top: 10px !important;
          right: 10px !important;
          background-color: transparent; }
        .navbar .search .offcanvas-top .offcanvas-body .form-control {
          display: block;
          width: 100%;
          padding: 0.375rem 0.75rem;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5;
          color: #000000;
          background-color: #fff;
          background-clip: padding-box;
          border: 1px solid #ced4da;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0;
          transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
          height: 40px; }
        .navbar .search .offcanvas-top .offcanvas-body .btn {
          height: 40px !important;
          border: 0 !important;
          width: 100% !important; }

.navbar-scroll {
  background-color: #fff;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.navbar-scroll.navbar-fixed {
  background-color: #fff;
  position: fixed; }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  border-left: 1px solid #f3f3f3;
  transition: transform .3s ease-in-out; }
  .offcanvas .offcanvas-body {
    padding: 1rem 2rem !important; }
  .offcanvas .offcanvas-header {
    padding: 2rem; }
  .offcanvas .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.5rem;
    background-color: #fff;
    border: 0;
    border-radius: 100%;
    opacity: 1; }

.dropdown:focus .dropdown-menu {
  display: list-item;
  position: inherit; }

.dropdown-menu {
  font-size: 1em;
  border: transparent;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0;
  z-index: 2;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  .dropdown-menu li {
    padding: 0; }
  .dropdown-menu .dropdown-item {
    background-color: #f3f3f3;
    color: #000 !important;
    line-height: 1.5em;
    font-size: 0.9em !important;
    display: inline-block !important;
    padding: 0.5em 1em;
    white-space: normal;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
    text-decoration: none;
    background-color: #ed6d00 !important;
    color: #fff !important; }

.dropdown:link .dropdown-menu {
  display: block; }

.dropdown .nav-link {
  color: #000 !important;
  padding: 0.5rem 0; }
@media (min-width: 768px) {
  .dropdown .nav-link {
    color: #000 !important;
    padding: 0.5rem 0.8rem; } }

@media (min-width: 992px) {
  .navbar {
    padding: 1rem 3rem;
    z-index: 999; }
    .navbar .nav-link.contact {
      background-color: #ed6d00 !important;
      color: #fff !important;
      padding: 0.5rem 1.5rem;
      margin-left: 0;
      margin-top: 3rem; }
    .navbar .search {
      color: #000;
      padding: 0.5rem 0.8rem; }
      .navbar .search .search-toggler {
        content: "";
        background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>");
        width: 1rem;
        height: 1rem;
        border: transparent;
        padding: 0.25rem 0.5rem; }
      .navbar .search .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0 !important;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
      .navbar .search .search-toggler:hover {
        background: 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='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>"); }
      .navbar .search .offcanvas-top {
        height: 120px !important; }
        .navbar .search .offcanvas-top .offcanvas-body {
          position: relative;
          padding: 2.5rem !important;
          overflow-y: hidden;
          background-color: #ed6d00; }
          .navbar .search .offcanvas-top .offcanvas-body .btn-close {
            position: absolute !important;
            top: 10px !important;
            right: 10px !important;
            background-color: transparent; }
          .navbar .search .offcanvas-top .offcanvas-body .form-control {
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #000000;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            height: 40px; }
          .navbar .search .offcanvas-top .offcanvas-body .btn {
            height: 40px !important;
            border: 0 !important;
            width: 100% !important; }

  .navbar-scroll {
    background-color: transparent;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

  .navbar-scroll.navbar-fixed {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2); }

  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border-left: 1px solid #f3f3f3;
    transition: transform .3s ease-in-out; }
    .offcanvas .offcanvas-body {
      padding: 1rem 2rem !important; }
    .offcanvas .offcanvas-header {
      padding: 2rem; }
    .offcanvas .btn-close {
      box-sizing: content-box;
      width: 1em;
      height: 1em;
      padding: 0.5rem;
      background-color: #fff;
      border: 0;
      border-radius: 100%;
      opacity: 1; }

  .dropdown:hover .dropdown-menu {
    display: list-item;
    position: inherit; }

  .dropdown-menu {
    font-size: 1em;
    border: transparent;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    z-index: 2;
    -webkit-transition: all .5s linear;
    transition: all .5s linear; }
    .dropdown-menu li {
      padding: 0; }
    .dropdown-menu .dropdown-item {
      background-color: #f3f3f3;
      color: #000 !important;
      line-height: 1.5em;
      font-size: 0.9em !important;
      display: inline-block !important;
      padding: 0.5em 1em;
      white-space: normal; }
    .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
      text-decoration: none;
      background-color: #ed6d00 !important;
      color: #fff !important; }

  .dropdown:link .dropdown-menu {
    display: block; }

  .dropdown .nav-link {
    color: #000 !important; } }
@media (min-width: 992px) {
  .navbar {
    padding: 0.3rem 3rem;
    z-index: 999; }
    .navbar .navbar-brand img {
      width: 150px;
      height: auto; }
    .navbar .nav-link.contact {
      background-color: #ed6d00 !important;
      color: #fff !important;
      padding: 0.5rem 1.5rem;
      margin-left: 0.5rem;
      margin-top: 0; }
    .navbar .search {
      color: #000;
      padding: 0.5rem 0.8rem; }
      .navbar .search .search-toggler {
        content: "";
        background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>");
        width: 1rem;
        height: 1rem;
        border: transparent;
        padding: 0.25rem 0.5rem; }
      .navbar .search .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0 !important;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
      .navbar .search .search-toggler:hover {
        background: 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='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>"); }
      .navbar .search .offcanvas-top {
        height: 120px !important; }
        .navbar .search .offcanvas-top .offcanvas-body {
          position: relative;
          padding: 2.5rem !important;
          overflow-y: hidden;
          background-color: #ed6d00; }
          .navbar .search .offcanvas-top .offcanvas-body .btn-close {
            position: absolute !important;
            top: 10px !important;
            right: 10px !important;
            background-color: transparent; }
          .navbar .search .offcanvas-top .offcanvas-body .form-control {
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #000000;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            height: 40px; }
          .navbar .search .offcanvas-top .offcanvas-body .btn {
            height: 40px !important;
            border: 0 !important;
            width: 100% !important; }

  .dropdown:hover .dropdown-menu {
    display: list-item;
    position: fixed; } }
@media (min-width: 1200px) {
  .navbar {
    padding: 0.3rem 3rem;
    z-index: 999; }
    .navbar .navbar-brand img {
      width: 185px;
      height: auto; }
    .navbar .nav-link.contact {
      background-color: #ed6d00 !important;
      color: #fff !important;
      padding: 0.5rem 1.5rem;
      margin-left: 0.5rem;
      margin-top: 0; }
    .navbar .search {
      color: #000;
      padding: 0.5rem 0.8rem; }
      .navbar .search .search-toggler {
        content: "";
        background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>");
        width: 1rem;
        height: 1rem;
        border: transparent;
        padding: 0.25rem 0.5rem; }
      .navbar .search .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0 !important;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
      .navbar .search .search-toggler:hover {
        background: 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='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>"); }
      .navbar .search .offcanvas-top {
        height: 120px !important; }
        .navbar .search .offcanvas-top .offcanvas-body {
          position: relative;
          padding: 2.5rem !important;
          overflow-y: hidden;
          background-color: #ed6d00; }
          .navbar .search .offcanvas-top .offcanvas-body .btn-close {
            position: absolute !important;
            top: 10px !important;
            right: 10px !important;
            background-color: transparent; }
          .navbar .search .offcanvas-top .offcanvas-body .form-control {
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #000000;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            height: 40px; }
          .navbar .search .offcanvas-top .offcanvas-body .btn {
            height: 40px !important;
            border: 0 !important;
            width: 100% !important; }

  .dropdown:hover .dropdown-menu {
    display: list-item;
    position: fixed; } }
/*Footer*/
footer {
  background-color: #333;
  border-top: 4px solid #ed6d00;
  padding-top: 3rem; }
  footer .logo-bt {
    width: 150px;
    height: auto;
    margin-bottom: 1.5rem; }
  footer .social img {
    width: auto;
    height: 24px; }
  footer .social a:link, footer .social a:visited {
    text-decoration: none;
    filter: invert(84%) sepia(4%) saturate(4%) hue-rotate(321deg) brightness(98%) contrast(91%);
    margin: 0 0.3rem; }
  footer .social a:hover, footer .social a:active, footer .social a:focus {
    filter: invert(57%) sepia(97%) saturate(4516%) hue-rotate(11deg) brightness(102%) contrast(103%); }
  footer .copyright {
    color: #f3f3f3;
    font-size: 0.8rem; }
    footer .copyright a {
      text-decoration: none;
      color: #fff; }
  footer .sitemap h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    footer .sitemap h5 a:link, footer .sitemap h5 a:visited {
      text-decoration: none;
      color: #fff; }
    footer .sitemap h5 a:hover, footer .sitemap h5 a:active, footer .sitemap h5 a:focus {
      text-decoration: none;
      color: #ed6d00; }
  footer .sitemap p {
    font-size: 0.85rem;
    margin-bottom: 0.4rem; }
    footer .sitemap p a:link, footer .sitemap p a:visited {
      text-decoration: none;
      color: #999; }
    footer .sitemap p a:hover, footer .sitemap p a:active, footer .sitemap p a:focus {
      text-decoration: none;
      color: #ed6d00; }

@media (min-width: 768px) {
  footer {
    background-color: #333;
    border-top: 4px solid #ed6d00;
    padding-top: 3rem; }
    footer .logo-bt {
      width: 130px;
      height: auto;
      margin-bottom: 1.5rem; }
    footer .social img {
      width: auto;
      height: 18px; }
    footer .social a:link, footer .social a:visited {
      text-decoration: none;
      filter: invert(84%) sepia(4%) saturate(4%) hue-rotate(321deg) brightness(98%) contrast(91%);
      margin: 0 0.3rem; }
    footer .social a:hover, footer .social a:active, footer .social a:focus {
      filter: invert(57%) sepia(97%) saturate(4516%) hue-rotate(11deg) brightness(102%) contrast(103%); }
    footer .copyright {
      color: #f3f3f3;
      font-size: 0.8rem; }
      footer .copyright a {
        text-decoration: none;
        color: #fff; }
    footer .sitemap h5 {
      font-size: 1rem;
      margin-bottom: 1rem; }
      footer .sitemap h5 a:link, footer .sitemap h5 a:visited {
        text-decoration: none;
        color: #fff; }
      footer .sitemap h5 a:hover, footer .sitemap h5 a:active, footer .sitemap h5 a:focus {
        text-decoration: none;
        color: #ed6d00; }
    footer .sitemap p {
      font-size: 0.85rem;
      margin-bottom: 0.4rem; }
      footer .sitemap p a:link, footer .sitemap p a:visited {
        text-decoration: none;
        color: #999; }
      footer .sitemap p a:hover, footer .sitemap p a:active, footer .sitemap p a:focus {
        text-decoration: none;
        color: #ed6d00; } }
@media (min-width: 1200px) {
  footer {
    background-color: #333;
    border-top: 4px solid #ed6d00;
    padding-top: 3rem; }
    footer .logo-bt {
      width: 150px;
      height: auto;
      margin-bottom: 1.5rem; }
    footer .social img {
      width: auto;
      height: 24px; }
    footer .social a:link, footer .social a:visited {
      text-decoration: none;
      filter: invert(84%) sepia(4%) saturate(4%) hue-rotate(321deg) brightness(98%) contrast(91%);
      margin: 0 0.3rem; }
    footer .social a:hover, footer .social a:active, footer .social a:focus {
      filter: invert(57%) sepia(97%) saturate(4516%) hue-rotate(11deg) brightness(102%) contrast(103%); }
    footer .copyright {
      color: #f3f3f3;
      font-size: 0.85rem; }
      footer .copyright a {
        text-decoration: none;
        color: #fff; }
    footer .sitemap h5 {
      font-size: 1.15rem;
      margin-bottom: 1rem; }
      footer .sitemap h5 a:link, footer .sitemap h5 a:visited {
        text-decoration: none;
        color: #fff; }
      footer .sitemap h5 a:hover, footer .sitemap h5 a:active, footer .sitemap h5 a:focus {
        text-decoration: none;
        color: #ed6d00; }
    footer .sitemap p {
      font-size: 0.85rem;
      margin-bottom: 0.4rem; }
      footer .sitemap p a:link, footer .sitemap p a:visited {
        text-decoration: none;
        color: #999; }
      footer .sitemap p a:hover, footer .sitemap p a:active, footer .sitemap p a:focus {
        text-decoration: none;
        color: #ed6d00; } }
.privacy-box {
  background-color: #ed6d00;
  padding: 1rem 2rem;
  text-align: center;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999999; }
  .privacy-box button {
    border-radius: 0; }
  .privacy-box a {
    color: #000; }
  .privacy-box p {
    margin: 0; }

#specifications:target:before, #accessories:target:before, #machine:target:before, #example:target:before {
  content: "";
  display: block;
  height: 165px; }

#specifications, #accessories, #machine, #example {
  min-height: 150px; }

.link-channel {
  position: fixed;
  left: auto;
  right: 15px;
  bottom: 70px;
  z-index: 9999999; }
  .link-channel img {
    width: 80px;
    height: auto; }
  .link-channel:after {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    content: "";
    border-radius: 50%;
    background-color: rgba(255, 102, 0, 0.4);
    box-shadow: 0 0 35px rgba(255, 102, 0, 0.6);
    z-index: -1;
    animation: bounceIn 0.85s infinite; }
  @media (min-width: 992px) {
    .link-channel {
      left: 25px;
      right: auto;
      bottom: 50px; }
      .link-channel img {
        width: 90px;
        height: auto; }
      .link-channel:after {
        width: 90px;
        height: 90px; } }
  @media (min-width: 1400px) {
    .link-channel {
      left: 25px;
      right: auto;
      bottom: 50px; }
      .link-channel img {
        width: 100px;
        height: auto; }
      .link-channel:after {
        width: 100px;
        height: 100px; } }

@-webkit-keyframes bounceIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1.12, 1.12, 1.12);
    transform: scale3d(1.12, 1.12, 1.12); } }
@keyframes bounceIn {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1.12, 1.12, 1.12);
    transform: scale3d(1.12, 1.12, 1.12); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }
