

/* Loading */
#pageLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.5s ease;
}

#pageLoading span {
  font-size: 1.5rem;
  color: #5A2904;
  font-family: 'Geologica', 'Noto Sans TC', serif;
}


body.loaded #pageLoading {
  opacity: 0;
  pointer-events: none;
}


body:not(.loaded) .fp-section:not(#section1),
body:not(.loaded) #section2,
body:not(.loaded) #section2-1,
body:not(.loaded) #section3,
body:not(.loaded) #section4,
body:not(.loaded) #section5,
body:not(.loaded) #latest-news,
body:not(.loaded) #footer-section {
  visibility: hidden !important;
}

.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 .menu-item a {
  font-family: 'Geologica', 'Noto Sans TC', serif;
}

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

.lang-tc body {
  background-color: #f8f9fa;
 font-family: 'Noto Sans TC', Verdana, sans-serif;
}
.lang-sc body {
  background-color: #f8f9fa;
      font-family: 'Noto Sans SC', Verdana, sans-serif;
  }

.menu-item a {
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
    color: inherit; 
}

.menu-item a:hover {
    color: #A15A33;
    transform: translateY(-3px);
}


.menu-item {
    transition: color 0.3s ease;
}


body.in-section1 .menu-item a {
    color: #fff;
}

body.in-section1 .menu-item a:hover {
    color: #fff;
    text-decoration: 2px underline #fff;
    text-underline-offset: 6px;
}


body:not(.in-section1) .menu-item a,
.menu-item-wrap.show .menu-item a {
    color: #5A2904;
}

.menu-item a:hover {
    color: #A15A33 !important;
    text-decoration: 2px underline #A15A33;
    text-underline-offset: 6px;
}


#fp-nav.hidden-in-section1 {
  opacity: 0 !important;
  pointer-events: none !important;
}


#fp-nav {
  transition: opacity 0.25s ease;
}


body.in-section1 .main-header .menu-item a {
  color: #fff !important;
}

body.in-section1 .main-header .navbar-brand img,
body.in-section1 .main-header .navbar-mobile-brand img,
body.in-section1 .main-header .menu-item-wrap.show .mobile-menu-logo img {
  content: url('../../assets/img/Chester_logo_w.svg');
}

body.in-section1 #sound-on {
  content: url('../../assets/img/play_wh.png') !important;
}
body.in-section1 #facebook-icon {
  content: url('../../assets/img/fb_wh.png') !important;
}
body.in-section1 #instagram-icon {
  content: url('../../assets/img/ig_wh.png') !important;
}

body.in-section1 .menu-btn-line-anim {
  background: #ffffff !important;
}
@keyframes scrolldemo {
  0% {
    transform: translate3d(0, -100%, 0);
  }

  85% {
    transform: translate3d(0, 98%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
/*section 2*/

			html, body {
				height: 100%;
				margin: 0;
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
				color: #fff;
			}
			.section {
				display: flex;
				align-items: center;
				justify-content: center;
        padding-top: 86px;
			}
			.s1 { background: url("../../data/KV_Section2.jpg") center center / cover no-repeat; }
			.s2 { background: url('../../data/bg2.jpg') center center / cover no-repeat; }
      @media (max-width: 991px) {
       .s2 { background: url('../../data/bg2_mobile.jpg') center center / cover no-repeat; }
      }
			.s3 { background: url('../../data/bg2.jpg') center center / cover no-repeat; }
      .s4 { background: url('../../data/bg2.jpg') center center / cover no-repeat; }
      .s5 { background: url('../../data/bg2.jpg') center center / cover no-repeat; }
      .s6 { background: url('../../data/bg2.jpg') center center / cover no-repeat; }

			.btn-primary { background: rgba(0,0,0,0.25); color: #fff; }
      .fp-warning, .fp-watermark {
  display: none !important;
}

@media (max-width: 991px) {
#fp-nav {
  display: none!important;
}

  #section4 .swiper-gallery {
    width: 100%;
    height: calc(100vh - 120px); 
    max-height: none;
    
  }
  #section4 .swiper-gallery .swiper-wrapper {
    position: unset;
    align-items: center;
  }
  #section4 .swiper-gallery .swiper-slide {
    transform: scale(0.82);
    transform-origin: center center !important;
    transition: transform 300ms ease, opacity 300ms ease;
    opacity: 0.8;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    flex-direction: column;
  }
  #section4 .swiper-gallery .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transform-origin: center center !important;
    opacity: 1;
    z-index: 3;
  }

  #section4 .swiper-gallery .swiper-slide.swiper-slide-prev,
  #section4 .swiper-gallery .swiper-slide.swiper-slide-next {
    transform-origin: center center !important;
    z-index: 2;
    position: relative;
    z-index: 99!important;
  }

    #section4 .swiper-gallery .swiper-slide.swiper-slide-prev .slide-inner {
      position: absolute !important;
        top: 0;
        max-height: 50%;
    }
      #section4 .swiper-gallery .swiper-slide.swiper-slide-next .slide-inner {
        position: absolute !important;
      bottom: 0;
        max-height: 50%;
      }

  #section4 .swiper-pagination, #section4 .section4-pagination { display: none !important; }
  #section4 .swiper-button-wrapper {
    top: 0 !important;
    transform: none !important;
    height: 100%!important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 0 !important;
    gap: 12px !important;
    z-index: 80 !important;
  }
  #section4 .swiper-button-prev,
  #section4 .swiper-button-next {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: transparent !important;
    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;
    -webkit-background-clip: text !important;
    background-clip: text !important;
  }
  #section4 .swiper-button-prev::after,
  #section4 .swiper-button-next::after {
    display: inline-block !important;
    transition: transform .15s ease !important;
    background: inherit !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    font-size: 34px;
  }

  
  #section4 .swiper-button-prev::after { transform: rotate(90deg) !important; }
  #section4 .swiper-button-next::after { transform: rotate(90deg) !important; }

  #section4 .swiper-gallery { height: 100% !important; }
  #section4 .swiper-gallery .swiper-wrapper { align-items: stretch; }
  #section4 .swiper-gallery .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding: 6px 0 !important;
  }

  #section4 .swiper-button-wrapper {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 100%!important;
    pointer-events: none !important;
    z-index: 80 !important;
    background: transparent !important;
    padding: 0 !important;
  }
  #section4 .swiper-button-prev,
  #section4 .swiper-button-next {
    pointer-events: auto !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  #section4 .swiper-button-prev { top: 33% !important; }
  #section4 .swiper-button-next { top: 66% !important; }
  #section4 .swiper-button-prev, #section4 .swiper-button-next {
    width: 42px; height: 42px; border-radius: 50%;
  }
  #section4 .swiper { touch-action: auto !important; -ms-touch-action: auto !important; overscroll-behavior: auto !important; }
  #section4 .swiper-button-prev { left: 8px; right: auto; top: 50%; transform: translateY(-50%); }
  #section4 .swiper-button-next { right: 8px; left: auto; top: 50%; transform: translateY(-50%); }
  #section4 .fp-overflow >*, #section4 .slider-container {
    height: 100% !important;
    position: relative;
  }
  #section4 {
    padding-top: 86px;
    height: 100%;
  }
  #section4 .swiper-gallery .swiper-slide {
    overflow: visible !important;
  }
  #section4 .swiper-gallery .swiper-slide .slide-inner {
    box-sizing: border-box !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
  }
  #section4 .swiper-gallery .swiper-slide .slide-inner img,
  #section4 .swiper-gallery .swiper-slide .slide-inner .bg-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}
.main-header {
    box-shadow: none !important;
    z-index: 1031;
    transition: background 0.3s, opacity 0.5s;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
}

body.hide-main-header .main-header {
  transform: translateY(-100%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.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, .main-header * {
    text-shadow: none !important;
}
body:not(.in-section1) .main-header .navbar-brand img,
body:not(.in-section1) .main-header .navbar-mobile-brand img,
body:not(.in-section1) .main-header .menu-item-wrap.show .mobile-menu-logo img {
  content: url('../../assets/img/Chester_logo.svg');
}

body:not(.in-section1) .main-header,
body:not(.in-section1) .main-header * {
  text-shadow: none !important;
}

body:not(.in-section1) .main-header .menu-item a,
body:not(.in-section1) .main-header .menu-item,
body:not(.in-section1) .main-header .header-widget,
body:not(.in-section1) .main-header .widget-item,
body:not(.in-section1) .main-header .widget-item a,
body:not(.in-section1) .main-header .lang-select,
body:not(.in-section1) .main-header .fa-sort,
body:not(.in-section1) .main-header .widget-item.ms-3 .fa-brands,
body:not(.in-section1) .main-header .widget-item.ms-3 .fa-solid,
body:not(.in-section1) .main-header .lang-arrow i {
  color: #5a2904 !important;
  fill: #5a2904 !important;
}
.main-header.header-colored .menu-btn-line-anim {
  background: #A15A33 !important;
}
    .main-header .container {
    max-width: 100% !important;
    }
    .main-header  .container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.main-header .navbar-brand {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 24px;
}

.header-widget .lang-select option {
  background-color: #fff;
  color: #343a40;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
}

.header-widget .lang-select::-ms-expand {
  display: none;
}

.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;
}
.menu-inner {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    align-items: center;
}
.menu-item a {
    color: #5A2904;
    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;
}
#disclaimerPopup {
  z-index: 10000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
}
#disclaimerPopup.hidden {
  display: none !important;
}
.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: 10000;
  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;
  pointer-events: auto;
}
.btn-disclaimer.active {
  transform: translateY(0);
  opacity: 1;
}
.disclaimer-box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  width: 100vw;
  background: rgba(161, 90, 51, 1);
  color: #fff;
  font-size: 12px;
  padding: 20px 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;
  overflow-y: auto;
  max-height: 550px;
}
.disclaimer-box.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.disclaimer-box.active .btn-close-disclaimer {
  text-align: right;
  margin-bottom: 10px;
}
#section2 .section-intro .section-text-box .content .highlight {
  font-weight: 600;
  font-size: 16px;
}

.lang-sc #section2 .section-intro .section-text-box, .lang-tc #section2 .section-intro .section-text-box {
  white-space: nowrap;
}
#section2 .section-intro .title {
  font-size: 24px;
  line-height: 1;
  color: #A15A33;
  margin-bottom: 0px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 900;
}
#section2 .section-intro .sub-sub-title {
  font-size: 20px;
  font-weight: 400;
  color: #A15A33;
  margin-bottom: 20px;
}
#section2 .section-intro .content {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #716666;
  line-height: 250%;
}
ul.custom-bullets {
  list-style: none;
  margin: 0 0 0 0;
  padding-left: 0;
}
ul.custom-bullets li {
  position: relative;
  padding-left: 1.6em;  
  margin-bottom: 0.75rem; 
  color: #706671;
  line-height: 1.6;
}
ul.custom-bullets li::before {
  content: "\25CE";
  position: absolute;
  left: 0;
  top: 0.08em; 
  transform: none;
  font-size: 1.05em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", 
             "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
#section2 {
  text-align: left;
}
.main-header .navbar-brand img {
  height: 97px;
}
#section5 .booklet-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
    align-items: center;
}
#section5 .booklet-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section5 .book-cover {
  width: 100%;
  margin-bottom: 0;
}
#section5 .book-cover#book-cover-1 img {
  max-width: 307px;
    height: 369px;
    min-width: 307px;
}
#section5 .book-cover#book-cover-2 img {
  max-width: 353px;
    height: 255px;
    min-width: 353px;
}


@media (min-width: 1281px) {
  #section5 .book-cover#book-cover-1 img {
    max-width: 445px;
      height: auto;
      min-width: 240px;
  }
  #section5 .book-cover#book-cover-2 img {
    max-width: 470px;
      height: auto;
      min-width: 276px;
  }
}



#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 {
  display:flex;
  justify-content: center;
}
#section5 .booklet-download {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  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;
}

.lang-tc #section5 .btn-dl .text, .lang-sc #section5 .btn-dl .text {
  font-size: 19px;
  line-height: 1;
  font-family: "Noto Sans TC", Verdana, sans-serif;
}

/* Section 5 */
#section5 .slider-container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
}

#section5 .swiper-brochures {
  width: 100%;
  padding: 40px 60px;
}

#section5 .swiper-brochures .swiper-wrapper {
  align-items: center;
}

#section5 .swiper-brochures .swiper-slide {
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
}

#section5 .booklet-col {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#section5 .swiper-button-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 10;
  pointer-events: none;
  transform: translateY(-50%);
}

#section5 .swiper-button-prev,
#section5 .swiper-button-next {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #8C4724;
  transition: all 0.3s ease;
  
}

#section5 .swiper-button-prev {
  left: 20px;
}

#section5 .swiper-button-next {
  right: 20px;
}



#section5 .swiper-button-prev::after,
#section5 .swiper-button-next::after {
  font-size: 40px;
  
}

#section5 .swiper-brochures.static-layout {
  padding: 60px 20px;
}

#section5 .swiper-brochures.static-layout .swiper-wrapper {
  display: flex !important;
  gap: 150px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

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

@media (min-width: 992px) {
  #section5 .swiper-brochures.static-layout .swiper-wrapper {
    flex-direction: row !important;
    max-width: 1200px !important;
  }
  
  #section5 .swiper-brochures.static-layout .swiper-slide {
    width: calc(50% - 75px) !important;
    max-width: 500px !important;
  }
}

@media (max-width: 991px) {
  #section5 .swiper-brochures.static-layout {
    padding: 40px 20px;
  }
  
  #section5 .swiper-brochures.static-layout .swiper-wrapper {
    flex-direction: column !important;
    max-width: 600px !important;
    gap: 50px !important;
  }
  
  #section5 .swiper-brochures.static-layout .swiper-slide {
    width: 100% !important;
    max-width: 500px !important;
  }
}

@media (max-width: 768px) {
  #section5 .swiper-brochures {
    padding: 20px 50px;
  }
  
  #section5 .swiper-brochures .swiper-slide {
    width: 100%;
  }
  
  #section5 .swiper-button-prev {
    left: 10px;
  }
  
  #section5 .swiper-button-next {
    right: 10px;
  }
  
  #section5 .swiper-button-prev,
  #section5 .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  
  #section5 .swiper-button-prev::after,
  #section5 .swiper-button-next::after {
    font-size: 20px;
  }
}

#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;
 }
 #mainTextPopup {
  opacity: 1;
}
#mainTextPopup .box-container {
z-index: 21470;
opacity: 1;
}
.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;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 1!important;
}

.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 {
  position: relative; 
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.scroll-layer::-webkit-scrollbar { width: 0; height: 0; background: transparent; }
.scroll-layer .cs-track {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 3px;
  background: #844224;
  z-index: 9999;
  touch-action: none;
  display: none; 
}
.scroll-layer .cs-thumb {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px; 
  background: #F79B6C;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  touch-action: none;
}

.scroll-layer.cs-enabled .cs-track { display: block; }


@media (max-width: 420px) {
  .scroll-layer .cs-track { right: 6px; width: 7px; }
}
#section5 .fp-overflow {
  width: 100%;
}
#footer-section{
      background: #E1DBCB;
}
.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%
}
.footer-logo-logo2{
  width: 60%;
}

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

a.footer-logo-logo1 img {
    max-width: 497px;
    margin-bottom: 48px;
}
.footer-logo-logo2-img {
  width: 415px;
}
.footer-logo-logo3-img {
  max-width: 200px;
  display: flex;
  margin-left: 86px;
}
.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 a {
  text-decoration: none;
  color: #716666;
}
#footer-section{
    min-height: unset;
    height: auto !important;
    padding-bottom: 0;
    padding-top: 0!important;
}
#footer-section .fp-overflow {
  padding-top: 50px;
  padding-bottom: 100px;
}
#section1Remarks{
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  bottom: 5%;
  right: 5%;
  position: absolute;
}
    #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: 32%;
      transform: translate(20%, 0); 
      opacity: 0;
      font-size: 46px;
      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;
    }
    .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;
}
    #section1.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; }
    }
    #section3 .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: 15px;
  }
      .layer.bg-layer.swiper-lazy {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:15px;
  }
  .slider-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  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 {
  background: #222;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lightboxImg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}
.lightbox-caption {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 18px;
  width: 100vw;
}
.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;
}



/* Container */
#section3 .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Swiper */
#section3 .swiper-video-gallery {
  width: 100%;
  height: 100%;
}

/* Slides */
#section3 .swiper-slide {
  width: 100% !important;  
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  flex-direction: column;
}

#section3 .video-slide-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#section3 .section3-video {
  width: 80%;
  max-width: 1520px;
  height: auto;
  background: #000;
}

#section3 .video-title {
  margin-top: 20px;
  text-align: center;
  font-size: 19px;
  color: #706671;
}

#section3 .section3-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#section3 .section3-swiper-btn.swiper-button-prev {
  left: 30px;
}

#section3 .section3-swiper-btn.swiper-button-next {
  right: 30px;
}

#section3 .section3-swiper-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.05);
}

#section3 .section3-swiper-btn::after {
  font-family: swiper-icons;
  font-size: 24px;
  color: #AA5730;
  font-weight: bold;
}

#section3 .swiper-button-prev::after {
  content: 'prev';
}

#section3 .swiper-button-next::after {
  content: 'next';
}

.section4-swiper-btn.swiper-button-prev {
  left: -30px;
}

.section4-swiper-btn.swiper-button-next {
  right: 10px;
}

#section3 .slide-inner {
    max-width: 1448px;
    margin: auto;
    text-align: center;
    width: 80%;
    display: block;
    height: calc(100% - 49px);
}
#section3 .slide-caption {
    text-align: center;
    margin: 16px auto 0 auto;
    font-size: 19px;
    color: #706671;
    width: 100%;
    max-width: 1200px;
}
.section4-swiper-btn,
.section3-swiper-btn,.section5-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 .swiper-button-wrapper {
  position: absolute;
  top: 0; left: 0; width: 90%; height: 100%;
  pointer-events: none;
  z-index: 10;
  max-width: 1720px;
}
#section4 .swiper-gallery .slide-caption {
  color: #706671;
  text-align: center;
}
@media (max-height: 1000px) {
    #section3 .slide-inner {
        max-width: calc(100vh - 140px);
    }
}
@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;
  }
  .mobile-menu-logo {
        display: none !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;
    }
      #section2 .section-intro {
    display: flex;
    flex-direction: row-reverse;
  }
    #section2 .section-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    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;
  }
    #section4 .slider-container {
    position: relative;
  }
  #section4 .swiper-button-prev,
  #section4 .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 10;
    width: 60px;
    height: 60px;
    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: -37px;
  }
  #section4 .swiper-pagination {
    position: relative;
    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: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    font-size: 1.1rem;
    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-slide {
    height: auto !important;
}
  #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: space-between;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    pointer-events: auto; 
    z-index: 50; 
    background: transparent;
    padding: 0 8%;
  }
  .swiper-button-wrapper .swiper-button-prev,
  .swiper-button-wrapper .swiper-button-next {
    pointer-events: auto;
  }
    #section4 .swiper-button-wrapper{
    max-width: 54%;
    top: 40%;
  }
    #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;
  }
    #section4 .swiper,
  #section3 .swiper {
    touch-action: none !important;
    -ms-touch-action: none !important;
    overscroll-behavior: none !important;
  }

    
    #section3 .slider-container .swiper-button-prev,
    #section3 .slider-container .swiper-button-next {
        pointer-events: auto;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 9999 !important; 
    }
    #section3 .slider-container .swiper-button-prev {
        left: 30px !important; 
    }
    #section3 .slider-container .swiper-button-next {
        right: 30px !important; 
    }
    .lightbox-img-wrap {
        width: 100vw;
        height: calc(100vh - 80px);
    }
    #section4 {
    padding-top: 140px;
}

}
@media (max-width: 991px) {
  .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;
  }
    .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;
  }
    .main-header  .container {
    margin: 0 !important;
    max-width: unset;
  }
  .menu-item-wrap {
    display: flex !important;
        flex-direction: column !important;
        height: 100vh !important;
        padding: 0 !important;
        background: #fff !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        box-shadow: none !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
        overflow: hidden !important;
        gap: 1.2rem;
        z-index: 1300 !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        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;
        background: rgba(238, 238, 235, 1) !important;
    }
    .btn-menu {
      position: fixed !important;
        top: 25.5px !important;
        right: 20px !important;
        z-index: 1500 !important;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 0 0 8px 0;
        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: #A15A33!important;
        border-radius: 0;
        transition: all 0.3s 
cubic-bezier(.4, 0, .2, 1);
    }
    body.in-section1 .btn-menu > div {
        background: #fff!important;
    }
        .main-header .navbar-brand img {
        height: 86px;
    }
    .btn-menu.open {
        gap: 0;
    }
    .btn-menu.open > div {
        background: rgba(161, 90, 51, 1) !important;
    }
    .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;
    }
    .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: unset;
        position: relative;
        top: -96px;
        width: 100%;
    }
    .mobile-menu-logo {
      margin-top: 16px;
      margin-bottom: 32px;
      text-align: center;
      width: 100%;
    }
      .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;
  }
      .btn-disclaimer {
    max-width: 100px;
    height: 40px;
  }
  ul.custom-bullets li { padding-left: 1.2em; }
  ul.custom-bullets li::before { font-size: 0.95em; }
  ul.custom-bullets li{
    margin-bottom: 0px;
  }
    #section2 .section-intro .section-image .img-d {
    display: none!important;
  }
   #section2 .section-intro .section-image .img-m {
    display: block!important;
  } 
  #section2 .fp-overflow {
    padding: 15px 15px 40px 15px;
    width: 100%;
  }
    #section5 .booklet-row {
    flex-direction: column;
    gap: 32px;
    max-width: 100vw;
    margin-top: 67px;
            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: 70px;
}
.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 {

  }

  #section5 .book-cover#book-cover-1 img {
    max-width: 209px;
    height: 251px;
    min-width: 209px;
  }
  #section5 .book-cover#book-cover-2 img {
    max-width: 243px;
    height: 175px;
    min-width: 243px;
  }

  #section5 .book-cover .layer img {
    width: 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;
  }
    #section2 .section-intro .section-image .img-caption {
    padding-right: 0;
    text-align: right;
    font-size: 12px;
    color: #706671;
    font-weight: 500;
  }
        .section1-title { font-size: 20px; top: 54%; }
      #section1LogoBg {
        top: 25% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important; 
        max-width: 70% !important;
      }
      .section1-title {
        top: 32% !important;
        font-size: 30px !important;
        white-space: nowrap;
      }
      .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-logo-logo2 img{
  width: 100%;
}
.footer-logo-logo3 img {
  width: 70%;

}

.footer .latest-offers .title {
  margin-bottom: 10px;;
}
.footer .latest-offers .button .button-text { 
    font-size: 16px;
}
  #section4 .layer.bg-layer.swiper-lazy{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }
  #section4 .swiper-slide-active .slide-caption {
    font-size: 14px;
  }
    #section4 .slide-inner {
     width: var(--si-w, 100vw) !important;
     max-width: var(--si-w, 100vw) !important;
     height: var(--si-h, calc(var(--si-w, 100vw) * 292 / 427)) !important;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    opacity: 1;
  }
  #section4 .swiper-gallery .swiper-slide.swiper-slide-prev .btn-zoom, #section4 .swiper-gallery .swiper-slide.swiper-slide-next .btn-zoom {
    width: 15% !important;
        top: 2vh !important;
        right: 2vh !important;
        max-width: 39px;
  }
  
  #section4 .swiper-slide-prev .slide-inner,
  #section4 .swiper-slide-next .slide-inner {
    transform: none !important;
    -webkit-transform: none !important;
  }
  #section4 .swiper-slide.swiper-slide-active .slide-inner {
        max-width: 427px !important;
        max-height: 293px !important;
        min-height: 200px!important;
  }

  #section4 .swiper-button-prev { top: 18% !important; margin: auto !important; }
  #section4 .swiper-button-next { top: 75%!important; margin: auto !important; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 1 !important;
}

  #section3 .swiper-button-prev { left: 2%; right: auto; }
  #section3 .swiper-button-next { right: 2%; left: auto; }
  #section3 .swiper-button-wrapper {
    width: 100%;
  }
  #section4 .swiper-gallery .slide-caption {
    display: none;
  }
  #section4 .swiper-gallery .swiper-slide-active .slide-caption {
    display: block;
  }
  #section4 .fp-overflow {
    width: 100%;
    height: 100%;
    max-height: 700px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .lightbox-caption {
        font-family: Geologica;
        font-size: 12px;
        font-style: normal;
        font-weight: 300!important;
        line-height: normal;
        letter-spacing: -0.24px;
    }
        #section2 .section-intro .section-image {
        margin-bottom: 25px !important;
        max-width: 445px;
        margin: auto;
    }
    #section2 .section-text-box {
      max-width: 445px;
      margin: auto;
    }
}

 @media (max-width: 768px) {
      #section1LogoBg {
        max-width: 55% !important;
      }
    }
    .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: 32%;
      transform: translate(20%, 0); 
      opacity: 0;
      font-size: 46px;
      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;
    }
    #section3 .swiper-button-prev.section3-swiper-btn { left: 10px; }
#section3 .swiper-button-next.section3-swiper-btn { right: 10px; }
#latest-news .fp-overflow {
  overflow-y: visible;
}
    @media (max-width: 991px) {
      .section1-title { font-size: 20px; top: 54%; }
      #section1LogoBg {
        top: 25% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important; 
        max-width: 70% !important;
      }
      .section1-title {
        top: 32% !important;
        font-size: 30px !important;
        white-space: nowrap;
      }
      #section3 .section3-swiper-btn {
        top: 54%
      }
      #section3 .swiper-button-prev.section3-swiper-btn {
        left: 0;
      }
      #section3 .swiper-button-next.section3-swiper-btn {
        right: 0;
      }
      #latest-news .fp-overflow {
        padding-top: 50px;
        padding-bottom: 50px;
      }
#lightboxImg {
  max-height: 400px;
}
#section3 .swiper-button-prev.section3-swiper-btn {
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: auto;
        top: 20%;
    }
    #section3 .swiper-button-next.section3-swiper-btn {
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: auto;
        bottom: -20%;
    }
    }

    @media (min-width: 992px) {
      .swiper-gallery .swiper-slide {
        width: 50% !important; 
        opacity: 0.5; 
        transition: opacity 0.3s;
        transform: translate3d(0px, 0, 0) !important;
      }
      .swiper-gallery .swiper-slide-active {
        opacity: 1; 
      }
    }

    

#section3 .section3-swiper-btn {
  position: absolute;
  width: 44px; height: 44px;
  margin-top: -22px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  z-index: 20;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 24px;
}


#section3 .swiper-button-prev.section3-swiper-btn::after {

  font-size: 32px;
  font-weight: bold;
}
#section3 .swiper-button-next.section3-swiper-btn::after {

  font-size: 32px;
  font-weight: bold;
}
@media (max-height: 1000px) {
    #section3 video {
       
       
    }
}
@media (min-width: 992px) and (max-height: 1000px) {
  #section3 .swiper-button-wrapper {
    width: calc(100vh - 1%);
    top: calc(1vh + 4%) !important;
  }
}
#fp-nav ul li .fp-tooltip.fp-left {
  color: rgba(237, 118, 31, 1);
  left: 29px;
  font-size: 12pt;
  top: 1px;
}
#fp-nav ul li, .fp-slidesNav ul li {
  margin-top: 18px;
}
#latest-news {
  align-items: normal;
}

.latest-offers{
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5em;
    background: #E6AB70;
    opacity: 1;
    width: 100%;
    position: relative;
    min-height: 250px;
    grid-gap: 1rem;
}

.latest-offers .title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #5A2904;
}

.latest-offers .info {
    text-align: center;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0px;
    color: #5A2904;
}

.latest-offers .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 1.4rem;
    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%);
    border-radius: 5px;
    opacity: 1;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;;
}

@media (max-width: 1250px) {
    .menu-item a {
        font-size: 14px;
        padding: 6px 1px !important;
    }
}
@media (max-width: 700px) {
      #latest-news .fp-overflow {
        overflow-y: auto;
      }
    }
@media (min-width: 992px) {
      #mainTextPopup .box-container {
      max-height:650px;
    }
}
@media (min-height: 700px) {
    #mainTextPopup .box-container {
      max-height:650px;
    }
}

/*en*/
  .lang-en #section2 .section-text-box {
      display: flex;
      flex-direction: column;
      max-width: 445px;
      margin-left: 20px;
      margin-right: 20px;
  }

  .lang-en .footer-bottom-content{
  max-width: 1150px;
}

#section4 .section4-left-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 10vw;
  height: 100vh;
  background: linear-gradient(270deg, rgba(205, 175, 151, 0) 0%, #DCCCBD 87.94%);
  z-index: 2;
  overflow: visible;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}


#section4 .section4-left-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: linear-gradient(270deg, rgba(205,175,151,0) 0%, rgba(220,204,189,0.55) 60%, rgba(220,204,189,0.15) 88%, rgba(220,204,189,0) 100%);
  filter: blur(28px);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: normal;
  opacity: 1;
}

#section4 .section4-left-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(270deg, rgba(220,204,189,0.0) 0%, rgba(220,204,189,0.25) 50%, rgba(220,204,189,0.05) 90%);
  filter: blur(12px);
  transform: translateX(-30%);
  z-index: -2;
  pointer-events: none;
  opacity: 0.95;
}
@media (max-width: 991px) {
  #latest-news-popup .popup-card {
        max-height: 90%;
  }
  #section4 .section4-left-bg {
    display: none;
  }
}
@media (max-width: 991px) and (max-height: 601px) {

        #section4 .swiper-button-prev { top: 10% !important; }
  #section4 .swiper-button-next { top: 78%!important; }
 #section4 .swiper-button-prev::after, #section4 .swiper-button-next::after {
  font-size: 25px;
 }
    }

@media (min-width: 729px) and (max-width: 992px) {

}
@media (min-width: 600px) and (max-width: 991px) and (max-height: 601px) {
  #section4 .swiper-gallery .swiper-slide.swiper-slide-prev .slide-inner,
  #section4 .swiper-gallery .swiper-slide.swiper-slide-next .slide-inner {
    max-height: 0;
  }
}
@media (max-width: 991px) and (max-height: 801px) {
  #section4 .swiper-gallery .swiper-slide.swiper-slide-prev .slide-inner {

  }
  #section4 .swiper-gallery .swiper-slide.swiper-slide-next .slide-inner {

  }
}
@media (max-width: 991px) and (max-height: 601px) {
  #section4 .swiper-gallery .swiper-slide.swiper-slide-prev .slide-inner {

  }
  #section4 .swiper-gallery .swiper-slide.swiper-slide-next .slide-inner {

  }
}

/*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: 500!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);
  }
}