/*-----------------------------------------------------------------------------------

    Template Name: Nunca - Creative Agency & Portfolio HTML5 Template
    Author: RRDevs
    Support: https://support.rrdevs.net/
    Description: Nunca - Creative Agency & Portfolio HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

	01. Template Default CSS
	02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Template Default CSS
----------------------------------------*/
@import url("css2.css");
:root {
  --rr-ff-body: "Noto Sans TC", "Microsoft JhengHei", Arial;
  --rr-ff-heading: "Noto Sans TC", "Microsoft JhengHei", Arial;
  --rr-ff-p: "Noto Sans TC", "Microsoft JhengHei", Arial;
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  --rr-fs-body: 16px;
  --rr-fs-p: 18px;
  --rr-fs-h1: 60px;
  --rr-fs-h2: 42px;
  --rr-fs-h3: 36px;
  --rr-fs-h4: 22px;
  --rr-fs-h5: 20px;
  --rr-fs-h6: 14px;
  --rr-color-common-white: #ffffff;
  --rr-color-common-black: #000000;
  --rr-color-common-dark: #232323;
  --rr-color-heading-primary: #171717;
  --rr-color-text-body: #2C3135;
  --rr-color-theme-primary: #82b160;
  --rr-color-theme-secondary: #eeab0a;
  --rr-color-bg-1: #11151C;
  --rr-color-grey-1: #F4F4F2;
  --rr-color-border-1: #171717;
  --rr-color-border-light: #E4E4E4;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**
	Typography CSS
*/
body {
  background-color: #fff;
  font-family: var(--rr-ff-body);
  font-size: 18px;
  line-height: 1.625;
  font-weight: normal;
  color: var(--rr-color-text-body);
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a, a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--rr-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
h1 {
  font-size: var(--rr-fs-h1);
}
h2 {
  font-size: var(--rr-fs-h2);
}
h3 {
  font-size: var(--rr-fs-h3);
}
h4 {
  font-size: var(--rr-fs-h4);
}
h5 {
  font-size: var(--rr-fs-h5);
}
h6 {
  font-size: var(--rr-fs-h6);
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: var(--rr-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--rr-color-text-body);
  margin-bottom: 15px;
  line-height: 28px;
}
a:focus, .button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--rr-color-theme-primary);
}
.slick-list.draggable {
  cursor: grab;
}
a, button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
input {
  outline: none;
}
input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
ul {
  display: block;
  padding: 0;
  margin: 0;
}
.remind {
  color: #B4272A;
  font-weight: 400
}
*::-moz-selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}
::selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--rr-color-common-black);
  font-size: var(--rr-fs-body);
  opacity: 1;
}
*::placeholder {
  color: var(--rr-color-common-black);
  font-size: var(--rr-fs-body);
  opacity: 1;
}
/**
    Common Classes CSS
*/
.treetypeother_style {
  margin-left: 3%;
  width: auto;
  display: flex;
}
.w-img img {
  width: 100%;
}
.m-img img {
  max-width: 100%;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.z-index-1 {
  z-index: 1;
}
.z-index-11 {
  z-index: 11;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.b-radius {
  border-radius: 6px;
}
.white-bg {
  background-color: var(--rr-color-common-white);
}
.white-bgop {
  background-color: #fffc;
}
.bg-grey {
  background-color: var(--rr-color-grey-1);
}
.bg-dark-1 {
  background-color: var(--rr-color-heading-primary);
}
.smooth-content {
  position: relative
}
/*~~ 內頁底部背景圖片*/
.smooth-content::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 475px;
  bottom: 390px;
  width: 100%;
  height: 100%;
  background: url(../image/pagr.png) no-repeat center bottom;
  z-index: -1;
}
.smooth-content.home::before {
  display: none
}
.container {}
.bd-bottom {
  border-bottom: 1px solid var(--rr-color-border-1);
}
.overflow-h {
  overflow: hidden;
}
.section-heading {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.section-heading .bg-text {
  font-size: 150px;
  font-weight: 700;
  color: var(--rr-color-bg-1);
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-heading .sub-heading {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.section-heading .sub-heading:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-heading .sub-heading.before-none:before {
  display: none;
}
.section-heading .section-title {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  text-transform: initial;
  position: relative;
}
.section-heading.white-content .sub-heading {
  color: var(--rr-color-common-white);
}
.section-heading.white-content .sub-heading:before {
  background-color: var(--rr-color-common-white);
}
.section-heading.white-content p, .section-heading.white-content .section-title {
  color: var(--rr-color-common-white);
}
.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .heading-space {
    margin-bottom: 40px;
  }
}
/*==== 內頁內容標題 ====*/
.section-heading.page {
  margin: -10px 0 0 0;
}
/*~~ 點點分隔線 ~~*/
.section-heading.page.point {
  background: url(../image/point.png) repeat-x center bottom;
  padding: 0 0 40px 0;
}
.section-heading.page.point /*隱藏*/ {
  background: none
}
.section-heading.page .section-title {
  color: #000;
  font-size: 36px;
  background: url(../picture/section-headingpage.png) no-repeat center bottom;
  font-weight: 500;
  padding: 10px 0 10px 0;
}
.section-heading.page .section-title span {
  background: url(../picture/section-headingpage_icon.png) no-repeat left center;
  padding: 0 0 0 90px;
  margin: 0 0 0 -15px;
}
.section-heading.page .sub-heading {}
/*==== 內頁共用次選單 ====*/
.pagination_menu {
  background: url(../image/point.png) repeat-x center bottom;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pagination_menu ul {
  list-style: none;
  display: flex;
  margin: 0 0 1.2rem 0;
}
.pagination_menu ul li {
  margin: 0 8px;
}
.pagination_menu ul li a {
  display: inline-block;
  background: #e1e1e1;
  color: #434343;
  padding: .5rem 2rem
}
.pagination_menu ul li a.active, .pagination_menu ul li a:hover {
  color: #fff;
  background: #92bc92;
}
.t-up {
  text-transform: uppercase;
}
.white-content h1, .white-content h2, .white-content h3, .white-content h4, .white-content h5, .white-content h6, .white-content p, .white-content li, .white-content span {
  color: var(--rr-color-common-white);
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}
.img-reveal {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}
.img-reveal .img-overlay {
  background-color: var(--rr-color-theme-primary);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img-reveal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.anim-text {
  overflow: hidden;
}
.running-text-wrap {
  padding-bottom: 51px;
}
.menu-fine-print {
  font-size: 12px;
  margin-left: 3px;
  margin-top: 1px;
}
@media (max-width: 1170px) {
  .running-text-wrap {
    padding-bottom: 0;
  }
}
.running-text {
  background-color: var(--rr-color-theme-primary);
  background-repeat: repeat;
  background-size: 20px;
  padding: 20px 0;
  overflow: hidden;
  border-top: 2px solid var(--rr-color-heading-primary);
  border-bottom: 2px solid var(--rr-color-heading-primary);
}
.running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 70px;
}
.running-text ul li {
  font-family: var(--rr-ff-heading);
  display: inline-block;
  white-space: nowrap;
  font-size: 36px;
  color: var(--rr-color-heading-primary);
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}
.running-text ul li .icon {
  color: var(--rr-color-heading-primary);
  position: absolute;
  top: 46%;
  right: -50px;
  transform: translateY(-50%);
}
.running-text.running-1 {
  background-color: var(--rr-color-heading-primary);
  margin-top: -5px;
  transform: rotate(-3deg);
}
@media (max-width: 1170px) {
  .running-text.running-1 {
    margin-top: 0;
    transform: rotate(0deg);
  }
}
.running-text.running-1 li {
  color: var(--rr-color-common-white);
}
.running-text.testi {
  background-color: var(--rr-color-heading-primary);
  margin-top: -1px;
  padding: 0;
  padding-bottom: 70px;
}
@media (max-width: 1170px) {
  .running-text.testi {
    padding: 40px 0;
  }
}
.running-text.testi ul {
  gap: 120px;
}
.running-text.testi ul li {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .running-text.testi ul li {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .running-text.testi ul li {
    font-size: 40px;
  }
}
.running-text.testi ul li:before {
  display: none;
}
.running-text.testi ul li .icon {
  position: absolute;
  top: 46%;
  right: -80px;
  transform: translateY(-50%);
}
.running-text.running-3 {
  position: relative;
  z-index: 1;
  padding: 51px 0;
}
.running-text.running-3 .bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.running-text.running-3 .bg-img:before {
  background-color: var(--rr-color-theme-primary);
  mix-blend-mode: multiply;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.running-text.running-3 .inner-3 {
  gap: 220px;
}
@media only screen and (max-width: 992px) {
  .running-text.running-3 .inner-3 {
    gap: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .running-text.running-3 .inner-3 {
    gap: 100px;
  }
}
.running-text.running-3 .inner-3 li {
  color: var(--rr-color-common-white);
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .running-text.running-3 .inner-3 li {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .running-text.running-3 .inner-3 li {
    font-size: 40px;
  }
}
.running-text.running-3 .inner-3 li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\e28b";
  font-size: 80px;
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .running-text.running-3 .inner-3 li:before {
    font-size: 60px;
    right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .running-text.running-3 .inner-3 li:before {
    font-size: 30px;
    right: -65px;
  }
}
.running-text.running-3 .inner-3 .stroke-text {
  color: var(--rr-color-common-white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rr-color-common-white);
}
.running-text .inner-4 {
  gap: 120px;
}
.running-text .inner-4 li:before {
  content: "\f005";
  right: auto;
  left: -40px;
  font-size: 21px;
}
.running-text.running-5 ul li {
  font-family: var(--rr-ff-heading);
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 24px;
  font-weight: 700;
}
.running-text.running-5 ul li i {
  font-size: 22px;
  margin-top: -2px;
}
.running-text.running-5 ul li:before {
  display: none;
}
/* Site Preloader !!!!!!!loading*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #02050A;
  z-index: 9999;
  display: none;
}
.loading {
  left: 50%;
  top: 50%;
  font-size: 100px;
  font-size: 80px;
  font-family: var(--rr-ff-heading);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.loading:before {
  color: #02050A;
  content: attr(data-loading-text);
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: var(--rr-color-theme-primary);
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  animation: loading 6s infinite;
}
/*只顯示首頁*/
#preloader.homes {
  display: block
}
@media only screen and (max-width:992px) {
  .loading {
    font-size: 62px;
    left: 60px;
    top: 50%;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width:568px) {
  .loading {
    font-size: 30px;
    left: 30px
  }
}
@keyframes loading {
  0% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--rr-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
.sticky-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-155 {
  margin-left: 155px;
}
.ml-160 {
  margin-left: 160px;
}
.ml-165 {
  margin-left: 165px;
}
.ml-170 {
  margin-left: 170px;
}
.ml-175 {
  margin-left: 175px;
}
.ml-180 {
  margin-left: 180px;
}
.ml-185 {
  margin-left: 185px;
}
.ml-190 {
  margin-left: 190px;
}
.ml-195 {
  margin-left: 195px;
}
.ml-200 {
  margin-left: 200px;
}
/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-155 {
  margin-right: 155px;
}
.mr-160 {
  margin-right: 160px;
}
.mr-165 {
  margin-right: 165px;
}
.mr-170 {
  margin-right: 170px;
}
.mr-175 {
  margin-right: 175px;
}
.mr-180 {
  margin-right: 180px;
}
.mr-185 {
  margin-right: 185px;
}
.mr-190 {
  margin-right: 190px;
}
.mr-195 {
  margin-right: 195px;
}
.mr-200 {
  margin-right: 200px;
}
/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-95 {
  padding-left: 95px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-135 {
  padding-left: 135px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-145 {
  padding-left: 145px;
}
.pl-150 {
  padding-left: 150px;
}
.pl-155 {
  padding-left: 155px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-165 {
  padding-left: 165px;
}
.pl-170 {
  padding-left: 170px;
}
.pl-175 {
  padding-left: 175px;
}
.pl-180 {
  padding-left: 180px;
}
.pl-185 {
  padding-left: 185px;
}
.pl-190 {
  padding-left: 190px;
}
.pl-195 {
  padding-left: 195px;
}
.pl-200 {
  padding-left: 200px;
}
/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-105 {
  padding-right: 105px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-115 {
  padding-right: 115px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-125 {
  padding-right: 125px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-135 {
  padding-right: 135px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-145 {
  padding-right: 145px;
}
.pr-150 {
  padding-right: 150px;
}
.pr-155 {
  padding-right: 155px;
}
.pr-160 {
  padding-right: 160px;
}
.pr-165 {
  padding-right: 165px;
}
.pr-170 {
  padding-right: 170px;
}
.pr-175 {
  padding-right: 175px;
}
.pr-180 {
  padding-right: 180px;
}
.pr-185 {
  padding-right: 185px;
}
.pr-190 {
  padding-right: 190px;
}
.pr-195 {
  padding-right: 195px;
}
.pr-200 {
  padding-right: 200px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .pt-180 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 50px;
  }
}
.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 992px) {
  .pt-140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}
.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}
.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}
.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 60px;
  }
}
.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}
.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}
.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 992px) {
  .pb-180 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}
.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 992px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}
.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}
.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}
.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}
.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}
/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}
#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--rr-color-common-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom: 20px;
    right: 20px;
  }
}
#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}
#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}
#scroll-percentage-value i {
  font-size: 20px;
}
@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.light-img {
  display: none;
}
.switcher-button {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 50;
  transform: translateY(-50%) rotate(90deg);
}
.switcher-button-inner-left:before, .switcher-button-inner-left:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  outline: none;
}
.switcher-button .switcher-button-inner, .switcher-button .switcher-button-inner-left {
  position: relative;
  cursor: pointer;
}
.switcher-button .switcher-button-inner-left:before {
  content: "\f186";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  display: block;
  color: #fff;
  position: absolute;
  z-index: 1;
  margin: 0;
  right: 26px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.switcher-button .switcher-button-inner-left:after {
  content: "";
  display: inline-block;
  color: #fff;
  background: var(--rr-color-bg-1);
  border: 1px solid rgba(235, 235, 235, 0.2);
  width: 3.5em;
  height: 1.8em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
}
.switcher-button .switcher-button-inner-left {
  color: rgba(250, 250, 250, 0.51);
}
[data-theme=light] .switcher-button .switcher-button-inner-left:before {
  right: 10px;
  content: "\f185";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: var(--rr-color-heading-primary);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[data-theme=light] .switcher-button .switcher-button-inner-left:after {
  background: #fff;
  border: 1px solid rgba(235, 235, 235, 0.2);
}
[data-theme=light] .switcher-button .switcher-button-inner-left {
  color: rgba(149, 149, 149, 0.51);
}
[data-theme=light] .switcher-button .switcher-button-inner-left + .switcher-button-inner {
  color: rgba(250, 250, 250, 0.51);
}
/** Buttons CSS */
.rr-primary-btn {
  background-color: var(--rr-color-theme-primary);
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 40px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border: none;
}
.rr-primary-btn:after, .rr-primary-btn:before {
  background-color: var(--rr-color-theme-secondary);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
}
.rr-primary-btn:before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.rr-primary-btn:hover {
  color: var(--rr-color-common-white);
}
.rr-primary-btn:hover:before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.rr-primary-btn:hover:after {
  transform: skew(45deg) translate(-50%, -50%);
}
.rr-primary-btn i {
  margin-left: 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.rr-primary-btn:focus {
  color: var(--rr-color-heading-primary);
}
.rr-white-btn {
  background-color: var(--rr-color-theme-primary);
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-white);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: .5rem 2rem;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border: 2px solid var(--rr-color-theme-primary);
}
.rr-white-btn:after, .rr-white-btn:before {
  background-color: var(--rr-color-theme-secondary);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
}
.rr-white-btn:before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.rr-white-btn:hover {
  color: var(--rr-color-heading-primary);
  border: 2px solid var(--rr-color-common-white);
}
.rr-white-btn:hover:before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.rr-white-btn:hover:after {
  transform: skew(45deg) translate(-50%, -50%);
}
.rr-white-btn i {
  margin-left: 10px;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.rr-white-btn:focus {
  color: var(--rr-color-heading-primary);
}
/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header .container {
  max-width: 100%;
  padding: 3rem;
}
.header .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.header .primary-header-inner .header-logo img {
  width: auto;
  height: 80px;
}
.header .primary-header-inner .header-logo .logo-light {
  display: none;
}

.header .primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
  /*margin-right: -950px;*/
}

.header .primary-header-inner .header-menu-wrap{
  display: flex;
}
.header .primary-header-inner .header-menu-wrap ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  background: #70ad6094;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap ul {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 15px;
  }
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 10px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li:first-child {
  margin-left: 0;
}
.header .primary-header-inner .header-menu-wrap ul li:last-child {
  margin-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul li a {
  font-size: 20px;
  font-weight: 500;
  color: var(--rr-color-common-white);
  display: block;
  padding: .5rem 1rem;
  font-weight: 500;
  text-transform: none;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-menu-wrap ul li a {
    font-size: 14px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--rr-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 138px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
}
.header .primary-header-inner .header-menu-wrap ul li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.header .primary-header-inner .header-menu-wrap ul li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul li li:not(:last-of-type) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover {
  background-color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--rr-color-common-black);
}
.header .primary-header-inner .header-menu-wrap ul li li a {
  background-color: var(--rr-color-common-white);
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--rr-color-heading-primary);
  font-weight: 600;
  font-size: 12px;
  padding: 20px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover {
  color: var(--rr-color-heading-primary);
  letter-spacing: 0.4px;
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover:before {
  width: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul {
  top: 0;
  left: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul li a {
  color: var(--rr-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--rr-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a {
  color: var(--rr-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a:hover {
  color: var(--rr-color-heading-primary);
}

/*會員登入*/
.header .primary-header-inner .header-menu-wrap .member{
    background-image: linear-gradient(to top, #4b9d96 0%, #4c9286 100%);
    /*position: absolute;
    margin-left: -126px;*/
    border-radius: 2px;
    display: inline-block;
    margin-left: -2px;
}
.header .primary-header-inner .header-menu-wrap .member a{
    color: #fff;
    padding:9px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    position: relative;
    align-items: center;
}
.header .primary-header-inner .header-menu-wrap .member a::before{
    background: #00000003;
    content: "";
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    top: 0;
    display: block;
}
.header .primary-header-inner .header-menu-wrap .member a span{
        margin: 0 0 0 15px;
}

/*下滑*/
.header-3.fixed .primary-header-inner .header-menu-wrap .member{
  background:#ffffff2b;
}


.header .primary-header-inner .header-right-wrap {
  display: flex;
  align-items: center;
  column-gap: 120px;
  flex-wrap: nowrap;
  row-gap: 20px;
  flex-direction: row;
  margin-right: 4rem;
  display: none;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 50px;
  }
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 20px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right {
  display: flex;
  align-items: center;
  display: none
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-logo img {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-btn {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger span {
  color: var(--rr-color-common-white);
  display: block;
  text-align: center;
  /* font-size: 14px; */
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger span:not(:last-of-type) {
  margin-bottom: 4px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger span:nth-child(2) {}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger:hover span:nth-child(2) {}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger:hover span:nth-child(3) {}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item {
    line-height: 1;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
  color: var(--rr-color-common-white);
  font-size: 30px;
  opacity: 0.9;
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .mean-push {
    display: none;
  }
}
.header.fixed {
  background-color: #528944f7;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.header.fixed .container {
  padding: .5rem 3rem;
}
.header.fixed .primary-header-inner .header-menu-wrap ul {
  background: none;
}
.header.fixed .primary-header-inner .header-menu-wrap ul li a {
  padding: .5rem 1rem;
  ;
}
.header.fixed .primary-header-inner .header-menu-wrap ul li ul {
  top: 102.75px;
}
.header.fixed .primary-header-inner .header-menu-wrap ul li ul li a {
  padding: 20px;
}
.header-2 {
  background-color: transparent;
  top: 20px;
  padding: 0 60px;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1170px) {
  .header-2 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .header-2 {
    top: 0;
    padding: 0;
  }
}
.header-2 .top-bar {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .header-2 .top-bar {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .top-bar {
    display: none;
  }
}
.header-2 .top-bar .top-bar-inner {
  background-color: var(--rr-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 10px 30px;
}
@media only screen and (max-width: 992px) {
  .header-2 .top-bar .top-bar-inner {
    padding: 20px;
    justify-content: center;
  }
}
.header-2 .top-bar .top-bar-inner .top-contact-list li {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 1;
}
.header-2 .top-bar .top-bar-inner .top-contact-list li:not(:last-of-type) {
  margin-right: 30px;
}
.header-2 .top-bar .top-bar-inner .top-social-list li {
  display: inline-flex;
}
.header-2 .top-bar .top-bar-inner .top-social-list li a {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--rr-color-common-white);
  column-gap: 10px;
}
.header-2 .top-bar .top-bar-inner .top-social-list li a:hover {
  color: var(--rr-color-theme-primary);
}
.header-2 .top-bar .top-bar-inner .top-social-list li:not(:last-of-type) {
  margin-right: 20px;
}
.header-2 .primary-header-inner {
  background-color: var(--rr-color-common-white);
  padding: 0 30px;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner {
    border-radius: 0;
    padding: 30px 20px;
  }
}
.header-2 .primary-header-inner .header-menu-wrap ul li a {
  padding: 39px 0;
}
.header-2 .primary-header-inner .header-menu-wrap ul li ul {
  top: 100px;
}
.header-2 .primary-header-inner .header-right-wrap .header-right .header-number {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 40px;
  line-height: 1;
}
@media (max-width: 1170px) {
  .header-2 .primary-header-inner .header-right-wrap .header-right .header-number {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner .header-right-wrap .header-right .header-number {
    display: none;
  }
}
.header-2 .primary-header-inner .header-right-wrap .header-right .search-icon {
  font-size: 20px;
  color: var(--rr-color-heading-primary);
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner .header-right-wrap .header-right .search-icon {
    display: none;
  }
}
.header-2 .primary-header-inner .header-right-wrap .header-right .search-icon i {
  line-height: 1;
}
.header-2 .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  border: none;
  margin-left: 40px;
  height: auto;
  width: auto;
}
@media (max-width: 1170px) {
  .header-2 .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
    margin-left: 20px;
  }
}
.header-2 .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger {
  height: auto;
  width: auto;
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger {
    transform: translateY(0);
  }
}
.header-2.fixed {
  background-color: transparent;
  border: none;
  transform: translateY(-46px);
}
/*使用的header*/
.header-3 {
  background-color: transparent;
}
.header-3 .container {
  max-width: 100%;
  padding: 3rem;
}
.header-3 .primary-header-inner .header-menu-wrap ul li a {
  font-size: 20px;
  font-weight: 500;
  color: var(--rr-color-common-white);
  display: flex;
  align-items: center;
}
.header-3 .primary-header-inner .header-menu-wrap ul li ul li a {
  letter-spacing: 0;
}
.header-3 .primary-header-inner .header-right-wrap .header-right {
  display: inline-block;
  display: none;
}
.header-3 .primary-header-inner .header-right-wrap .header-right .header-right-item {
  margin-left: 20px;
}
/*下拉滑動主選單*/
.header-3.fixed {
  background-color: #528944f7;
  border: none;
}
.header-3.fixed .container {
  padding: .5rem 3rem;
}
.header-3.fixed .primary-header-inner .header-logo img {
  width: auto;
  height: 80px;
}
.header-4 .top-bar .top-bar-inner {
  background-color: var(--rr-color-theme-primary);
}
.header-4 .top-bar .top-bar-inner .top-bar-left .top-contact-list li {
  color: var(--rr-color-heading-primary);
}
.header-4 .top-bar .top-bar-inner .top-bar-right .top-social-list li a {
  color: var(--rr-color-heading-primary);
  column-gap: 5px;
}
.header-4 .top-bar .top-bar-inner .top-bar-right .top-social-list li a i {
  font-size: 13px;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .side-menu-icon {
    display: none;
  }
}
.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--rr-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--rr-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 992px) {
  .side-menu-wrapper {
    display: none;
  }
}
.side-menu-content .side-menu-header {
  font-family: var(--rr-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  max-width: 150px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--rr-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--rr-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--rr-color-theme-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--rr-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}
.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../image/cancel.png), auto;
}
@media only screen and (max-width: 992px) {
  .side-menu-overlay {
    display: none;
  }
}
.primary-header {
  width: 100%;
}
.primary-header.fixed {
  background-color: var(--rr-color-bg-1);
  position: fixed;
  left: 0;
  top: 0;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
  z-index: 99;
}
.primary-header.fixed .primary-header-inner {
  padding: 20px 60px;
}
@media (max-width: 1170px) {
  .primary-header.fixed .primary-header-inner {
    padding: 20px;
  }
}
@-webkit-keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-side-menu-overlay, .mobile-side-menu {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    background-color: var(--rr-color-common-white);
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 400px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-head a img {
    max-width: 150px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 35px;
    right: 40px;
    color: var(--rr-color-heading-primary);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rr-color-border-1);
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--rr-color-theme-primary);
    color: var(--rr-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--rr-color-common-white);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--rr-color-common-white);
    font-family: var(--rr-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    list-style: none;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--rr-ff-body);
    font-size: 16px;
    font-weight: 500;
    color: var(--rr-color-heading-primary);
  }
  .mobile-side-menu .side-menu-list li span, .mobile-side-menu .side-menu-list li a {
    color: var(--rr-color-heading-primary);
    margin-left: 10px;
    font-size: 16px;
  }
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../image/cancel.png), auto;
  }
}
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
}
.mean-bar .meanmenu-reveal {
  display: none !important;
}
.mean-bar .mean-nav {
  background-color: transparent;
  margin-top: 0;
  padding-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul {
  display: block !important;
}
.mean-bar .mean-nav.mean-nav > ul li {
  position: relative;
  float: none;
  display: block;
  width: auto;
}
.mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mean-bar .mean-nav.mean-nav > ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  border-top: none;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 14px;
  }
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  position: absolute;
  padding: 0;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
  content: "+";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
  background-color: var(--rr-color-heading-primary);
  color: var(--rr-color-common-white);
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
  content: "\f068";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li a {
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 13px;
  }
}
#popup-search-box {
  background-color: var(--rr-color-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--rr-color-border-1);
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(https://html.rrdevs.net/nunca/assets/img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--rr-color-heading-primary);
  border: 1px solid var(--rr-color-border-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #popup-search-box .box-inner-wrap .search-close {
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
  }
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.popup-tags {
  position: relative;
  margin: 0 auto;
}
/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/
.slider-section {
  background-color: var(--rr-color-heading-primary);
  position: relative;
  z-index: 1;
  overflow: visible;
  overflow-x: clip;
}
.slider-section .slider-img-wrap {
  max-width: 960px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1700px) {
  .slider-section .slider-img-wrap {
    max-width: 750px;
    top: 118px;
  }
}
@media (max-width: 1600px) {
  .slider-section .slider-img-wrap {
    max-width: 700px;
  }
}
@media (max-width: 1399px) {
  .slider-section .slider-img-wrap {
    max-width: 500px;
    top: 138px;
  }
}
@media (max-width: 1170px) {
  .slider-section .slider-img-wrap {
    display: none;
  }
}
.slider-section .slider-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-section .shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.nunca-slider {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 340px 0 116px 0;
  max-width: 700px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .nunca-slider {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 992px) {
  .nunca-slider {
    padding-top: 200px;
  }
}
.nunca-slider .slider-arrow {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .nunca-slider .slider-arrow {
    margin-top: 40px;
  }
}
.nunca-slider .slider-arrow .slider-nav {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 24px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .nunca-slider .slider-arrow .slider-nav {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
.nunca-slider .slider-arrow .slider-nav:hover {
  background-color: var(--rr-color-theme-primary);
}
.slider-item {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slider-item .slider-content-wrap {
  max-width: 700px;
  width: 100%;
}
.slider-item .slider-content-wrap .slider-content .section-heading {
  margin-bottom: 40px;
}
.slider-item .slider-content-wrap .slider-content .section-heading .section-title {
  font-size: 60px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content .section-heading .section-title {
    font-size: 30px;
  }
}
.slider-item .slider-content-wrap .slider-content p {
  font-size: 20px;
  color: var(--rr-color-common-white);
  width: 100%;
  max-width: 670px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.slider-item .slider-content-wrap .slider-content .slider-btn:before, .slider-item .slider-content-wrap .slider-content .slider-btn:after {
  background-color: var(--rr-color-common-white);
}
.slider-item .slider-content-wrap .slider-content .slider-btn:hover {
  color: var(--rr-color-heading-primary);
}
/* Text Animation */
.nunca-animation, .nunca-animation span {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.nunca-animation span {
  display: inline-block;
}
/* Fade Effect */
.nunca-fadeIn {
  animation-name: asFadeIn;
}
@keyframes asFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nunca-fadeInLeft {
  animation-name: asFadeInLeft;
}
@keyframes asFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
  }
}
.nunca-fadeInRight {
  animation-name: asFadeInRight;
}
@keyframes asFadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}
.nunca-fadeInDown {
  animation-name: asFadeInTop;
}
@keyframes asFadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
  }
}
.nunca-fadeInUp {
  animation-name: asFadeInBottom;
}
@keyframes asFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
/* Move From Effect */
.nunca-moveFromLeft {
  animation-name: asMoveFromLeft;
}
@keyframes asMoveFromLeft {
  from {
    visibility: hidden;
    transform: translateX(-50px);
  }
  to {
    visibility: visible;
  }
}
.nunca-moveFromRight {
  animation-name: asMoveFromRight;
}
@keyframes asMoveFromRight {
  from {
    visibility: hidden;
    transform: translateX(50px);
  }
  to {
    visibility: visible;
  }
}
.nunca-moveFromTop {
  animation-name: asMoveFromTop;
}
@keyframes asMoveFromTop {
  from {
    visibility: hidden;
    transform: translateY(-50px);
  }
  to {
    visibility: visible;
  }
}
.nunca-moveFromBottom {
  animation-name: asMoveFromBottom;
}
@keyframes asMoveFromBottom {
  from {
    visibility: hidden;
    transform: translateY(50px);
  }
  to {
    visibility: visible;
  }
}
/* Blur Effect */
.nunca-blurIn {
  animation-name: asBlurIn;
}
@keyframes asBlurIn {
  from {
    filter: blur(20px);
    opacity: 0;
  }
}
.nunca-blurInLeft {
  animation-name: asBlurInLeft;
}
@keyframes asBlurInLeft {
  from {
    transform: translateX(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.nunca-blurInRight {
  animation-name: asBlurInRight;
}
@keyframes asBlurInRight {
  from {
    transform: translateX(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.nunca-blurInTop {
  animation-name: asBlurInTop;
}
@keyframes asBlurInTop {
  from {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.nunca-blurInBottom {
  animation-name: asBlurInBottom;
}
@keyframes asBlurInBottom {
  from {
    transform: translateY(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
/* Zoom Effect */
.nunca-zoomIn {
  animation-name: asZoomIn;
}
@keyframes asZoomIn {
  from {
    transform: scale(5);
    opacity: 0;
  }
}
.nunca-zoomInLeft {
  animation-name: asZoomInLeft;
}
@keyframes asZoomInLeft {
  from {
    transform: scale(5) translateX(-50%);
    opacity: 0;
  }
}
.nunca-zoomInRight {
  animation-name: asZoomInRight;
}
@keyframes asZoomInRight {
  from {
    transform: scale(5) translateX(50%);
    opacity: 0;
  }
}
.nunca-zoomInTop {
  animation-name: asZoomInTop;
}
@keyframes asZoomInTop {
  from {
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
.nunca-zoomInBottom {
  animation-name: asZoomInBottom;
}
@keyframes asZoomInBottom {
  from {
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
/* Flip Effect */
.nunca-flipInTop {
  animation-name: asFlipInTop;
}
@keyframes asFlipInTop {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: 0 0;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
.nunca-flipInBottom {
  animation-name: asFlipInBottom;
}
@keyframes asFlipInBottom {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: bottom;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
/* Roll Effect */
.nunca-rollFromLeft {
  animation-name: asRollFromLeft;
}
@keyframes asRollFromLeft {
  from {
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
.nunca-rollFromRight {
  animation-name: asRollFromRight;
}
@keyframes asRollFromRight {
  from {
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
.nunca-rollFromTop {
  animation-name: asRollFromTop;
}
@keyframes asRollFromTop {
  from {
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
.nunca-rollFromBottom {
  animation-name: asRollFromBottom;
}
@keyframes asRollFromBottom {
  from {
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
/* Rotate Skate Effect */
.nunca-rotateSkateInRight {
  animation-name: asRotateSkateInRight;
}
@keyframes asRotateSkateInRight {
  from {
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
.nunca-rotateSkateInLeft {
  animation-name: asRotateSkateInLeft;
}
@keyframes asRotateSkateInLeft {
  from {
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
.nunca-rotateSkateInTop {
  animation-name: asRotateSkateInTop;
}
@keyframes asRotateSkateInTop {
  from {
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
.nunca-rotateSkateInBottom {
  animation-name: asRotateSkateInBottom;
}
@keyframes asRotateSkateInBottom {
  from {
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
/* PopUp Effect */
.nunca-popUp {
  animation-name: asPopUp;
}
@keyframes asPopUp {
  0% {
    visibility: hidden;
  }
  50% {
    transform: scale(1.1);
    visibility: visible;
  }
}
.nunca-popUpLeft {
  animation-name: asPopUpLeft;
}
@keyframes asPopUpLeft {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(-20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
.nunca-popUpRight {
  animation-name: asPopUpRight;
}
@keyframes asPopUpRight {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
/* Kenburns Top */
.swiper-slide-active .kenburns-top {
  -webkit-animation-name: kenburns-top;
  animation-name: kenburns-top;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/* !END: Theme Slider CSS */
/**----------------------------------------
    START: Hero CSS
----------------------------------------*/
.hero-section {
  position: relative;
  z-index: -1;
}
.hero-section .hero-img {
  position: absolute;
  right: 0;
  bottom: 75px;
  z-index: -1;
  border-radius: 60px 0 0 60px;
  border: 5px solid var(--rr-color-heading-primary);
  border-right: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-img {
    display: none;
  }
}
.hero-section .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .shape {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-section .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 30px;
}
@media (max-width: 1170px) {
  .hero-section .overlay {
    visibility: visible;
    opacity: 1;
  }
}
.hero-content {
  padding: 370px 0 220px 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 992px) {
  .hero-content {
    padding: 80px 0 100px 0;
  }
}
.hero-content .title {
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 30px;
}
.hero-content .title br {
  display: block;
}
@media only screen and (max-width: 992px) {
  .hero-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 30px;
  }
}
.hero-content p {
  color: var(--rr-color-heading-primary);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .hero-content p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content p {
    font-size: 15px;
  }
}
.hero-section-2 {
  background-color: #000;
  position: relative;
  z-index: 1;
  height: 100vh;
}
/*使用首頁影片*/
.hero-section-2 .hero-video-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.hero-section-2 .hero-video-2.rwd {
  display: none;
}
.hero-section-2 .hero-video-2 .video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-section-2 .hero-video-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.hero-section-2 .hero-video-2 img {
  height: 100%;
  filter: saturate(0) contrast(110%);
  object-fit: cover;
}
.hero-content-2 {
  padding: 400px 0 180px 0;
}
.hero-content-2 .sub-title {
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .hero-content-2 .sub-title {
    font-size: 10px;
    line-height: 1.6;
  }
}
.hero-content-2 .title {
  color: var(--rr-color-common-white);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  position: absolute;
  bottom: 1rem;
  left: 0;
  text-align: center;
  width: 100%
}
.hero-content-2 .title span {}
@media only screen and (max-width: 767px) {
  .hero-content-2 .title {
    font-size: 28px;
  }
}
.hero-content-2 p {
  color: #B3B6B8;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 p {
    font-size: 15px;
  }
}
.hero-content-2 .video-popup {
  display: none
}
.hero-content-2 .hero-btn {
  background-color: var(--rr-color-common-white);
}
.hero-content-2 .hero-btn:after, .hero-content-2 .hero-btn:before {
  background-color: var(--rr-color-theme-primary);
}
.hero-content-2 .hero-btn:hover {
  color: var(--rr-color-heading-primary);
}
.hero-section-3 {
  background-color: var(--rr-color-heading-primary);
  position: relative;
  z-index: 1;
}
.hero-section-3 .hero-img-3 {
  max-width: 904px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.hero-section-3 .hero-img-3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-section-3 .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1170px) {
  .hero-section-3 .overlay {
    visibility: visible;
    opacity: 1;
  }
}
.hero-content-3 {
  padding: 360px 0 180px 0;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-3 {
    padding: 100px 0;
  }
}
.hero-content-3 .title {
  color: var(--rr-color-common-white);
  text-transform: uppercase;
  font-size: 54px;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .title {
    font-size: 20px;
  }
}
.hero-content-3 .title span {
  font-size: 95px;
  color: var(--rr-color-theme-primary);
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 20px 0 35px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .title span {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .title span {
    display: block;
    font-size: 35px;
    margin: 10px 0 20px 0;
  }
}
.hero-content-3 .title span:before {
  background-color: var(--rr-color-theme-primary);
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .title span:before {
    height: 4px;
  }
}
.hero-content-3 .hero-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-top: 50px;
}
.hero-content-3 .hero-btn-wrap .rr-white-btn {
  background-color: var(--rr-color-common-white);
  border: 2px solid var(--rr-color-common-white);
}
.hero-content-3 .hero-btn-wrap .rr-white-btn:after, .hero-content-3 .hero-btn-wrap .rr-white-btn:before {
  background-color: var(--rr-color-theme-primary);
}
.hero-content-3 .hero-btn-wrap .rr-white-btn:hover {
  border: 2px solid var(--rr-color-theme-primary);
}
.hero-content-3 .hero-btn-wrap .play-btn {
  position: relative;
  z-index: 2;
}
.hero-content-3 .hero-btn-wrap .play-btn a {
  background-color: transparent;
  color: var(--rr-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 17px 40px;
  border-radius: 100px;
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid var(--rr-color-theme-primary);
}
.hero-content-3 .hero-btn-wrap .play-btn a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
}
.hero-content-3 .hero-btn-wrap .play-btn a i {
  font-size: 16px;
}
.hero-section-4 {
  background-color: var(--rr-color-heading-primary);
  position: relative;
  z-index: 1;
}
.hero-section-4 .bg-item .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section-4 .bg-item .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.hero-section-4 .bg-item .hero-img-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1700px) {
  .hero-section-4 .bg-item .hero-img-shape {
    left: -10%;
    bottom: -10%;
  }
}
@media (max-width: 1399px) {
  .hero-section-4 .bg-item .hero-img-shape {
    display: none;
  }
}
.hero-content-4 {
  padding: 365px 0 200px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-4 {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-4 {
    padding: 100px 0;
  }
}
.hero-content-4 .sub-title {
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hero-content-4 .sub-title {
    font-size: 12px;
    line-height: 1.7;
  }
}
.hero-content-4 .title {
  color: var(--rr-color-common-white);
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-right: 250px;
}
@media (max-width: 1399px) {
  .hero-content-4 .title {
    margin-right: 200px;
  }
}
@media (max-width: 1170px) {
  .hero-content-4 .title {
    margin-right: 100px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-4 .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-4 .title {
    margin-right: 0;
    font-size: 24px;
  }
}
.hero-content-4 .title span {
  display: block;
}
.hero-content-4 .title.title-2 {
  margin-right: 0;
  margin-left: 250px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .hero-content-4 .title.title-2 {
    margin-right: 0;
    margin-left: 200px;
  }
}
@media (max-width: 1170px) {
  .hero-content-4 .title.title-2 {
    margin-right: 0;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-4 .title.title-2 {
    margin-top: 10px;
    margin-left: 0;
  }
}
.hero-content-4 p {
  color: #B3B6B8;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hero-content-4 p {
    font-size: 15px;
  }
}
.hero-content-4 .rr-white-btn {
  background-color: var(--rr-color-common-white);
  border: 2px solid var(--rr-color-common-white);
}
.hero-content-4 .rr-white-btn:after, .hero-content-4 .rr-white-btn:before {
  background-color: var(--rr-color-theme-primary);
}
.hero-content-4 .rr-white-btn:hover {
  border: 2px solid var(--rr-color-theme-primary);
}
/* !END: Hero CSS */
/**----------------------------------------
    START: About CSS
----------------------------------------*/
/*==== 活動概述 ====*/
.activity-overview {
  background: #f5f5ed;
  padding: 95px 0 20px 0;
}
.activity-overview .container {
  max-width: 100%;
  padding: 0 100px;
  position: relative;
}
.activity-overview .container::before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 0;
  width: 52%;
  height: 128px;
  background: #94bc77;
}
.activity-overview .treeshadows {
  position: absolute;
  left: 50%;
  margin-left: -300px;
  bottom: 128px;
  display: inline-block;
  width: 254px;
  height: 231px;
  z-index: 0;
}
.activity-overview .section-heading .section-title span {
  background: #82b160;
  border-radius: 50%;
  margin-right: 5px;
  width: 68px;
  height: 68px;
  line-height: 66px;
  color: #fff;
  text-align: center;
}
.activity-overview .desc {
  line-height: 180%;
}
.activity-overview .desc span.marke {
  padding: 0 1px;
  position: relative;
}
.activity-overview .desc span.marke::before {
  position: absolute;
  content: "";
  background: #9bb98b80;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 18px;
}
.activity-overview .desc span.marke span {
  position: relative;
}
.activity-overview .actiit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin: 5px 0 0 5px;
}
.activity-overview .actiit img {
  margin: -15px 0 0 0;
}
.activity-overview .actiit h3 {
  color: #333333;
  font-size: 34px;
  font-weight: 700;
  padding: 0 0 0 8px;
  margin: 0;
}
.activity-overview .actiit h3 span {
  font-size: 48px
}
.activity-overview .content-counter {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background: url(../picture/blackline.png) repeat-x left 100%;
  padding: 5px;
  min-height: 70px;
}
.activity-overview .content-counter p {
  /* font-size: 32px; */
  font-size: 25px;
  color: #333333;
  white-space:nowrap;
}
.activity-overview .content-counter h3 {}
.about-1 {
  margin-top: 140px;
}
@media (max-width: 1700px) {
  .about-1 {
    margin-top: 0;
  }
}
.about-img {
  height: 650px;
  border-radius: 60px;
  border: 3px solid var(--rr-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .about-img {
    height: 450px;
  }
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-content {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .about-content {
    padding-left: 0;
    margin-top: 50px;
  }
}
.about-content p {
  max-width: 730px;
  width: 100%;
  font-size: 18px;
}
.about-content .about-btn {
  margin-top: 40px;
}
.about-3 .section-heading {}
.about-video-box {
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-align: right;
  float: right;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding-bottom: 30px;
}
.about-video-box .about-thumb {
  height: 100%;
  width: 100%;
  position: relative;
  height: 800px;
  max-width: 1060px;
}
.about-video-box .about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-video-box .about-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none
}
.about-video-box .about-thumb .play-btn a {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 16px 40px;
  border-radius: 100px;
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid var(--rr-color-heading-primary);
}
.about-video-box .about-thumb .play-btn:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 100px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-video-box .about-thumb .play-btn:hover:before {
  top: 0;
}
/*==== 活動概述 分類種植樹木*/
.about-items {
  width: 100%;
}
@media (max-width: 1170px) {
  .about-items {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .about-items {
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-items {
    padding: 30px 20px;
  }
}
.activity-overview .about-items {
  padding: 3rem 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.activity-overview .about-items h4 {
  color: #8e734c;
  font-size: 24px;
  background: url(../picture/about-itemsh4.png) no-repeat left center;
  padding: 0 10px 0 40px;
  white-space:nowrap;
}
.about-items .about-item {
  /* width: 100px; */
  min-width: 100px;
  height: 90px;
  border-radius: 15px;
  border: 4px solid #daa343;
  background: #fff;
  position: relative;
  margin: 0 5px;
}
.about-items .about-item::before {
  background: #daa343;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44%;
}
.activity-overview .about-items p.part {
  font-size: 22px;
  font-weight: 400;
  color: #87704c;
  position: relative;
  z-index: 11;
  padding: 0 0 0 10px;
}
.activity-overview .about-items p.part span {
  font-size: 28px;
  font-weight: 800;
  padding: 0 5px;
  color: #d47738;
  border-radius: 5px;
}
.about-items .about-item .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  height: 86px;
  justify-content: space-around;
}
.about-items .about-item .content .title {
  color: #c18214;
  /* font-size: 30px; */
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
}
.about-items .about-item .content .title .odometer-inside {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.about-items .about-item .content .title .odometer-auto-theme {
  line-height: 1;
  font-family: inherit;
}
.about-items .about-item .content .title .odometer-auto-theme .odometer-digit {}
.about-items .about-item .content p {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
}
.about-img-5 {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .about-img-5 {
    text-align: center;
  }
}
.about-img-5 .about-counter {
  background: var(--rr-color-common-white);
  box-shadow: 0px 9px 56px rgba(31, 35, 23, 0.12);
  border-radius: 15px;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  right: 50px;
  animation: hero-anim 2s infinite linear alternate-reverse;
}
@media only screen and (max-width: 767px) {
  .about-img-5 .about-counter {
    bottom: 30px;
    right: 0px;
  }
}
.about-img-5 .about-counter .about-counter-top {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  padding: 20px;
}
.about-img-5 .about-counter .about-counter-top .customer-list {
  display: flex;
  align-items: center;
}
.about-img-5 .about-counter .about-counter-top .customer-list li {
  display: inline-flex;
}
.about-img-5 .about-counter .about-counter-top .customer-list li:not(:first-of-type) {
  margin-left: -20px;
}
.about-img-5 .about-counter .about-counter-top .customer-list li span, .about-img-5 .about-counter .about-counter-top .customer-list li img {
  filter: saturate(0);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid var(--rr-color-theme-primary);
}
.about-img-5 .about-counter .about-counter-top span {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  font-size: 30px;
  font-weight: 700;
}
.about-img-5 .about-counter .counter-text {
  background-color: var(--rr-color-theme-primary);
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .about-content-5 {
    margin-top: 40px;
  }
}
.about-content-5 .desc {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .about-content-5 .desc {
    font-size: 16px;
  }
}
.about-content-5 .about-list li {
  display: grid;
  align-items: center;
  grid-template-columns: 55px 1fr;
  grid-gap: 15px;
}
.about-content-5 .about-list li:not(:last-of-type) {
  margin-bottom: 35px;
}
.about-content-5 .about-list li .number {
  background-color: var(--rr-color-heading-primary);
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
}
.about-content-5 .about-list li p {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about-content-5 .about-list li p {
    font-size: 16px;
  }
}
.about-content-5 .about-list li p span {
  font-weight: 700;
  color: var(--rr-color-heading-primary);
}
.about-img-6 {
  max-width: 570px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--rr-color-heading-primary);
  border-radius: 60px;
  margin-left: 20px;
}
@media only screen and (max-width: 992px) {
  .about-img-6 {
    margin-left: 0;
    margin-top: 40px;
  }
}
.about-img-6 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@-webkit-keyframes hero-anim {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-moz-keyframes hero-anim {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-ms-keyframes hero-anim {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes hero-anim {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
/* !END: About CSS */
/**----------------------------------------
    START: Service CSS
----------------------------------------*/
.service-section .section-heading .bg-text {
  font-family: "Unbounded";
  font-weight: 700;
  font-size: 180px;
  color: #2F2F2F;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2F2F2F;
  position: absolute;
  right: -20%;
  left: auto;
  transform: translate(0);
  top: 0;
  width: auto;
}
.service-wrap {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 84.79%, rgba(197, 255, 74, 0.2) 100%), #171717;
  backdrop-filter: blur(145px);
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 30px;
  overflow: hidden;
}
.service-item {
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 30.5%, #1F1F1F 100%);
  filter: drop-shadow(0px 4px 48px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
  padding: 60px;
  border: 1px solid rgba(64, 64, 64, 0.6);
}
@media (max-width: 1170px) {
  .service-item {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-item {
    padding: 40px 20px;
  }
}
.service-item .icon {
  background-color: var(--rr-color-theme-primary);
  height: 98px;
  width: 98px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.service-item .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .service-item .content .title {
    font-size: 20px;
  }
}
.service-item .content p {
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
}
.service-item .content .service-btn {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.service-item .content .service-btn i {
  padding-left: 5px;
}
.service-item .content .service-btn:before {
  background-color: var(--rr-color-common-white);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item .content .service-btn:hover {
  color: var(--rr-color-theme-primary);
}
.service-item .content .service-btn:hover:before {
  background-color: var(--rr-color-theme-primary);
}
.service-item:hover .icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.service-section-2 {
  background-color: var(--rr-color-theme-primary);
  border-top: 2px solid var(--rr-color-heading-primary);
  border-bottom: 2px solid var(--rr-color-heading-primary);
}
.service-item-2 {
  background-color: var(--rr-color-common-white);
  padding: 60px;
  border-radius: 20px;
  border: 2px solid var(--rr-color-heading-primary);
  position: relative;
}
@media only screen and (max-width: 992px) {
  .service-item-2 {
    padding: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .service-item-2 {
    padding: 40px 20px;
  }
}
.service-item-2 .icon {
  background-color: var(--rr-color-theme-primary);
  height: 96px;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 50%;
  margin-bottom: 35px;
}
.service-item-2 .content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .service-item-2 .content .title {
    font-size: 22px;
  }
}
.service-item-2 .content .title a {
  background: linear-gradient(var(--rr-color-heading-primary) 0%, var(--rr-color-heading-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-2 .content .title a:hover {
  color: var(--rr-color-heading-primary);
  background-size: 100% 2px;
}
.service-item-2 .content p {
  margin-bottom: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .service-item-2 .content p {
    font-size: 16px;
  }
}
.service-item-2 .content .service-btn {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.service-item-2 .content .service-btn:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-item-2 .content .service-btn:hover:before {
  width: 100%;
}
.service-item-2:hover .icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.service-wrap.wrap-2 {
  background: var(--rr-color-heading-primary);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 80px;
}
@media only screen and (max-width: 767px) {
  .service-wrap.wrap-2 {
    border-radius: 0;
  }
}
.service-wrap.wrap-2 .service-item {
  background: rgba(26, 26, 26, 0.2);
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(30px);
  border-radius: 30px;
}
.service-section-4 {
  position: relative;
  z-index: 1;
}
.service-section-4 .shape {
  position: absolute;
  top: -40%;
  right: 0;
}
.service-section-4 .section-heading {
  margin-left: 240px;
}
@media (max-width: 1170px) {
  .service-section-4 .section-heading {
    margin-left: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .service-section-4 .section-heading {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section-4 .section-heading {
    margin-left: 0px;
  }
}
@media (max-width: 1170px) {
  .service-section-4 .section-heading .section-title br {
    display: none;
  }
}
.service-card-wrap {
  position: relative;
  padding-top: 75px;
}
.service-card-wrap .border-space {
  background-color: #F4F4F2;
  width: 100%;
  height: 111px;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-card-wrap .service-card {
  background-color: var(--rr-color-common-white);
  padding: 85px 50px 50px 50px;
  border: 3px solid var(--rr-color-heading-primary);
  border-radius: 40px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .service-card-wrap .service-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.service-card-wrap .service-card .icon {
  background-color: var(--rr-color-common-white);
  height: 88px;
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: 50px;
}
@media only screen and (max-width: 992px) {
  .service-card-wrap .service-card .icon {
    left: 30px;
  }
}
.service-card-wrap .service-card .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.service-card-wrap .service-card .content .title a:hover {
  color: var(--rr-color-heading-primary);
}
@media only screen and (max-width: 992px) {
  .service-card-wrap .service-card .content .title {
    font-size: 20px;
  }
}
.service-card-wrap .service-card .content .title:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-card-wrap .service-card .content .title:hover:before {
  width: 100%;
}
.service-card-wrap .service-card .content p {
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
}
.service-card-wrap .service-card .content .service-btn {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.service-card-wrap .service-card .content .service-btn i {
  padding-left: 5px;
}
.service-card-wrap .service-card .content .service-btn:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-card-wrap .service-card .content .service-btn:hover {
  color: var(--rr-color-heading-primary);
}
.service-card-wrap .service-card .content .service-btn:hover:before {
  background-color: var(--rr-color-heading-primary);
}
.service-card-wrap:hover .border-space {
  background-color: var(--rr-color-theme-primary);
  border: 3px solid var(--rr-color-heading-primary);
}
.service-card-wrap:hover .service-card .icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.service-wrap.wrap-3 {
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .service-wrap.wrap-3 {
    border-radius: 0;
  }
}
.service-wrap.wrap-3 .service-item {
  background: rgba(26, 26, 26, 0.2);
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(30px);
  border-radius: 30px;
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-service {
  background-color: var(--rr-color-theme-primary);
  border-top: 2px solid var(--rr-color-heading-primary);
  border-bottom: 2px solid var(--rr-color-heading-primary);
}
.about-service-card {
  background-color: var(--rr-color-common-white);
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 50%;
  height: 427px;
  max-width: 427px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 60px;
}
@media (max-width: 1170px) {
  .about-service-card {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .about-service-card {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-service-card {
    height: auto;
    padding: 60px 20px;
    border-radius: 30px;
  }
}
.about-service-card .icon {
  margin-bottom: 30px;
}
.about-service-card .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-service-card .title:before {
  background-color: var(--rr-color-common-white);
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .about-service-card .title:before {
    display: none;
  }
}
.about-service-card .title:hover {
  color: var(--rr-color-heading-primary);
}
.about-service-card .title:hover:before {
  background-color: var(--rr-color-heading-primary);
  width: 100%;
}
.about-service-card .title a {
  color: var(--rr-color-heading-primary);
}
.about-service-card p {
  color: var(--rr-color-heading-primary);
  font-weight: 500;
  margin-bottom: 0;
}
.about-service-card:hover .icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@media (max-width: 1170px) {
  .service-details-content {
    margin-bottom: 50px;
  }
}
.service-details-content .service-details-thumb {
  max-width: 100%;
  width: 100%;
  /*border-radius: 30px;*/
  overflow: hidden;
  margin-bottom: 40px;
}
.service-details-content .service-details-thumb img {
  /*width: 100%;
  height: 100%;
  object-fit: cover;*/
}
.service-details-content {
  margin: 2rem 0 4rem 0;
  background: #fff;
  padding: 1rem;
}
.service-details-content .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .title {
    font-size: 30px;
  }
}
.service-details-content .service-details-img-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 24px;
  margin: 50px 0;
}
.service-details-content .service-details-img-wrap .details-img {
  width: 100%;
  overflow: hidden;
}
.service-details-content .service-details-img-wrap .details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details-content .bottom-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-section .back {
  text-align: center;
  margin: 1rem 0 2rem 0;
  overflow: hidden;
}
.blog-section .back button {
  background: #434343;
  color: #FFF;
  border-radius: 15px;
  padding: .6rem 2rem;
}
.blog-section .back button:hover {
  background: #e49a26;
}
/* !END: Service CSS */
/**----------------------------------------
    START: Team CSS
----------------------------------------*/
.team-item {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  z-index: 1;
}
.team-item .overlay {
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 20.71%, rgba(23, 23, 23, 0.7) 72.39%, rgba(23, 23, 23, 0.9) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.team-item .team-thumb {
  height: 515px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .team-item .team-thumb {
    height: 420px;
  }
}
.team-item .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0) contrast(110%);
}
.team-item .team-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
}
@media (max-width: 1170px) {
  .team-item .team-content {
    left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-item .team-content {
    left: 20px;
    padding-right: 20px;
  }
}
.team-item .team-content .title {
  color: var(--rr-color-common-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-item .team-content span {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 400;
}
.team-item .team-social {
  background-color: var(--rr-color-heading-primary);
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 3;
  list-style: none;
  border-radius: 0 0 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-item .team-social li:not(:last-of-type) {
  margin-bottom: 10px;
}
.team-item .team-social li a {
  background-color: #212121;
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 12px;
  font-weight: 600;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #333;
}
.team-item .team-social li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
}
.team-item:hover .team-social {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.team-item-2 .team-social {
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  position: unset;
  right: 0;
  top: 0;
  padding: 0;
  border-radius: 0;
}
.team-item-2 .team-social li {
  display: inline-flex;
}
.team-item-2 .team-social li a {
  background-color: var(--rr-color-heading-primary);
}
.team-item-2 .team-thumb {
  height: 450px;
}
.team-item-2 .team-content {
  bottom: 35px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-content span {
  display: inline-block;
  margin-bottom: 30px;
}
.team-item-2 .team-content .team-social li a:hover {
  background-color: var(--rr-color-common-white);
}
.team-item-2:hover .team-content {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}
.team-item-3 {
  background-color: var(--rr-color-common-white);
  border: 3px solid var(--rr-color-heading-primary);
  border-radius: 40px;
}
.team-item-3 .team-thumb {
  background-color: #111;
  mask-image: url(../image/team-mask.png);
  mask-repeat: no-repeat;
  width: 100%;
  height: 467px;
}
@media (max-width: 1399px) {
  .team-item-3 .team-thumb {
    mask-position: -30px;
  }
}
@media (max-width: 1170px) {
  .team-item-3 .team-thumb {
    mask-position: -80px;
  }
}
@media only screen and (max-width: 992px) {
  .team-item-3 .team-thumb {
    mask-position: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-item-3 .team-thumb {
    mask-position: -40px;
  }
}
.team-item-3 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item-3 .team-thumb .overlay {
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 20.71%, rgba(23, 23, 23, 0.7) 82.39%, rgba(23, 23, 23, 0.9) 100%);
}
.team-item-3 .team-content {
  bottom: 50px;
}
.team-item-3 .team-content span {
  margin-bottom: 0;
}
.team-item-3 .team-social-2 {
  position: absolute;
  right: 80px;
  bottom: 80px;
}
@media (max-width: 1399px) {
  .team-item-3 .team-social-2 {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-item-3 .team-social-2 {
    right: 20px;
    bottom: 100px;
  }
}
.team-item-3 .team-social-2 .expand {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 15px;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 50%;
}
.team-item-3 .team-social-2 .expand:hover {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color--primary);
}
.team-item-3 .team-social-2 .social-list {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
}
.team-item-3 .team-social-2 .social-list li {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.team-item-3 .team-social-2 .social-list li a {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 15px;
  font-weight: 600;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-3 .team-social-2 .social-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
}
.team-item-3 .team-social-2 .social-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.team-item-3 .team-social-2 .social-list li:nth-child(4) {
  transition-delay: 100ms;
}
.team-item-3 .team-social-2 .social-list li:nth-child(3) {
  transition-delay: 150ms;
}
.team-item-3 .team-social-2 .social-list li:nth-child(2) {
  transition-delay: 200ms;
}
.team-item-3 .team-social-2 .social-list li:nth-child(1) {
  transition-delay: 250ms;
}
.team-item-3 .team-social-2:hover .social-list li {
  visibility: visible;
  opacity: 1;
}
.team-item-3:hover .team-content {
  bottom: 30px;
}
.team-details-img {
  position: relative;
  height: 750px;
  max-width: 500px;
  width: 100%;
  border-radius: 30px;
}
@media only screen and (max-width: 992px) {
  .team-details-img {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details-img {
    height: 500px;
  }
}
.team-details-img .author-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.team-details-img .award-wrap {
  background-color: var(--rr-color-common-white);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  width: 100%;
  border-radius: 0 30px 30px 30px;
  border: 2px solid var(--rr-color-heading-primary);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .team-details-img .award-wrap {
    padding: 30px;
  }
}
.team-details-img .award-wrap .award {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.team-details-content {
  max-width: 725px;
  width: 100%;
}
.team-details-content .name {
  color: var(--rr-color-heading-primary);
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .name {
    font-size: 30px;
  }
}
.team-details-content .name span {
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.team-details-content .desc {
  font-size: 18px;
  max-width: 650px;
  width: 100%;
}
.team-details-content .team-details-list {
  margin-bottom: 40px;
}
.team-details-content .team-details-list li {
  font-family: var(--rr-ff-body);
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .team-details-content .team-details-list li {
    flex-direction: column;
    row-gap: 10px;
    align-items: baseline;
  }
}
.team-details-content .team-details-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .team-details-list li:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.team-details-content .team-details-list li .position {
  max-width: 130px;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .team-details-content .team-details-list li .position {
    font-weight: 700;
  }
}
.team-details-content .team-details-list li .info {
  font-size: 20px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
  margin-bottom: 0;
}
.team-details-content .team-details-social {
  margin-bottom: 60px;
}
.team-details-content .team-details-social li {
  display: inline-flex;
}
.team-details-content .team-details-social li a {
  color: var(--rr-color-heading-primary);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 15px;
}
.team-details-content .team-details-social li a:hover {
  background-color: var(--rr-color-theme-primary);
}
.team-details-content .details-content-wrap .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .details-content-wrap .title {
    font-size: 24px;
  }
  .team-details-content .details-content-wrap .title br {
    display: none;
  }
}
.team-details-content .details-content-wrap p {
  font-size: 18px;
  margin-bottom: 40px;
}
.team-details-content .details-content-wrap .skills-items .skill-item-2 .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .details-content-wrap .skills-items .skill-item-2 .title {
    font-size: 12px;
  }
}
.team-details-content .details-content-wrap .skills-items .skill-item-2 .progress {
  border: 2px solid var(--rr-color-heading-primary);
  border-left: none;
  border-radius: 0;
}
.team-details-content .details-content-wrap .skills-items .skill-item-2 .progress .progress-bar {
  border-right: 2px solid var(--rr-color-heading-primary);
  border-left: 2px solid var(--rr-color-heading-primary);
  border-radius: 0;
}
.team-details-content .details-content-wrap .skills-items .skill-item-2 .progress .progress-bar span {
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
  top: -30px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .details-content-wrap .skills-items .skill-item-2 .progress .progress-bar span {
    top: -50px;
    font-size: 12px;
  }
}
/* !END: Team CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.growth-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.growth-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 620px;
  max-width: 960px;
}
.growth-section .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.growth-section .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1600px) {
  .growth-section .overlay {
    visibility: visible;
    opacity: 1;
  }
}
.growth-section .shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .growth-section .shape {
    display: none;
  }
}
.growth-content {
  position: relative;
  z-index: 2;
}
.growth-content p {
  color: #878787;
  max-width: 630px;
  width: 100%;
}
@media (max-width: 1600px) {
  .growth-content p {
    color: var(--rr-color-common-white);
  }
}
/* !END: Page Header CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.video-section {
  background-image: url(../image/video-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 598px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .video-section {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section {
    height: 450px;
  }
}
.video-wrap {
  margin-top: -185px;
}
.video-wrap .play-btn {
  position: relative;
  z-index: 2;
}
.video-wrap .play-btn:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 100px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-wrap .play-btn:hover:before {
  top: 0;
}
.video-wrap a {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 16px 40px;
  border-radius: 100px;
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid var(--rr-color-heading-primary);
}
.video-wrap.wrap-2 {
  margin-top: 0;
}
/* !END: Page Header CSS */
/**----------------------------------------
    START: Cta CSS
----------------------------------------*/
.cta-section {
  margin-top: -185px;
  position: relative;
  z-index: 1;
}
.cta-wrap {
  background-color: var(--rr-color-common-white);
  border: 3px solid var(--rr-color-heading-primary);
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .cta-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrap {
    padding: 50px 30px;
  }
}
.cta-wrap .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 30px;
}
@media only screen and (max-width: 992px) {
  .cta-wrap .overlay {
    visibility: visible;
    opacity: 1;
  }
}
.cta-wrap .cta-img {
  position: absolute;
  bottom: -3px;
  left: -3px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .cta-wrap .cta-img {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrap .cta-img {
    display: none;
  }
}
.cta-wrap .cta-content {
  position: relative;
  z-index: 5;
}
@media (max-width: 1399px) {
  .cta-wrap .cta-content {
    padding-left: 70px;
  }
}
@media (max-width: 1170px) {
  .cta-wrap .cta-content {
    padding-left: 0;
  }
}
.cta-wrap .cta-content .section-heading .section-title {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .cta-wrap .cta-content .section-heading .section-title {
    font-size: 26px;
  }
}
.cta-wrap .cta-content .cta-contact {
  display: grid;
  align-items: center;
  grid-template-columns: 84px 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .cta-wrap .cta-content .cta-contact {
    grid-template-columns: 1fr;
  }
}
.cta-wrap .cta-content .cta-contact .icon {
  background-color: var(--rr-color-theme-primary);
  height: 84px;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 50%;
}
.cta-wrap .cta-content .cta-contact .icon img {
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cta-wrap .cta-content .cta-contact .content span {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cta-wrap .cta-content .cta-contact .content a {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cta-wrap .cta-content .cta-contact .content a {
    font-size: 18px;
  }
}
.cta-wrap .cta-content .cta-contact .content a:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-wrap .cta-content .cta-contact .content a:hover:before {
  width: 100%;
}
.cta-section-2 {
  background-color: var(--rr-color-heading-primary);
  position: relative;
  z-index: 1;
}
.cta-section-2 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@-webkit-keyframes phone-icon-animate {
  0%, 100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%, 100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%, 40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
/* !END: Cta CSS */
/**----------------------------------------
    START: Process CSS
----------------------------------------*/
.process-item .number {
  font-family: var(--rr-ff-heading);
  display: inline-block;
  color: #2C3135;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2C3135;
  margin-bottom: 25px;
}
.process-item .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.process-item p {
  font-weight: 500;
  margin-bottom: 0;
}
/* !END: Process CSS */
/**----------------------------------------
    START: Appointment CSS
----------------------------------------*/
/*========= 立即報名 ========= */
.appointment-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 700px;
}
.appointment-content .section-heading .section-title {
  font-size: 36px;
  font-weight: 600;
}
.appointment-section .form {
  padding: 60px 0 80px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.appointment-content p {
  margin-bottom: 40px;
}
/*=== 身分標題 ===*/
.appointment-content {}
.appointment-content .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1rem 0 0 0;
}
.appointment-content .section-heading .iconimg {}
.appointment-content .section-heading .text {
  border-radius: 50%;
  width: 176px;
  height: 176px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: -.5rem 0 0 0;
}
/*~~分顏色*/
.appointment-content .section-heading.identity1 .text {
  background: #85c091;
}
.appointment-content .section-heading.identity2 .text {
  background: #84a1c1;
}
.appointment-content .section-heading.identity3 .text {
  background: #c7bd96;
}
.appointment-content .section-heading .text .section-title {
  width: 152px;
  height: 152px;
  border: 4px #fff dashed;
  border-radius: 50%;
  padding: 1.3rem 0;
}
.appointment-content .section-heading .section-title .section-title span {}
/*~~快速登入(先隱藏)*/
.quickin {
  text-align: center;
  padding-bottom: 2rem;
  display: none;
}
.quickin h4 {
  font-size: 18px;
  font-weight: 400;
}
.quickin .social-login {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: .5rem 0 1.5rem 0;
}
.quickin .social-login span {
  margin: 0 15px;
}
.quickin .social-login span a {
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  transition: all .2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quickin .social-login span svg {
  width: 40px;
  height: 40px;
}
.a-divider {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #4e7aa1;
  z-index: 1;
}
.a-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 98%;
  background: #4e7aa169;
  z-index: -1;
}
.appointment-form {
  background-color: var(--rr-color-common-white);
  max-width: 100%;
  width: 100%;
}
.a-divider span {
  background: #fff;
  padding: 0 10px;
}
.form-group {
  padding: 1rem;
  background: #fff;
  align-items: center;
}
.form-group:nth-child(odd) {
  background: #ececec;
}
.form-group .form-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.form-group .form-item.align-items {
  align-items: flex-start;
}
.appointment-form .form-item .title {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  min-width: 150px;
}
.appointment-form .form-item .title.no {
  min-width: 60px;
}
.appointment-form .form-item .title.fill {
  min-width: inherit;
  width: 100%;
}
.appointment-form .form-item .form-control {
  box-shadow: none;
}
.appointment-form .form-item.message-item .form-control {
  border-radius: 15px;
}
.appointment-form .radio-label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* justify-content: space-between; */
  align-items: center;
  margin: 0 1.5rem 0 0;
}
.appointment-form .radio-label .choo {
  margin: 3px 0 0 5px;
}
/* 自有土地 */
.own_land_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
}
.own_land_col {
  display: flex;
  width: 23.3%;
  padding-left: 1%;
  padding-right: 1%;
  align-items: center;
  margin-bottom: 0;
}
.own_land_col_2 {
  display: flex;
  width: 30%;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 0;
}
.own_land_col > .form-item,.own_land_col_2 > .form-item {
  width: 100%;
}
/*===== 點選無自有地出現選項*/
.appointment-form .imgbo {
  padding: 1rem 0;
}
.appointment-form .imgbo img {
  border-radius: 5px;
}
.appointment-form ul.listr {
  display: flex;
  list-style: none;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 5px;
}
.appointment-form ul.listr li {
  display: flex;
  padding: 8px 5px;
  font-size: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.appointment-form ul.listr li span.ter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.appointment-form ul.listr li span.ter span {
  margin: 0 5px;
}
.appointment-form p {
  font-size: 24px;
  font-weight: 400;
  margin: 1rem 0;
}
.appointment-form .submit-btn {
  text-align: center;
}
.appointment-form .submit-btn .rr-primary-btn {
  justify-content: center;
  font-size: 24px;
  border-radius: 25px;
  background: #5e5e5e;
  border: none;
  padding: .5rem 2em;
  font-weight: 400;
  color: #fff;
  margin: 1rem auto;
}
.appointment-2 {
  background-color: var(--rr-color-theme-primary);
  border-bottom: 3px solid var(--rr-color-heading-primary);
  overflow-x: clip;
}
.appointment-content.content-2 .section-heading .section-title {
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .appointment-content.content-2 .section-heading .section-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-content.content-2 .section-heading .section-title {
    font-size: 26px;
  }
}
.appointment-content.content-2 p {
  color: var(--rr-color-heading-primary);
  max-width: 650px;
  width: 100%;
  font-weight: 500;
}
.appointment-content.content-2 p br {
  display: none;
}

/*==== 首頁活動概述連結按鈕 ====*/
.appointment-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  flex-wrap: nowrap;
  row-gap: 20px;
  /* margin: 72px 0 0 0; */
  margin: 17% 0 0 0;
  position: relative;
  padding: 10px 0 0 0;
}
.appointment-items::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 50%;
  border-right: 2px #fff dotted;
  margin-right: -10px;
}
.appointment-items .appointment-item {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}
.appointment-items .appointment-item .icon {
  background-color: #6d945066;
  color: var(--rr-color-heading-primary);
  font-size: 26px;
  height: 86px;
  width: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*報名按鈕*/
.appointment-items .appointment-item.aps .icon {
  background: #259a5a66;
}
.appointment-items .appointment-item .content .title {
  margin: 0 0 0 -25px;
}
.appointment-items .appointment-item.aps .content .title {
  margin: 0 0 0 -30px;
}
.appointment-items .appointment-item .content .title a {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
.appointment-items .appointment-item .content .title a:before {
  background-color: #b0d298;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.appointment-items .appointment-item .content .title a:hover {
  color: #ecfde0;
}
.appointment-items .appointment-item .content .title a:hover:before {
  width: 100%;
}
.appointment-items .appointment-item .content .title a span {
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.appointment-items .appointment-item .content .title a span.ov {
  background: none;
  font-size: 32px;
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
@media only screen and (max-width: 500px) {
  .appointment-items .appointment-item .content .title a span.ov {
    font-size: 25px;
  }
}
.appointment-items .appointment-item .content .title a span i {
  color: #9ac07f;
  font-size: 18px;
}
.appointment-form.form-2 {
  border: 3px solid var(--rr-color-heading-primary);
  margin-left: auto;
  margin-bottom: -80px;
}
@media (max-width: 1170px) {
  .appointment-form.form-2 {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 992px) {
  .appointment-form.form-2 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-form.form-2 {
    margin-bottom: 50px;
  }
}
/* iPad Landscape (橫向) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .appointment-items .appointment-item .content .title a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .appointment-items .appointment-item .icon {
    height: 40px;
    width: 40px;
  }
  .appointment-items .appointment-item .icon > img {
    height: 30px;
    width: 30px;
  }
  .appointment-items {
    margin: 35px 0 35px 0 !important;
  }
  .appointment-items::after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 1px;
      height: 100%;
      top: 0;
      right: 53%;
      border-right: 2px #fff dotted;
      margin-right: -10px;
  }
}
/* iPad Pro 11-inch Portrait (直向) */
@media screen and (min-width: 820px) and (max-width: 850px) and (orientation: portrait) {
  .appointment-items .appointment-item .content .title a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .appointment-items .appointment-item .icon {
    height: 40px;
    width: 40px;
  }
  .appointment-items .appointment-item .icon > img {
    height: 30px;
    width: 30px;
  }
  .appointment-items {
    margin: 35px 0 35px 0 !important;
  }
  .appointment-items::after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 1px;
      height: 100%;
      top: 0;
      right: 53%;
      border-right: 2px #fff dotted;
      margin-right: -10px;
  }
}

/* iPad Pro 12.9-inch Portrait (直向) */
@media screen and (min-width: 1020px) and (max-width: 1050px) and (orientation: portrait) {
  .appointment-items .appointment-item .content .title a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .appointment-items .appointment-item .icon {
    height: 40px;
    width: 40px;
  }
  .appointment-items .appointment-item .icon > img {
    height: 30px;
    width: 30px;
  }
  .appointment-items {
    margin: 35px 0 35px 0 !important;
  }
  .appointment-items::after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 1px;
      height: 100%;
      top: 0;
      right: 53%;
      border-right: 2px #fff dotted;
      margin-right: -10px;
  }
}

.appointment-3 {
  background-color: var(--rr-color-heading-primary);
  overflow-x: clip;
}
.appointment-content.content-3 p {
  font-weight: 400;
  color: var(--rr-color-common-white);
}
.appointment-items.items-2 .appointment-item .content span {
  color: var(--rr-color-common-white);
}
.appointment-items.items-2 .appointment-item .content .title a {
  color: var(--rr-color-common-white);
}
.appointment-items.items-2 .appointment-item .content .title a:hover {
  color: var(--rr-color-theme-primary);
}

/* !END: Appointment CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
@media only screen and (max-width: 992px) {
  .project-item {
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
  }
}
.project-item .project-thumb {
  height: 724px;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid var(--rr-color-heading-primary);
}
@media only screen and (max-width: 992px) {
  .project-item .project-thumb {
    height: 450px;
  }
}
.project-item .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.project-item .project-thumb .project-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.project-item .project-thumb .project-btn a {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 25px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.project-item .project-content {
  display: flex;
  align-items: center;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .project-item .project-content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .project-item .project-content {
    flex-direction: column;
    row-gap: 20px;
    align-items: baseline;
  }
}
.project-item .project-content .number {
  background-color: var(--rr-color-theme-primary);
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  border: 2px solid var(--rr-color-heading-primary);
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .project-item .project-content .number {
    height: 70px;
    width: 70px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .project-item .project-content .number {
    visibility: visible;
    opacity: 1;
    position: inherit;
    transform: translate(0);
    left: 0;
  }
}
.project-item .project-content .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1170px) {
  .project-item .project-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .project-item .project-content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .project-item .project-content .title {
    font-size: 20px;
  }
}
.project-item:hover .project-btn {
  transform: translate(-50%, -50%) scale(1);
}
.project-item:hover .project-content .number {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.project-item:hover .project-content .title {
  padding-left: 120px;
}
@media only screen and (max-width: 992px) {
  .project-item:hover .project-content .title {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .project-item:hover .project-content .title {
    padding-left: 0;
  }
}
.project-item.item-2 {
  margin-left: 50px;
  margin-top: -80px;
}
@media only screen and (max-width: 992px) {
  .project-item.item-2 {
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
  }
}
.project-item.item-2 .project-thumb {
  height: 574px;
}
@media only screen and (max-width: 992px) {
  .project-item.item-2 .project-thumb {
    height: 450px;
  }
}
.project-item.item-2 .project-content {
  margin-top: 40px;
}
.project-item.item-2 .project-content .number {
  height: 70px;
  width: 70px;
  font-size: 18px;
}
.project-item.item-2 .project-content .title {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .project-item.item-2 .project-content .title {
    font-size: 20px;
  }
}
.project-item.item-2:hover .project-content .title {
  padding-left: 90px;
}
@media only screen and (max-width: 767px) {
  .project-item.item-2:hover .project-content .title {
    padding-left: 0;
  }
}
.project-counter .title {
  font-size: 120px;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rr-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .project-counter .title {
    font-size: 70px;
  }
}
.project-counter .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.project-counter p {
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-left: 10px;
}
.project-card {
  border-radius: 60px;
  border: 3px solid var(--rr-color-heading-primary);
  overflow: hidden;
  position: relative;
}
.project-card .project-img {
  height: 620px;
}
@media only screen and (max-width: 767px) {
  .project-card .project-img {
    height: 450px;
  }
}
.project-card .project-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-card .project-content {
  background-color: var(--rr-color-heading-primary);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 826px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 40px 60px;
  border-radius: 100px;
}
@media only screen and (max-width: 992px) {
  .project-card .project-content {
    max-width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .project-card .project-content {
    max-width: 250px;
    padding: 30px 20px;
    border-radius: 30px;
    bottom: 20px;
  }
}
.project-card .project-content .left-content span {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .project-card .project-content .left-content span {
    font-size: 10px;
  }
}
.project-card .project-content .left-content .title {
  color: var(--rr-color-common-white);
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .project-card .project-content .left-content .title {
    font-size: 20px;
  }
}
.project-card .project-content .project-btn {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.project-card .project-content .project-btn:hover {
  background-color: var(--rr-color-common-white);
}
.project-carousel {
  max-width: 925px;
  margin: 0 auto;
  overflow: visible;
}
.project-carousel .swiper-slide .project-card .project-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-carousel .swiper-slide.swiper-slide-active .project-card .project-content {
  visibility: visible;
  opacity: 1;
}
.project-details-content .project-details-img {
  height: 650px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  border: 3px solid var(--rr-color-heading-primary);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .project-details-content .project-details-img {
    height: 450px;
    margin-bottom: 60px;
  }
}
.project-details-content .project-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-details-content .details-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .project-details-content .details-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.project-details-items {
  background-color: var(--rr-color-heading-primary);
  padding: 50px 35px;
  border-radius: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1170px) {
  .project-details-items {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .project-details-items {
    padding-bottom: 26px;
  }
}
.project-details-items .project-details-item {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 992px) {
  .project-details-items .project-details-item {
    margin-bottom: 24px;
  }
}
.project-details-items .project-details-item .icon {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  font-size: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.project-details-items .project-details-item .content span {
  font-family: var(--rr-ff-heading);
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1170px) {
  .project-details-items .project-details-item .content span {
    font-size: 12px;
  }
}
.project-details-items .project-details-item .content .title {
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1170px) {
  .project-details-items .project-details-item .content .title {
    font-size: 12px;
  }
}
/* !END: Page Header CSS */
/**----------------------------------------
    START: Feature CSS
----------------------------------------*/
/*==== 立即報名(身分入口)  ====*/
.feature-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature-section .point {
  background: url(../image/point.png) repeat-x center 60%;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 150px;
  left: 0;
  display: block;
}
.feature-section .feature-img {
  position: absolute;
  top: 5rem;
  left: 0;
  height: 727px;
  max-width: 736px;
  width: 100%;
}
.feature-section .feature-img .main-img {
  width: 100%;
  height: 100%;
}
.feature-section .feature-img .feature-exp-img {
  position: absolute;
  top: 0;
  right: 0;
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 1170px) {
  .feature-section .feature-img .feature-exp-img {
    display: none;
  }
}
.feature-section .overlay {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.feature-section .shape {
  position: absolute;
  bottom: -40%;
  right: 0;
  z-index: -1;
}
.feature-section .section-heading.page .sub-heading {
  color: #565656;
  font-size: 30px;
  font-weight: 400;
  margin: 1.5rem 0
}
.feature-content {
  position: relative;
  z-index: 1;
}
.feature-content .desc {
  font-size: 20px;
  font-weight: 500;
}
.feature-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
  /* padding: 5rem 0 8rem 0; */
  padding: 1rem 0 8rem 0;
}
.feature-items-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
  padding: 2rem 0 0rem 0;
}
.feature-item {
  display: flex;
  grid-gap: 0px;
  justify-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin: 10px 12px;
  padding: 4rem 1.5rem 2rem 1.5rem;
  border-radius: 5px;
  position: relative;
  background: url(../picture/feature-item.png) no-repeat center bottom;
}
/*~~ 順序換色 ~~*/
.feature-item:nth-child(1) {
  background-color: #85c091;
  border: 5px solid #85c091;
}
.feature-item:nth-child(2) {
  background-color: #84a1c1;
  border: 5px solid #84a1c1
}
.feature-item:nth-child(3) {
  background-color: #c7bd96;
  border: 5px solid #c7bd96;
}
.feature-item-3 {
  display: flex;
  grid-gap: 0px;
  justify-items: stretch;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 10px 12px !important;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 5px;
  position: relative;
  background: url(../picture/feature-item.png) no-repeat right bottom,url(../picture/snow_bg_1.png) no-repeat left bottom,url(../picture/snow_bg_2.png) no-repeat 96% bottom;
      background-size: auto, contain, contain;
  background-color: #da6060;
  border: 5px solid #da6060;
}
@media only screen and (max-width: 767px) {
  .feature-item {
    grid-template-columns: 1fr;
  }
}
.feature-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-item span.nu {
  position: absolute;
  top: -3.5rem;
  right: .5rem;
  font-size: 200px;
  font-weight: 600;
  color: #ffffff1a;
  display: inline-block;
  line-height: initial;
}
.feature-item .icon {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0000000f;
  padding-bottom: 15px;
}
.feature-item .content {
  text-align: right;
  padding: 0 0 10px 0;
}
.feature-item .content .title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #434343;
}
.feature-item .content .title span {
  margin: 10px;
  display: inline-block;
}
.feature-item .content a.rr-primary-btn {
  font-size: 30px;
  color: #fff;
  border: none;
  padding: .4rem 2.2rem;
  font-weight: 400;
}
.feature-item-3 span.nu {
    position: absolute;
    top: -4.8rem;
    right: .5rem;
    font-size: 200px;
    font-weight: 600;
    color: #0000001a;
    /* display: inline-block; */
    display: none;
    line-height: initial;
}
.feature-item-3 .icon {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0000000f;
  padding-bottom: 15px;
}
.feature-item-3 .content {
  text-align: right;
  padding: 0 0 0 0;
  margin-left: 3%;
  width: max-content;
}
.feature-item-3 .content .title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 10px !important;
  /* color: #434343; */
  color: #ffffff;
}
.feature-item-3 .content p {
  color: #ffffff;
  font-size: 1rem;
}
.feature-item-3 .content .title span {
  margin: 10px;
  display: inline-block;
}
.feature-item-3 .content a.rr-primary-btn {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #fff;
  border: none;
  padding: .4rem 1.5rem;
  font-weight: 400;
  position: absolute;
  right: 1%;
  bottom: 10%;
  background: #da6060;
  display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*~~ 順序換色 ~~*/
.feature-item:nth-child(1) .content a.rr-primary-btn {
  background: #85c091;
}
.feature-item:nth-child(2) .content a.rr-primary-btn {
  background: #84a1c1;
}
.feature-item:nth-child(3) .content a.rr-primary-btn {
  background: #c7bd96;
}
.feature-item .content a.rr-primary-btn:hover, .feature-item .content a.rr-primary-btn:after, .feature-item .content a.rr-primary-btn:before {
  background: #ebab47;
}
.feature-item-3 .content a.rr-primary-btn:hover, .feature-item-3 .content a.rr-primary-btn:after, .feature-item-3 .content a.rr-primary-btn:before {
  background: #ebab47;
}
.feature-item .content p {
  max-width: 390px;
  width: 100%;
}
.feature-item .content p:last-of-type {
  margin-bottom: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.feature-item-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 1170px) {
  .feature-item-wrap {
    margin-top: 40px;
  }
}
.feature-item-wrap:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 29px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .feature-item-wrap:before {
    display: none;
  }
}
.feature-item-wrap .feature-item-2 {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .feature-item-wrap .feature-item-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .feature-item-wrap .feature-item-2:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.feature-item-wrap .feature-item-2 .number {
  background-color: var(--rr-color-common-white);
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  border: 2px solid var(--rr-color-heading-primary);
}
.feature-item-wrap .feature-item-2 .feature-box {
  display: grid;
  align-items: center;
  grid-template-columns: 98px 1fr;
  grid-gap: 35px;
  padding: 38px;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 15px;
  max-width: 647px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .feature-item-wrap .feature-item-2 .feature-box {
    grid-template-columns: 1fr;
  }
}
.feature-item-wrap .feature-item-2 .feature-box .content .title {
  margin-bottom: 15px;
  font-weight: 800;
}
.feature-item-wrap .feature-item-2 .feature-box .content p {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
/* !END: Feature CSS */
/**----------------------------------------
    START: Skill CSS
----------------------------------------*/
.skill-section {
  background-color: var(--rr-color-heading-primary);
  position: relative;
  z-index: 1;
}
.skill-section .skill-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.skill-section .skill-img {
  max-width: 832px;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .skill-section .skill-img {
    max-width: 650px;
  }
}
@media (max-width: 1399px) {
  .skill-section .skill-img {
    max-width: 500px;
  }
}
@media (max-width: 1170px) {
  .skill-section .skill-img {
    max-width: 480px;
  }
}
@media only screen and (max-width: 992px) {
  .skill-section .skill-img {
    display: none;
  }
}
.skill-section .skill-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px 0 0 60px;
}
.skill-content p {
  font-size: 20px;
}
.skills-item {
  overflow: hidden;
}
.skills-item:not(:last-of-type) {
  margin-bottom: 35px;
}
.skills-item .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .skills-item .title {
    font-size: 12px;
  }
}
.skills-item .progress {
  height: 13px;
  overflow: visible;
  border-radius: 3px;
}
.skills-item .progress .progress-bar {
  position: relative;
  background-color: var(--rr-color-theme-primary);
  overflow: visible;
  border-radius: 3px;
}
.skills-item .progress .progress-bar span {
  font-size: 14px;
  font-weight: 500;
  background-repeat: no-repeat;
  color: var(--rr-color-common-white);
  position: absolute;
  top: -35px;
  right: -11px;
}
@media only screen and (max-width: 767px) {
  .skills-item .progress .progress-bar span {
    font-size: 12px;
    padding-top: 20px;
    top: -52px;
  }
}
/* !END: Skill CSS */
/**----------------------------------------
    START: Sponsor CSS
----------------------------------------*/
.sponsor-section {
  background-color: var(--rr-color-heading-primary);
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .sponsor-section {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor-section {
    padding: 60px 0;
  }
}
.sponsor-text .title {
  color: var(--rr-color-common-white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 60px;
}
.sponsor-item {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-2 {
  background-color: transparent;
  padding: 0;
  margin-top: 50px;
}
.sponsor-wrapper {
  background-color: var(--rr-color-heading-primary);
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 60px;
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .sponsor-wrapper {
    padding: 70px 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor-wrapper {
    padding: 60px 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* !END: Sponsor CSS */
/**----------------------------------------
    START: Faq CSS
----------------------------------------*/
/*==== 植樹Q&A ====*/
.faq-section {
  position: relative;
  z-index: 1;
}
.faq-section .row .col-xl-12.col-lg-12 {
  padding-left: 0;
}
.faq-accordion.fade-wrapper{
     background: #fff;
    padding: 0 1rem;
}
.faq-section .accordion {
  padding: .5rem 0 2rem 0;

}
.faq-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
}
.faq-content .section-heading .section-title {
  margin-bottom: 20px;
}
.faq-content .section-heading p {
  color: var(--rr-color-heading-primary);
  font-size: 20px;
  font-weight: 500;
  max-width: 620px;
  width: 100%;
}
.faq-content .customer-wrap .customer {
  font-family: var(--rr-ff-heading);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.faq-content .customer-wrap .customer-list {
  display: flex;
  align-items: center;
}
.faq-content .customer-wrap .customer-list li {
  display: inline-flex;
}
.faq-content .customer-wrap .customer-list li:not(:first-of-type) {
  margin-left: -20px;
}
.faq-content .customer-wrap .customer-list li span, .faq-content .customer-wrap .customer-list li img {
  filter: saturate(0);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  border: 2px solid var(--rr-color-theme-primary);
}
.faq-content .customer-wrap .customer-list li span {
  background-color: var(--rr-color-heading-primary);
  color: var(--rr-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 500;
}
.faq-accordion .accordion-item {
  border-radius: 15px;
  overflow: hidden;
  border-bottom: 1px solid #efeeea;
}
.faq-accordion .accordion-item:not(:last-of-type) {}
.faq-accordion .accordion-item .accordion-button {
  background-color: var(--rr-color-common-white);
  font-size: 18px;
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding: 35px 25px;
  line-height: 180%;
}
.faq-accordion .accordion-item .accordion-button span{
      padding: 0 35px 0 70px;
}

.faq-accordion .accordion-item .accordion-button:after {
  color: #c8c8c8;
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  font-weight: bold;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
.faq-accordion .accordion-item .accordion-button:before {
  color: #fff;
  background-image: none;
  background-color: #0f9c56;
  font-size: 18px;
  width: 38px;
  height: 38px;
  font-weight: 500;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  /*margin-right: 25px;*/
  position:absolute;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--rr-color-heading-primary);
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: rotate(0);
}
.faq-accordion .accordion-item .accordion-body {
  padding: 25px 35px;
  background: #efeeea;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.faq-accordion .accordion-item .accordion-body:before {
  background-color: #fff;
  background-image: none;
  color: #0f9c56;
  font-size: 18px;
  width: 38px;
  height: 38px;
  font-weight: 600;
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 2;
  margin-right: 25px;
  position: absolute;
}
.faq-accordion .accordion-item .accordion-body .texbo {
  padding: 0 0 0 65px;
}
.faq-accordion .accordion-item .accordion-body p {
  line-height: 2;
}
.faq-section-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-section-2 .faq-img {
  height: 100%;
  max-width: 800px;
  position: absolute;
  top: 0;
  right: -3px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .faq-section-2 .faq-img {
    right: -200px;
  }
}
@media (max-width: 1170px) {
  .faq-section-2 .faq-img {
    right: -400px;
  }
}
@media only screen and (max-width: 992px) {
  .faq-section-2 .faq-img {
    right: -300px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section-2 .faq-img {
    display: none;
  }
}
.faq-section-2 .faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-accordion-2 {
  margin-left: 0;
  margin-right: 50px;
}
@media only screen and (max-width: 992px) {
  .faq-accordion-2 {
    margin-right: 0;
  }
}
.faq-accordion-2 .accordion-item {
  background-color: var(--rr-color-common-white);
}
.faq-accordion-2 .accordion-item .accordion-button {
  background-color: var(--rr-color-common-white);
  border-bottom: 1px solid transparent;
}
.faq-accordion-2 .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #d9d9d9;
}
.faq-accordion-2 .accordion-item .accordion-body {
  padding-top: 30px;
}
/* !END: Faq CSS */
/**----------------------------------------
    START: Testi CSS
----------------------------------------*/
.testi-item {
  background-color: var(--rr-color-common-white);
  padding: 40px;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .testi-item {
    padding: 30px 20px;
  }
}
.testi-item .testi-thumb {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  margin-bottom: 35px;
}
.testi-item .testi-thumb img {
  filter: saturate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testi-item .content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D2D2D2;
}
.testi-item .content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .testi-item .content .title {
    font-size: 20px;
  }
}
.testi-item .content p {
  color: var(--rr-color-heading-primary);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .testi-item .content p {
    font-size: 15px;
  }
}
.testi-item .testi-author-info {
  display: flex;
  align-items: center;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.testi-item .testi-author-info .review {
  background-color: var(--rr-color-grey-1);
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  list-style: none;
  border-radius: 100px;
  border: 1px solid var(--rr-color-heading-primary);
}
.testi-item .testi-author-info .review li {
  color: #FFB422;
  font-size: 12px;
}
.testi-item .testi-author-info .review li:not(:last-of-type) {
  margin-right: 5px;
}
.testi-item .testi-author-info .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testi-item .testi-author-info .name span {
  font-family: var(--rr-ff-body);
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-top: 5px;
  text-transform: capitalize;
}
.testi-item:hover .testi-thumb img {
  filter: saturate(1);
}
/* !END: Testi CSS */
/**----------------------------------------
    START: Counter CSS
----------------------------------------*/
.counter-section {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .counter-item {
    text-align: center;
  }
}
.counter-item .title {
  font-family: var(--rr-ff-heading);
  font-size: 80px;
  font-size: 700;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--rr-color-heading-primary);
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1170px) {
  .counter-item .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-item .title {
    justify-content: center;
  }
}
.counter-item .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item p {
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}
/* !END: Counter CSS */
/**----------------------------------------
    START: Content CSS
----------------------------------------*/
.content-img-mask {
  max-width: 620px;
  width: 100%;
  height: 520px;
  mask-image: url(../image/content-img-mask.png);
  mask-repeat: no-repeat;
}
@media (max-width: 1170px) {
  .content-img-mask {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.content-img-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .content-info .section-heading .section-title br {
    display: none;
  }
}
.content-info .content-list {
  padding-left: 20px;
  margin-bottom: 40px;
}
.content-info .content-list li {
  color: var(--rr-color-heading-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.content-info .content-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.content-left-info {
  max-width: 760px;
  /* padding: 0 65px 0 25px; */
  padding: 0 25px 0 25px;
  width: 100%;
}
.content-left-info .content-counter-items {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  flex-wrap: nowrap;
  row-gap: 10px;
  flex-direction: column;
  padding: 0 10px;
  margin: 30px 0 0 0;
}
.content-left-info .content-counter-items .content-counter .title {
  font-size: 58px;
  line-height: 1;
  color: #37a669;
  margin: -15px 15px 0 15px;
  white-space:nowrap;
}
@media only screen and (max-width: 767px) {
  .content-left-info .content-counter-items .content-counter .title {
    font-size: 50px;
  }
}
.content-left-info .content-counter-items .content-counter .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.content-left-info .content-counter-items .content-counter p {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0
}
.content-left-info .desc {
  font-size: 21px;
  font-weight: 500;
  margin: 30px 50px 20px 0;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .content-left-info .desc {
    font-size: 15px;
  }
}
.content-img-2 {
  height: 523px;
  max-width: 560px;
  width: 100%;
  border-radius: 60px;
  border: 3px solid var(--rr-color-heading-primary);
}
@media only screen and (max-width: 992px) {
  .content-img-2 {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-img-2 {
    height: 350px;
  }
}
.content-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* !END: Content CSS */
/**----------------------------------------
    START: Gallary CSS
----------------------------------------*/
/*==== 活動花絮 ====*/
.gallary-carousel {}
.event-highlights {
  min-height: 720px;
}
.gallary-carousel .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.gallary-carousel .swiper-pagination.swiper-pagination-progressbar {
  background-color: #E8E8E8;
  border-radius: 100px;
  opacity: 1;
}
.gallary-carousel .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--rr-color-heading-primary);
  border-radius: 100px;
}
.gallary-container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .gallary-container {
    padding: 0 15px;
  }
}
.gallary-item {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  border: 3px solid var(--rr-color-heading-primary);
}
.gallary-item .overlay {
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 20.71%, rgba(23, 23, 23, 0.7) 72.39%, rgba(23, 23, 23, 0.9) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallary-item .gallary-btn {
  position: absolute;
  /* top: 45%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.gallary-item .gallary-btn a {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 26px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.gallary-item .gallary-img {
  height: 450px;
}
.gallary-item .gallary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallary-item .gallary-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallary-item .gallary-content .title {
  color: var(--rr-color-common-white);
}
.gallary-item .gallary-content p {
  color: var(--rr-color-common-white);
  margin-bottom: 0;
}
@media (max-width: 1170px) {
  .gallary-item .gallary-content p br {
    display: none;
  }
}
.gallary-item:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.gallary-item:hover .gallary-btn {
  transform: translate(-50%, -50%) scale(1);
}
.gallary-item:hover .gallary-content {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}
/* !END: Gallary CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
/*==== 宣傳影片 ====*/
.promotionalvideo {
  padding: 90px 0;
  background: url(../image/promotionalvideo_bg.png) no-repeat left top;
  background: url(../image/promotionalvideo_bg.svg) no-repeat left top;
  position: relative;
}
.promotionalvideo::before {
  background: url(../image/promotionalvideo_line.png) no-repeat center 20px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.promotionalvideo .container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 0 100px;
  padding: 0 45px;
}
.promotionalvideo .section-heading {
  text-align: center;
}
.promotionalvideo .section-heading .sub-heading {
  color: #343434;
  background: url(../picture/promotional4.jpg) no-repeat center center;
  height: 36px;
  padding: 6px 25px;
  margin: 0 0 0 -55px;
  font-size: 14px;
}
.promotionalvideo .section-heading .sub-heading:before {
  display: none;
}
.promotionalvideo .section-heading .section-title {
  margin: -10px 0 0 0;
}
.carousel,.carousel-inner {
  display: flex;
}
.carousel-item {
  order: 0; /* 預設順序 */
}
.office-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  grid-gap: 20px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.office-item .office-video {
  width: 100%;
}
.office-item .office-video .video-container {
  width: 100%;
  max-width: 800px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}
.office-item .office-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.office-item .office-img {}
.office-item .office-img a {
  display: block;
  position: relative
}
.office-item .office-img a span.icon {
  background: url(../image/play.png) no-repeat center center;
  width: 98px;
  height: 98px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.office-item .office-img a img {
  position: relative
}
.office-item .office-img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0000002e;
}
.office-item .office-img:hover::after {
  display: none;
}
.office-item .office-content {
  width: 100%;
  text-align: left;
}
.office-item .office-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-bottom: 30px;
  position: relative;
  color: #080808;
  line-height: 150%;
}
.office-item .office-content .title:before {
  content: "";
  position: absolute;
}
.office-item .office-content a, .office-item .office-content span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #5a9331;
  margin: 0 0 5px 0;
}
.office-item .office-content a {
  color: var(--rr-color-text-body);
}
.office-item:hover {
  background-color: #f8f8f2;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/*輪播樣式*/
.carousel-control-next-icon, .carousel-control-prev-icon{
  margin-top: -60px;
}

@media (min-width: 1024px) { /* 平板以上才作用，手機不變 */
  #carouselExampleSlidesOnly .carousel-item {
      flex: 0 0 33.3333% !important; /* 寬度1/3 */
      max-width: 33.3333% !important;
      width: 33.3333% !important;
      /* display: block; */
  }
  #carouselExampleSlidesOnly .carousel-item.active {
      margin-right: 0% !important;
      margin-left: 0% !important;
  }
  .feature-item-3 .content .title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 568px) {
  .office-item .office-img a span.icon {
    background: url(../image/play.png) no-repeat center center;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 55%;
    top: 62%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: contain;
  }
  .feature-item-3 {
    background: url(../picture/feature-item.png) no-repeat right bottom,url(../picture/snow_bg_m_1.png) no-repeat left top,url(../picture/snow_bg_m_2.png) no-repeat 96% top;
    background-size: 65%, contain, contain;
    background-color: #da6060;
    border: 5px solid #da6060;
    flex-direction: row;
    margin: 0px 0px !important;
    padding: 1rem 0em 1rem 0rem;
    align-items: start;
    justify-content: end;
  }
  .feature-item-3 .content a.rr-primary-btn {
    display: flex;
    flex-direction: column;
    align-items: end;
    right: 2% !important;
    bottom: 7%;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: .2rem 1rem;
    background: #e18b8b;
  }
  .feature-item-3 .content {
    margin-left: 0%;
    margin-bottom: 20%;
    padding: 0 0 0 0 !important;
  }
  .feature-item-3 .content .title {
    font-size: 30px;
    margin-bottom: 0%;
    color: #ffffff !important;
  }
  .feature-item-3 .icon {
      width: 150px;
      height: 150px;
      margin: 0 0 0 -3rem;
      padding-top: 15px;
      position: absolute;
      bottom: 4%;
      left: 6%;
      border-radius: 50%;
      background: none;
  }
}
/* iPad Landscape (橫向) */
@media screen and (min-width: 1024px) and (max-width: 768px) and (orientation: landscape) {
  .office-item .office-img a span.icon {
    background: url(../image/play.png) no-repeat center center;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 58%;
    top: 65%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: contain;
  }
  .appointment-items .appointment-item .content .title a {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .appointment-items .appointment-item .icon {
    height: 40px;
    width: 40px;
  }
  .appointment-items .appointment-item .icon > img {
    height: 30px;
    width: 30px;
}
  .appointment-items {
    margin: 35px 0 35px 0;
  }
  .appointment-items::after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 1px;
      height: 100%;
      top: 0;
      right: 53%;
      border-right: 2px #fff dotted;
      margin-right: -10px;
  }
}
/* iPad Air Landscape (橫向) */
@media screen and (min-width: 1024px) and (max-width: 1180px) and (orientation: landscape) {
  .office-item .office-img a span.icon {
    background: url(../image/play.png) no-repeat center center;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 58%;
    top: 65%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: contain;
  }
}
/* iPad Pro 11-inch Landscape (橫向) */
@media screen and (min-width: 1194px) and (max-width: 1194px) and (orientation: landscape) {
  .office-item .office-img a span.icon {
    background: url(../image/play.png) no-repeat center center;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 58%;
    top: 65%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: contain;
  }
}
/* iPad Pro 12.9-inch Landscape (橫向) */
@media screen and (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
  .office-item .office-img a span.icon {
    background: url(../image/play.png) no-repeat center center;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 58%;
    top: 65%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: contain;
  }
}
/* iPad Pro 11-inch Portrait (直向) */
@media screen and (min-width: 834px) and (max-width: 834px) and (orientation: portrait) {
  .office-item .office-img a span.icon {
    background: url(../image/play.png) no-repeat center center;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 58%;
    top: 65%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: contain;
  }
}
/* iPad Pro 12.9-inch Portrait (直向) */
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .office-item .office-img a span.icon {
    background: url(../image/play.png) no-repeat center center;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 58%;
    top: 65%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: contain;
  }
}


/* !END: Page Header CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.pricing-item {
  background-color: #F4F4F2;
  padding: 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .pricing-item {
    padding: 40px 20px;
  }
}
.pricing-item .pricing-top {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}
.pricing-item .pricing-top .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pricing-item .pricing-top .price {
  font-size: 36px;
  font-weight: 600;
}
.pricing-item .pricing-top .price span {
  font-size: 14px;
  font-weight: 400;
}
.pricing-item .pricing-bottom .pricing-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--rr-color-heading-primary);
  line-height: 1;
}
.pricing-item .pricing-bottom .pricing-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.pricing-item .pricing-bottom .pricing-list li:nth-child(4), .pricing-item .pricing-bottom .pricing-list li:nth-child(5) {
  opacity: 0.6;
}
.pricing-item .pricing-btn {
  margin-top: 40px;
  width: 100%;
  justify-content: center;
}
/* !END: Page Header CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
/*==== 最新消息====*/
.news {
  margin: 2rem 0 0 0;
  background: #fff;
  padding: 0 1.2rem 2rem 1.2rem;
  min-height: 600px;
}
.post-card {
  background-color: var(--rr-color-common-white);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.post-card:nth-child(2n+1) {
  margin-right: 1.2rem;
}
.post-card:nth-child(2n) {
  margin-left: 1.2rem;
}
.post-card .post-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid #538d7b;
  padding: 5px;
  width: 40%;
  height: 210px;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1);
  border-radius: 15px;
  border: 2px solid #fff;
}
.post-card .post-content {
  padding: 20px 15px 25px 15px;
  width: 60%;
}
.post-card .post-content::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 5px;
  bottom: 5px;
  background: #dce6ea;
  width: 42px;
  height: 38px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.post-card .post-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.post-card .post-content .title a {
  background: linear-gradient(var(--rr-color-theme-primary) 0%, var(--rr-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #434343;
}
.post-card .post-content .title a:hover {
  color: #609a48;
  background-size: 100% 2px;
}
.post-card .post-content .blog-btn {
  padding: 15px 40px;
}
.post-card:hover .post-thumb img {
  transform: scale(1.02);
}
.blog-space-card {
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
}
.post-meta {
  margin-bottom: 5px;
  background: #e5b612;
  padding: 0 10px;
  width: 150px;
  position: relative;
}
.post-meta::after {
  position: absolute;
  content: "";
  top: 0;
  right: -12px;
  display: inline-block;
  background: #e5b612;
  width: 14px;
  height: 29.5px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, 0 0);
}
.post-meta span {
  color: var(--rr-color-common-white);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.connio {
  padding: 5px 0 0 0;
}
.connio p {
  font-size: 18px;
  color: #333;
  margin: 0;
}
.grid-post-wrap {
  padding-right: 31px;
  border-right: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 992px) {
  .grid-post-wrap {
    padding-right: 0;
    border: none;
    margin-bottom: 50px;
  }
}
/*==== 頁碼 ====*/
.pagination-wrap {
  display: flex;
  list-style: none;
  column-gap: 10px;
  margin: 0;
  flex-direction: row;
  /* flex-wrap: nowrap; */
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  padding: 1rem 0 3rem 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
/*內頁隱藏*/
/* .blog-section .pagination-wrap {
  display: none;
} */

.pagination-wrap li a {
  background-color: transparent;
  color: var(--rr-color-heading-primary);
  font-weight: 300;
  height: 40px;
  width: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  white-space:nowrap;
}
.pagination-wrap li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.pagination-wrap li .active {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.pagination-wrap li .next-page, .pagination-wrap li .last-page, .pagination-wrap li .prev-page, .pagination-wrap li .first-page {
  border-radius: 5px;
  width: auto;
  border: 1px solid #e6e6e6;
  padding: .5rem 1rem;
}
.pagination-wrap li i {
  font-weight: 300;
  margin-left: 5px;
}
.blog-section-4 {
  padding-top: 220px;
}
@media (max-width: 1170px) {
  .blog-section-4 {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section-4 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section-4 {
    padding-top: 50px;
  }
}
.post-inner {
  margin-bottom: 30px;
  border: 3px solid var(--rr-color-heading-primary);
}
.post-inner .post-thumb {
  height: 450px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-inner .post-thumb {
    height: 350px;
  }
}
.post-inner .post-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.post-inner .post-thumb .video-btn a {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 26px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--rr-color-heading-primary);
  position: relative;
}
.post-inner .post-thumb .video-btn a:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.post-inner .post-thumb.video-post-thumb:before {
  background-color: rgba(0, 0, 0, 0.57);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-inner .post-content .title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .post-inner .post-content .title {
    font-size: 22px;
  }
}
.post-inner .post-content p {
  margin-bottom: 25px;
}
.post-inner:hover .post-thumb.video-post-thumb:before {
  visibility: visible;
  opacity: 1;
}
.post-thumb-carousel .swiper-arrow .swiper-nav {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
  font-size: 24px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-thumb-carousel .swiper-arrow .swiper-nav:hover {
  background-color: var(--rr-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .post-thumb-carousel .swiper-arrow .swiper-nav {
    left: 10px;
  }
}
.post-thumb-carousel .swiper-arrow .swiper-nav.swiper-next {
  left: auto;
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .post-thumb-carousel .swiper-arrow .swiper-nav.swiper-next {
    right: 10px;
  }
}
/* !END: Theme Blog CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.page-header {
  background: url(../image/banner-page.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 600px;
}
.page-header::after {
  background: url(../image/page-line.png) no-repeat center bottom;
  background-size: 100% auto;
  content: "";
  width: 100%;
  height: 97px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.page-header-content {
  padding: 195px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .page-header-content {
    padding: 100px 0 100px 0;
  }
}
.page-header-content .title {
  color: var(--rr-color-common-white);
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-header-content .title {
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 992px) {
  .page-header-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content .title {
    font-size: 29px;
    margin-bottom: 10px;
  }
}
.page-header-content .sub-title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .page-header-content .sub-title {
    font-size: 13px;
  }
}
.page-header-content .sub-title .home {
  color: var(--rr-color-common-white);
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.page-header-content .sub-title .home:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  font-weight: 700;
  content: "|";
  color: var(--rr-color-common-white);
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .page-header-content .sub-title a {
    line-height: 2;
  }
}
/* !END: Page Header CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.contact-content {
  background-color: var(--rr-color-bg-1);
  padding: 40px 50px;
  border: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 767px) {
  .contact-content {
    padding: 30px 20px;
  }
}
.contact-content .section-heading {
  margin-bottom: 30px;
}
.contact-content .section-heading .section-title {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .contact-content .section-heading .section-title {
    font-size: 32px;
  }
}
.contact-content .contact-list .list-item {
  display: grid;
  align-items: center;
  grid-template-columns: 75px 1fr;
  grid-gap: 20px;
}
.contact-content .contact-list .list-item:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
@media only screen and (max-width: 767px) {
  .contact-content .contact-list .list-item {
    grid-template-columns: 1fr;
  }
}
.contact-content .contact-list .list-item .icon {
  background-color: var(--rr-color-border-1);
  color: var(--rr-color-theme-primary);
  font-size: 30px;
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-content .contact-list .list-item .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-content .contact-list .list-item .content p {
  margin-bottom: 0;
}
.contact-content .contact-list .list-item .content a {
  display: block;
}
.contact-content .contact-list .list-item .content span {
  display: block;
}
.contact-content .contact-list .list-item:hover .icon {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.contact-wrap {
  background-color: var(--rr-color-grey-1);
  padding: 60px;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .contact-wrap {
    padding: 40px 20px;
  }
}
.contact-wrap .section-heading .section-title {
  margin: 0;
}
.blog-contact-form.form-2 {
  border: 1px solid var(--rr-color-border-1);
}
.map-wrapper {
  margin-bottom: -10px;
}
/* !END: Theme Contact CSS */
/**----------------------------------------
    START: Error CSS
----------------------------------------*/
.error-content .text {
  font-size: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .error-content .text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content .text {
    font-size: 30px;
  }
}
/* !END: Error CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
/*右邊開合*/
#sidebar-overlay, .sidebar-trigger, .sidebar-area {
  display: none;
}
.sidebar-trigger {
  display: block;
}
.sidebar-area {
  background-color: #131e08d6;
  border-left: 1px solid #54683e;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 450px;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: scroll;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px;
}
.open-sidebar .sidebar-area {
  right: 0;
  visibility: visible;
  transform: translate(0);
}
.sidebar-trigger.close {
  position: absolute;
  right: 30px;
  top: 63px;
  color: var(--grey-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-trigger.close:hover {
  color: var(--rr-color-theme-primary);
}
.sidebar-trigger.close svg {
  fill: #fff;
  stroke: none;
  width: 20px;
  height: 20px;
}
.sidebar-content .site-logo {
  margin-bottom: 40px;
}
.sidebar-content .site-logo img {
  max-width: 200px;
}
.sidebar-content .sidebar-info li {
  font-size: 18px;
}
.sidebar-content .sidebar-social li {
  display: inline-block;
  margin: 0 3px;
  padding-top: 30px;
}
.sidebar-content .sidebar-social li a {
  display: inline-block;
  border: 1px solid var(--border-1);
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar-content .sidebar-social li a:after {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 59%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.sidebar-content .sidebar-social li a:hover {
  border: 1px solid var(--primary-color);
  color: #fff;
}
.sidebar-content .sidebar-social li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}
.sidebar-content .list-post-area {
  margin: 50px 0 20px 0;
}
/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.sidebar-area::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}
.sidebar-area::selection {
  background-color: #999;
  color: #fff;
}
.sidebar-area-webkit-::selection {
  background-color: #999;
  color: #fff;
}
.sidebar-area::-moz-selection {
  background-color: #999;
  color: #fff;
}
#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}
.open-sidebar #sidebar-overlay {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}
.side-menu-list li a {
  font-size: 15px;
}
.side-menu-list li p {
  font-size: 15px;
}
@media (max-width: 992px) {
  .sidebar-content .list-post-area.list-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .sidebar-area {
    width: 400px;
    padding: 60px 30px;
    justify-content: center;
  }
  .side-menu-logo {
    margin-bottom: 50px;
  }
  .side-menu-wrap {
    margin-bottom: 70px;
  }
  .side-menu-header h3 {
    display: none;
  }
  .side-menu-list li a {
    font-size: 14px;
  }
  .side-menu-list li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sidebar-area {
    width: 320px;
    padding: 60px 20px 60px 20px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card .post-img {
    height: 90px;
    width: 90px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card {
    grid-template-columns: 90px 1fr;
  }
  .side-menu-list li a {
    font-size: 13px;
  }
  .side-menu-list li p {
    font-size: 13px;
  }
}
.side-menu-logo {}
.side-menu-logo a {
  padding: 3rem 1rem;
}
@media only screen and (max-width: 767px) {
  .side-menu-logo {
    max-width: 150px;
  }
}
.side-menu-about {
  margin: 50px 0 50px 0;
}
@media only screen and (max-width: 992px) {
  .side-menu-about {
    display: none;
  }
}
.side-menu-about .rr-primary-btn {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: block;
  font-weight: 500;
  border-radius: 20px;
  padding: .8rem 1rem;
  background: #72ab8c;
}
.side-menu-about p {
  margin: 10px 0 25px 0;
  color: #fff;
  font-size: 18px;
}
.side-menu-header h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.side-menu-content .side-menu-header, .side-menu-about .side-menu-header {
  margin-bottom: 20px;
}
.side-menu-list {
  margin: 25px 15px 35px 15px;
}
.side-menu-list li {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.side-menu-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.side-menu-list li i {
  background-color: var(--rr-color-theme-primary);
  font-size: 12px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
.side-menu-list li p {
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 0;
}
.side-menu-list li a {
  color: #fff;
  display: flex;
  padding-left: 10px;
  letter-spacing: 5px;
  font-size: 18px;
  flex-direction: column;
}
.side-menu-list li a:hover {
  color: #d4ffc9;
}
.side-menu-social {
  margin-top: 40px;
  list-style: none;
  display: none /*先隱藏*/
}
.side-menu-social li {
  display: inline-flex;
}
.side-menu-social li:not(:last-of-type) {
  margin-right: 10px;
}
.side-menu-social li a {
  background-color: #b64f4f;
  font-size: 17px;
  color: var(--rr-color-common-white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.side-menu-social li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
}
/* !END: Sidebar CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.blog-details-wrap {
  border: 3px solid var(--rr-color-heading-primary);
  border-radius: 30px;
  overflow: hidden;
}
.blog-details-img {
  width: 100%;
  height: 450px;
  border-bottom: 3px solid var(--rr-color-heading-primary);
}
.blog-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.application_notice {
  text-align: center;
}
.application_notice > h3 {
  font-size: 1.6rem !important;
  color: #5c8b3d;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 2%;
}
.fb-xfbml-parse-ignore {
  color: #2C3135;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .fb-xfbml-parse-ignore > img {
  margin-left: 10%;
} */
.share_fb {
  color: #1877F2;
}
.fb-xfbml-parse-ignore:hover ,.share_fb:hover {
  color: #5c8b3d;
}
.photo_frame_text {
  color: #2C3135;
}
.photo_frame_text_2 {
  color: #2C3135;
}
.photo_frame_text_3 {
  display: flex;
  justify-content: center;
  /* margin-right: 3%; */
}
.fb-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 5%;
  background: #ffffff;
  width: 45%;
  max-width: 100%;
  padding-bottom: 0.8%;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  flex-wrap: wrap;
}
.fb-share-button {
  display: flex;
  white-space:nowrap;
}
.fb-share-button_2 {
  display: flex;
  white-space:nowrap;
  margin-left: 5%;
}
.fb-share-button_icon {
  width: 35px;
}
.revise_button {
  border-radius: 1rem !important;
  border: 0px;
  white-space:nowrap;
}
.photo_frame_img {
  width: 40%;
}
.photo_frame_delete {
  display: flex;
  margin-left: 1%;
  font-size: 1rem;
}
.photo_frame_delete > button {
  font-size: 1rem;
}
.revise_input {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4%;
  margin-right: 0%;
}
.photo_frame_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  margin-bottom: 0%;
  /* flex-direction: row; */
  flex-direction: column;
  flex-wrap: wrap;
}
.photo_frame_title_1 {
  /* margin-right: 3%; */
  /* flex-direction: row; */
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.photo_frame_title_1 {
  /* display: contents; */
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
.photo_frame_title_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-left: 2%; */
}
.photo_frame_title_1,.photo_frame_title_2 {
  font-size: 22px;
}
.photo_frame_title_1 p,.photo_frame_title_2 p {
  font-size: 22px;
  font-weight: bold;
  /* white-space:nowrap; */
}

/* .photo_frame_title_1 p:nth-child(1) {
  max-width: 45%;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
} */
/* 
.photo_frame_title_1 p:nth-child(2) {
  margin-right: 5%;
}
.photo_frame_title_1 p:nth-child(3) {
  margin-right: 0%;
} */


@media only screen and (max-width: 992px) {
  .blog-details-img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-img {
    height: 300px;
  }
}
.blog-details-content {
  padding: 40px;
  padding-top: 0;
  border-bottom: 3px solid var(--rr-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .blog-details-content {
    padding: 30px 20px;
    padding-top: 0;
  }
}
.blog-details-content .details-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title {
    font-size: 24px;
  }
}
.blog-details-content .details-img-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 24px;
}
.blog-details-content .details-img-wrap img {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 1170px) {
  .blog-details-content .details-img-wrap img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-img-wrap img {
    max-width: 350px;
  }
}
.blog-details-content .blog-details-thumb {
  height: 400px;
  width: 100%;
}
.blog-details-content .blog-details-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .blog-details-thumb {
    height: 300px;
  }
}
blockquote {
  background-color: var(--rr-color-common-white);
  border-radius: 20px;
  border: 3px solid var(--rr-color-heading-primary);
  overflow: hidden;
}
blockquote .quote-text {
  background-color: var(--rr-color-heading-primary);
  padding: 10px 30px;
}
blockquote .quote-text span {
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  color: #595959;
  font-weight: 600;
  text-transform: uppercase;
}
blockquote .content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  blockquote .content {
    padding: 20px;
  }
}
blockquote .content p {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  blockquote .content p {
    font-size: 16px;
  }
}
.tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 20px 30px;
  border-bottom: 3px solid var(--rr-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  .tags {
    padding: 20px;
  }
}
.tags .tag-left {
  display: flex;
  align-items: center;
}
.tags .tag-left .tag {
  font-family: var(--rr-ff-heading);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px;
}
.tags .tag-left .tag-list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.tags .tag-left .tag-list li a {
  background-color: var(--rr-color-heading-primary);
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 30px;
  border-radius: 100px;
}
.tags .tag-left .tag-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
}
.tags .social-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.tags .social-list-wrap .follow {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.tags .social-list-wrap .social-list {
  display: flex;
  align-items: center;
  column-gap: 15px;
  list-style: none;
}
.tags .social-list-wrap .social-list li:not(:last-of-type) {
  margin-right: 5px;
}
.tags .social-list-wrap .social-list li a {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
}
.tags .social-list-wrap .social-list li a:hover {
  color: var(--rr-color-heading-primary);
}
.blog-contact-form {
  background-color: transparent;
  padding: 50px 30px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .blog-contact-form {
    padding: 30px 20px;
  }
}
.blog-contact-form .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 992px) {
  .blog-contact-form .title {
    font-size: 28px;
  }
}
.blog-contact-form .request-form .form-item {
  position: relative;
  padding: 25px 40px;
  border: 2px solid var(--rr-color-heading-primary);
  margin-bottom: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-contact-form .request-form .form-item {
    padding: 20px;
  }
}
.blog-contact-form .request-form .form-item .form-title {
  font-family: var(--rr-ff-body);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.blog-contact-form .request-form .form-item .form-control {
  background-color: transparent;
  color: var(--rr-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.blog-contact-form .request-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
}
.blog-contact-form .request-form .form-item .form-control:-moz-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
}
.blog-contact-form .request-form .form-item .form-control::-moz-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
}
.blog-contact-form .request-form .form-item .form-control:-ms-input-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
}
.sidebar-widget {
  padding: 40px;
  border: 3px solid var(--rr-color-heading-primary);
  border-radius: 30px;
  margin-left: 10px;
}
@media (max-width: 1170px) {
  .sidebar-widget {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget {
    padding: 30px 20px;
  }
}
.sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form .form-control {
  background-color: #F6F6F6;
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  border: 1px solid var(--rr-color-heading-primary);
  border-radius: 100px;
  box-shadow: none;
  padding: 14.5px 0;
  padding-left: 25px;
  padding-right: 30px;
}
.sidebar-widget .search-form .form-control::-webkit-input-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.sidebar-widget .search-form .form-control:-moz-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.sidebar-widget .search-form .form-control::-moz-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.sidebar-widget .search-form .form-control:-ms-input-placeholder {
  color: var(--rr-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.sidebar-widget .search-form .search-btn {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid var(--rr-color-heading-primary);
}
.sidebar-widget .category-list {
  list-style: none;
}
.sidebar-widget .category-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.sidebar-widget .category-list li a {
  background-color: transparent;
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid var(--rr-color-heading-primary);
  border-radius: 100px;
  padding: 12px 20px;
  position: relative;
}
.sidebar-widget .category-list li a:before {
  background-color: var(--rr-color-heading-primary);
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  right: 17%;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .category-list li a:before {
    display: none;
  }
}
.sidebar-widget .category-list li a span {
  font-family: var(--rr-ff-heading);
}
.sidebar-widget .category-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
}
.sidebar-widget .blog-gallary-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 10px;
}
@media only screen and (max-width: 992px) {
  .sidebar-widget .blog-gallary-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.sidebar-widget .blog-gallary-wrap .gallary-thumb {
  position: relative;
  z-index: 1;
  height: 117px;
  width: 117px;
  border: 3px solid var(--rr-color-heading-primary);
  border-radius: 25px;
  overflow: hidden;
}
.sidebar-widget .blog-gallary-wrap .gallary-thumb:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-widget .blog-gallary-wrap .gallary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-widget .blog-gallary-wrap .gallary-thumb .gallary-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.sidebar-widget .blog-gallary-wrap .gallary-thumb .gallary-btn a {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rr-color-heading-primary);
  border-radius: 50%;
}
.sidebar-widget .blog-gallary-wrap .gallary-thumb:hover:before {
  visibility: visible;
  opacity: 1;
}
.sidebar-widget .blog-gallary-wrap .gallary-thumb:hover .gallary-btn {
  transform: translate(-50%, -50%) scale(1);
}
.sidebar-widget .sidebar-post {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  grid-gap: 0px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-post img {
  width: 90px;
  height: 100%;
  object-fit: cover;
  border: 3px solid var(--rr-color-heading-primary);
  border-radius: 15px;
}
.sidebar-widget .sidebar-post .post-content {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content {
    padding-left: 10px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta {
    column-gap: 5px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta li {
    font-size: 13px;
  }
}
.sidebar-widget .sidebar-post .post-content .title {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .title {
    font-size: 14px;
  }
}
.sidebar-widget .sidebar-post .post-content .title a {
  background: linear-gradient(var(--rr-color-heading-primary) 0%, var(--rr-color-heading-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: var(--rr-color-heading-primary);
  background-size: 100% 2px;
}
.sidebar-widget.blog-cta {
  background-color: var(--rr-color-theme-primary);
}
.sidebar-widget.blog-cta .title {
  font-size: 30px;
  font-weight: 600;
  margin: 30px 0;
}
.sidebar-widget.blog-cta .rr-primary-btn {
  background-color: var(--rr-color-heading-primary);
  color: var(--rr-color-common-white);
}
.sidebar-widget.blog-cta .rr-primary-btn:before, .sidebar-widget.blog-cta .rr-primary-btn:after {
  background-color: var(--rr-color-common-white);
}
.sidebar-widget.blog-cta .rr-primary-btn:hover {
  color: var(--rr-color-heading-primary);
}
/* !END: Theme Blog Details CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
/*==== 頁底 ====*/
.footer-section {
  background: #efebe5 url("../picture/footer-section.png") no-repeat right bottom;
  position: relative;
  z-index: 1;
  padding-top: 60px!important;
}
.footer-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
.footer-section .shapes .shape.shape-1 {
  top: 0;
  left: 0;
}
.footer-section .shapes .shape.shape-2 {
  bottom: 0;
  right: 0;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #353535;
}
.footer-top .title {
  color: var(--rr-color-common-white);
  font-size: 72px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.footer-wrap {
  margin-bottom: 80px;
}
.footer-widget .widget-header {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.line-qr-code {
  display: flex;
  justify-content: end;
  width: 7.5%;
  position: fixed;
  bottom: 15%;
  right: 2.5%;
  z-index: 98;
}
.line-qr-code > a {
    display: flex;
    justify-content: flex-start;
    background-color: #ffffffba;
    padding: 8% 5% 8% 5%;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 5%;
    flex-direction: column;
}
.line-qr-code > a > span {
  background-color: #5c8b3d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 5%;
}
.line-qr-code > a > img {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

/*贊助暫時隱藏*/
.footer-widget .widget-header:nth-child(2) {
  display: none
}
.footer-widget .widget-header .footer-logo {
  max-width: 170px;
}
.footer-widget .widget-header .widget-title {
  color: #323232;
  font-size: 22px;
  font-weight: 600;
}
.footer-widget .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-widget .title span {
  color: var(--rr-color-text-body);
  display: block;
  margin-top: 10px;
  text-transform: inherit;
  font-weight: 400;
}
.footer-widget .footer-list {
  list-style: none;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
}
.footer-widget .footer-list li {}
.footer-widget .footer-list li h5 {
  color: #67785c;
  font-size: 20px;
  position: relative;
}
.footer-widget .footer-list li h5:before {
  content: "";
  background: #88937e;
  position: absolute;
  width: 24px;
  height: 1px;
  top: 55%;
  left: -35px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.footer-widget .footer-list li h5:hover:before {
  color: var(--rr-color-theme-primary);
  top: 85%;
}
.footer-widget .footer-list li a {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-widget .footer-list li a:hover {
  color: var(--rr-color-theme-primary);
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 5px;
}
.footer-widget .footer-list ul {
  list-style: none;
  padding: .5rem 0 0 4px;
  margin: 0;
}
.footer-widget .news-desc {
  color: var(--rr-color-common-white);
}
.footer-widget .footer-form {
  position: relative;
  margin-top: 30px;
}
.footer-widget .footer-form .form-control {
  background-color: #2C2C2C;
  padding: 15px 130px 15px 15px;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border: none;
  border-radius: 15px;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .submit {
  font-family: var(--rr-ff-heading);
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  padding: 0 20px;
  border-radius: 15px;
}
.footer-widget .address-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.footer-widget .address-list li {
  margin: 0 10px;
}
.footer-widget .address-list li .icon {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-widget .address-list li .content a, .footer-widget .address-list li .content p {
  color: var(--rr-color-common-white);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-widget .address-list li .content a:hover {
  color: var(--rr-color-theme-primary);
}
.footer-widget.footer-col-2 .footer-list li a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.footer-flex {
  display: flex;
  flex-direction: row;
}
.copyright-content {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: flex-end;
  /* width: 50%; */
}
.copyright-content .applysponsor {
  color: #fff;
  background: url(../picture/applysponsor.png) no-repeat center center;
  width: 161px;
  height: 114px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.copyright-content .applysponsor2 {
  color: #fff;
  background: url(../picture/applysponsor3.png) no-repeat center center;
  width: 161px;
  height: 114px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.copyright-content .applysponsor span {
  font-size: 24px;
  font-weight: 600;
}
.copyright-content .applysponsor2 span {
  font-size: 24px;
  font-weight: 600;
}
.copyright-content.content-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .copyright-content.content-2 {
    justify-content: center;
  }
}
.copyright-content.content-2 .copy-list li {
  display: inline-flex;
}
.copyright-content.content-2 .copy-list li:not(:last-of-type) {
  margin-right: 50px;
}
.copyright-content.content-2 .copy-list li a {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.copyright-content.content-2 .copy-list li a:hover {
  color: var(--rr-color-theme-primary);
}
.footer-top.footer-top-2 {
  margin-bottom: 0;
  border-bottom: none;
}

/* !END: Theme Footer CSS */
/* Common Colors */
[data-theme=light] body {
  background-color: var(--rr-color-common-white);
  color: #74787C;
}
[data-theme=light] h1, [data-theme=light] h2, [data-theme=light] h3, [data-theme=light] h4, [data-theme=light] h5, [data-theme=light] h6 {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] p {
  color: #74787C;
}
[data-theme=light] .section-heading .section-title {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .section-heading .bg-text {
  color: #f8f8f8;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #E8E9EF;
}
/* 報名步驟動視窗 */
.registration-steps-t-shadow {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.registration-steps-t-shadow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: -1;
  width: 96%;
  height: 20px;
  background-color: #d3dfc9;
}
.registration-steps-container {
  position: relative;
  padding: 2% 2% 2% 5%;
}
.registration-steps-button {
  position: absolute;
  bottom: -10%;
  left: 0%;
  width: 100%;
  text-align: center;
}
#registration-steps > .modal-dialog > .modal-content {
  border-radius: 30px;
}
.registration-steps-no {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  color: #dae2d5;
}
.slash-symbol {
  font-size: 2.1rem;
  display: inline-block;
  font-weight: lighter;
  vertical-align: middle;
  margin-top: 2%;
}
.registration-steps-h6 {
  font-size: 1.3rem;
  font-weight: lighter;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5%;
}
.ellipse-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.ellipse-flex p {
  font-size: 1.2rem;
  font-weight: bold;
}
.holding-saplings-icon {
  width: 150px;
  position: absolute;
  top: 42%;
  right: 10%;
}
.ellipse-bg {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.trapezoid-bg {
  background-color: #e0eaeb;
  padding: 4% 2% 1% 2%;
  border-radius: 30px 0px 30px 0px;
  font-size: 1rem;
}
.rr-primary-btn-2 {
  background-color: #79b786;
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 40px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border: none;
}
.rr-primary-btn-2:after, .rr-primary-btn-2:before {
  background-color: var(--rr-color-theme-secondary);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
}
.rr-primary-btn-2:before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.rr-primary-btn-2:hover {
  color: var(--rr-color-common-white);
}
.rr-primary-btn-2:hover:before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.rr-primary-btn-2:hover:after {
  transform: skew(45deg) translate(-50%, -50%);
}
.rr-primary-btn-2 i {
  margin-left: 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.rr-primary-btn-2:focus {
  color: var(--rr-color-heading-primary);
}
@media only screen and (max-width: 1200px) {
  .own_land_col {
    width: 50%;
    margin-bottom: 1rem;
  }
  .own_land_col_2 {
    width: 50%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .registration-steps-container {
    position: relative;
    padding: 10% 2%;
  }
  .registration-steps-button {
    position: relative;
    bottom: 0%;
    left: 0%;
    width: 100%;
    text-align: center;
    margin-top: 5%;
  }
  .holding-saplings-icon {
    width: 100px;
    position: absolute;
    top: 42%;
    right: 0%;
  }
  .footer-widget .footer-list li h5 {
    font-size: 18px;
  }
  .footer-widget.footer-col-2 .footer-list li a {
    font-size: 14px;
  }
  .footer-widget .widget-header .widget-title {
    font-size: 18px;
  }
  /* 自有土地 */
  .own_land_row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .own_land_col {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
  }
  .own_land_col_2 {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
  }
}
/*============================ RWD ============================ */
@media only screen and (max-width: 1600px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  /*========= LOGO ========= */
  /*========= 選單 ========= */
  .header .primary-header-inner .header-menu-wrap {
    /*margin-right: -650px;*/
  }
  /*========= banner ========= */
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  /*========= 活動概述 ========= */
  .activity-overview .container {
    padding: 0;
  }
  .content-left-info {
    padding: 0 25px 0 25px;
  }
  .activity-overview .container::before {
    left: 0;
  }
  /*========= 宣傳影片 ========= */
  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  /*===================== 內頁 ===================== */
  /*========= banner ========= */
  .page-header {
    height: 510px;
  }
  .page-header::after {
    height: 100%;
  }
  /*========= 立即報名 ========= */
  .feature-section .point {
    top: 180px;
  }
  .feature-section .feature-img {
    top: 9rem;
  }
}
@media only screen and (max-width: 1440px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  .header-3 .container {
    padding: 2rem;
  }
  .header-3.hom .container {
    padding: 3rem;
  }
  .header-3.fixed .container {
    padding: .5rem 3rem;
}
  /*========= LOGO ========= */
  /*========= 選單 ========= */
  .header .primary-header-inner .header-menu-wrap {
    /*margin-right: -450px;*/
  }
  /*========= banner ========= */
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  /*========= 活動概述 ========= */
  .activity-overview {
    padding: 60px 0 0px 0;
  }
  .content-left-info {
    padding: 0 0 0 25px;
  }
  .content-left-info .desc {
    margin: 30px 20px 20px 0;
  }
  .content-left-info .content-counter-items, .activity-overview .content-counter {
    padding: 0;
  }
  .activity-overview .content-counter p {
    font-size: 30px;
  }
  .activity-overview .actiit h3 {
    font-size: 32px;
  }
  .activity-overview .about-items h4 {
    background-position: center top;
    padding: 35px 0 0 0;
    margin: 5px 5px 0 0;
  }
  .appointment-items {
    margin: 80px 0 0 0;
  }
  /*========= 宣傳影片 ========= */
  .promotionalvideo {
    padding: 90px 0 40px 0;
  }
  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  /*===================== 內頁 ===================== */
  /*========= banner ========= */
  .page-header {
    height: 440px;
  }
  .page-header::after {}
  /*========= 立即報名 ========= */
}
@media only screen and (max-width: 1366px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  /*========= LOGO ========= */
  /*========= 選單 ========= */
  .header .primary-header-inner .header-menu-wrap {
    /*margin-right: -480px;*/
  }
  .header .primary-header-inner .header-right-wrap {
    margin: 0;
  }
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0;
  }
  /*========= banner ========= */
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  /*========= 活動概述 ========= */
  .content-left-info .desc {
    font-size: 20px;
  }
  .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    letter-spacing: -1px;
  }
  .content-left-info .content-counter-items {
    margin: 50px 0 0 0;
  }
  .activity-overview .about-items p.part {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .appointment-items {
    margin: 70px 0 0 0;
  }
  /*========= 宣傳影片 ========= */
  .promotionalvideo .container {
    padding: 0 25px;
}
  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  .footer-section .container {
    max-width: 100%;
    padding: 0 3rem;
  }
  /*===================== 內頁 ===================== */
  /*========= banner ========= */
  .page-header {
    height: 420px;
  }
  /*======== 主標題 ========*/
  .section-heading.page .section-title span {
    margin: 0 0 0 -35px;
  }
}
@media only screen and (max-width: 1280px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  /*========= LOGO ========= */
  /*========= 選單 ========= */
  .header .primary-header-inner .header-menu-wrap {
    /*margin-right: -400px;*/
  }
  /*========= banner ========= */
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  /*========= 活動概述 ========= */
  .activity-overview .content-counter p {
    font-size: 28px;
  }
  .activity-overview .actiit h3 {
    font-size: 30px;
  }
  .activity-overview .about-items {
    display: flex;
  }
  .activity-overview .about-items h4 {
    font-size: 20px;
  }
  .about-items .about-item {
    /* width: 90px; */
    min-width: 90px;
    height: 85px;
  }
  .about-items .about-item .content .title {
    font-size: 28px;
  }
  .about-items .about-item::before {
    height: 47%;
  }
  .appointment-items {
    margin: 0;
  }
  .appointment-items {
    margin: 50px 0 0 0;
  }
  .appointment-items .appointment-item {
    grid-template-columns: 70px 1fr;
  }
  .appointment-items {
    margin: 85px 0 0 0;
  }
  .appointment-items .appointment-item .icon {
    height: 70px;
    width: 70px;
  }
  /*========= 宣傳影片 ========= */
  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  .footer-section .container {
    padding: 0 2rem;
  }
  /*===================== 內頁 ===================== */
  /*========= banner ========= */
  .page-header {
    height: 400px;
  }
}
@media only screen and (max-width: 1180px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  /*========= LOGO ========= */
  /*========= 選單 ========= */
  .header-3 .container {
    padding: 1rem 2rem;
  }
  .header-3.hom .container {
    padding: 2rem;
  }
  .header .primary-header-inner .header-menu-wrap {
    /*margin-right: -300px;*/
  }
  /*========= banner ========= */
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  /*~~~~~~~~~~~~~~~ 頁尾 ~~~~~~~~~~~~~~~*/
  .line-qr-code {
    width: 8%;
    justify-content: end;
    bottom: 15%;
  }
  .line-qr-code > a {
    justify-content: center;
    width: 100%;
    margin-bottom: 10%;
    padding: 10% 5% 10% 5%;
  }
  .line-qr-code > a > span {
    font-size: 18px;
  }
  /*========= 活動概述 ========= */
  .content-left-info .content-counter-items .content-counter .title {
    font-size: 50px;
  }
  .activity-overview .actiit h3 {
    font-size: 26px;
  }
  .about-items .about-item {
    /* width: 80px; */
    min-width: 80px;
  }
  .about-items .about-item .content .title {
    font-size: 26px;
  }
  .activity-overview .about-items h4 {
    margin: 0;
  }
  .activity-overview .about-items p.part {
    margin: 1rem 0 0 0;
    padding: 0;
  }
  .about-items .about-item .content p {
    font-size: 22px;
  }
  .appointment-items {
    margin: 65px 0 0 0;
  }
  .appointment-items .appointment-item {
    grid-template-columns: 50px 1fr;
    grid-gap: 0;
  }
  .appointment-items .appointment-item .icon {
    height: 60px;
    width: 60px;
  }
  .appointment-items .appointment-item .content .title a span {
    width: 28px;
    height: 28px;
  }
  .appointment-items .appointment-item .content .title, .appointment-items .appointment-item.aps .content .title {
    margin: 0;
  }
  /*========= 宣傳影片 ========= */
  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  .footer-section .container {
    padding: 0 1rem;
  }
  /*===================== 內頁 ===================== */
  .section-heading.page {
    margin: 0;
  }
  /*========= banner ========= */
  .page-header {
    height: 370px;
  }
  /*========= 立即報名 ========= */
  .feature-section .feature-img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  /*========= LOGO ========= */
  /*========= 選單 ========= */
  /*========= banner ========= */
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  /*========= 活動概述 ========= */
  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  .line-qr-code {
    width: 10%;
    justify-content: end;
    bottom: 15%;
  }
  .line-qr-code > a {
    justify-content: center;
    width: 100%;
    margin-bottom: 10%;
    padding: 10% 5% 10% 5%;
  }
  .line-qr-code > a > span {
    font-size: 18px;
  }
  /*===================== 內頁 ===================== */
  /*========= banner ========= */
  .page-header {
    height: 320px;
  }
  /*========= 立即報名 ========= */
  .feature-item-3 .content {
    text-align: right;
    padding: 0 0 10% 0;
    margin-left: 1%;
    width: 100%;
  }
  .feature-item-3 .content .title {
    color: #434343;
  }
  .feature-item-3 {
    margin: 0 !important;
  }
  .feature-item-3 .content a.rr-primary-btn {
        right: 4%;
  }
}
@media screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  .feature-item-3 .content {
        text-align: right;
        padding: 0 0 0 0;
        margin-left: 1%;
        width: max-content;
        height: 1;
    }
    .feature-item-3 .content .title {
        color: #ffffff;
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 992px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  .header {
    position: absolute;
  }
  .header-3 .container {
    padding: 0;
  }
  /*========= LOGO ========= */
  .header .primary-header-inner .header-logo img {
    height: 60px;
  }
  /*========= 選單 ========= */
  .header .primary-header-inner {
    padding: 1rem;
  }
  /*會員登入後按按鈕*/
.header.sticky-active.hom .primary-header-inner .header-menu-wrap .member{
background: #375f75a8;
        margin: -55px 30px 0 0;
}

  .header.sticky-active .primary-header-inner .header-menu-wrap .member {
  margin: 0px 60px 0 0;
    }

.header .primary-header-inner .header-menu-wrap .member a{
  padding: 5px 8px;
}
.header .primary-header-inner .header-menu-wrap .member a span{}

  .header .primary-header-inner .header-right-wrap {
    position: fixed;
    right: 1rem;
    top: 1rem;
    display: block;
  }
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger {
    padding: 5px 5px;
    background: #468f27c7;
    border-radius: 2px;
  }
  .header-3 .primary-header-inner .header-right-wrap .header-right {
    display: block;
  }
  .open-sidebar .side-menu-content .side-menu-wrap {
    display: none;
  }
  /*========= banner ========= */
  .hero-content-2 {
    padding: 0;
    display: block;
  }
  .hero-section-2 .hero-video-2 {
    display: none;
  }
  .hero-section-2 .hero-video-2.rwd {
    display: block;
  }
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  .section-heading {
    margin-bottom: 30px;
  }
  /*========= 活動概述 ========= */
  .activity-overview {
    padding: 2rem 0 0px 0;
  }
  .activity-overview .container {
    padding: 0 0 110px 0;
  }
  .content-left-info .content-counter-items {
    align-items: flex-end;
  }
  .content-left-info {
    padding: 0 2rem;
    max-width: 100%;
  }
  .content-left-info .desc {
    margin: 20px 10px 0 10px;
  }
  .content-left-info .content-counter-items {
    margin: 4rem 0 0 0;
    padding-left: 2rem;
  }
  .content-left-info .content-counter-items .content-counter p {
    font-size: 32px;
    white-space: normal;
  }
  .content-left-info .content-counter-items .content-counter .title {
    font-size: 56px;
  }
  .activity-overview .actiit h3 {
    font-size: 32px;
  }
  .activity-overview .actiit h3 {
    font-size: 36px;
  }
  .activity-overview .treeshadows {
    left: 0;
    margin: 0;
    bottom: 50%;
    margin-bottom: 50px;
  }
  .activity-overview .about-items {
    margin: 2rem 0 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .about-items .about-item .content {
    height: 80px;
  }
  .appointment-items {
    position: absolute;
    bottom: 1.6rem;
    margin: 0;
    z-index: 2;
  }
  .about-video-box {
    padding: 2rem;
  }
  .about-video-box .about-thumb {
    border-radius: 15px;
    height: auto;
    ;
  }
  .activity-overview .container::before, .activity-overview .container::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    width: 50%;
    height: 300px;
  }
  .activity-overview .container::before {
    background: #73b8b2;
  }
  .activity-overview .container::after {
    background: #94bc77;
    right: 0;
  }
  .appointment-items .appointment-item .icon {
    width: 86px;
    height: 86px;
  }
  .appointment-items::after {
    display: none;
  }
  .appointment-items .appointment-item {
    grid-gap: inherit;
    grid-template-columns: 100px 1fr;
    padding: 0 50px;
  }
  .appointment-items .appointment-item .icon {
    background-color: #549c9666;
  }
  .appointment-items .appointment-item.aps .icon {
    background-color: #6d945066;
  }
  .appointment-items .appointment-item.aps .content .title {
    margin: 0 0 0 -30px;
  }
  /*========= 宣傳影片 ========= */
  .promotionalvideo {
    background: url(../image/promotionalvideo_bg.png) no-repeat left top;
    padding: 60px 0 50px 0;
  }
  .promotionalvideo::before {
    background-position: 100% -20px;
  }
  .promotionalvideo .videolist {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
  }
  .promotionalvideo .videolist .col-md-4 {
    width: 100%;
  }
  .office-item .office-img {
    width: 100%;
  }
  .office-item .office-content .title {
    margin-bottom: 0;
  }

  /*==== 輪播效果====*/
   .carousel-inner{
    display: flex;
   }
   .carousel-item{}

  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  .footer-section {
    padding-top: 40px !important;
  }
  .footer-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .footer-wrap .col-xl-6.col-lg-6 {
    width: 100%;
  }
  .footer-wrap .col-xl-6.col-lg-6:nth-child(1) {
    order: 2;
  }
  .footer-wrap .col-xl-6.col-lg-6:nth-child(2) {
    order: 1;
  }
  .footer-widget .footer-list {
    margin-bottom: 2rem;
  }
  .copyright-content {
    justify-content: center;
  }
  .line-qr-code {
    width: 13%;
    justify-content: end;
    bottom: 10%;
  }
  .line-qr-code > a {
    justify-content: center;
    width: 100%;
    margin-bottom: 10%;
    padding: 10% 5% 10% 5%;
  }
  .line-qr-code > a > span {
    font-size: 18px;
  }
  /*===================== 內頁 ===================== */
  /*========= banner ========= */
  .page-header {
    background-image: url(../image/banner-pagerwd.jpg) !important;
    height: 400px;
  }
  /*========= 最新消息 ========= */
  .news {
    padding: 0;
  }
  .post-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    margin: 0;
  }
  .post-card .post-thumb, .post-card .post-content {
    width: 100%;
  }
  .post-card .post-content {
    padding: 10px 15px 25px 15px;
  }
  .post-card .post-content .title {
    margin: 0 0 10px 0;
  }
  .connio {
    padding: 0;
  }
  /*========= 立即報名 ========= */
  .feature-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .feature-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem 2rem 1rem;
    background-position: right bottom;
    margin-bottom: 5px !important;
  }
  .feature-item .icon {
    width: 150px;
    height: 150px;
    margin: 0 2rem;
  }
  .feature-item .content {
    padding: 1rem 1rem 0 0;
  }
  /*=== 填寫表單 === */
  .appointment-section .form {
    padding: 0 0 40px 0;
  }

  /*========= 植樹百科 ========= */
  /*=== Q&A === */
  .accordion-button {
    padding:25px;
    line-height: 140%;
  
}

}
@media screen and (min-width: 820px) and (max-height: 1180px) and (orientation: portrait) {
  .feature-item-3 .content {
        text-align: right;
        padding: 0 0 3% 0;
        margin-left: 1%;
        width: 100%;
    }
    .feature-item-3 .content .title {
        color: #434343;
        margin-bottom: 0px !important;
    }
    .holding-saplings-icon {
    width: 150px;
    position: absolute;
    top: 5%;
    right: 10%;
  }
}
@media screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .feature-item-3 .content {
        text-align: right;
        padding: 0 0 3% 0;
        margin-left: 1%;
        width: 100%;
    }
    .feature-item-3 .content .title {
        color: #434343;
        margin-bottom: 0px !important;
    }
    .holding-saplings-icon {
        width: 150px;
        position: absolute;
        top: 5%;
        right: 10%;
    }
}
@media only screen and (max-width: 568px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  .header-3.hom .container {
    padding: 1rem;
  }
  .header .primary-header-inner {
    padding: 1rem;
  }
  .header.hom .primary-header-inner {
    padding: inherit;
  }
  /*========= LOGO ========= */
  .header .primary-header-inner .header-logo img {
    /* height: 34px; */
    height: 54px;
    margin: -5px 0 0 -5px;
  }
  .header.hom .primary-header-inner .header-logo img {
    height: 60px;
    margin: inherit;
  }
  /*========= 選單 ========= */

    /*會員登入後按按鈕*/
    .header.sticky-active.hom .primary-header-inner .header-menu-wrap .member{
      margin: 0 50px 0 0;

   }
    .header.sticky-active .primary-header-inner .header-menu-wrap .member{
        font-size: 14px;
        /* margin: 15px 50px 0 0; */
        position: absolute;
        top: 0;
        right: 0%;
   }
       .header .primary-header-inner .header-menu-wrap .member a span {
        margin: 0 0 0 5px;
    }
  .header .primary-header-inner .header-right-wrap {
    /* right: 1rem;
    top: 1rem; */
    right: 0;
    top: 0;
  }
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger {
    /* padding: 2px; */
    padding: 6px 8px 3px 8px;
  }
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger img {
    /* width: 24px; */
    width: 35px;
    height: auto;
  }
  /*========= banner ========= */
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  /*========= 活動概述 ========= */
  .activity-overview {
    padding: 1rem 0 0 0;
  }
  .activity-overview .container {
    padding: 0 0 140px 0;
  }
  .about-3 .section-heading {
    margin: 0;
    padding: 0;
  }
  .content-left-info .desc {
    margin: 10px 0 0 0;
    line-height: 170%;
    font-size: 18px;
    text-align: left;
    letter-spacing: -1px;
  }
  .content-left-info .content-counter-items {
    margin: 2rem 0 0 0;
    padding: 0;
  }
  .activity-overview .content-counter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .content-left-info .content-counter-items .content-counter .title {
    font-size: 58px;
  }
  .content-left-info .content-counter-items .content-counter p {
    font-size: 30px;
  }
  .content-left-info .content-counter-items .content-counter p.se {
    letter-spacing: 5.5px;
    font-size: 34px;
  }
  .activity-overview .about-items {
    display: flex;
  }
  .activity-overview .about-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .activity-overview .actiit h3 {
    font-size: 28px;
  }
  .activity-overview .actiit h3 span {
    font-size: 46px;
  }
  .appointment-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 85%;
  }
  .appointment-items .appointment-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    gap: 10px;
  }
  .appointment-items .appointment-item .content .title a {
    font-size: 20px;
  }
  .activity-overview .treeshadows {
    left: inherit;
    right: -40px;
    bottom: 50%;
    margin-bottom: -150px;
  }
  /*========= 宣傳影片 ========= */
  .promotionalvideo .container {
    padding: 0 1rem;
  }
  .promotionalvideo .videolist .col-md-4 {
    margin: 0;
  }
  .office-item {
    grid-gap: 10px;
    padding-bottom: 0;
  }
  .office-item .office-content a, .office-item .office-content span {
    margin: 0;
  }
  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  .footer-widget .widget-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-widget .address-list {
    margin-top: 10px;
    gap: 20px;
  }
  .footer-widget .footer-list li h5:before {
    display: none;
  }
  .footer-flex {
    flex-direction: column;
  }
  .line-qr-code {
    width: 25%;
    justify-content: end;
    bottom: 12%;
  }
  .line-qr-code > a {
    justify-content: center;
    width: 100%;
    margin-bottom: 10%;
    padding: 10% 5% 10% 5%;
  }
  .line-qr-code > a > span {
    font-size: 18px;
  }
  .line-qr-code > a > img {
    justify-content: center;
  }
  .copyright-content {
    width: 100%;
  }
  .footer-wrap {
    margin-bottom: 20px;
  }
  /*===================== 內頁 ===================== */
  /*========= 標題 ==========*/
  .section-heading.page .section-title {
    background-size: 100% auto;
    font-size: 32px;
  }
  .section-heading.page .section-title span {
    background-size: auto 24px;
    margin: 0 0 0 -35px;
    padding: 0 0 0 70px;
  }
  /*========= banner ========= */
  .page-header {
    height: 200px;
  }
  /*~~~~ 選單 ~~~~*/
  .pagination_menu {
    margin: 1.5rem 0 0 0;
  }
  .pagination_menu ul li a {
    padding: 8px 10px;
  }
  /*========= 最新消息 ========= */
  .news {
    padding: 0;
    margin: 0;
  }
  /*========= 立即報名 ========= */
  .feature-section .section-heading.page .sub-heading {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
  .feature-section .point {
    z-index: 2;
  }
  .feature-section .point {
    top: 120px;
  }
  .feature-items {
    /* padding: 2rem 0 4rem 0; */
    padding: 0.5rem 0 4rem 0;
  }
  .feature-items-2 {
    padding: 2rem 0 0rem 0;
  }
  .feature-section .feature-img {
    background: #ffffffa3;
  }
  .feature-section .feature-img img {
    display: none;
  }
  .feature-item {
    background-size: auto 90%;
    padding: .5rem;
  }
  .feature-item .content {
    padding: 0;
  }
  .feature-item .icon {
    width: 100px;
    height: 100px;
    margin: 0 1rem;
    background: none;
    margin: 0 0 0 -.5rem;
    padding-top: 15px;
  }
  .feature-item .icon img {
    width: 80%;
  }
  .feature-item .content .title {
    margin-bottom: 0;
    font-size: 30px;
  }
  .feature-item .content a.rr-primary-btn {
    font-size: 22px;
    padding: .25rem 2rem;
  }
  /*=== 填寫表單 === */
  .section-heading.page.point {
    padding: 0;
  }
  .appointment-section .form {
    margin: 1.5rem 0 0 0;
  }
  .appointment-content .section-heading {
    display: flex;
  }
  .appointment-content .section-heading img {
    width: 80%;
    height: auto;
  }
  .form-group .col-md-4 .form-item {}
  .appointment-content .section-heading .text {
    border-radius: 55px;
    width: 100%;
    height: auto;
    padding: 5px;
  }
  .appointment-content .section-heading .text .section-title {
    border-radius: 55px;
    width: 100%;
    height: auto;
    padding: .5rem 1rem;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 400;
    border: 2px #fff dashed
  }
    /*========= 植樹百科 ========= */
  /*=== Q&A === */
      .faq-accordion .accordion-item .accordion-button {
               padding: 10px;
        font-weight: 500;
        font-size: 16px;
    }
    .faq-accordion .accordion-item .accordion-button span {
            padding: 0 15px 0 45px;
        line-height: 1.6;
}

.faq-accordion .accordion-item .accordion-button:before,
.faq-accordion .accordion-item .accordion-body:before{
          width: 28px;
        height: 28px;
        font-size: 16px;
}
.faq-accordion .accordion-item .accordion-body {
    padding: 15px 10px;
  }

.faq-accordion .accordion-item .accordion-body .texbo{
    padding: 0 0 0 45px;
}
.faq-accordion .accordion-item .accordion-body p {
    line-height: 1.6;
    margin: 0;
}

}
@media only screen and (max-width: 380px) {
  /*===================== 首頁 ===================== */
  /*~~~~~~~~~~~~~~~ 頁頭header ~~~~~~~~~~~~~~~*/
  /*========= 選單 ========= */
  /*========= banner ========= */
  /*~~~~~~~~~~~~~~~ 首頁模組 ~~~~~~~~~~~~~~~*/
  /*========= 活動概述 ========= */
  .content-left-info {
    padding: 0 1rem;
  }
  .appointment-items {
    width: 90%;
  }
  /*========= 宣傳影片 ========= */
  /*========= 植樹地圖 ========= */
  /*~~~~~~~~~~~~~~~ 頁底footer ~~~~~~~~~~~~~~~*/
  /*===================== 內頁 ===================== */
  /*========= banner ========= */
  .page-header {
    height: 180px;
  }
}

/* 聯絡我們 */
.contact-unit {
  width: 100%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.contact-unit-container {
  display: flex;
  width: 25%;
  flex-direction: column;
  padding: 1%;
}
.contact-unit-title {
  font-weight: bold;
  background-color: #dceadc;
  text-align: center;
  margin-bottom: 3%;
}
.contact-unit-title p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.contact-unit-text {
  padding: 3%;
}
.contact-unit-text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .copyright-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  .contact-unit {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  .contact-unit-container {
    display: flex;
    width: 33%;
    flex-direction: column;
    padding: 1%;
  }
  .contact-unit-text {
    padding: 0%;
  }
}
@media only screen and (max-width: 500px) {
  .copyright-content {
    display: flex;
    /* flex-direction: column; */
    flex-direction: column;
    justify-content: space-between;
    /* align-items: flex-end; */
    align-items: flex-start;
  }
  .contact-unit {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  .contact-unit-container {
    display: flex;
    width: 50%;
    flex-direction: column;
    padding: 1%;
  }
  .contact-unit-text {
    padding: 0%;
  }

  .photo_frame_img {
    width: 100%;
  }
  .fb-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 10%;
    background: #ffffff;
    width: max-content;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    flex-wrap: wrap;
  }
  .revise_input {
    width: 100%;
  }
  .photo_frame_title {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
    margin-bottom: 0%;
  }
  .photo_frame_title_1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .photo_frame_title_2 {
    margin-left: 0;
  }
  /* .photo_frame_title_1 p:nth-child(1) {
    max-width: 100%;
    width: 100%;
  } */
}

/* 樹苗日記 */
.my-10 {
  margin-top: 7% !important;
  margin-bottom: 5% !important;
}
.register-25,
.register-75,
.register-100 {
    position: absolute;
    top: -100%;
    z-index: 2;
    background-color: #e9ecef;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 3px solid #ffffff;
    cursor: pointer;
    padding: 0;
}

.register-25 {
    left: 23%;

}

.register-75 {
    left: 73%;
}

.register-100 {
    left: 96%;
}

.sign-out-btn {
    background-color: #e03d3d;
    font-family: var(--rr-ff-heading);
    color: var(--rr-color-heading-primary);
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border: none;
}

.sign-out-btn:after,
.sign-out-btn:before {
    background-color: var(--rr-color-theme-secondary);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    transform: skew(90deg) translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    position: absolute;
    inset: 50%;
    left: 25%;
    z-index: -1;
}

.sign-out-btn:before {
    top: -50%;
    left: -25%;
    transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.sign-out-btn:hover {
    color: #a03434;
}

.sign-out-btn:hover:before {
    transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.sign-out-btn:hover:after {
    transform: skew(45deg) translate(-50%, -50%);
}

.sign-out-btn i {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.sign-out-btn:focus {
    color: var(--rr-color-heading-primary);
}

.sign-up-btn {
    width: 30%;
    justify-content: center;
    background-color: #008516;
    font-family: var(--rr-ff-heading);
    color: var(--rr-color-heading-primary);
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border: none;
}

.sign-up-btn:after,
.sign-up-btn:before {
    background-color: var(--rr-color-theme-secondary);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    transform: skew(90deg) translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    position: absolute;
    inset: 50%;
    left: 25%;
    z-index: -1;
}

.sign-up-btn:before {
    top: -50%;
    left: -25%;
    transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.sign-up-btn:hover {
    color: #074b0d;
}

.sign-up-btn:hover:before {
    transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.sign-up-btn:hover:after {
    transform: skew(45deg) translate(-50%, -50%);
}

.sign-up-btn i {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.sign-up-btn:focus {
    color: var(--rr-color-heading-primary);
}

.revise-sign-up-btn {
    justify-content: center;
    background-color: #d14d00;
    font-family: var(--rr-ff-heading);
    color: var(--rr-color-heading-primary);
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border: none;
}

.revise-sign-up-btn:after,
.revise-sign-up-btn:before {
    background-color: var(--rr-color-theme-secondary);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    transform: skew(90deg) translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    position: absolute;
    inset: 50%;
    left: 25%;
    z-index: -1;
}

.revise-sign-up-btn:before {
    top: -50%;
    left: -25%;
    transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.revise-sign-up-btn:hover {
    color: #a53c00;
}

.revise-sign-up-btn:hover:before {
    transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.revise-sign-up-btn:hover:after {
    transform: skew(45deg) translate(-50%, -50%);
}

.revise-sign-up-btn i {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.revise-sign-up-btn:focus {
    color: var(--rr-color-heading-primary);
}

.title-new {
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    margin-right: .5rem;
    white-space: nowrap;
}

.title-new-2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 180%;
    margin-right: .5rem;
    white-space: nowrap;
}

.p-new {
    font-size: 16px !important;
    line-height: 180%;
    margin-bottom: 0;
}

.py-01 {
    padding-top: 1%;
    padding-bottom: 1%;
}

@media only screen and (max-width: 500px) {
    .register-25 {
        left: 20%;

    }

    .register-75 {
        left: 69%;
    }

    .register-100 {
        left: 89%;
    }

    .sign-up-btn {
        width: 100%;
    }
    .my-10 {
      margin-top: 20% !important;
      margin-bottom: 15% !important;
    }
}
.photo-upload {
  margin-right: 3%;
  margin-bottom: 0%;
  display: flex;
  align-items: center;
  white-space:nowrap;
  width: auto;
}
.photo-upload-2 {
  margin-right: 0%;
  margin-bottom: 3%;
  display: flex;
  align-items: center;
  white-space:nowrap;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.photo-upload-border {
  border-bottom: 0px solid #5c8b3d;
  margin-bottom: 3%;
  padding-bottom: 0%;
}
@media only screen and (max-width: 500px) {
  .photo-upload {
    margin-right: 0%;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
    white-space: normal;
    width: 100%;
  }
  .photo-upload-2 {
    margin-right: 0%;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
    white-space: normal;
    width: 100%;
  }
  .photo-upload-border {
    border-bottom: 2px solid #5c8b3d;
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}

/* 影片背景 */
/* 讓影片的父層充滿整個視窗 */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* 活動花絮照片版型 */
.activity_photo {
  width: 100%;
  height: 300px;
  border-radius: 27px;
  overflow: hidden;
  /* border: 3px solid var(--rr-color-heading-primary); */
  border: 3px solid #67785c;
  margin: auto;
  position: relative;
}
.activity_photo_img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.activity_photo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a > .activity_photo_btn {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
a > .activity_photo_btn:hover {
  opacity: 1;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 20.71%, rgba(23, 23, 23, 0.7) 72.39%, rgba(23, 23, 23, 0.9) 100%);
}
.activity_photo_btn_bg {
  padding: 5%;
  background-color: #ffffff;
  border-radius: 100%;
}
.activity_photo__btn_t {
  font-size: 16px !important;
  padding: 15px 20px !important;
}
.gallary-section .back {
  text-align: center;
  margin: 1rem 0 2rem 0;
  overflow: hidden;
}
.gallary-section .back button {
  background: #434343;
  color: #FFF;
  border-radius: 15px;
  padding: .6rem 2rem;
}
.gallary-section .back button:hover {
  background: #e49a26;
}

@media only screen and (max-width: 500px) {
  .activity_photo {
    margin: 5%;
  }
}

/*# sourceMappingURL=main.css.map */