@keyframes scrolldemo {
  0% {
    transform: translate3d(0, -100%, 0);
  }

  85% {
    transform: translate3d(0, 98%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}

#mainTextPopup .mdDisclaimer *{
  color: #fff!important;
  font-size: 16px!important;
  font-weight: 200!important;
}

 #mainTextPopup .box-container {
   background: linear-gradient(180deg, #914923 -194.49%, #AE5D33 -116.12%, #D67A4A -22.06%, #D27647 14.51%, #C66D40 51.09%, #B25D35 82.44%, #AA5730 98.11%, #AC5932 124.24%, #B66139 150.36%, #C66F45 166.04%, #DC8357 186.94%, #F79B6C 202.62%, #EC9365 207.84%, #CA774D 228.74%, #AE623B 254.87%, #9B532E 275.77%, #8F4A26 301.89%, #8C4724 328.02%)!important;
 }

.scrollbar-track.scrollbar-track-y {
  background: transparent !important;
  width: 0.25rem !important;
  min-width: 0.25rem !important;
  max-width: 0.25rem !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  position: relative;
}


.scrollbar-track.scrollbar-track-y::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0.25rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: none;
  pointer-events: none;
}


.scrollbar-track.scrollbar-track-y > * {
  width: 100%;
  height: 100%;
  background: transparent !important;
}


.scrollbar-track.scrollbar-track-y .scrollbar-thumb,
.scrollbar-track.scrollbar-track-y .scrollbar-thumb.scrollbar-thumb-y {
  width: 100% !important;
  border-radius: 0;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: rgba(255, 255, 255, 1);
}


.scroll-layer::-webkit-scrollbar {
  width: 4px;
}
.scroll-layer::-webkit-scrollbar-track {
  scrollbar-width: thin;
  background: #844224;
  border: none;
  box-shadow: none;
}
.scroll-layer::-webkit-scrollbar-thumb {
  scrollbar-width: thin;
  background: #F79B6C;
  border-radius: 0;
  border: none;
}



.lang-select option {
  color: #000 !important;
  background-color: #fff;
}

  @media (max-width: 768px) {
      #section1LogoBg {
        max-width: 55% !important;
      }
    }

    .section1-content.section1-bg-pan {
      background-image: url('../../data/KV_Section2.jpg') !important;
      background-size: cover;
      background-position: right center; 
  animation: pan-rc 2s ease-in-out forwards;
    }
    @keyframes pan-rc {
      0% { background-position: right center; }
      100% { background-position: center center; }
    }

    #section1LogoBg {
      opacity: 0;
      transition: transform 0.9s cubic-bezier(.22,.9,.36,1), opacity 0.6s ease;
      z-index: 3;
    }
    #section1LogoBg.appear {
      transform: translate(-50%,-50%); 
      opacity: 1;
    }
    .section1-title {
      position: absolute;
      left: 50%;
      top: 47%;
      transform: translate(20%, 0); 
      opacity: 0;
      font-size: 40px;
      color: #ffffff;
      font-weight: 100;
      text-align: center;
      transition: transform 0.9s cubic-bezier(.22,.9,.36,1), opacity 0.6s ease;
      z-index: 3;
      pointer-events: none;
    }
    .section1-title.appear {
      transform: translate(-50%, 0); 
      opacity: 1;
    }
    @media (max-width: 991px) {
      .section1-title { font-size: 20px; top: 54%; }
      #section1LogoBg {
        top: 46% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important; 
        max-width: 70% !important;
      }
      .section1-title {
        top: 52% !important;
        font-size: 18px !important;
      }
    }



#section1Remarks{
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  bottom: 5%;
  right: 5%;
  position: absolute;
}

.section1scroll-to {
    color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section1scroll-to .section1-line-container {
    width: 2px;
    height: 65px;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 25px;
    margin-bottom: 0px;
    overflow: hidden;
}

.section1scroll-to .section1-line-container .line{
    height: 65px;
    background: white;
   animation: scrolldemo 2.4s infinite cubic-bezier(0.54, 0, 0, 0.99);
    z-index: 1;
}


/* Section 5 */
#section5 .booklet-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#section5 .booklet-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section5 .book-cover {
  width: 100%;
  aspect-ratio: 4/5;
  position: relative;
  margin-bottom: 0;
  max-width: 380px;
}
#section5 .book-cover#book-cover-1 img {
  max-width: 307px;
}

#section5 .book-cover img {
 box-shadow: 8px 12px 24px -4px rgba(0,0,0,0.55);
 margin:auto 0;
}

#section5 .layer.bg-layer.bg-contain {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display:flex;
  justify-content: center;
}
#section5 .booklet-download {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  z-index: 2;
}
#section5 .btn-dl {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #8C4724 -194.49%, #8F4A26 -168.37%, #9B532E -142.24%, #AE623B -121.34%, #CA774D -95.22%, #EC9365 -74.32%, #F79B6C -69.09%, #DC8357 -53.41%, #C66F45 -32.51%, #B66139 -16.84%, #AC5932 9.29%, #AA5730 35.41%, #B25D35 51.09%, #C66D40 82.44%, #D27647 119.01%, #D67A4A 155.59%, #AE5D33 249.64%, #914923 328.02%);
    gap: 10px;
    color: #fff;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 11px;
    text-decoration: none;
    transition: background 0.2s;
    max-width: 174px;
    height: 60px;
    width: 100%;
}
#section5 .btn-dl:hover {
  background: #F79B6C;
}
#section5 .btn-dl .icon img {
  width: 33px;
  height: auto;
}
#section5 .btn-dl .text {
  font-size: 19px;
  line-height: 1;
  font-family: 'Geologica', sans-serif;
}
#section3 .slide-inner {
    width: 80%;
}
@media (max-width: 991px) {
  #section5 .booklet-row {
    flex-direction: column;
    gap: 32px;
    max-width: 100vw;
            height: calc(100vh - 72px);
            display:block;
  }
  #section5 .booklet-col {
    max-width: 100vw;
            height: calc(100% / 2);
            gap: 20px;
  }
  #section5 .booklet-download {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 40px;
}
.booklet-col:first-child {
    justify-content: end;
}
#section5 .book-cover {
    height: calc(100% / 2);
    max-width: 250px;
    width: auto !important;
}
  #section5 .book-cover#book-cover-1,
  #section5 .book-cover#book-cover-2 {
    position: relative !important;
    display: block !important;
    max-width: none !important;
    width: auto !important;
    overflow: hidden !important;
  }

  #section5 .book-cover#book-cover-1 {
    max-width: 209px !important;
    height: 251px !important;
  }

  #section5 .book-cover#book-cover-2 {
    width: 243px !important;
    height: 175px !important;
  }

  #section5 .book-cover .layer.bg-layer.bg-contain {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    background-size: cover !important;
    background-position: center !important;
  }

  #section5 .book-cover img,
  #section5 .book-cover .layer img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  #section5 .booklet-row, 
  #section5 .booklet-col {
    align-items: center;
  }
#section5 .btn-dl {
  max-width: 130px;
  height: 40px;
}
#section5 .btn-dl .text {
  font-size: 16px;
}
  #section5 .btn-dl .icon img {
    width: 20px;
  }
}
.section4-swiper-btn,
.section3-swiper-btn {


  background: linear-gradient(180deg, #8C4724 -194.49%, #8F4A26 -168.37%, #9B532E -142.24%, #AE623B -121.34%, #CA774D -95.22%, #EC9365 -74.32%, #F79B6C -69.09%, #DC8357 -53.41%, #C66F45 -32.51%, #B66139 -16.84%, #AC5932 9.29%, #AA5730 35.41%, #B25D35 51.09%, #C66D40 82.44%, #D27647 119.01%, #D67A4A 155.59%, #AE5D33 249.64%, #914923 328.02%) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.8rem;
}

#section3 .slider-container{
  max-width: 869px;
  
}
#section4 .swiper,
#section3 .swiper {
  touch-action: none !important;
  -ms-touch-action: none !important;
  overscroll-behavior: none !important;
}
#section3 .slide-inner {
  max-width: 1448px;
  margin: auto;
  text-align: center;
  width: 100%;
  display: block;
}
#section3 .slide-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-image: url('../../assets/img/video-play.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; 
  z-index: 5;
  opacity: 0.95;
}
@media (max-width: 991px) {
  #section3 .slide-inner::after {
    width: 48px;
    height: 48px;
  }
}
.slide-caption {
  font-family: 'Geologica', sans-serif;
}
#section3 .slide-caption {
  text-align: center;
  margin: 16px auto 0 auto;
  font-size: 19px;
  color: #706671;
  width: 100%;
  max-width: 1200px;
 
}

#section4 .section4-left-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 5vw;
  height: 100vh;
  background: #fff;
  z-index: 2;
  box-shadow:
     0 0 40px 20px rgba(255,255,255,0.98),
    0 0 80px 40px rgba(255,255,255,0.93),
    0 0 120px 60px rgba(255,255,255,0.88),
    0 0 180px 90px rgba(255,255,255,0.75);
  
}

body{
  position: relative;
  color: #706671;
}

@media (min-width: 992px) {
  body {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  #section4 .slide-inner {
    position: relative;
    padding-top: 56%;
    background: #eee;
  }

  .btn-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    width: 25px;
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  #section2 {
    justify-content: flex-start !important;
  }

  #section2-1 {
    justify-content: flex-start !important;
  }
  #section2 .section-mask {

  }
  .section-intro {
    padding: 15px!important;
    flex-direction: column-reverse!important;
  }


  #section2 .section-intro .title {
    font-size: 20px!important;

  }
  #section2 .section-intro .sub-title {
    font-size: 12px!important;
  }

  #section2 .section-intro .sub-sub-title {
    font-size: 22px!important;
  }

  #section2-1 .section-image .section-text-box {
    position: unset!important;
    display:block!important;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 35px;
  }


  #section2-1 .section-intro .title {
    font-size: 20px!important;
    color: #A15A33!important;
  }
  #section2-1 .section-intro .sub-title {
    font-size: 10px!important;
    color: #A15A33!important;
  }

  #section2-1 .section-intro .sub-sub-title {
    font-size: 19px!important;
    color: #706671!important;
  }


  #section2 .section-intro div {
    display:block!important;
  }
  #section2 .section-intro .content {
    font-size: 14px!important;
  }

  #section2 .section-intro .section-image .img-d {
    display: none!important;
  }
   #section2 .section-intro .section-image .img-m {
    display: block!important;
  } 

  #section2-1 .section-intro .section-image .img-d {
    display: none!important;
  }
   #section2-1 .section-intro .section-image .img-m {
    display: block!important;
  } 

  #section2 .section-intro .section-image .img-caption {
    padding-right: 0;
    text-align: right;
    font-size: 12px;
    color: #706671;
    font-weight: 500;
  }

   #section2-1 .section-intro .section-image .img-caption {
    padding-right: 0;
    text-align: right;
    font-size: 12px;
    color: #706671;
    font-weight: 500;
  }

   #section2 .section-intro .section-image{
    margin-top: 25px!important;
    margin-bottom: 25px!important;
   }

    #section2-1 .section-intro .section-image{
    margin-top: 25px!important;
    margin-bottom: 25px!important;
   }
   #section2-1 .section-intro{
    padding-left: 15px!important;
   }

}

@media (min-width: 992px) {
  #section2 .section-intro {
    position: absolute;
    top: 0px;
    padding: 30px;
    margin: 0 auto;
  }
  #section2 .section-intro .sub-title div:first-child {
    margin-right: 15px;
  }
  #section2 .section-text-box {
    display: flex;
    flex-direction: column;
    max-width: 365px;
    margin-left: 50px;
    margin-right: 50px;
  }
    #section2 .section-intro .section-image .img-caption {
    padding-right: 5%;
    text-align: right;
    font-size: 12px;
    color: #706671;
     font-weight: 500;
  }

    #section2-1 .section-intro .section-image .img-caption {
    padding-right: 5%;
    text-align: right;
    font-size: 12px;
    color: #706671;
     font-weight: 500;
  }

}

@media (max-width: 1280px) {
  section {
    padding-top: 100px!important;
  }
  .page-container{
    padding-top: 0!important;
  }
  #section2.section-image{
    max-width: 692.6px;
  }




  #section2 .section-text-box{
    margin-left: 0;
    margin-right: 0;
  }

  #section2 .section-intro {
    padding-left: 140px;
  }

   #section2-1 .section-intro {
    padding-left: 140px!important;
    justify-content: center!important;
    
  }

  #section2-1 .section-intro .section-image .img-caption{
    padding-right: 0;
  }
}
#section2 .section-intro .title {
  font-size: 22px;
  line-height: 1;
  color: #A15A33;
  margin-bottom: 0px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 900;
}
#section2-1 .section-intro .title {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 900;
}
#section2 .section-intro .content {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #716666;
  line-height: 250%;
}
#section2 .section-intro .sub-title {
  font-size: 12px;
  font-weight: 600;
  color: #A15A33;
  margin-bottom: 5px;
  font-family: 'Geologica', sans-serif;
}

#section2 .section-intro .sub-sub-title {
  font-size: 22px;
  font-weight: 400;
  color: #716666;
}

#section2-1 .section-intro .sub-title {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  font-family: 'Geologica', sans-serif;
}

#section2-1 .section-intro .sub-sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

#section2 .section-intro .section-text-box .content .highlight {
  font-weight: 600;
  font-size: 16px;
}

#section2 .section-intro .section-text-box {
  white-space: nowrap;
}

section {
  position: relative;
}
#disclaimerPopup {
  z-index: 500;
  position: absolute;
  bottom: 0px;
  left: 0px;
}


.btn-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(161, 90, 51, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  z-index: 9998;
  transition: opacity 0.4s, transform 0.4s cubic-bezier(.4,0,.2,1);
  transform: translateY(100%);
  opacity: 0;
  display: flex;
  max-width: 140px;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-family: 'inter', sans-serif;
}
.btn-disclaimer.active {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991px) {
  .btn-disclaimer {
    max-width: 100px;
    height: 40px;
  }
}
.disclaimer-box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  background: rgba(161, 90, 51, 1);
  color: #fff;
  font-size: 12px;
  padding: 40px 40px 20px 40px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s;
  display: block;
  pointer-events: none;
}
.disclaimer-box.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.btn-close-disclaimer {
  position: absolute;
  right: 6px;
  top: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
.swiper-slide {
    height: auto !important;
}
.swiper-backface-hidden .swiper-slide {
    transform: scale(1);
}
.slide-inner {
  position: relative;
  background: #eee;
  width: 100%;
  overflow: hidden;
  display: block;
}
  #section4 .slide-inner {
height: calc(100% * (1000 / 1240)) !important;
    width: 100%;
    overflow: hidden;
    display: block;
    background: #eee;
    transition:1s;
        opacity: 0.7;
        border-radius: 30px;
  }
  .layer.bg-layer.swiper-lazy {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:30px;
  }

@media (min-width: 992px) {
  #section4 .slider-container {
    position: relative;
    overflow: visible !important;
  }
  #section4 .swiper-button-prev,
  #section4 .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section4 .swiper-wrapper {
    width: 100vw !important;

  }
  #section4 .swiper-button-next {
    right: 10px;
    margin-right: 10px;
  }
  #section4 .swiper-pagination {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  #section4 .swiper-gallery {
    max-width: 100%;
    overflow: visible;
    height: auto;
    min-height: 0px;
    width: 45%;
  }
  #section4 .swiper-gallery .swiper-slide {
    position: relative;
  }
  #section4 .swiper-gallery .slide-caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    font-size: 1.1rem;
    color: #706671;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  #section4 .swiper-pagination-bullet {
    background: rgba(247, 155, 108, 1);
    opacity: 1;
    width: 12px;
    height: 12px;
  }
  #section4 .swiper-pagination-bullet-active {
    background: rgba(143, 74, 38, 1);
  }
  #section4 .swiper-gallery .swiper-slide.swiper-slide-active .slide-caption {
    opacity: 1;
    pointer-events: auto;
  }
  #section4 .swiper-gallery .swiper-slide {
    box-shadow: none;
    z-index: 1;
  }
  #section4 .swiper-gallery .swiper-slide .slide-inner {
    transform: scale(0.9);
  }
  #section4 .swiper-gallery .swiper-slide.swiper-slide-active .slide-inner {
    transform: scale(1);
  }
  .swiper-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: auto;
    top: 50%;
  }

  #section3 .swiper-button-wrapper{
    max-width: 80%;
    top: 43%!important;
  }

  #section4 .swiper-button-wrapper{
    max-width: 54%;
  }
.page-container {
  padding-top: 140px;
}

#section3 .slider-container{
  margin-top: 0!important;
}

}
@media (max-width: 992px) {
  .main-header.header-colored .mobile-menu-items,
  .main-header.header-colored .mobile-menu-items .menu-item a,
  .main-header.header-colored .mobile-menu-items .widget-item,
  .main-header.header-colored .mobile-menu-items .widget-item a,
  .main-header.header-colored .mobile-menu-items .fa-brands,
  .main-header.header-colored .mobile-menu-items .fa-solid,
  .main-header.header-colored .mobile-menu-items .lang-select,
  .main-header.header-colored .mobile-menu-items .fa-sort {
    color: #fff !important;
    fill: #fff !important;
  }
}
.swiper-gallery .swiper-slide {
  transform: scale(0.85);
  box-shadow: none;
  z-index: 1;
}
.swiper-gallery .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 2;
}
 .swiper-button-prev,.swiper-button-next{
          

color: linear-gradient(180deg, #8C4724 -194.49%, #8F4A26 -168.37%, #9B532E -142.24%, #AE623B -121.34%, #CA774D -95.22%, #EC9365 -74.32%, #F79B6C -69.09%, #DC8357 -53.41%, #C66F45 -32.51%, #B66139 -16.84%, #AC5932 9.29%, #AA5730 35.41%, #B25D35 51.09%, #C66D40 82.44%, #D27647 119.01%, #D67A4A 155.59%, #AE5D33 249.64%, #914923 328.02%);


}
#section4 .swiper-slide-active .slide-caption {
  display: block;
  font-size: 19px;
}
#section4 .swiper-slide.swiper-slide-active .slide-inner
 {
    transform: scale(1) !important;
    width: calc(100% * (1240 / 1240));
    opacity: 1;
}
#section4 .swiper-gallery .swiper-wrapper .swiper-slide .slide-inner::before {
    content: none;
}
.navbar-brand img, .navbar-mobile-brand img {
  transition: opacity 0.3s;
}
.menu-btn-line-anim {
  transition: background 0.3s;
}
.main-header.header-colored .navbar-brand img,
.main-header.header-colored .navbar-mobile-brand img, .main-header .menu-item-wrap.show .mobile-menu-logo img {
  content: url('../../assets/img/Chester_logo.svg');
}
.main-header.header-colored .menu-item a,
.main-header.header-colored .menu-item,
.main-header.header-colored .header-widget,
.main-header.header-colored .widget-item,
.main-header.header-colored .widget-item a,
.main-header.header-colored .lang-select,
.main-header.header-colored .fa-sort,
.main-header.header-colored .widget-item.ms-3 .fa-brands,
.main-header.header-colored .widget-item.ms-3 .fa-solid {
  color: #222 !important;
  fill: #222 !important;
}
.main-header.header-colored .menu-btn-line-anim {
  background: #A15A33 !important;
}
@media (max-width: 992px) {
  #section4 .swiper-gallery {
    position: relative;
    z-index: 2;
    height: 100vh;
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    height: calc(100vh - 72px);
  }
  #section4 .swiper-wrapper {
    height: 100vh !important;
    width: 100vw !important;
  }
  #section4 .swiper-slide {
        box-sizing: border-box;
        display: flex;        
        flex-direction: column;
                height: calc(100vh / 3) !important;
        align-items: center;
        justify-content: center;
  }
  #section4 .slide-inner {
        box-sizing: border-box;
        text-align: center;
        width: calc(100% * (1200 / 1240));
        transform: scale(0.7);
  }
    #section4 .swiper-slide-prev .slide-inner {
    -webkit-transform-origin: bottom; 
        transform-origin: bottom;
}
  #section4 .swiper-slide-active{
  margin-bottom:20px;
}
#section4 .swiper-button-prev {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 39%;
}
    #section4 .swiper-button-next {
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        top: 57%;
    }



#section4 .swiper-slide .slide-caption {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
    opacity: 0;
    transition-duration: 700ms;
}
  #section4  .swiper-gallery .swiper-wrapper .swiper-slide.swiper-slide-active .slide-caption
 {
    opacity: 1 !important;
}
  .swiper-slide-next .slide-inner {
    -webkit-transform-origin: top; 
        transform-origin: top;
}
  #section4 .layer.bg-layer.swiper-lazy{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }
.page-container {
  padding-top: 70px;
}
   #section2-1 .section-intro{
    padding-left: 15px!important;
   }
}

.slider-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slider-lightbox.show {
  display: flex;
}
.lightbox-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #A15A33;
  font-size: 32px;
  z-index: 2;
  cursor: pointer;
}
.lightbox-prev {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 38px;
  z-index: 2;
  cursor: pointer;
}
.lightbox-next {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 38px;
  z-index: 2;
  cursor: pointer;
}
.lightbox-inner {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lightbox-img-wrap {
  width: 100vw;
  height: calc(100vh - 80px);
  background: #222;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lightboxImg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.lightbox-caption {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 18px;
  width: 100vw;
}
@media (max-width: 991px) {
  .menu-item-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100vh !important;
    padding: 0 !important;
    background: #fff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 5000 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }
  .mobile-menu-logo {
    margin-top: 32px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .mobile-menu-items {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
  }
  .mobile-menu-items .menu-item,
  .mobile-menu-items .menu-item a {
    text-align: center !important;
    width: auto;
    font-size: 16px;
  }
  .mobile-menu-widget {
        width: 100%;
        margin-bottom: 8%;
        margin-top: 0;
        text-align: center;
        margin-left: 0 !important;
        justify-content: center;
        position: absolute;
    bottom: 0;
  }
  .mobile-menu-widget .header-widget {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1.5rem !important;
  }
  .mobile-menu-widget .widget-item {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  .header-widget .widget-item, .header-widget .widget-item a, .header-widget .widget-item i, .header-widget .widget-item .btn-link, .header-widget .lang-select, .header-widget .lang-arrow {
    color: rgba(161, 90, 51, 1) !important;
    fill: rgba(161, 90, 51, 1) !important;
  }
}
@media (min-width: 992px) {
  .header-row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .main-header .container {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
  }
  .main-header .navbar-brand {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
  .main-header .menu-item-wrap {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: end; 
    gap: 1.2rem;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}

    @media (max-width: 1250px) {
    .menu-item a {
        font-size: 14px;
        padding: 6px 1px !important;
    }}
@media (max-width: 991px) {
  .btn-menu {
    position: fixed !important;
        top: 25.5px !important;
        right: 20px !important;
    z-index: 9999 !important;
    background: rgba(255,255,255,0.9);
    border-radius: 0 0 8px 0;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-brand {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    position: relative !important;
    display: inline-block !important;
    text-align: left !important;
  }
}
@media (max-width: 991px) {
.btn-menu {
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13.5px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 10;
}
.btn-menu > div {
  width: 42px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.btn-menu.open > div {
  background: rgba(161, 90, 51, 1)!important;
}
.btn-menu.open {
  gap: 0;
}
.btn-menu.open > div:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
  transform-origin: center;
}
.btn-menu.open > div:nth-child(2) {
  opacity: 0;
}
.btn-menu.open > div:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  transform-origin: center;
}
}
@media (max-width: 991px) {
  .menu-item-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    height: auto;
    background: #fff;
    box-shadow: none;
    padding: 24px 24px 24px 24px;
    overflow: hidden !important;
    flex-direction: column;
    gap: 1.2rem;
    z-index: 5000 !important;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }
  .menu-item-wrap.show {
    transform: translateY(0);
    opacity: 1;
      background: rgba(238, 238, 235, 1) !important;
    pointer-events: auto;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100vh !important;
  }
  .menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    z-index: 2999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .menu-item {
    text-align: center;
  }
  .menu-item a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: rgba(161, 90, 51, 1) !important;
  }
  .close-btn-mobile {
    position: absolute;
    left: 18px;
    top: 18px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #343a40;
    z-index: 10;
    display: block;
  }
}
.burger-btn {
  background: none;
  border: none;
  padding: 6px 12px;
  font-size: 1.8rem;
  color: #343a40;
  display: flex;
  align-items: center;
}
.burger-icon {
  display: inline-block;
}
.mobile-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  display: none;
}
    .main-header .container {
    max-width: 100% !important;
    }
.mobile-menu-popup.show {
  display: block;
}
.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 340px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 16px rgba(0,0,0,0.08);
  padding: 32px 24px 24px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-menu-content .close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  color: #343a40;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
}
.mobile-menu-content .menu-item-wrap {
  flex-direction: column;
  gap: 1rem;
  margin-top: 48px;
}
.mobile-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
body.menu-open {
  overflow: hidden;
}

.footer-logo-logo2{
  width: 60%;
}

.footer-logo-logo2 .logo-col{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.footer-logo-logo2-img {
  width: 415px;
}
.footer-logo-logo3-img {
  max-width: 200px;
  display: flex;
  margin-left: 86px;
}


@media (max-width: 1200px) {
.footer-logo-logo3-img
  {
       margin-left: 20px!important;
  }
}


.main-header  .container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .main-header  .container {
    margin: 0 !important;
    max-width: unset;
  }
}
.main-header .navbar-brand {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.burger-btn {
  left: 0;
  position: absolute;
  z-index: 10;
}
.mobile-menu-popup {
  z-index: 3000;
}
.mobile-menu-backdrop {
  z-index: 1;
}
.mobile-menu-content {
  z-index: 2;
}
.dot-nav {
  position: fixed !important;
  left: 50px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 1030 !important;
  opacity: 1;
  transition: opacity 0.5s;
}
.dot-nav.fade-out {
  opacity: 0 !important;
  pointer-events: none;
}

.dot-nav ul {
  margin: 0;
  padding: 0;
}
.dot-btn {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E95A00;
  border: none;
  outline: none;
  transition: background 0.2s, box-shadow 0.2s, height 0.3s, border-radius 0.3s;
  box-shadow: 0 0 0 2px transparent;
  cursor: pointer;
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}
.main-header.header-colored ~ .dot-nav .dot-btn {
  background: #006a76 !important;
}

.dot-btn.active {
  background: #8F4A26;
  box-shadow: 1px 1px 8px 5px #c6c6c638;
  min-width: 14px;
  border-radius: 14px !important;
  transition: background 0.2s, box-shadow 0.2s, height 0.3s, border-radius 0.3s;
}
.header-widget .widget-item {
  display: flex;
  align-items: center;
}
.header-widget .lang-select {
  min-width: 80px;
  cursor: pointer;
  outline: none;
  background: transparent;
  text-align: center;
  border: none;
  color: #343a40;
  font-weight: 500;
  box-shadow: none;
  font-size: 16px;
}
.header-widget .lang-arrow {
  pointer-events: none;
  color: #343a40;
  font-size: 23px;
}
.header-widget i {
  color: #343a40;
}
.header-widget .btn-link {
  border: none;
  background: none;
  box-shadow: none;
}
.header-widget .widget-item,
.header-widget .widget-item a,
.header-widget .widget-item i,
.header-widget .widget-item .btn-link,
.header-widget .lang-select,
.header-widget .lang-arrow {
  color: #fff;
}
.main-header, .main-header * {
  text-shadow: none !important;
}
.lang-en body, .lang-tc body {
  background-color: #f8f9fa;
  scroll-behavior: smooth;
 font-family: 'Noto Sans TC', Verdana, sans-serif;
}
.lang-sc body {
  background-color: #f8f9fa;
  scroll-behavior: smooth;
      font-family: 'Noto Sans SC', Verdana, sans-serif;
  }
  p {
    font-family: 'Noto Sans TC', Verdana, sans-serif;
}
h1, h2 {
  color: #343a40;
}

#message {
  font-size: 1.2rem;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/NotoSansTC-VariableFont_wght.ttf') format('woff2'),
       url('../fonts/NotoSansTC-VariableFont_wght.ttf') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'),
       url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geologica';
  src: url('../fonts/Geologica-VariableFont.woff2') format('woff2-variations');
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-VariableFont.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('../fonts/NotoSansSC-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-style: normal;
  font-display: swap;
}


.main-header {
    box-shadow: none !important;
    z-index: 1031;
    transition: background 0.3s, opacity 0.5s;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
}
.main-header.fade-out-desktop {
    opacity: 0 !important;
    pointer-events: none;
}


.main-header .navbar-brand img {
  height: 97px;
}

.menu-item-wrap {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991px) {
  .main-header .navbar-brand img {
    height: 86px;
  }
  .menu-item-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    max-width: 340px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 16px rgba(0,0,0,0.08);
    padding: 32px 24px 24px 24px;
    overflow-y: auto;
    flex-direction: column;
    gap: 1.2rem;
    z-index: 3000;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
  }
  .menu-item-wrap.show {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
  }
  .menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    z-index: 2999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
}
@media (max-width: 991px) {
  .menu-inner.mobile-menu-items {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    height: 100%;
    gap: 1.2rem;
    position: relative;
        top: -96px;
  }
  .mobile-menu-logo {
    margin-top: 16px;
    margin-bottom: 32px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mobile-menu-logo {
    display: none !important;
  }
}
.menu-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 6px 9px;
  position: relative;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  display: inline-block;
  font-family: 'Noto Sans TC', Verdana, sans-serif;
}
.menu-item a:hover {
  color: #A15A33;
  transform: translateY(-3px);
}

.menu-item a:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #A15A33;
  border-radius: 2px;
  bottom: -5px;
}


.outline-btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff !important;
  padding: 6px 16px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.outline-btn:hover {
  background: #ffffff42;
  color: #fff !important;
}

.outline-btn:hover::after {
  content: none !important;
}

.btn-prev{
  margin-right: 10px;
}


section {
  min-height: 100vh;
  padding-top: 72px;
  padding-bottom: 40px;
}
.menu-inner {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
}
@media (max-width: 1300px) {
  main{
    overflow:hidden;
  }
}
@media (max-width: 991px) {
  .menu-inner {
    display: block !important;
    flex-direction: unset !important;
    gap: unset !important;
  }
}
@media (max-width: 991px) {
  .dot-nav {
    display: none !important;
  }
}


.footer .latest-offers {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5em;
    background: #F2E6B6;
    opacity: 1;
    width: 100%;
    min-height: 335px;
    grid-gap: 1rem;
}
.footer .latest-offers .title {
    text-align: center;
    font-size: 37px;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #8F4A26;
    margin-bottom: 20px;
   font-family: 'Noto Sans TC', Verdana, sans-serif;
}
.footer .latest-offers .info {
    text-align: center;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0px;
    color: #8F4A26;
}
.footer .latest-offers .button {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 1.4rem;
    background: linear-gradient(0deg, #8C4724 -194.49%, #8F4A26 -168.37%, #9B532E -142.24%, #AE623B -121.34%, #CA774D -95.22%, #EC9365 -74.32%, #F79B6C -69.09%, #DC8357 -53.41%, #C66F45 -32.51%, #B66139 -16.84%, #AC5932 9.29%, #AA5730 35.41%, #B25D35 51.09%, #C66D40 82.44%, #D27647 119.01%, #D67A4A 155.59%, #AE5D33 249.64%, #914923 328.02%);
    border: none;
    border-radius: 5px;
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
}
.footer .latest-offers .button .button-text {
    text-align: center;
    font-size: 19px;
    line-height: 1.24;
    margin-top: 0.2rem;
    letter-spacing: 0px;
  color: #fff;
 font-family: 'Noto Sans TC', Verdana, sans-serif;
}
.footer{
      background-color: transparent;
}
.footer-middle ,.footer-bottom {
    font-size: 15px;
    font-weight: 300;
    color: #716666;
  font-family: 'Noto Sans TC', Verdana, sans-serif;
}
.footer-bottom-content{
      display: flex
;
    justify-content: space-between;
        max-width: 800px;
            margin-top: 20px;
    margin-bottom: 40px;
}
.footer-logo{
      display: flex;
    justify-content: space-between;
    align-items: anchor-center;
        font-weight: 300;
}
.footer-logo-logo1{
  width:30%
}
a.footer-logo-logo1 img {
    max-width: 497px;
    margin-bottom: 48px;
}

.hotline {
  color: rgba(145, 73, 35, 1);
  text-decoration: none;
  font-size: 55px;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}
.footer-logo-tel{
  width:30%
}
.footer-logo-tel a {
    color: #fff;
    text-decoration: none;
    font-size: 52px;
    font-weight: 200;
}
.footer-logo-tel .hotline {
      color: rgba(161, 90, 51, 1);
      font-family: 'Geologica', sans-serif;
}

.footer-logo-mobile {
    margin-bottom: 40px;
    padding: 0 20px;
    max-width: 360px;
}
.footer-logo-mobile img {
    max-height: 52px;
}
.footer-logo-mobile .footer-logo-logo1, .footer-logo-mobile .footer-logo-logo2{
width: 100%;
    margin-bottom: 26px;
    margin-top: 20px;
}
.footer-logo-mobile .footer-logo-tel {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.footer-logo-mobile  .footer-logo-logo2-label, .footer-logo-mobile  .footer-logo-tel{
    font-size: 14px;
    color: rgba(97, 102, 95, 1);
    margin-right: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.footer-group{
      background: #E1DBCB;
      padding-top: 50px;
    padding-bottom: 100px;
}
.footer-group a {
  text-decoration: none;
  color: #716666;
}
#footer-section{
    min-height: unset;
    height: auto !important;
    padding-bottom: 0;
    padding-top: 0!important;
}
button.dot-btn.active {
    border-radius: 20px;
}



   @media (min-width: 992px) {
#footer-section {
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; 
}
   }
  @media (max-width: 991px) {
       .footer-logo-logo2 img {
    margin-left: 0;
       }
       .footer-bottom-content {
        flex-direction: column;
        text-align: center;
       }
.footer-middle, .footer-bottom {
  font-size: 10px;
  font-weight: 300;
}
 .footer-logo-logo2-label, .hotline-word{
    font-size: 10px !important;
  font-weight: 300 !important;
}
.hotline-area {
  font-size: 14px;
        text-align: left;
        margin-top: 50px;
        max-width: 284px;
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
}
.footer-logo-logo1 {
 display: block;
 margin: 0 auto;
}
a.footer-logo-logo1 img {
  margin-bottom: 0;
  width: 50%;
}
.footer .latest-offers .title {
  margin-bottom: 10px;;
}
.footer .latest-offers .button .button-text { 
    font-size: 16px;
}
.footer-group{
    padding-top: 59px;
    padding-bottom: 59px;
}
.swiper-button-prev.section3-swiper-btn {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
}
.swiper-button-next.section3-swiper-btn {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20%;
}
  }

  .back-to-top{
      position:fixed;
      right:50px;
      bottom:14px;
      width:40px;
      height:40px;
      border:none;
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      z-index:40000;
      opacity:0;
      visibility:hidden;
      transform:translateY(8px);
      transition:opacity .28s ease, transform .28s ease, visibility .28s;
      font-size:1.05rem;
      background: unset;
    }
    .back-to-top img{
      width:40px;
      height:40px;
    }
    .back-to-top.show{
      opacity:1;
      visibility:visible;
      transform:translateY(0);
    }
    .back-to-top:focus{outline:3px solid rgba(255,255,255,0.18); outline-offset:3px}
    @media (max-width:480px){
      .back-to-top{right:20px;bottom:20px;}
    }

 #section2-1 .section-image {
  position: relative;
}

 #section2-1 .section-image .section-text-box {
  position: absolute;
  bottom: 30%;
  left: 23%;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
  color: #fff; 
  pointer-events: none; 
  text-shadow: 0 2px 8px rgba(0,0,0,0.25); 
  white-space: nowrap;
}
 #section2-1 .section-image img {
  display: block;
  width: 100%;
  height: auto;
}

 #section2-1 .section-intro{
  justify-content: center;
 }

 @media (min-width: 991px) and (max-width: 1280px) {
  #section3 {
    padding-left: 120px;
  }

  #section3 .swiper-button-wrapper {
    max-width: 93%;
  }
}

  #sales-information .menu-item a, #sales-information .outline-btn {
    color: rgba(161, 90, 51, 1)!important;
    white-space: nowrap;
  }
  #sales-information .outline-btn {
    border: 1px solid rgba(161, 90, 51, 1);
  }
  #sales-information .menu-item a:hover {
    color: #A15A33;
    transform: translateY(-3px);
}
  #sales-information .outline-btn:hover {
    background: #ffffff42;
        color: #A15A33!important;
}
  #sales-information .header-widget .widget-item, #sales-information .header-widget .widget-item a, #sales-information .header-widget .widget-item i, #sales-information .header-widget .widget-item .btn-link, #sales-information .header-widget .lang-select, #sales-information .header-widget .lang-arrow {
    color: rgba(161, 90, 51, 1);
  }
  #sales-information .main-header {
        position: relative;
        background-color: rgba(255, 255, 255, 1);
  }
  .sales-information-page section {
    min-height: unset;
    padding: 0;
  }
  #sales-information {
    height: 100vh;
    min-height: 1235px;
    display: flex;
    align-items: center;
    padding-top: 0!important;
  }

  #sales-information .banner {
    width: 270px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 860px;
    padding-top: 142px;
    min-width: 270px;
  }
  #sales-information .banner .bg {
    object-fit: cover;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  #sales-information .banner .banner-content {
    z-index: 2;
  }
  #sales-information .content {
    height: 100%;
    width: 100%;
    position: relative;
    background: white;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
  }
  #sales-information .banner .logo {
    width: auto;
    height: 121px;
  }
  .sales-information-page .footer-group {
    background: rgba(225, 219, 203, 1);
  }
  #sales-information .content .frame-container {
    flex: 1;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: visible;
    min-height: 0;
}

#salesIframe a:visited{
    color: #706671;
}

@media (max-width: 991px) {
  #sales-information .content .frame-container {
    flex: none;
    height: auto;
  }
}
#sales-information .content .back-btn {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 56px;
    right: 50px;
    z-index: 1050;
}
#sales-information .content .main-header {
    flex: none;
    height: fit-content;
    width: calc(100% - 100px);
    padding-left: 0;
    padding-top: 31px;
    padding-bottom: 31px;
}
#sales-information .content .back-btn .line {
    height: 2px;
    width: 100%;
    background: rgba(161, 90, 51, 1);
    transition: 0.2s all ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sales-information .content .back-btn .line.left {
    transform: rotate(45deg);
}
#sales-information .content .back-btn .line.right {
    transform: rotate(-45deg);
}
#sales-information .menu-inner {
  overflow-x: auto;
  overflow-y: hidden;
  height: 50px;
}
@media only screen and (min-width: 1271px) { 
    .lang-tc #sales-information, .lang-sc #sales-information {
      height: 1350px;
    }
  }
@media only screen and (max-width: 1270px) { 
  #sales-information {
    height: 1335px;
  }

}
@media only screen and (min-width: 992px) and (max-width: 1270px) { 
        .lang-tc #sales-information, .lang-sc #sales-information {
        height: 1525px;
    }
}
@media only screen and (max-width: 991px) {
  .menu-open .sales-information-page .main-header {
    z-index: 1051;
  }
  #sales-information .main-header .navbar-brand img {
    height: 71px;
  }
  #sales-information .banner {
    display: none;
  }
  #sales-information .main-header {
    background-color: #A15A33;
}
  #sales-information .content .main-header {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}
#sales-information .content .back-btn {
  top: 25px !important;
}
#sales-information #menuToggleBtn1 {
  right: 100px !important;
  top: 13.5px !important;
  position: absolute!important;
}
#sales-information .open#menuToggleBtn1 {
  right: 20px !important;
  position: fixed !important;
}
#sales-information .content .back-btn .line {
  background: #ffffff;
}
.sales-information-page .footer-group {
  padding-top: 20px;
}
#sales-information {
    height: auto !important;
    min-height: 100vh;
}
}
@media only screen and (min-width: 992px) {
#sales-information .main-header .navbar-brand {
  display: none!important;
}
}
#sales-information .content .frame-container .frame {
    width: 100%;
    height: 100%;
}
#sales-information .content .frame-container iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    border: none;
    overflow: hidden;
    display: block;
    vertical-align: top;
}
@media (max-width: 991px) {
  #sales-information .content .frame-container iframe {
    min-height: 1500px;
  }
}
@media (max-width: 450px) {
  #sales-information .content .frame-container iframe {
    min-height: 2400px;
  }
}
#sales-information .content .frame-container .section-mask {
    pointer-events: none;
}
@media (max-width: 991px) {
  #sales-information .content .frame-container .section-mask {
    display: none !important;
  }
}
#sales-information .main-header .container {
  padding: 0;
}

/*EN*/

.lang-en body, .lang-en p, .lang-en div ,.lang-en a, .lang-en span, .lang-en li, .lang-en button {
  font-family: 'Geologica', 'Noto Sans TC', serif;
  font-weight: 200;
}

.lang-en #latest-happening > .posts .item .date{
  font-family: 'Geologica', 'Noto Sans TC', serif!important;
}


.lang-en #section2 .section-intro .content {
  white-space: normal;
  line-height: 125%;
}

@media (min-width: 992px) {
    .lang-en #section2 .section-text-box {
        display: flex;
        flex-direction: column;
        max-width: 445px;
        margin-left: 50px;
        margin-right: 50px;
    }
}

.lang-en .footer-bottom-content{
  max-width: 1150px;
}
@media (max-width: 800px) {
#sales-information {
    height: 1600px;
}
}
@media (max-width: 700px) {
#sales-information {
    height: 1700px;
}
}
@media (max-width: 600px) {
#sales-information {
    height: 2000px;
}
}
@media (max-width: 500px) {
#sales-information {
    height: 2300px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1550px) { 
.lang-en #sales-information .menu-item a, #sales-information .outline-btn {
  font-size: 12px;
}

}
@media only screen and (min-width: 992px) and (max-width: 1350px) { 
  .lang-en #sales-information .menu-inner {
  max-width: 500px;
}
}

/*SC*/
.lang-sc body, .lang-sc p, .lang-sc div ,.lang-sc a, .lang-sc span, .lang-sc li, .lang-sc button {
      font-family: 'Noto Sans SC', Verdana, sans-serif;
  }
   /* lang option */
.custom-select-wrapper {
  position: relative;
  min-width: 80px;
  z-index: 1000;
}

.custom-lang-select {
  position: relative;
  width: 100%;
}


.custom-lang-select .selected-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 28px 6px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.custom-lang-select .selected-value .selected-text{
  font-weight: 400!important;
  color:rgba(161, 90, 51, 1)!important
}



.custom-lang-select .selected-value .arrow {
  transition: transform 0.2s ease;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.custom-lang-select.open .selected-value .arrow {
  transform: rotate(180deg);
}

.custom-lang-select .options-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4),
              0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.95);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 1001;
}

.custom-lang-select.open .options-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.custom-lang-select .option-item {
  padding: 10px 16px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: center;
}

.custom-lang-select .option-item:hover {
  background: rgba(59, 130, 246, 0.25);
  color: #fff;
}

.custom-lang-select .option-item:active {
  background: rgba(59, 130, 246, 0.35);
  transform: scale(0.98);
}

.custom-lang-select .option-item:first-child {
  border-radius: 8px 8px 0 0;
}

.custom-lang-select .option-item:last-child {
  border-radius: 0 0 8px 8px;
}





.main-header.header-colored .custom-lang-select .selected-value {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.15);
  color: #1d1d1f;
}

.main-header.header-colored .custom-lang-select .selected-value:hover {
  background: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.2);
}

.main-header.header-colored .custom-lang-select .selected-value .arrow {
  color: rgba(0, 0, 0, 0.6);
}


@media (max-width: 991px) {
  .custom-lang-select .options-list {
    top: auto !important;
    bottom: calc(100% + 6px) !important;
    transform: translateY(8px) scale(0.95) !important; 
  }
  
  .custom-lang-select.open .options-list {
    transform: translateY(0) scale(1) !important;
  }
  

  .custom-lang-select .option-item:first-child {
    border-radius: 0 0 8px 8px !important; 
  }
  
  .custom-lang-select .option-item:last-child {
    border-radius: 8px 8px 0 0 !important; 
  }
}


.custom-lang-select.closing .options-list {
  animation: closeDropdown 0.15s ease forwards;
}

@keyframes closeDropdown {
  to {
    opacity: 0;
    transform: translateY(-4px) scale(0.98);
  }
}