@font-face {
  font-family: "Noto_Sans_TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto_Sans_TC_bold";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Bold.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.ttf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.ttf") format("opentype"), url("fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

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

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px !important;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  body {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px !important;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08rem;
}
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: #003399;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  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) * 3) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
  }
}

.index-prods .prods-con, .index-about, .index-news {
  padding: 3.5rem 0;
}
.index-prods .prods-con .block-title, .index-about .block-title, .index-news .block-title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  color: #ff0000;
}
.index-prods .prods-con .block-title2, .index-about .block-title2, .index-news .block-title2 {
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: bold;
  position: relative;
  color: #ff0000;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
  width: 100% !important;
}
.index-prods .prods-con .block-title2:after, .index-about .block-title2:after, .index-news .block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  content: "";
  background-color: #ff0000;
}
.index-prods .prods-con .block-title3, .index-about .block-title3, .index-news .block-title3 {
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: bold;
  width: 100% !important;
}
@media (min-width: 769px) {
  .index-prods .prods-con .block-title, .index-about .block-title, .index-news .block-title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .index-prods .prods-con .block-title2, .index-about .block-title2, .index-news .block-title2,
  .index-prods .prods-con .block-title3,
  .index-about .block-title3,
  .index-news .block-title3 {
    font-size: 1.55rem;
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-con, .index-about, .index-news {
    padding: 4.5rem 0;
  }
  .index-prods .prods-con .block-title, .index-about .block-title, .index-news .block-title {
    font-size: 2.8rem;
    margin-bottom: 2.7rem;
  }
  .index-prods .prods-con .block-title2, .index-about .block-title2, .index-news .block-title2,
  .index-prods .prods-con .block-title3,
  .index-about .block-title3,
  .index-news .block-title3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-con, .index-about, .index-news {
    padding: 4.5rem 0;
  }
  .index-prods .prods-con .block-title, .index-about .block-title, .index-news .block-title {
    font-size: 3.33rem;
    margin-bottom: 3rem;
  }
  .index-prods .prods-con .block-title2, .index-about .block-title2, .index-news .block-title2,
  .index-prods .prods-con .block-title3,
  .index-about .block-title3,
  .index-news .block-title3 {
    font-size: 2rem;
  }
}

.index-prods .prods-con:after, .index-prods .prods-con .prods-slider .slider-wrap a:after, .index-inds .index-inds-sm .slider-wrap, .btn-play {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .index-prods .prods-con:after, .index-prods .prods-con .prods-slider .slider-wrap a:after, .index-inds .index-inds-sm .slider-wrap, .btn-play {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .index-prods .prods-con:after, .index-prods .prods-con .prods-slider .slider-wrap a:after, .index-inds .index-inds-sm .slider-wrap, .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1680px) {
  .index-prods .prods-con:after, .index-prods .prods-con .prods-slider .slider-wrap a:after, .index-inds .index-inds-sm .slider-wrap, .btn-play {
    border-radius: 20px;
  }
}

.btn {
  padding: 0.6rem 1.5rem;
  font-size: 0.85rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.05rem !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn img {
  width: auto;
  height: 20px;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn {
    padding: 0.7rem 1.8rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.9rem 2.2rem;
    font-size: 1rem;
  }
}

.btn-sm {
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
.btn-sm img {
  width: auto;
  height: 20px;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-size: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.4rem 1rem;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.45rem 1.2rem;
    font-size: 0.95rem;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #999 !important;
  font-size: 1rem;
  text-transform: uppercase;
}
.btn-delete i {
  font-size: 1.25rem;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  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: #003399;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: #ff0000;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: scale(1.1) translate(-50%, -50%);
  }
}

.btn-dark {
  border: 0;
  color: white;
  background-color: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}

.btn-white {
  border: 0;
  border-radius: 4px;
  color: #666;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  min-width: auto !important;
}
.btn-white i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #666;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  color: white !important;
  background-color: #ff0000 !important;
}
.btn-white:hover i, .btn-white:active i, .btn-white:focus i {
  color: white !important;
}
.btn-white.show {
  color: #333 !important;
  background-color: #f6f6f6 !important;
}
.btn-white.show i {
  color: #333 !important;
}

.btn-primary {
  border: 0;
  color: white;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-primary img {
  filter: invert(1) brightness(100);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}
html[dir=rtl] .btn-primary img {
  transform: scaleX(-1);
}

.btn-secondary {
  border: 0;
  color: white;
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-secondary img {
  filter: invert(1) brightness(100);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}
html[dir=rtl] .btn-secondary img {
  transform: scaleX(-1);
}

.btn-outline-secondary {
  border: 1px solid #cccccc;
  background-color: white;
  color: #ff0000;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  border: 1px solid #ff0000;
  background-color: #ff0000;
  color: white;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 0.8rem;
  color: white !important;
  border-radius: 4px;
}

.btn-more {
  background-color: #333;
  border: 1px solid #333;
  color: white;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6rem 1rem;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #003399 !important;
}

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

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

.form-control {
  border-radius: 4px;
  border: 0;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

button {
  border-radius: 4px;
  border: 0;
}

.main-slider {
  position: relative;
}
.main-slider .slider-wrap {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  z-index: 1;
}
.main-slider .slider-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 80%);
  z-index: 4;
}
.main-slider .slider-wrap img.slider-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  z-index: 3;
}
.main-slider .slider-wrap .container-fluid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.main-slider .slider-wrap .container-fluid .caption {
  font-size: 2rem;
  font-weight: bold;
  text-transform: capitalize;
  padding-right: 0;
  color: white;
  padding-right: 18%;
}
.main-slider .slider-wrap .container-fluid .sub-title {
  font-size: 0.95rem;
  line-height: 1.6rem;
  color: white;
  display: flex;
  align-items: center;
  padding-right: 18%;
}
.main-slider .slider-wrap .container-fluid .sub-title:after {
  display: inline-flex;
  width: 20px;
  height: 1px;
  content: "";
  background-color: white;
  margin-left: 0.5rem;
}
@media (min-width: 769px) {
  .main-slider .slider-wrap .container-fluid .caption {
    font-size: 2.4rem;
    padding-right: 35%;
    text-transform: uppercase;
  }
  .main-slider .slider-wrap .container-fluid .sub-title {
    font-size: 1.15rem;
    padding-right: 35%;
  }
}
@media (min-width: 992px) {
  .main-slider .slider-wrap .container-fluid .caption {
    font-size: 3.1rem;
  }
  .main-slider .slider-wrap .container-fluid .sub-title {
    font-size: 1.2rem;
  }
  .main-slider .slider-wrap .container-fluid .sub-title:after {
    width: 30px;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .main-slider .slider-wrap .container-fluid .caption {
    font-size: 3.5rem;
  }
  .main-slider .slider-wrap .container-fluid .sub-title {
    font-size: 1.45rem;
  }
}
@media (min-width: 992px) and (min-width: 1680px) {
  .main-slider .slider-wrap .container-fluid .caption {
    font-size: 4rem;
  }
  .main-slider .slider-wrap .container-fluid .sub-title {
    font-size: 1.67rem;
  }
}
@media (min-width: 992px) {
  .main-slider .slider-wrap {
    min-height: 600px;
  }
}
.main-slider .slick-dots {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  z-index: 10;
  right: 30px;
  left: auto;
  width: 40px;
}
.main-slider .slick-dots li {
  margin: 0;
}
.main-slider .slick-dots li button.custom-dot {
  background: none;
  border: none;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  text-align: right;
  padding: 0;
  position: relative;
  width: 40px;
}
.main-slider .slick-dots li button.custom-dot .dot-number {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-slider .slick-dots li.slick-active button.custom-dot {
  color: #ff0000;
}
@media (min-width: 769px) {
  .main-slider .slick-dots {
    right: calc(var(--bs-gutter-x) * 3);
  }
}
@media (min-width: 1200px) {
  .main-slider .slider-wrap {
    height: auto;
  }
  .main-slider .slider-wrap img.slider-img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    transform: none;
  }
  .main-slider .slick-dots {
    right: calc(var(--bs-gutter-x) * 4);
  }
}

.index-prods {
  padding: 3rem 0;
  background-color: #f6f6f6;
  position: relative;
  z-index: 2;
}
.index-prods .prods-con {
  position: relative;
  padding: 0;
  overflow: visible;
}
.index-prods .prods-con:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  box-shadow: none;
  z-index: -1;
}
.index-prods .prods-con .block-title {
  color: #ff0000;
  text-align: left;
  margin-bottom: 1rem !important;
}
.index-prods .prods-con .prods-slider {
  position: relative;
}
.index-prods .prods-con .prods-slider .slider-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0;
  overflow: visible;
}
.index-prods .prods-con .prods-slider .slider-wrap a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 25px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-prods .prods-con .prods-slider .slider-wrap a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% - 30px);
  background-color: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
  z-index: 0;
}
.index-prods .prods-con .prods-slider .slider-wrap a img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.index-prods .prods-con .prods-slider .slider-wrap a .p-title {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  z-index: 1;
  line-height: 1.4;
  padding: 0 0.5rem;
}
.index-prods .prods-con .prods-slider .slider-wrap a:hover .p-title {
  color: #003399;
}
.index-prods .prods-con .prods-slider .slider-wrap a:hover .p-title:after {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.index-prods .prods-con .prods-slider .slick-prev {
  left: 0 !important;
}
.index-prods .prods-con .prods-slider .slick-next {
  right: 0 !important;
}
@media (min-width: 769px) {
  .index-prods .prods-con .prods-slider .slick-prev {
    left: -20px !important;
  }
  .index-prods .prods-con .prods-slider .slick-next {
    right: -20px !important;
  }
}
@media (min-width: 1200px) {
  .index-prods {
    background-color: transparent;
    margin-top: -9rem;
  }
  .index-prods .prods-con {
    padding: 0;
  }
  .index-prods .prods-con:after {
    background-color: #003399;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  }
  .index-prods .prods-con .block-title {
    color: white;
    text-align: center;
  }
  .index-prods .prods-con .prods-slider {
    position: relative;
  }
  .index-prods .prods-con .prods-slider .slider-wrap a .p-title {
    color: white;
    font-size: 1.1rem;
  }
  .index-prods .prods-con .prods-slider .slider-wrap a:hover:after {
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .index-prods .prods-con .prods-slider .slick-prev {
    left: -30px !important;
  }
  .index-prods .prods-con .prods-slider .slick-next {
    right: -30px !important;
  }
}

.index-about {
  background-image: url("../images/bg-index-about.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.index-about .focus {
  margin-bottom: 5rem;
}
.index-about .focus .list img {
  width: 55px;
  height: auto;
}
.index-about .focus .list .focus-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.index-about .focus .list p {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .index-about .focus .list img {
    width: 60px;
    height: auto;
  }
  .index-about .focus .list .focus-title {
    font-size: 1.33rem;
    font-weight: bold;
  }
}
.index-about .intro .block-title {
  color: #ff0000;
}
.index-about .intro p {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .index-about .intro p {
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  .index-about .intro p {
    font-size: 1.15rem;
  }
}

.index-inds {
  position: relative;
}
.index-inds .index-inds-bg {
  position: relative;
  z-index: 0;
}
@media (min-width: 1200px) {
  .index-inds .index-inds-bg {
    padding-bottom: 80px;
  }
}
.index-inds .index-inds-bg .slider-wrap {
  position: relative;
  z-index: 0;
}
.index-inds .index-inds-bg .slider-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  display: none;
}
@media (min-width: 1200px) {
  .index-inds .index-inds-bg .slider-wrap:after {
    display: block;
  }
}
.index-inds .index-inds-bg .slider-wrap img.inds-img-lg {
  width: 100% !important;
  height: auto !important;
  z-index: 0;
}
@media (min-width: 1200px) {
  .index-inds .index-inds-bg .slider-wrap img.inds-img-lg {
    min-height: 650px;
  }
}
.index-inds .index-inds-bg .slider-wrap .inds-intro {
  position: relative !important;
  top: auto;
  left: auto;
  transform: none;
  z-index: 2;
  text-align: center;
  padding: 3.5rem 2.5rem !important;
}
.index-inds .index-inds-bg .slider-wrap .inds-intro .inds-name {
  font-size: 2.3rem;
  color: #ff0000;
  font-weight: bold;
}
.index-inds .index-inds-bg .slider-wrap .inds-intro .inds-txt {
  font-size: 0.95rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .index-inds .index-inds-bg .slider-wrap .inds-intro {
    text-align: left;
  }
  .index-inds .index-inds-bg .slider-wrap .inds-intro .inds-name {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .index-inds .index-inds-bg .slider-wrap .inds-intro {
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 4.5rem calc(var(--bs-gutter-x) * 3) !important;
  }
  .index-inds .index-inds-bg .slider-wrap .inds-intro .inds-txt {
    font-size: 1.1rem;
    color: white;
  }
}
@media (min-width: 1680px) {
  .index-inds .index-inds-bg .slider-wrap .inds-intro .inds-name {
    font-size: 3.3rem;
  }
}
.index-inds .index-inds-bg .slick-prev,
.index-inds .index-inds-bg .slick-next {
  top: 40%;
  transform: 0;
}
@media (max-width: 1200px) {
  .index-inds .index-inds-bg .slick-prev {
    left: 20px;
  }
  .index-inds .index-inds-bg .slick-next {
    right: 20px;
  }
}
.index-inds .index-inds-sm {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .index-inds .index-inds-sm {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.index-inds .index-inds-sm .slick-track {
  padding: 2rem 0;
}
.index-inds .index-inds-sm .slick-list {
  margin: 0 -20px;
}
.index-inds .index-inds-sm .slider-wrap {
  margin: 0 20px;
  height: 240px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s linear;
}
.index-inds .index-inds-sm .slider-wrap img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .index-inds .index-inds-sm .slider-wrap {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .index-inds .index-inds-sm .slider-wrap {
    height: 340px;
  }
}
@media (min-width: 1680px) {
  .index-inds .index-inds-sm .slider-wrap {
    height: 480px;
  }
}
.index-inds .index-inds-sm .slider-wrap:hover, .index-inds .index-inds-sm .slider-wrap:active, .index-inds .index-inds-sm .slider-wrap:focus, .index-inds .index-inds-sm .slider-wrap.slick-current {
  box-shadow: 0 0 24px rgba(255, 0, 0, 0.5);
}

.index-news {
  background-color: #f6f6f6;
}
.index-news .news-list {
  padding: 1.5rem;
  width: 100%;
  border-radius: 50px;
  background-color: transparent;
  display: block;
  color: #333;
}
.index-news .news-list:first-child {
  padding-top: 0;
}
.index-news .news-list:hover, .index-news .news-list:active {
  background: linear-gradient(to right, rgba(246, 246, 246, 0) 10%, rgb(246, 246, 246) 50%);
}
.index-news .news-list:hover .row .btn-dark, .index-news .news-list:active .row .btn-dark {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}
.index-news .news-list:hover .row .news-title, .index-news .news-list:active .row .news-title {
  color: #003399;
}
.index-news .news-list .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .index-news .news-list .row {
    justify-content: space-between;
  }
}
.index-news .news-list .row .d-none {
  justify-content: flex-end;
}
.index-news .news-list .row .post-time {
  font-size: 0.88rem;
  color: #999;
}
.index-news .news-list .row .news-type {
  font-size: 0.88rem;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  background-color: white;
  border-radius: 50px;
  text-transform: uppercase;
}
.index-news .news-list .row .news-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-news {
    background-color: white;
  }
  .index-news .news-list .row .post-time {
    font-size: 1rem;
    color: #333;
  }
  .index-news .news-list .row .news-type {
    background-color: #f6f6f6;
  }
}/*# sourceMappingURL=index.css.map */