*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

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

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
body img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #f5a21d;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.bg-index .index-prods, .bg-index .index-about, .img-block, .index-news {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .bg-index .index-prods, .bg-index .index-about, .img-block, .index-news {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .bg-index .index-prods, .bg-index .index-about, .img-block, .index-news {
    padding: 5em 0;
  }
}

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

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

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

.block-title {
  font-size: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #999;
}
.block-title:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  margin-left: 0.7em;
  width: 30px;
  height: 1px;
  background-color: #f5a21d;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.55em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 1.85em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2em;
  }
}

.block-title2 {
  color: #f5a21d;
  font-size: 2.4em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2.7em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.8em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 3em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 4em;
  }
}
.block-title2.t-sm {
  font-size: 1.7em;
}
@media (min-width: 769px) {
  .block-title2.t-sm {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .block-title2.t-sm {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title2.t-sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title2.t-sm {
    font-size: 2em;
  }
}

.block-title3 {
  font-size: 1.45em;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  font-size: 1.25em;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #999;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.33em;
  }
}

.block-title5 {
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 2em;
  }
}

.img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-wrap:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn {
  position: relative;
  padding: 0.8em 1.5em;
  font-size: 0.95em;
  border-radius: 0 !important;
  letter-spacing: 0.1em !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1.3em 2em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.7em 3em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.8em 1.5em !important;
  font-size: 0.9em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.4em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #f5a21d !important;
}

.btn-circle2 {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #cccccc !important;
  margin-right: 1em;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #f5a21d !important;
  font-size: 1em;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #f5a21d;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: #f5a21d;
  color: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 75px;
    height: 75px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  content: "";
  background-color: rgba(245, 162, 29, 0.5);
  color: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
  -webkit-box-shadow: 0 0 8px rgba(245, 162, 29, 0.5);
          box-shadow: 0 0 8px rgba(245, 162, 29, 0.5);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.btn-link {
  color: #f5a21d;
  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-primary {
  border: 0 !important;
  color: white;
  background-color: #f5a21d !important;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)));
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
          mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)));
          mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #f5a21d !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-light {
  position: relative;
  border: 0 !important;
  color: #d58300;
  background-color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #d58300 !important;
  border: 0 !important;
  background-color: #333;
}

.btn-outline-primary {
  border: 1px solid #f5a21d;
  color: #f5a21d;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #f5a21d !important;
  border: 1px solid #f5a21d !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #f5a21d !important;
  color: #f5a21d !important;
}

.btn-send {
  background-color: #f5a21d;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #d58300;
  color: White;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.hero-slider {
  overflow-x: hidden;
}
.hero-slider .slider-wrap {
  position: relative;
  background-color: white;
  overflow: hidden;
  z-index: 1;
}
.hero-slider .slider-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
html[dir=rtl] .hero-slider .slider-wrap {
  text-align: right;
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes slideIn {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.hero-slider .slider-wrap .slideIn {
  -webkit-animation: slideIn 6s linear forwards;
  animation: slideIn 6s linear forwards;
}
.hero-slider .slider-wrap .container-fluid {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.hero-slider .slider-wrap .container-fluid .title-sm {
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: white;
  padding: 0 1rem;
  padding-right: 55px;
}
.hero-slider .slider-wrap .container-fluid .title-lg {
  font-weight: bold;
  font-size: 1.85em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: white;
  margin-bottom: 0;
  padding: 0 1rem;
  padding-right: 55px;
}
.hero-slider .slider-wrap img {
  position: relative;
  width: 200%;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
@media (min-width: 576px) {
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 1.35em;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 2.4em;
  }
  .hero-slider .slider-wrap img {
    width: 150%;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (min-width: 769px) {
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 1.7em;
    padding-left: 40%;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 2.45em;
    padding-left: 40%;
  }
  .hero-slider .slider-wrap img {
    width: 100%;
    height: auto;
    z-index: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 992px) {
  .hero-slider .slider-wrap:after {
    display: none;
  }
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 2em;
    padding-left: 50%;
    padding-right: inherit;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 3.2em;
    padding-left: 50%;
    padding-right: inherit;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 2.2em;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 3.4em;
  }
}
@media (min-width: 1680px) {
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 2.78em;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 4.72em;
  }
}
.hero-slider {
  /* If arrows are appended to body, pin them to viewport so they remain visible */
}
.hero-slider body .slick-prev.slick-arrow,
.hero-slider body .slick-next.slick-arrow {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  display: block !important;
  z-index: 99999 !important;
  background-color: transparent !important;
}
.hero-slider body .slick-prev.slick-arrow {
  left: 18px !important;
}
.hero-slider body .slick-next.slick-arrow {
  right: 18px !important;
}
@media (max-width: 768px) {
  .hero-slider body .slick-prev.slick-arrow,
  .hero-slider body .slick-next.slick-arrow {
    left: 8px !important;
    right: 8px !important;
    --btn-size: 40px;
  }
}
.hero-slider .slick-active .title-sm,
.hero-slider .slick-active .title-lg {
  -webkit-animation: fadeInLeft 0.5s linear;
          animation: fadeInLeft 0.5s linear;
}

.bg-index {
  background-image: url(../images/bg-index-sm.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bg-index {
    background-image: url(../images/bg-index.png);
    background-position: center;
  }
}
.bg-index .index-prods .p-list img {
  width: 100%;
  height: auto;
}
.bg-index .index-prods .p-list .p-name {
  font-size: 1.6em;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .bg-index .index-prods .p-list .p-name {
    font-size: 1.85em;
  }
}
@media (min-width: 1200px) {
  .bg-index .index-prods .p-list .p-name {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .bg-index .index-prods .p-list .p-name {
    font-size: 2.67em;
  }
}
.bg-index .index-prods .p-list:hover .p-name, .bg-index .index-prods .p-list:active .p-name, .bg-index .index-prods .p-list:focus .p-name {
  color: #f5a21d;
}
.bg-index .index-about {
  padding-bottom: 250px;
}
@media (min-width: 992px) {
  .bg-index .index-about {
    padding-bottom: inherit;
  }
}

.img-block img {
  width: 100%;
  height: auto;
}
.img-block .container-fluid {
  position: relative !important;
}
.img-block .container-fluid .btn-more {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  .img-block .container-fluid .btn-more {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .img-block .container-fluid .btn-more {
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .img-block .container-fluid .btn-more {
    bottom: 70px;
  }
}

.index-solutions {
  position: relative;
}
.index-solutions .solution-img {
  position: relative;
  z-index: 0;
}
.index-solutions .solution-img .slider-wrap {
  position: relative;
  overflow: hidden;
  background-color: black;
}
.index-solutions .solution-img .slider-wrap img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: 0.65;
}
@media (max-width: 768px) {
  .index-solutions .solution-img .slider-wrap img {
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    -webkit-mask: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
            mask: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
            mask: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  }
}
.index-solutions .solution-img .slider-wrap .caption {
  position: relative;
  z-index: 3;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-top: -150px;
}
@media (max-width: 768px) {
  .index-solutions .solution-img .slider-wrap .caption {
    width: calc(100% - 100px);
  }
}
@media (min-width: 769px) {
  .index-solutions .solution-img .slider-wrap .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0;
  }
}
.index-solutions .solution-img .slider-wrap .caption .solution-title {
  position: relative;
  color: white !important;
  font-weight: normal;
}
@media (min-width: 769px) {
  .index-solutions .solution-img .slider-wrap .caption .solution-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.5em 3em 0.5em 0;
  }
  .index-solutions .solution-img .slider-wrap .caption .solution-title:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(to right, #f5a21d calc(100% - 100px), rgba(245, 162, 29, 0) 100%);
  }
}
.index-solutions .solution-img .slider-wrap .caption .title {
  font-size: 2em;
  font-weight: 600;
  color: #f5a21d;
}
@media (min-width: 769px) {
  .index-solutions .solution-img .slider-wrap .caption .title {
    font-size: 2.4em;
    padding-right: 30%;
    text-shadow: 0 0 24px #f5a21d;
  }
}
@media (min-width: 992px) {
  .index-solutions .solution-img .slider-wrap .caption .title {
    font-size: 2.85em;
    color: white;
  }
}
@media (min-width: 1200px) {
  .index-solutions .solution-img .slider-wrap .caption .title {
    font-size: 3.3em;
  }
}
@media (min-width: 1680px) {
  .index-solutions .solution-img .slider-wrap .caption .title {
    font-size: 5em;
  }
}
.index-solutions .items-name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 769px) {
  .index-solutions .items-name {
    display: block;
  }
}
.index-solutions .items-name .solution-item .slider-wrap {
  background-color: transparent;
  padding: 0.8em 1.5em;
  font-size: 1.33em;
  text-align: center;
  color: #cccccc;
  font-weight: 500;
  border-bottom: 5px solid #cccccc;
  margin: 0 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-solutions .items-name .solution-item .slider-wrap:hover {
  cursor: pointer;
  color: white;
  border-bottom: 5px solid white;
}
.index-solutions .items-name .solution-item .slider-wrap.slick-current {
  color: #f5a21d;
  border-bottom: 5px solid #f5a21d;
  background-color: rgba(245, 162, 29, 0.11);
}
@media (min-width: 769px) {
  .index-solutions .items-name .solution-item .slider-wrap {
    padding: 0.8em 2.5em;
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .index-solutions .items-name .solution-item .slider-wrap {
    padding: 0.8em 1.1em;
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .index-solutions .items-name .solution-item .slider-wrap {
    padding: 0.8em 1.2em;
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .index-solutions .items-name .solution-item .slider-wrap {
    padding: 0.8em 1.5em;
    font-size: 1.33em;
  }
}
.index-solutions .items-name .solution-item .slick-list {
  margin: 0 -7px;
}
.index-solutions .items-name .solution-item .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.index-news {
  position: relative;
}
@media (max-width: 768px) {
  .index-news .container-fluid {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .index-news:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    z-index: 2;
  }
}
.index-news .news-list img {
  width: 100%;
  height: auto;
}
.index-news .news-list .post-time {
  color: #999;
  padding: 0.5em 0;
}
.index-news .news-list .news-cat {
  margin-left: 1em;
  padding: 0.3em 1em;
  background-color: #f5a21d;
  color: white;
}
.index-news .news-list .news-title {
  font-size: 1.44em;
  color: #333;
}
.index-news .news-list .news-con {
  font-size: 1em;
  color: #666;
  line-height: 1.4;
}
.index-news .news-slider {
  text-align: left;
  padding-bottom: 4.5em;
}
.index-news .news-slider .slick-list {
  margin: 0 -30px;
}
.index-news .news-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.index-news .news-slider .slick-slide {
  float: none !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.index-news .news-slider .slider-wrap {
  margin: 0 30px;
}
@media (max-width: 991px) {
  .index-news .news-slider .slick-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .index-news .news-slider .slick-list {
    overflow: hidden;
  }
  .index-news .news-slider .slider-wrap {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .index-news .news-slider {
    width: 145vw;
    max-width: none;
    overflow: visible;
  }
  .index-news .news-slider .slick-slide {
    width: 75vw !important;
    margin-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .index-news .news-slider .slick-slide {
    width: 65vw !important;
    margin-right: 15px !important;
  }
}
@media (min-width: 1400px) {
  .index-news .news-slider {
    width: 125vw;
  }
  .index-news .news-slider .slick-slide {
    width: 50vw !important;
    margin-right: 24px !important;
  }
}
.index-news .slick-dots {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index-news .slick-dots li {
  width: 50px !important;
  height: 20px !important;
}
.index-news .slick-dots li button:before {
  background-color: #cccccc;
  width: 30px;
  height: 4px;
}
.index-news .slick-dots li.slick-active button:before {
  background-color: #f5a21d;
  width: 50px;
}/*# sourceMappingURL=index.css.map */