*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #003d89;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

.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;
  }
}

.index-prods, .index-about, .index-news {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .index-prods, .index-about, .index-news {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .index-prods, .index-about, .index-news {
    padding: 5em 0;
  }
}

.index-news .news-slider .slider-wrap.slick-current.slick-active .img-wrap {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

.main-slider .slider-wrap .container .title-lg, .main-slider .slider-wrap .container .subtitle {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

.index-news .news-slider .slider-wrap .post-time, .btn-secondary, .btn-primary, .block-title5, .block-title4, .block-title3, .block-title2, .block-title-sub {
  font-family: "Work_Sans", Arial, "Noto Sans TC", sans-serif;
}

.main-slider .slider-wrap .container .title-lg, .main-slider .slider-wrap .container .subtitle, .index-about .service-slider .slider-wrap .step-num span, .block-title {
  font-family: "Work_Sans_Bold", Arial, "Noto Sans TC", sans-serif;
}

.text-primary {
  color: #003d89 !important;
}

.block-title {
  font-size: 2.5em;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
  line-height: 1;
}
.block-title:before {
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 20%;
  height: 5px;
  content: "";
  background-color: white;
}
.block-title:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 40%;
  height: 1px;
  content: "";
  background-color: white;
}
.block-title.primary {
  color: #003d89;
}
.block-title.primary:before, .block-title.primary:after {
  background-color: #003d89;
}
.block-title.title-sm {
  font-size: 2.5em !important;
}
@media (min-width: 769px) {
  .block-title.title-sm {
    font-size: 2.4em !important;
  }
}
@media (min-width: 992px) {
  .block-title.title-sm {
    font-size: 2.6em !important;
  }
}
@media (min-width: 1200px) {
  .block-title.title-sm {
    font-size: 2.85em !important;
  }
}
@media (min-width: 1680px) {
  .block-title.title-sm {
    font-size: 3.33em !important;
  }
}
@media (min-width: 769px) {
  .block-title {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 3.4em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 4em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 5.2em;
  }
}

.block-title-sub {
  font-size: 1.7em;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #003d89;
  font-weight: bold;
}
.block-title-sub:before {
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 20%;
  height: 5px;
  content: "";
  background-color: #003d89;
}
.block-title-sub:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 40%;
  height: 1px;
  content: "";
  background-color: #003d89;
}
@media (min-width: 769px) {
  .block-title-sub {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title-sub {
    font-size: 2.4em;
  }
}
@media (min-width: 1200px) {
  .block-title-sub {
    font-size: 2.8em;
  }
}
@media (min-width: 1680px) {
  .block-title-sub {
    font-size: 3.33em;
  }
}

.block-title2 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.5em 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.26em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.67em;
  }
}

.block-title3 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #003d89;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.26em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.67em;
  }
}

.block-title4 {
  display: inline-flex;
  background-color: #003d89;
  color: white;
  font-size: 2em;
  padding: 0.1em 0.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.block-title4.title-sm {
  padding: 0.3em 1em;
  font-size: 1.45em;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 2.6em;
  }
  .block-title4.title-sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 3.2em;
  }
  .block-title4.title-sm {
    font-size: 2.2em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 4em;
  }
  .block-title4.title-sm {
    font-size: 2.67em;
  }
}

.block-title5 {
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 2em;
  }
}

.btn-primary img {
  filter: invert(13%) sepia(60%) saturate(4757%) hue-rotate(202deg) brightness(91%) contrast(104%);
}

.index-about .service-slider .slider-wrap img, .btn-secondary img {
  filter: invert(46%) sepia(46%) saturate(4550%) hue-rotate(1deg) brightness(103%) contrast(104%);
}

.btn-secondary:hover img, .btn-secondary:active img, .btn-secondary:focus img, .btn-primary:hover img, .btn-primary:active img, .btn-primary:focus img {
  filter: invert(1) brightness(100);
}

.img-wrap {
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.btn {
  padding: 0.6em 0;
  font-size: 1em;
  border-radius: 0;
  font-weight: normal;
  letter-spacing: 0.05em !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.7em 0;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.8em 0;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.5em 0.7em !important;
  font-size: 0.9em;
  border-radius: 0;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 0.8em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 0.9em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #003d89 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: 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: #003d89;
  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: rgba(0, 61, 137, 0.7);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:after {
    width: 65px;
    height: 65px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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: translate(-50%, -50%);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-primary {
  position: relative;
  border: 0 !important;
  color: #003d89;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary img {
  width: auto;
  height: 8px;
  margin-left: 20px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #003d89;
}
.btn-secondary {
  position: relative;
  border: 0 !important;
  color: #ff6600;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary img {
  width: auto;
  height: 8px;
  margin-left: 20px;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ff6600;
}
.btn-outline-primary {
  border: 1px solid #003d89;
  color: #003d89;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #003d89 !important;
  border: 1px solid #003d89 !important;
  color: white !important;
}

.btn-search {
  border: 0 !important;
  background-color: #333;
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 4px;
}

.btn-send {
  background-color: #003d89;
  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: #ff6600;
  color: White;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.main-slider {
  overflow-x: hidden;
}
.main-slider .slider-wrap {
  position: relative;
  background-color: white;
  z-index: 1;
}
.main-slider .slider-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.333%;
  height: 100%;
  content: "";
  background-image: url("../images/main-slider-mask.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}
.main-slider .slider-wrap .bg-img {
  position: relative;
  width: 220%;
  height: auto;
  z-index: 0;
}
@-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);
  }
}
.main-slider .slider-wrap .slideIn {
  -webkit-animation: slideIn 6s linear forwards;
  animation: slideIn 6s linear forwards;
}
.main-slider .slider-wrap a {
  color: white;
}
.main-slider .slider-wrap .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.main-slider .slider-wrap .container .title-lg {
  font-size: 3.4em;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0.25em;
}
.main-slider .slider-wrap .container .subtitle {
  font-size: 1em;
  line-height: 1;
  color: white;
  display: flex;
  align-items: flex-start;
}
.main-slider .slider-wrap .container .subtitle:before {
  width: 40px;
  height: 1px;
  content: "";
  background-color: white;
  display: inline-flex;
  margin: 1em 20px 1em 0;
}
.main-slider .slider-wrap .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .main-slider .slider-wrap .bg-img {
    position: relative;
    width: 150%;
    height: auto;
    z-index: 0;
  }
  .main-slider .slider-wrap .container .title-lg {
    font-size: 4.2em;
  }
  .main-slider .slider-wrap .container .subtitle {
    font-size: 1.3em;
    line-height: 1.6em;
  }
}
@media (min-width: 769px) {
  .main-slider .slider-wrap .container .title-lg {
    font-size: 4em;
  }
  .main-slider .slider-wrap .container .subtitle {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .main-slider .slider-wrap .bg-img {
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .main-slider .slider-wrap .container .title-lg {
    font-size: 3.8em;
  }
  .main-slider .slider-wrap .container .subtitle {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .main-slider .slider-wrap .container .title-lg {
    font-size: 5em;
  }
  .main-slider .slider-wrap .container .subtitle {
    font-size: 1.45em;
    line-height: 1.6em;
  }
}
@media (min-width: 1680px) {
  .main-slider .slider-wrap .container .title-lg {
    font-size: 6.67em !important;
  }
  .main-slider .slider-wrap .container .subtitle {
    font-size: 2em;
  }
}
.main-slider .slick-dots {
  text-align: end;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  bottom: 1.5em;
}
@media (min-width: 576px) {
  .main-slider .slick-dots {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .main-slider .slick-dots {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .main-slider .slick-dots {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .main-slider .slick-dots {
    max-width: 1140px;
    bottom: 3em;
  }
}
@media (min-width: 1400px) {
  .main-slider .slick-dots {
    max-width: 1320px;
  }
}
.main-slider .slick-active .bg-img {
  animation: slideIn 6s linear;
}
.main-slider .slick-active .title-lg,
.main-slider .slick-active .subtitle {
  animation: fadeInLeft 0.5s linear;
}

.index-prods {
  background-image: url("../images/bg-parallelogram.png");
  background-size: 25% auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .index-prods {
    background-size: 15% auto;
  }
}
.index-prods .block-title {
  color: #003d89;
}
.index-prods .block-title:before {
  background-color: #003d89;
  left: 90%;
}
.index-prods .block-title:after {
  background-color: #003d89;
  left: 100%;
}
.index-prods .p-list .p-name {
  font-size: 1.33em;
  text-align: center;
  color: #333;
}
@media (min-width: 992px) {
  .index-prods .p-list:hover .img-wrap img {
    transform: scale(1.1);
  }
  .index-prods .p-list:hover .p-name {
    color: #003d89;
  }
}

.index-about {
  background-color: #003d89;
  background-image: url(../images/bg-index-about.png);
  background-size: 55% auto;
  background-position: right top;
  background-repeat: no-repeat;
  color: white;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .index-about {
    background-size: 44% auto;
  }
}
.index-about .service-slider {
  position: relative;
  color: #003d89;
  z-index: 1;
  padding: 2em 0;
}
.index-about .service-slider:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  transform: translateY(-50%);
  z-index: 1;
  filter: invert(68%) sepia(4%) saturate(55%) hue-rotate(321deg) brightness(89%) contrast(93%);
  display: none;
}
@media (min-width: 576px) {
  .index-about .service-slider:before {
    display: block;
    background-image: url("../images/arrow-right.svg");
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
}
@media (min-width: 1200px) {
  .index-about .service-slider:before {
    background-image: url("../images/arrow-right.svg"), url("../images/arrow-right.svg");
    background-position: 33.33% center, 66.66% center;
    background-repeat: no-repeat, no-repeat;
    background-size: 30px 30px, 30px 30px;
  }
}
.index-about .service-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -1;
}
@media (min-width: 769px) {
  .index-about .service-slider:after {
    transform: skewX(-45deg);
  }
}
.index-about .service-slider .slick-list {
  margin: 0 20px;
}
.index-about .service-slider .slider-wrap {
  position: Relative;
  margin: 0 55px;
  z-index: 2;
}
@media (min-width: 769px) {
  .index-about .service-slider .slider-wrap {
    margin: 0 45px;
  }
}
.index-about .service-slider .slider-wrap img {
  width: 100%;
  height: auto;
}
.index-about .service-slider .slider-wrap .step-num {
  color: #999;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: 0.5em;
  display: flex;
  align-items: flex-end;
}
.index-about .service-slider .slider-wrap .step-num span {
  font-weight: lighter;
  color: #003d89;
  font-size: 2em;
  line-height: 0.9;
  margin-left: 15px;
}
@media (min-width: 922px) {
  .index-about .service-slider .slider-wrap .step-num span {
    font-size: 2.3em;
  }
}
@media (min-width: 1200px) {
  .index-about .service-slider .slider-wrap .step-num span {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .index-about .service-slider .slider-wrap .step-num span {
    font-size: 4em;
  }
}
.index-about .service-slider .slider-wrap .step-name {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .index-about .service-slider .slider-wrap .step-name {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .index-about .service-slider .slider-wrap .step-name {
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .index-about .service-slider .slider-wrap .step-name {
    font-size: 1.22em;
  }
}

.index-news {
  background-image: url("../images/bg-parallelogram.png");
  background-size: 25% auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .index-news {
    background-size: 15% auto;
  }
}
.index-news .block-title {
  color: #003d89;
}
.index-news .block-title:before {
  background-color: #003d89;
  left: 90%;
}
.index-news .block-title:after {
  background-color: #003d89;
  left: 100%;
}
.index-news .news-slider {
  position: relative;
}
@media (min-width: 769px) {
  .index-news .news-slider:before {
    position: absolute;
    left: -24px;
    top: 0;
    width: 15%;
    height: 100%;
    content: "";
    background: linear-gradient(to Right, white 15%, rgba(255, 255, 255, 0) 85%);
    z-index: 1;
  }
  .index-news .news-slider:after {
    position: absolute;
    right: -24px;
    top: 0;
    width: 15%;
    height: 100%;
    content: "";
    background: linear-gradient(to Left, white 15%, rgba(255, 255, 255, 0) 85%);
    z-index: 1;
  }
}
.index-news .news-slider .slick-list {
  margin: 0 -24px;
}
.index-news .news-slider .slider-wrap {
  margin: 0 24px;
  transform: scale(0.9);
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .index-news .news-slider .slider-wrap {
    margin: 0 12px;
  }
}
.index-news .news-slider .slider-wrap .img-wrap {
  overflow: hidden;
  margin-bottom: 1em;
  transition: all 0.3s linear;
}
.index-news .news-slider .slider-wrap .img-wrap img {
  width: 100%;
  height: auto;
}
.index-news .news-slider .slider-wrap .post-time {
  color: #999;
  text-align: right;
}
.index-news .news-slider .slider-wrap .news-title {
  font-size: 1.55em;
  font-weight: bold;
  color: #ff6600;
  padding: 0 20px;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: all 0.3s linear;
}
.index-news .news-slider .slider-wrap .news-con {
  font-size: 1em;
  letter-spacing: 0.05em;
  color: #666;
  padding: 0 20px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  opacity: 0;
  transition: all 0.3s linear;
}
.index-news .news-slider .slider-wrap.slick-current.slick-active {
  transform: scale(1);
}
.index-news .news-slider .slider-wrap.slick-current.slick-active .news-title,
.index-news .news-slider .slider-wrap.slick-current.slick-active .news-con {
  opacity: 1;
}/*# sourceMappingURL=index.css.map */