@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..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: #2A2A2A;
}
body ::-moz-selection {
  background-color: rgba(47, 73, 92, 0.5);
}
body ::selection {
  background-color: rgba(47, 73, 92, 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;
  }
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  margin: 0 6px;
  width: 25px;
  height: 4px;
}
@media (min-width: 992px) {
  .slick-dots li {
    width: 40px;
  }
}
.slick-dots li button:before {
  content: "";
  opacity: 1;
  border-radius: 16px;
  background-color: #ffffff;
  width: 25px;
  height: 4px;
}
@media (min-width: 992px) {
  .slick-dots li button:before {
    width: 40px;
  }
}
.slick-dots li.slick-active button:before {
  background-color: #BE1D2C;
}

.slick-arrow {
  z-index: 1;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 576px) {
  .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 992px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #ffffff;
}
.slick-arrow::before {
  font-size: 1rem;
  color: #2f495c;
  cursor: pointer;
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  font-family: "bootstrap-icons";
  content: "\f284";
}

.slick-next {
  right: 0;
}
.slick-next::before {
  font-family: "bootstrap-icons";
  content: "\f285";
}

h2 {
  color: #2A2A2A;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 5px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}

.more {
  color: #BE1D2C;
  transition: all 0.3s ease-in-out;
}
.more:hover {
  transition: all 0.3s ease-in-out;
  transform: translateX(8px);
}

.page {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.page a {
  color: #5a5a5a;
  padding: 8px 20px;
}
.page a.active, .page a:hover {
  color: #ffffff;
  background-color: #2f495c;
  border-radius: 20px;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 14px;
  justify-content: flex-end;
}
.breadcrumb a {
  color: #5a5a5a;
}
.breadcrumb .breadcrumb-item.active {
  color: #BE1D2C;
}

.inner-page {
  margin-top: 70px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .inner-page {
    margin-top: 100px;
  }
}
.inner-page h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .inner-page h2 {
    margin-bottom: 48px;
  }
}
.inner-page h2 span {
  padding-bottom: 6px;
  border-bottom: 1px solid #BE1D2C;
}

.page-benner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 27.8%;
  margin-top: 70px;
  margin-bottom: 0.75rem;
}
@media (min-width: 1200px) {
  .page-benner {
    margin-top: 100px;
  }
}

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

.text-main {
  color: #2f495c;
}

.text-sub {
  color: #BE1D2C;
}

.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-64 {
  padding-bottom: 4rem;
}

.navbar-container {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  animation: navbar-move 0.5s forwards ease-in-out;
}
.navbar-container.light-bg {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-container::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  z-index: -1;
}

@keyframes navbar-move {
  0% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0px);
  }
}
.navbar {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar h1 {
  height: 70px;
  width: 173px;
}
@media (min-width: 992px) {
  .navbar h1 {
    height: 100px;
    width: 250px;
  }
}
.navbar .logo {
  display: block;
  background-repeat: no-repeat;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  height: 100%;
}
.navbar .navbarMenu {
  position: absolute;
  width: 100%;
  height: calc(100vh - 70px);
  top: -100vh;
  left: 0;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .navbar .navbarMenu {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: auto;
    height: auto;
  }
}
.navbar .navbar-nav {
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    flex-direction: row;
    margin-top: 0;
  }
}
.navbar .nav-item {
  text-align: center;
  width: 100%;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .navbar .nav-item {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item {
    margin-right: 28px;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item:last-child {
    margin-right: 0;
  }
}
.navbar .nav-item .nav-link {
  color: #2A2A2A;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  width: 100%;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active {
  color: #BE1D2C;
  transition: all 0.3s ease-in-out;
}

#menuToggle {
  display: none;
}

label[for=menuToggle] {
  width: 45px;
  height: 32px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
label[for=menuToggle] span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #2A2A2A;
  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: 992px) {
  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: 70px;
  z-index: 1;
}
@media (min-width: 992px) {
  #menuToggle:checked ~ .navbarMenu {
    background-color: transparent;
  }
}

footer {
  background-color: #F0EEED;
  border-top: 1px solid #5a5a5a;
  padding: 48px 0 28px;
}
footer .top {
  row-gap: 1rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .top {
    margin-bottom: 40px;
  }
}
footer a {
  color: #2A2A2A;
}
footer a:hover {
  color: #2A2A2A;
  text-decoration: underline;
}
footer .logo {
  width: 160px;
}
@media (min-width: 576px) {
  footer .logo {
    width: 220px;
  }
}
@media (min-width: 992px) {
  footer .logo {
    width: 280px;
  }
}
footer .contact-list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
footer .contact-list i {
  color: #5a5a5a;
  margin-right: 8px;
  font-size: 18px;
}
footer .social-list {
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 768px) {
  footer .social-list {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  footer .social-list {
    justify-content: flex-end;
  }
}
footer .social-list a {
  width: 36px;
  height: 36px;
}
footer .photonic-text {
  color: #5a5a5a;
  display: flex;
  align-items: center;
  opacity: 0.3;
}
footer .photonic-text a {
  color: #5a5a5a;
}
footer .photonic-link {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.banner-carousel {
  position: relative;
  visibility: hidden;
}
.banner-carousel.slick-initialized {
  visibility: visible;
}
.banner-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-carousel .slick-dots {
  text-align: right;
  bottom: 30px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .banner-carousel .slick-dots {
    padding-right: 50px;
  }
}
.banner-carousel .item {
  display: block;
  position: relative;
  color: #ffffff;
}
.banner-carousel .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.banner-carousel .item:hover .more {
  transition: all 0.3s ease-in-out;
  transform: translateX(8px);
}
.banner-carousel #carousel-mask {
  position: absolute;
  background-color: rgba(47, 73, 92, 0.6);
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
}
.banner-carousel .content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-carousel .content {
  width: 40%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-carousel h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .banner-carousel h3 {
    font-size: 48px;
  }
}
.banner-carousel .bottom {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.banner-carousel .bottom .num {
  border: 1px solid #ffffff;
  border-radius: 36px 36px 0 0;
  font-size: 20px;
  padding: 4px 6px;
}
@media (min-width: 992px) {
  .banner-carousel .bottom .num {
    font-size: 36px;
  }
}
.banner-carousel .bottom .more {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .banner-carousel .bottom .more {
    font-size: 18px;
  }
}

.home-case {
  padding: 56px 15px;
}
.home-case .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-case .title-container {
    margin-bottom: 28px;
  }
}

.case-carousel {
  position: relative;
  visibility: hidden;
}
.case-carousel.slick-initialized {
  visibility: visible;
}
@media (min-width: 768px) {
  .case-carousel .slick-list {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .case-carousel .slick-list {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
}
.case-carousel .slick-slide {
  margin: 0 20px;
}
@media (min-width: 1200px) {
  .case-carousel .slick-slide {
    margin: 0 80px;
  }
}
.case-carousel .slick-slide > div,
.case-carousel .slick-slide a {
  height: 100%;
}
@media (min-width: 1200px) {
  .case-carousel .slick-slide.slick-current {
    transform: scale(1.2);
  }
}
.case-carousel .slick-slide.slick-current .content {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
}
@media (min-width: 992px) {
  .case-carousel .slick-slide.slick-current .content {
    row-gap: 24px;
  }
}
.case-carousel .slick-dots {
  position: static;
}
.case-carousel .slick-dots li button::before {
  background-color: #F0EEED;
}
.case-carousel .slick-dots li.slick-active button:before {
  background-color: #BE1D2C;
}
.case-carousel .item {
  color: #ffffff;
}
.case-carousel .item .img {
  padding-bottom: 87%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.case-carousel .item li {
  word-wrap: break-word;
}
.case-carousel .item:hover .content {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
}
@media (min-width: 992px) {
  .case-carousel .item:hover .content {
    row-gap: 24px;
  }
}
.case-carousel .content {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: rgba(47, 73, 92, 0.8);
  padding: 40px 16px;
  display: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .case-carousel .content {
    height: 45%;
  }
}
.case-carousel .content h3 {
  font-size: 28px;
  margin-bottom: 0;
}
.case-carousel .content h3 > div {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .case-carousel .content h3 {
    font-size: 32px;
  }
}

.home-about {
  background-color: #F0EEED;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-about .left-img {
  width: 80%;
}
.home-about .left-img > div {
  padding-bottom: 140%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .home-about .left-img {
    width: 35%;
  }
}
.home-about .right-content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 36px 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
@media (min-width: 576px) {
  .home-about .right-content {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .home-about .right-content {
    width: 65%;
    padding: 36px 40px 80px 36px;
  }
}
@media (min-width: 1440px) {
  .home-about .right-content {
    padding: 0 40px 80px 36px;
  }
}
.home-about .right-content img {
  width: 100%;
}
@media (min-width: 576px) {
  .home-about .right-content img {
    width: 40%;
  }
}
.home-about .right-content .text {
  width: 100%;
}
@media (min-width: 576px) {
  .home-about .right-content .text {
    width: 60%;
  }
}

.home-news {
  background-color: #F0EEED;
  position: relative;
}
.home-news .news-carousel {
  margin-bottom: 24px;
  visibility: hidden;
}
.home-news .news-carousel.slick-initialized {
  visibility: visible;
}
.home-news .news-carousel .slick-track,
.home-news .news-carousel .slick-slide {
  width: 100%;
}
@media (min-width: 768px) {
  .home-news .news-carousel {
    margin-bottom: 24px;
  }
}
.home-news .item {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home-news .left-content {
  background-color: #2f495c;
  color: #ffffff;
  width: 100%;
  padding: 75px 45px;
}
@media (min-width: 768px) {
  .home-news .left-content {
    width: 35%;
    padding: 0px 0px;
  }
}
@media (min-width: 768px) {
  .home-news .left-content .text-container {
    padding-bottom: 90%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .home-news .left-content .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-news h3 {
  font-size: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .home-news h3 {
    font-size: 28px;
  }
}
.home-news .right-img {
  width: 86%;
  margin: 24px auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .home-news .right-img {
    position: static;
    width: 45%;
    margin: initial;
  }
}
.home-news .right-img .img {
  padding-bottom: 61.7%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .home-news .right-img .img {
    margin-bottom: 30px;
  }
}
.home-news #news-dots {
  position: absolute;
  left: 54%;
  bottom: 0;
  padding-bottom: 8px;
}
.home-news .slick-dots {
  position: static;
}
.home-news .slick-prev {
  top: auto;
  bottom: 25%;
  left: 10px;
}
.home-news .slick-next {
  top: auto;
  bottom: 25%;
  right: 10px;
}
.home-news .logo-container {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}
@media (min-width: 768px) {
  .home-news .logo-container {
    width: auto;
    margin: initial;
  }
}
.home-news .logo-container img {
  width: 100px;
}
@media (min-width: 768px) {
  .home-news .logo-container img {
    position: absolute;
    right: 20px;
    bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .home-news .logo-container img {
    width: auto;
    right: 50px;
  }
}

.home-partners {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .home-partners {
    padding: 80px 0;
  }
}
.home-partners .title-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 16px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .home-partners .title-container {
    width: 45%;
    margin-left: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.home-partners .item {
  display: block;
  flex-basis: 100%;
  position: relative;
  color: #2A2A2A;
}
@media (min-width: 576px) {
  .home-partners .item {
    flex: 1;
  }
}
.home-partners .item:hover .overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.home-partners .img {
  padding-bottom: 47.7%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home-partners .overlay {
  padding: 12px 24px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  display: none;
  transition: all 0.3s ease-in-out;
}
.home-partners h3 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}

.home-service {
  background-color: #F0EEED;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .home-service {
    padding: 80px 0;
  }
}
.home-service h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .home-service h2 {
    margin-bottom: 40px;
  }
}
.home-service h2 span {
  padding-bottom: 6px;
  border-bottom: 1px solid #BE1D2C;
}
.home-service .service-list {
  justify-content: center;
  row-gap: 20px;
  margin-bottom: 24px;
}
.home-service .service-list .item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.home-service .service-list .item:hover .img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.home-service .service-list .content {
  min-height: 180px;
  color: #5a5a5a;
}
.home-service .service-list .content > * {
  padding: 1rem 1rem;
}
.home-service .service-list .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 1px solid #5a5a5a;
}
.home-service .service-list .content .text > div {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-service .service-list .img-container {
  overflow: hidden;
}
.home-service .service-list .img-container .img {
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.home-service .bottom-btn {
  background-color: #2f495c;
  color: #ffffff;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
  transition: all 0.3s ease-in-out;
  padding: 12px 12px;
  border-radius: 0 0 36px 36px;
}
@media (min-width: 992px) {
  .home-service .bottom-btn {
    padding: 20px 20px;
  }
}
.home-service .bottom-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #2f495c;
  outline: 1px solid #2f495c;
}

.contact-form .form-row > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.5rem;
}
.contact-form label {
  min-width: 72px;
}
.contact-form label span {
  color: #e73429;
}
.contact-form .form-control {
  border: 1px solid #5a5a5a;
  border-radius: 8px;
}
.contact-form .form-control:focus {
  border-color: #2f495c;
  box-shadow: 0 0 0 0.2rem rgba(47, 73, 92, 0.25);
}
.contact-form .btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (min-width: 992px) {
  .contact-form .btns {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.contact-form .btns > * {
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  padding: 8px 24px;
}
@media (min-width: 992px) {
  .contact-form .btns > * {
    padding: 12px 40px;
  }
}
.contact-form .btns > *:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 0.2rem rgba(47, 73, 92, 0.25);
}
.contact-form button#submit-btn {
  color: #ffffff;
  border: none;
  background-color: #2f495c;
}
.contact-form button#submit-btn:focus {
  outline: none;
}
.contact-form input[type=reset] {
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
  background-color: #ffffff;
}

.cerify-code-panel {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cerify-code-panel .verify-code {
  margin-bottom: 0;
  border: 0;
  width: 50% !important;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .cerify-code-panel .verify-code {
    width: 25% !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: 50% !important;
  }
}
.cerify-code-panel .verify-code-area .verify-input-area {
  flex-grow: 1;
  height: 100%;
}
.cerify-code-panel .varify-input-code {
  height: 100%;
  width: 100%;
}
.cerify-code-panel .verify-change-code {
  color: #e73429;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #2f495c !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 73, 92, 0.25) !important;
}

.map-container {
  position: relative;
  padding-bottom: 60%;
}
@media (min-width: 768px) {
  .map-container {
    padding-bottom: 35%;
  }
}
@media (min-width: 992px) {
  .map-container {
    padding-bottom: 25%;
  }
}
.map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.top-menu {
  position: relative;
}

.menu-switch {
  width: 100%;
  background-color: transparent;
  color: #5a5a5a;
  border: 1px solid #2f495c;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}
@media (min-width: 992px) {
  .menu-switch {
    display: none;
  }
}
.menu-switch:hover {
  color: #5a5a5a;
}
.menu-switch.active {
  background-color: #2f495c;
  color: #F0EEED;
}
.menu-switch:focus {
  outline: none;
}

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

.top-menu-container,
.left-menu {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .top-menu-container,
  .left-menu {
    margin-bottom: 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);
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tab-container {
    position: static;
    justify-content: center;
    background-color: transparent;
    border-bottom: 2px solid #F0EEED;
    box-shadow: none;
    margin-bottom: 40px;
  }
}
.tab-container li {
  border: 1px solid #F0EEED;
  border-top: none;
  width: 100%;
}
@media (min-width: 992px) {
  .tab-container li {
    border: none;
    width: auto;
  }
}
.tab-container a {
  color: #5a5a5a;
  padding: 8px 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .tab-container a {
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #F0EEED;
    border-bottom: none;
  }
}
.tab-container a.active, .tab-container a:hover {
  color: #2f495c;
}
@media (min-width: 992px) {
  .tab-container a.active, .tab-container a:hover {
    color: #ffffff;
    background-color: #2f495c;
    border-color: #2f495c;
  }
}

.case-list {
  row-gap: 48px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .case-list {
    margin-bottom: 60px;
  }
}
.case-list .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #2A2A2A;
  position: relative;
  overflow: hidden;
}
.case-list .item:hover .overlay {
  top: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.case-list .img {
  padding-bottom: 87%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.case-list .content-container {
  flex-grow: 1;
  border: 5px solid #F0EEED;
  padding: 24px 0 24px 24px;
  display: flex;
}
.case-list .content {
  flex-grow: 1;
  background-color: #F0EEED;
  padding: 16px 16px;
}
.case-list .content div {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-list h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .case-list h3 {
    font-size: 28px;
  }
}
.case-list .overlay {
  background-color: rgba(47, 73, 92, 0.8);
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.news-list {
  row-gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .news-list {
    margin-bottom: 60px;
  }
}
.news-list .item {
  border-top: 3px solid #F0EEED;
  border-bottom: 3px solid #F0EEED;
  padding: 24px 15px;
}
@media (min-width: 992px) {
  .news-list .item div[class~=col-lg-4] {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .news-list .item div[class~=col-lg-8] {
    padding-right: 0;
  }
}
.news-list a {
  transition: all 0.3s ease-in-out;
}
.news-list a:hover {
  color: #2A2A2A;
  transition: all 0.3s ease-in-out;
  transform: translateY(8px);
}
@media (min-width: 768px) {
  .news-list a:hover {
    transform: translateX(8px);
  }
}
.news-list .img {
  padding-bottom: 61.7%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.news-list .content-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F0EEED;
  padding: 16px 16px;
}
.news-list h3 {
  color: #2A2A2A;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .news-list h3 {
    font-size: 28px;
  }
}

.info-content {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .info-content {
    margin-bottom: 60px;
  }
}

.info-top {
  border-bottom: 3px solid #F0EEED;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.info-top h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 3px;
}
@media (min-width: 992px) {
  .info-top h2 {
    font-size: 32px;
  }
}

.left-menu {
  position: relative;
}
.left-menu .menu-switch {
  display: flex;
}
@media (min-width: 992px) {
  .left-menu .menu-switch {
    display: none;
  }
}

.left-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) {
  .left-tab-container {
    position: static;
    flex-direction: column;
    row-gap: 0.5rem;
    background-color: transparent;
    box-shadow: none;
  }
}
.left-tab-container li {
  border: 1px solid #F0EEED;
  border-top: none;
  width: 100%;
}
@media (min-width: 992px) {
  .left-tab-container li {
    border: none;
    width: auto;
  }
}
.left-tab-container a {
  color: #5a5a5a;
  padding: 8px 12px;
  width: 100%;
}
@media (min-width: 992px) {
  .left-tab-container a {
    border-left: 5px solid #2f495c;
  }
}
.left-tab-container a.active, .left-tab-container a:hover {
  color: #2f495c;
}
@media (min-width: 992px) {
  .left-tab-container a.active, .left-tab-container a:hover {
    color: #ffffff;
    background-color: #2f495c;
    border-color: #2f495c;
    border-radius: 0 100px 100px 0;
  }
}

.service-subtitle, .about-subtitle {
  font-size: 24px;
  letter-spacing: 1px;
  padding-bottom: 0.5rem;
  font-weight: 500;
  border-bottom: 3px solid #F0EEED;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .service-subtitle, .about-subtitle {
    font-size: 28px;
    line-height: 1.5;
  }
}

.service-case-carousel {
  position: relative;
  visibility: hidden;
}
.service-case-carousel.slick-initialized {
  visibility: visible;
}
.service-case-carousel .slick-slide {
  margin: 0 20px;
}
.service-case-carousel .slick-slide > div,
.service-case-carousel .slick-slide a {
  height: 100%;
}
.service-case-carousel .item {
  color: #ffffff;
}
.service-case-carousel .item .img {
  padding-bottom: 87%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.service-case-carousel .item li {
  word-wrap: break-word;
}
.service-case-carousel .item:hover {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.35);
}
.service-case-carousel .item:hover .content {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
}
@media (min-width: 992px) {
  .service-case-carousel .item:hover .content {
    row-gap: 16px;
  }
}
.service-case-carousel .content {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: rgba(47, 73, 92, 0.8);
  padding: 12px 12px;
  display: none;
  transition: all 0.3s ease-in-out;
}
.service-case-carousel .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.service-case-carousel .content h3 > div {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .service-case-carousel .content h3 {
    font-size: 24px;
  }
}

.case-btn {
  padding: 10px 12px;
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
  border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .case-btn {
    padding: 12px 16px;
  }
}
.case-btn span {
  color: #BE1D2C;
  transition: all 0.3s ease-in-out;
}
.case-btn:hover {
  color: #ffffff;
  background-color: #BE1D2C;
  border: 1px solid #BE1D2C;
  transition: all 0.3s ease-in-out;
}
.case-btn:hover span {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.develop-container {
  padding: 40px 0px;
  margin-bottom: 40px;
}

.about-subtitle {
  border-bottom: none;
}

.time-carousel-container {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
.time-carousel-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2A2A2A;
  top: 55px;
  z-index: -1;
}
@media (min-width: 992px) {
  .time-carousel-container::before {
    top: 60px;
  }
}

.time-carousel {
  visibility: hidden;
}
.time-carousel.slick-initialized {
  visibility: visible;
}
.time-carousel .slick-slide.slick-current .year {
  color: #BE1D2C;
}
.time-carousel .slick-slide.slick-current .dot {
  background-color: #BE1D2C;
}
.time-carousel .item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.time-carousel .year {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .time-carousel .year {
    font-size: 28px;
  }
}
.time-carousel .dot-outer {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #2A2A2A;
  padding: 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-carousel .dot-outer .dot {
  width: 8px;
  height: 8px;
  background-color: #5a5a5a;
  border-radius: 50%;
}
.time-carousel .slick-arrow {
  top: 53px;
}
@media (min-width: 992px) {
  .time-carousel .slick-arrow {
    top: 58px;
  }
}

.event-carousel {
  visibility: hidden;
}
.event-carousel.slick-initialized {
  visibility: visible;
}
.event-carousel .slick-slide {
  opacity: 0.5;
  margin: 0 12px;
}
.event-carousel .slick-slide.slick-current {
  opacity: 1;
}
.event-carousel .img {
  padding-bottom: 50.2%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 16px;
}
.event-carousel h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 1px solid #BE1D2C;
  margin-bottom: 16px;
}/*# sourceMappingURL=all.css.map */