*::-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: #efefef;
  min-height: 900px;
  width: 100%;
  font-family: "Poppins", "Noto Sans TC", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 0.95rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
}
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: 0.95rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1rem;
  }
}
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: #ff0000;
  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-prods, .index-about, .index-news, .index-apps {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .index-prods, .index-about, .index-news, .index-apps {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .index-prods, .index-about, .index-news, .index-apps {
    padding: 4em 0;
  }
}

.index-apps .apps-img-slider .slider-wrap .img-wrap {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.hero .main-slider .slider-wrap .container-fluid .caption, .index-prods .prods-slider .slider-wrap .prods-name, .index-news .news-list a .news-title, .index-apps .apps-slider .slider-wrap .apps-name, .block-title3, .block-title2, .block-title {
  font-family: "DM Serif Display", "Noto Sans TC", "Poppins", serif;
}

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

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

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

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0.5em 0;
  line-height: 1.2;
  display: flex;
  font-weight: 500;
  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.7em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.85em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.25em;
  }
}

.block-title2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.5em 0;
}
.block-title2:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.45em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.3em;
  }
}
.block-title3.txt-sm {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .block-title3.txt-sm {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title3.txt-sm {
    font-size: 1.5em;
  }
}
@media (min-width: 1680px) {
  .block-title3.txt-sm {
    font-size: 1.67em;
  }
}

.block-title4 {
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1;
  color: black;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.15em;
  }
}

.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: 1em 1.4em;
  font-size: 0.9em;
  border-radius: 3px !important;
  letter-spacing: 0.1em !important;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  z-index: 99;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1.2em 1.85em;
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.4em 2.2em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.65em 1.2em !important;
  font-size: 0.95em;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 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;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: red;
  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: 66px;
  height: 66px;
  content: "";
  background-color: transparent;
  border: 1px solid #ff0000;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 80px;
    height: 80px;
  }
}
.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: #ff0000;
  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: #ff0000 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #ff0000 !important;
  text-transform: uppercase;
  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: #333;
  background-color: white;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #ff0000 !important;
  border: 0 !important;
}

.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: #cc0000 !important;
  border: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #ff0000;
  color: #ff0000;
  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: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}

.btn-send {
  background-color: #ff0000;
  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: #cc0000;
  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;
  background-image: url("../images/bg_hero.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.hero .main-slider {
  overflow-x: hidden;
  width: 100%;
}
.hero .main-slider .slider-wrap {
  position: relative;
  z-index: 1;
}
html[dir=rtl] .hero .main-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 .main-slider .slider-wrap .slideIn {
  -webkit-animation: slideIn 6s linear forwards;
  animation: slideIn 6s linear forwards;
}
.hero .main-slider .slider-wrap .container-fluid {
  z-index: 5;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .main-slider .slider-wrap .container-fluid .caption {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: white;
  margin-bottom: 0;
  text-align: center;
}
html[dir=rtl] .hero .main-slider .slider-wrap .container-fluid .caption {
  text-align: right;
}
.hero .main-slider .slider-wrap .container-fluid .main-pic {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .hero .main-slider .slider-wrap .container-fluid .caption {
    font-size: 2.2em;
  }
}
@media (min-width: 769px) {
  .hero .main-slider .slider-wrap .container-fluid .caption {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .hero .main-slider .slider-wrap .container-fluid .caption {
    font-size: 2.6em;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero .main-slider .slider-wrap .container-fluid .caption {
    font-size: 3em;
  }
}
@media (min-width: 1680px) {
  .hero .main-slider .slider-wrap .container-fluid {
    min-height: 900px;
  }
  .hero .main-slider .slider-wrap .container-fluid .caption {
    font-size: 3.5em;
  }
}
.hero .slick-active .caption {
  animation: fadeInLeft 0.5s linear;
}

.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;
}
.index-prods .prods-slider {
  margin-top: 4em !important;
}
@media (min-width: 1200px) {
  .index-prods .prods-slider {
    margin-top: 4.5em !important;
  }
}
.index-prods .prods-slider .slick-list {
  margin: 0 -10px;
  height: 100%;
}
@media (min-width: 1200px) {
  .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 {
  float: none;
  display: flex;
  height: auto;
}
.index-prods .prods-slider .slick-slide > div {
  display: flex;
  height: 100%;
  width: 100%;
}
.index-prods .prods-slider .slider-wrap {
  height: 100%;
  display: flex;
  width: 100%;
}
.index-prods .prods-slider .slider-wrap .prods-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  overflow: hidden;
  background-color: #efefef;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  padding: 30px;
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap .prods-item {
    padding: 45px;
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-slider .slider-wrap .prods-item {
    padding: 50px;
    margin: 0 20px;
  }
}
.index-prods .prods-slider .slider-wrap img {
  width: 100%;
  height: auto;
  margin-top: auto;
}
.index-prods .prods-slider .slider-wrap .prods-name {
  width: 100%;
  line-height: 1.25;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.25em;
  color: #333;
  z-index: 3;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .index-prods .prods-slider .slider-wrap .prods-name {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap .prods-name {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-slider .slider-wrap .prods-name {
    font-size: 1.45em;
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-slider .slider-wrap .prods-name {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap:hover .prods-name {
    color: #ff0000;
  }
  .index-prods .prods-slider .slider-wrap:hover img {
    transform: scale(1.1);
  }
}

.index-about {
  padding-top: 0 !important;
  position: relative;
  width: 100%;
  background-color: white;
  overflow: hidden;
}
.index-about:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - var(--bs-gutter-x) * 0.5);
  height: 250px;
  content: "";
  background-image: url(../images/bg-index-about.jpg);
  background-size: 170% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-top-right-radius: 10px;
}
@media (min-width: 769px) {
  .index-about:before {
    width: calc(100% - var(--bs-gutter-x) * 1.5) !important;
    background-size: 120% auto;
  }
}
@media (min-width: 992px) {
  .index-about:before {
    background-size: cover;
    height: 450px;
    background-size: auto 100%;
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  .index-about:before {
    width: calc(100% - var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .index-about:before {
    width: calc(100% - var(--bs-gutter-x) * 4.5) !important;
  }
}
html[dir=rtl] .index-about:before {
  left: auto;
  right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
}
@media (min-width: 769px) {
  html[dir=rtl] .index-about:before {
    width: calc(100% - var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .index-about:before {
    background-size: cover;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .index-about:before {
    width: calc(100% - var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  html[dir=rtl] .index-about:before {
    width: calc(100% - var(--bs-gutter-x) * 4.5) !important;
  }
}
.index-about:after {
  position: absolute;
  right: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  content: "";
  background-color: #333;
  z-index: 0;
}
.index-about .about-box {
  position: relative;
  z-index: 2;
  background-image: url(../images/bg-index-about2.jpg);
  background-size: cover;
  background-position: center;
  margin: 250px 0 0 calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 769px) {
  .index-about .about-box {
    margin: 350px 0 0 calc(var(--bs-gutter-x) * 1.5);
  }
}
@media (min-width: 1200x) {
  .index-about .about-box {
    margin: 350px 0 0 calc(var(--bs-gutter-x) * 2.5);
  }
}
@media (min-width: 1680px) {
  .index-about .about-box {
    margin: 350px 0 0 calc(var(--bs-gutter-x) * 4.5);
  }
}
html[dir=rtl] .index-about .about-box {
  margin: 250px calc(var(--bs-gutter-x) * 0.5) 0 0;
}
@media (min-width: 769px) {
  html[dir=rtl] .index-about .about-box {
    margin: 350px calc(var(--bs-gutter-x) * 1.5) 0 0;
  }
}
@media (min-width: 1200x) {
  html[dir=rtl] .index-about .about-box {
    margin: 350px calc(var(--bs-gutter-x) * 2.5) 0 0;
  }
}
@media (min-width: 1680px) {
  html[dir=rtl] .index-about .about-box {
    margin: 350px calc(var(--bs-gutter-x) * 4.5) 0 0;
  }
}
.index-about .about-box .about-con {
  padding: 55px 30px;
}
.index-about .about-box .about-con p {
  font-size: 1em !important;
}
@media (min-width: 1200px) {
  .index-about .about-box .about-con .box {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-left: 1px solid #333;
  }
  .index-about .about-box .about-con .box:last-child {
    border-bottom: 1px solid #333;
  }
  html[dir=rtl] .index-about .about-box .about-con .box {
    border-left: 0;
    border-right: 1px solid #333;
  }
  html[dir=rtl] .index-about .about-box .about-con .box:last-child {
    border-bottom: 1px solid #333;
  }
}
.index-about .about-box .about-con .service-box {
  margin: 0;
  height: 100%;
  align-content: center;
  text-align: center;
  border-bottom: 1px dashed #cccccc;
  padding: 20px 0;
}
.index-about .about-box .about-con .service-box i {
  color: #ff0000;
  font-size: 2.5em;
}
.index-about .about-box .about-con .service-box p {
  letter-spacing: 0;
  margin-bottom: 0;
}
.index-about .about-box .about-con .service-box .block-title3 {
  letter-spacing: 0;
}
.index-about .about-box .about-con .service-box .block-title3 span {
  font-family: "Poppins", "Noto Sans TC", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 769px) {
  .index-about .about-box .about-con {
    padding: 55px;
  }
  .index-about .about-box .about-con .service-box {
    padding: 0;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .index-about .about-box .about-con .service-box {
    text-align: left !important;
  }
  html[dir=rtl] .index-about .about-box .about-con .service-box {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .index-about .about-box .about-con {
    padding: 70px 0 70px 70px;
  }
  .index-about .about-box .about-con .service-box {
    padding: 30px;
  }
  .index-about .about-box .about-con .service-box i {
    font-size: 3em;
  }
  html[dir=rtl] .index-about .about-box .about-con {
    padding: 70px 70px 70px 0;
  }
}

.index-news {
  position: relative;
  background-color: black;
  background-image: url(../images/bg-index-news.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white !important;
  margin-top: -200px;
  padding-top: 200px;
}
.index-news .news-list {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #333;
  padding: 30px;
  transition: all 0.3s linear;
}
.index-news .news-list a {
  color: white;
}
.index-news .news-list a .news-category {
  background-color: #efefef;
  color: #333;
  padding: 0.2em 0.5em;
  text-align: center;
}
.index-news .news-list a .post-time {
  color: white;
  text-align: center;
}
.index-news .news-list a img {
  width: 100%;
  height: auto;
}
.index-news .news-list a .news-title {
  font-size: 1.33em;
  text-align: center;
}
.index-news .news-list a .flex-row {
  align-items: center;
}
@media (min-width: 992px) {
  .index-news .news-list a .flex-row {
    flex-direction: column !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .index-news .news-list {
    padding: 15px 30px;
  }
  .index-news .news-list .news-title {
    text-align: left !important;
  }
  .index-news .news-list:hover {
    background-color: #ff0000;
  }
  .index-news .news-list:hover .news-category {
    color: #ff0000;
  }
  .index-news .news-list:hover .btn-more {
    transform: translateX(-15px);
  }
}

.index-apps {
  width: 100%;
  background-image: url(../images/bg-index-apps.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.index-apps .apps-container {
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .index-apps .apps-container {
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 992px) {
  .index-apps .apps-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .index-apps .apps-container {
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1680px) {
  .index-apps .apps-container {
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-right: 0 !important;
  }
}
html[dir=rtl] .index-apps .apps-container {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  html[dir=rtl] .index-apps .apps-container {
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .index-apps .apps-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .index-apps .apps-container {
    padding-left: 0 !important;
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  html[dir=rtl] .index-apps .apps-container {
    padding-left: 0 !important;
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}
.index-apps .apps-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
@media (min-width: 992px) {
  .index-apps .apps-row {
    width: 115%;
  }
}
@media (min-width: 1200px) {
  .index-apps .apps-slider {
    padding-right: 1.8em;
  }
}
@media (min-width: 1680px) {
  .index-apps .apps-slider {
    padding-right: 3em;
  }
}
.index-apps .apps-slider .slider-wrap {
  position: relative;
  padding-top: 50px;
  transition: all 0.3s linear;
}
.index-apps .apps-slider .slider-wrap .apps-name {
  position: relative;
  font-size: 1.85em;
  line-height: 1.2;
  color: #333;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  z-index: 2;
  text-align: center;
  transition: all 0.3s linear;
}
.index-apps .apps-slider .slider-wrap .apps-name:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  content: "";
  background-color: #333;
}
@media (min-width: 992px) {
  .index-apps .apps-slider .slider-wrap .apps-name {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .index-apps .apps-slider .slider-wrap .apps-name {
    font-size: 2.5em;
  }
}
@media (min-width: 1680px) {
  .index-apps .apps-slider .slider-wrap .apps-name {
    font-size: 2.9em;
  }
}
.index-apps .apps-slider .slider-wrap .txt {
  color: #333;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
html[dir=rtl] .index-apps .apps-slider .slider-wrap .txt {
  text-align: right;
}
.index-apps .apps-slider .slider-wrap .txt p {
  line-height: 2;
}
@media (min-width: 992px) {
  .index-apps .apps-slider {
    padding-top: inherit;
    padding-bottom: 110px;
  }
  .index-apps .apps-slider .slick-prev {
    left: 0;
    top: auto;
    bottom: 0;
  }
  .index-apps .apps-slider .slick-next {
    left: calc(var(--btn-size) + 2px);
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .index-apps .apps-slider .slick-next {
    left: calc(var(--btn-size) + 12px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .index-apps .apps-slider .slick-next {
    left: calc(var(--btn-size) + 22px);
  }
}
.index-apps .apps-img-slider {
  height: 100%;
}
.index-apps .apps-img-slider .slick-list {
  height: 100%;
}
.index-apps .apps-img-slider .slick-list .slick-track {
  height: 100%;
}
.index-apps .apps-img-slider .slider-wrap {
  padding: 35px 25px;
  transform: none !important;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .index-apps .apps-img-slider .slider-wrap {
    transform: translateY(-35px) !important;
  }
}
.index-apps .apps-img-slider .slider-wrap .img-wrap {
  border-radius: 10px;
  height: 100%;
}
.index-apps .apps-img-slider .slider-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-apps .apps-img-slider .slider-wrap.slick-current.slick-active {
  transform: none !important;
}/*# sourceMappingURL=index.css.map */