@import url("../../css/fonts.scss");
*::-webkit-scrollbar {
  height: 5px;
  width: 12px;
  background-color: #f0f0f0;
  border-radius: 6px; }

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 0; }

html {
  padding: 0 !important; }

body {
  font-family: 'Poppins', 'Noto Sans TC', Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #999 !important;
  counter-reset: num;
  min-height: 900px; }
  @media (min-width: 769px) {
    body {
      font-size: 18px; } }
  body p, body ul, body li {
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 0.07rem; }
  body a {
    text-decoration: none;
    transition: all 0.2s ease-in; }
  body mark, body .mark {
    color: #ffff00 !important;
    padding: 0;
    font-weight: bold;
    background-color: transparent !important;
    margin: 0 0.2rem; }
  body .btn {
    padding: 0.8rem 1.8rem 0.6rem 1.8rem;
    font-size: 1rem;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s linear; }
  body .btn-none {
    border: 0;
    background-color: transparent;
    border-radius: 0; }
  body .btn-video {
    border-radius: 45px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%; }
    body .btn-video img {
      width: 100%;
      height: auto;
      transition: all 0.3s linear; }
    body .btn-video .play-icon {
      position: absolute;
      width: 40px;
      height: 40px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 0;
      transition: all 0.3s linear; }
      body .btn-video .play-icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        z-index: -1;
        transition: all 0.3s linear; }
      body .btn-video .play-icon:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        z-index: -1;
        transition: all 0.3s linear; }
      body .btn-video .play-icon i {
        color: #1d2088;
        font-size: 2rem;
        z-index: 1; }
    body .btn-video:hover, body .btn-video:active, body .btn-video:focus {
      box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-video:hover .play-icon:before, body .btn-video:active .play-icon:before, body .btn-video:focus .play-icon:before {
        background-color: white; }
      body .btn-video:hover .play-icon:after, body .btn-video:active .play-icon:after, body .btn-video:focus .play-icon:after {
        box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-video:hover img, body .btn-video:active img, body .btn-video:focus img {
        transform: scale(1.1); }
  body .btn-hollow {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 16px rgba(255, 255, 0, 0.4);
    border-radius: 50px;
    color: #666;
    padding: 0.2rem 0.3rem 0.2rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem; }
    body .btn-hollow i {
      background-color: white;
      border-radius: 50px;
      color: #666;
      width: 30px;
      height: 30px;
      margin-left: 1rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s linear; }
    @media (min-width: 769px) {
      body .btn-hollow {
        padding: 0.2rem 0.3rem 0.2rem 1.8rem;
        font-size: 1rem; }
        body .btn-hollow i {
          margin-left: 2rem;
          width: 40px;
          height: 40px; } }
    body .btn-hollow:hover, body .btn-hollow:active, body .btn-hollow:focus {
      background-color: #ffff00;
      color: #1d2088;
      border: 1px solid #ffff00; }
      body .btn-hollow:hover i, body .btn-hollow:active i, body .btn-hollow:focus i {
        color: #1d2088;
        background-color: white; }
  body .btn-more {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 2.5rem;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    z-index: 9; }
    body .btn-more i {
      font-size: 1.2rem;
      color: #999;
      transition: all 0.3s linear; }
      body .btn-more i:before {
        transition: all 0.3s linear; }
    body .btn-more:hover, body .btn-more:active, body .btn-more:focus {
      background-color: white;
      border: 1px solid white; }
      body .btn-more:hover i, body .btn-more:active i, body .btn-more:focus i {
        color: #1d2088; }
    @media (min-width: 992px) {
      body .btn-more {
        width: 45px;
        height: 45px;
        top: 4.5rem; }
        body .btn-more i {
          font-size: 1.4rem; } }
  body .btn-more-light {
    background-color: white;
    color: #666;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 1.8rem; }
    body .btn-more-light i {
      background-color: white;
      border-radius: 50px;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      margin-left: 2rem;
      position: relative;
      z-index: 0;
      transition: all 0.3s linear; }
      body .btn-more-light i:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        background-color: #f0f0f0;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        z-index: -1;
        transition: all 0.3s linear; }
    body .btn-more-light:hover, body .btn-more-light:active, body .btn-more-light:focus {
      color: #1d2088;
      background-color: white;
      box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-more-light:hover i, body .btn-more-light:active i, body .btn-more-light:focus i {
        background-color: white;
        color: #ffff00; }
        body .btn-more-light:hover i:after, body .btn-more-light:active i:after, body .btn-more-light:focus i:after {
          background-color: #1d2088; }
  body .link-img {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.3s linear; }
    body .link-img p {
      position: absolute;
      left: 2rem;
      bottom: 1rem;
      font-size: 1.3rem;
      color: white; }
    body .link-img img {
      transition: all 0.3s linear; }
    @media (min-width: 1200px) {
      body .link-img {
        border-radius: 45px; }
        body .link-img p {
          bottom: 2rem;
          font-size: 1.67rem; } }
    body .link-img:hover, body .link-img:active, body .link-img:focus {
      box-shadow: none; }
      body .link-img:hover img, body .link-img:active img, body .link-img:focus img {
        transform: scale(1.1); }

.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; } }

.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #ffff00;
  border: 0;
  color: white;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
  border-radius: 50%;
  z-index: 9;
  opacity: 0.7;
  transition: all 0.3s linear; }
  @media (min-width: 769px) {
    .slick-prev,
    .slick-next {
      height: 45px;
      width: 45px; } }
  @media (min-width: 1200px) {
    .slick-prev,
    .slick-next {
      height: 50px;
      width: 50px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: white;
    background: #1d2088;
    opacity: 1; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      color: white; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 25px;
    line-height: 1;
    color: white;
    border-radius: 50%;
    box-shadow: 2px 2px 30px #ffff00;
    transition: all 0.3s linear; }

.slick-prev {
  left: 10px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 10px; }
  @media (min-width: 992px) {
    .slick-prev {
      left: 30px; } }
  @media (min-width: 1400px) {
    .slick-prev {
      left: 25px; } }
  .slick-prev:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "\F284";
    z-index: 9;
    font-family: "bootstrap-icons";
    display: flex;
    align-items: center;
    justify-content: center; }

.slick-next {
  right: 10px; }
  [dir="rtl"] .slick-next {
    left: 10x;
    right: auto; }
  @media (min-width: 992px) {
    .slick-next {
      right: 30px; } }
  @media (min-width: 1400px) {
    .slick-next {
      right: 25px; } }
  .slick-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "\F285";
    z-index: 9;
    font-family: "bootstrap-icons";
    display: flex;
    align-items: center;
    justify-content: center; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 13px;
    width: 13px;
    margin: 0 12px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 13px;
      width: 13px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 8px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 13px;
        height: 13px;
        font-size: 1em;
        line-height: 20px;
        text-align: center;
        color: white;
        background-color: #333;
        border: 0;
        border-radius: 50%;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      color: white;
      background-color: #1d2088;
      border: 0;
      opacity: 1; }
