/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
  --primary-color: #4aa4e1;
}

#slider {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#slider .owl-carousel,
#slider .owl-carousel .owl-stage-outer,
#slider .owl-carousel .owl-stage,
#slider .owl-carousel .owl-item {
  height: 100%;
}

#slider .owl-carousel .owl-item img {
  width: 100%;
  aspect-ratio: 1920 / 750;
  object-fit: cover;
}

header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* 確保這個值大於橫幅的 z-index */
  background-color: rgba(255, 255, 255, 0.9);
  /* 可選：添加半透明背景 */
}

#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  /* 半透明背景 */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  height: auto;
}

/* 橫幅樣式 */

#slider {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1920 / 750;
}

.flexslider-overlay {
  background-color: rgba(26, 32, 46, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* 確保遮罩在圖片上方 */
}

#oc-slider .item {
  position: relative;
}

/* 調整圖片樣式以確保填滿容器 */

#oc-slider .item img {
  width: 100%;
  height: auto;
  display: block;
}

.icon-color {
  color: var(--primary-color);
}

.top-links-container1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}

.top-links-item a i,
.top-links-item1 a i {
  font-size: 17px;
  width: 20px;
}

.top-links-item2 a i {
  font-size: 14px;
  width: 20px;
}

.fa-phone {
  font-size: 14px !important;
}

.fa-location-dot {
  font-size: 14px !important;
}

.top-links {
  height: 35px;
}

.top-links-item a,
.top-links-item1 a,
.top-links-item2 a {
  color: #ddd;
  transition: all 0.2s ease-in-out;
}

.top-links-item > a:hover,
.top-links-item1:hover,
.top-links-item2:hover {
  color: var(--primary-color) !important;
  transition: all 0.2s ease-in-out;
}

/* .top-links-item a i:hover,
.top-links-item1 a i:hover,
.top-links-item2 a i:hover {
  color: var(--primary-color);
  transition: all 0.2s ease-in-out;
} */

#logo {
  display: flex;
  align-items: center;
}

#logo a {
  display: block;
}

#logo a img {
  display: block;
  max-width: 130px;
  height: auto !important;
  width: 100%;
  transition: .3s all;
  /* 確保圖片填滿容器寬度 */
}

.owl-nav {
  display: none;
}

.menu-item a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 15px 1.1em;
  text-decoration: none;
  transition-property: color, background-color, border-color, padding-top,
    padding-bottom;
  zoom: 1;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.sticky-header .menu-item a {
  padding: 20px 1.1em;
}

.intro_layers_wrapper {
  display: flex;
}

.intro_layers {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  flex-direction: column;
}

.animated {
  visibility: visible !important;
}

.divider-70 {
  margin-top: 70px;
}

.intro_shadow_word {
  font-size: 100px !important;
  left: 0;
  line-height: 1;
  margin: 0;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  transform: translateY(-62%);
  width: 100%;
  word-break: initial;
  z-index: -1;
  font-family: "Anton", 微軟正黑體;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.item {
  position: relative;
  overflow: hidden;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
}

.flexslider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a202e;
  /* 調整透明度 */
  opacity: 0.5;
  z-index: 1;
}

.intro_layer {
  display: flex;
  justify-content: center;
}

.item .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro_layers_wrapper {
  width: 100%;
}

.intro_after_featured_word {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 30px;
  margin-top: 14px;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-small {
  padding: 7px 25px;
}

.banner-btn a {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 30px;
}

.banner-btn {
  display: flex;
  justify-content: center;
}

.btn {
  border-radius: 0;
  border-width: 1px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 12px 25px;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5;
  font-family: 微軟正黑體;
}

.banner-btn a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.intro_layer p {
  margin-bottom: 0 !important;
}

.owl-nav {
  display: none !important;
}

.menu-container li {
  margin-bottom: 0;
}

.header-black {
  background-color: #303849;
  /* 滾動後的背景顏色 */
}

.page_slider .intro-arrow {
  margin-top: 20px;
}

a {
  color: #303849;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

.intro_layer a i {
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-size: 30px;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    /* 向上移動 10px */
  }
}

.intro-arrow {
  animation: shakeY 7s infinite;
  /* 每 1 秒重複一次 */
}

.steps2 {
  margin-top: -30px;
  z-index: 10;
}

.item-steps {
  counter-reset: step;
}

.steps2 .container {
  background-image: url(../images/demo/background-texture.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ds.ms {
  background-color: #333;
}

.container-px-80 [class*="container"] {
  padding-left: 80px;
  padding-right: 80px;
}

.ds {
  background-color: #23222d;
  color: #fff;
}

.c-gutter-100 .row,
div.row.c-gutter-100 {
  margin-left: -50px;
  margin-right: -50px;
}

.c-mb-lg-0 [class*="col-"],
.row.c-mb-lg-0 > [class*="col-"] {
  margin-bottom: 0;
}

.c-gutter-100 [class*="col-"],
.row.c-gutter-100 > [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}

.ds a:not(.btn) {
  color: #fff;
}

.step .item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.steps2 .step .step-title {
  font-weight: 700;
  letter-spacing: 0.44em;
  margin-bottom: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
}

.fs-18 {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: 微軟正黑體;
  font-weight: 500;
}

.entry-title h3 {
  font-weight: bold;
  font-family: 微軟正黑體;
}

.item-steps .step-part {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.ds .color-main {
  color: var(--primary-color);
}

.ds a:not(.btn):hover {
  color: var(--primary-color);
  opacity: 1;
}

.response,
.color-main {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.step p a {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.steps2 .step .step-title:before {
  top: -33px;
}

.item-steps .step-part:before {
  color: #fff;
  content: "0" counter(step);
  counter-increment: step;
  font-family: "Anton", 微軟正黑體;
  font-size: 65px;
  font-weight: 100;
  left: -20px;
  letter-spacing: 3px;
  opacity: 0.1;
  position: absolute;
  top: -22px;
  transition: 0.5s all;
  z-index: -1;
}

.item-steps .step-part {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.steps2 .step .step-title:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: -20px;
  margin-top: 17px;
  position: relative;
  width: 100px;
}

p:last-child:after {
  clear: both;
  content: "";
  display: block;
}

#steps {
  /* top: -100px; */
  position: relative;
}

.step-icon {
  z-index: 2;
}

a {
  color: #303849;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.steps .step .step-image img {
  /* border-radius: 50%; */
  max-width: 170px;
}

a > img {
  transition: all 0.15s ease-in-out 0s;
}

.steps-shadow {
  color: #303849;
  opacity: 0.1;
  position: absolute;
  font-size: 65px;
  font-family: "Anton", 微軟正黑體;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.steps-frame {
  padding: 9px 14px 8px 14px;
  border: 1px solid #303849;
  width: 48%;
  margin: auto;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}

.steps-frame2 {
  padding: 9px 14px 8px 14px;
  border: 1px solid #303849;
  margin: auto;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.steps-frame2:hover {
  background-color: #303849;
  color: #fff;
  transition: all 0.2s ease-in;
}

.steps .step .step-image a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
  opacity: 1;
}

.product_6{
  margin-top: 80px;
  margin-bottom: 80px;
}

.steps-frame:hover {
  background-color: #3333;
  color: #fff;
  transition: all 0.2s ease-in;
}

.steps-frame {
  color: #333;
  background-color: #fff;
  transition: all 0.2s ease-in;
}

#box_wrapper > section,
#box_wrapper > div > section {
  overflow: hidden;
}

#box_wrapper > section,
#box_wrapper > div > section {
  clear: both;
  position: relative;
}

.top-links-container > li:nth-child(2) {
  padding: 0px 7px;
}
.top-links-container > li:nth-child(3) {
  padding: 6.5px 14px !important;
}

.deco {
  background-image: url(../images/demo/deco-01.png),
    url(../images/demo/deco-02.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
}

h2.big {
  font-size: 60px;
  line-height: 1;
}

.special-heading {
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}

.text-center .shadow-heading {
  left: 50%;
  transform: translate(-50%, -50%);
}

.shadow-heading {
  font-size: 70px;
  left: 0;
  line-height: 1;
  margin: 0;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  word-break: initial;
  z-index: -1;
  color: #333;
  font-family: "Anton", 微軟正黑體;
  letter-spacing: 10px;
}

.read-more {
  font-family: 微軟正黑體;
}

.content-p {
  font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", 微軟正黑體;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.65em;
  margin-top: 0.65em;
  text-transform: uppercase;
  word-break: break-word;
  letter-spacing: 1px;
}

.special-heading + p.special-heading {
  margin-top: 21px;
}

.subheading {
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  font-family: 微軟正黑體;
}

.text-center.with-line:after,
.text-center .with-line:after {
  left: 50% !important;
  transform: translateX(-50%);
}

.special-heading.with-line:after {
  background-color: var(--primary-color);
  content: "";
  display: block;
  height: 1px;
  margin-top: 23px;
  position: relative;
  width: 100px;
}

.post {
  position: relative;
}

.hero-bg {
  background-color: #f7f8f8;
}

.post-thumbnail {
  text-align: center;
}

.item-media {
  overflow: hidden;
  position: relative;
}

.media-links {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.media-links:before {
  background-color: rgba(242, 192, 20, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s linear;
}

[class*="-item"]:not(.align-items-center):hover .media-links:before {
  opacity: 0.5;
}

[class*="-item"]:hover .media-links a.abs-link {
  opacity: 1;
}
.media-links a.abs-link {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.intro_featured_word {
  font-size: 65px;
  line-height: 1;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.entry-title,
.entry-title:last-child {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 23px;
}

h3.entry-title {
  font-size: 22px !important;
  margin-bottom: 13px !important;
  font-weight: 500;
  font-family: 微軟正黑體;
}

.entry-content {
  line-height: 26px;
}

.content-line {
  padding: 0 15px;
  border-left: 3px solid var(--primary-color);
  margin-top: 20px;
  margin-bottom: 30px !important;
}

.two-row {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  text-align: left;
}

p {
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-small {
  padding: 7px 25px;
}

.btn-maincolor {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn {
  border-radius: 0;
  border-width: 1px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 12px 25px;
  text-transform: none;
}

.btn-maincolor:hover {
  background-color: #bcbcbc;
  border-color: #333;
}

.bg-size-auto {
  background-size: auto;
}

.call-to-action {
  background-repeat: no-repeat;
  background-attachment: unset;
  background-position: top center !important;
  padding-top: 40px;
}

.s-overlay.ls.ms:before {
  background-color: #f7f8f8;
  opacity: 0.8;
}

.s-overlay.ls:before {
  background-color: #fff;
  opacity: 0.93;
}

.s-overlay {
  position: relative; /* 或 absolute/fixed */
}

.s-overlay:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#box_wrapper > section,
#box_wrapper > div > section {
  clear: both;
  position: relative;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.special-heading {
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}

.divider-25 {
  margin-top: 25px;
}

.content-p {
  font-weight: 400;
}

.btn-maincolor {
  letter-spacing: 1px;
}

.c-gutter-60 [class*="col-"],
.row.c-gutter-60 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.page_footer .widget {
  margin-bottom: 50px;
}

.widget {
  position: relative;
}

.contact-ok-title{
  font-size: 32px !important;
  line-height: 2;
  font-weight: 600 !important;
  font-family: 微軟正黑體;
}

a.logo {
  align-items: center;
  display: flex;
}

footer a.logo img {
  display: inline-block;
  max-width: 140px;
}

.top-links-container li {
  margin-bottom: 0;
}

.page_footer .widget_bloginfo li {
  list-style: none;
  display: inline-block;
  width: calc(50% - 12px);
  letter-spacing: 1.5px;
  text-align: center;
  margin: 5px 10px 10px 0px;
}

.page_footer .widget_bloginfo li a {
  padding: 10px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  display: block;
  font-weight: 300;
}

.page_footer .widget_bloginfo li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.page_footer .widget_bloginfo span {
  display: inline-block;
  margin-top: -4px;
  display: flex;
}

.page_footer .widget_bloginfo span.social-icons a {
  border: solid 1px rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
}

.page_footer li.privacy1 {
  width: calc(100% - 12px);
}

a.fa:first-child {
  margin-left: 0;
}

a.fa-facebook-f:hover {
  color: #fff !important;
  background-color: #3b5998;
}

a.fa-instagram:hover {
  color: #fff !important;
  background-color: #e1306c;
}

/* .bi-line:hover {
  color: #fff !important;
  background-color: #04ba04;
} */

.widget_working_hours .working_hours_div {
  font-size: 30px;
  margin-bottom: 44px;
  font-family: "Anton", 微軟正黑體;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  word-break: break-word;
  letter-spacing: 0.5px;
}

.icon-7 {
  margin-left: 16px;
}

.footer-h1 {
  font-family: 微軟正黑體;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: normal;
}

a.icon-10:hover {
  color: #fff !important;
  background-color: #04ba04;
}

.page_footer .widget > .widget-title,
.page_footer .widget .widget-title {
  font-size: 30px;
  margin-bottom: 44px;
  font-family: "Anton", 微軟正黑體;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  word-break: break-word;
}

.ds .color-main {
  color: var(--primary-color);
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
  color: #fff;
}

.page_footer .widget_mailchimp ul {
  padding: 0;
}

ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}

.page_footer .widget_mailchimp li {
  position: relative;
  list-style: none;
  margin-bottom: 23px;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.page_footer li p {
  margin: 0;
  font-size: 16px;
}

.page_footer li span {
  font-size: 12px;
  opacity: 0.6;
}

.page_footer li span i {
  margin-right: 5px;
}

.list-bordered {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.page_footer .list-bordered li {
  padding-bottom: 18px;
}

.list-bordered li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.icon-inline {
  align-items: center;
  display: flex;
}

.page_footer .list-bordered li i {
  margin-right: 16px;
  width: 16px;
  text-align: center;
}

.icon-inline .fa-location-dot {
  font-size: 17px !important;
}

footer a,
footer p {
  font-weight: 300;
}

.s-overlay.ds.ms:before {
  background-color: #303849;
  opacity: 0.7;
}

.s-parallax:before,
.s-overlay:before,
.s-muted:before,
.s-overlay-diagonal-double:before,
.s-overlay-diagonal-double:after,
.pattern-background:before,
.gradient-background:before,
.gradientvertical-background:before,
.gradientdarken-background:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-padding {
  padding: 240px 0 70px;
}

.aki-title {
  background-position: 50% 0px;
  position: relative;
  /* top: -102px; */
}

.text-lg-left {
  text-align: left !important;
}

.page_title {
  background-repeat: no-repeat;
  background-size: cover;
}

.page_title h1,
.page_title h2 {
  font-size: 40px;
  margin-top: -2px;
}

.page_title h1,
.page_title h2 {
  margin-bottom: 15px;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb > .active {
  color: var(--primary-color);
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
  font-family: 微軟正黑體;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  padding: 0 14px 0 11px;
}

.images-wrap-item.img-left {
  margin-left: 0;
}

.images-wrap-item {
  display: inline-block;
  margin-top: 30px;
  position: relative;
}

.images-wrap-item img:first-child {
  position: relative;
  z-index: 1;
}

.images-wrap-item img {
  box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15);
}

.images-wrap-item.img-left img.images-back {
  left: -100px;
  top: -100px;
}

.images-wrap-item img.images-back {
  position: absolute;
  transition: 0.3s ease-in-out;
  z-index: 0;
}

.divider-xl-105 {
  margin-top: 105px;
}

.images-wrap-item.img-left:hover img.images-back {
  transform: translateX(-5%);
}

.divider-xl-65 {
  margin-top: 20px;
}

.s-py-xl-150 > [class*="container"] {
  padding-bottom: 150px;
  padding-top: 30px !important;
}

.s-pb-xl-150 > [class*="container"] {
  padding-bottom: 150px;
}

.text-center.text-lg-left .shadow-heading,
.text-center .text-lg-left .shadow-heading {
  left: -75px;
}

.text-center.text-lg-left .shadow-heading,
.text-center .text-lg-left .shadow-heading {
  transform: translate(0, -50%);
}

.text-center.text-lg-left.with-line:after,
.text-center.text-lg-left .with-line:after,
.text-center .text-lg-left.with-line:after,
.text-center .text-lg-left .with-line:after {
  left: -28px !important;
  transform: none;
}

.about-img {
  padding: 0px 15px !important;
}

.s-py-lg-100 > [class*="container"] {
  padding-bottom: 80px;
  padding-top: 80px;
}

.ls.ms {
  background-color: #f7f8f8;
}

.icon-box img {
  width: 60px;
}

.icon-box h2,
.icon-box h3,
.icon-box h4 {
  line-height: 1;
  margin-bottom: 23px;
  margin-top: 19px;
  font-weight: 600;
  font-size: 30px;
}

.s-py-60 > [class*="container"] {
  /* padding-bottom: 60px; */
  padding-top: 80px;
}

.page_copyright {
  background-color: #000;
  color: #fff;
}

.s-py-20 > [class*="container"] {
  padding-bottom: 20px;
  padding-top: 20px;
}

.page_copyright a {
  color: #a2a2a2;
}

.page_copyright a:hover {
  color: var(--primary-color);
}

.s-pb-xl-100 > [class*="container"] {
  padding-bottom: 80px;
}

.primary-menu ul {
  padding-left: 0 !important;
}

.s-py-lg-100 > [class*="container"] {
  padding-bottom: 80px;
  padding-top: 80px;
}

.deco2 {
  background-image: url(../images/demo/deco-01.png),
    url(../images/demo/deco-02.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  position: relative;
  /* top: -100px; */
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.c-gutter-40 [class*="col-"],
.row.c-gutter-40 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.bg-maincolor {
  background-color: var(--primary-color);
}

[class*="bg-"] .widget .widget-title {
  margin: -1px 0 25px;
}

.widget > h6,
.widget .widget-title {
  font-size: 20px;
  font-family: 微軟正黑體;
  font-weight: bold;
}

.widget_search form,
.widget_product_search form,
.widget_mailchimp form {
  margin: auto;
  position: relative;
}

.widget_search label,
.widget_product_search label,
.widget_mailchimp label {
  display: inline;
  margin: 0;
  padding: 0;
}

label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-transform: uppercase;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.cs .widget_search input.search-field,
.cs .widget_product_search input.search-field.form-control {
  border: 0;
}

.widget_search input.search-field {
  height: 40px;
}

.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
  padding-left: 30px;
  width: 100%;
}

.cs input[type="text"],
.cs input[type="email"],
.cs input[type="url"],
.cs input[type="password"],
.cs input[type="search"],
.cs input[type="tel"],
.cs input[type="number"],
.cs textarea,
.cs select,
.cs .form-control {
  background-color: #fff;
  border-color: rgba(35, 34, 45, 0.1);
  color: #23222d;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
  background-color: transparent;
  border: 1px solid rgba(35, 34, 45, 0.1);
  border-radius: 0;
  color: #303849;
  font-size: 16px;
  font-weight: 300;
  height: 60px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.widget_search button.search-submit {
  padding: 10px;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
  background-color: transparent;
  border: none;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}

.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
  color: var(--primary-color);
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 16px;
}

input[type="submit"],
button {
  background: transparent;
  border: 1px solid #23222d;
  color: #23222d;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding: 19px 36px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type="submit"]:hover {
  opacity: 0.5;
}

aside > * + * {
  margin-top: 69px !important;
}

.widget > h3,
.widget .widget-title {
  line-height: 1;
  margin-bottom: 28px;
}

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.nav.vertical-tab li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-bottom: 1px solid rgba(48, 56, 73, 0.1);
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a,
.nav.vertical-tab li a {
  display: inline-block;
  flex-grow: 10;
  line-height: 1;
  padding-bottom: 16px;
  padding-top: 17px;
}

.cat-item i {
  margin-right: 8px;
}

.gray-555 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.fs-14 {
  font-size: 14px;
}

.widget li.media {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

a.media-image {
  width: 160px;
  height: 100px;
  overflow: hidden;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.widget li.media img {
  max-width: 100px;
  max-width: 150%;
  height: 100%;
  position: relative;
  left: 0;
}

.widget .media-body {
  margin-left: 19px;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.one-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.widget li.media h3.widget-post-title {
  line-height: 1.5;
  margin-bottom: 4px;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
}

.widget li.media p {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.gray-555 {
  color: #212529;
}

.font-bold {
  font-weight: bold;
  font-family: 微軟正黑體;
}

.entry-title a {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.entry-content p {
  font-family: 微軟正黑體;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.icon-frame3 {
  padding: 8px 12px;
}

.icon-frame3:hover {
  background-color: #e08610;
  border: 1px solid #e08610;
  color: #fff;
}

.side-sort {
  font-size: 14px;
}

a:hover > img {
  opacity: 0.9;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.15s linear 0s;
}

.post.event-post + .post.event-post {
  margin-bottom: 30px;
}

.post + .post {
  margin-top: 30px;
}

.item-media img {
  width: 100%;
}

.h3.entry-title {
  font-size: 22px !important;
  margin-bottom: 13px !important;
}

.cover-image {
  /* 圖片尺寸是800X500 */
  background-size: cover; /* 使背景圖片填滿容器 */
  background-position: center; /* 使背景圖片居中 */
  height: 100%; /* 設置高度以填滿容器 */
}

.cover-image img {
  width: 100%; /* 使圖片寬度填滿容器 */
  height: 100%; /* 使圖片高度填滿容器 */
  object-fit: cover; /* 使圖片保持比例並填滿容器 */
}

.side-item .row [class*="col-"] {
  margin: 0;
  padding: 0;
}

.ml-lg {
  padding-left: 30px !important;
}

.content-padding .item-content {
  padding: 40px;
}

.entry-footer,
.entry-meta {
  clear: both;
  font-style: italic;
  line-height: 1;
  margin-bottom: 30px;
}

.entry-footer .byline > span,
.entry-meta .byline > span {
  margin-right: 15px;
}

.woocommerce-pagination {
  margin-top: 38px;
  text-align: center;
}

.w-100 {
  width: 100% !important;
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  padding: 0;
}

ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}

.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

.woocommerce-pagination ul.page-numbers li .active {
  background-color: #333 !important;
}

.page-numbers li a:hover {
  background-color: #333 !important;
}

ul.page-numbers a {
  background-color: var(--primary-color);
  border: 1px solid rgba(72, 97, 115, 0.2);
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: inherit;
  margin-left: 0;
  min-width: 40px;
  padding: 7px;
  text-align: center;
  margin: 0 4px;
}

.info-title {
  font-family: "Anton", 微軟正黑體;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.65em;
  text-transform: uppercase;
  word-break: break-word;
  letter-spacing: 1px;
  font-size: 40px;
  margin-bottom: 15px;
}

.widget_mailchimp h3 {
  font-family: "Anton" !important;
  font-weight: 500 !important;
}

.item-title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  color: #343c4d;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: 微軟正黑體 !important;
}

.social-btn {
  display: flex;
  right: 0;
}

.icon-frame {
  padding: 8px 15px;
  margin-right: 10px;
  width: 100%;
}

.icon-frame2 {
  padding: 8px 12px;
  width: 100%;
}

.icon-frame:hover {
  color: #fff;
  background-color: #3b5998;
}

.icon-frame2:hover {
  background-color: #04ba04;
  border: 1px solid #04ba04;
  color: #fff;
}

.bordered-2 {
  border: 1px solid rgba(48, 56, 73, 0.2);
}

.article-title {
  font-family: 微軟正黑體;
  font-size: 20px;
  margin-bottom: 0.61em;
  letter-spacing: 1px;
  line-height: 1.1;
}

a.fa {
  font-size: 0;
  line-height: 0;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
}

.entry-footer .byline > span,
.entry-meta .byline > span {
  margin-right: 15px;
  margin-bottom: 4px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

i.fa.fa-calendar,
i.fa.fa-thumb-tack {
  position: relative;
  top: -1px;
}

.entry-footer i,
.entry-meta i {
  margin-right: 5px;
}

.entry-date {
  font-family: 微軟正黑體 !important;
  font-style: normal;
}

.entry-date:after {
  content: "/";
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 16px;
}

.author {
  font-family: 微軟正黑體 !important;
  font-style: normal;
}

.gray-tx {
  color: #555;
}

.vertical-item.content-padding .item-content {
  padding: 28px 30px 28px;
}

/* 輪播 */

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 5px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_title {
  margin-bottom: 20px;
}

.entry-footer .byline,
.entry-meta .byline {
  display: flex;
  flex-wrap: wrap;
}

.sort-line {
  font-style: normal;
  font-weight: normal;
}

.fs-12 {
  font-size: 13px !important;
}

.content-line-2 {
  padding: 5px 15px;
  border-left: 3px solid var(--primary-color);
  font-family: 微軟正黑體;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.woocommerce-tabs {
  clear: both;
  margin: 70px 0 0;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  flex-direction: row;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  position: relative;
}

.woocommerce-tabs ul.tabs li.active a {
  background-color: var(--primary-color);
  cursor: default;
}

.woocommerce-tabs ul.tabs li a {
  margin-bottom: 0;
}

.woocommerce-tabs ul.tabs li a {
  padding: 18px 46px;
}

.woocommerce-tabs ul.tabs li + li {
  border-top: none;
}

.woocommerce-tabs .panel {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 44px 40px 40px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.gray-tx {
  color: #555;
}

.woocommerce-tabs ul.tabs li a {
  background-color: #f7f8f8;
  color: #303849;
  display: block;
  margin-right: 5px;
  text-align: center;
}

.wc-tabs li {
  margin-bottom: 0;
}

h5 {
  font-size: 20px;
  margin-bottom: 0.61em;
  margin-top: 3em;
}

.font-bold {
  font-weight: bold !important;
  font-family: 微軟正黑體;
}

.gray-tx {
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  color: #555;
  font-size: 16px;
}

h2.big {
  font-size: 60px;
  line-height: 1;
}

.subheading {
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.special-heading {
  font-size: 16px;
}

.form-group {
  position: relative;
}

.has-placeholder label {
  display: none;
}

label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-transform: uppercase;
}

.required,
.color-danger {
  color: #dc5753;
}

form label + [class*="fa-"],
form label + [class^="ico-"] {
  font-size: 14px;
  left: 24px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
  background-color: #fff;
  border: 1px solid rgba(35, 34, 45, 0.1);
  border-radius: 0;
  color: #303849;
  font-size: 16px;
  font-weight: 300;
  height: 60px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  width: 100%;
}

.s-pb-lg-65 > [class*="container"] {
  padding-bottom: 80px;
  padding-top: 80px;
}

/* .fa-pen { 
  top: 29px;
  position: relative;
} */

.form-control {
  padding: 20px 45px !important ;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  /* background-clip: padding-box; */
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.divider-lg-70 {
  margin-top: 70px;
}

.captchac {
  display: flex;
  justify-content: space-between;
}

.captchac img {
  height: 36px;
  margin-left: 10px;
  margin-top: 12px;
  cursor: pointer;
}

.btn.btn-wide {
  min-width: 170px;
}

.row_center {
  justify-content: center;
}

.fs-50 {
  font-size: 50px;
}

.btn.btn-small {
  padding: 7px 25px;
}

.contact-info-btn {
  border: 1px solid #303849;
}

.contact-info-btn:hover {
  background-color: #303849;
  color: #fff;
}

.icon-box p {
  font-size: 18px;
}

.mt-35 {
  margin-top: 35px !important;
}

.text-start li a {
  font-size: 16px;
}



.contact_mapset {
  overflow: hidden;
}

.s-py-60 > [class*="container"] {
  padding-top: 80px;
  padding-bottom: 80px;
}

.s-py-xl-150 {
  padding-top: 80px;
}

.s-pb-xl-150 > [class*="container"] {
  padding-bottom: 80px;
}

.s-pt-lg-100 > [class*="container"] {
  padding-top: 80px;
}

.s-pt-lg-100 > [class*="container"] {
  padding-top: 80px;
}

.s-pt-lg-95 > [class*="container"] {
  padding-top: 80px;
}

.social-btn {
  display: flex;
  justify-content: end;
}

/* Media  Media Media Media Media Media Media Media Media Media Media Media Media */

@media (min-width: 992px) {
  .intro_layers_wrapper {
    position: relative;
    top: 30px;
  }
}

@media (min-width: 768px) {
  .special-heading.with-line:after {
    left: -28px;
    margin-top: 15px;
  }

  .subheading {
    letter-spacing: 0.7em;
  }

  .shadow-heading {
    font-size: 100px;
  }
  .steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .steps .step .step-image {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .steps .step .step-image {
    height: 200px;
  }
  .intro_shadow_word {
    font-size: 180px;
  }
  .intro_after_featured_word {
    letter-spacing: 1em;
  }
  .steps2 .step .step-title:before {
    left: -33px;
  }
  .steps2 .step .step-title:after {
    left: -33px;
  }
  .steps2 .step .step-title:hover:before {
    left: -50px;
  }

  .intro_layers {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* 確保在其他元素之上 */
  }

  .page_footer .widget_bloginfo a.logo {
    justify-content: inherit;
    margin-bottom: 36px;
    margin-top: -12px;
  }

  .divider-lg-45 {
    margin-top: 45px;
  }

  h2.big.special-heading {
    margin-top: -2px;
  }

  .s-pb-lg-95 > [class*="container"] {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  /* .vertical-item .item-media + .item-content {
    padding-top: 29px;
  } */
  .divider-lg-70 {
    margin-top: 70px;
  }

  .shadow-heading {
    font-size: 150px;
    left: -25px;
  }
  .intro_shadow_word {
    font-size: 230px;
  }
  .s-pt-lg-95 > [class*="container"] {
    padding-top: 95px;
  }
}

@media (min-width: 1200px) {
  .steps .step + .step .step-image:after {
    /* background-color: #303849; */
    content: "";
    display: inline-block;
    height: 26px;
    left: -18%;
    background-image: url(../images/demo/step_arrow_1.png);
    position: absolute;
    top: 38%;
    width: 156px;
  }
  .steps2 {
    margin-top: -36px;
  }
  .steps .step:nth-child(3) .step-image:after {
    /* background-color: #303849; */
    left: -20%;
    background-image: url(../images/demo/step_arrow_2.png);
    top: 50%;
  }
  .intro-arrow {
    margin-top: 20px;
  }
  .top-links-container > .top-links-item5 {
    border-left: 1px solid rgba(243, 243, 243, 0.158) !important;
    margin-left: 47px;
    padding-left: 46px;
    height: 35px;
    display: flex;
    align-items: center;
  }
  .top-links-container > .top-links-item5 {
    border-left: 1px solid rgba(243, 243, 243, 0.158) !important;
    margin-left: 47px;
    padding-left: 46px !important;
    height: 35px;
    display: flex;
    align-items: center;
  }

  /* .container {
    max-width: 1200px;
  } */
}

@media (max-width:1599px) {
  .scroll-link {
    display: none;
  }
}

@media (min-width: 1400px) {
  .images-wrap-item {
    margin-top: 100px;
  }

  .intro-arrow {
    margin-top: 25px;
  }

  .intro_shadow_word {
    font-size: 400px !important;
    left: -340px;
  }
  .steps2 {
    margin-top: -46px;
  }
}

@media (min-width: 1500px) {
  .shadow-heading {
    font-size: 200px;
    left: -75px;
  }
}

/* MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX MAX*/

@media (max-width: 400px) {
  .entry-date:after {
    margin: 0 0 0 8px;
  }

  .woocommerce-tabs .panel {
    padding: 20px;
  }

  .content-padding .item-content {
    padding: 20px;
  }

  .icon-frame {
    padding: 6px 13px;
  }

  .icon-frame2 {
    padding: 6px 10px;
  }

  .entry-footer .byline > span,
  .entry-meta .byline > span {
    margin-right: 8px;
  }
}

@media (max-width: 500px) {
  .vertical-item.content-padding .item-content {
    padding: 20px 20px 20px;
  }

  .captchac img {
    width: 40%;
  }

  .woocommerce-tabs ul.tabs li a {
    padding: 16px 32px;
  }

  .info-title {
    font-size: 32px !important;
  }

  .banner-padding {
    padding: 100px 0 70px;
  }

  .item-title {
    font-size: 26px;
  }
}

@media (max-width: 1399px) {
  #header {
    top: 0;
  }

  #logo a img {
    max-width: 120px;
  }

  .images-wrap-item.img-left img.images-back {
    left: -30px;
    top: -30px;
  }
  .text-center.text-lg-left .shadow-heading,
  .text-center .text-lg-left .shadow-heading {
    left: -25px;
  }

  .divider-70 {
    margin-top: 20px;
  }

  .call-to-action {
    padding-top: 30px;
  }

  .intro_featured_word {
    font-size: 52px;
  }

  .banner-padding {
    padding: 195px 0 70px;
  }
}
@media (max-width: 1199px) {
  .s-py-xl-150 > [class*="container"] {
    padding-top: 0 !important;
  }

  .c-gutter-60 [class*="col-"],
  .row.c-gutter-60 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-center.text-lg-left.with-line:after,
  .text-center.text-lg-left .with-line:after,
  .text-center .text-lg-left.with-line:after,
  .text-center .text-lg-left .with-line:after {
    left: -1px !important;
  }

  .special-heading.with-line:after {
    left: 0;
    margin-top: 15px;
  }

  .intro-arrow {
    margin-top: 20px;
  }

  #logo a img {
    max-width: 105px;
  }

  .intro_after_featured_word {
    display: none;
  }

  .intro_featured_word {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .menu-container {
    margin-top: 8px;
  }

  .step-6 {
    margin-bottom: 0;
  }

  .s-pb-xl-100 > [class*="container"] {
    padding-bottom: 60px;
  }

  .product_6{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .s-pb-xl-150 > [class*="container"] {
    padding-bottom: 60px;
  }

  .menu-item a {
    padding: 15px 0;
  }

  .s-py-60 > [class*="container"] {
    padding-top: 60px;
  }

  .s-pb-lg-65 > [class*="container"] {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .steps-frame {
    width: 60%;
  }    
  
  .steps2 {
    padding: 80px 0 0;
    margin-top: 0;
  }

  .step-5 {
    margin-top: 48px;
  }

  #top-bar {
    background-color: #303849 !important;
  }

  .deco {
    margin-top: 0;
  }

  .fluid-width-video-wrapper {
    height: 100%;
  }

  .widget_bloginfo .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }

  #header.sticky-header-shrink {
    top: 0;
  }

  #header {
    position: relative;
    transition: 0.3s all;
  }

  .mt-991-r {
    padding-right: 30px !important;
  }

  .text-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .s-pb-lg-100 > [class*="container"] {
    padding-top: 60px;
  }

  .aki-mt-991 {
    margin-top: 48px;
  }

  .divider-lg-70 {
    margin-top: 50px;
  }

  h3.big {
    font-size: 40px;
  }

  .product {
    margin-bottom: 60px;
  }

  .s-py-xl-150 {
    padding-top: 60px;
  }

  .side-item .row [class*="col-"] {
    margin: auto;
    padding: 0 12px;
  }

  .ml-lg {
    padding-left: 10px !important;
  }

  .c-gutter-40 [class*="col-"],
  .row.c-gutter-40 > [class*="col-"] {
    padding-left: 6.5px;
    padding-right: 6.5px;
  }

  .s-py-lg-100 > [class*="container"] {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .sub-menu-container .menu-item > .menu-link {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px !important;
    color: #fff;
    letter-spacing: var(--cnvs-primary-menu-submenu-spacing);
    font-family: var(--cnvs-primary-menu-submenu-font);
  }

  .mt-991-48 {
    margin-top: 48px;
  }

  .mt-991 {
    margin-top: 32px;
  }

  .divider-35 {
    margin-top: 15px;
  }

  .mg-991 {
    padding: 0 24px;
  }

  .md-991 {
    display: flex;
    justify-content: center;
  }

  h2.big {
    font-size: 40px;
  }

  .s-pt-lg-100 > [class*="container"] {
    padding-top: 60px;
  }

  .s-pb-lg-95 > [class*="container"] {
    padding-bottom: 60px;
  }
  .steps-shadow {
    font-size: 50px;
  }

  .phone-1 {
    margin-bottom: 8px;
  }

  #header.open {
    background-color: #303849; /* 打開漢堡選單時背景色為白色 */
  }

  #top-bar.open {
    background-color: #303849 !important; /* 替換為您想要的顏色 */
  }

  #logo a img {
    max-width: 90px;
  }

  .sticky-header-shrink #logo a img {
    max-width: 65px;
  }

  .intro_featured_word {
    font-size: 36px;
  }

  .banner-padding {
    padding: 70px 0;
  }

  .page_title h1 {
    font-size: 36px;
  }

  footer a.logo img {
    max-width: 120px;
  }
}

@media (max-width:767px) {
  .call-to-action {
    padding-top: 10px;
  }
}

.social-icons a {
  font-size: 22px;
}

.page_list {
  padding: 8px 24px;
  border: 1px solid var(--cnvs-black);
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .step-6 p {
    margin-bottom: 0 !important;
  }

  .product .text-normal {
    margin-top: 24px !important;
  }

  .container2 {
    max-width: 90% !important;
  }

  .container3 {
    max-width: 92% !important;
  }

  .container5 {
    max-width: 83% !important;
  }

  .container6 {
    max-width: 86% !important;
  }

  .co1-8 {
    flex: 0 0 auto;
    width: 60%;
  }

  .banner-padding .page_title {
    padding: 150px 0 70px;
  }

  .breadcrumb li {
    margin-bottom: 0;
  }

  .text-md-center {
    text-align: center !important;
  }

  .md-767-center {
    display: flex;
    justify-content: flex-end;
  }

  .md-991 {
    width: 90%;
  }

  .s-pb-xl-100 > [class*="container"] {
    padding-bottom: 0;
  }

  .icon-box h2,
  .icon-box h3,
  .icon-box h4 {
    margin-bottom: 12px;
  }

  .divider-35 {
    margin-top: 0 !important;
  }

  .divider-xl-65 {
    margin-top: 0;
  }

  .mt-991 {
    margin-top: 32px !important;
  }
  .s-py-lg-100 > [class*="container"] {
    padding-bottom: 40px;
  }

  .item-media img {
    width: 100%;
  }

  /* .item-media img:nth-child(1) {
    margin-bottom: 24px;
  } */

  .c-gutter-100 [class*="col-"],
  .row.c-gutter-100 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps2 .step p {
    margin-bottom: 32px;
  }

  /* .deco {
    margin-top: 80px;
  } */

  .steps .step {
    margin-bottom: 40px;
  }

  .step-image {
    margin-bottom: 24px;
  }

  .top-links-container {
    justify-content: flex-end;
  }
  .divider-70 {
    margin-top: 80px !important;
  }

  .step-image {
    position: relative; /* 設定為相對定位 */
    text-align: center; /* 使內容居中 */
  }

  .steps-shadow {
    position: absolute; /* 設定為絕對定位 */
    top: 50%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    transform: translate(-50%, -50%); /* 調整位置以確保完全居中 */
    font-size: 1.2em; /* 調整字體大小 */
  }

  .text-lg-center {
    text-align: center !important;
  }

  .steps-frame {
    width: 48% !important;
  }

  .intro_featured_word {
    font-size: 30px;
    font-weight: 600;
  }

  .banner-padding {
    padding: 50px 0;
  }

  .steps2 {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .content-padding .item-content {
    padding: 20px;
  }

  .description_tab a,
  .reviews_tab a {
    font-size: 16px;
  }

  .entry-meta2 {
    display: flex;
    justify-content: flex-start !important;
  }

  .ml-576 {
    margin-right: 8px;
  }

  .entry-meta {
    display: flex;
    justify-content: left;
  }

  .social-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }

  .s-pb-lg-65 > [class*="container"] {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .product_6{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .s-pb-lg-65 > [class*="container4"] {
    padding-bottom: 40px !important;
    padding-top: 70px !important;
  }

  .container4 {
    max-width: 100% !important;
  }

  .s-py-xl-150 {
    padding-top: 40px !important;
  }

  .s-py-lg-100 > [class*="container"] {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .container-sm,
  .container {
    max-width: 90%;
  }

  .item-steps5 {
    margin-top: 0 !important;
  }

  .images-wrap-item.img-left img.images-back {
    left: -25px !important;
    top: -25px !important;
  }

  .owl-carousel .owl-dots {
    display: none;
  }

  .deco {
    margin-top: 0 !important;
  }

  .s-pb-xl-115 > [class*="container"] {
    padding-top: 40px !important;
  }

  .s-pb-lg-95 > [class*="container"] {
    padding-bottom: 40px !important;
  }

  .s-pt-lg-100 > [class*="container"] {
    padding-top: 40px !important;
  }

  .steps2 {
    padding: 40px 0;
  }

  #header {
    top: 0px;
  }

  #top-bar {
    position: relative;
  }

  .intro_featured_word {
    font-size: 24px;
  }

  .intro_shadow_word {
    top: 45%;
    left: -22px;
  }

  h2.big {
    font-size: 48px;
    line-height: 1;
  }

  .s-pb-lg-100 > [class*="container"] {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .s-pt-lg-100 > [class*="container"] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .page_footer .widget > .widget-title, .page_footer .widget .widget-title,
  .widget_working_hours .working_hours_div {
    margin-bottom: 32px;
  }

  #logo a img {
    max-width: 80px;
  }

  .sticky-header-shrink #logo a img {
    max-width: 60px;
  }

  .banner-btn a {
    margin-top: 12px;
  }

  .banner-padding {
    padding: 40px 0;
  }
  
  .page_title h1 {
    font-size: 32px;
  }
}