@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  margin: 0;
  color: #7b7b7b;
  font-family: "Alumni Sans", "Noto Sans TC", sans-serif;
  position: relative;
  isolation: isolate;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover fixed;
  filter: opacity(0.7);
  mix-blend-mode: multiply;
  z-index: -1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  transition: all 0.4s !important;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bs {
  box-shadow: 0 8px 10px rgba(122, 122, 122, 0.4);
}

.dib-center {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.Linebtn {
  max-width: 250px;
  font-size: 1.1rem;
  font-weight: 600;
  background: #2EB900;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
}
.Linebtn.YT {
  background: #df2e2e;
}
.Linebtn:hover {
  color: white;
  background: #155300;
}
.Linebtn i {
  font-size: 1.3rem;
  margin-right: 6px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: white;
}
#loading .loadingText {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: fadeInandOut 1s cubic-bezier(0, 0.2, 0.8, 1) 1.1s forwards;
}
#loading .loadingText hr {
  width: 4px;
  height: calc(50px + 2vw);
  background: #737C19;
  margin: 0;
  margin-right: 1rem;
}
#loading .loadingText p {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
}
#loading .loadingText p:nth-child(2) {
  font-weight: 300;
}
#loading .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .lds-ripple .circle {
  position: absolute;
  border: 4px solid #737C19;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) forwards;
}
#loading .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes fadeInandOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

hr {
  background-color: #737C19;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1.7;
  font-weight: 600;
}

h1 {
  font-size: calc(2.2rem + 1vw);
}

h2 {
  font-size: calc(1.5rem + 0.5vw);
}

h3 {
  font-size: calc(1.3rem + 0.5vw);
}

h4 {
  font-size: calc(1.2rem + 0.3vw);
}

h5 {
  font-size: calc(1.1rem + 0.2vw);
}

small {
  font-size: calc(1rem + 0.3vw);
}

p, span, li {
  font-size: calc(1rem + 0.1vw);
  font-weight: 300;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}

span {
  font-size: calc(0.9rem + 0.1vw);
}

li {
  line-height: 1.3;
}

img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

ul {
  margin-bottom: 12px;
}
ul li:not(:last-child) {
  margin-bottom: 12px;
}

h2.sectionTitle {
  position: relative;
  color: #737C19;
  line-height: 1.3;
  letter-spacing: 3px;
  margin-top: 80px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  isolation: isolate;
}
h2.sectionTitle:after {
  content: "";
  width: 64px;
  height: 64px;
  opacity: 0.7;
  position: absolute;
  top: -30px;
  left: 30%;
  transform: translateX(-50%);
  z-index: -1;
}
h2.sectionTitle span {
  display: block;
  font-size: 1.3rem;
  color: #DBCCC7;
  text-align: center;
  position: relative;
  top: 4px;
  left: 24px;
}

section:nth-of-type(1) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(2) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(3) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(4) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(5) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(6) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(7) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(8) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(9) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

section:nth-of-type(10) .sectionTitle:after {
  background: url(../images/decorate/title_1.png) no-repeat center/contain;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.slick-prev:before,
.slick-next:before {
  color: #737C19;
  font-size: 24px;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: unset;
}

.btn {
  width: 80%;
  max-width: 250px;
  line-height: 1.5;
  font-size: 1.5em;
  margin: 16px 8px;
  border: 0px;
  border-radius: 0px;
  background: linear-gradient(75deg, #d4b67c 0%, #d4b67c 50%, #737c19 50%, #737c19 100%);
  color: white;
}
.btn * {
  color: white;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #737C19;
  background-color: white;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  border: unset;
}

section:not(:first-child) {
  padding: 40px 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  box-shadow: 0 2px 4px rgba(104, 104, 104, 0.2);
  transition: all 0.3s;
}
.navbar h1 {
  font-size: 1.2rem;
  color: #2d9ef0;
}

.navbar a {
  font-weight: 400;
  display: block;
}

.navbar-brand {
  margin: 0 1rem;
}
.navbar-brand h4 {
  color: #d0dc52;
  line-height: 1.1;
  margin-top: 8px;
}
.navbar-brand img {
  width: auto;
  height: 56px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    height: 64px;
  }
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: #737C19;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  color: #7b7b7b;
  font-size: calc(1rem + 0.05vw);
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  margin: 4px 12px;
  padding: 4px 0;
  position: relative;
}
.navbar .navbar-collapse .navbar-nav .nav-link:hover, .navbar .navbar-collapse .navbar-nav .nav-link:focus {
  color: white;
  background: #737C19;
  padding: 4px 20px;
  border-radius: 50px;
}

#banner {
  position: relative;
  padding-top: 80px;
  z-index: 0;
}
@media (min-width: 992px) {
  #banner {
    padding-top: 90px;
  }
}
#banner .text {
  display: block;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(115, 124, 25, 0.6);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
#banner .text h1, #banner .text h3, #banner .text small {
  color: #fff;
}
#banner .text h1 {
  line-height: 1.3;
}
#banner .text small {
  font-weight: 300;
  letter-spacing: 0.1em;
}
#banner .text .bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  isolation: isolate;
  z-index: -1;
}
#banner .text .bubble::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #4c5210;
  opacity: 0.3;
  mix-blend-mode: overlay;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#banner .text .bubble img {
  width: calc(300px + 2vw);
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: -2;
}

#hero {
  background: white;
  position: relative;
}
#hero::before {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
#hero .img-box {
  height: 100vh;
}

#banner img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

#banner .img-content {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
}

#banner .img-content h1 {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Baloo Tamma 2", cursive;
}
#banner .img-content h1 small {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}

#banner .img-content .animate__fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#news {
  margin-top: 3rem;
}
#news .newsCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#news .newsCard ul {
  list-style-position: inside;
}
#news img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#news .news-box {
  padding: 20px;
  border-radius: 10px;
}
#news .news-box h3 {
  line-height: 1.2;
  color: #7b7b7b;
  padding-left: 50px;
  position: relative;
  z-index: 0;
}
#news .news-box h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/logo/logo.jpg) no-repeat center/contain;
  mix-blend-mode: hard-light;
  z-index: -1;
}
#news .news-box h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  z-index: -2;
}
#news .news-box hr {
  background-color: gray;
}
#news .news-box span {
  font-size: 12px;
  color: gray;
  line-height: 2;
}
#news .news-box p {
  font-size: 14px;
}

#about {
  margin-top: 3rem;
}
#about hr {
  width: 2px;
  height: 30vh;
  background: #7b7b7b;
  margin: 0px 20px;
}
@media (max-width: 767.98px) {
  #about hr {
    width: 50%;
    height: 2px;
    margin: 20px 0px;
  }
}
#about .aboutImg {
  height: 100%;
  overflow: hidden;
}
#about .aboutImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 768px) {
  #about .aboutImg {
    height: 500px;
  }
  #about .aboutImg img {
    height: 100%;
  }
}
#about .flex-md-row-reverse img {
  filter: hue-rotate(40deg);
}
#about ul {
  list-style: none;
  padding-left: 8px;
}
#about ul li span {
  display: inline-block;
  color: white;
  background: #737C19;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.reveal #teacher-list h5 {
  width: auto;
  text-align: center;
  color: white;
  background: #737C19;
  padding: 8px 20px;
  margin-top: 40px;
  border-radius: 50px;
}
.reveal #teacher-list .teacherCard {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.reveal #teacher-list .teacherCard .teacherCardImg {
  display: flex;
  align-self: stretch;
}
.reveal #teacher-list .teacherCard .teacherCardImg img {
  width: 100%;
  height: 100%;
}
.reveal #teacher-list .teacherCard ul {
  list-style: none;
}
.reveal #teacher-list .teacherCard li {
  padding-left: 8px;
}
.reveal #teacher-list .teacherCard li::marker {
  content: "\f001"; /* FontAwesome 剪刀的 Unicode */
  font-family: "Font Awesome 6 Free"; /* FontAwesome 的指定字體 */
  font-weight: 900; /* 需要這行來顯示 solid 風格 */
  font-size: 0.9rem;
}
.reveal #teacher-list .teacherCard li ul li::marker {
  content: "\f091"; /* FontAwesome 剪刀的 Unicode */
  font-family: "Font Awesome 6 Free"; /* FontAwesome 的指定字體 */
  font-weight: 900; /* 需要這行來顯示 solid 風格 */
}
.reveal .revealImg {
  align-self: stretch;
  overflow: hidden;
}
.reveal .revealImg img {
  height: 100%;
}
@media (min-width: 768px) {
  .reveal .revealImg img {
    height: 50%;
  }
}
.reveal ul {
  list-style: none;
}
.reveal ul li {
  padding-left: 8px;
}
.reveal ul li::marker {
  content: "\f001"; /* FontAwesome 剪刀的 Unicode */
  font-family: "Font Awesome 6 Free"; /* FontAwesome 的指定字體 */
  font-weight: 900; /* 需要這行來顯示 solid 風格 */
}
.reveal ul li p {
  display: inline-block;
  color: #737C19;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 2px dotted #737C19;
  margin-bottom: 12px;
}
.reveal ol {
  padding-left: 3rem;
}
.reveal ol li::marker {
  font-size: 1rem;
  font-weight: 500;
}
.reveal ol li p {
  display: inline-block;
  color: #737C19;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 4px solid rgba(115, 124, 25, 0.2);
  margin-bottom: 12px;
}
.reveal ol li i {
  font-size: 1.5rem;
  margin-left: 8px;
}

#services .lightPoint {
  color: white;
  position: relative;
  padding: 30px 0;
  isolation: isolate;
}
#services .lightPoint::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/service/img-3.jpg) no-repeat center/cover gray;
  mix-blend-mode: multiply;
  filter: brightness(0.3);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#services .lightPoint li span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background: #2d9ef0;
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 8px;
}
#services .serviceItemBg {
  width: 100%;
  height: 100%;
  position: relative;
}
#services .serviceItemBg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #737C19;
  border-radius: 8px;
  opacity: 0.5;
  z-index: -1;
}
#services img {
  width: 100%;
  height: 300px;
  border-radius: 4px;
}
#services .serviceCard {
  padding: 20px;
  background: white;
  box-shadow: 0px 0px 5px rgba(212, 182, 124, 0.3), 2px 2px 10px rgba(206, 171, 105, 0.3);
  border-radius: 4px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  transition: all 1s ease-in-out;
}
#services .serviceCard:hover {
  border: 2px solid rgba(212, 182, 124, 0.5);
  transform: scale(1.08);
  z-index: 50;
}
#services .serviceCard .serviceCardImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
#services .serviceCard .serviceCardImg img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
#services .serviceCard .serviceCardText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#services .serviceCard .serviceCardText h4 {
  display: inline-block;
  color: white;
  background: #D4B67C;
  border-radius: 50px;
  letter-spacing: 4px;
  padding: 4px 24px;
  margin: 1.2rem 0;
}
#services .serviceCard .serviceCardText h4 span {
  font-size: 0.9rem;
}
#services .serviceCard .serviceCardText ul {
  display: inline-block;
}
#services #services-list div:nth-child(2n-1) .serviceCard {
  background: #2d9ef0;
  box-shadow: 1px 1px 1px rgba(208, 220, 82, 0.6), 3px 3px 3px rgba(115, 124, 25, 0.5);
}
#services #services-list div:nth-child(2n-1) .serviceCard h3 {
  color: white;
}
#services .booking {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/gallery/work/img-2.jpg) no-repeat center/cover fixed;
  padding: 30px 0px;
  position: relative;
  isolation: isolate;
}
#services .booking::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#services .booking .bookingContext {
  width: 450px;
}
#services .booking h3 {
  color: white;
  font-size: 1.1rem;
}
#services .booking span {
  padding: 2px 12px;
  background: #F287B1;
  border-radius: 6px;
}
#services .booking img {
  width: 100px;
}

.maintainance li:nth-child(odd) {
  color: white;
  background: rgba(123, 123, 123, 0.5);
  padding: 20px 0;
  position: relative;
}
.maintainance li:nth-child(odd)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(123, 123, 123, 0.1);
  position: absolute;
  top: 12px;
  left: 10px;
}

#care img {
  width: 80%;
}
#care .features {
  padding: 20px 0 100px;
  position: relative;
}
#care .features h2 {
  margin-bottom: 80px;
}
#care .features h2:after {
  width: 0;
}
#care .features ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#care .features ul li h3 {
  color: #D4B67C;
}
#care .features ul li span.num {
  display: block;
  color: #D4B67C;
  font-size: 32px;
}
#care .features ul li img {
  margin: 12px 0 20px;
  max-width: 200px;
}
#care .features a.btn {
  position: absolute;
  bottom: -1.5em;
}

.feedbackCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feedbackCard img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.skin #faq-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
.skin #faq-list .accordion-button {
  padding: 0px;
}
.skin #faq-list .accordion-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-45deg, #737c19, #7b7b7b);
  padding: 12px;
  box-shadow: 1px 1px 3px rgba(115, 124, 25, 0.5);
  border-radius: 10px;
}
.skin #faq-list .accordion-item .accordion-collapse {
  width: 100%;
}
.skin #faq-list .accordion-button {
  display: block;
  background: transparent;
  text-align: center;
}
.skin #faq-list .accordion-button:focus {
  box-shadow: none;
}
.skin #faq-list .accordion-button p {
  font-size: 1.1rem;
  color: white;
  margin: 0;
}
.skin #faq-list .accordion-button h3 {
  font-size: 1.5rem;
  color: white;
  opacity: 0.7;
}
.skin #faq-list .accordion-button span {
  font-size: 2rem;
}
.skin #faq-list .accordion-body {
  text-align: justify;
  line-height: 2;
  padding: 20px 30px;
  background: white;
  border-radius: 8px;
}
.skin #faq-list .accordion-body span {
  display: inline-block;
  font-weight: 600;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background: #2d9ef0;
  margin-right: 12px;
}

#lesson h5 {
  line-height: 2;
  margin-bottom: 1rem;
}
#lesson .desktop {
  padding-bottom: 120px;
}
#lesson .desktop img {
  height: 60vh;
  object-fit: cover;
}
#lesson .desktop dl dt {
  font-size: 60px;
  text-align: center;
  line-height: 160px;
  width: 160px;
  border-radius: 50vh;
  margin-right: 0;
  margin: auto;
  color: #fff;
  position: relative;
}
#lesson .desktop dl dd {
  margin-top: 40px;
}
#lesson .test {
  padding: 20px 0 100px;
}
#lesson .test figure {
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
#lesson .test figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lesson .test figcaption {
  margin-top: 20px;
}

#address h2 {
  margin-top: 0;
  padding-top: 0;
}
#address dl dt {
  font-weight: 400;
  margin-bottom: 12px;
}
#address dl dd {
  font-size: 14px;
}
#address dl dd span {
  display: block;
  width: 3rem;
}
#address dl dd a {
  flex: 1;
  color: #7b7b7b;
}
#address dl dd a:hover {
  color: #D4B67C;
}

#contact {
  position: relative;
  padding: 50px 0 100px;
  background: url(../images/banner/img-2.jpg) no-repeat center/cover fixed;
  isolation: isolate;
}
#contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
#contact .container {
  position: relative;
  z-index: 1;
}
#contact * {
  color: #fff;
}
#contact h3 {
  font-size: 2rem;
}
#contact a {
  border-radius: 4px;
  text-shadow: 0.5px 0.5px 3px rgba(115, 124, 25, 0.5);
}

footer {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #737C19;
  position: relative;
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer p {
  opacity: 0.7;
  position: relative;
  z-index: 1;
}
footer * {
  color: white;
}
footer a:hover {
  color: #737C19;
}

@media screen and (min-width: 768px) {
  #care img {
    width: 50%;
    max-width: 800px;
  }
  #care .container {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 18px;
  }
  a.btn:hover {
    filter: brightness(1.1);
    color: #fff;
  }
}
.line {
  width: 1px;
  height: 200px;
  background-color: #9e9e9e;
}

#process {
  padding: 1.5rem 0;
}
#process .arrow:nth-last-of-type(1) {
  display: none;
}
#process .arrow i {
  font-size: 1.5rem;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  #process .arrow {
    transform: rotate(90deg);
    margin: 20px 0;
  }
}
#process .processCard {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  padding: 20px;
}
#process .processCard::before {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(115, 124, 25, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#process .processCard h5 {
  line-height: 1.3;
}
#process .processCard .processCardNumImg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
}
#process .processCard .processCardNumImg h4, #process .processCard .processCardNumImg img {
  margin-bottom: 18px;
  opacity: 0.7;
  position: relative;
  z-index: 2;
}
#process .processCard .processCardNumImg img {
  width: auto;
  height: 80px;
  margin-left: 20px;
}
#process .processCard .processCardNumImg span {
  font-size: 3.2rem;
  font-weight: 600;
  color: rgba(115, 124, 25, 0.3);
  margin-left: 10px;
  position: relative;
  isolation: isolate;
}
#process .processCard .processCardNumImg span::before {
  content: "";
  padding: 30px;
  background: #d7ba84;
  border-radius: 50%;
  position: absolute;
  bottom: 18px;
  left: -16px;
  z-index: -1;
}
#process .processCard .processCardNumImg span::after {
  content: "";
  padding: 32px;
  background: transparent;
  border: 4px solid rgba(212, 182, 124, 0.5);
  border-radius: 50%;
  position: absolute;
  bottom: 18px;
  left: -16px;
  z-index: -2;
}

.news-content {
  padding: 3rem;
}
.news-content a {
  padding: 0.5rem 1rem;
  color: white;
}

.question {
  border-radius: 3px;
  overflow: hidden;
}
.question .title {
  color: white;
  background-color: #D4B67C;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.2rem;
}
#gallery .caseCard {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  box-shadow: rgba(123, 123, 123, 0.4) 0px 2px 8px 0px;
}
#gallery .caseCard .caseCardImg {
  width: 100%;
}
#gallery .caseCard .caseCardImg img {
  width: 100%;
  height: 300px;
}
#gallery .caseCard .caseCardText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#gallery .caseCard .caseCardText h4 {
  color: #D4B67C;
}
#gallery .caseCard .caseCardText ul {
  list-style: none;
  display: inline-grid;
}
#gallery .caseCard .caseCardText ul li::marker {
  content: "✾ ";
  font-size: 1.3rem;
  color: rgba(212, 182, 124, 0.7);
}
#gallery .caseCard .caseCardText ul h5 {
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(45deg, #737C19, #D4B67C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#gallery .eventCard {
  padding: 20px;
  border: 1px solid #737C19;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
#gallery .gallery-img {
  height: 250px;
  object-fit: cover;
}
@media (min-width: 425px) {
  #gallery .gallery-img {
    height: 300px;
  }
}
#gallery #work-List-slick .nav,
#gallery #work-List-layout .nav {
  border: 3px solid #c2d12a;
  border-radius: 8px;
  overflow: hidden;
}
#gallery #work-List-slick .nav .nav-link,
#gallery #work-List-layout .nav .nav-link {
  width: 100%;
  color: #737C19;
  font-weight: 400;
  letter-spacing: 2px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gallery #work-List-slick .nav .active,
#gallery #work-List-layout .nav .active {
  color: white;
  background: #242708;
  outline: 5px solid #242708;
}

#connect p {
  line-height: 2rem;
}
#connect p i {
  font-size: 1.2rem;
  color: #737C19;
}
#connect p a {
  all: unset;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
#connect p a:hover {
  color: white;
  background: #737C19;
}
#connect p a:hover i {
  color: white;
}
#connect ul {
  padding-left: 4rem;
}
#connect img {
  height: auto;
  object-fit: cover;
  object-position: center;
}
#connect p:has(.fa-mobile-screen-button) a {
  font-size: calc(1.2rem + 0.2vw);
}

.quick-links {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.quick-links a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.quick-links a i {
  color: #737C19;
  font-size: 2.2rem;
  opacity: 0.8;
}

.slick-prev:before,
.slick-next:before {
  color: #D4B67C;
}


.video video {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
}/*# sourceMappingURL=style.css.map */