@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: #121212;
}
body ::-moz-selection {
  background-color: rgba(71, 116, 189, 0.5);
}
body ::selection {
  background-color: rgba(71, 116, 189, 0.5);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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;
  }
}
.home-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}
@media (min-width: 992px) {
  .home-title {
    font-size: 42px;
  }
}
.home-title span {
  position: relative;
  top: -20px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .home-title span {
    font-size: 24px;
  }
}

.home-block-title {
  text-align: center;
  color: #4774BD;
  font-weight: 500;
  position: relative;
  margin-bottom: 24px;
  font-size: 32px;
}
@media (min-width: 992px) {
  .home-block-title {
    font-size: 42px;
    margin-bottom: 36px;
  }
}
.home-block-title span {
  position: relative;
  z-index: 1;
}
.home-block-title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #e4efff;
  width: 20px;
  height: 20px;
  left: -10px;
  top: -2px;
}

.border-item {
  position: relative;
  text-align: center;
  padding: 16px 16px;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #ffffff;
  background-clip: padding-box;
}
.border-item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px;
  margin: -1px;
  background-image: linear-gradient(30deg, #4774BD, #bfd9ff 56%, #4774BD);
}

main {
  padding-bottom: 40px;
}
main.list-page {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  main.list-page {
    padding-left: 100px;
    padding-right: 100px;
  }
}
main.cms-page {
  margin-top: 64px;
}
main.cms-page .title {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
main.cms-page .title h3 {
  font-size: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DEDEDE;
}
@media (min-width: 992px) {
  main.cms-page #content {
    min-height: 50vh;
  }
}

.page-banner {
  margin-top: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45%;
}
@media (min-width: 768px) {
  .page-banner {
    padding-bottom: 25%;
  }
}
@media (min-width: 1920px) {
  .page-banner {
    height: 480px;
    padding-bottom: 0;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  font-size: 15px;
}
.breadcrumb .breadcrumb-item a {
  color: #707070;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #707070;
}
.breadcrumb .breadcrumb-item.active {
  color: #4774BD;
}

.icon {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #4774BD;
  border-radius: 50%;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.page a {
  color: #707070;
  transition: all 0.3s ease-in-out;
}
.page a:hover, .page a.active {
  color: #4774BD;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.back-btn {
  margin-top: 40px;
  color: #707070;
  transition: all 0.3s ease-in-out;
}
.back-btn:hover {
  color: #4774BD;
  transition: all 0.3s ease-in-out;
}

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

.text-main {
  color: #4774BD;
}

.text-lightBlack {
  color: #707070;
}

.text-darkBlack {
  color: #121212;
}

.text-highlight {
  color: #50A77D;
}

.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;
  border-bottom: 1px solid #DEDEDE;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  animation: navbar-move 0.5s forwards ease-in-out;
}

@keyframes navbar-move {
  0% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0px);
  }
}
nav.navbar {
  position: static !important;
  align-items: center;
}
nav.navbar h1 {
  width: 250px;
}
@media (min-width: 576px) {
  nav.navbar h1 {
    width: 300px;
  }
}
nav.navbar .logo {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
nav.navbar .navbarMenu {
  flex-grow: 1;
  flex-basis: 100%;
  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;
    flex-basis: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    opacity: 1;
    width: auto;
    height: auto;
  }
}
nav.navbar .nav-item {
  text-align: center;
  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: #121212;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
  font-size: 20px;
}
nav.navbar .nav-item .nav-link:hover, nav.navbar .nav-item .nav-link.active {
  color: #4774BD;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  nav.navbar .nav-item:last-child {
    margin-right: 0;
  }
}

#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: #4774BD;
  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: #4774BD;
  transition: all 0.3s ease-in-out;
}

.right-icons {
  list-style: none;
  padding-left: 0;
  font-size: 20px;
  margin-bottom: 0;
  text-align: center;
}
.right-icons a {
  color: #121212;
}

#goTop {
  position: fixed;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  background-color: #4774BD;
  color: #ffffff;
  right: 15px;
  bottom: 60px;
  z-index: 1;
  cursor: pointer;
}
#goTop span {
  margin-top: -6px;
}

footer {
  padding: 40px 0;
  background-color: #F8F8F8;
}
footer .row {
  row-gap: 16px;
}
@media (min-width: 768px) {
  footer .company {
    width: 85%;
  }
}
footer .company p {
  margin-bottom: 0;
}
footer a {
  color: #121212;
}
footer a:hover {
  text-decoration: underline;
  color: #4774BD;
}
footer .contact-list {
  margin-bottom: 0;
}
footer .line-icon {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: block;
}
@media (min-width: 992px) {
  footer .line-icon {
    margin-left: auto;
  }
}
footer .photonic-text {
  color: #707070;
  display: flex;
  align-items: center;
  opacity: 0.3;
}
footer .photonic-text a {
  color: #707070;
}
footer .photonic-link {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.section1 {
  margin-top: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  padding: 40px 0 60px;
}
@media (min-width: 992px) {
  .section1 {
    padding: 80px 0 160px;
  }
}
.section1::after {
  content: "";
  background-image: url("/public/frontEndPackage/images/arrow-down.png");
  position: absolute;
  height: 157px;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
.section1 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section1 .title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .section1 .title {
    font-size: 48px;
  }
}
.section1 .subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section1 .subtitle {
    font-size: 24px;
  }
}
.section1 .text {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section1 .text {
    font-size: 20px;
  }
}
.section1 .pics {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 70px;
}
.section1 a.contact-btn {
  color: #4774BD;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  padding: 10px 24px;
}
@media (min-width: 992px) {
  .section1 a.contact-btn {
    font-size: 24px;
    padding: 14px 30px;
  }
}
.section1 a.contact-btn::before {
  content: "";
  background-color: #4774BD;
  border-radius: 100px;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.section1 a.contact-btn:hover {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.section1 a.contact-btn:hover::before {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.section2 {
  margin-top: -2px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 80px 0;
}
.section2 .text1 {
  font-size: 20px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .section2 .text1 {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
.section2 .items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 24px;
  row-gap: 16px;
}
@media (min-width: 992px) {
  .section2 .items {
    margin-bottom: 36px;
  }
}
.section2 .items div {
  color: #4774BD;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .section2 .items div {
    font-size: 24px;
  }
}
.section2 .text2 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section2 .text2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.section2 a.more-btn {
  color: #ffffff;
  font-weight: 500;
  background-color: #4774BD;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  padding: 10px 24px;
}
@media (min-width: 992px) {
  .section2 a.more-btn {
    font-size: 24px;
    padding: 14px 30px;
  }
}
.section2 a.more-btn::before {
  content: "";
  background-color: #ffffff;
  border-radius: 100px;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.section2 a.more-btn:hover {
  transition: all 0.3s ease-in-out;
  outline: 1px solid #4774BD;
  color: #4774BD;
  background-color: transparent;
}
.section2 a.more-btn:hover::before {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.section3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px 0 160px;
}
.section3 .content {
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50.96%, rgba(255, 255, 255, 0) 100%);
}
.section3 .top {
  display: flex;
  position: relative;
}
.section3 .top .item {
  flex-grow: 1;
  padding: 16px 16px;
  background: linear-gradient(270deg, rgba(28, 128, 171, 0.5) 36.27%, rgba(80, 167, 125, 0.05) 100%);
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.section3 .top .item h3 {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .section3 .top .item h3 {
    font-size: 32px;
  }
}
.section3 .top .item div {
  font-size: 18px;
}
@media (min-width: 992px) {
  .section3 .top .item div {
    font-size: 20px;
  }
}
.section3 .top::after {
  content: "";
  -webkit-clip-path: polygon(50% 50%, 0 0, 0 100%);
          clip-path: polygon(50% 50%, 0 0, 0 100%);
  width: 125px;
  height: 250px;
  background: linear-gradient(270deg, rgba(28, 128, 171, 0.5) 36.27%, rgba(80, 167, 125, 0.05) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -125px;
  display: none;
}
@media (min-width: 992px) {
  .section3 .top::after {
    display: block;
  }
}
.section3 .text {
  padding: 40px 40px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .section3 .text {
    font-size: 20px;
  }
}

.section4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -154px;
  padding: 160px 0 80px;
}
.section4 .content {
  padding: 24px 36px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50.96%, rgba(255, 255, 255, 0) 100%);
  font-size: 18px;
}
@media (min-width: 992px) {
  .section4 .content {
    font-size: 20px;
  }
}

.section5 {
  padding: 80px 0;
}
.section5 .home-title {
  font-size: 28px;
}
@media (min-width: 992px) {
  .section5 .home-title {
    font-size: 38px;
  }
}
.section5 .item-list {
  row-gap: 20px;
  justify-content: center;
}
.section5 .item-list:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section5 .item-list:not(:last-child) {
    margin-bottom: 60px;
  }
}
.section5 .item-list div[class*=col-] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section5 .item-list h4 {
  width: 90%;
  font-size: 24px;
}
@media (min-width: 992px) {
  .section5 .item-list h4 {
    font-size: 28px;
  }
}
.section5 .item-list .content {
  width: 100%;
  flex-grow: 1;
  position: relative;
  z-index: -2;
  border-radius: 16px;
  background-color: #F8F8F8;
  margin-top: -20px;
  padding: 40px 16px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .section5 .item-list .content {
    font-size: 20px;
  }
}

.section6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px 0 160px;
}
.section6 h2 span::before {
  background-color: #ffffff;
}
.section6 .text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .section6 .text {
    margin-bottom: 36px;
  }
}
.section6 h3 {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  color: #707070;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section6 h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.section6 .item-list {
  row-gap: 24px;
}
.section6 .item-list .item {
  text-align: center;
  color: #707070;
  border-radius: 100px;
  padding: 16px 16px;
  font-weight: 500;
  background-color: #ffffff;
}

.section7 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 150px 0 180px;
  margin-top: -160px;
}
@media (min-width: 992px) {
  .section7 {
    padding: 250px 0 200px;
  }
}
.section7 .content {
  align-items: center;
  row-gap: 20px;
}
@media (min-width: 576px) {
  .section7 .content div[class*=col-md-6]:first-child div {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .section7 .content div[class*=col-md-6]:first-child div {
    width: auto;
  }
}
.section7 h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .section7 h3 {
    font-size: 32px;
  }
}
.section7 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section7 h2 {
    font-size: 60px;
  }
}
.section7 h4 {
  text-align: right;
  color: #707070;
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 992px) {
  .section7 h4 {
    font-size: 24px;
  }
}
.section7 .item {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
}
.section7 .item h4 {
  text-align: initial;
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  border-bottom: 1px solid #DEDEDE;
}
@media (min-width: 992px) {
  .section7 .item h4 {
    font-size: 32px;
  }
}
.section7 .item a {
  transition: all 0.3s ease-in-out;
}
.section7 .item a:hover {
  color: #4774BD;
  transform: translateX(8px);
  transition: all 0.3s ease-in-out;
}

.section8 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 200px 0 80px;
  margin-top: -210px;
}
@media (min-width: 992px) {
  .section8 {
    margin-top: -200px;
  }
}
.section8 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section8 h2 {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
.section8 .item-list {
  row-gap: 20px;
}
.section8 .item-list .item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  color: #121212;
  height: 100%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}
.section8 .item-list .item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  transition: all 0.3s ease-in-out;
}
.section8 .item-list .item:hover .img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.section8 .item-list .content {
  padding: 12px 12px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section8 .item-list h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 400;
  flex-grow: 1;
}

.left-menu {
  position: relative;
}
@media (min-width: 1400px) {
  .left-menu {
    width: 80%;
  }
}

.menu-switch {
  color: #ffffff;
  background-color: #4774BD;
  font-size: 1.2rem;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .menu-switch {
    color: #121212;
    background-color: transparent;
    font-size: 1.5rem;
  }
}
.menu-switch:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .menu-switch:hover {
    color: #121212;
  }
}

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

.menu-list {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .menu-list {
    box-shadow: none;
  }
}
.menu-list li {
  border: 1px solid #cccccc;
  border-top: none;
}
@media (min-width: 992px) {
  .menu-list li {
    border-left: none;
    border-right: none;
  }
}
.menu-list li a {
  padding: 8px 16px;
  width: 100%;
  color: #121212;
}
.menu-list li a:hover, .menu-list li a.active {
  color: #4774BD;
}
@media (min-width: 992px) {
  .menu-list li a:hover, .menu-list li a.active {
    color: #ffffff;
    background-color: #4774BD;
  }
}
@media (min-width: 992px) {
  .menu-list li:last-child {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .list-row {
    min-height: 45vh;
  }
}

h3.service-cate-name {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 16px;
}

.product-list {
  row-gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .product-list {
    row-gap: 40px;
  }
}
.product-list .item {
  display: flex;
  flex-direction: column;
  color: #121212;
  height: 100%;
  border: 1px solid #DEDEDE;
}
.product-list .item:hover .img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.product-list .item .img {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.product-list .item .content {
  padding: 12px 12px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-list .item h4 {
  font-size: 24px;
  font-weight: 500;
}
.product-list .item .text {
  flex-grow: 1;
}
.product-list .item .text > div {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search-container {
  display: flex;
  border: 1px solid #DEDEDE;
}
.search-container input {
  width: calc(100% - 42px);
  padding: 4px 8px;
  border: none;
}
@media (min-width: 576px) {
  .search-container input {
    width: auto;
  }
}
.search-container input:focus-visible {
  outline: none;
}
.search-container button {
  padding: 0.5rem 0.8rem;
  background-color: #ffffff;
  border: none;
  color: #707070;
}
.search-container button:focus {
  outline: none;
}

.accordion .item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion .item .question {
  background-color: #F8F8F8;
}
.accordion .accordion-btn {
  padding: 0.875rem 0.8rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: none;
  color: #ffffff;
  background-color: #4774BD;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .accordion .accordion-btn {
    padding: 0.875rem 1.5rem;
  }
}
.accordion .accordion-btn:focus {
  outline: none;
}
.accordion .accordion-btn.collapsed {
  background-color: #F8F8F8;
  color: #121212;
}
.accordion .accordion-btn.collapsed i {
  color: #707070;
}
.accordion .accordion-btn:not(.collapsed) i {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.accordion .content {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 0.875rem 0.8rem;
}
@media (min-width: 576px) {
  .accordion .content {
    padding: 0.875rem 1.5rem;
  }
}
.accordion .content p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .contact-form {
    min-height: 70vh;
  }
}
.contact-form .row {
  row-gap: 20px;
  margin-bottom: 20px;
}
.contact-form label {
  min-width: 72px;
}
.contact-form label span {
  color: #e73429;
}
.contact-form .form-control:focus,
.contact-form textarea:focus {
  border-color: #4774BD;
  box-shadow: 0 0 0 0.2rem rgba(71, 116, 189, 0.25);
}
.contact-form button#submit-btn {
  padding: 8px 24px;
  border-radius: 100px;
  color: #ffffff;
  border: none;
  background-color: #4774BD;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact-form button#submit-btn {
    padding: 12px 45px;
  }
}
.contact-form button#submit-btn::before {
  content: "";
  background-color: #ffffff;
  border-radius: 100px;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.contact-form button#submit-btn:hover {
  transition: all 0.3s ease-in-out;
  outline: 1px solid #4774BD;
  color: #4774BD;
  background-color: transparent;
}
.contact-form button#submit-btn:hover::before {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.contact-form button#submit-btn:focus {
  outline: 1px solid #4774BD;
}

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

.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: #4774BD !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 116, 189, 0.25) !important;
}/*# sourceMappingURL=all.css.map */