@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
/*  ===== firefox font weight bold 統一設定為 normal (firefox在小字為粗體的時候會過粗) ===== */
/*  ===== media定義 ===== */
/*  ===== 捲軸樣式設定 ===== */
/*  ===== 往上適應 ===== */
/*  ===== 往下適應 ===== */
/*  ===== 範圍內適應 ===== */
.about-award-record-wrap {
  padding: 4.167vw 0px;
}
@media (max-width: 575.98px) {
  .about-award-record-wrap {
    padding: 0px;
  }
}
.about-award-record-wrap .container-share > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .about-award-record-wrap .container-share > div {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.about-award-record-wrap .nav-years {
  width: 115px;
}
@media (max-width: 575.98px) {
  .about-award-record-wrap .nav-years {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    overflow-x: scroll;
  }
}
.about-award-record-wrap .nav-years > div {
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: calc(25 / 16 * 1rem);
  letter-spacing: calc(1.25 / 25 * 1rem);
  white-space: nowrap;
}
.about-award-record-wrap .nav-years > div:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .about-award-record-wrap .nav-years > div:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.about-award-record-wrap .nav-years > div.current {
  font-size: calc(45 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.25 / 45 * 1rem);
  margin-bottom: 20px;
}
@-moz-document url-prefix() {
  .about-award-record-wrap .nav-years > div.current {
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .about-award-record-wrap .nav-years > div.current {
    font-size: calc(30 / 16 * 1rem);
    letter-spacing: calc(1.5 / 30 * 1rem);
    margin-bottom: 0px;
  }
}
.about-award-record-wrap .nav-years > div.current a {
  color: var(--color-main);
}
.about-award-record-wrap .nav-years a {
  color: #BDBDBD;
  transition: all 0.5s ease;
}
.about-award-record-wrap .content-wrap {
  width: calc(100% - 230px);
  margin-top: -16px;
}
@media (max-width: 1439.98px) {
  .about-award-record-wrap .content-wrap {
    width: calc(100% - 165px);
  }
}
@media (max-width: 991.98px) {
  .about-award-record-wrap .content-wrap {
    width: calc(100% - 145px);
  }
}
@media (max-width: 575.98px) {
  .about-award-record-wrap .content-wrap {
    width: 100%;
    margin-top: 0px;
  }
}
.about-award-record-wrap .content-wrap > div {
  display: none;
}
.about-award-record-wrap .content-wrap > div[target="0"] {
  display: block;
}
.about-award-record-wrap .content-wrap .item {
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  padding: 40px 0px;
  margin-left: 50px;
}
@media (max-width: 575.98px) {
  .about-award-record-wrap .content-wrap .item {
    margin-left: 25px;
  }
}
.about-award-record-wrap .content-wrap .item::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 52.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color-main);
}
@media (max-width: 575.98px) {
  .about-award-record-wrap .content-wrap .item::before {
    left: -32px;
  }
}
.about-award-record-wrap .content-wrap .item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -43px;
  top: 60px;
  width: 1px;
  height: 100%;
  background-color: var(--color-main);
}
@media (max-width: 575.98px) {
  .about-award-record-wrap .content-wrap .item:not(:last-child)::after {
    left: -25px;
  }
}
.about-award-record-wrap .content-wrap .item .month {
  display: block;
  font-size: calc(27 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.35 / 27 * 1rem);
  line-height: 1.4;
  color: #5E5E5E;
  margin-bottom: 20px;
}
@-moz-document url-prefix() {
  .about-award-record-wrap .content-wrap .item .month {
    font-weight: normal;
  }
}
.about-award-record-wrap .content-wrap .item .title {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(2.4 / 16 * 1rem);
  line-height: 1.4;
}

.section-caring {
  padding: 6.25vw 0px 4.167%;
}
@media (max-width: 575.98px) {
  .section-caring {
    padding: 6.25vw 0px;
  }
}
.section-caring .page-title-share {
  font-weight: 900;
  color: var(--color-sec);
}
.section-caring .page-desc-share {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .section-caring .page-desc-share {
    margin-bottom: 30px;
  }
}
.section-caring .items-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 100px;
}
@media (max-width: 1439.98px) {
  .section-caring .items-wrap {
    gap: 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .section-caring .items-wrap {
    gap: 30px;
  }
}
@media (max-width: 413.98px) {
  .section-caring .items-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-caring .items-wrap .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 40px 0px;
}
@media (max-width: 1279.98px) {
  .section-caring .items-wrap .item {
    justify-content: cneter;
    flex-direction: column;
    padding: 0px 0px 40px 0px;
  }
}
@media (max-width: 767.98px) {
  .section-caring .items-wrap .item {
    padding: 0px;
  }
}
.section-caring .items-wrap .item .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 120px;
  height: 120px;
  background-color: var(--color-sec);
  border-radius: 50%;
  margin-right: 50px;
}
@media (max-width: 1279.98px) {
  .section-caring .items-wrap .item .icon-wrap {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}
.section-caring .items-wrap .item .icon-wrap img {
  width: 70px;
  height: 70px;
}
.section-caring .items-wrap .item .content-wrap {
  width: calc(100% - 170px);
}
@media (max-width: 1279.98px) {
  .section-caring .items-wrap .item .content-wrap {
    width: 100%;
  }
}
.section-caring .items-wrap .item .subtitle {
  font-size: calc(22 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.76 / 22 * 1rem);
  margin-bottom: 10px;
}
@-moz-document url-prefix() {
  .section-caring .items-wrap .item .subtitle {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .section-caring .items-wrap .item .subtitle {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .section-caring .items-wrap .item .subtitle {
    font-size: calc(20 / 16 * 1rem);
    letter-spacing: calc(1 / 20 * 1rem);
  }
}

.section-csr {
  background-color: var(--color-main-extra-light);
  padding: 6.25vw 0px;
}
.section-csr .page-desc-share {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .section-csr .page-desc-share {
    margin-bottom: 25px;
  }
}
.section-csr .items-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991.98px) {
  .section-csr .items-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.section-csr .items-wrap .item {
  position: relative;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 60px 35px 45px;
}
@media (max-width: 767.98px) {
  .section-csr .items-wrap .item {
    padding: 45px 35px;
  }
}
.section-csr .items-wrap .item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 54px;
  height: 54px;
  border-top: 27px solid var(--color-white);
  border-right: 27px solid var(--color-main);
  border-bottom: 27px solid var(--color-main);
  border-left: 27px solid var(--color-white);
}
.section-csr .items-wrap .item img {
  width: 240px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section-csr .items-wrap .item img {
    margin-bottom: 20px;
  }
}
.section-csr .items-wrap .item .subtitle {
  font-size: calc(17 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(0.85 / 17 * 1rem);
  line-height: 1.8;
  margin-bottom: 20px;
}
@-moz-document url-prefix() {
  .section-csr .items-wrap .item .subtitle {
    font-weight: normal;
  }
}
.section-csr .items-wrap .item ul {
  padding-left: 19px;
}

.founder-wrap {
  padding: 4.167vw 0px;
}
.founder-wrap .container-share > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  background-image: url(/wp-content/uploads/founder-bg.png);
  border-radius: 50px;
  padding: 0px 10%;
}
@media (max-width: 1279.98px) {
  .founder-wrap .container-share > div {
    padding: 0px 5%;
  }
}
@media (max-width: 767.98px) {
  .founder-wrap .container-share > div {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media (max-width: 575.98px) {
  .founder-wrap .container-share > div {
    padding: 0px;
  }
}
.founder-wrap .container-share .img-cover {
  width: 41.34%;
  padding-top: 56.34642%;
}
@media (max-width: 767.98px) {
  .founder-wrap .container-share .img-cover {
    width: 75%;
    padding-top: 102.225%;
  }
}
.founder-wrap .container-share .information {
  width: 39.65%;
  margin-bottom: 10vw;
  margin-left: 9.73%;
}
@media (max-width: 767.98px) {
  .founder-wrap .container-share .information {
    width: 100%;
    margin-left: 0px;
  }
}
.founder-wrap .container-share .information .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-weight: bold;
  background-color: var(--color-main);
  color: var(--color-white);
  border-radius: 5px;
  padding: 0px 30px;
  margin-bottom: 5px;
}
@-moz-document url-prefix() {
  .founder-wrap .container-share .information .tag {
    font-weight: normal;
  }
}
.founder-wrap .container-share .information .name {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  font-size: calc(40 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(4.8 / 40 * 1rem);
  line-height: 1.8;
  margin-bottom: 34px;
}
@-moz-document url-prefix() {
  .founder-wrap .container-share .information .name {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .founder-wrap .container-share .information .name {
    font-size: calc(32 / 16 * 1rem);
    letter-spacing: calc(3.2 / 32 * 1rem);
    margin-bottom: 15px;
  }
}
.founder-wrap .container-share .information .name span {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(1.92 / 16 * 1rem);
  color: #5E5E5E;
  line-height: 1.8;
  margin-bottom: 11px;
  margin-left: 15px;
}
@media (max-width: 1279.98px) {
  .founder-wrap .container-share .information .name span {
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: 6px;
  }
}
.founder-wrap .container-share .information .desc {
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(2.16 / 18 * 1rem);
}

.elementor .section-bull-bg img {
  height: 100%;
}

.section-bull-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: var(--color-white);
  padding: 10.4167vw 0px;
}
.section-bull-bg > img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-bull-bg .content-wrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-bull-bg .content-wrap {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 575.98px) {
  .section-bull-bg .content-wrap {
    max-width: calc(100% - 40px);
  }
}
.section-bull-bg .content-wrap .title-sm {
  display: block;
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(2.4 / 20 * 1rem);
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .section-bull-bg .content-wrap .title-sm {
    margin-bottom: 25px;
  }
}
.section-bull-bg .content-wrap .title {
  font-size: calc(50 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(6 / 50 * 1rem);
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  padding: 20px 30px;
  margin-bottom: 50px;
}
@-moz-document url-prefix() {
  .section-bull-bg .content-wrap .title {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .section-bull-bg .content-wrap .title {
    font-size: calc(37.5 / 16 * 1rem);
    letter-spacing: calc(4.5 / 37.5 * 1rem);
  }
}
@media (max-width: 767.98px) {
  .section-bull-bg .content-wrap .title {
    font-size: calc(32 / 16 * 1rem);
    letter-spacing: calc(4 / 32 * 1rem);
  }
}
@media (max-width: 575.98px) {
  .section-bull-bg .content-wrap .title {
    margin-bottom: 25px;
  }
}
.section-bull-bg .content-wrap .desc {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(2.16 / 18 * 1rem);
}

.activity-archive-wrap .archive-share-wrap {
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .activity-archive-wrap .archive-share-wrap {
    padding-bottom: 40px;
  }
}
.activity-archive-wrap .pagination {
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  .activity-archive-wrap .pagination {
    margin-bottom: 40px;
  }
}

.inner-page-wrap.activity-post .banner-share {
  padding: 10.417vw 0px 0px;
}
.inner-page-wrap.activity-post .banner-share .banner-title-main {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 2.6vw;
  margin-bottom: 0px;
}
.inner-page-wrap.activity-post .time {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(1.68 / 14 * 1rem);
  color: #5E5E5E;
}
.inner-page-wrap.activity-post .editor {
  padding-top: 4.167vw;
}

.cbBotIconDiv {
  display: none;
}

.app-footer {
  background-color: var(--color-white);
}
.app-footer a {
  transition: all 0.5s ease;
}
.app-footer a:hover {
  opacity: 0.75;
}
.app-footer .container-share {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 575.98px) {
  .app-footer .container-share {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.app-footer .footer-logo {
  width: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.app-footer .footer-information {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}
.app-footer .footer-information a {
  font-size: calc(22 / 16 * 1rem);
  letter-spacing: calc(1.76 / 22 * 1rem);
  font-weight: bold;
  color: var(--color-black);
  margin-left: 15px;
}
@-moz-document url-prefix() {
  .app-footer .footer-information a {
    font-weight: normal;
  }
}
.app-footer .footer-menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 45px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 30px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .app-footer .footer-menu-wrap {
    width: 100%;
    flex-wrap: wrap;
    gap: 0px;
    padding: 20px 0px;
  }
  .app-footer .footer-menu-wrap .items {
    width: 33.33%;
    min-height: 50px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.app-footer .footer-menu-wrap a {
  color: var(--colo-black);
  font-weight: bold;
}
@-moz-document url-prefix() {
  .app-footer .footer-menu-wrap a {
    font-weight: normal;
  }
}
.app-footer .footer-links-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 575.98px) {
  .app-footer .footer-links-wrap {
    width: 100%;
    gap: 0px;
    flex-wrap: wrap;
  }
  .app-footer .footer-links-wrap > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 50%;
    min-height: 50px;
    padding: 0px 10px;
  }
}
.app-footer .footer-links-wrap a {
  color: var(--colo-black);
}
.app-footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  min-height: 50px;
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: calc(0.7 / 14 * 1rem);
  line-height: 24px;
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 10px 50px;
}
@media (max-width: 1279.98px) {
  .app-footer .copyright {
    padding: 10px 30px;
  }
}
@media (max-width: 991.98px) {
  .app-footer .copyright {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .app-footer .copyright {
    padding: 10px 20px;
  }
}

header.app-header {
  position: fixed;
  top: var(--admin-bar-height);
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 85px;
  background-color: var(--color-white);
  transition: all 0.5s ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.076);
}
@media (max-width: 575.98px) {
  header.app-header {
    height: 70px;
  }
}
header.app-header.active {
  background-color: var(--color-white);
}
header.app-header .container-share {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
header.app-header .logo-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
header.app-header .logo-wrap a {
  display: block;
  height: 45px;
}
@media (max-width: 575.98px) {
  header.app-header .logo-wrap a {
    height: 34px;
  }
}
header.app-header .logo-wrap a img {
  height: 100%;
}
header.app-header .app-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
header.app-header .nav-phone {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: none;
}
@media (max-width: 575.98px) {
  header.app-header .nav-phone {
    display: block;
  }
}
header.app-header .nav-phone svg {
  fill: var(--color-main-blue);
}
header.app-header .nav-wrap {
  height: 100%;
}
@media (max-width: 991.98px) {
  header.app-header .nav-wrap {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: var(--color-white);
    justify-content: space-between;
    flex-direction: column;
    padding: 0px 30px;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: none;
    pointer-events: none;
  }
  header.app-header .nav-wrap.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}
@media (max-width: 575.98px) {
  header.app-header .nav-wrap {
    top: 60px;
    padding: 0px 20px;
  }
}
header.app-header .nav-main {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  header.app-header .nav-main {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding-top: 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 0;
  }
}
header.app-header .nav-main a {
  color: var(--color-black);
}
header.app-header .nav-main > li {
  height: 100%;
  padding: 0px 20px;
  position: relative;
  list-style: none;
}
@media (max-width: 1279.98px) {
  header.app-header .nav-main > li {
    padding: 0px 10px;
  }
}
@media (max-width: 991.98px) {
  header.app-header .nav-main > li {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin: 15px 0px;
  }
}
@media (max-width: 991.98px) {
  header.app-header .nav-main > li:hover .nav-sec {
    max-height: 500px;
  }
}
@media (min-width: 992px) {
  header.app-header .nav-main > li:hover .nav-sec {
    pointer-events: initial;
    opacity: 1;
    visibility: visible;
  }
}
header.app-header .nav-main > li > a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
header.app-header .nav-main > li .nav-sec {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 260px;
  transition: all 1s ease;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding-top: 19px;
  padding-left: 0;
}
@media (max-width: 1279.98px) {
  header.app-header .nav-main > li .nav-sec {
    min-width: 223px;
  }
}
@media (max-width: 991.98px) {
  header.app-header .nav-main > li .nav-sec {
    position: relative;
    pointer-events: initial;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    transform: translateX(0);
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    padding-top: 0;
  }
}
header.app-header .nav-main > li .nav-sec > li {
  list-style: none;
}
header.app-header .nav-main > li .nav-sec > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  letter-spacing: 2.16px;
  background-color: var(--color-white);
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  header.app-header .nav-main > li .nav-sec > li > a {
    font-size: calc(14 / 16 * 1rem);
    padding: 10px 0px;
    background-color: transparent;
  }
}
header.app-header .nav-main > li .nav-sec > li > a:hover {
  background-color: #FCF6F0;
  color: var(--color-main);
}
header.app-header .nav-tools {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
header.app-header .nav-tools .btn-share {
  width: 150px;
  height: 46px;
  border-radius: 23px;
}
@media (max-width: 991.98px) {
  header.app-header .nav-tools .btn-share {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    font-size: calc(16 / 16 * 1rem);
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  header.app-header .nav-tools .btn-share {
    margin-right: 10px;
  }
}
header.app-header .hamburger {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  header.app-header .hamburger {
    display: none;
  }
}
header.app-header .hamburger.active span:nth-child(1) {
  top: calc(50% - 1.5px);
  transform: rotate(45deg);
}
header.app-header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header.app-header .hamburger.active span:nth-child(3) {
  top: calc(50% - 1.5px);
  width: 22px;
  transform: rotate(-45deg);
}
header.app-header .hamburger span {
  height: 2px;
  position: absolute;
  background-color: var(--color-black);
  right: 7px;
  transition: all 0.5s ease;
}
header.app-header .hamburger span:nth-child(1) {
  top: calc(50% - 8.5px);
  width: 22px;
}
header.app-header .hamburger span:nth-child(2) {
  top: calc(50% - 1.5px);
  width: 16px;
}
header.app-header .hamburger span:nth-child(3) {
  top: calc(50% + 5.5px);
  width: 11px;
}
header.app-header .app-search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0px 50px 0px 30px;
}
@media (max-width: 1279.98px) {
  header.app-header .app-search {
    margin: 0px 25px 0px 15px;
  }
}
@media (max-width: 991.98px) {
  header.app-header .app-search {
    margin: 0px 25px 0px 0px;
  }
}
@media (max-width: 575.98px) {
  header.app-header .app-search {
    margin: 0px 15px 0px 0px;
  }
}
header.app-header .app-search .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
header.app-header .app-search .app-search-body {
  display: none;
  position: absolute;
  top: calc(100% + 25px);
  left: calc(0% - 60px);
}
header.app-header .app-search .app-search-body.active {
  display: block;
}
@media (max-width: 575.98px) {
  header.app-header .app-search .app-search-body {
    top: calc(100% + 15px);
    left: calc(0% - 40px);
  }
}
header.app-header .app-search .app-search-body form {
  position: relative;
}
header.app-header .app-search .app-search-body form input {
  width: 250px;
  height: 45px;
  border-radius: 22.5px;
  padding-left: 15px;
  border: 2px solid var(--color-main);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
header.app-header .app-search .app-search-body form button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.form-wrap {
  max-width: 925px;
}
@media (max-width: 1279.98px) {
  .form-wrap {
    max-width: 80%;
  }
}
@media (max-width: 991.98px) {
  .form-wrap {
    max-width: 85%;
  }
}
@media (max-width: 575.98px) {
  .form-wrap {
    max-width: 90%;
  }
}

.home-banner {
  position: relative;
}
.home-banner .img-cover {
  padding-top: 46.8823253633%;
}
@media (min-width: 992px) {
  .home-banner .img-cover.mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home-banner .img-cover {
    padding-top: 66.6666666667%;
  }
  .home-banner .img-cover.desktop {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .home-banner .img-cover {
    padding-top: 137.87%;
  }
}
.home-banner .container-share {
  position: absolute;
  top: 17.24vw;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (max-width: 1700px) {
  .home-banner .container-share {
    padding: 0px 150px;
  }
}
@media (max-width: 991.98px) {
  .home-banner .container-share {
    top: 23.24vw;
    padding: 0px 120px;
  }
}
@media (max-width: 767.98px) {
  .home-banner .container-share {
    padding: 0px 30px;
  }
}
@media (max-width: 575.98px) {
  .home-banner .container-share {
    top: auto;
    bottom: 60px;
    left: 0px;
    transform: translateX(0);
    padding: 0px 20px;
  }
}
.home-banner .banner-content {
  color: var(--color-black);
  max-width: 49%;
}
@media screen and (max-width: 1700px) {
  .home-banner .banner-content {
    max-width: 59%;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .banner-content {
    max-width: 69%;
  }
}
@media (max-width: 991.98px) {
  .home-banner .banner-content {
    max-width: 100%;
  }
}
.home-banner .banner-content .main-title {
  font-size: calc(64 / 16 * 1rem);
  font-weight: 900;
  letter-spacing: calc(3.2 / 64 * 1rem);
  line-height: 1.6;
  margin-bottom: 5px;
}
@media (max-width: 1279.98px) {
  .home-banner .banner-content .main-title {
    font-size: calc(48 / 16 * 1rem);
    letter-spacing: calc(2.4 / 48 * 1rem);
  }
}
@media (max-width: 767.98px) {
  .home-banner .banner-content .main-title {
    font-size: calc(32 / 16 * 1rem);
    letter-spacing: calc(1.6 / 32 * 1rem);
  }
}
.home-banner .banner-content .subtitle {
  font-size: calc(25 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(2.5 / 25 * 1rem);
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 1279.98px) {
  .home-banner .banner-content .subtitle {
    font-size: calc(18.75 / 16 * 1rem);
    letter-spacing: calc(1.875 / 18.75 * 1rem);
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .home-banner .banner-content .subtitle {
    font-size: calc(16 / 16 * 1rem);
    letter-spacing: calc(1.6 / 16 * 1rem);
  }
}
.home-banner .banner-content .btn-share {
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(0.8 / 16 * 1rem);
  width: 200px;
  height: 50px;
  border-radius: 25px;
}
@-moz-document url-prefix() {
  .home-banner .banner-content .btn-share {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .home-banner .banner-content .btn-share {
    width: 150px;
    height: 46px;
  }
}

.home-card {
  padding: 6.25vw 0px;
}
@media (max-width: 991.98px) {
  .home-card {
    padding: 6.25vw 0px 100px;
  }
}
@media (max-width: 575.98px) {
  .home-card {
    padding: 6.25vw 0px 60px;
  }
}
.home-card .title-large-share {
  color: var(--color-main);
}
.home-card .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .home-card .card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .home-card .card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-card .home-card-item {
  position: relative;
  margin-bottom: 35px;
}
.home-card .home-card-item a {
  color: var(--color-black);
}
.home-card .img-cover {
  padding-top: 67.6178240584%;
  border-radius: 20px;
}
.home-card .content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.4 / 20 * 1rem);
  width: calc(100% - 50px);
  height: 70px;
  background-color: var(--color-white);
  border-radius: 35px;
  background: var(--color-white);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 30px;
  margin: -35px auto;
}
@-moz-document url-prefix() {
  .home-card .content {
    font-weight: normal;
  }
}
@media (max-width: 1439.98px) {
  .home-card .content {
    font-size: calc(16 / 16 * 1rem);
    letter-spacing: calc(1.6 / 16 * 1rem);
    padding: 0px 20px;
  }
}
@media (max-width: 767.98px) {
  .home-card .content {
    height: 50px;
    margin: -25px auto;
  }
}
.home-card .content::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--color-main);
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 1439.98px) {
  .home-card .content::before {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .home-card .content::before {
    width: 15px;
    height: 15px;
  }
}
.home-card .content .title {
  max-width: calc(100% - 20px - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
@media (max-width: 1439.98px) {
  .home-card .content .title {
    max-width: calc(100% - 20px - 15px);
  }
}

.home-collection {
  background-image: url(/wp-content/uploads/collection-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6.25vw 0px;
}
@media (max-width: 575.98px) {
  .home-collection {
    padding: 30px 0px;
  }
}
.home-collection .collection-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .home-collection .collection-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .home-collection .collection-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-collection .collection-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-black);
}
.home-collection .collection-item a .img-cover {
  width: calc(100% - 52px);
  padding-top: calc(100% - 52px);
  background-color: var(--color-white);
  border-radius: 50%;
  margin-bottom: 25px;
}
.home-collection .collection-item a .img-cover img {
  width: 70%;
  height: 70%;
}
.home-collection .collection-item a .title {
  font-size: calc(24 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.4 / 24 * 1rem);
  text-align: center;
  margin-bottom: 10px;
}
@-moz-document url-prefix() {
  .home-collection .collection-item a .title {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .home-collection .collection-item a .title {
    font-size: calc(20 / 16 * 1rem);
    letter-spacing: calc(2 / 20 * 1rem);
    margin-bottom: 0px;
  }
}
.home-collection .collection-item a .desc {
  text-align: center;
}

.home-contact {
  position: relative;
  color: var(--color-white);
  overflow: hidden;
}
.home-contact .img-cover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding-top: 31.25%;
}
@media (max-width: 1279.98px) {
  .home-contact .img-cover {
    padding-top: 41.6666666667%;
  }
}
@media (max-width: 767.98px) {
  .home-contact .img-cover {
    padding-top: 62.5%;
  }
}
@media (max-width: 575.98px) {
  .home-contact .img-cover {
    padding-top: 90.9090909091%;
  }
}
.home-contact .container-share {
  position: relative;
  z-index: 1;
  padding-top: 8.33vw;
  padding-bottom: 8.33vw;
}
.home-contact .container-share .contact-content {
  max-width: 570px;
}
.home-contact .container-share .title {
  font-size: calc(36 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(4.32 / 36 * 1rem);
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 1279.98px) {
  .home-contact .container-share .title {
    font-size: calc(29 / 16 * 1rem);
    letter-spacing: calc(2.9 / 29 * 1rem);
  }
}
@media (max-width: 575.98px) {
  .home-contact .container-share .title {
    font-size: calc(26 / 16 * 1rem);
    letter-spacing: calc(2.6 / 26 * 1rem);
    margin-bottom: 10px;
  }
}
.home-contact .container-share .desc {
  margin-bottom: 40px;
}
@media (max-width: 1279.98px) {
  .home-contact .container-share .desc {
    margin-bottom: 20px;
  }
}
.home-contact .container-share .btn-share {
  width: 200px;
  height: 55px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .home-contact .container-share .btn-share {
    width: 150px;
    height: 46px;
  }
}

.home-text-img {
  background-image: url(/wp-content/uploads/text-img-bg.jpg);
  padding: 50px 0px 6.25vw;
}
@media (max-width: 575.98px) {
  .home-text-img {
    padding: 30px 0px;
  }
}
.home-text-img .content-wrap {
  min-height: 500px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  border-radius: 30px;
  border-bottom: 10px solid var(--color-main);
  border-right: 10px solid var(--color-main);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .home-text-img .content-wrap {
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .home-text-img .content-wrap {
    min-height: 300px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-text-img .img-cover {
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 767.98px) {
  .home-text-img .img-cover {
    display: none;
  }
}
.home-text-img .text-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--color-white);
  padding: 50px 100px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1279.98px) {
  .home-text-img .text-wrap {
    padding: 25px 50px;
  }
}
@media (max-width: 767.98px) {
  .home-text-img .text-wrap {
    border-radius: 30px;
  }
}
@media (max-width: 575.98px) {
  .home-text-img .text-wrap {
    padding: 25px;
  }
}
.home-text-img .text-wrap .title {
  font-size: calc(48 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: calc(2.4 / 48 * 1rem);
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 1279.98px) {
  .home-text-img .text-wrap .title {
    font-size: calc(38 / 16 * 1rem);
    letter-spacing: calc(1.9 / 38 * 1rem);
  }
}
@media (max-width: 767.98px) {
  .home-text-img .text-wrap .title {
    font-size: calc(28 / 16 * 1rem);
    letter-spacing: calc(1.2 / 24 * 1rem);
  }
}
.home-text-img .text-wrap .desc {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 1279.98px) {
  .home-text-img .text-wrap .desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .home-text-img .text-wrap .desc {
    font-size: calc(16 / 16 * 1rem);
  }
}
.home-text-img .btn-share {
  width: 200px;
  height: 55px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .home-text-img .btn-share {
    width: 150px;
    height: 46px;
  }
}

.home-news {
  padding: 6.25vw 0px;
}
.home-news .swiper-wrap {
  position: relative;
}
@media screen and (max-width: 1700px) {
  .home-news .swiper-wrap .swiper-button-prev, .home-news .swiper-wrap .swiper-button-next {
    display: none;
  }
}
.home-news .swiper-wrap .swiper-button-prev {
  left: -95px;
}
.home-news .swiper-wrap .swiper-button-next {
  right: -95px;
}
.home-news .news-item {
  color: var(--color-black);
}
.home-news .news-item .img-cover {
  padding-top: 61.9041723412%;
  border-radius: 30px;
  margin-bottom: 25px;
}
.home-news .news-item .date {
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: calc(1.4 / 14 * 1rem);
  margin-bottom: 5px;
}
.home-news .news-item .title {
  font-size: calc(24 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.4 / 24 * 1rem);
  margin-bottom: 15px;
}
@-moz-document url-prefix() {
  .home-news .news-item .title {
    font-weight: normal;
  }
}
.home-news .news-item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: left;
}

.news-archive-wrap .archive-share-wrap {
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .news-archive-wrap .archive-share-wrap {
    padding-bottom: 40px;
  }
}
.news-archive-wrap .pagination {
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  .news-archive-wrap .pagination {
    margin-bottom: 40px;
  }
}

.inner-page-wrap.news-post .banner-share {
  padding: 10.417vw 0px 0px;
}
.inner-page-wrap.news-post .banner-share .banner-title-main {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 2.6vw;
  margin-bottom: 0px;
}
.inner-page-wrap.news-post .banner-share .banner-info-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 5px;
}
.inner-page-wrap.news-post .banner-share .banner-info-wrap .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.4 / 20 * 1rem);
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 0px 24px;
  margin-right: 30px;
}
@-moz-document url-prefix() {
  .inner-page-wrap.news-post .banner-share .banner-info-wrap .tag {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .inner-page-wrap.news-post .banner-share .banner-info-wrap .tag {
    font-size: calc(16 / 16 * 1rem);
    letter-spacing: calc(1.6 / 16 * 1rem);
    padding: 0px 12px;
    margin-right: 15px;
  }
}
.inner-page-wrap.news-post .banner-share .banner-info-wrap .date {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(1.68 / 14 * 1rem);
}
.inner-page-wrap.news-post .editor {
  padding-top: 4.167vw;
}

.tt-grid-top {
  margin-bottom: 30px;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-list {
  margin-bottom: 15px;
  padding-left: 0;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-list:last-child {
  margin-bottom: 0;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-list.first {
  display: flex;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-list.second, .tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-list.third {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-list .txt {
  font-weight: 600;
  margin-right: 10px;
  color: #555;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-item {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 8px;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-item a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-item a.active {
  background-color: #213d39;
  color: white;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-item a:hover {
  background-color: #e0e0e0;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-item a:hover.active {
  background-color: #182c2a;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-item a.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.tt-grid-top .ttgr-cat-classic-nav .ttgr-cat-classic-item a.disabled:hover {
  background-color: #f2f2f2;
  color: #333;
  border-color: #ddd;
}
.tt-grid-top .ttgr-cat-classic-nav .second .ttgr-cat-classic-item a,
.tt-grid-top .ttgr-cat-classic-nav .third .ttgr-cat-classic-item a {
  padding: 5px 12px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 20px;
  font-size: 13px;
}
.tt-grid-top .ttgr-cat-classic-nav .second .ttgr-cat-classic-item a:hover, .tt-grid-top .ttgr-cat-classic-nav .second .ttgr-cat-classic-item a.active,
.tt-grid-top .ttgr-cat-classic-nav .third .ttgr-cat-classic-item a:hover,
.tt-grid-top .ttgr-cat-classic-nav .third .ttgr-cat-classic-item a.active {
  background-color: #213d39;
  color: white;
  border-color: #213d39;
}

.tt-grid-item {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.tt-grid-item .ttgr-item-inner {
  position: relative;
}
.tt-grid-item .portfolio-grid-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tt-grid-item .portfolio-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.tt-grid-item .pgi-image-wrap {
  text-decoration: none;
  display: block;
}
.tt-grid-item .pgi-image-wrap .pgi-image-holder {
  position: relative;
  overflow: hidden;
}
.tt-grid-item .pgi-image-wrap .pgi-image-holder .pgi-image-inner .pgi-image {
  height: 220px;
}
.tt-grid-item .pgi-image-wrap .pgi-image-holder .pgi-image-inner .pgi-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.tt-grid-item .pgi-image-wrap:hover .pgi-image-inner img {
  transform: scale(1.05);
}
.tt-grid-item .pgi-caption {
  padding: 20px;
}
.tt-grid-item .pgi-caption .pgi-caption-inner .pgi-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tt-grid-item .pgi-caption .pgi-caption-inner .pgi-title a {
  color: #213d39;
  text-decoration: none;
}
.tt-grid-item .pgi-caption .pgi-caption-inner .pgi-title a:hover {
  text-decoration: underline;
}
.tt-grid-item .pgi-caption .pgi-caption-inner .pgi-categories-wrap .pgi-category .tags-additional {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
.tt-grid-item .pgi-caption .pgi-caption-inner .pgi-categories-wrap .pgi-category .tags-industry ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.tt-grid-item .pgi-caption .pgi-caption-inner .pgi-categories-wrap .pgi-category .tags-industry ul li {
  display: inline-block;
  padding: 4px 10px;
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #213d39;
  color: white;
  border-radius: 20px;
  font-size: 12px;
  list-style: none;
}

@media (max-width: 768px) {
  .ttgr-cat-classic-list {
    flex-wrap: wrap;
  }
  .ttgr-cat-classic-item {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .tt-grid-item {
    width: calc(33.3333% - 30px);
    margin: 15px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.pagination .page_number {
  margin: 0px 5px;
}
@media (max-width: 575.98px) {
  .pagination .page_number {
    margin: 0px 2.5px;
  }
}
.pagination .page-link {
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(16 / 16 * 1rem);
  width: 35px;
  height: 35px;
  color: var(--color-black);
  transition: all 0.5s ease;
  border-radius: 50%;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .pagination .page-link {
    font-size: calc(16 / 16 * 1rem);
    width: 30px;
    height: 30px;
  }
}
.pagination .page-link:hover, .pagination .page-link.current {
  background-color: var(--color-main);
  color: var(--color-white);
  border-radius: 50%;
}

.privacy .editor {
  padding-right: 120px;
  padding-bottom: 124px;
}
@media (max-width: 1599.98px) {
  .privacy .editor {
    max-width: 95%;
  }
}
@media (max-width: 991.98px) {
  .privacy .editor {
    max-width: 100%;
    padding-right: 70px;
  }
}
@media (max-width: 575.98px) {
  .privacy .editor {
    padding-right: 30px;
    padding-bottom: 62px;
  }
}
.privacy .editor h2 {
  font-size: calc(20 / 16 * 1rem);
  letter-spacing: calc(3 / 20 * 1rem);
  line-height: 1.5;
  margin-bottom: 15px;
}
.privacy .editor ul li::marker {
  color: var(--color-black);
}

.inner-page-wrap.product-archive .product-archive-banner {
  position: relative;
}
.inner-page-wrap.product-archive .product-archive-banner .img-cover {
  padding-top: 28.6450873675%;
}
@media (max-width: 767.98px) {
  .inner-page-wrap.product-archive .product-archive-banner .img-cover {
    padding-top: 57.290174735%;
  }
}
.inner-page-wrap.product-archive .product-archive-banner .banner-title-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 4.167vw;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);
  line-height: 1.19;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .inner-page-wrap.product-archive .product-archive-banner .banner-title-main {
    bottom: 30px;
  }
}
.inner-page-wrap.product-archive .product-archive-banner .banner-title-main .en {
  font-size: calc(32 / 16 * 1rem);
  letter-spacing: calc(3.84 / 32 * 1rem);
  padding-left: 0px;
  text-transform: none;
  line-height: 1.44;
  margin-bottom: 5px;
}
@media (max-width: 1279.98px) {
  .inner-page-wrap.product-archive .product-archive-banner .banner-title-main .en {
    font-size: calc(24 / 16 * 1rem);
    letter-spacing: calc(2.4 / 24 * 1rem);
  }
}
.inner-page-wrap.product-archive .product-archive-banner .banner-title-main .en::before {
  content: none;
}
.inner-page-wrap.product-archive .product-archive-main {
  padding: 4.167vw 120px;
}
@media (max-width: 1439.98px) {
  .inner-page-wrap.product-archive .product-archive-main {
    padding: 4.167vw 60px;
  }
}
@media (max-width: 1279.98px) {
  .inner-page-wrap.product-archive .product-archive-main {
    padding: 4.167vw 30px;
  }
}
@media (max-width: 991.98px) {
  .inner-page-wrap.product-archive .product-archive-main {
    padding: 40px 0px;
  }
}
@media (max-width: 575.98px) {
  .inner-page-wrap.product-archive .product-archive-main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inner-page-wrap.product-archive .product-archive-main > .desc {
  max-width: 926px;
  text-align: center;
  margin: 0 auto 4.167vw;
}
@media (max-width: 991.98px) {
  .inner-page-wrap.product-archive .product-archive-main > .desc {
    margin: 0 auto 40px;
  }
}
.inner-page-wrap.product-archive .product-archive-main .pagination {
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .inner-page-wrap.product-archive .product-archive-main .pagination {
    margin-top: 40px;
  }
}
.inner-page-wrap.product-archive .qa {
  padding: 80px 100px 60px;
}
@media (max-width: 767.98px) {
  .inner-page-wrap.product-archive .qa {
    padding: 40px 50px 30px;
  }
}
@media (max-width: 575.98px) {
  .inner-page-wrap.product-archive .qa {
    padding: 30px 15px;
  }
}

.product-post .product-content-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 134px;
  padding: 70px 0px;
}
@media (max-width: 1439.98px) {
  .product-post .product-content-main {
    gap: 67px;
  }
}
@media (max-width: 1279.98px) {
  .product-post .product-content-main {
    gap: 33.5px;
  }
}
@media (max-width: 991.98px) {
  .product-post .product-content-main {
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .product-post .product-content-main {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 0px;
  }
}
.product-post .product-content-main .img-cover {
  width: 48.93%;
  padding-top: 45.0013795641%;
  border-radius: 30px;
}
@media (max-width: 1279.98px) {
  .product-post .product-content-main .img-cover {
    width: 50%;
    padding-top: 45.9854685919%;
  }
}
@media (max-width: 767.98px) {
  .product-post .product-content-main .img-cover {
    width: 100%;
    padding-top: 91.9709371838%;
  }
}
.product-post .product-content-main .content {
  width: 581px;
}
@media (max-width: 1279.98px) {
  .product-post .product-content-main .content {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .product-post .product-content-main .content {
    width: 100%;
  }
}
.product-post .product-content-main .content .logo-wrap {
  max-width: 169px;
  margin-bottom: 25px;
}
.product-post .product-content-main .content .main-title {
  font-size: calc(47 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(4.7 / 47 * 1rem);
  margin-bottom: 30px;
}
@-moz-document url-prefix() {
  .product-post .product-content-main .content .main-title {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .product-post .product-content-main .content .main-title {
    font-size: calc(35 / 16 * 1rem);
    letter-spacing: calc(3.5 / 35 * 1rem);
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .product-post .product-content-main .content .main-title {
    font-size: calc(23.5 / 16 * 1rem);
    letter-spacing: calc(2.35 / 23.5 * 1rem);
  }
}
.product-post .product-content-main .content .subtitle {
  font-size: calc(22 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.64 / 22 * 1rem);
  color: var(--color-main);
  margin-bottom: 30px;
}
@-moz-document url-prefix() {
  .product-post .product-content-main .content .subtitle {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .product-post .product-content-main .content .subtitle {
    font-size: calc(20 / 16 * 1rem);
    letter-spacing: calc(2 / 20 * 1rem);
    margin-bottom: 15px;
  }
}
.product-post .product-content-main .content .desc {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .product-post .product-content-main .content .desc {
    max-height: 272px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product-post .product-content-main .content .desc::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .product-post .product-content-main .content .desc::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .product-post .product-content-main .content .desc::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
  }
  .product-post .product-content-main .content .desc::-webkit-scrollbar {
    background-color: transparent;
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .product-post .product-content-main .content .desc {
    margin-bottom: 22.5px;
  }
}
.product-post .product-content-main .content .btn-share {
  width: 200px;
  height: 55px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .product-post .product-content-main .content .btn-share {
    width: 150px;
    height: 46px;
  }
}
.product-post .product-tab-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-post .product-tab-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.product-post .product-tab-wrap::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.product-post .product-tab-wrap::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.product-post .product-tab-wrap::-webkit-scrollbar {
  background-color: transparent;
  display: none;
}
.product-post .product-tab-wrap > div a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(2.16 / 18 * 1rem);
  height: 60px;
  color: #787878;
  padding: 0px 25px;
  white-space: nowrap;
  border-bottom: 2px solid #C2C2C2;
  transition: all 0.5s ease;
}
.product-post .product-tab-wrap > div a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transition: all 0.5s ease;
}
.product-post .product-tab-wrap > div a.current {
  font-weight: bold;
  color: var(--color-black);
}
@-moz-document url-prefix() {
  .product-post .product-tab-wrap > div a.current {
    font-weight: normal;
  }
}
.product-post .product-tab-wrap > div a.current::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-color: var(--color-main);
}
.product-post .tab-content .tab-items {
  display: none;
  padding: 60px 0px;
}
@media (max-width: 767.98px) {
  .product-post .tab-content .tab-items {
    padding: 30px 0px;
  }
}
.product-post .tab-content .tab-items.current {
  display: block;
}
.product-post .tab-content .tab-items[target=introduce] {
  padding: 80px 0px 60px;
}
@media (max-width: 767.98px) {
  .product-post .tab-content .tab-items[target=introduce] {
    padding: 40px 0px 30px;
  }
}
.product-post .tab-content .tab-items[target=specification] ul {
  padding-left: 0px;
}
.product-post .tab-content .tab-items[target=specification] ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 20px 10px 20px 35px;
}
@media (max-width: 575.98px) {
  .product-post .tab-content .tab-items[target=specification] ul li {
    flex-direction: column;
    padding: 20px 10px 20px 25px;
  }
}
.product-post .tab-content .tab-items[target=specification] ul li:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}
.product-post .tab-content .tab-items[target=specification] ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 32px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-main);
}
.product-post .tab-content .tab-items[target=specification] ul li span {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.98 / 18 * 1rem);
  line-height: 1.8;
  width: 150px;
  margin-right: 50px;
}
@-moz-document url-prefix() {
  .product-post .tab-content .tab-items[target=specification] ul li span {
    font-weight: normal;
  }
}
@media (max-width: 991.98px) {
  .product-post .tab-content .tab-items[target=specification] ul li span {
    margin-right: 25px;
  }
}
@media (max-width: 575.98px) {
  .product-post .tab-content .tab-items[target=specification] ul li span {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.product-post .tab-content .tab-items[target=specification] ul li p {
  width: calc(100% - 150px - 50px);
}
@media (max-width: 575.98px) {
  .product-post .tab-content .tab-items[target=specification] ul li p {
    width: 100%;
  }
}
.product-post .tab-content .tab-items[target=qa] .has-bg {
  padding: 80px 100px 60px;
}
@media (max-width: 991.98px) {
  .product-post .tab-content .tab-items[target=qa] .has-bg {
    padding: 40px 50px 30px;
  }
}
@media (max-width: 767.98px) {
  .product-post .tab-content .tab-items[target=qa] .has-bg {
    padding: 15px 25px;
  }
}
.product-post .tab-content .tab-items .has-bg {
  background-color: var(--color-white);
  padding: 60px 100px;
  border-radius: 20px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .product-post .tab-content .tab-items .has-bg {
    padding: 30px 50px;
  }
}
@media (max-width: 767.98px) {
  .product-post .tab-content .tab-items .has-bg {
    padding: 15px 25px;
  }
}
.product-post .download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 20px 20px 20px 10px;
  border-bottom: 1px solid #DFDFDF;
}
@media (max-width: 767.98px) {
  .product-post .download-item {
    padding: 10px 15px 10px 0px;
  }
}
.product-post .download-item > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: calc(100% - 25px - 15px);
  color: var(--color-black);
}
.product-post .download-item > div .title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.8 / 18 * 1rem);
  line-height: 1.6;
}
@-moz-document url-prefix() {
  .product-post .download-item > div .title {
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .product-post .download-item > div .title {
    font-size: calc(16 / 16 * 1rem);
    letter-spacing: calc(1.6 / 16 * 1rem);
  }
}
.product-post .download-item > a {
  display: block;
  width: 25px;
}
.product-post .download-item .num {
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: calc(25 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.75 / 25 * 1rem);
  color: var(--color-main);
  line-height: 1.8;
  white-space: nowrap;
  width: 50px;
  margin-right: 30px;
}
@-moz-document url-prefix() {
  .product-post .download-item .num {
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .product-post .download-item .num {
    width: 40px;
    margin-right: 15px;
  }
}
.product-post .similar-product-wrap {
  background-color: var(--color-main-light);
  padding: 3.65vw 0px;
}
.product-post .similar-product-wrap .subtitle {
  font-size: calc(30 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(3 / 30 * 1rem);
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1279.98px) {
  .product-post .similar-product-wrap .subtitle {
    font-size: calc(24 / 16 * 1rem);
    letter-spacing: calc(2.4 / 24 * 1rem);
  }
}
.product-post .similar-product-wrap .product-card-wrap {
  padding: 0px 120px;
}
@media (max-width: 1439.98px) {
  .product-post .similar-product-wrap .product-card-wrap {
    padding: 0px 60px;
  }
}
@media (max-width: 1279.98px) {
  .product-post .similar-product-wrap .product-card-wrap {
    padding: 0px 30px;
  }
}
@media (max-width: 991.98px) {
  .product-post .similar-product-wrap .product-card-wrap {
    padding: 0px;
  }
}
.product-post .similar-product-wrap .card-item {
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.qa .qa-main-img {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .qa .qa-main-img {
    margin-bottom: 40px;
  }
}
.qa .qa-main-img .img-cover {
  padding-top: 37.4953130859%;
}
.qa .qa-main-wrap {
  background-color: var(--color-main-extra-light);
  padding: 80px 0px;
}
@media (max-width: 767.98px) {
  .qa .qa-main-wrap {
    padding: 40px 0px;
  }
}
.qa .qa-main-content {
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 80px 100px 60px;
}
@media (max-width: 767.98px) {
  .qa .qa-main-content {
    padding: 40px 50px 30px;
  }
}
@media (max-width: 575.98px) {
  .qa .qa-main-content {
    padding: 30px 15px;
  }
}
.qa .qa-main-content .pagination {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .qa .qa-main-content .pagination {
    margin-top: 30px;
  }
}
.qa .qa-item {
  padding: 20px 20px 20px 10px;
  border-bottom: 1px solid #DFDFDF;
}
@media (max-width: 1599.98px) {
  .qa .qa-item {
    max-width: 90%;
  }
}
@media (max-width: 991.98px) {
  .qa .qa-item {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .qa .qa-item {
    padding: 10px 15px 10px 0px;
  }
}
.qa .qa-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: var(--color-black);
}
.qa .qa-item a.active .icon-arrow {
  transform: rotate(0deg);
}
.qa .qa-item a > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: calc(100% - 25px - 15px);
}
.qa .qa-item a > div .title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.8 / 18 * 1rem);
  line-height: 1.6;
}
@-moz-document url-prefix() {
  .qa .qa-item a > div .title {
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .qa .qa-item a > div .title {
    font-size: calc(16 / 16 * 1rem);
    letter-spacing: calc(1.6 / 16 * 1rem);
  }
}
.qa .qa-item .num {
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: calc(25 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.75 / 25 * 1rem);
  color: var(--color-main);
  line-height: 1.8;
  width: 50px;
  white-space: nowrap;
  margin-right: 30px;
}
@-moz-document url-prefix() {
  .qa .qa-item .num {
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .qa .qa-item .num {
    width: 40px;
    margin-right: 15px;
  }
}
.qa .qa-item .icon-arrow {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.qa .qa-item .qa-content {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.qa .qa-item .qa-content .desc {
  padding: 10px 55px 20px 80px;
}
@media (max-width: 575.98px) {
  .qa .qa-item .qa-content .desc {
    padding: 10px 0px 20px 0px;
  }
}

.qa.search-page .qa-main-content {
  padding: 60px 100px;
}
@media (max-width: 767.98px) {
  .qa.search-page .qa-main-content {
    padding: 30px 50px;
  }
}
@media (max-width: 575.98px) {
  .qa.search-page .qa-main-content {
    padding: 30px 15px;
  }
}

.section-swiper {
  padding: 6.25vw 0px;
}
.section-swiper .swiper-wrap {
  position: relative;
  padding: 0px 85px;
}
@media (max-width: 767.98px) {
  .section-swiper .swiper-wrap {
    padding: 0px;
  }
}
.section-swiper .swiper-wrap .swiper-button-prev {
  left: 0px;
}
.section-swiper .swiper-wrap .swiper-button-next {
  right: 0px;
}
.section-swiper .global-swiper .img-cover {
  padding-top: 52.8457432754%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.88%, rgba(0, 0, 0, 0.3) 100%);
}

.section-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-image: url(/wp-content/uploads/partner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 68px 50px;
}
@media (max-width: 575.98px) {
  .section-partner {
    padding: 48px 25px;
  }
}
.section-partner .title {
  font-size: calc(40 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(4.8 / 40 * 1rem);
  line-height: 1.4;
  text-align: center;
}
@-moz-document url-prefix() {
  .section-partner .title {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .section-partner .title {
    font-size: calc(32 / 16 * 1rem);
    font-weight: bold;
    letter-spacing: calc(3.2 / 32 * 1rem);
  }
  @-moz-document url-prefix() {
    .section-partner .title {
      font-weight: normal;
    }
  }
}
@media (max-width: 575.98px) {
  .section-partner .title {
    font-size: calc(24 / 16 * 1rem);
    letter-spacing: calc(2.4 / 24 * 1rem);
  }
}

.title-large-share {
  font-size: calc(43 / 16 * 1rem);
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  letter-spacing: calc(2.15 / 43 * 1rem);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1279.98px) {
  .title-large-share {
    font-size: calc(34.4 / 16 * 1rem);
    letter-spacing: calc(1.85 / 34.4 * 1rem);
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .title-large-share {
    font-size: calc(26 / 16 * 1rem);
    letter-spacing: calc(2.6 / 26 * 1rem);
    margin-bottom: 0px;
  }
}

.desc-large-share {
  font-size: calc(24 / 16 * 1rem);
  letter-spacing: calc(2.4 / 24 * 1rem);
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1279.98px) {
  .desc-large-share {
    font-size: calc(20 / 16 * 1rem);
    letter-spacing: calc(2 / 20 * 1rem);
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .desc-large-share {
    font-size: calc(18 / 16 * 1rem);
    letter-spacing: calc(1.8 / 18 * 1rem);
  }
}

.section-service {
  background-color: var(--color-main-extra-light);
  padding: 6.25vw 0px;
}
.section-service-card {
  margin-bottom: 7.8125vw;
}
.section-service-card .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 926px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .section-service-card .card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-service-card .card-wrap .card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 30px 50px;
}
.section-service-card .card-wrap .card-item .img-cover {
  margin-bottom: 30px;
  width: 100px;
  padding-top: 100px;
}
.section-service-card .card-wrap .card-item p {
  font-size: calc(18 / 16 * 1rem);
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: calc(0.9 / 18 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.section-service .img-cover {
  padding-top: 50.7872016252%;
}

.section-distributor {
  padding: 6.25vw 0px;
}
.section-distributor .editor table {
  width: 100%;
  border-collapse: collapse;
}
.section-distributor .editor th, .section-distributor .editor td {
  padding: 20px 30px;
  text-align: left;
}
.section-distributor .editor th {
  background-color: #F29754;
  color: var(--color-white);
}
.section-distributor .editor td {
  border-bottom: 1px solid #DFDFDF;
}

.where-to-buy .page-desc-share {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .where-to-buy .page-desc-share {
    margin-bottom: 25px;
  }
}

.banner-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 4.167vw;
}
@media (max-width: 767.98px) {
  .banner-wrap {
    margin-bottom: 30px;
  }
}

.section-search {
  background-color: var(--color-main-extra-light);
  padding: 6.25vw 0px;
}
.section-search .filter-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .section-search .filter-wrap {
    flex-direction: column;
  }
}
.section-search .filter-wrap .select-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .section-search .filter-wrap .select-wrap {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .section-search .filter-wrap .select-wrap {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.section-search .filter-wrap .select-wrap select {
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(1.8 / 18 * 1rem);
  width: 200px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #C2C2C2;
  background-color: var(--color-white);
  padding: 0px 25px;
  background-image: linear-gradient(45deg, transparent 50%, var(--color-black) 50%), linear-gradient(135deg, var(--color-black) 50%, transparent 50%);
  background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.section-search .filter-wrap .select-wrap select:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .section-search .filter-wrap .select-wrap select {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .section-search .filter-wrap .select-wrap select {
    width: 100%;
  }
  .section-search .filter-wrap .select-wrap select:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-search .filter-wrap .search-wrap {
  position: relative;
}
@media (max-width: 991.98px) {
  .section-search .filter-wrap .search-wrap {
    width: 100%;
  }
}
.section-search .filter-wrap .search-wrap input {
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(1.8 / 18 * 1rem);
  width: 400px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #C2C2C2;
  background-color: var(--color-white);
  padding: 0px 25px;
}
@media (max-width: 991.98px) {
  .section-search .filter-wrap .search-wrap input {
    width: 100%;
  }
}
.section-search .filter-wrap .search-wrap input::-moz-placeholder {
  color: var(--color-gray);
}
.section-search .filter-wrap .search-wrap input::placeholder {
  color: var(--color-gray);
}
.section-search .filter-wrap .search-wrap button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0px;
  cursor: pointer;
}
.section-search .result-wrap .result-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  display: grid;
  grid-template-columns: 400px calc(100% - 400px - 30px);
  gap: 30px;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 1279.98px) {
  .section-search .result-wrap .result-item {
    grid-template-columns: 300px calc(100% - 300px - 30px);
  }
}
@media (max-width: 991.98px) {
  .section-search .result-wrap .result-item {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px;
  }
}
.section-search .result-wrap .result-item:not(:last-child) {
  margin-bottom: 20px;
}
.section-search .result-wrap .result-item .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: calc(1.68 / 14 * 1rem);
  background-color: var(--color-main);
  height: 30px;
  border-radius: 15px;
  padding: 0px 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .section-search .result-wrap .result-item .tag {
    margin-bottom: 10px;
  }
}
.section-search .result-wrap .result-item .title {
  font-size: calc(25 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(3 / 25 * 1rem);
  line-height: 1.4;
  margin-bottom: 10px;
}
@-moz-document url-prefix() {
  .section-search .result-wrap .result-item .title {
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .section-search .result-wrap .result-item .title {
    font-size: calc(22 / 16 * 1rem);
    letter-spacing: calc(2.2 / 22 * 1rem);
    margin-bottom: 5px;
  }
}
.section-search .result-wrap .result-item .text-sm {
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: calc(1.92 / 16 * 1rem);
  color: #787878;
}
.section-search .result-wrap .result-item .information > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .section-search .result-wrap .result-item .information > div {
    align-items: flex-start;
    flex-direction: column;
  }
}
.section-search .result-wrap .result-item .information > div:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .section-search .result-wrap .result-item .information > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-search .result-wrap .result-item .information > div span {
  width: 72px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
  margin-right: 50px;
}
.section-search .result-wrap .result-item .information > div a {
  position: relative;
  color: var(--color-black);
  transition: all 0.5s ease;
}
.section-search .result-wrap .result-item .information > div a:hover {
  opacity: 0.75;
}
.section-search .result-wrap .result-item .information > div a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.section-search .pagination {
  margin-top: 50px;
}

.section-shop {
  position: relative;
  background-color: var(--color-main-extra-light);
  padding: 6.25vw 0px;
}
.section-shop .shop-swiper {
  margin-bottom: 50px;
}
.section-shop .shop-swiper .img-cover {
  padding-top: 59.9880023995%;
}

.section-online-shop {
  padding: 6.25vw 0px;
}
.section-online-shop .img-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media (max-width: 1279.98px) {
  .section-online-shop .img-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .section-online-shop .img-wrap {
    gap: 17px;
  }
}
@media (max-width: 767.98px) {
  .section-online-shop .img-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .section-online-shop .img-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.section-online-shop .img-wrap .img-cover {
  padding-top: 59.9880023995%;
}

body, figure,
h1, h2, h3, h4, h5, h6,
ol, p, ul {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  --admin-bar-height: 0px;
  margin-top: 70px;
  word-break: break-all;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-display: swap;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(1.6 / 16 * 1rem);
  line-height: 2;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-main: #FFB540;
  --color-main-light: #F5DEC6;
  --color-main-extra-light: #FCF6F0;
  --color-sec: #266AB4;
  --color-sec-d: #266AB4;
  --color-sec-l: #72ACEB;
  --color-gray-d: #888888;
  --color-gray: #D2D0D0;
  --color-gray-l: #F7F7F7;
}
body.admin-bar {
  --admin-bar-height: 32px;
}
@media (max-width: 767.98px) {
  body.admin-bar {
    --admin-bar-height: 46px;
  }
}
body .swiper-button-prev, body .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 55px;
  height: 55px;
  background-color: var(--color-main);
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  body .swiper-button-prev, body .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  body .swiper-button-prev svg, body .swiper-button-next svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767.98px) {
  body .swiper-button-prev, body .swiper-button-next {
    display: none;
  }
}
body .swiper-button-prev::after, body .swiper-button-next::after {
  content: none;
}
body .swiper-button-prev {
  left: 40px;
}
@media (max-width: 1279.98px) {
  body .swiper-button-prev {
    left: 30px;
  }
}
body .swiper-button-next {
  right: 40px;
  transform: rotate(180deg);
}
@media (max-width: 1279.98px) {
  body .swiper-button-next {
    right: 30px;
  }
}
body .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
}
body .elementor-element .section-shop .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 6.25vw;
}
body .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 10px;
}
body .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--color-gray);
  opacity: 1;
}
body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
  margin: 0 7.5px;
}

.animation__el {
  transition: all 0.6s ease-in-out;
}
.animation__el.slow {
  transition: all 1.2s ease-in-out;
}
.animation__el.fadeUp {
  transform: translateY(30px);
  opacity: 0;
}
.animation__el.fadeUp.in {
  transform: translateY(0);
  opacity: 1;
}
.animation__el.fadeIn {
  opacity: 0;
}
.animation__el.fadeIn.in {
  opacity: 1;
}
.animation__el.fadeRight {
  transform: translateX(30px);
  opacity: 0;
}
.animation__el.fadeRight.in {
  transform: translateX(0);
  opacity: 1;
}
.animation__el.fadeLeft {
  transform: translateX(-30px);
  opacity: 0;
}
.animation__el.fadeLeft.in {
  transform: translateX(0);
  opacity: 1;
}
.animation__el.fadeLeftLarge {
  transform: translateX(-100%);
  opacity: 0;
}
.animation__el.fadeLeftLarge.in {
  transform: translateX(0);
  opacity: 1;
}

.container-share {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px 50px;
}
@media (max-width: 1279.98px) {
  .container-share {
    padding: 0px 30px;
  }
}
@media (max-width: 575.98px) {
  .container-share {
    padding: 0px 20px;
  }
}

img {
  display: block;
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.elementor .img-cover img {
  height: 100%;
}
.elementor .iframe-cover iframe {
  height: 100%;
}

.img-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.img-cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.iframe-cover, .video-cover {
  position: relative;
  overflow: hidden;
}
.iframe-cover video, .iframe-cover iframe, .video-cover video, .video-cover iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

.btn-share {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(2.16 / 18 * 1rem);
  height: 35px;
  color: var(--color-main);
  background-color: var(--color-white);
}
.btn-share.full {
  color: var(--color-white);
  background-color: var(--color-main);
}
.btn-share.white {
  color: var(--color-main);
  background-color: var(--color-white);
}

ul.list-style-none, li.list-style-none, ol.list-style-none {
  list-style-type: none;
}

.float-component {
  position: fixed;
  top: 21.823vw;
  right: 20px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1599.98px) {
  .float-component {
    right: 70px;
  }
}
@media (max-width: 991.98px) {
  .float-component {
    top: auto;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  .float-component {
    right: 10px;
    align-items: flex-end;
  }
}
.float-component > div:not(:last-child) {
  margin-bottom: 15px;
}
.float-component .activity-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-sec);
  width: 60px;
  border-radius: 30px;
  box-shadow: 6px 6px 12px 0px rgba(80, 66, 50, 0.2);
}
@media (max-width: 991.98px) {
  .float-component .activity-wrap {
    width: 45px;
  }
}
@media (max-width: 575.98px) {
  .float-component .activity-wrap {
    width: 30px;
  }
}
.float-component .activity-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 25px 0px;
  color: var(--color-white);
  font-weight: bold;
  line-height: 1.4;
  writing-mode: vertical-lr;
}
@media (max-width: 575.98px) {
  .float-component .activity-wrap a {
    padding: 15px 0px;
  }
}
.float-component .activity-wrap a svg {
  margin-bottom: 5px;
}
@-moz-document url-prefix() {
  .float-component .activity-wrap a {
    font-weight: normal;
  }
}
.float-component .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-main);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .float-component .icon-wrap {
    width: 45px;
    height: 45px;
  }
}
.float-component .icon-wrap img {
  width: 30px;
  height: 30px;
}
@media (max-width: 575.98px) {
  .float-component .icon-wrap {
    width: 30px;
    height: 30px;
  }
  .float-component .icon-wrap img {
    width: 20px;
    height: 20px;
  }
}
.float-component .icon-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.form-wrap {
  padding-bottom: 120px;
}
@media (max-width: 1279.98px) {
  .form-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .form-wrap {
    padding-bottom: 30px;
  }
}
.form-wrap div.wpforms-container-full {
  margin: 0px;
}
.form-wrap div.wpforms-container-full .wpforms-field-label {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  letter-spacing: calc(1.8 / 18 * 1rem);
  line-height: 1.4;
  margin-bottom: 7px;
}
.form-wrap div.wpforms-container-full input[type=date],
.form-wrap div.wpforms-container-full input[type=datetime],
.form-wrap div.wpforms-container-full input[type=datetime-local],
.form-wrap div.wpforms-container-full input[type=month],
.form-wrap div.wpforms-container-full input[type=number],
.form-wrap div.wpforms-container-full input[type=password],
.form-wrap div.wpforms-container-full input[type=range],
.form-wrap div.wpforms-container-full input[type=search],
.form-wrap div.wpforms-container-full input[type=tel],
.form-wrap div.wpforms-container-full input[type=text],
.form-wrap div.wpforms-container-full input[type=time],
.form-wrap div.wpforms-container-full input[type=url],
.form-wrap div.wpforms-container-full input[type=week],
.form-wrap div.wpforms-container-full input[type=email],
.form-wrap div.wpforms-container-full select,
.form-wrap div.wpforms-container-full textarea {
  height: 56px;
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(1.8 / 18 * 1rem);
  color: var(--color-black);
  background-color: var(--color-white);
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}
.form-wrap div.wpforms-container-full input[type=date]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=datetime]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=datetime-local]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=month]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=number]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=password]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=range]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=search]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=tel]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=text]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=time]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=url]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=week]::-moz-placeholder, .form-wrap div.wpforms-container-full input[type=email]::-moz-placeholder, .form-wrap div.wpforms-container-full select::-moz-placeholder, .form-wrap div.wpforms-container-full textarea::-moz-placeholder {
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(1.8 / 18 * 1rem);
  color: --color-gray;
  opacity: 1;
}
.form-wrap div.wpforms-container-full input[type=date]::placeholder,
.form-wrap div.wpforms-container-full input[type=datetime]::placeholder,
.form-wrap div.wpforms-container-full input[type=datetime-local]::placeholder,
.form-wrap div.wpforms-container-full input[type=month]::placeholder,
.form-wrap div.wpforms-container-full input[type=number]::placeholder,
.form-wrap div.wpforms-container-full input[type=password]::placeholder,
.form-wrap div.wpforms-container-full input[type=range]::placeholder,
.form-wrap div.wpforms-container-full input[type=search]::placeholder,
.form-wrap div.wpforms-container-full input[type=tel]::placeholder,
.form-wrap div.wpforms-container-full input[type=text]::placeholder,
.form-wrap div.wpforms-container-full input[type=time]::placeholder,
.form-wrap div.wpforms-container-full input[type=url]::placeholder,
.form-wrap div.wpforms-container-full input[type=week]::placeholder,
.form-wrap div.wpforms-container-full input[type=email]::placeholder,
.form-wrap div.wpforms-container-full select::placeholder,
.form-wrap div.wpforms-container-full textarea::placeholder {
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(1.8 / 18 * 1rem);
  color: --color-gray;
  opacity: 1;
}
.form-wrap div.wpforms-container-full input[type=date]:focus, .form-wrap div.wpforms-container-full input[type=date]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=datetime]:focus,
.form-wrap div.wpforms-container-full input[type=datetime]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=datetime-local]:focus,
.form-wrap div.wpforms-container-full input[type=datetime-local]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=month]:focus,
.form-wrap div.wpforms-container-full input[type=month]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=number]:focus,
.form-wrap div.wpforms-container-full input[type=number]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=password]:focus,
.form-wrap div.wpforms-container-full input[type=password]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=range]:focus,
.form-wrap div.wpforms-container-full input[type=range]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=search]:focus,
.form-wrap div.wpforms-container-full input[type=search]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=tel]:focus,
.form-wrap div.wpforms-container-full input[type=tel]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=text]:focus,
.form-wrap div.wpforms-container-full input[type=text]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=time]:focus,
.form-wrap div.wpforms-container-full input[type=time]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=url]:focus,
.form-wrap div.wpforms-container-full input[type=url]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=week]:focus,
.form-wrap div.wpforms-container-full input[type=week]:focus:invalid,
.form-wrap div.wpforms-container-full input[type=email]:focus,
.form-wrap div.wpforms-container-full input[type=email]:focus:invalid,
.form-wrap div.wpforms-container-full select:focus,
.form-wrap div.wpforms-container-full select:focus:invalid,
.form-wrap div.wpforms-container-full textarea:focus,
.form-wrap div.wpforms-container-full textarea:focus:invalid {
  border: 1px solid var(--color-black);
  box-shadow: 0 0 0 1px var(--color-black), 0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
  color: var(--color-black);
}
.form-wrap div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-2-columns ul {
  grid-template-columns: repeat(2, 1fr) !important;
}
.form-wrap div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input {
  margin-top: 1px;
}
.form-wrap div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input + label {
  font-size: calc(18 / 16 * 1rem);
}
.form-wrap div.wpforms-container-full .wpforms-field.wpforms-field-radio input[type=checkbox]:checked:before,
.form-wrap div.wpforms-container-full .wpforms-field.wpforms-field-radio input[type=radio]:checked:before {
  border-color: var(--color-gray);
  box-shadow: none;
}
.form-wrap div.wpforms-container-full .wpforms-field.wpforms-field-radio input[type=checkbox]:checked:after,
.form-wrap div.wpforms-container-full .wpforms-field.wpforms-field-radio input[type=radio]:checked:after {
  background-color: var(--color-main);
}
.form-wrap div.wpforms-container-full select > option.placeholder,
.form-wrap div.wpforms-container-full select > option[disabled] {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-display: swap;
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(1.8 / 18 * 1rem);
  color: var(--color-placeholder);
}
.form-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 15px;
}
.form-wrap div.wpforms-container-full button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(20 / 16 * 1rem);
  letter-spacing: calc(2 / 20 * 1rem);
  line-height: 1.6;
  width: 200px;
  height: 55px;
  border-radius: 10px;
  box-shadow: none;
  color: var(--color-white);
  background: var(--color-main);
  padding: 0px;
}
@media (max-width: 575.98px) {
  .form-wrap div.wpforms-container-full button[type=submit] {
    font-size: calc(18 / 16 * 1rem);
    letter-spacing: calc(2 / 18 * 1rem);
    width: 150px;
    height: 46px;
  }
}
.form-wrap div.wpforms-container-full button[type=submit]:focus, .form-wrap div.wpforms-container-full button[type=submit]:active {
  background: var(--color-main);
}
.form-wrap div.wpforms-container-full button[type=submit]:hover {
  color: var(--color-white);
  background: var(--color-main);
}
.form-wrap div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  color: var(--color-white);
  background: var(--color-main);
}
.form-wrap .wpforms-container .wpforms-field-layout.wpforms-field {
  padding: 0px;
}
.form-wrap .wpforms-container .wpforms-field {
  padding: 0px 0px 15px 0px;
}
.form-wrap .wpforms-container .wpforms-field[data-field-id="12"] {
  padding-top: 15px;
}
.form-wrap .wpforms-container .wpforms-field[data-field-id="27"] {
  height: 100%;
}
.form-wrap .wpforms-container .wpforms-field[data-field-id="27"] ul {
  height: 56px;
}
.form-wrap .wpforms-container .wpforms-field[data-field-id="27"] ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.inner-page-wrap.has-bot-line {
  position: relative;
}
.inner-page-wrap.has-bot-line::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  height: 1px;
  background-color: #DFDFDF;
}
@media screen and (max-width: 1500px) {
  .inner-page-wrap.has-bot-line::after {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1279.98px) {
  .inner-page-wrap.has-bot-line::after {
    width: calc(100% - 60px);
  }
}
@media (max-width: 575.98px) {
  .inner-page-wrap.has-bot-line::after {
    width: calc(100% - 40px);
  }
}
.inner-page-wrap .banner-share {
  position: relative;
  padding: 10.417vw 0px 4.167vw;
}
@media (max-width: 575.98px) {
  .inner-page-wrap .banner-share {
    padding-bottom: 30px;
  }
}
.inner-page-wrap .banner-share .banner-dec-img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 46.917%;
  pointer-events: none;
}
.inner-page-wrap .banner-title-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: calc(50 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(6 / 50 * 1rem);
  line-height: 1.8;
  margin-bottom: 31px;
}
@-moz-document url-prefix() {
  .inner-page-wrap .banner-title-main {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .inner-page-wrap .banner-title-main {
    font-size: calc(37.5 / 16 * 1rem);
    letter-spacing: calc(4.5 / 37.5 * 1rem);
  }
}
@media (max-width: 767.98px) {
  .inner-page-wrap .banner-title-main {
    font-size: calc(32 / 16 * 1rem);
    letter-spacing: calc(4 / 32 * 1rem);
  }
}
.inner-page-wrap .banner-title-main .en {
  position: relative;
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: calc(1 / 20 * 1rem);
  line-height: 1;
  text-transform: uppercase;
  padding-left: 40px;
  margin-bottom: 5px;
}
@media (max-width: 1279.98px) {
  .inner-page-wrap .banner-title-main .en {
    font-size: calc(15 / 16 * 1rem);
    letter-spacing: calc(0.75 / 15 * 1rem);
  }
}
@media (max-width: 767.98px) {
  .inner-page-wrap .banner-title-main .en {
    font-size: calc(14 / 16 * 1rem);
    letter-spacing: calc(0.7 / 14 * 1rem);
    padding-left: 30px;
  }
}
.inner-page-wrap .banner-title-main .en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 25px;
  height: 1px;
  background-color: var(--color-black);
}
@media (max-width: 767.98px) {
  .inner-page-wrap .banner-title-main .en::before {
    width: 15px;
  }
}
.inner-page-wrap .banner-desc {
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(2.16 / 18 * 1rem);
  line-height: 1.8;
  max-width: 83.2%;
}
@media (max-width: 767.98px) {
  .inner-page-wrap .banner-desc {
    max-width: 100%;
  }
}

.tab-share-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 4.167vw;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .tab-share-wrap {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
@media (max-width: 575.98px) {
  .tab-share-wrap {
    margin-bottom: 30px;
  }
}
.tab-share-wrap.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .tab-share-wrap.center {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.tab-share-wrap .tab-item {
  margin: 0px 5px 5px 5px;
}
.tab-share-wrap .tab-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(18 / 16 * 1rem);
  height: 50px;
  background-color: var(--color-white);
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  padding: 0px 25px;
  transition: all 0.5s ease;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .tab-share-wrap .tab-item a {
    font-size: calc(16 / 16 * 1rem);
    letter-spacing: calc(1.6 / 16 * 1rem);
    height: 46px;
    padding: 0px 15px;
  }
}
.tab-share-wrap .tab-item a:hover, .tab-share-wrap .tab-item a.current {
  color: var(--color-white);
  background-color: var(--color-main);
}

.archive-share-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
@media (max-width: 991.98px) {
  .archive-share-wrap {
    gap: 40px 30px;
  }
}
@media (max-width: 767.98px) {
  .archive-share-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .archive-share-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archive-share-wrap .card-item a {
  color: var(--color-black);
  padding: 0px;
}
.archive-share-wrap .card-item .img-cover {
  padding-top: 59.0911776872%;
  border-radius: 15px;
  margin-bottom: 25px;
}
@media (max-width: 1279.98px) {
  .archive-share-wrap .card-item .img-cover {
    margin-bottom: 10px;
  }
}
.archive-share-wrap .card-item .date {
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: calc(1.4 / 14 * 1rem);
  color: #787878;
  margin-bottom: 5px;
}
@media (max-width: 1279.98px) {
  .archive-share-wrap .card-item .date {
    margin-bottom: 0px;
  }
}
.archive-share-wrap .card-item .title {
  font-size: calc(24 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.4 / 24 * 1rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  margin-bottom: 15px;
}
@-moz-document url-prefix() {
  .archive-share-wrap .card-item .title {
    font-weight: normal;
  }
}
@media (max-width: 1279.98px) {
  .archive-share-wrap .card-item .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .archive-share-wrap .card-item .title {
    font-size: calc(22 / 16 * 1rem);
  }
}
.archive-share-wrap .card-item .desc {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: left;
}

.product-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1439.98px) {
  .product-card-wrap {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .product-card-wrap {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .product-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-black);
  padding: 30px 20px 50px;
}
@media (max-width: 991.98px) {
  .card-item a {
    padding: 15px 15px 25px;
  }
}
.card-item .img-cover {
  padding-top: 84.8464279654%;
  margin-bottom: 20px;
}
.card-item .tag-wrap {
  height: 30px;
  margin-bottom: 15px;
}
.card-item .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: calc(1.68 / 14 * 1rem);
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 15px;
  padding: 0px 20px;
}
@media (max-width: 767.98px) {
  .card-item .tag {
    margin-bottom: 10px;
  }
}
.card-item .title {
  font-size: calc(20 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.4 / 20 * 1rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  margin-bottom: 5px;
}
@-moz-document url-prefix() {
  .card-item .title {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .card-item .title {
    font-size: calc(18 / 16 * 1rem);
    letter-spacing: calc(1.8 / 18 * 1rem);
    margin-bottom: 0px;
  }
}
.card-item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.card-item .card-content {
  width: 100%;
}

.editor {
  padding-bottom: 60px;
}
@media (max-width: 575.98px) {
  .editor {
    padding-bottom: 30px;
  }
}
.editor h2 {
  font-size: calc(32 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(3.52 / 32 * 1rem);
  line-height: 1.8;
  margin-bottom: 35px;
}
@-moz-document url-prefix() {
  .editor h2 {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .editor h2 {
    font-size: calc(26 / 16 * 1rem);
    letter-spacing: calc(2.6 / 26 * 1rem);
    margin-bottom: 25px;
  }
}
.editor h3 {
  font-size: calc(26 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.86 / 26 * 1rem);
  line-height: 1.8;
  margin-bottom: 25px;
}
@-moz-document url-prefix() {
  .editor h3 {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .editor h3 {
    font-size: calc(21 / 16 * 1rem);
    letter-spacing: calc(2.1 / 21 * 1rem);
    margin-bottom: 15px;
  }
}
.editor h4, .editor h5 {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.8 / 18 * 1rem);
  line-height: 1.8;
  margin-bottom: 15px;
}
@-moz-document url-prefix() {
  .editor h4, .editor h5 {
    font-weight: normal;
  }
}
.editor img {
  width: 100%;
}
.editor ul, .editor ol {
  line-height: 1.93;
  padding: 25px 0px 25px 20px;
}
@media (max-width: 575.98px) {
  .editor ul, .editor ol {
    padding: 15px 0px 15px 20px;
  }
}
.editor ul:not(:last-child), .editor ol:not(:last-child) {
  margin-bottom: 5px;
}
.editor ol li {
  list-style: decimal;
}
.editor ul li {
  list-style: disc;
}
.editor ul li::marker {
  color: var(--color-main);
}
.editor ul li:not(:last-child) {
  margin-bottom: 5px;
}
.editor blockquote {
  background: #F9F9F9;
  border-bottom: 8px solid var(--color-main);
  padding: 30px 40px;
  margin: 0px 0px 15px 0px;
}
@media (max-width: 575.98px) {
  .editor blockquote {
    padding: 15px 20px;
  }
}
.editor table {
  width: 100%;
}
.editor table th,
.editor table td {
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  padding: 15px;
}
.editor table td {
  font-size: 16px;
}
.editor .responsive-table {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.editor .responsive-table::-webkit-scrollbar-track {
  background-color: transparent;
}
.editor .responsive-table::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.editor .responsive-table::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}
.editor .responsive-table::-webkit-scrollbar {
  background-color: transparent;
  display: none;
}
.editor .img-wrap img {
  width: 100%;
}
.editor .l-img-r-txt > div, .editor .r-img-l-txt > div, .editor .l-img-r-img > div {
  width: 50%;
}
@media (max-width: 767.98px) {
  .editor .l-img-r-txt > div, .editor .r-img-l-txt > div, .editor .l-img-r-img > div {
    width: 100%;
  }
}
.editor .l-img-r-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .editor .l-img-r-txt {
    flex-direction: column;
  }
}
.editor .r-img-l-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .editor .r-img-l-txt {
    flex-direction: column-reverse;
  }
}
.editor .l-img-r-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .editor .l-img-r-img {
    flex-direction: column;
  }
}

.image-text-wrap .items {
  padding: 80px 0px;
}
@media (max-width: 767.98px) {
  .image-text-wrap .items {
    padding: 40px 0px;
  }
}
.image-text-wrap.type-normal .items:nth-child(even) .container-share .text-wrap {
  order: -1;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-normal .items:nth-child(even) .container-share .text-wrap {
    order: initial;
  }
}
.image-text-wrap.type-normal .items .container-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-normal .items .container-share {
    align-items: flex-start;
    flex-direction: column;
  }
}
.image-text-wrap.type-normal .items .text-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-normal .items .text-wrap {
    width: 100%;
  }
}
.image-text-wrap.type-normal .items .text-wrap .subtitle {
  font-family: "Poppins", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: calc(2.4 / 20 * 1rem);
  color: var(--color-main);
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-normal .items .text-wrap .subtitle {
    font-size: calc(18 / 16 * 1rem);
    letter-spacing: calc(1.8 / 18 * 1rem);
    margin-bottom: 0px;
  }
}
.image-text-wrap.type-normal .items .text-wrap .title {
  font-size: calc(32 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(3.84 / 32 * 1rem);
  line-height: 1.5;
  margin-bottom: 40px;
}
@-moz-document url-prefix() {
  .image-text-wrap.type-normal .items .text-wrap .title {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-normal .items .text-wrap .title {
    font-size: calc(24 / 16 * 1rem);
    letter-spacing: calc(2.4 / 24 * 1rem);
    margin-bottom: 20px;
  }
}
.image-text-wrap.type-normal .items .text-wrap p {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-normal .items .text-wrap p {
    margin-bottom: 20px;
  }
}
.image-text-wrap.type-normal .items .text-wrap .btn-share {
  width: 200px;
  height: 55px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .image-text-wrap.type-normal .items .text-wrap .btn-share {
    width: 150px;
    height: 46px;
  }
}
.image-text-wrap.type-normal .items .img-outer-wrap {
  position: relative;
  width: 46.43%;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-normal .items .img-outer-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.image-text-wrap.type-normal .items .img-outer-wrap .img-cover {
  z-index: 1;
  padding-top: 61.5384615385%;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .image-text-wrap.type-normal .items .img-outer-wrap .img-cover {
    border-radius: 10px;
  }
}
.image-text-wrap.type-has-dec .items:nth-child(odd) {
  background-color: var(--color-main-extra-light);
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-has-dec .items:nth-child(odd) .container-share .img-outer-wrap {
    order: -1;
  }
}
.image-text-wrap.type-has-dec .items:nth-child(even) .container-share .img-outer-wrap {
  order: -1;
}
.image-text-wrap.type-has-dec .items .container-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-has-dec .items .container-share {
    align-items: flex-start;
    flex-direction: column;
  }
}
.image-text-wrap.type-has-dec .items .text-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 40.72%;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-has-dec .items .text-wrap {
    width: 100%;
  }
}
.image-text-wrap.type-has-dec .items .text-wrap .title {
  font-size: calc(25 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(3 / 25 * 1rem);
  line-height: 1.5;
  margin-bottom: 30px;
}
@-moz-document url-prefix() {
  .image-text-wrap.type-has-dec .items .text-wrap .title {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-has-dec .items .text-wrap .title {
    font-size: calc(22 / 16 * 1rem);
    margin-bottom: 15px;
  }
}
.image-text-wrap.type-has-dec .items .img-outer-wrap {
  position: relative;
  width: 46.43%;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .image-text-wrap.type-has-dec .items .img-outer-wrap {
    width: calc(100% - 30px);
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .image-text-wrap.type-has-dec .items .img-outer-wrap {
    width: calc(100% - 15px);
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
.image-text-wrap.type-has-dec .items .img-outer-wrap::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 0;
  background-color: var(--color-main);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .image-text-wrap.type-has-dec .items .img-outer-wrap::after {
    bottom: -15px;
    right: -15px;
    border-radius: 10px;
  }
}
.image-text-wrap.type-has-dec .items .img-outer-wrap .img-cover {
  z-index: 1;
  padding-top: 61.5384615385%;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .image-text-wrap.type-has-dec .items .img-outer-wrap .img-cover {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1700px) {
  .inner-page-wrap.about {
    padding-top: 52px;
  }
}

.float-links {
  position: fixed;
  top: 29.79vw;
  left: 60px;
  z-index: 10;
}
@media screen and (max-width: 1800px) {
  .float-links {
    left: 15px;
  }
}
@media screen and (max-width: 1700px) {
  .float-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    top: calc(var(--admin-bar-height) + 70px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: var(--color-white);
    padding: 10px 0px;
  }
}
.float-links > div {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 1700px) {
  .float-links > div {
    padding-left: 25px;
    padding-right: 15px;
  }
}
.float-links > div:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
  .float-links > div:not(:last-child) {
    margin-bottom: 0px;
  }
}
.float-links > div.current a {
  font-weight: bold;
  color: var(--color-black);
}
@-moz-document url-prefix() {
  .float-links > div.current a {
    font-weight: normal;
  }
}
.float-links > div.current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(calc(-50% + 1px));
  background-color: var(--color-main);
  width: 20px;
  height: 3px;
}
@media screen and (max-width: 1700px) {
  .float-links > div.current::before {
    width: 15px;
  }
}
.float-links a {
  color: #5E5E5E;
  transition: all 0.5s ease;
}
.float-links a:hover {
  color: var(--color-black);
  font-weight: bold;
}
@-moz-document url-prefix() {
  .float-links a:hover {
    font-weight: normal;
  }
}

.page-title-share {
  font-size: calc(32 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(2.56 / 32 * 1rem);
  text-align: center;
  margin-bottom: 15px;
}
@-moz-document url-prefix() {
  .page-title-share {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .page-title-share {
    font-size: calc(24 / 16 * 1rem);
    letter-spacing: calc(2.4 / 24 * 1rem);
  }
}

.page-desc-share {
  font-size: calc(18 / 16 * 1rem);
  letter-spacing: calc(1.44 / 18 * 1rem);
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-desc-share {
    font-size: calc(16 / 16 * 1rem);
    letter-spacing: calc(1.6 / 16 * 1rem);
  }
}

.modal-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.modal-container.show {
  pointer-events: initial;
  opacity: 1;
}
.modal-container .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-container .modal-component {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
  max-height: 90vh;
  background-color: var(--color-white);
  border-radius: 15px;
  padding: 60px 70px;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .modal-container .modal-component {
    width: calc(100% - 60px);
    padding: 30px 35px;
  }
}
@media (max-width: 575.98px) {
  .modal-container .modal-component {
    width: calc(100% - 40px);
    padding: 30px 5px;
  }
}
.modal-container .modal-component .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .modal-container .modal-component .btn-close {
    top: 5px;
    right: 5px;
  }
  .modal-container .modal-component .btn-close svg {
    width: 30px;
    height: 30px;
  }
}
.modal-container .modal-component .title {
  font-size: calc(30 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: calc(1.5 / 30 * 1rem);
  margin-bottom: 40px;
}
@-moz-document url-prefix() {
  .modal-container .modal-component .title {
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .modal-container .modal-component .title {
    font-size: calc(24 / 16 * 1rem);
    letter-spacing: calc(1.2 / 24 * 1rem);
    margin-bottom: 20px;
  }
}
.modal-container .modal-component .form-wrap {
  width: 100%;
  padding-bottom: 0px;
}
.modal-container .modal-component .form-wrap div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic[data-field-id="4"] {
  padding: 0px 0px 30px 0px;
}
.modal-container .modal-component .form-wrap div.wpforms-container-full button[type=submit] {
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .modal-container .modal-component .form-wrap div.wpforms-container-full button[type=submit] {
    width: 150px;
  }
}

.elementor-8148 .elementor-element.elementor-element-7b48322:not(.elementor-motion-effects-element-type-background) {
  background-color: transparent !important;
}
