@import url(../css/fonts.css);
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #232522 #f3f3f3; }

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px; }

*::-webkit-scrollbar-track {
  background: #f3f3f3; }

*::-webkit-scrollbar-thumb {
  background-color: #232522;
  border-radius: 25px;
  border: 4px solid #f3f3f3; }

.container {
  padding-right: calc(var(--bs-gutter-x) * .8) !important;
  padding-left: calc(var(--bs-gutter-x) * .8) !important; }

html {
  padding: 0 !important; }

body {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  color: #232522;
  font-size: 16px;
  counter-reset: section;
  padding-top: 60px;
  letter-spacing: 0.02em;
  background-color: #f3f3f3; }
  @media (min-width: 992px) {
    body {
      font-size: 18px;
      padding-top: 90px; } }

a {
  text-decoration: none;
  transition: all 0.2s ease-in; }

.gx-5 {
  --bs-gutter-x: 5rem!important; }

.gx-4 {
  --bs-gutter-x: 4rem!important; }

.gx-3 {
  --bs-gutter-x: 3rem!important; }

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

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

.btn {
  --space: 1.5rem;
  font-size: 0.9rem;
  padding: 0.5em calc(var(--space) * 1);
  text-transform: uppercase;
  border-radius: 35px; }
  @media (min-width: 769px) {
    .btn {
      font-size: 1rem;
      padding: 0.6em calc(var(--space) * 1.5); } }
  .btn:hover {
    background-color: #232522;
    color: white;
    border: 1px solid #232522; }

.btn-more {
  position: relative;
  padding-right: calc(var(--space) + 1.8rem);
  margin-left: 0;
  min-width: 170px; }
  @media (min-width: 992px) {
    .btn-more {
      padding-right: calc(var(--space) + 2.5rem);
      margin-left: 2rem; } }
  .btn-more:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1.5rem;
    height: 1rem;
    margin-left: 0.5rem;
    background-image: url("../images/icon-arrow.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }

.btn-back {
  position: relative;
  padding-right: calc(var(--space) + 1.8rem); }
  @media (min-width: 992px) {
    .btn-back {
      padding-right: calc(var(--space) + 2.5rem); } }
  .btn-back:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1.5rem;
    height: 1rem;
    margin-left: 0.5rem;
    background-image: url("../images/icon-arrow2.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }

.btn-position {
  position: absolute;
  right: 3rem; }

.btn-primary {
  background-color: #99cc00;
  border: 1px solid #99cc00; }
  .btn-primary:after {
    filter: sepia(0%) saturate(0%) hue-rotate(322deg) brightness(150%) contrast(101%); }

.btn-outline-dark:after {
  filter: brightness(0%); }
.btn-outline-dark:hover {
  color: white !important;
  border: 1px solid Black !important; }
  .btn-outline-dark:hover:after {
    filter: sepia(0%) saturate(0%) hue-rotate(322deg) brightness(150%) contrast(101%); }

.btn-outline-secondary {
  border: 1px solid #999 !important; }
  .btn-outline-secondary:after {
    filter: invert(64%) sepia(76%) saturate(726%) hue-rotate(55deg) brightness(97%) contrast(101%); }
  .btn-outline-secondary i {
    filter: invert(64%) sepia(76%) saturate(726%) hue-rotate(55deg) brightness(97%) contrast(101%); }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus {
    color: white !important;
    border: 1px solid black !important;
    background-color: black !important; }
    .btn-outline-secondary:hover:after, .btn-outline-secondary:focus:after {
      filter: sepia(0%) saturate(0%) hue-rotate(322deg) brightness(150%) contrast(101%); }
    .btn-outline-secondary:hover i, .btn-outline-secondary:focus i {
      filter: sepia(0%) saturate(0%) hue-rotate(322deg) brightness(150%) contrast(101%); }

@-webkit-keyframes pulsate-bck {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
    box-shadow: 5px 5px 12px rgba(255, 255, 255, 0.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    box-shadow: 5px 5px 12px rgba(255, 255, 255, 0.7); } }
@keyframes pulsate-bck {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1); } }
.focus {
  overflow: hidden;
  background-image: url(../images/bg-index-about.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: fixed; }
  @media (min-width: 769px) {
    .focus {
      background-position: right top; } }
  .focus .container {
    padding: 3rem 1.5rem 3rem 1.5rem !important;
    position: relative; }
    @media (min-width: 992px) {
      .focus .container {
        padding: 9rem 0 7rem 0 !important; } }
    .focus .container img {
      min-width: 56px;
      filter: invert(67%) sepia(49%) saturate(1196%) hue-rotate(30deg) brightness(99%) contrast(101%); }
    .focus .container .title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 1.2rem;
      position: relative;
      z-index: 1; }
    .focus .container p {
      font-size: 0.95rem;
      position: relative;
      z-index: 1;
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .focus .container .title {
        font-size: 1.33rem; }
      .focus .container p {
        font-size: 1.1rem; } }

.container.advantage {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }
  @media (min-width: 992px) {
    .container.advantage {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .container.advantage .adv-box {
    position: relative;
    border-top: 5px solid #cdcdcd;
    border-bottom: 0;
    padding: 0;
    max-height: 300px;
    overflow: hidden; }
    .container.advantage .adv-box img {
      transition: all 0.3s linear; }
    .container.advantage .adv-box .title {
      font-size: 1.5rem;
      position: absolute;
      left: 0;
      top: 50px;
      bottom: auto;
      width: 100%;
      color: white;
      font-weight: normal;
      letter-spacing: 0.3rem;
      padding: 0.8rem 0.5rem;
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
      text-align: center; }
      .container.advantage .adv-box .title:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 40px;
        height: 3px;
        content: "";
        background-color: #99cc00;
        transform: translateX(-50%); }
    .container.advantage .adv-box:nth-child(even) {
      border-top: 5px solid #cdcdcd;
      border-bottom: 0; }
      .container.advantage .adv-box:nth-child(even) .title {
        position: absolute;
        top: 50px;
        bottom: auto;
        color: white;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }
    @media (min-width: 992px) {
      .container.advantage .adv-box {
        max-height: inherit; }
        .container.advantage .adv-box .title {
          font-size: 2.1rem;
          position: absolute;
          top: 70px; }
        .container.advantage .adv-box:nth-child(even) {
          border-top: 0;
          border-bottom: 5px solid #cdcdcd; }
          .container.advantage .adv-box:nth-child(even) .title {
            position: absolute;
            top: auto;
            bottom: 70px;
            text-shadow: none;
            color: #232522; } }
    @media (min-width: 1200px) {
      .container.advantage .adv-box {
        max-height: inherit; }
        .container.advantage .adv-box .title {
          font-size: 2.3rem;
          position: absolute;
          top: 150px; }
        .container.advantage .adv-box:nth-child(even) {
          border-top: 0;
          border-bottom: 5px solid #cdcdcd; }
          .container.advantage .adv-box:nth-child(even) .title {
            position: absolute;
            top: auto;
            bottom: 150px;
            text-shadow: none; } }
    .container.advantage .adv-box:hover img {
      transform: scale(1.1); }

.timeline {
  position: relative; }
  .timeline:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #cdcdcd;
    transform: none; }
  @media (min-width: 992px) {
    .timeline:before {
      position: absolute;
      left: 50%;
      top: 0;
      width: 1px;
      height: 100%;
      content: "";
      background-color: #cdcdcd;
      transform: translateX(-50%); } }
  .timeline .event {
    width: 100%;
    transform: none;
    padding: 0 0 0 2.5rem;
    position: relative;
    margin-bottom: 3rem !important;
    display: block !important; }
    .timeline .event:after {
      position: absolute;
      left: -8px;
      top: 0;
      width: 16px;
      height: 16px;
      content: "";
      background-color: white;
      border: 1px solid #cdcdcd;
      border-radius: 50%; }
    .timeline .event .year {
      font-size: 2rem;
      font-style: italic;
      font-weight: bold;
      color: #333;
      line-height: 1.8rem;
      margin-bottom: 1.5rem; }
    .timeline .event img {
      width: 120px;
      height: auto; }
    .timeline .event:nth-child(even) {
      transform: none;
      text-align: left;
      justify-content: flex-end;
      padding: 0 0 0 2.5rem; }
      .timeline .event:nth-child(even):after {
        position: absolute;
        right: inherit;
        left: -8px;
        top: 0;
        width: 16px;
        height: 16px;
        content: "";
        background-color: white;
        border: 1px solid #cdcdcd;
        border-radius: 50%; }
    @media (min-width: 768px) {
      .timeline .event {
        width: 100%;
        transform: none;
        padding: 0 0 0 2.5rem;
        position: relative;
        margin-bottom: 3rem !important;
        display: block !important; }
        .timeline .event:nth-child(even) {
          transform: none;
          text-align: left;
          justify-content: flex-end;
          padding: 0 0 0 2.5rem; }
          .timeline .event:nth-child(even):after {
            position: absolute;
            right: inherit;
            left: -8px; } }
    @media (min-width: 992px) {
      .timeline .event {
        display: flex !important;
        width: 50%;
        transform: translateX(100%);
        padding: 0 0 0 2.5rem;
        position: relative;
        margin-bottom: 3rem !important; }
        .timeline .event:nth-child(even) {
          transform: none;
          text-align: right;
          justify-content: flex-end;
          padding: 0 2.5rem 0 0; }
          .timeline .event:nth-child(even):after {
            position: absolute;
            right: -8px;
            left: inherit; } }

.certification {
  background-image: none;
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: inherit; }
  @media (min-width: 769px) {
    .certification {
      background-image: url("../images/bg-certification.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; } }

.contact {
  background-image: url("../images/bg-contact.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .contact .info {
    position: relative;
    z-index: 1;
    padding: 2.5rem 0; }
    .contact .info:after {
      position: absolute;
      top: 0;
      right: -3rem;
      width: 200%;
      height: 100%;
      content: "";
      background-color: white;
      z-index: -1;
      box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1); }
    .contact .info .com-name {
      position: relative;
      font-size: 1.3rem; }
      .contact .info .com-name span {
        font-size: 0.85rem; }
    .contact .info .social {
      position: relative;
      z-index: 1;
      margin: 1.5rem 0;
      text-align: left; }
      @media (min-width: 992px) {
        .contact .info .social {
          margin: 0;
          text-align: right; } }
      .contact .info .social a:link, .contact .info .social a:visited {
        margin-right: 20px;
        transition: all 0.3s linear; }
      .contact .info .social a:hover, .contact .info .social a:active {
        filter: brightness(0); }
      .contact .info .social .facebook, .contact .info .social .line, .contact .info .social .tiktok, .contact .info .social .youtube {
        display: inline-flex;
        width: 35px;
        height: 35px;
        text-align: center;
        position: relative; }
        .contact .info .social .facebook:after, .contact .info .social .line:after, .contact .info .social .tiktok:after, .contact .info .social .youtube:after {
          position: absolute;
          left: 0;
          top: 0;
          width: 35px;
          height: 35px;
          content: "";
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
      .contact .info .social .facebook {
        filter: invert(16%) sepia(99%) saturate(2499%) hue-rotate(220deg) brightness(90%) contrast(92%); }
        .contact .info .social .facebook:after {
          background-image: url("../images/facebook.svg"); }
      .contact .info .social .line {
        filter: invert(31%) sepia(53%) saturate(5683%) hue-rotate(113deg) brightness(100%) contrast(104%); }
        .contact .info .social .line:after {
          background-image: url("../images/line.svg"); }
      .contact .info .social .tiktok {
        filter: invert(68%) sepia(80%) saturate(2732%) hue-rotate(137deg) brightness(106%) contrast(101%); }
        .contact .info .social .tiktok:after {
          background-image: url("../images/tiktok.svg"); }
      .contact .info .social .youtube {
        filter: invert(13%) sepia(76%) saturate(5456%) hue-rotate(357deg) brightness(103%) contrast(120%); }
        .contact .info .social .youtube:after {
          background-image: url("../images/youtube.svg"); }
    .contact .info ul {
      margin: 0;
      padding: 0; }
      .contact .info ul li {
        list-style: none;
        display: inline-flex;
        align-items: center; }
        .contact .info ul li a {
          color: #232522; }
        .contact .info ul li i {
          color: #99cc00;
          font-size: 2rem;
          margin-right: 0.5rem; }
  .contact .map {
    margin-top: 0;
    /*filter: grayscale(100%) invert(85%);*/ }
    @media (min-width: 769px) {
      .contact .map {
        margin-top: -190px; } }
  .contact .sub-title {
    font-size: 1.3rem;
    margin-bottom: 2.5rem; }

.contact-form {
  font-size: 1rem; }
  .contact-form .red {
    color: red;
    font-weight: bold;
    margin-left: 0.5rem; }
  .contact-form .form-control {
    border-radius: 5px;
    background-color: #333;
    color: #f3f3f3;
    padding: 0.6rem 1rem; }
  .contact-form .btn-none {
    padding: 0.5rem 1rem;
    border-radius: 0;
    border: 0;
    transition: all 0.3s linear; }
    .contact-form .btn-none i {
      font-size: 1.3rem; }
    .contact-form .btn-none:hover {
      background-color: transparent;
      color: #698d13;
      transform: rotate(180deg); }

.inq-list {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  display: block;
  padding: 5px;
  color: #232522;
  position: relative;
  text-align: center; }
  @media (min-width: 769px) {
    .inq-list {
      text-align: left; } }
  .inq-list:hover {
    background-color: #999;
    color: white; }

.position-relative .btn-delete {
  position: absolute;
  right: 10px;
  top: 0;
  width: 45px;
  height: 45px;
  border: 0;
  background-color: transparent;
  z-index: 99; }
  .position-relative .btn-delete:before {
    content: "\F623";
    font-family: "bootstrap-icons";
    font-size: 1.2rem;
    color: #99cc00;
    transition: all 0.3s linear; }
.position-relative:hover .btn-delete:before {
  color: white; }

.certificate-slider {
  margin: 3rem -15px 0 -15px;
  padding-bottom: 3rem; }
  @media (min-width: 769px) {
    .certificate-slider {
      padding-bottom: 0; } }
  .certificate-slider .slider-wrap {
    padding: 15px; }
    .certificate-slider .slider-wrap img {
      border: 1px solid white;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
      transition: all 0.3s linear; }
      .certificate-slider .slider-wrap img:hover {
        transform: none; }
        @media (min-width: 769px) {
          .certificate-slider .slider-wrap img:hover {
            transform: scale(1.1); } }
  .certificate-slider .slick-prev:before, .certificate-slider .slick-next:before {
    background-color: black; }
  @media (min-width: 1025px) {
    .certificate-slider .slick-prev {
      left: -45px; } }
  @media (min-width: 1200px) {
    .certificate-slider .slick-prev {
      left: -35px; } }
  .certificate-slider .slick-dots {
    text-align: center; }
    .certificate-slider .slick-dots li.slick-active button:before {
      background-color: #99cc00;
      border: 1px solid #99cc00; }
    .certificate-slider .slick-dots li button:before {
      background-color: transparent;
      border: 1px solid #999; }
