﻿/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

/** font-family:=================================*/
.f-s {
  font-size: 0.9rem;
}
.f-400 {
  font-weight: 400 !important;
}
.vText {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.color-blue {
  color: #2675ff;
}
.color-white {
  color: #fff !important;
}
.color-red {
  color: #cb2520 !important;
}
.color-gray {
  color: #7d7d7d;
}
.color-bk {
  color: #000 !important;
}
.txt-stork {
  -webkit-text-stroke: 1px #333;
  -webkit-text-fill-color: transparent;
}
.txt-just {
  text-align: justify !important;
}
.txt-center {
  text-align: center !important;
}

.wrapper {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 0px 30px;
  width: 100%;
  max-width: 1440px;
  max-width: calc((100% - 30px) / 12 * 12 + 30px);
}
@media (min-width: 1025px) {
  .wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
  }
}
@media (min-width: 1401px) {
  .wrapper {
    max-width: 1440px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

/*----------------------------------------/
  banner area
----------------------------------------*/
.banner {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  line-height: 2.5em;
  vertical-align: top;
  position: relative;
  z-index: 0;
}
.banner-img {
  width: 100%;
  position: relative;
  top: 0px;
  margin-top: 0px;
  padding: 0px;
  z-index: 0;
}
.banner-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1; /*animation: slideZoom 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1s 1 normal both;*/
}

@keyframes slideZoom {
  0% {
    transform: scale(1.05) rotate(0.1deg);
  }
  100% {
    transform: scale(1) rotate(0.1deg);
  }
}

@media (max-width: 768px) {
  .banner-img {
    padding: 0px;
    order: 1;
  }
  .banner-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media (max-width: 767.98px) {
  .banner-img {
    padding: 0px;
  }
}
/* Banner 內文字 =====================================================================*/
.banner-txt {
  max-width: 600px;
  margin: auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 9;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-txt h1 {
  width: auto;
  margin: auto;
  padding: 0px 10px;
  text-align: center;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
}
.banner-txt p {
  width: 100%;
  margin: 0px auto;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .banner-txt h1 {
    font-size: 1.75rem;
    margin-top: 0px;
    font-weight: 700;
  }
  .banner-txt p {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .banner-txt {
    top: 60%;
  }
  .banner-txt h1 {
    font-size: 1.875rem;
  }
  .banner-txt p {
    font-size: 1.25rem;
  }
  main {
    margin-top: 211px;
  }
}
@media (max-width: 767.98px) {
  main {
    margin-top: 130px;
  }
}

.main-wrap {
  width: 100%;
  padding: 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*----------------------------------------/
main-content
----------------------------------------*/
.main-content {
  position: relative;
  width: 100%;
  min-height: 50vh;
  margin: 0 auto;
  padding: 0px;
}

.product-arera {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-arera .left-nav {
  width: 400px;
}
.product-arera .main-body {
  width: calc(100% - 400px);
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .product-arera {
    padding: 0px;
  }
  .product-arera .main-body {
    padding-left: 20px;
  }
}
@media (max-width: 1280px) {
  .product-arera .left-nav {
    width: 300px;
  }
  .product-arera .main-body {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1024px) {
  .product-arera .left-nav {
    width: 240px;
  }
  .product-arera .main-body {
    width: calc(100% - 240px);
  }
}

@media (max-width: 992px) {
  .product-arera .left-nav {
    width: 100%;
  }
  .product-arera .main-body {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .product-arera {
    padding: 0px;
  }
  .product-arera .main-body {
    width: 100%;
    padding: 0px;
  }
}

/*----------------------------------------/
麵包屑 自訂顏色樣式
----------------------------------------*/
.main-breads {
  width: 100%;
  max-width: calc((100% - 40px) / 12 * 12 + 40px);
  margin: auto;
  padding: 50px 0px 0px 0px;
  position: relative;
  z-index: 9;
  color: #000;
}
.main-breads .breadcrumb {
  width: auto;
  padding: 0px 10px;
  margin: 0 auto;
  background: none;
  justify-content: flex-end;
}
.main-breads .breadcrumb li {
  font-size: 0.875rem;
  color: #888;
  max-width: 200px;
  margin-left: 5px;
  padding-left: 10px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
.main-breads .breadcrumb li a {
  color: #888;
}
.main-breads .breadcrumb li a:hover {
  color: #ea5626;
}
.main-breads .breadcrumb-item:first-child::before {
  content: "";
  color: #1f100b !important;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url("../images/icon/home.svg") no-repeat left top;
  background-size: 20px;
}
.main-breads .breadcrumb-item + .breadcrumb-item::before {
  content: " > ";
  color: #888;
  font-size: 0.75rem;
}
.main-breads .breadcrumb li:first-child {
  position: relative;
  padding-left: 24px;
}
@media (min-width: 1600px) {
  .main-breads .breadcrumb {
    padding: 0px 20px;
  }
}
@media (max-width: 1440px) {
  .main-breads {
    padding: 0px;
  }
}

@media (max-width: 992px) {
  .main-breads {
    margin: 0px auto;
    padding: 10px 0px;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
  }
  .main-breads .breadcrumb {
    padding: 2px;
    justify-content: center;
  }
}

/*----------------------------------------/
分頁 自訂顏色樣式
----------------------------------------*/

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px auto 50px auto;
}
.pagination-container {
  padding: 10px 0;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.pagination-hover-overlay {
  background-color: #e33c0b;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  left: 60px;
  opacity: 0;
}

.pagination .icon-pagination {
  color: rgba(51, 61, 69, 0.5);
  font-size: 11px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.pagination-prev {
  margin-right: 15px;
  margin-left: 10px;
}
.pagination-prev .icon-pagination-prev {
  transform: rotate(0deg);
}
.pagination-next {
  margin-left: 15px;
  margin-right: 10px;
}
.pagination-next .icon-pagination-next {
  transform: rotate(180deg);
}
.pagination-page-number {
  border-radius: 5px;
  color: #333d45;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 18px;
}
.pagination-page-number:hover {
  color: #fff;
}
.pagination-page-number.active {
  color: #fff;
}

/*.arrow-b{ width:20px; height:20px;margin:0px 5px; display:block;  background: url("../images/icon/arrow-left-f.svg") no-repeat right top;  } 
*/
/* description =======================================================================	*/
.description {
  width: 100%;
  margin: 15px auto;
  padding: 0px 20px;
}
.description p.f-s {
  font-size: 1.375rem;
  color: #888888;
}

@media (max-width: 840px) {
  .description {
    width: 100%;
  }
  .pagination-page-number {
    width: 36px;
    height: 36px;
  }
  .pagination-hover-overlay {
    display: none;
  }
  .pagination-prev,
  .pagination-next {
    margin-top: -5px;
  }
  .description p.f-s {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* title-block  =======================================================================	*/
.title-block {
  width: 100%;
  height: auto;
  margin: -200px auto auto auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.title-block h2 {
  width: auto;
  margin: 0px auto;
  padding: 20px 0px 0px 0px;
  font-size: 4rem;
  letter-spacing: 2px;
  color: #1f100b;
  font-weight: 700;
  text-align: center;
  position: relative;
}

/*----------------------------------------/
  title樣式 cart
----------------------------------------*/
.title-style {
  width: 100%;
  margin: 0px auto 30px auto;
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.title-style::after {
  content: "";
  width: 35%;
  height: 16px;
  position: absolute;
  right: 0px;
  background: url("../images/index/line01.png") no-repeat right top;
  transform: translateY(-100%);
}
.title-style h1 {
  margin: 0;
  font-size: 3rem;
  text-align: left;
  font-weight: 500;
  color: #1f100b;
  letter-spacing: 3px;
}
.title-style strong {
  color: #e44029;
  font-weight: 500;
}

.title-styleh2 {
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 500;
  color: #1f100b;
  letter-spacing: 3px;
}
@media (max-width: 1280px) {
  .title-style {
    margin: 0px auto;
    padding: 10px 0px;
  }
  .title-style h1,
  .title-style h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .title-style h1,
  .title-style h2 {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .title-style p {
    font-size: 0.875rem;
  }
  .title-style::after {
    display: none;
  }
}

/* Title Styles 樣式
=================================*/
.title {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 30px 0px;
  position: relative;
}
.title h1,
.title h2 {
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 500;
  color: #1f100b;
  letter-spacing: 3px;
}
.title h3 {
  margin: 15px auto;
  font-size: 2.35rem;
  line-height: 3.75rem;
  color: #131212;
  font-weight: 900;
  letter-spacing: 10px;
  text-align: center;
}
.title p {
  margin: 10px auto;
  font-weight: 400;
  line-height: 1.35rem;
  color: #888;
}
.title span {
  font-size: 1.875rem;
  font-weight: 700;
}
.title strong {
  color: #e44029;
}

@media (max-width: 1280px) {
  .title {
    margin: 0px auto;
    padding: 10px 0px;
  }
}
@media (max-width: 1024px) {
  .title {
    padding: 0px;
  }
}

@media (max-width: 992px) {
  .title {
    margin: 0px auto 20px auto;
  }
  .title h1,
  .title h2 {
    font-size: 2rem;
  }
  .title span {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .title h1,
  .title h2 {
    font-size: 1.75rem;
  }
  .title span {
    font-size: 0.875rem;
  }
}

.title-1 {
  width: 100%;
  margin: 0px auto;
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.title-1::before {
  content: "";
  width: 35%;
  height: 75px;
  position: absolute;
  left: 0px;
  background: url("../images/index/title_o.png") no-repeat right top;
}
.title-1::after {
  content: "";
  width: 35%;
  height: 75px;
  position: absolute;
  right: 0px;
  background: url("../images/index/title_g.png") no-repeat left top;
}
.title-1 h2 {
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 500;
  color: #1f100b;
  letter-spacing: 3px;
}
.title-1 p {
  margin: 10px auto;
  font-weight: 400;
  line-height: 1.35rem;
  color: #888;
}

@media (max-width: 1280px) {
  .title-1 {
    margin: 0px auto;
    padding: 10px 0px;
  }
  .title-1::before {
    content: "";
    width: 35%;
    height: 65px;
  }
  .title-1::after {
    content: "";
    width: 35%;
    height: 65px;
  }
}

@media (max-width: 992px) {
  .title-1 {
    margin: 0px auto 20px auto;
    padding: 0px 20px;
  }
  .title-1 h2 {
    font-size: 2rem;
  }
  .title-1 p {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .title-1 h2 {
    font-size: 1.5rem;
  }
  .title-1 p {
    font-size: 0.875rem;
  }

  .title-1::before {
    display: none;
  }
  .title-1::after {
    display: none;
  }
}

.btn-more {
  opacity: 1;
  transform: none;
  margin: 0px;
}
.btn-more a {
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.btn-more a:hover {
  opacity: 0.5;
}
/*.arrow*/
.arrow {
  position: relative;
  display: inline-block;
  margin-left: 10px; /*transform: rotate(90deg);*/
  border: 2px solid #000;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 740px) {
  .arrow {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1380px) {
  .arrow {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1700px) {
  .arrow {
    width: 44px;
    height: 44px;
  }
}
.arrow::before,
.arrow::after {
  width: 26px;
  height: 26px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon/arrow-down.svg") center no-repeat;
  background-size: auto 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
}
.arrow:after {
  opacity: 0;
}
a:hover .arrow:before,
a:active .arrow:before {
  animation: arrow 0.6s linear infinite both;
}
a:hover .arrow:after,
a:active .arrow:after {
  animation: arrow2 0.6s linear infinite both;
}

@keyframes arrow {
  0% {
    transform: translate(-50%, -90%);
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes arrow2 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -10%);
    opacity: 1;
  }
}

.text-stroke {
  -webkit-text-stroke: 1px #a3d6bf;
}
.cms-main-area {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
}
/*----------------------------------------/
cms-main-content
----------------------------------------*/
.cms-decorate-end {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 13;
  left: 0px;
}

.article {
  position: relative;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 130px;
  column-gap: 130px;
  color: #515151;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
}
.article:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
}

.article a {
  color: #555;
}

@media (max-width: 1440px) {
  .article {
    -webkit-column-gap: 60px;
    column-gap: 60px;
  }
}

/*---------------*/
/***** icon *****/
/*---------------*/
.icon-download {
  background: url("../images/icon/download_1.png") no-repeat;
}
a:hover .icon-download {
  background: url("../images/icon/download_2.png") no-repeat;
}

.icon-check {
  background: url("../images/icon/check.svg") no-repeat center 4px;
  background-size: 70% auto;
}
.icon-clear {
  background: url("../images/icon/clear-w.svg") no-repeat center 4px;
  background-size: 70% auto;
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.transition-3d-hover:focus,
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 30px;
  overflow: hidden;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #df6201;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/***** btn *****/
/*---------------*/
.btn {
  width: 100%;
  margin: 0px 5px 0px 0px;
  padding: 15px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
}
.btn i {
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  display: inline-block;
}
.btn i.cicrcle {
  width: 26px;
  height: 26px;
  border: solid 1px #fff;
  border-radius: 99rem;
}

.btn.btn-secondary {
  padding: 12px 10px;
  color: #232323;
  font-weight: 400;
  background: #d5d5d5;
  border-radius: 0px;
  border-color: #d5d5d5;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #232323;
  border-radius: 30px;
}
.btn.btn-secondary:hover i {
  filter: invert(1);
}

.btn-submit {
  font-weight: 400;
  background: #ea5626;
  border: solid 1px #ea5626;
  border-radius: 30px;
  color: #fff !important;
  vertical-align: text-bottom;
}
.btn-submit:hover {
  color: #fff;
  background: #e44029;
  border: solid 1px #e44029;
  box-shadow: 0px 3px 10px #ed9823;
}

.btn-reset {
  font-weight: 400;
  background: #555;
  border: solid 1px #555;
  border-radius: 30px;
  color: #fff !important;
  vertical-align: text-bottom;
}
.btn-reset:hover {
  color: #fff;
  background: #000;
  box-shadow: 0px 3px 10px rgba(148, 0, 11, 0.5);
}

.text-button {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  cursor: pointer;
  display: inline-block;
  color: currentColor;
  padding-left: 2.1875rem;
  position: relative;
  transition: padding 0.3s ease;
}
.text-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5625rem;
  height: 0.0625rem;
  background: currentColor;
  vertical-align: middle;
  margin-right: 0.625rem;
  transition: padding 0.3s ease;
}
@media (hover: hover) {
  .text-button:hover {
    color: currentColor;
    padding-left: 2.8125rem;
  }
  .text-button:hover:before {
    width: 2.1875rem;
    color: currentColor;
  }
}
@media (max-width: 798px) {
  .text-button {
    letter-spacing: 0rem;
  }
  p a.text-button {
    font-size: 0.7rem;
  }
}

/*---------------*/
/***** btn *****/
/*---------------*/
.btn-btnbox {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 10px auto;
  transition: all 1s;
}
.btnbox {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 20px auto 0px auto;
  transition: all 1s;
}

/*mousey Styles====*/
.scroll-downs {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 20px;
  height: 44px;
  z-index: 999;
}
.mousey {
  width: 2px;
  padding: 5px 8px;
  height: 24px;
  border: 1px solid #df6201;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  position: relative;
}
.mousey:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 8px;
  width: 1px;
  height: 30px;
  background: #df6201;
}
.scroller {
  width: 2px;
  height: 8px;
  border-radius: 25%;
  background-color: #df6201;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.icon-add {
  background: url("../images/icon/add.svg") no-repeat right top;
}

a.btn-prev {
  color: #131212;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s;
  position: relative;
}
a.btn-next {
  color: #131212;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s;
  position: relative;
}

a.btn-prev:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 18px;
  height: 12px;
  background: url(../images/icon/arrow-left-r.svg) no-repeat left top;
  transition: all 0.5s;
  filter: grayscale(1) brightness(1);
}
a.btn-next:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 8px;
  width: 18px;
  height: 12px;
  background: url(../images/icon/arrow-right-2.svg) no-repeat left top;
  transition: all 0.5s;
  filter: grayscale(1) brightness(1);
}
a.btn-prev:after,
a.btn-next:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #df6201;
  transition: all 0.3s ease;
}

a.btn-prev:hover:after,
a.btn-next:hover:after {
  width: 100%;
}
a.btn-prev:hover:before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  filter: none;
}
a.btn-next:hover:before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  filter: none;
}
a.btn-prev:hover,
a.btn-next:hover {
  color: #df6201 !important;
}

a.btn-back {
  width: auto;
  color: #000 !important;
  padding: 10px;
  font-weight: 700;
  background-color: #f2f2f2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-back:before,
.btn-back::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #797371;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.btn-back:before {
  margin-right: 20px;
  margin-left: 5px;
}
.btn-back:after {
  margin-left: 20px;
  margin-right: 5px;
}
a.btn-back:hover {
  color: #df6201 !important;
}
.btn-back:hover:before {
  background: #df6201;
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
.btn-back:hover:after {
  background: #df6201;
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
@media (max-width: 1024px) {
  .btn-back:before,
  .btn-back::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .btn-back {
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}

.back-button {
  width: auto;
  height: 40px;
  margin: 0;
  padding: 10px 20px 10px 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  border-radius: 30px;
  background: #000;
}
.back-button:hover .back-button-circle {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.back-button:hover .back-button-txt,
.back-button:hover i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.back-button-circle {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  margin: 0px 10px 0px 0px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.back-button i.arrow-l {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: url("../images/icon/arrow-left-2.svg") no-repeat 4px 4px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.back-button-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.back-button:hover {
  background: #e7141a !important;
}

@media (max-width: 767px) {
  .back-button {
    width: auto;
    height: 24px;
  }
  .back-button-circle {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
  .back-button i {
    width: 22px;
    height: 22px;
    margin: auto auto auto 10px;
  }
  .back-button-txt {
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
  }
}

/*cms-btn Styles 1 bk===*/
a.btn-01 {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  padding: 10px 40px;
  margin: auto 0px;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border: solid 1px transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear 0s;
}
a.btn-01:hover {
  transform: translateX(10px);
}
.btn-01:focus {
  outline: 1px inset #000;
}
.btn-01 em {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: -5px;
  opacity: 0.5;
  transition: all 0.3s ease;
  background: url("../images/icon/arrow-right-r.svg") no-repeat right 0px;
  background-size: 28px auto;
}

@media (max-width: 979px) {
  a.btn-01 {
    font-size: 0.9rem;
  }
}

/*cms-btn Styles 2 bk===*/
a.btn-02 {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  padding: 10px 40px;
  margin: auto;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  background-color: #ea5626;
  border: solid 1px transparent;
  cursor: pointer;
  -webkit-transition: color 0.25s 0.0833333333s;
  transition: color 0.25s 0.0833333333s;
  position: relative;
  border-radius: 0px;
}
.btn-02::before {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

a.btn-02:hover {
  color: #fff;
  background: #e33c0b;
}

.btn-02:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}
.btn-02:focus {
  outline: 1px inset #fff;
}
.btn-02 span {
  display: block;
  padding-right: 5px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.btn-02 em {
  position: absolute;
  width: 60px;
  height: 25px;
  left: 15%;
  top: 32%;
  transition: all 0.3s ease;
  background: url("../images/icon/back_arrow.svg") no-repeat left top;
  z-index: 1;
}
.btn-02:hover em {
  transform: translateX(-20px);
}
@media (max-width: 979px) {
  a.btn-02 {
    font-size: 1rem;
  }
}
/*----------------------------------------/
 leftMenu start 樣式
----------------------------------------*/
@media only screen and (min-width: 993px) {
  .leftMenuMobile {
    display: none;
  }
}

.leftMenu {
  width: 100%;
  padding: 0px;
  position: sticky;
  top: 0px;
  background: #fff;
}
.leftMenu h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 20px;
  padding: 30px 30px 10px 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.leftMenu h2:after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
  background: url("../images/index/list.png") no-repeat right top;
  background-size: 100% 70px;
}

.leftMenu ul,
.leftMenu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.leftMenu ul {
  width: 100%;
  padding-top: 20px;
}
.leftMenu ul li.menu-title a {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 2rem;
  background: #e7141a;
}
.leftMenu ul li:hover.menu-title a {
  color: #fff;
}
.leftMenu ul:nth-child(2) {
  margin-bottom: 30px;
}
.leftMenu > ul ul {
  display: none;
}
.leftMenu ul li {
  margin: 10px 0px;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: underline;
}
.leftMenu ul li:last-child {
  border-bottom: none;
}
.leftMenu ul li a:hover {
  color: #e7141a !important;
}
.leftMenu ul li a {
  color: #1f100b;
  transition: all 0.3s ease;
}
.leftMenu ul li a.active,
.leftMenu ul li a:hover {
  border-color: transparent;
}

.menu_dot {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 99;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.menu_dot::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  top: 12px;
  right: 7px;
  z-index: 99;
  transition: all 0.5s ease 0s;
}
.menu_dot::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 99;
  transition: all 0.5s ease 0s;
}
.leftMenu .menu_dot_open {
  top: 15px;
}
.leftMenu .menu_dot_open::before {
  background-color: #e7141a;
}
.leftMenu .menu_dot_open::after {
  display: none;
}
.leftMenu a:link,
.leftMenu a:visited {
  text-decoration: none;
  color: #1f100b;
  background-color: transparent;
  padding: 15px 30px;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.leftMenu a:active,
.leftMenu a:hover {
  text-decoration: none;
  color: #e7141a !important;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.leftMenu ul li ul li a {
  color: #666464;
}
.leftMenu ul li ul li {
  border-bottom: none;
  font-size: 1rem;
}

/*.leftMenu img style*/
.menu-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu-img figure {
  width: 20%;
  padding-right: 10px;
}
.menu-img h3 {
  width: calc(80% - 10px);
}
/*.leftMenu img end style*/
.menu_bg_open {
  background-color: rgba(243, 152, 0, 0);
}

.leftMenu ul li a.menu_arrow_open {
  background-color: transparent;
  color: #e7141a;
}
.menu_arrow {
  display: none;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 20px;
  height: 20px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}
.menu_arrow::before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 6px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
}
.leftMenu a:hover .menu_arrow::before {
  background-color: #e7141a;
  transition: all 0.5s ease 0s;
}
.menu_arrow::after {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  top: 11px;
  left: 6px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s ease 0s;
}
.leftMenu ul li a.menu_arrow_open .menu_arrow::before,
.leftMenu ul li a.menu_arrow_open .menu_arrow::after {
  background-color: #e7141a;
}
.leftMenu a:hover .menu_arrow::after {
  background-color: #e7141a;
  transition: all 0.5s ease 0s;
}
.menu_arrow_open .menu_arrow {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 1280px) {
  .leftMenu h2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .leftMenu {
    position: relative;
  }
  .leftMenu h2 {
    display: none;
  }
  .leftMenu ul {
    width: 100%;
  }
  .leftMenuMobile {
    width: 100%;
    height: 75px;
    margin: 0px auto;
    position: relative;
    cursor: pointer;
    background: url("../images/index/list.png") no-repeat right top;
    background-size: 100% 70px;
  }
  .leftMenuMobile > span:nth-child(1) {
    transition: all 0.5s ease 0s;
  }
  .leftMenuMobile::before {
    content: attr(data-title);
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    left: 20px;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
  }
  .leftMenu > ul {
    position: absolute;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
  }
  .leftMenu > ul.open {
    max-height: 500px;
    overflow: auto;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 1.5s ease 0s;
  }
  .leftMenu ul li {
    margin: 0px;
    font-size: 1rem;
  }
}

/*----------------------------------------/
 aside cssmenu樣式
----------------------------------------*/
#cssmenu {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 10px 0px;
  list-style: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /*border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1;*/
}
#cssmenu #menu-button {
  margin: 0px;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  background-color: #fff;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-line {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: 2px;
  width: auto;
  height: 2px;
  background: #db0632;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  width: auto;
  position: relative;
  z-index: 1;
  margin: 0px 15px;
  padding: 5px 40px;
  border: solid 1px #ea5626;
  background-color: #ea5626;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  font-size: 1.15rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s ease;
}

/*#cssmenu > ul > li > a:after { opacity:0;  content: ""; display: block; width: 12px; height: 1px; background-color: #e7141a; border-radius: 3px; transition: all .4s ease; margin-top: 1px}
#cssmenu > ul > li > a:hover:after { width: 100%;opacity: 1}*/
#cssmenu > ul > li > .active a {
  color: #fff;
}

#cssmenu > ul > li.active a:after {
  background-color: #ea5626;
  width: 100%;
  opacity: 1;
}
#cssmenu > ul > li:hover,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active {
  background-color: #e33c0b;
}
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li:hover > a {
  color: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding: 5px 15px !important;
}
/*
#cssmenu > ul > li.has-sub > a::after{position:absolute;top:21px;right:10px;width:4px;height:4px;border-bottom:1px solid #000000;border-right:1px solid #000000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color 0.2s ease;-moz-transition:border-color 0.2s ease;-ms-transition:border-color 0.2s ease;-o-transition:border-color 0.2s ease;transition:border-color 0.2s ease;} */
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #f6f2f0;
}
#cssmenu ul ul {
  position: absolute;
  z-index: 9999;
  left: -9999px;
  background: #f1f1f1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  background: #e3edef !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu ul li:hover > ul > li {
  /* height: 40px; */
}
#cssmenu ul ul li a {
  padding: 15px 20px;
  width: 200px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: left;
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background: #e33c0b;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #776b62;
}
@media (max-width: 1024px) {
  #cssmenu {
    width: 100%;
    margin-top: 0px !important;
    padding: 0px;
    position: relative;
    z-index: 999;
  }
  #cssmenu ul {
    width: 100%;
    margin: auto;
    display: none;
    background: #fff;
    border: solid 1px #ddd;
  }
  #cssmenu ul ul {
  }
  #cssmenu ul ul ul {
    background: #e7eaeb !important;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    margin: 0px;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu > ul > li {
    border: none;
    border-bottom: solid 1px #ddd;
    box-shadow: none;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 10px 15px;
    font-size: 12px;
    color: #000000;
    background: none;
    text-align: center;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    padding-bottom: 0px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #e44029;
    background-color: #e44029;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: "";
    position: absolute;
    right: 5%;
    top: 10px;
    width: 28px;
    height: 28px;
    background: url("../images/icon/play-btn.svg") no-repeat left top;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 23px;
    display: block;
    width: 1px;
    height: 11px;
    background: #be892f;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 22px;
    display: block;
    width: 11px;
    height: 1px;
    background: #be892f;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  #cssmenu ul li span.submenu-button.submenu-opened::after {
    display: none;
  }
  #cssmenu ul li ul li span.submenu-button {
    display: none;
  }
}

.navfix {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 6 !important;
  background: #eaeef0;
}
.getIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: getIn;
  animation-name: getIn;
}
@-webkit-keyframes getIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes getIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .navfix {
    top: 34px;
  }
}
@media (max-width: 768px) {
  .navfix {
    top: 66px;
    background: #df7475;
  }
}
@media (max-width: 767px) {
  .navfix {
    top: 62px;
    background: #df7475;
  }
}

/*--------form style------------*/
#cms-main label {
}
input,
option,
textarea,
input[type="radio"] {
  color: #000;
  background-color: #fff;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  width: auto;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
/* placeholder ---*/
input::placeholder {
  font-size: 0.875rem;
}
input:focus,
textarea:focus {
  outline: none;
}
input:focus:placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
select {
  min-height: 36px;
  line-height: 2rem;
  color: #333;
  border-radius: 0px;
}
/*IE --*/
select::-ms-expand {
  display: none;
}
select:focus {
  box-shadow: 0 0 5px 2px #467bf4;
}
input,
button,
select,
textarea {
  outline: none;
}

.circle {
  position: fixed;
  z-index: 0;
  left: -3%;
  top: 20%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/icon/gear-1.svg");
  animation: anim 4s infinite linear;
  opacity: 0.5;
}
.circle-1 {
  position: fixed;
  z-index: 0;
  left: 30px;
  top: 38%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/icon/gear.svg");
  animation: anim 3s infinite linear;
}
@media (max-width: 1280px) {
  .circle {
    width: 120px;
    height: 120px;
  }
}

@keyframes anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anim-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
