@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: "Poppins";
  src: url("fonts/Poppins/Poppins-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins Bold";
  src: url("fonts/Poppins/Poppins-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Righteous";
  src: url("fonts/Righteous/Righteous-Regular.ttf") format("opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

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

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

body {
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  counter-reset: num;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 769px) {
  body {
    font-size: 18px;
  }
}
body p, body ul, body li {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.07rem;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark, body .mark {
  color: #cc0000 !important;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}
body .imp {
  color: red;
  font-size: 1.25rem;
}
body .block-caption {
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
body .block-caption:before {
  display: inline-flex;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #ff0000;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 10px;
}
body .text-danger {
  color: red !important;
}
body .btn {
  padding: 0.8rem 1.3rem;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
body .btn-sm {
  padding: 0.6rem 1.3rem !important;
}
body .btn-none {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
body .btn-primary {
  background-color: #ff0000 !important;
  color: white !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background-color: #f0f0f0 !important;
  color: #ff0000 !important;
}
body .btn-outline-primary {
  background-color: transparent !important;
  color: #333 !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 1px solid #333;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-outline-primary:hover, body .btn-outline-primary:active, body .btn-outline-primary:focus {
  background-color: #333 !important;
  color: white !important;
  border: 1px solid #333;
}
body .btn-secondary {
  background-color: #666;
  color: white;
  border: 0;
}
body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
  background-color: #222 !important;
  color: white !important;
}
body .btn-send {
  color: #ff0000;
  border: 0;
}
body .btn-send i {
  font-size: 1.5rem;
}
body .btn-send:hover, body .btn-send:active, body .btn-send:focus {
  background-color: #ff0000;
  color: white;
  border: 0;
}
body .btn-refresh {
  font-size: 1.6rem;
  color: #999;
  padding: 0 !important;
  border: 0 !important;
  transition: all 0.3s linear;
}
body .btn-refresh:hover, body .btn-refresh:active, body .btn-refresh:focus {
  transform: rotate(180deg);
  transform-origin: center;
  color: #ff0000;
}
body .btn-play {
  border: 0;
  background-color: transparent;
  color: #ff0000;
  display: flex;
  align-items: center;
}
body .btn-play i {
  font-size: 2rem;
  background-color: white;
  border-radius: 50%;
  position: relative;
  width: 31px;
  height: 31px;
  z-index: 0;
}
body .btn-play i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}
body .btn-play i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 50%;
  background-color: white;
  border: 5px solid #ff0000;
  box-shadow: 0 0 15px rgba(180, 1, 59, 0.7);
  z-index: -1;
  transition: all 0.3s linear;
}
body .btn-play:hover i:after {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}
@media (min-width: 769px) {
  .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: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 3.5) !important;
  }
}

.index-news, .index-service, .index-slogan, .index-prods {
  padding: 3rem 0;
}
.index-news .block-title, .index-service .block-title, .index-slogan .block-title, .index-prods .block-title {
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.index-news .block-title:after, .index-service .block-title:after, .index-slogan .block-title:after, .index-prods .block-title:after {
  content: "/";
  display: inline-flex;
  margin-left: 0.5rem;
}
.index-news .block-subtitle, .index-service .block-subtitle, .index-slogan .block-subtitle, .index-prods .block-subtitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-news .block-title, .index-service .block-title, .index-slogan .block-title, .index-prods .block-title {
    font-size: 1.2rem;
  }
  .index-news .block-subtitle, .index-service .block-subtitle, .index-slogan .block-subtitle, .index-prods .block-subtitle {
    font-size: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .index-news, .index-service, .index-slogan, .index-prods {
    padding: 4.5rem 0;
  }
  .index-news .block-title, .index-service .block-title, .index-slogan .block-title, .index-prods .block-title {
    font-size: 1.3rem;
  }
  .index-news .block-subtitle, .index-service .block-subtitle, .index-slogan .block-subtitle, .index-prods .block-subtitle {
    font-size: 2rem;
  }
}

.index-others .col-12.col-md-6 .txt .caption, .index-slogan .num, .index-prods .slider-wrap .prods-name, .top-slider .main-slider .slider-wrap .slider-caption h3, .index-news .block-title, .index-service .block-title, .index-slogan .block-title, .index-prods .block-title {
  font-family: "Righteous", Arial, "Noto Sans TC", sans-serif !important;
}

.index-news .news-slider .slider-wrap .news-title, .index-slogan .txt b, .index-news .block-subtitle b, .index-service .block-subtitle b, .index-slogan .block-subtitle b, .index-prods .block-subtitle b {
  font-family: "Poppins Bold", Arial, "Noto Sans TC", sans-serif !important;
}

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.modal .modal-dialog .modal-content {
  border: 0;
}
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .fixed-top .offcanvas {
    display: none;
  }
  .fixed-top .subnav:after {
    display: none !important;
  }
  .fixed-top .subnav .navbar-nav .nav-item .nav-link {
    color: #cc0000;
  }
  .fixed-top .subnav .navbar-nav .nav-item .nav-link i {
    color: #cc0000;
  }
  .fixed-top .subnav .navbar-nav .nav-item .nav-link i .dot {
    background-color: #cc0000 !important;
  }
  .fixed-top.fixed .offcanvas {
    display: block;
  }
}
.top-slider {
  position: relative;
}
.top-slider .sidenav {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  width: 15%;
  padding-right: 1rem;
  transform: translateY(-50%);
  z-index: 9;
  border-left: 3px solid #ff0000;
  display: none;
}
@media (min-width: 1200px) {
  .top-slider .sidenav {
    left: calc((100% - 1140px) / 2);
    display: block;
  }
}
@media (min-width: 1400px) {
  .top-slider .sidenav {
    left: calc((100% - 1320px) / 2);
  }
}
.top-slider .sidenav ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.top-slider .sidenav ul li {
  list-style: none;
  margin: 0 0 0.8rem 0;
}
.top-slider .sidenav ul li a {
  display: block;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.top-slider .sidenav ul li a:hover, .top-slider .sidenav ul li a:active, .top-slider .sidenav ul li a:focus {
  color: #ff0000;
}
.top-slider .sidenav ul li:last-child {
  margin: 0;
}
.top-slider .scroll-down {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  color: #666;
  z-index: 9;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: bolder;
  align-items: center;
  padding: 0.5rem 0;
  display: none;
}
.top-slider .scroll-down i {
  font-weight: normal;
  font-size: 1.1rem;
}
.top-slider .scroll-down:hover, .top-slider .scroll-down:active, .top-slider .scroll-down:focus {
  color: #ff0000;
}
@media (min-width: 1200px) {
  .top-slider .scroll-down {
    left: calc((100% - 1140px) / 2);
    display: block;
  }
}
@media (min-width: 1400px) {
  .top-slider .scroll-down {
    left: calc((100% - 1320px) / 2);
  }
}
.top-slider .main-slider {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  width: 100%;
  background-image: url("../images/bg-index-slider.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 992px) {
  .top-slider .main-slider {
    margin-top: 0;
  }
}
.top-slider .main-slider .slider-wrap {
  position: relative;
  width: 100%;
  min-height: 400px;
}
@media (min-width: 992px) {
  .top-slider .main-slider .slider-wrap {
    min-height: 650px;
  }
}
@media (min-width: 1200px) {
  .top-slider .main-slider .slider-wrap {
    min-height: 750px;
  }
}
.top-slider .main-slider .slider-wrap .slider-caption {
  position: absolute;
  width: calc(100% - 3rem);
  z-index: 2;
  left: 1.5rem;
  top: auto;
  bottom: 45px;
  transform: none;
  padding-left: 0;
}
.top-slider .main-slider .slider-wrap .slider-caption h3 {
  font-size: 1.4rem;
  line-height: 1.1em;
  color: #ff0000;
  margin-bottom: 0;
  margin-bottom: 0.5rem;
  padding-right: 33%;
}
.top-slider .main-slider .slider-wrap .slider-caption p {
  font-size: 0.9rem;
  line-height: 1.3em;
  font-weight: bold;
  padding-right: 33%;
}
.top-slider .main-slider .slider-wrap .slider-caption .prods-img {
  width: 100%;
}
@media (min-width: 576px) {
  .top-slider .main-slider .slider-wrap .slider-caption {
    width: 351px;
    left: calc((100% - 540px) / 2);
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .top-slider .main-slider .slider-wrap .slider-caption h3 {
    padding-right: 0;
  }
  .top-slider .main-slider .slider-wrap .slider-caption p {
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .top-slider .main-slider .slider-wrap .slider-caption {
    width: 468px;
    left: calc((100% - 720px) / 2);
  }
  .top-slider .main-slider .slider-wrap .slider-caption h3 {
    font-size: 2rem;
  }
  .top-slider .main-slider .slider-wrap .slider-caption p {
    font-size: 1.15rem;
  }
  .top-slider .main-slider .slider-wrap .slider-caption .prods-img {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .top-slider .main-slider .slider-wrap .slider-caption {
    width: 624px;
    left: calc((100% - 960px) / 2);
  }
  .top-slider .main-slider .slider-wrap .slider-caption h3 {
    font-size: 2.4rem;
  }
  .top-slider .main-slider .slider-wrap .slider-caption p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .top-slider .main-slider .slider-wrap .slider-caption {
    width: 741px;
    left: calc((100% - 1140px) / 2);
    padding-left: 15%;
  }
  .top-slider .main-slider .slider-wrap .slider-caption h3 {
    font-size: 2.4rem;
  }
  .top-slider .main-slider .slider-wrap .slider-caption p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .top-slider .main-slider .slider-wrap .slider-caption {
    width: 858px;
    left: calc((100% - 1320px) / 2);
  }
  .top-slider .main-slider .slider-wrap .slider-caption h3 {
    font-size: 2.9rem;
  }
  .top-slider .main-slider .slider-wrap .slider-caption p {
    font-size: 1.4rem;
  }
  .top-slider .main-slider .slider-wrap .slider-caption .prods-img {
    width: 100%;
  }
}
@media (min-width: 1680px) {
  .top-slider .main-slider .slider-wrap .slider-caption {
    width: 858px;
    left: calc((100% - 1320px) / 2);
  }
  .top-slider .main-slider .slider-wrap .slider-caption h3 {
    font-size: 3.3rem;
  }
  .top-slider .main-slider .slider-wrap .slider-caption p {
    font-size: 1.5rem;
  }
}
.top-slider .main-slider .slider-wrap .slider-img {
  width: 45%;
  height: auto;
  z-index: 0;
  margin-left: 55%;
}
.top-slider .main-slider .slider-wrap .slider-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .top-slider .main-slider .slider-wrap .slider-img {
    width: 40%;
    margin-left: 60%;
  }
}
@media (min-width: 769px) {
  .top-slider .main-slider .slider-wrap .slider-img {
    width: 45%;
    margin-left: 65%;
  }
}

.slick-active .slider-caption h3,
.slick-active .slider-caption p {
  animation: fadeinleft 1s;
}
.slick-active .slider-img img {
  animation: fadeIn 2s;
}

@-webkit-keyframes fadeinleft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeinleft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeinleft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeinleft;
}

/*Products*/
.index-prods {
  background: -webkit-linear-gradient(left, rgb(51, 0, 0) 0%, rgb(199, 24, 31) 20%, rgb(199, 24, 31) 80%, rgb(51, 0, 0) 100%);
  background: -o-linear-gradient(left, rgb(51, 0, 0) 0%, rgb(199, 24, 31) 20%, rgb(199, 24, 31) 80%, rgb(51, 0, 0) 100%);
  background: linear-gradient(to right, rgb(51, 0, 0) 0%, rgb(199, 24, 31) 20%, rgb(199, 24, 31) 80%, rgb(51, 0, 0) 100%);
  padding-left: 0;
  padding-right: 0;
}
.index-prods .slick-slide {
  margin: 0 15px;
}
.index-prods .slider-wrap {
  text-align: center;
}
.index-prods .slider-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  transform: scale(0.85);
}
.index-prods .slider-wrap .prods-name {
  font-size: 1.3rem;
  color: white !important;
}
.index-prods .slider-wrap a {
  display: block;
}
.index-prods .slider-wrap:hover img, .index-prods .slider-wrap:active img, .index-prods .slider-wrap:focus img {
  transform: scale(1);
}
@media (min-width: 1200px) {
  .index-prods {
    padding-left: 10%;
    padding-right: 10%;
  }
  .index-prods .slick-slide {
    margin: 0 30px;
  }
}

/*Slogan*/
.index-slogan {
  position: relative;
}
.index-slogan:before {
  position: absolute;
  left: -15px;
  top: 15px;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #ff0000;
  transform: skewX(-45deg);
}
.index-slogan:after {
  position: absolute;
  left: -15px;
  top: 23px;
  width: 45%;
  height: 4px;
  content: "";
  background-color: #ff0000;
  transform: skewX(-45deg);
}
@media (min-width: 992px) {
  .index-slogan:before {
    width: 33%;
    height: 5px;
  }
  .index-slogan:after {
    width: 30%;
    height: 5px;
    top: 25px;
  }
}
.index-slogan .block-title {
  color: #333;
  font-size: 1.9rem;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.index-slogan .block-title:after {
  display: none;
}
.index-slogan .block-subtitle {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #999;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-slogan .block-title {
    font-size: 2.1rem;
  }
  .index-slogan .block-subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .index-slogan {
    padding: 4.5rem 0;
  }
  .index-slogan .block-title {
    font-size: 2.67rem;
  }
  .index-slogan .block-subtitle {
    font-size: 1.85rem;
  }
}
.index-slogan .num {
  font-size: 1.8rem;
  color: red;
  text-align: right;
  position: relative;
}
.index-slogan .num:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #999;
  transform: translateY(-50%);
}
.index-slogan .txt {
  font-size: 1.1rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (min-width: 520px) {
  .index-slogan .num {
    font-size: 2.4rem;
  }
  .index-slogan .txt {
    font-size: 1.3rem;
  }
}
@media (min-width: 769px) {
  .index-slogan .num {
    font-size: 2.8rem;
  }
  .index-slogan .txt {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .index-slogan .num {
    font-size: 2.8rem;
  }
  .index-slogan .txt {
    font-size: 1.45rem;
  }
}
@media (min-width: 1680px) {
  .index-slogan .num {
    font-size: 3.33rem;
  }
  .index-slogan .txt {
    font-size: 1.8rem;
  }
}

/*Service*/
.index-service {
  background-color: black;
  color: white;
  position: relative;
}
.index-service:before {
  position: absolute;
  right: -15px;
  top: 15px;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #ff0000;
  transform: skewX(45deg);
}
.index-service:after {
  position: absolute;
  right: -15px;
  top: 23px;
  width: 45%;
  height: 4px;
  content: "";
  background-color: #ff0000;
  transform: skewX(45deg);
}
@media (min-width: 992px) {
  .index-service:before {
    width: 33%;
    height: 5px;
  }
  .index-service:after {
    width: 30%;
    height: 5px;
    top: 25px;
  }
}
.index-service ul {
  padding: 0;
  margin: 0;
}
.index-service ul li {
  font-size: 1.1rem;
  list-style: none;
}
@media (min-width: 992px) {
  .index-service ul li {
    font-size: 1.2rem;
  }
}
.index-service ul li:before {
  display: inline-flex;
  content: "\f280";
  font-family: "Bootstrap-icons";
  margin-right: 0.5rem;
  font-size: 0.9rem;
  color: #ff0000;
}
.index-service ul li a {
  color: #ff0000;
  display: inline-flex;
}
.index-service ul li ul {
  margin: 0.5rem 0 1.5rem 0.8rem;
}
.index-service ul li ul li {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
@media (min-width: 1200px) {
  .index-service ul li ul li {
    font-size: 1.1rem;
  }
}
.index-service ul li ul li:before {
  display: none;
}
.index-service ul li ul li a {
  color: white;
  display: inline-flex;
  width: 100%;
}

/*News*/
.index-news {
  background-image: url(../images/bg-index-news.png);
  background-size: 35% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 400px;
}
.index-news .news-slider {
  margin-top: 2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .index-news .news-slider {
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
  }
}
.index-news .news-slider .slider-wrap {
  padding-right: 0;
  transition: flex 0.3s ease, transform 0.3s ease !important;
}
.index-news .news-slider .slider-wrap .row {
  flex-direction: row;
}
.index-news .news-slider .slider-wrap .row img {
  display: block;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-news .news-slider .slider-wrap {
    padding-right: 50px;
  }
  .index-news .news-slider .slider-wrap .row {
    flex-direction: row-reverse;
  }
  .index-news .news-slider .slider-wrap .row img {
    display: none;
  }
}
.index-news .news-slider .slider-wrap .post-time {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.index-news .news-slider .slider-wrap .news-title {
  color: #ff0000;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.index-news .news-slider .slider-wrap .news-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  box-sizing: border-box;
  color: #333;
  font-size: 1rem;
}
.index-news .news-slider .slick-slide.slick-active.slick-current .row {
  flex-direction: row;
}
.index-news .news-slider .slick-slide.slick-active.slick-current .row img {
  display: block;
}
.index-news .news-slider .slick-list {
  padding-right: 0 !important;
  overflow: hidden;
}
@media (min-width: 992px) {
  .index-news .news-slider .slick-list {
    padding-right: 20% !important;
    overflow: visible;
  }
}

/*Others*/
.index-others {
  margin-bottom: 5px;
}
.index-others .col-12.col-md-6 {
  position: relative;
}
.index-others .col-12.col-md-6 a {
  display: block;
  overflow: hidden;
}
.index-others .col-12.col-md-6 a img {
  transform: scale(1);
  transition: all 0.3s linear;
}
.index-others .col-12.col-md-6 .txt {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  display: block;
  padding: 2.5rem 1.5rem;
  transform: translateY(-50%);
  color: white;
}
.index-others .col-12.col-md-6 .txt .caption {
  font-size: 1.5rem;
}
.index-others .col-12.col-md-6 .txt p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.4em;
}
@media (min-width: 520px) {
  .index-others .col-12.col-md-6 .txt {
    width: 100%;
    padding: 1.5rem;
  }
  .index-others .col-12.col-md-6 .txt .caption {
    font-size: 1.85rem;
  }
  .index-others .col-12.col-md-6 .txt p {
    font-size: 0.95rem;
  }
}
@media (min-width: 769px) {
  .index-others .col-12.col-md-6 .txt {
    width: 85%;
    padding: 1.5rem;
  }
  .index-others .col-12.col-md-6 .txt .caption {
    font-size: 1.7rem;
  }
  .index-others .col-12.col-md-6 .txt p {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .index-others .col-12.col-md-6 .txt {
    padding: 4.5rem 3rem;
  }
  .index-others .col-12.col-md-6 .txt .caption {
    font-size: 2.2rem;
  }
  .index-others .col-12.col-md-6 .txt p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .index-others .col-12.col-md-6 .txt {
    padding: 4.5rem;
  }
  .index-others .col-12.col-md-6 .txt .caption {
    font-size: 3.3rem;
  }
  .index-others .col-12.col-md-6 .txt p {
    font-size: 1.3rem;
  }
}
.index-others .col-12.col-md-6:hover img, .index-others .col-12.col-md-6:active img, .index-others .col-12.col-md-6:focus img {
  transform: scale(1.1);
}/*# sourceMappingURL=index.css.map */