@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Montserrat", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 80px;
  }
}
@media (min-width: 992px) {
  :root {
    --nav-height: 85px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 80px;
  }
}
@media (min-width: 1400px) {
  :root {
    --nav-height: 100px;
  }
}
@media (min-width: 1680px) {
  :root {
    --nav-height: 120px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: white;
  overflow-x: hidden;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body ul,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body ul,
  body li {
    font-size: 1.25rem;
  }
}
body p {
  line-height: 1.8;
  font-size: 1em;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body mark,
body .mark {
  color: #ff6600;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body hr {
  border-top: 1px solid #efefef;
  opacity: 1;
  margin: 3.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.text-primary {
  color: #ff6600 !important;
}

.text-secondary {
  color: #ff0000 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.8em;
  position: relative;
  margin-bottom: 1.2em;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.block-title:before {
  display: inline-flex;
  align-items: center;
  content: "";
  width: 40px;
  height: 1em;
  background-image: url(../images/icon-block-title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.3em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
    padding-right: 130px !important;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.6em;
  }
}

.block-title2 {
  color: #ff6600;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  display: inline-flex;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
  color: white;
  background-color: #ff6600;
  padding: 0.45em 1.2em;
}

.block-title4 {
  font-size: 1.6em;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: #ff0000;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 3em;
  }
}

.block-title5 {
  font-size: 1.2em;
  font-style: italic;
  color: #999;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.15em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.2em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.square {
  aspect-ratio: 1/1;
}

.btn {
  position: relative;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0.8em 1.2em !important;
  border-radius: 0;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn img {
  filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
  width: 20px !important;
  height: auto;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn {
    padding: 1em 1.4em !important;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 1.2em 1.6em !important;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.4em 1.8em !important;
  }
}

.btn-sm {
  padding: 0.15em 1.2em !important;
  font-size: 0.85em !important;
  height: 50px !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-sm i {
  font-weight: normal;
}
.btn-sm span {
  width: 40px !important;
  height: 40px !important;
}
.btn-sm span img {
  width: 20px !important;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.2em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.3em 1.2em !important;
  }
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: rgba(255, 102, 0, 0.5);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-play:before {
    width: 60px;
    height: 60px;
  }
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(255, 102, 0, 0.85);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 74px;
    height: 74px;
  }
}

.btn-link {
  color: #ff6600;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  position: relative;
  color: white !important;
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
  background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
  overflow: hidden;
  align-items: center;
  z-index: 2;
  transition: all 0.3s linear;
}

.btn-primary {
  border: 0 !important;
  color: #666 !important;
  background-color: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary img {
  filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
}
@media (min-width: 992px) {
  .btn-primary:after {
    background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    z-index: -1;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: white !important;
  }
  .btn-primary:hover:after, .btn-primary:active:after, .btn-primary:focus:after {
    width: 100%;
  }
  .btn-primary:hover img, .btn-primary:active img, .btn-primary:focus img {
    filter: invert(1) brightness(100%);
  }
}

.btn-dark {
  position: relative;
  color: white !important;
  padding-left: 4em !important;
  padding-right: 4em !important;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100%);
}
.btn-dark:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  content: "";
  background-color: #666;
  transition: all 0.3s linear;
  z-index: -2;
}
.btn-dark:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 105%;
  content: "";
  background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
  transition: all 0.3s linear;
  z-index: -1;
}
@media (min-width: 992px) {
  .btn-dark:hover:after {
    width: 100%;
  }
}

.btn-linear {
  position: relative;
  color: white !important;
  padding-left: 4em !important;
  padding-right: 4em !important;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-linear img {
  filter: invert(1) brightness(100%);
}
.btn-linear:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  content: "";
  background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
  transition: all 0.3s linear;
  z-index: -2;
}
.btn-linear:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 105%;
  content: "";
  background-color: #333;
  transition: all 0.3s linear;
  z-index: -1;
}
@media (min-width: 992px) {
  .btn-linear:hover:after {
    width: 100%;
  }
}

.btn-outline-dark {
  border: 1px solid #cccccc !important;
  color: #999 !important;
}

.btn-send {
  background-color: #ff6600;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #ff0000;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.hero {
  position: relative;
  width: 100%;
  margin-top: var(--nav-height);
}
.hero .icon-scroll-down {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #cccccc;
  font-size: 0.7em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  animation: wave 2.5s infinite linear;
  display: none;
  transition: none;
}
.hero .icon-scroll-down img {
  width: auto;
  height: 1.25em;
  margin-left: 1em;
  transition: none;
}
.hero .main-slider {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.hero .main-slider .slider-wrap {
  position: relative;
  z-index: 1;
  align-items: center;
  display: flex;
}
.hero .main-slider .slider-wrap .main-pic {
  width: 180%;
  height: auto;
  transform: translateX(-25%);
}
.hero .main-slider .slider-wrap .container-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding-right: 25% !important;
}
.hero .main-slider .slider-wrap .container-fluid .title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.hero .main-slider .slider-wrap .container-fluid .title2 {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .hero .main-slider .slider-wrap .container-fluid .title {
    font-size: 2.1em;
  }
}
@media (min-width: 768px) {
  .hero .main-slider .slider-wrap .container-fluid .title {
    font-size: 2.4em;
  }
  .hero .main-slider .slider-wrap .container-fluid .title2 {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  .hero .main-slider .slider-wrap .container-fluid {
    padding-right: 35% !important;
  }
  .hero .main-slider .slider-wrap .container-fluid .title {
    font-size: 2.95em;
  }
  .hero .main-slider .slider-wrap .container-fluid .title2 {
    font-size: 0.95em;
  }
}
@media (min-width: 1200px) {
  .hero .main-slider .slider-wrap .container-fluid {
    padding-right: 30% !important;
  }
  .hero .main-slider .slider-wrap .container-fluid .title {
    font-size: 3.4em;
  }
  .hero .main-slider .slider-wrap .container-fluid .title2 {
    font-size: 1em;
  }
}
@media (min-width: 1680px) {
  .hero .main-slider .slider-wrap .container-fluid {
    padding-right: 40% !important;
  }
  .hero .main-slider .slider-wrap .container-fluid .title {
    font-size: 4.7em;
  }
}
.hero .main-slider .slick-active .container-fluid .title1,
.hero .main-slider .slick-active .container-fluid .title2 {
  animation: fadeInLeft 0.5s linear;
}
.hero .main-slider .slick-dots {
  top: 50% !important;
  bottom: auto !important;
  flex-direction: column;
  width: 80px;
  transform: translateY(-50%);
  margin: 0;
}
.hero .main-slider .slick-dots li button:before {
  background-color: #cccccc;
}
.hero .main-slider .slick-dots li.slick-active button:before {
  background-color: white;
}
.hero .main-slider .slick-dots li.slick-active button:after {
  border: 1px solid white;
}
@media (min-width: 769px) {
  .hero .main-slider .slider-wrap .main-pic {
    width: 120%;
    transform: translateX(-10%);
  }
}
@media (min-width: 992px) {
  .hero .icon-scroll-down {
    display: flex;
  }
  .hero .icon-scroll-down:hover {
    color: #ff6600;
    animation: none;
    transform: none;
  }
  .hero .icon-scroll-down:hover img {
    filter: invert(49%) sepia(58%) saturate(4335%) hue-rotate(360deg) brightness(102%) contrast(106%);
  }
  .hero .main-slider .slider-wrap .main-pic {
    width: 100%;
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .hero {
    max-height: calc(100vh - var(--nav-height));
    overflow: hidden;
  }
  .hero .icon-scroll-down {
    bottom: 40px;
  }
}
.hero .slick-current.slick-active .main-pic {
  animation: fadeIn 0.5s linear;
}
.hero .slick-current.slick-active .slider-logo {
  animation: fadeInLeft 0.5s linear;
}
.hero .slick-current.slick-active .title {
  animation: fadeInLeft 0.5s linear;
}
.hero .slick-current.slick-active .btn {
  animation: fadeInLeft 0.5s linear;
}

@-webkit-keyframes wave {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(18%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-18%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wave {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(18%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-18%);
  }
  100% {
    transform: translateY(0);
  }
}
.wave {
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.index-prods {
  padding: 3.2em 0;
}
@media (min-width: 992px) {
  .index-prods {
    padding: 3.8em 0;
  }
}
@media (min-width: 1680px) {
  .index-prods {
    padding: 6em 0;
  }
}
.index-prods .prods-slider {
  position: relative;
}
.index-prods .prods-slider .slider-wrap {
  position: relative;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.index-prods .prods-slider .slider-wrap .prod-number {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  color: #efefef;
  font-weight: 600;
  pointer-events: none;
  line-height: 1;
  /* fluid sizing using generic mixin */
  font-size: clamp(3.5rem, 3.5rem + 1.2vw, 9rem);
}
@media (min-width: 769px) {
  .index-prods .prods-slider .slider-wrap .prod-number {
    font-size: clamp(4.5rem, 3.5rem + 1.2vw, 9rem);
  }
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap .prod-number {
    font-size: clamp(5.5rem, 3.5rem + 1.2vw, 9rem);
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-slider .slider-wrap .prod-number {
    font-size: clamp(6.5rem, 3.5rem + 1.2vw, 9rem);
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-slider .slider-wrap .prod-number {
    font-size: 9rem;
  }
}
.index-prods .prods-slider .slider-wrap a .p-name {
  font-weight: 600;
  padding: 2em;
  color: #666;
  font-size: clamp(1.15rem, 0.95rem + 0.8vw, 1.67rem);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.index-prods .prods-slider .slider-wrap a img {
  width: 70%;
  height: auto;
}
@media (min-width: 769px) {
  .index-prods .prods-slider .slider-wrap a .p-name {
    font-size: clamp(1.15rem, 0.95rem + 0.8vw, 1.67rem);
  }
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap a .p-name {
    font-size: clamp(1.25rem, 0.95rem + 0.8vw, 1.67rem);
  }
  .index-prods .prods-slider .slider-wrap a:hover .p-name {
    color: #ff6600;
  }
  .index-prods .prods-slider .slider-wrap a:hover .btn-primary {
    color: #ff6600 !important;
  }
  .index-prods .prods-slider .slider-wrap a:hover .btn-primary img {
    filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
    transform: none;
  }
  .index-prods .prods-slider .slider-wrap a:hover .btn-primary:after {
    display: none;
  }
  .index-prods .prods-slider .slider-wrap a:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-slider .slider-wrap a .p-name {
    font-size: clamp(1.3rem, 0.95rem + 0.8vw, 1.67rem);
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-slider .slider-wrap a .p-name {
    font-size: 1.67rem;
  }
}
@media (min-width: 576px) {
  .index-prods .prods-slider .slider-wrap {
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
}
@media (max-width: 768px) {
  .index-prods .prods-slider {
    padding-bottom: 5em;
  }
  .index-prods .prods-slider .slick-dots {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .index-prods .prods-slider {
    /* vertical dots on desktop */
  }
  .index-prods .prods-slider .slick-dots {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .index-prods .prods-slider .slick-dots li {
    margin: 6px 0;
  }
  .index-prods .prods-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    background: #efefef;
    border: none;
  }
  .index-prods .prods-slider .slick-dots li.slick-active button:before {
    background: #ff6600;
  }
  .index-prods .prods-slider .slick-dots li.slick-active button:after {
    border: 1px solid #ff6600;
  }
}

.index-about {
  padding: 3.2em 0;
}
@media (min-width: 992px) {
  .index-about {
    padding: 3.8em 0;
  }
}
@media (min-width: 1680px) {
  .index-about {
    padding: 6em 0;
  }
}
.index-about {
  background-image: url("../images/bg-index-about.png");
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-bottom: 1px solid #efefef;
}
.index-about .count-title {
  font-size: 1em;
  line-height: 1.4;
  color: #999;
  margin-bottom: 0;
  text-align: center;
}
.index-about .counter {
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .index-about .count-title {
    text-align: left;
  }
  .index-about .counter {
    text-align: left;
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .index-about .count-title {
    text-align: left;
    font-size: 1.2em;
  }
  .index-about .counter {
    font-size: 3em;
  }
}

.index-cert {
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.index-cert .cert-txt {
  padding: 2.5em;
  border-right: 1px solid #efefef;
}
.index-cert .cert-txt .cert-slider {
  padding-top: 60px;
}
.index-cert .cert-txt .cert-slider .slick-list {
  margin: 0 -20px;
}
.index-cert .cert-txt .cert-slider .slider-wrap {
  margin: 0 20px;
}
.index-cert .cert-txt .cert-slider .slider-wrap img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .index-cert .cert-txt .cert-slider {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .index-cert .cert-txt .cert-slider {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .index-cert .cert-txt .cert-slider {
    padding-top: 0px;
  }
}
.index-cert .cert-img {
  padding: 2.5em;
}
.index-cert .cert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .index-cert .cert-txt,
  .index-cert .cert-img {
    padding: 3.5em;
  }
}
@media (min-width: 1680px) {
  .index-cert .cert-txt,
  .index-cert .cert-img {
    padding: 4.5em;
  }
}

.index-apps {
  padding: 3.2em 0;
}
@media (min-width: 992px) {
  .index-apps {
    padding: 3.8em 0;
  }
}
@media (min-width: 1680px) {
  .index-apps {
    padding: 6em 0;
  }
}
.index-apps {
  position: relative;
  overflow: hidden;
}
.index-apps .apps-main-slider {
  position: relative;
  z-index: 2;
  background-color: White;
  padding: 0 !important;
}
.index-apps .apps-main-slider .slick-list,
.index-apps .apps-main-slider .slick-track,
.index-apps .apps-main-slider .slick-slide,
.index-apps .apps-main-slider .slider-wrap {
  height: 100%;
}
.index-apps .apps-main-slider .slider-wrap a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  height: 100%;
}
.index-apps .apps-main-slider .slider-wrap a .apps-img {
  width: 100%;
  overflow: hidden;
}
.index-apps .apps-main-slider .slider-wrap a .apps-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-apps .apps-main-slider .slider-wrap a .apps-txt {
  width: 100%;
  padding: 40px 20px;
}
.index-apps .apps-main-slider .slider-wrap a .apps-txt .apps-title {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-apps .apps-main-slider .slider-wrap a .apps-txt p {
  color: #333;
}
@media (min-width: 769px) {
  .index-apps .apps-main-slider .slider-wrap a {
    flex-direction: row;
  }
  .index-apps .apps-main-slider .slider-wrap a .apps-img {
    width: 45%;
  }
  .index-apps .apps-main-slider .slider-wrap a .apps-txt {
    width: 55%;
    padding: 70px 35px;
  }
}
@media (min-width: 992px) {
  .index-apps .apps-main-slider .slider-wrap a .apps-txt {
    padding: 100px 50px;
  }
  .index-apps .apps-main-slider .slider-wrap a .apps-txt .apps-title {
    font-size: 2.5em;
  }
  .index-apps .apps-main-slider .slider-wrap a:hover .apps-img img {
    transform: scale(1.1);
  }
}
.index-apps .apps-img-slider {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 !important;
}
.index-apps .apps-img-slider .slick-list,
.index-apps .apps-img-slider .slick-track,
.index-apps .apps-img-slider .slick-slide,
.index-apps .apps-img-slider .slider-wrap {
  height: 100%;
}
.index-apps .apps-img-slider .slider-wrap a {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: black;
  overflow: hidden;
  height: 100%;
}
.index-apps .apps-img-slider .slider-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.index-apps .apps-img-slider .slider-wrap a .apps-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  opacity: 0.7;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.index-apps .apps-img-slider .slider-wrap a .apps-txt .apps-title {
  color: white;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}
.index-apps .apps-img-slider .slider-wrap a .apps-txt p {
  color: white;
}
@media (min-width: 992px) {
  .index-apps .apps-img-slider .slider-wrap a:hover img {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .index-apps .apps-img-slider .slider-wrap a:hover .apps-txt {
    opacity: 1;
  }
}

.index-news {
  padding: 3.2em 0;
}
@media (min-width: 992px) {
  .index-news {
    padding: 3.8em 0;
  }
}
@media (min-width: 1680px) {
  .index-news {
    padding: 6em 0;
  }
}
.index-news .news-list {
  display: flex;
  padding: 20px;
  background-color: #efefef;
}
.index-news .news-list .news-cat {
  display: inline-flex;
  background-color: #999;
  color: White;
  padding: 0.3em 1em;
  font-size: 0.88em;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.index-news .news-list .post-time {
  display: inline-flex;
  color: #999;
  font-size: 1em;
}
.index-news .news-list .news-title {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
  color: black;
  margin: 0.5em 0;
}
.index-news .news-list .btn-primary {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.index-news .news-list .img-wrap img {
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 992px) {
  .index-news .news-list {
    padding: 0;
    background-color: transparent;
  }
  .index-news .news-list .news-title {
    font-size: 1.4em;
  }
  .index-news .news-list:hover .news-cat {
    background-color: #ff6600;
  }
  .index-news .news-list:hover .btn-primary {
    color: #ff6600 !important;
    transform: translateX(10px);
  }
  .index-news .news-list:hover .btn-primary img {
    filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
  }
  .index-news .news-list:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .index-news .news-list .news-title {
    font-size: 1.67em;
  }
}
@media (min-width: 992px) {
  .index-news .btn-linear {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.index-others {
  margin-top: 4.5em;
}
.index-others .items {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 400px;
}
.index-others .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.index-others .items .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  font-size: 1.2em;
  color: White;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .index-others .items .title {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .index-others .items .title {
    font-size: 1.5em;
    padding: 25px 35px;
  }
}
@media (min-width: 1680px) {
  .index-others .items .title {
    font-size: 2em;
    padding: 40px 50px;
  }
}
@media (min-width: 992px) {
  .index-others .items:hover img {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=index.css.map */