@charset "UTF-8";
.banner_kv {
  margin-top: 103px;
}

#lang_button {
  white-space: nowrap;
}

.mb-0 {
  margin-bottom: 0 !important;
}

#wrap {
  position: relative;
  max-width: none;
  font-size: 22px;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #wrap {
    font-size: 20px;
  }
}

h1:lang(zh-cn), h1:lang(zh-hk) {
  font-family: "Noto Sans TC", "Noto Sans SC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
}

body {
  color: #333333;
  height: auto !important;
}
body:lang(zh-cn), body:lang(zh-hk) {
  font-family: "Noto Sans TC", "Noto Sans SC", Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
}

html {
  overflow-y: scroll; /* Ensures scrollbar remains visible */
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#logo_area {
  width: 100%;
  max-width: inherit;
  z-index: 3;
  background-color: #ffffff;
}

.bold {
  font-weight: bold;
}

.d-inline-block {
  display: inline-block;
}

p {
  font-size: 18px;
  line-height: 26px;
  color: #5a5a5a;
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.modal-body {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  height: 500px;
  overflow: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  margin: auto;
  padding: 10px 0;
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-content h1 {
  margin-top: 20px;
}

.size-80 {
  font-size: 80%;
}

.close {
  color: #3ab54a;
  float: right;
  font-size: 22px;
  line-height: 22px;
  margin-right: 5px;
}

.modal .close {
  height: 32px;
  max-height: 32px;
  min-height: 32px;
  max-width: 32px;
  min-width: 32px;
  width: 32px;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 16px;
  top: 16px;
  background-image: url(../images/old/icn_stroke_close_grey02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.close:hover, .close:focus {
  color: #123317;
  text-decoration: none;
  cursor: pointer;
}

.warn-modal .modal-content {
  top: 30%;
  border: 0 none;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .warn-modal .modal-content {
    max-width: 90%;
  }
}
.warn-modal .modal-content .warn-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.warn-modal .modal-content .warn-desc {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  line-height: 24px;
}
.warn-modal .modal-content .warn-btn {
  text-align: right;
  padding-top: 40px;
}
.warn-modal .modal-content .warn-btn.open-ac-link {
  display: flex;
  justify-content: center;
  padding-top: 0;
  margin-top: 30px;
  flex-wrap: wrap;
}
.warn-modal .modal-content .warn-btn.open-ac-link a {
  font-size: 19px;
  line-height: 25px;
}
.warn-modal .modal-content .warn-btn.open-ac-link a:not(:last-child) {
  margin-bottom: 20px;
}
.warn-modal .modal-content .warn-btn .cancel-btn {
  border: 1px solid #005126;
  color: #005126;
  padding: 10px 40px;
  margin-right: 8px;
  border-radius: 3px;
}
.warn-modal .modal-content .warn-btn .con-btn {
  background-color: #005126;
  color: #fff;
  padding: 10px 40px;
  border-radius: 3px;
}

#top_banner_area .large-12.columns {
  position: relative;
  background-color: #b7d4c2;
}
#top_banner_area .large-12.columns .banner-image {
  height: 0px;
  padding-top: 31.77% !important;
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top_banner_area .large-12.columns .banner-image {
    background-image: url(../images/banner_m.jpg);
    padding-top: 70.3125% !important;
    height: 0px;
  }
}
#top_banner_area .large-12.columns .banner-text {
  position: absolute;
  bottom: 20px;
  left: 0px;
  text-align: center;
  margin: 0 20px;
  width: calc(100% - 40px);
  font-size: 18px;
  padding: 12px 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #top_banner_area .large-12.columns .banner-text {
    font-size: 14px;
    position: relative;
    bottom: unset;
    left: unset;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .md-show {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md-hide {
    display: none;
  }
}
.gold {
  color: #c39332 !important;
}

h2 {
  font-size: 44px;
  color: #055541;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

.columns {
  padding-inline: 20px;
}

.row {
  padding: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-pattern {
  width: 760px;
  height: 760px;
  position: relative;
  z-index: 1 !important;
}
@media screen and (max-width: 768px) {
  .bg-pattern {
    width: 100vw;
    height: 100vw;
  }
}
.bg-pattern > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-pattern .outer {
  width: 100%;
  height: 100%;
}
.bg-pattern .outer img {
  animation: rotate 30s linear infinite; /* Rotate continuously */
}
.bg-pattern .inner {
  width: 70%;
  height: 70%;
}
.bg-pattern .inner img {
  animation: rotate 30s linear infinite reverse; /* Rotate continuously */
}

.btn {
  background-image: linear-gradient(#d2b98d, #c79440);
  display: inline-block;
  padding: 3px;
  border-radius: 100px;
  border-bottom-left-radius: 0;
}
.btn .btn-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 320px;
  max-width: 100%;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  transition: color 0.3s;
  font-size: 24px;
  color: #684723;
  font-weight: bold;
  line-height: 1;
  padding: 10px 40px;
  min-height: 50px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .btn .btn-inner {
    min-width: unset;
  }
}
.btn .btn-inner > * {
  z-index: 3;
}
.btn .btn-inner::after {
  transition: all 0.3s;
  z-index: 1;
  content: "";
  background-color: #fff;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  transform: skewX(15deg);
}
@media screen and (max-width: 768px) {
  .btn .btn-inner {
    font-size: 18px;
    min-height: 42px;
    padding: 8px 30px;
    padding-right: 48px;
  }
}
.btn .btn-inner .icon-ctn {
  position: relative;
  top: 2px;
  width: 36px;
  min-width: 36px;
  height: 38px;
  margin-left: -18px;
}
@media screen and (max-width: 768px) {
  .btn .btn-inner .icon-ctn {
    width: 26px;
    min-width: 26px;
    height: 28px;
  }
}
.btn .btn-inner .icon-ctn > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn .btn-inner .arrow-ctn {
  position: relative;
  top: 0px;
  width: 18px;
  height: 17px;
  margin-right: -18px;
}
.btn .btn-inner .arrow-ctn > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn .btn-inner .on {
  transition: all 0.3s;
  opacity: 0;
}
.btn:hover .btn-inner::after {
  transform: translate(100%, 0) skewX(30deg);
}
.other-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 20px;
  background-color: #f3fff0;
  margin-top: 60px;
  border-radius: 40px;
  box-shadow: 7px 7px 20px rgba(110, 71, 27, 0.1);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .other-card {
    font-size: 18px;
    margin-top: 40px;
    padding: 30px 15px;
    border-radius: 20px;
  }
}
.other-card .topic {
  font-size: calc(1em + 4px);
  color: #0d6c29;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  position: relative;
}
.other-card .topic > strong {
  color: #0d6c29 !important;
  display: inline-block;
}
.other-card .topic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, rgba(115, 190, 110, 0) 0%, #065641 50%, rgba(115, 190, 110, 0) 100%);
}

.container {
  width: 1430px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  position: relative;
}
.container > * {
  position: relative;
  z-index: 2;
}

#main_content_area b {
  color: #055541;
}
#main_content_area strong {
  color: #055541;
}
#main_content_area .section-1 {
  background-color: #f7f3d8;
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
}
#main_content_area .section-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 900px;
  background: linear-gradient(#d9d5b8, #f7f3d8 100%);
  z-index: 1;
}
#main_content_area .section-1 > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 {
    padding-bottom: 150px;
  }
}
#main_content_area .section-1 .intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .intro {
    margin-bottom: 40px;
  }
}
#main_content_area .section-1 .cards-ctn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .cards-ctn {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    row-gap: 0;
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding-bottom: 20px;
    margin: 0 15px;
  }
  #main_content_area .section-1 .cards-ctn::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
}
#main_content_area .section-1 .cards-ctn > .card {
  min-width: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  overflow: hidden;
  border-radius: 40px;
  padding: 0px 20px;
  padding-bottom: 40px;
  margin-top: 10px;
  font-size: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  gap: 30px;
  line-height: 1.5;
  background-image: linear-gradient(#ffffff);
  transition: background 0.2s ease-out;
  background-position: right 0;
  position: relative;
  box-shadow: 7px 7px 20px rgba(110, 71, 27, 0.1);
  transition: transform 0.2s;
}
#main_content_area .section-1 .cards-ctn > .card.large {
  min-width: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .cards-ctn > .card {
    gap: 20px;
    border-radius: 20px;
    padding-bottom: 30px;
  }
}
#main_content_area .section-1 .cards-ctn > .card > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .cards-ctn > .card {
    margin-top: 10px;
    min-width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0;
    scroll-snap-align: center;
    min-height: unset;
    flex-direction: column;
    font-size: 18px;
    text-align: center;
  }
}
#main_content_area .section-1 .cards-ctn > .card strong {
  color: #0d6c29;
}
#main_content_area .section-1 .cards-ctn > .card .topic {
  font-size: calc(1em + 4px);
  color: #0d6c29;
  font-weight: bold;
  margin-bottom: 0px;
}
#main_content_area .section-1 .cards-ctn > .card > * {
  position: relative;
  z-index: 3;
}
#main_content_area .section-1 .cards-ctn > .card .img-ctn {
  width: 190px;
  height: 190px;
  min-width: 190px;
  border-radius: 200px;
  background-image: linear-gradient(145deg, #f5eee8 0%, #f5eee8 70%, rgba(245, 238, 232, 0) 90%, rgba(245, 238, 232, 0) 100%);
  margin-top: -94px;
  position: relative;
}
#main_content_area .section-1 .cards-ctn > .card .img-ctn .icon {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0);
  transition: opacity 0.2s;
}
#main_content_area .section-1 .cards-ctn > .card .img-ctn .icon.on {
  opacity: 0;
}
#main_content_area .section-1 .cards-ctn > .card:hover {
  transform: translate(0, -20px) scale(1.03);
  background-image: linear-gradient(#d2b98d, #c79440);
  box-shadow: 7px 7px 30px rgba(110, 71, 27, 0.4);
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .cards-ctn > .card:hover {
    transform: translate(0, 0px);
  }
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .cards-ctn > .card:hover {
    box-shadow: none;
  }
}
#main_content_area .section-1 .cards-ctn > .card:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(#fff, #fff);
  z-index: 1;
  border-radius: 38px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .cards-ctn > .card:hover::after {
    border-radius: 18px;
  }
}
#main_content_area .section-1 .cards-ctn > .card:hover .img-ctn {
  background-image: linear-gradient(145deg, #c79440 0%, #d2b98d 100%);
}
#main_content_area .section-1 .cards-ctn > .card:hover .img-ctn .icon.on {
  opacity: 1;
}
#main_content_area .section-1 .slider-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .slider-wrapper {
    margin-bottom: 10px;
  }
}
#main_content_area .section-1 .slider-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .slider-nav {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  #main_content_area .section-1 .slider-nav:active {
    transform: translateY(-50%) scale(0.95);
  }
  #main_content_area .section-1 .slider-nav.disable {
    opacity: 0.3;
    cursor: auto;
  }
  #main_content_area .section-1 .slider-nav.prev {
    left: -20px;
  }
  #main_content_area .section-1 .slider-nav.next {
    right: -20px;
  }
  #main_content_area .section-1 .slider-nav::before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 4px solid #c39332;
    border-right: 4px solid #c39332;
  }
  #main_content_area .section-1 .slider-nav.prev::before {
    transform: rotate(-135deg);
    margin-left: 3px;
  }
  #main_content_area .section-1 .slider-nav.next::before {
    transform: rotate(45deg);
    margin-right: 3px;
  }
}
#main_content_area .section-1 .slider-dots {
  display: none;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0px;
  }
  #main_content_area .section-1 .slider-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(195, 147, 50, 0.3);
    cursor: pointer;
    transition: all 0.3s;
  }
  #main_content_area .section-1 .slider-dots .dot.active {
    background-color: #c39332;
    border-radius: 4px;
  }
}
#main_content_area .section-1 .btn-ctn {
  margin-top: 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-1 .btn-ctn {
    margin-top: 30px;
  }
}
#main_content_area .section-1 .btn-ctn .btn {
  margin: auto;
}
#main_content_area .section-1 .bg-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(65%, 65%);
  opacity: 0.5;
}
#main_content_area .section-2 {
  margin-top: -130px;
  z-index: 1;
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 {
    margin-top: -100px;
    padding-top: 90px;
  }
}
#main_content_area .section-2 .bg {
  background-image: linear-gradient(#90b795, #c1dac5 30%, #ffffff 100%);
  position: absolute;
  border-radius: 100px 100px 0 0;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .bg {
    border-radius: 60px 60px 0 0;
  }
}
#main_content_area .section-2 .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transform: translate(-65%, -26%);
}
#main_content_area .section-2 .dc-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 35px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(63, 103, 11, 0.25);
  text-align: center;
  font-size: 24px;
  background-image: linear-gradient(#ffffff, #e7ebd7);
}
#main_content_area .section-2 .dc-box:after {
  content: "";
  background-image: url(../images/dc-bg.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 214px;
  height: 214px;
  bottom: 0;
  right: 16px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .dc-box:after {
    width: 160px;
    height: 160px;
    bottom: 0px;
    right: -10px;
  }
}
#main_content_area .section-2 .dc-box > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .dc-box {
    font-size: 18px;
  }
}
#main_content_area .section-2 .dc-box .icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .dc-box .icon {
    width: 85px;
  }
}
#main_content_area .section-2 .dc-box strong {
  font-size: 30px;
  color: #0d6c29;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .dc-box strong {
    font-size: 22px;
  }
}
#main_content_area .section-2 .dc-box .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background: #055541;
  border-radius: 40px 40px 40px 0;
  padding: 24px;
  width: 100%;
  text-align: center;
  margin-top: -80px;
  box-shadow: 0 0 30px rgba(63, 103, 11, 0.25);
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .dc-box .title {
    margin-top: -65px;
    font-size: 24px;
    padding: 16px;
  }
}
#main_content_area .section-2 .dc-box .remarks {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .dc-box .remarks {
    font-size: 14px;
  }
}
#main_content_area .section-2 .dc-box .remarks a {
  color: inherit;
  text-decoration: underline;
}
#main_content_area .section-2 .contact-title {
  margin-top: 85px;
  font-weight: bold;
  color: #055541;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .contact-title {
    font-size: 24px;
    margin-top: 60px;
  }
}
#main_content_area .section-2 .contact-ctn {
  margin-top: 30px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .contact-ctn {
    flex-direction: column;
    margin-top: 30px;
    gap: 8px;
  }
}
#main_content_area .section-2 .contact-ctn > .btn {
  display: flex;
  color: #684723;
  background-image: linear-gradient(#d2b98d, #c79440);
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  border-radius: 30px 30px 30px 0;
  padding-right: 35px;
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
}
#main_content_area .section-2 .contact-ctn > .btn img {
  width: 60px;
  min-width: 60px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .contact-ctn > .btn {
    width: 100%;
    font-size: 20px;
    justify-content: center;
  }
  #main_content_area .section-2 .contact-ctn > .btn img {
    min-width: 40px;
    width: 40px;
  }
}
#main_content_area .section-2 .contact-ctn.view_p2g .btn {
  max-width: calc(100% - 450px);
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .contact-ctn.view_p2g .btn {
    max-width: 100%;
  }
}
#main_content_area .section-2 .tnc {
  margin-top: 120px;
  margin-bottom: 70px;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .tnc {
    margin-top: 50px;
  }
}
#main_content_area .section-2 .tnc .remarks {
  margin: 30px 0;
}
#main_content_area .section-2 .tnc .remarks ol {
  padding-left: 20px;
}
#main_content_area .section-2 .tnc .remarks ol li {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .tnc .remarks ol li {
    padding-left: 2px;
  }
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .tnc {
    font-size: 14px;
  }
}
#main_content_area .section-2 .tnc strong {
  color: inherit;
}
#main_content_area .section-2 .tnc p {
  line-height: 1.5 !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #main_content_area .section-2 .tnc p {
    font-size: 14px;
  }
}

.overlay {
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12x);
}
.overlay .remarks {
  font-size: 14px;
}
.overlay .remarks ol {
  padding-left: 16px;
}
.overlay .promote {
  display: flex;
  padding: 20px 10px;
  border-top: 4px solid #055541;
  background-color: #e4f0d7;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .overlay .promote {
    flex-direction: column;
  }
}
.overlay .promote > img {
  padding-right: 30px;
  max-height: 110px;
}
@media screen and (max-width: 768px) {
  .overlay .promote > img {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.overlay .promote > .text {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overlay .promote > .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.overlay .promote > .text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 67%;
  background-color: #005642;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .overlay .promote > .text::after {
    height: 1px;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
.overlay .merchant-ctn {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 550px;
  max-width: 100%;
}
.overlay .merchant-ctn img {
  max-height: 100px;
  max-width: calc(50% - 20px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .overlay .merchant-ctn img {
    max-height: 70px;
  }
}
.overlay .bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay .overlay-model {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-left: auto;
  width: 90%;
  align-items: flex-start;
  max-width: 960px;
  height: 100%;
  background-color: #f1f7f0;
  padding: 30px;
  padding-right: 10px;
  transition: transform 0.3s;
  transform: translate(100%, 0);
}
.overlay .overlay-model .overlay-btn {
  background-color: #01674f;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: bold;
  padding: 20px 40px;
  width: 300px;
  margin-top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .overlay-btn {
    padding: 10px 20px;
    width: 210px;
  }
  .overlay .overlay-model .overlay-btn img {
    width: 18px;
  }
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model {
    width: 100%;
    padding: 20px 0;
  }
}
.overlay .overlay-model .close-btn {
  cursor: pointer;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .close-btn {
    width: 24px;
    margin-left: 20px;
  }
}
.overlay .overlay-model ul {
  padding-left: 30px;
}
.overlay .overlay-model .content {
  padding: 20px 40px;
  height: 100%;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .content {
    padding: 30px 20px;
    padding-bottom: 0;
  }
}
.overlay .overlay-model .content > *:not(:first-child) {
  margin-top: 40px;
}
.overlay .overlay-model .content > *:not(:last-child) {
  margin-bottom: 40px;
}
.overlay .overlay-model .content > .icon-title-text {
  margin-top: 0px;
}
.overlay .overlay-model .content .image {
  display: block;
  width: 400px;
}
.overlay .overlay-model .content .topic {
  display: flex;
  align-items: center;
  font-size: 32px;
  gap: 10px;
  margin-bottom: 40px;
}
.overlay .overlay-model .content .topic .quota {
  font-size: 80%;
  padding: 0 6px;
}
.overlay .overlay-model .content .topic .inline-image {
  height: 28px;
}
.overlay .overlay-model .content .topic strong .inline-image {
  height: 36px !important;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .content .topic {
    flex-direction: column;
    font-size: 22px;
    text-align: left;
    align-items: flex-start;
  }
  .overlay .overlay-model .content .topic .inline-image {
    height: 20px;
  }
  .overlay .overlay-model .content .topic strong .inline-image {
    height: 26px !important;
  }
  .overlay .overlay-model .content .topic .icon {
    width: 94px;
  }
}
.overlay .overlay-model .content .topic strong {
  font-size: 38px !important;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .content .topic strong {
    font-size: 28px !important;
  }
}
.overlay .overlay-model .content .topic .funCentreIcon {
  width: 280px;
}
.overlay .overlay-model .content .topic .afterIcon {
  margin-left: auto;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .content .topic .afterIcon {
    margin-right: auto;
    margin-left: 0;
  }
}
.overlay .overlay-model .content .topic .afterIcon.merchant_hutchgo {
  height: 70px;
  padding-left: 40px;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .content .topic .afterIcon.merchant_hutchgo {
    padding-left: 0;
  }
}
.overlay .overlay-model .content .topic .afterIcon.merchant_foodpanda {
  height: 150px;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .content .discount-list strong {
    font-size: 26px !important;
  }
}
.overlay .overlay-model .content .discount-list .discount-ctn {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.overlay .overlay-model .content .discount-list .discount-ctn .header {
  min-width: 100px;
  text-align: center;
  background-color: #055541;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 10px;
}
.overlay .overlay-model .content .discount-list .discount-ctn .offer {
  line-height: 1.5;
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
}
.overlay .overlay-model .content .date-list .date-ctn {
  margin-bottom: 10px;
}
.overlay .overlay-model .content .date-list .date-ctn .title {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.overlay .overlay-model .content .links {
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 970px) {
  .overlay .overlay-model .content .links {
    margin-top: 30px;
    font-size: 16px;
  }
}
.overlay .overlay-model .content .links > a {
  display: block;
  color: inherit;
  text-decoration: underline;
  margin-bottom: 14px;
}
.overlay.active {
  opacity: 1;
  pointer-events: all;
}
.overlay.active .overlay-model {
  transform: translate(0, 0);
}

.inline-image {
  height: 20px;
  position: relative;
  bottom: 2px;
}

section {
  font-size: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  section {
    font-size: 20px;
  }
}

.icon-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #0d5541;
  position: relative;
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.icon-title .icon-title-ctn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-width: 500px;
  max-width: 100%;
  min-height: 80px;
  border-radius: 40px;
  background-image: linear-gradient(#aa5a28, #c39332);
}
@media screen and (max-width: 768px) {
  .icon-title .icon-title-ctn {
    min-width: 300px;
    min-height: 50px;
    gap: 6px;
  }
}
.icon-title::before {
  content: "";
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  height: 2px;
  background-image: linear-gradient(to left, #aa5a28, rgba(170, 90, 40, 0));
}
@media screen and (max-width: 768px) {
  .icon-title::before {
    max-width: calc((100% - 300px) / 2);
  }
}
.icon-title::after {
  content: "";
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  height: 2px;
  background-image: linear-gradient(to right, #aa5a28, rgba(170, 90, 40, 0));
}
@media screen and (max-width: 768px) {
  .icon-title::after {
    max-width: calc((100% - 300px) / 2);
  }
}
.icon-title img {
  margin-top: -15px;
  width: 90px;
  min-width: 90px;
}
@media screen and (max-width: 768px) {
  .icon-title img {
    width: 60px;
    min-width: 60px;
    margin-top: -10px;
  }
}
.icon-title .text {
  min-width: -moz-max-content;
  min-width: max-content;
  margin-block: auto;
  color: #fff;
}
.icon-title span {
  color: #39b54a;
}
@media screen and (max-width: 768px) {
  .icon-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.leadin-warning {
  font-size: 16px;
  line-height: 22px;
  padding: 25px 30px;
  margin-bottom: 70px;
  color: #333333;
  border: 1px solid #333;
}

@media (max-width: 768px) {
  .leadin-warning {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    margin-bottom: 40px;
  }
}
a.view_p2g {
  cursor: default;
}
a.view_p2g .arrow-ctn {
  display: none;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 480px;
  background-image: linear-gradient(to right, #055541, #5d9e73);
  z-index: 1000;
}
.floating-banner.placeholder {
  opacity: 0;
  position: relative;
  z-index: -1;
  pointer-events: none;
}
.floating-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-block: 20px;
  font-weight: bold;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .floating-banner .container {
    flex-direction: column;
    padding-block: 12px;
  }
  .floating-banner .container .icon {
    width: 60px;
  }
}
.floating-banner .container .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.floating-banner .container .content .text {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .floating-banner .container .content .text {
    font-size: 22px;
  }
}
.floating-banner .container .btn {
  max-width: 100%;
  cursor: pointer;
  background-image: linear-gradient(#d2b98d, #c79440);
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .floating-banner .container .btn {
    min-width: 260px;
    font-size: 22px;
  }
}
.floating-banner .container .btn .btn-inner {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .floating-banner .container .btn .btn-inner {
    padding: 8px;
    min-height: unset;
  }
}
.floating-banner .container .btn .btn-inner span {
  display: flex;
  align-items: center;
}
.floating-banner .container .btn .btn-inner span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #684723;
  margin-left: 15px;
}
.floating-banner .container .btn > * {
  color: #684723;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */