@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
  color: #5a5a5a;
}
body ::-moz-selection {
  background-color: rgba(2, 196, 146, 0.5);
}
body ::selection {
  background-color: rgba(2, 196, 146, 0.5);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
span,
i {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button,
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1366px;
  }
}
h2 span.jp {
  font-size: 20px;
  color: #b4b4b4;
  font-weight: normal;
  margin-left: 10px;
}

.color-hr {
  border-top: 1px solid #b3e2dd;
}

.more-btn {
  color: #ffffff;
  border-radius: 5px;
  background-color: #009D8D;
  border: 2px solid #009D8D;
  padding: 6px 20px;
  transition: all 0.3s ease-in-out;
}
.more-btn:hover {
  border-radius: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  color: #009D8D;
}

.page-banner {
  margin-top: 64px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-banner {
    padding-bottom: 25%;
    background-position: center;
  }
}
@media (min-width: 1400px) {
  .page-banner {
    padding-bottom: 20%;
  }
}
@media (min-width: 1920px) {
  .page-banner {
    height: 476px;
    padding-bottom: 0;
  }
}
.page-banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 2px rgba(0, 0, 0, 0.25);
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #5a5a5a;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #5a5a5a;
}
.breadcrumb .breadcrumb-item.active {
  color: #02C492;
}

main {
  background-color: #F6F6F6;
  padding-bottom: 60px;
  padding-top: 32px;
}
main::before {
  content: "";
  position: absolute;
  top: -40px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  main::before {
    top: -50px;
  }
}
main.gray-wave-shadow {
  position: relative;
}
main.gray-wave-shadow::before {
  background-image: url("/public/frontEndPackage/images/gray-wave-with-shadow.png");
}
main.gray-wave {
  position: relative;
}
main.gray-wave::before {
  background-image: url("/public/frontEndPackage/images/gray-wave.png");
}

.list-page .top {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 1rem;
}
@media (min-width: 576px) {
  .list-page .top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.info-page .date, .info-page .title {
  text-align: center;
}
.info-page .date {
  margin-bottom: 1rem;
}
.info-page .title {
  color: #009D8D;
  font-size: 26px;
  font-weight: bold;
}

.search-container {
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .search-container {
    justify-content: flex-end;
  }
}
.search-container input {
  width: calc(100% - 42px);
  padding: 0.45rem 8px;
  border: 1px solid #d9d9d9;
}
@media (min-width: 576px) {
  .search-container input {
    width: auto;
    padding: 0.5rem 8px;
  }
}
.search-container input:focus-visible {
  outline: none;
}
.search-container button {
  padding: 0.45rem 0.7rem;
  background-color: #009D8D;
  border: 1px solid #009D8D;
  color: #ffffff;
}
@media (min-width: 576px) {
  .search-container button {
    padding: 0.5rem 0.8rem;
  }
}
.search-container button:focus {
  outline: none;
}

ul.page {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-top: 3.5rem;
}
ul.page a {
  color: #5a5a5a;
  outline: 1px solid #cccccc;
  padding: 4px 10px;
}
ul.page a.active {
  color: #ffffff;
  outline: none;
  background-color: #02C492;
}

.tags {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.tags span {
  color: #ffffff;
  background-color: #009D8D;
  border: 2px solid #009D8D;
  padding: 3px 10px;
}

.switch-page {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.switch-page a {
  color: #5a5a5a;
}
.switch-page a:hover {
  color: #02C492;
}

.left-menu,
.top-menu {
  position: relative;
}

.menu-switch {
  color: #ffffff;
  background-color: #02C492;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  padding: 6px 14px;
}
@media (min-width: 992px) {
  .menu-switch {
    display: none;
  }
}
.menu-switch:hover {
  color: #ffffff;
}

.arrow-icon {
  transition: all 0.5s ease-in-out;
}
.arrow-icon.rotate {
  transform: rotate(-180deg);
}

.top-menu-container {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .top-menu-container {
    padding: 0 0;
  }
}

.tab-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-left: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .tab-container {
    position: static;
    background-color: transparent;
    justify-content: center;
    border-bottom: 1px solid #b3e2dd;
    box-shadow: none;
  }
}
.tab-container li {
  border: 1px solid #cccccc;
  border-top: none;
}
@media (min-width: 992px) {
  .tab-container li {
    border: none;
  }
}
.tab-container a {
  color: #5a5a5a;
  padding: 0.8rem 1rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .tab-container a {
    width: auto;
  }
}
.tab-container a.active, .tab-container a:hover {
  color: #02C492;
}
.tab-container a.active::after, .tab-container a:hover::after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #02C492;
  width: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .tab-container a.active::after, .tab-container a:hover::after {
    width: 100%;
  }
}

.news-list .img {
  padding-bottom: 72%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.news-list .img-bottom {
  display: inline-block;
  background-color: #009D8D;
  padding: 6px 12px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #ffffff;
  position: relative;
  top: -18px;
}
.news-list h3 {
  padding: 0px 20px 10px 20px;
  border-bottom: 1px solid #eaeaea;
  font-size: 24px;
  font-weight: 500;
  color: #2a2a2a;
}
.news-list .text-container {
  padding: 0px 20px 20px 20px;
}
.news-list .text {
  color: #5a5a5a;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list a {
  transition: all 0.3s ease-in-out;
}
.news-list a:hover {
  transform: translateY(8px);
}

.cta-btn {
  color: #ffffff;
  background-color: #009D8D;
  padding: 8px 32px;
  transition: all 0.3s ease-in-out;
  outline: 2px solid #009D8D;
}
.cta-btn:hover {
  color: #009D8D;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.confirm-btn {
  color: #ffffff;
  background-color: #009D8D;
  padding: 8px 32px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #009D8D;
}
.confirm-btn:hover {
  color: #009D8D;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.confirm-btn:focus {
  outline: none;
}

.cms-page {
  padding-top: 8rem;
  min-height: 71vh;
}
.cms-page h2 {
  color: #2a2a2a;
}

.back-btn {
  color: #5a5a5a;
  transition: all 0.3s ease-in-out;
}
.back-btn:hover {
  color: #009D8D;
  transition: all 0.3s ease-in-out;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.font-title {
  font-family: "Noto Serif TC", serif;
}

.text-main {
  color: #009D8D;
}

.text-sub {
  color: #FFF495;
}

.text-lightBlack {
  color: #5a5a5a;
}

.text-darkBlack {
  color: #2a2a2a;
}

.text-white {
  color: #ffffff;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-48 {
  font-size: 3rem;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.py-60 {
  padding: 3.75rem 0;
}

.pb-32 {
  padding-bottom: 2rem;
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}

.navbar-container {
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
.navbar-container > div {
  position: relative;
}

nav.navbar {
  position: static !important;
  justify-content: space-between;
  align-items: center;
}
nav.navbar h1 {
  width: 220px;
}
nav.navbar .logo {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
nav.navbar .navbarMenu {
  position: absolute;
  width: 100%;
  height: calc(100vh - 64px);
  top: -100vh;
  left: 0;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  nav.navbar .navbarMenu {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: auto;
    height: auto;
  }
}
nav.navbar .nav-item {
  text-align: center;
}
nav.navbar .nav-item {
  margin-bottom: 0.8rem;
}
@media (min-width: 1200px) {
  nav.navbar .nav-item {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
nav.navbar .nav-item .nav-link {
  color: #5a5a5a;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
}
nav.navbar .nav-item .nav-link::after {
  display: none;
  position: absolute;
  content: "";
  height: 4px;
  width: 0%;
  left: 0;
  bottom: -12px;
  background-color: #02C492;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  nav.navbar .nav-item .nav-link::after {
    display: block;
  }
}
nav.navbar .nav-item .nav-link:hover, nav.navbar .nav-item .nav-link.active {
  color: #02C492;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
nav.navbar .nav-item .nav-link:hover::after, nav.navbar .nav-item .nav-link.active::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
nav.navbar .login-btn {
  background-color: transparent;
  border: none;
  font-family: "Noto Serif TC", serif;
  color: #ffffff;
}
nav.navbar .login-btn:focus {
  outline: none;
}

#menuToggle {
  display: none;
}

label[for=menuToggle] {
  width: 45px;
  height: 32px;
  position: relative;
  right: 0px;
  top: 50%;
  margin-bottom: 0;
  cursor: pointer;
}
label[for=menuToggle] span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #02C492;
  left: 25%;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
label[for=menuToggle] span:nth-child(1) {
  top: 8px;
}
label[for=menuToggle] span:nth-child(2) {
  top: 16px;
}
label[for=menuToggle] span:nth-child(3) {
  top: 24px;
}
@media (min-width: 1200px) {
  label[for=menuToggle] {
    display: none;
  }
}

#menuToggle:checked ~ label span:nth-child(1) {
  transform: rotate(45deg);
  top: 16px;
}

#menuToggle:checked ~ label span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle:checked ~ label span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
}

#menuToggle:checked ~ .navbarMenu {
  background-color: #ffffff;
  opacity: 1;
  top: 64px;
}
@media (min-width: 1200px) {
  #menuToggle:checked ~ .navbarMenu {
    background-color: transparent;
  }
}

#menuToggle:checked ~ .navbarMenu .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
}
#menuToggle:checked ~ .navbarMenu .nav-item:hover .nav-link {
  color: #02C492;
  transition: all 0.3s ease-in-out;
}

#goTop {
  background-color: #02C492;
  color: #ffffff;
  padding: 2px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#goTop:hover {
  background-color: #FFF495;
  color: #02C492;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
#goTop span {
  margin-top: -5px;
}

footer {
  background-color: #2a2a2a;
  padding: 40px 0 10px 0;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer .top {
  justify-content: space-between;
  row-gap: 0.5rem;
  margin-bottom: 40px;
}
footer .contact-items {
  list-style: none;
  padding-left: 0;
  row-gap: 0.5rem;
  margin-bottom: 0;
}
footer .social-items {
  display: flex;
  list-style: none;
  padding-left: 0;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .social-items {
    width: 232px;
    margin-left: auto;
  }
}
footer .social-items a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
footer .social-items i {
  font-size: 20px;
}
footer .social-items .fb-icon {
  background-color: #1877f2;
}
footer .social-items .line-icon {
  background-color: #00c300;
}
footer .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.5rem;
  font-size: 14px;
}
footer .bottom a:hover {
  text-decoration: underline;
}
footer .photonic-text {
  display: flex;
  align-items: center;
  opacity: 0.3;
}
footer .photonic-link {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.banner-carousel {
  margin-top: 64px;
  position: relative;
  visibility: hidden;
}
.banner-carousel.slick-initialized {
  visibility: visible;
}
.banner-carousel:after {
  position: absolute;
  content: "";
  background-image: url("/public/frontEndPackage/images/wave.png");
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 45px;
  bottom: 0px;
}
.banner-carousel .slick-track {
  padding-bottom: 1px;
}
.banner-carousel .slick-dots li {
  margin: 0 2px;
}
.banner-carousel .slick-dots li button:before {
  content: "";
  opacity: 1;
  border: none;
  background-color: #FFF495;
  border-radius: 50%;
  color: #ffffff;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.banner-carousel .slick-dots li.slick-active button:before {
  color: #009D8D;
  background-color: #009D8D;
}

@media (min-width: 992px) {
  .home-news-container {
    margin-bottom: 20px;
  }
}
.home-news-container .title {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.news-carousel {
  visibility: hidden;
}
.news-carousel.slick-initialized {
  visibility: visible;
}
@media (min-width: 992px) {
  .news-carousel .slick-list {
    padding: 40px 0 !important;
  }
}
.news-carousel .slick-slide {
  padding: 0 16px;
}
@media (min-width: 992px) {
  .news-carousel .slick-slide {
    transition: all 0.3s ease-in-out;
  }
  .news-carousel .slick-slide.slick-center {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }
}

.news-arrows-pc-container {
  position: absolute;
  right: 15px;
}

.slide-page {
  position: absolute;
  display: flex;
  left: -102px;
  top: -10px;
  display: none;
}
@media (min-width: 992px) {
  .slide-page {
    display: block;
  }
}

.news-arrows button {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.news-arrows button i {
  font-size: 1.5rem;
  cursor: pointer;
}
.news-arrows button:hover, .news-arrows button:focus {
  background-color: #ffffff;
}
.news-arrows .slick-prev::before {
  font-family: "bootstrap-icons";
  content: "\f284";
  color: #5a5a5a;
}
.news-arrows .slick-next::before {
  font-family: "bootstrap-icons";
  content: "\f285";
  color: #5a5a5a;
}

.news-arrows-pc {
  height: 100%;
  top: 0;
  right: 0;
}
.news-arrows-pc .slick-prev {
  left: -170px;
}
.news-arrows-pc .slick-next {
  right: 0;
}

.news-arrows-phone {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}
.news-arrows-phone .slick-prev {
  left: 0px;
}
.news-arrows-phone .slick-next {
  right: 30px;
}

.block1 {
  background-color: #F6F6F6;
  position: relative;
}
.block1::before {
  content: "";
  position: absolute;
  background-image: url("/public/frontEndPackage/images/shadow.png");
  top: 0;
  left: 0;
  width: 490px;
  height: 295px;
}
.block1 .content-container {
  width: 100%;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .block1 .content-container {
    padding: 0 0;
    margin-right: -70%;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .block1 .content-container {
    bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .block1 .content-container {
    bottom: 120px;
  }
}
.block1 h3 {
  color: #2a2a2a;
  font-size: 32px;
  font-weight: bold;
  padding: 0 32px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .block1 h3 {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .block1 h3 {
    padding: 0 0;
  }
}
.block1 .content {
  background-color: #02C492;
  color: #ffffff;
  padding: 32px 32px;
}
@media (min-width: 992px) {
  .block1 .content {
    padding: 32px 0px;
    background-color: initial;
    background-image: linear-gradient(to right, #02c492 45%, transparent 45%);
  }
}
@media (min-width: 992px) {
  .block1 .text {
    width: 40%;
  }
}
.block1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .block1 img {
    width: 70%;
  }
}

.pics-container {
  background-color: #ffffff;
  padding-top: 55px;
}

.pics1-carousel,
.pics2-carousel {
  visibility: hidden;
}
.pics1-carousel.slick-initialized,
.pics2-carousel.slick-initialized {
  visibility: visible;
}

.pics2-carousel {
  direction: rtl;
}

.pics1-carousel img,
.pics2-carousel img {
    max-height: 70%;  /* 限制圖片高度 */
    width: auto;       /* 保持比例 */
    object-fit: contain; /* 確保圖片完整顯示 */
}

.block2 {
  background-color: #F6F6F6;
  padding-top: 50px;
}
.block2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  order: 1;
}
@media (min-width: 992px) {
  .block2 img {
    order: initial;
    width: 70%;
    margin-right: -10%;
  }
}
.block2 .content {
  width: 100%;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .block2 .content {
    width: 40%;
    padding: 0 0;
  }
}
@media (min-width: 1200px) {
  .block2 .content {
    bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .block2 .content {
    bottom: 120px;
  }
}
.block2 h3 {
  color: #2a2a2a;
  font-size: 32px;
  font-weight: bold;
  padding: 0 32px;
  padding-left: 32px;
  margin-bottom: 20px;
}
.block2 .text {
  background-color: #02C492;
  color: #ffffff;
  padding: 32px 32px;
}

.block3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.block3 .row {
  row-gap: 1.5rem;
}
.block3 .video-container {
  position: relative;
  padding-bottom: 60%;
}
.block3 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block3 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b3e2dd;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.block3 .event-list {
  padding-top: 1rem;
}
.block3 .event-list .item {
  color: #5a5a5a;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
.block3 .event-list .item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.block3 .event-list .item:hover {
  transform: translateX(8px);
  transition: all 0.3s ease-in-out;
}
.block3 .event-list h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}

.product-container {
  padding: 70px 0;
}
.product-container h2 {
  padding-left: 16px;
  border-left: 6px solid #009D8D;
}

.product-carousel {
  visibility: hidden;
}
.product-carousel.slick-initialized {
  visibility: visible;
}
.product-carousel .slick-list {
  padding: 20px 0;
}
.product-carousel .slick-track {
  display: flex;
}
.product-carousel .slick-slide {
  margin: 0 16px;
}
.product-carousel .slick-slide > div {
  height: 100%;
}
.product-carousel button.slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.product-carousel button.slick-arrow i {
  font-size: 1.5rem;
  cursor: pointer;
}
.product-carousel button.slick-arrow:hover, .product-carousel button.slick-arrow:focus {
  background-color: #ffffff;
}
.product-carousel .slick-prev {
  left: 0;
}
.product-carousel .slick-prev::before {
  font-family: "bootstrap-icons";
  content: "\f284";
  color: #5a5a5a;
}
.product-carousel .slick-next {
  right: 0;
}
.product-carousel .slick-next::before {
  font-family: "bootstrap-icons";
  content: "\f285";
  color: #5a5a5a;
}
.product-carousel .item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  color: #5a5a5a;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.product-carousel .item:hover {
  transform: translateY(8px);
}
.product-carousel .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 75%;
}
.product-carousel h3 {
  flex-grow: 1;
  text-align: center;
  padding: 16px 8px;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-carousel h3 {
    font-size: 24px;
  }
}

.block4 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-menu {
  display: none;
}
@media (min-width: 992px) {
  .side-menu {
    display: block;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 45vh;
    background-color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.side-menu a {
  width: 100%;
  height: 100%;
  color: #5a5a5a;
  padding: 10px 15px;
}
.side-menu a:hover, .side-menu a.active {
  color: #ffffff;
  background-color: #009D8D;
  transition: all 0.3s ease-in-out;
}

.award-container {
  background-image: url("/public/frontEndPackage/images/about-award-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.award-container .item {
  color: #5a5a5a;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.award-container .item:hover {
  transform: translateY(8px);
  transition: all 0.3s ease-in-out;
}
.award-container .img-container {
  width: 240px;
}
.award-container .img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 120%;
  margin-bottom: 1rem;
}
.award-container .left h3 {
  font-size: 20px;
  margin-bottom: 0;
  text-align: center;
}
.award-container .right {
  display: none;
}

.award-carousel {
  visibility: hidden;
}
.award-carousel.slick-initialized {
  visibility: visible;
}
.award-carousel .slick-list {
  padding: 20px 0 !important;
}
.award-carousel .slick-slide {
  margin: 0 16px;
}
.award-carousel .slick-center .item {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 1400px) {
  .award-carousel .slick-center .item {
    flex-direction: row;
  }
}
.award-carousel .slick-center .left h3 {
  display: none;
}
.award-carousel .slick-center .right {
  display: block;
}
.award-carousel .slick-center .right h3 {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.award-carousel .slick-center .right p {
  margin-bottom: 0;
}
.award-carousel button.slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.award-carousel button.slick-arrow i {
  font-size: 1.5rem;
  cursor: pointer;
}
.award-carousel button.slick-arrow:hover, .award-carousel button.slick-arrow:focus {
  background-color: #ffffff;
}
.award-carousel .slick-prev {
  left: 0;
}
.award-carousel .slick-prev::before {
  font-family: "bootstrap-icons";
  content: "\f284";
  color: #5a5a5a;
}
.award-carousel .slick-next {
  right: 0;
}
.award-carousel .slick-next::before {
  font-family: "bootstrap-icons";
  content: "\f285";
  color: #5a5a5a;
}

.about-contact {
  padding: 60px 0;
  background-color: #ffffff;
}
.about-contact h2 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #b3e2dd;
}
.about-contact .more-btn {
  padding: 6px 40px;
}
.about-contact .more-btn:focus {
  outline: none;
}

.contact-row {
  padding-top: 24px;
  row-gap: 1.5rem;
}

.contact-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}
.contact-info li {
  display: flex;
  align-items: center;
}
.contact-info li:not(:last-child) {
  margin-bottom: 30px;
}
.contact-info i {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #02C492;
  color: #ffffff;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}
.contact-info a {
  color: #5a5a5a;
}

.map-container {
  position: relative;
  padding-bottom: 65%;
}
.map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.contact-form label[for=name]::before, .contact-form label[for=type]::before, .contact-form label[for=phone]::before {
  position: absolute;
  content: "*";
  color: #E73429;
  top: 4px;
  left: 7px;
}
.contact-form label[for=verification]::before {
  position: absolute;
  content: "*";
  color: #E73429;
  top: 0px;
  left: -7px;
}
.contact-form .form-group {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .contact-form .form-group {
    margin-bottom: 2rem;
  }
}
.contact-form .form-control:focus, .contact-form textarea:focus {
  border-color: #009D8D;
  box-shadow: 0 0 0 0.2rem rgba(2, 196, 146, 0.3);
}
.contact-form button {
  padding: 8px 16px;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  background-color: #009D8D;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .contact-form button {
    padding: 12px 45px;
  }
}
.contact-form button:hover {
  transition: all 0.3s ease-in-out;
  outline: 1px solid #009D8D;
  color: #009D8D;
  background-color: transparent;
}
.contact-form button:focus {
  outline: 1px solid #009D8D;
}

.verificationBox {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .verificationBox {
    margin-bottom: 48px;
  }
}

.cerify-code-panel {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cerify-code-panel .verify-code {
  margin-bottom: 0;
  width: 100% !important;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .cerify-code-panel .verify-code {
    width: 48% !important;
    margin-bottom: 0px;
  }
}
.cerify-code-panel .verify-code-area {
  width: 100% !important;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cerify-code-panel .verify-code-area {
    width: 48% !important;
  }
}
.cerify-code-panel .verify-code-area .verify-input-area {
  flex-grow: 1;
  height: 100%;
}
.cerify-code-panel .varify-input-code {
  height: 100%;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
.cerify-code-panel .verify-change-code {
  color: #5a5a5a;
  border-radius: 5px;
  background: #D9D9D9;
  padding: 4px 10px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.7rem !important;
  color: #666666 !important;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  padding: 0.4em 1em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: rgba(2, 196, 146, 0.8) !important;
  border: none !important;
  color: #ffffff !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 196, 146, 0.3) !important;
}

div:where(.swal2-icon).swal2-warning {
  border-color: #f27474 !important;
  color: #f27474 !important;
}
div:where(.swal2-icon).swal2-success {
  color: #8dc56d !important;
  border-color: #8dc56d !important;
}

.menu-list {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .menu-list {
    border-top: 10px solid #009D8D;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
.menu-list li {
  border: 1px solid #cccccc;
  border-top: none;
}
@media (min-width: 992px) {
  .menu-list li {
    border: none;
  }
}
.menu-list li a {
  padding: 10px 16px;
  width: 100%;
  color: #5a5a5a;
  position: relative;
}
@media (min-width: 992px) {
  .menu-list li a {
    padding: 10px 6px 8px 40px;
  }
}
.menu-list li a:hover, .menu-list li a.active {
  color: #009D8D;
}
@media (min-width: 992px) {
  .menu-list li a:hover::before, .menu-list li a.active::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    background-color: #009D8D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .menu-list li:first-child a {
    padding: 18px 6px 8px 40px;
  }
}
@media (min-width: 992px) {
  .menu-list li:first-child a:hover::before, .menu-list li:first-child a.active::before {
    top: 60%;
  }
}
@media (min-width: 992px) {
  .menu-list li:last-child a {
    padding: 10px 6px 18px 40px;
  }
}

.list-page .event-list .item {
  display: flex;
  flex-direction: column;
}
.list-page .event-list .item:not(:last-child) {
  margin-bottom: 2.2rem;
}
@media (min-width: 768px) {
  .list-page .event-list .item {
    flex-direction: row;
  }
}
.list-page .event-list .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .list-page .event-list .item img {
    flex-grow: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .list-page .event-list .item img {
    width: 30%;
  }
}
.list-page .event-list .item .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .list-page .event-list .item .content {
    background-color: transparent;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .list-page .event-list .item .content {
    width: 70%;
  }
}
.list-page .event-list .item .date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: #009D8D;
  margin-bottom: 0.5rem;
}
.list-page .event-list .item h3 {
  font-weight: bold;
  color: #2a2a2a;
  font-size: 24px;
}
.list-page .event-list .item .text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-page .event-list .item .more-btn {
  margin-right: auto;
  border-radius: 0px;
}
.list-page .event-list .item .more-btn:hover {
  border-radius: 5px;
}

.news-list.news-list-page {
  row-gap: 2.2rem;
}
.news-list.news-list-page .img {
  position: relative;
}
.news-list.news-list-page .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100%;
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.news-list.news-list-page .search-icon {
  background-color: #D0C456;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.news-list.news-list-page a:hover {
  transform: translateY(0px);
}
.news-list.news-list-page a:hover .overlay {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.base-list {
  row-gap: 2.2rem;
}
.base-list .item {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.base-list .item .img-container {
  overflow: hidden;
}
.base-list .item:hover .img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.base-list .item .img {
  padding-bottom: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.base-list .item .content {
  flex-grow: 1;
  background-color: #ffffff;
  padding: 16px 20px;
}
.base-list .item h3 {
  color: #009D8D;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.base-list .item .info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.base-list .item .info i {
  color: #009D8D;
  margin-right: 8px;
}
.base-list .item .info a {
  color: #5a5a5a;
}
.base-list .item .info a:hover {
  text-decoration: underline;
}
.base-list .item .info li {
  display: flex;
}
.base-list .item .info li:first-child {
  margin-bottom: 0.7rem;
}

.history-block {
  background-color: #ffffff;
  position: relative;
  padding: 70px 0;
}
.history-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #009D8D;
  top: 183px;
}
.history-block .title {
  color: #009D8D;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.year-carousel {
  visibility: hidden;
}
.year-carousel.slick-initialized {
  visibility: visible;
}
.year-carousel button.slick-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  top: 80%;
  z-index: 1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .year-carousel button.slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.year-carousel button.slick-arrow i {
  font-size: 1rem;
  cursor: pointer;
  color: #009D8D;
}
@media (min-width: 768px) {
  .year-carousel button.slick-arrow i {
    font-size: 1.2rem;
  }
}
.year-carousel button.slick-arrow::before {
  content: "";
}
.year-carousel .slick-prev {
  left: 0;
}
.year-carousel .slick-next {
  right: 0;
}
.year-carousel .slick-current .circle {
  background-color: #009D8D;
  border: 1px solid #009D8D;
}
.year-carousel .item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.year-carousel .year {
  color: #009D8D;
  font-weight: 500;
  margin-bottom: 4px;
}
.year-carousel .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFF495;
  border: 1px solid #009D8D;
}

.milestone-carousel {
  visibility: hidden;
}
.milestone-carousel.slick-initialized {
  visibility: visible;
}
.milestone-carousel .item {
  padding: 40px 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex !important;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.milestone-carousel .time {
  font-weight: bold;
  color: #009D8D;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.milestone-carousel .time .year {
  font-size: 32px;
}
.milestone-carousel .time .month {
  font-size: 26px;
}
.milestone-carousel .content {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.milestone-carousel .content .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #009D8D;
}/*# sourceMappingURL=all.css.map */