@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;
}
/* Nunito 字體（英文） */
@font-face {
  font-family: "Nunito Local";
  src: local("Nunito"), url("./fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Local";
  src: local("Nunito Italic"), url("./fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Nunito Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Nunito Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Nunito Local", "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: 60px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 70px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.2rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #0169b7;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

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

.index-news, .index-prods, .index-about {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .index-news, .index-prods, .index-about {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .index-news, .index-prods, .index-about {
    padding: 4em 0;
  }
}

.btn-play {
  border-radius: 15px;
}

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

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

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

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 1.2em;
  padding: 0 0 0.5em 0;
  line-height: 1.2;
  display: flex;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.block-title:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block-title.txt-light {
  color: white;
}
.block-title.txt-light:before {
  background-color: white;
  left: 0;
  transform: none;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.15em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.55em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3em;
  }
}

.block-title2 {
  font-size: 1.65em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 3.25em;
  }
}

.block-title3 {
  font-size: 1.45em;
  font-weight: 700;
  margin-bottom: 0.85em;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}
.block-title3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #0169b7;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #0169b7;
  border-right: 12px solid transparent;
  border-radius: 5px;
}
html[dir=rtl] .block-title3 {
  position: relative;
  padding-right: 30px;
  padding-left: auto;
}
html[dir=rtl] .block-title3::before {
  position: absolute;
  left: auto;
  right: 0;
  border-top: 12px solid #0169b7;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #0169b7;
  border-left: 12px solid transparent;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 1.8em;
  }
}

.block-title4 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1;
  color: #5ac4e0;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 2em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  padding: 0.85em 1.4em;
  font-size: 0.8em;
  font-weight: 800;
  border-radius: 45px !important;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  z-index: 99;
  transition: all 0.3s linear;
}
html[dir=rtl] .btn i {
  transform: scaleX(-1);
}
.btn i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.85em 1.45em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.9em 1.6em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.2em 0.85em !important;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
html[dir=rtl] .btn-sm i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.15em 1em !important;
    font-size: 0.85em;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.15em 1.2em !important;
    font-size: 0.9em;
  }
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 38px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 70px;
    height: 70px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 40px;
  content: "";
  background-color: #5ac4e0;
  color: white;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #0169b7;
  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 {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #0169b7 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary i {
  font-size: 1em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-primary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-primary i {
    font-size: 1.3em;
  }
}

.btn-secondary {
  border: 0 !important;
  color: white !important;
  background-color: #5ac4e0 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary i {
  font-size: 1em;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-secondary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-secondary i {
    font-size: 1.3em;
  }
}

.btn-light {
  border: 0 !important;
  color: #999 !important;
  background-color: transparent !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light i {
  font-size: 1em;
  color: #0169b7;
  background-color: white;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: #0169b7 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i {
  color: white;
  background-color: #0169b7;
}

.btn-dark {
  border: 0 !important;
  color: white !important;
  background-color: #333 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #5ac4e0 !important;
  border: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #0169b7;
  color: #0169b7;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-primary i {
  background-color: #0169b7;
  color: White;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #0169b7 !important;
  border: 1px solid #0169b7 !important;
  color: white !important;
}
.btn-outline-primary:hover i, .btn-outline-primary:active i, .btn-outline-primary:focus i {
  background-color: white;
  color: #0169b7;
}

.btn-outline-secondary {
  border: 1px solid #5ac4e0;
  color: #5ac4e0;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-secondary i {
  background-color: #5ac4e0;
  color: White;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #5ac4e0 !important;
  border: 1px solid #5ac4e0 !important;
  color: white !important;
}
.btn-outline-secondary:hover i, .btn-outline-secondary:active i, .btn-outline-secondary:focus i {
  background-color: white;
  color: #5ac4e0;
}

.btn-outline-light {
  border: 1px solid white;
  color: white;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-light i {
  background-color: white;
  color: #5ac4e0;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  background-color: #5ac4e0 !important;
  border: 1px solid #5ac4e0 !important;
  color: white !important;
}
.btn-outline-light:hover i, .btn-outline-light:active i, .btn-outline-light:focus i {
  background-color: white;
  color: #5ac4e0;
}

.btn-send {
  background-color: #0169b7;
  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: #5ac4e0;
  color: White;
}

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

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

.hero {
  position: relative;
  margin-top: calc(var(--nav-height) - 10px);
}
.hero .main-slider {
  position: relative;
  width: 100%;
}
.hero .main-slider .slider-wrap {
  position: relative;
  z-index: 1;
  height: 350px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero .main-slider .slider-wrap {
    height: auto;
  }
}
html[dir=rtl] .hero .main-slider .slider-wrap {
  text-align: right;
}
.hero .main-slider .slider-wrap .main-pic {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero .main-slider .slider-wrap .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.hero .main-slider .slider-wrap .container .title1 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: white;
  margin-bottom: 0.3em;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  padding-right: 50%;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.hero .main-slider .slider-wrap .container .title2 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: white;
  margin-bottom: 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  padding-right: 50%;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .hero .main-slider .slider-wrap .container .title1 {
    font-size: 2.3em;
  }
  .hero .main-slider .slider-wrap .container .title2 {
    font-size: 1.1em;
  }
}
@media (min-width: 769px) {
  .hero .main-slider .slider-wrap .container .title1 {
    font-size: 2.6em;
  }
  .hero .main-slider .slider-wrap .container .title2 {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .hero .main-slider .slider-wrap .container .title1 {
    font-size: 3em;
    padding-right: 40%;
  }
  .hero .main-slider .slider-wrap .container .title2 {
    font-size: 1.45em;
    padding-right: 40%;
  }
}
@media (min-width: 1200px) {
  .hero .main-slider .slider-wrap .container .title1 {
    font-size: 3.5em;
  }
  .hero .main-slider .slider-wrap .container .title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .hero .main-slider .slider-wrap .container .title1 {
    font-size: 4.5em;
  }
  .hero .main-slider .slider-wrap .container .title2 {
    font-size: 2em;
  }
}
html[dir=rtl] .hero .main-slider .slider-wrap .container .title1,
html[dir=rtl] .hero .main-slider .slider-wrap .container .title2 {
  text-align: right;
}
html[dir=rtl] .hero .main-slider .slider-wrap .container .btn {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
html[dir=rtl] .hero .main-slider .slider-wrap .container .btn i {
  margin-left: 1rem;
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  html[dir=rtl] .hero .main-slider .slider-wrap .container .btn i {
    margin-left: 3rem;
  }
}
.hero .slider-counter {
  position: absolute !important;
  top: 15%;
  right: calc(var(--bs-gutter-x) * 0.5);
  transform-origin: center;
  z-index: 20;
  color: #666;
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  pointer-events: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 120px;
  font-weight: bold;
  writing-mode: sideways-rl;
  text-orientation: upright;
  display: none;
}
.hero .slider-counter .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0169b7;
}
.hero .slider-counter .current:after {
  display: inline-flex;
  content: "";
  width: 1px;
  height: 46px;
  background-color: #999;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .hero .slider-counter {
    font-size: 0.9rem;
    right: 50px;
    font-size: 1rem;
    display: flex;
  }
  .hero .slider-counter .current:after {
    height: 30px;
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  .hero .slider-counter {
    right: 70px;
  }
  .hero .slider-counter .current:after {
    height: 45px;
    margin: 20px 0;
  }
}
.hero .slick-prev,
.hero .slick-next {
  min-width: 30px;
  width: 30px;
  height: 70px;
  padding: 8px 0;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #666;
  left: auto !important;
  right: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: sideways-rl;
  text-orientation: upright;
}
.hero .slick-prev:before, .hero .slick-prev:after,
.hero .slick-next:before,
.hero .slick-next:after {
  display: none;
}
@media (min-width: 992px) {
  .hero .slick-prev,
  .hero .slick-next {
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .hero .slick-prev,
  .hero .slick-next {
    right: 70px;
  }
}
.hero .slick-prev {
  top: 25% !important;
  bottom: auto !important;
  transform: translateY(-25%) !important;
}
@media (min-width: 992px) {
  .hero .slick-prev {
    top: auto !important;
    bottom: 115px !important;
    transform: none !important;
  }
}
@media (min-width: 1200px) {
  .hero .slick-prev {
    bottom: calc(15% + 70px) !important;
  }
}
.hero .slick-next {
  top: auto !important;
  bottom: 25% !important;
  transform: translateY(-25%) !important;
}
@media (min-width: 992px) {
  .hero .slick-next {
    top: auto !important;
    bottom: 45px !important;
    transform: none !important;
  }
}
@media (min-width: 1200px) {
  .hero .slick-next {
    bottom: 15% !important;
  }
}

.slick-active .caption {
  animation: fadeInLeft 0.5s linear;
}

.index-news {
  position: relative;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .index-news {
    background-color: transparent;
  }
}
.index-news .news-slider {
  position: relative;
  padding: 0;
  transition: all 0.3s linear;
}
.index-news .news-slider .slider-wrap {
  padding: 0.5em 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.index-news .news-slider .slider-wrap a {
  color: #0169b7;
  align-items: center;
  text-align: center;
  display: flex;
}
.index-news .news-slider .slider-wrap a .news-cat {
  background-color: #0169b7;
  color: white;
  padding: 0.6em 0.85em;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  transition: all 0.3s linear;
}
.index-news .news-slider .slider-wrap a .post-time {
  color: #5ac4e0;
  font-size: 1em;
  font-weight: 700;
  transition: all 0.3s linear;
}
html[dir=rtl] .index-news .news-slider .slider-wrap a .post-time {
  margin-left: 1em !important;
  margin-right: auto !important;
}
@media (min-width: 992px) {
  html[dir=rtl] .index-news .news-slider .slider-wrap a .post-time {
    margin-left: 0 !important;
  }
}
.index-news .news-slider .slider-wrap a img {
  width: 100%;
  height: auto;
}
.index-news .news-slider .slider-wrap a .news-title {
  font-size: 1.25em;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.3s linear;
}
.index-news .news-slider .slider-wrap.slick-current.slick-active {
  opacity: 1;
}
@media (min-width: 992px) {
  .index-news .news-slider {
    padding: 30px;
  }
  .index-news .news-slider:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    content: "";
    background-color: #0169b7;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    z-index: -1;
    transition: all 0.3s linear;
  }
  .index-news .news-slider:after {
    position: absolute;
    left: 0;
    top: 30px;
    width: 150%;
    height: 100%;
    content: "";
    background-image: url(../images/bg-index-news.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    z-index: -2;
  }
  .index-news .news-slider .slider-wrap a {
    color: white;
    text-align: left;
  }
  .index-news .news-slider .slider-wrap a .news-cat {
    font-size: 0.8em;
    background-color: white;
    color: #0169b7;
  }
  .index-news .news-slider .slider-wrap a .post-time {
    font-size: 0.8em;
    display: block;
  }
  .index-news .news-slider .slider-wrap a .news-title {
    font-size: 1.15em;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .index-news .news-slider .slider-wrap a .news-title .btn-more {
    position: relative;
    color: #0169b7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    transition: all 0.3s linear;
  }
  .index-news .news-slider .slider-wrap a .news-title .btn-more i {
    font-size: 1.5rem;
  }
  .index-news .news-slider .slider-wrap a .news-title .btn-more span {
    font-size: 1rem;
  }
  .index-news .news-slider .slider-wrap a .news-title .btn-more:after {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: white;
    width: 100px;
    height: 100px;
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.3s linear;
  }
  .index-news .news-slider:hover {
    transform: translateX(5px);
  }
  .index-news .news-slider:hover:before {
    background-color: #f6f6f6;
  }
  .index-news .news-slider:hover .slider-wrap a .news-cat {
    background-color: #0169b7;
    color: white;
  }
  .index-news .news-slider:hover .slider-wrap a .post-time {
    color: #0169b7;
  }
  .index-news .news-slider:hover .slider-wrap a .news-title {
    color: #0169b7;
  }
  .index-news .news-slider:hover .slider-wrap a .news-title .btn-more {
    color: white;
    transform: scale(1.05);
  }
  .index-news .news-slider:hover .slider-wrap a .news-title .btn-more:after {
    background-color: #0169b7;
  }
}
@media (min-width: 1200px) {
  .index-news .news-slider .slider-wrap a .news-cat,
  .index-news .news-slider .slider-wrap a .post-time {
    font-size: 0.9em;
  }
  .index-news .news-slider .slider-wrap a .news-title {
    font-size: 1.3em;
  }
}

.index-prods {
  background-color: white;
  width: 100%;
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}
.index-prods p {
  color: #666;
  font-size: 1em;
  padding: 0;
}
@media (min-width: 992px) {
  .index-prods p {
    padding: 0 5em;
  }
}
.index-prods .prods-slider {
  margin-top: 4em !important;
}
.index-prods .prods-slider .slick-list {
  margin: 0 -10px;
  height: 100%;
  display: flex;
}
@media (min-width: 1200px) {
  .index-prods .prods-slider {
    margin-top: 4.5em !important;
  }
  .index-prods .prods-slider .slick-list {
    margin: 0 -20px;
  }
}
.index-prods .prods-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.index-prods .prods-slider .slick-slide {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.index-prods .prods-slider .slider-wrap {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.index-prods .prods-slider .slider-wrap .prods-item {
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  background-color: #f6f6f6;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  min-height: 0;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
}
html[dir=rtl] .index-prods .prods-slider .slider-wrap .prods-item {
  align-items: flex-end;
  text-align: end;
}
.index-prods .prods-slider .slider-wrap .prods-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 12px solid #0169b7;
  border-radius: 15px;
  z-index: 9;
  opacity: 0;
  transition: all 0.3s linear;
}
.index-prods .prods-slider .slider-wrap .prods-item img {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-prods .prods-slider .slider-wrap .prods-item .prods-name {
  width: 100%;
  line-height: 1.25;
  font-size: 1.4em;
  padding: 0.5em 1.5em;
  color: #0169b7;
  font-weight: 700;
  z-index: 3;
  flex: 0 0 auto;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .index-prods .prods-slider .slider-wrap .prods-item .prods-name {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap .prods-item .prods-name {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-slider .slider-wrap .prods-item .prods-name {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-slider .slider-wrap .prods-item .prods-name {
    font-size: 2em;
  }
}
.index-prods .prods-slider .slider-wrap .prods-item .btn {
  margin: 2.5em;
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap .prods-item {
    border-radius: 20px;
  }
  .index-prods .prods-slider .slider-wrap .prods-item:after {
    border-radius: 20px;
  }
  .index-prods .prods-slider .slider-wrap .prods-item:hover:after {
    opacity: 1;
  }
  .index-prods .prods-slider .slider-wrap .prods-item:hover .prods-name {
    color: #0169b7;
  }
  .index-prods .prods-slider .slider-wrap .prods-item:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-slider .slider-wrap .prods-item {
    margin: 0 20px;
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-slider .slider-wrap .prods-item {
    border-radius: 45px;
  }
  .index-prods .prods-slider .slider-wrap .prods-item:after {
    border-radius: 45px;
  }
}

.index-about {
  background-image: url(../images/bg-index-about.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
.index-about .btn-play {
  height: 100%;
}
@media (min-width: 992px) {
  .index-about {
    background-attachment: fixed;
  }
}
.index-about .logo-index-about {
  display: flex;
  margin: 1.5em auto;
  width: 70%;
  height: auto;
}
@media (min-width: 992px) {
  .index-about .logo-index-about {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .index-about .logo-index-about {
    max-width: 70%;
  }
}
@media (min-width: 1680px) {
  .index-about .logo-index-about {
    margin: 1.5em auto 3.5em auto;
    max-width: 60%;
  }
}
.index-about .intro p {
  font-size: 1.2em;
}
.index-about .service-box {
  background-color: rgba(246, 246, 246, 0.5);
  border-radius: 15px;
  padding: 1.5em;
  height: 100%;
  transition: all 0.3s linear;
}
.index-about .service-box img {
  width: 80px;
  height: auto;
  filter: invert(70%) sepia(95%) saturate(1221%) hue-rotate(165deg) brightness(100%) contrast(94%);
  display: flex;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.index-about .service-box .title {
  font-size: 1.35em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .index-about .service-box img {
    width: 85px;
    height: auto;
  }
  .index-about .service-box:hover {
    background-color: rgba(90, 196, 224, 0.15);
  }
  .index-about .service-box:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .index-about .service-box img {
    width: 95px;
    height: auto;
  }
}/*# sourceMappingURL=index.css.map */