@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Mukta:700");
@import "./icon-font/iconfont.css";
html {
  font-size: 16px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote {
  content: "";
  content: none;
}
q {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none !important;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
}

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom-50
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top-50
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/**
 * ----------------------------------------
 * animation height-in-bottom-160, height-in-bottom-120
 * ----------------------------------------
 */
@-webkit-keyframes height-in-bottom-160 {
  0% {
    height: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    height: 160px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes height-in-bottom-160 {
  0% {
    height: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    height: 160px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes height-in-bottom-120 {
  0% {
    height: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    height: 120px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes height-in-bottom-120 {
  0% {
    height: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    height: 120px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes height-in-bottom-100 {
  0% {
    height: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes height-in-bottom-100 {
  0% {
    height: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation width-in-left
 * ----------------------------------------
 */
@-webkit-keyframes position-in-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes position-in-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes position-in-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes position-in-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes position-in-bottom {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes position-in-bottom {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes position-in-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes position-in-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1800px) rotate(600deg);
            transform: translateY(-1800px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1800px) rotate(600deg);
            transform: translateY(-1800px) rotate(600deg);
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom-50
 * ----------------------------------------
 */
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top-50
 * ----------------------------------------
 */
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/**
 * ----------------------------------------
 * animation height-in-bottom-160, height-in-bottom-120
 * ----------------------------------------
 */
@keyframes height-in-bottom-160 {
  0% {
    height: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    height: 160px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes height-in-bottom-120 {
  0% {
    height: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    height: 120px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes height-in-bottom-100 {
  0% {
    height: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation width-in-left
 * ----------------------------------------
 */
@keyframes position-in-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes position-in-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes position-in-bottom {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes position-in-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1800px) rotate(600deg);
            transform: translateY(-1800px) rotate(600deg);
  }
}
.side-menu {
  width: 60px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: 104px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  opacity: 0;
  pointer-events: none;
  right: 0;
  -webkit-transition: all, 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all, 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  -webkit-box-shadow: 2px 2px 10px rgba(22, 22, 22, 0.1);
          box-shadow: 2px 2px 10px rgba(22, 22, 22, 0.1);
}
.side-menu.active {
  right: 24px;
  opacity: 1;
  pointer-events: auto;
}
.side-menu__item {
  position: relative;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.side-menu__item a {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-menu__item a .iconfont {
  line-height: 1;
}
.side-menu__item a .iconfont:before {
  font-size: 32px;
  color: #C07B74;
}
.side-menu__item a .icon-line:before {
  color: #05AA3F;
  font-size: 36px;
}
.side-menu__item a .icon-apply:before {
  font-size: 26px;
}
.side-menu__item .tooltips {
  background-color: #4b4b4b;
  color: white;
  position: absolute;
  right: 75px;
  top: 50%;
  z-index: 999;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  min-width: 200px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.side-menu__item .tooltips:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #4b4b4b transparent transparent transparent;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.side-menu__item .tooltips.active {
  opacity: 0;
  pointer-events: none;
}

.fb-messenger {
  position: fixed;
  right: 12px;
  bottom: 24px;
  margin: 0 12px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  background-color: blue;
  border-radius: 50%;
}

.fb-root iframe {
  bottom: 60px;
}

html, body {
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "ariel", "sans-serif";
  overflow-x: hidden;
}
html *, body * {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "ariel", "sans-serif";
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
}

strong, b {
  font-weight: 700;
}

html.active, body.active {
  overflow: hidden;
}

input, button, select {
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  padding: 16px 24px;
  font-size: 18px;
  color: white;
}
input::-webkit-input-placeholder, button::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 18px;
  color: white;
}
input::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder {
  font-size: 18px;
  color: white;
}
input:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 18px;
  color: white;
}
input::-ms-input-placeholder, button::-ms-input-placeholder, select::-ms-input-placeholder {
  font-size: 18px;
  color: white;
}
input::placeholder, button::placeholder, select::placeholder {
  font-size: 18px;
  color: white;
}
input:valid, button:valid, select:valid {
  background-color: transparent;
}
input:not(:-moz-placeholder-shown), button:not(:-moz-placeholder-shown), select:not(:-moz-placeholder-shown) {
  background-color: transparent;
}
input:not(:-ms-input-placeholder), button:not(:-ms-input-placeholder), select:not(:-ms-input-placeholder) {
  background-color: transparent;
}
input:not(:placeholder-shown), button:not(:placeholder-shown), select:not(:placeholder-shown) {
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

button {
  cursor: pointer;
  font-weight: 300;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 100px;
}
@media only screen and (max-width: 1366px) {
  .container {
    padding: 0 30px;
  }
}
.container.full-container {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.container.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1366px) {
  .container.flex {
    padding: 0 30px;
  }
}

.title-group {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 990px) {
  .title-group {
    margin-bottom: 24px;
  }
}
.title-group.white .title {
  color: white;
}
.title-group.white .title:before {
  background-color: white;
}
.title-group .title {
  font-size: 32px;
  font-weight: 700;
  -webkit-transition: font-size 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: font-size 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  position: relative;
  color: #161616;
}
.title-group .title:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #161616;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .title-group .title {
    font-size: 24px;
  }
}
.title-group .title-description {
  color: #8E8E8E;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: font-size 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: font-size 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 1199px) {
  .title-group .title-description {
    font-size: 18px;
  }
}
.title-group .subtitle {
  font-size: 18px;
  color: rgba(192, 123, 116, 0.5);
  margin-bottom: 4px;
  -webkit-transition: font-size 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: font-size 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 1199px) {
  .title-group .subtitle {
    font-size: 16px;
  }
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .form-flex {
    display: block;
  }
}
.form-item {
  margin-bottom: 24px;
  position: relative;
  border: solid 1px black;
}
.form-item__title {
  color: white;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: solid 1px white;
  padding-right: 10px;
}
.form-item.mb-0 {
  margin-bottom: 0;
}
.form-item.pl-64 {
  padding-left: 64px;
}
.form-item.form-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.form-item label {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-item input {
  font-size: 18px;
  padding: 16px 24px;
  line-height: 1;
  width: 100%;
  text-align: left;
}
.form-item input:not(:-moz-placeholder-shown) + label {
  top: -16px;
  font-size: 12px;
}
.form-item input:not(:-ms-input-placeholder) + label {
  top: -16px;
  font-size: 12px;
}
.form-item input:focus + label, .form-item input:not(:placeholder-shown) + label {
  top: -16px;
  font-size: 12px;
}

.select-title {
  position: relative;
  padding: 12px 15px 11px 15px;
  font-size: 18px;
  color: #8E8E8E;
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), padding 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), padding 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  .select-title {
    padding: 12px 0 11px 0;
  }
}
.select-title.show {
  color: black;
}
.select-title.show .triangle {
  border-color: #C07B74;
  -webkit-transform: translateY(-70%) rotate(225deg);
          transform: translateY(-70%) rotate(225deg);
}
.select-title.show ~ .inner {
  opacity: 1;
  height: auto;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), height 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), height 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.select-title.show ~ .inner .select-item {
  opacity: 1;
  height: 55px;
}
.select-title .triangle {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: solid 2px #C07B74;
  border-right: none;
  border-bottom: none;
  -webkit-transform: translateY(-15%) rotate(45deg);
          transform: translateY(-15%) rotate(45deg);
  -webkit-transition: border 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), -webkit-transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: border 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), -webkit-transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), border 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), border 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), -webkit-transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 320px) {
  .select-title .triangle {
    right: 0;
  }
}
.select-group {
  position: relative;
  width: 100%;
  height: 100%;
}
.select-group__title {
  color: white;
}
.select-group input:not([value=""]) + .select-title span {
  color: white;
}
.select-group .inner {
  opacity: 0;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  z-index: 20;
  top: 54px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), height 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), height 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  max-height: 220px;
  overflow: auto;
}
.select-group .inner .select-item {
  padding: 12px 15px 0 15px;
  background-color: #C07B74;
  color: white;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), height 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), background-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), height 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), background-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  opacity: 0;
  height: 0;
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  .select-group .inner .select-item {
    padding: 12px 0 11px 0;
  }
}
.select-group .inner .select-item:hover {
  background-color: #616161;
  color: white;
}

.top-button {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
.top-button .iconfont:before {
  color: #161616;
  font-size: 20px;
}

.control-button {
  font-size: 20px;
  background-color: transparent;
  border: solid 1px #C07B74;
  color: #C07B74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 32px;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
}
.control-button:hover {
  background-color: #C07B74;
  color: white;
}
.control-button.effect-Button {
  border: solid 2px green;
}
.control-button.effect-Button span {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.control-button.effect-Button .circle {
  border: solid 2px #C07B74;
  width: 58px;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.control-button.effect-Button:hover {
  background-color: transparent;
}
.control-button.effect-Button:hover .circle {
  width: 100%;
}

.close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96px;
  height: 96px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.close-btn .iconfont {
  margin-right: -3px;
}
.close-btn .iconfont:before {
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  font-size: 32px;
  color: #C07B74;
}
@media only screen and (max-width: 991px) {
  .close-btn {
    width: 64px;
    height: 64px;
  }
  .close-btn .iconfont:before {
    font-size: 24px;
  }
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 40s infinite;
  animation: square 40s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 70s;
          animation-duration: 70s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

#loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#loading.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#loading .donut {
  width: 4.5rem;
  height: 4.5rem;
  margin: 4.5rem;
  border-radius: 50%;
  border: 0.6rem solid rgba(192, 123, 116, 0.3);
  border-top-color: #5C1626;
  -webkit-animation: 1.5s spin infinite linear;
          animation: 1.5s spin infinite linear;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.dialog {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
}
.dialog.active {
  -webkit-animation: position-in-left 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-left 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
  pointer-events: auto;
}
.dialog.close {
  -webkit-animation: position-in-right 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-right 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
}
.dialog-container {
  position: relative;
  background-color: white;
  border-radius: 16px;
  max-width: 480px;
  width: 100%;
  margin: auto;
  padding: 60px 60px 100px 60px;
  -webkit-box-shadow: 4px 4px 8px rgba(192, 123, 116, 0.3);
          box-shadow: 4px 4px 8px rgba(192, 123, 116, 0.3);
}
@media only screen and (max-width: 768px) {
  .dialog-container {
    width: 84%;
    padding: 56px 40px 80px 40px;
  }
}
.dialog-status {
  color: #C07B74;
}
.dialog-title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .dialog-title {
    font-size: 28px;
  }
}
.dialog-text {
  font-size: 20px;
  text-align: center;
  color: #161616;
}
.dialog-mark {
  text-align: center;
  padding: 24px 0;
}
.dialog-mark span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 2px #C07B74;
  padding: 20px;
  border-radius: 50%;
  font-size: 32px;
  font-family: Arial;
}
.dialog-button {
  max-width: 144px;
  width: 100%;
  margin: 32px auto 0 auto;
  font-size: 18px;
  background-color: #C07B74;
  color: #F7FCFF;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.dialog .close-btn {
  width: 48px;
  height: 48px;
  right: 20px;
  top: 20px;
}
.dialog .close-btn .iconfont:before {
  font-size: 24px;
  color: #A96175;
}

.privacy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #FBF0E7;
  background-size: cover;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  color: #161616;
}
.privacy.active {
  -webkit-animation: position-in-left 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-left 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
  pointer-events: auto;
}
.privacy.close {
  -webkit-animation: position-in-right 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-right 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
}
.privacy-title {
  font-size: 40px;
  color: #161616;
  text-align: center;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .privacy-title {
    font-size: 32px;
  }
}
.privacy hr {
  margin: 52px 0;
}
@media only screen and (max-width: 991px) {
  .privacy hr {
    margin: 32px 0;
  }
}
.privacy h4 {
  color: #5C1626;
  font-weight: 700;
}
.privacy-item {
  margin: 24px 0;
}
.privacy-item b {
  font-weight: 900;
}
.privacy-container {
  font-size: 24px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 40px;
}
@media only screen and (max-width: 991px) {
  .privacy-container {
    font-size: 20px;
  }
}
.privacy-btn {
  cursor: pointer;
}
.privacy .close-btn .iconfont:before {
  color: #C07B74;
}

html[data-page=news-detail] .header {
  position: relative;
  background-color: white;
}

.header {
  z-index: 60;
  width: 100%;
  -webkit-transition: -webkit-backdrop-filter 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: -webkit-backdrop-filter 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: backdrop-filter 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: backdrop-filter 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), -webkit-backdrop-filter 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  background-color: white;
  height: 165px;
  position: absolute;
  left: 0;
  top: 0;
}
.header.active {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-animation: fade-in-top 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: fade-in-top 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
  height: 80px;
}
.header.active .header-logo {
  display: none;
}
.header-container ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container ul li {
  border-top: solid 4px transparent;
  padding: 24px 0;
  margin: 0 24px;
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .header-container ul li {
    margin: 0 12px;
    font-size: 16px;
  }
}
.header-container ul li:hover {
  -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: border-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  border-top: solid 4px #5C1626;
}
.header-container ul li.active {
  border-top: solid 4px #5C1626;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #5C1626;
  padding: 16px 0;
}
.header-logo .logo {
  max-width: 160px;
  display: block;
}

.footer {
  width: 100%;
  background-color: #5C1626;
  color: white;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding: 32px 0 0 0;
  }
}
.footer .logo {
  display: block;
  max-width: 192px;
}
@media only screen and (max-width: 1366px) {
  .footer .logo {
    margin-bottom: 24px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .logo {
    margin-bottom: 0;
  }
}
.footer p {
  line-height: 2;
  letter-spacing: 1.5px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .footer p {
    margin-bottom: 16px;
    text-align: center;
  }
  .footer p span {
    font-weight: 500;
  }
}
.footer p span:nth-child(2) {
  padding-left: 12px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1199px) {
  .footer p span:nth-child(2) {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer p span:nth-child(2) {
    padding-left: 0;
    display: block;
  }
}
.footer p span:nth-child(1) {
  padding-right: 12px;
  border-right: solid 1px white;
}
@media only screen and (max-width: 1199px) {
  .footer p span:nth-child(1) {
    border: none;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer p.d-none-m {
    display: none;
  }
}
.footer p.d-block-m {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .footer p.d-block-m {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .privacy-btn {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .privacy-btn.d-none-m {
    display: none;
  }
}
.footer .privacy-btn.d-block-m {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .footer .privacy-btn.d-block-m {
    display: block;
  }
}
.footer-item {
  -webkit-transition: width 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: width 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer-item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-item.d-none-m {
    display: none;
  }
}
.footer-item.d-block-m {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .footer-item.d-block-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 40px;
}
@media only screen and (max-width: 1199px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .footer-link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-link a svg {
  width: 50px;
  height: 50px;
}
.footer-link a .iconfont {
  position: relative;
}
.footer-link a .iconfont:before {
  font-size: 50px;
  color: #05AA3F;
}
.footer-link a .iconfont:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #fff;
}
.footer-link a .iconfont.icon-facebook:before {
  color: #4695DD;
}
.footer-link .iconfont {
  line-height: 1;
}
.footer-link .follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 3);
  background-color: #F1F1F1;
  color: #5C1626;
}
@media only screen and (max-width: 991px) {
  .footer-link .follow-us {
    padding: 30px 0;
  }
}
.footer-copy {
  padding: 40px;
  font-size: 18px;
  width: 70%;
}
@media only screen and (max-width: 1199px) {
  .footer-copy {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-copy {
    width: 100%;
    padding: 24px 30px;
    font-size: 14px;
  }
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  background-color: transparent;
  padding: 12px;
  width: 20px !important;
  height: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: solid 2px #5C1626;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
  outline: none !important;
}
.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
  content: none !important;
}
.swiper-container .swiper-button-next.focus, .swiper-container .swiper-button-prev.focus {
  border: none;
}
.swiper-container .swiper-button-prev {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 136px !important;
  left: 10px !important;
}
.swiper-container .swiper-button-prev .iconfont {
  margin-right: -2px;
}
.swiper-container .swiper-button-prev .iconfont:before {
  color: #5C1626;
}
.swiper-container .swiper-button-next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 136px !important;
  right: 10px !important;
}
.swiper-container .swiper-button-next .iconfont {
  margin-right: -2px;
}
.swiper-container .swiper-button-next .iconfont:before {
  color: #5C1626;
}

button.effect-Button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.effect-Button.learn-more {
  width: 12rem;
  height: auto;
}
button.effect-Button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #C07B74;
  border-radius: 1.625rem;
}
button.effect-Button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.effect-Button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.effect-Button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
button.effect-Button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #C07B74;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button.effect-Button:hover .circle {
  width: 100%;
}
button.effect-Button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
button.effect-Button:hover .button-text {
  color: #fff;
}

section {
  height: auto;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  section {
    padding: 40px 0;
  }
}
section.d-block {
  display: block;
}
section.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.banner {
  padding: 165px 0 0 0;
  position: relative;
}
section.cooperation {
  padding-bottom: 0;
}

.banner-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.banner .amount span {
  font-family: Calibri, serif;
  font-size: 36px;
  margin-left: 16px;
}
.banner .amount-main {
  color: #fff;
  text-align: center;
  margin: 48px 0;
}
.banner .amount-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner .amount-item {
  color: #fff;
  text-align: center;
}
.banner .amount-item .icon {
  font-size: 20px;
}
.banner .amount-item span {
  display: block;
  margin: 8px 0;
}
.banner .video-container {
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.banner .video-container .youtube-container {
  max-width: 1920px;
  width: 100%;
  height: 0;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
}
.banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .banner video {
    position: static;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

html.jsh .choose-item {
  background: rgba(184, 184, 184, 0.3) url("../../assets/images/jsh/choose/01.jpg") no-repeat center center;
  background-size: cover;
}
html.jsh .choose-item:before {
  background-color: rgba(223, 193, 127, 0.3);
}
html.jsh .choose-item.bg2:before, html.jsh .choose-item.bg3:before {
  background-color: rgba(50, 130, 136, 0.3);
}
html.jsh .choose-item.bg2 {
  background: rgba(184, 184, 184, 0.3) url("../../assets/images/jsh/choose/02.jpg") no-repeat center center;
  background-size: cover;
}
html.jsh .choose-item.bg3 {
  background: rgba(184, 184, 184, 0.3) url("../../assets/images/jsh/choose/03.jpg") no-repeat center center;
  background-size: cover;
}
html.jsh .choose-item.bg4 {
  background: rgba(184, 184, 184, 0.3) url("../../assets/images/jsh/choose/04.jpg") no-repeat center center;
  background-size: cover;
}
html.jsh .choose-item .inner .title, html.jsh .choose-item .inner .text {
  text-shadow: unset;
}
html.jsh .choose-item .content {
  text-shadow: unset;
}

.choose {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .choose {
    padding-top: 40px;
  }
}
.choose .img-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 168px;
  z-index: 20;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .choose .img-container {
    display: none;
  }
}
.choose .img-container:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid 5px #fff;
  z-index: 20;
}
.choose-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .choose-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.choose-item {
  background: rgba(184, 184, 184, 0.3) url("../../assets/images/choose/01.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 27.25%;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .choose-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .choose-item:hover .content {
    bottom: auto;
    top: 50%;
    opacity: 1;
  }
  .choose-item:hover .inner {
    opacity: 0;
  }
}
.choose-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(192, 123, 116, 0);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.choose-item.bg2 {
  background: rgba(184, 184, 184, 0.3) url("../../assets/images/choose/02.png") no-repeat center center;
  background-size: cover;
}
.choose-item.bg2:before {
  background-color: rgba(192, 123, 116, 0);
}
.choose-item.bg3 {
  background: rgba(184, 184, 184, 0.3) url("../../assets/images/choose/03.png") no-repeat center center;
  background-size: cover;
}
.choose-item.bg3:before {
  background-color: rgba(192, 123, 116, 0);
}
.choose-item.bg4 {
  background: rgba(184, 184, 184, 0.3) url("../../assets/images/choose/04.png") no-repeat center center;
  background-size: cover;
}
.choose-item .inner, .choose-item .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85), top 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: opacity 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85), top 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 768px) {
  .choose-item .inner, .choose-item .content {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-right: solid 2px #fff;
    padding: 0 12px;
    left: 0;
    width: 100%;
  }
}
.choose-item .inner .title, .choose-item .content .title {
  font-size: 52px;
  font-family: "Arial", serif;
  font-weight: 700;
  text-shadow: -1px -1px 0px #C07B74, 1px -1px 0px #C07B74, -1px 1px 0px #C07B74, 1px 1px 0px #C07B74;
}
@media only screen and (max-width: 1199px) {
  .choose-item .inner .title, .choose-item .content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .choose-item .inner .title, .choose-item .content .title {
    font-size: 36px;
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .choose-item .inner .title, .choose-item .content .title {
    font-size: 30px;
  }
}
.choose-item .inner .text, .choose-item .content .text {
  font-weight: 700;
  font-size: 32px;
  text-shadow: -1px -1px 0px #C07B74, 1px -1px 0px #C07B74, -1px 1px 0px #C07B74, 1px 1px 0px #C07B74;
}
@media only screen and (max-width: 1199px) {
  .choose-item .inner .text, .choose-item .content .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .choose-item .inner .text, .choose-item .content .text {
    font-size: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .choose-item .inner {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    text-align: center;
    border-right: 0;
    border-bottom: solid;
    padding-bottom: 16px;
  }
}
.choose-item .content {
  opacity: 0;
  top: 80%;
  pointer-events: none;
  border-top: solid 4px #fff;
  padding-top: 24px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  border-right: none;
  padding-right: 0;
  font-weight: 700;
  text-shadow: -1px -1px 0px #C07B74, 1px -1px 0px #C07B74, -1px 1px 0px #C07B74, 1px 1px 0px #C07B74;
}
@media only screen and (max-width: 768px) {
  .choose-item .content {
    opacity: 1;
    left: auto;
    top: auto;
    right: auto;
    border-top: none;
    text-align: left;
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    font-size: 20px;
    padding-top: 16px;
  }
}

.lawyer {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .lawyer {
    padding: 0;
  }
}
.lawyer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../../assets/images/lawyer/bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.lawyer-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(192, 123, 116, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) {
  .lawyer-container {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 768px) {
  .lawyer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lawyer-container .img-container {
  border-radius: 4px;
  overflow: hidden;
}
.lawyer-content {
  max-width: 700px;
  width: 100%;
  border-radius: 4px;
  padding: 96px 40px;
  background-color: transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.75));
}
@media only screen and (max-width: 768px) {
  .lawyer-content {
    margin-left: 0;
    padding: 32px;
  }
}
.lawyer-title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .lawyer-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .lawyer-title {
    font-size: 24px;
  }
}
.lawyer-subtitle {
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .lawyer-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .lawyer-subtitle {
    font-size: 18px;
  }
}
.lawyer-text {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .lawyer-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .lawyer-text {
    font-size: 18px;
  }
}

.amount {
  background-color: #fff;
  position: relative;
}
.amount .bear-container {
  position: absolute;
  right: -100px;
  top: -100%;
  z-index: 2;
}
@media only screen and (max-width: 1650px) {
  .amount .bear-container {
    display: none;
  }
}
.amount-wave {
  width: 100%;
  height: 100px;
  background-image: url("../../assets/images/home/wave.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 0;
}
.amount-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 1240px;
}
@media only screen and (max-width: 768px) {
  .amount-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .amount-item {
    margin-bottom: 48px;
  }
}
.amount-item:last-child {
  margin-bottom: 0;
}
.amount-title {
  font-size: 20px;
  text-align: center;
}
.amount-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.amount-number span.count {
  font-family: Arial, serif;
  font-size: 60px;
  font-weight: 500;
  color: #C07B74;
}
.amount-unit {
  font-size: 20px;
  color: #282936;
}

.news-list__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list__item {
  padding-bottom: 14.84375%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  margin: 12px;
  width: 100%;
  max-width: 285px;
}
@media only screen and (max-width: 1366px) {
  .news-list__item {
    padding-bottom: 27.75%;
  }
}
@media only screen and (max-width: 768px) {
  .news-list__item {
    width: 100%;
    padding-bottom: 57.25%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .news-list__item:hover.blue:before {
    background-color: rgba(40, 41, 54, 0.75);
  }
}
.news-list__item.blue:before {
  background-color: rgba(40, 41, 54, 0.25);
}
.news-list__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(40, 41, 54, 0.25);
  position: absolute;
  left: 0;
  top: 0;
}
.news-list__item:hover .news-list__text {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .news-list__item:hover:before {
    background-color: rgba(40, 41, 54, 0.75);
  }
}
.news-list__text {
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  width: 85%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: opacity 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  border-bottom: solid 1px white;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .news-list__text {
    opacity: 1;
  }
}
.news-list__text .title {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list__date {
  width: 85%;
  margin: 0 auto;
  color: white;
  padding-top: 16px;
  position: relative;
  z-index: 0;
}
.news-list__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .news-list__title {
    font-size: 22px;
  }
}
.news-list__content {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(40, 41, 54, 0.5);
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .search {
    display: block;
  }
}
.search.active {
  -webkit-animation: position-in-left 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-left 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
  pointer-events: auto;
}
.search.active .search-container {
  -webkit-animation: position-in-left 0.6s 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-left 0.6s 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
}
.search.close {
  -webkit-animation: position-in-right 0.6s 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-right 0.6s 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
}
.search.close .search-container {
  -webkit-animation: position-in-right 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-right 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
}
.search-container {
  max-width: 824px;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .search-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search form {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 120px 0;
}
.search form input {
  width: 100%;
  color: #9E9E9E;
  padding: 0;
  line-height: 2.2;
}
.search .form-inner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.search .form-item {
  margin-bottom: 44px;
  border-bottom: solid 1px black;
  color: #9E9E9E;
}
.search .form-item.mb-0 {
  margin-bottom: 0;
}
.search .form-item:last-child {
  border: none;
}
.search .form-item input {
  width: 100%;
  color: #9E9E9E;
  padding: 0;
  line-height: 2.2;
}
.search .form-submit {
  margin-top: 40px;
  text-align: center;
}
.search .form-submit button {
  background: #FFEB37;
  color: #fff;
  border-radius: 4px;
  min-width: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0;
}
.search .form-container {
  padding: 0 32px;
}
.search .close-btn {
  background-color: transparent;
}
.search .close-btn .icon:before {
  color: #A96175;
}

@media only screen and (max-width: 768px) {
  .search-result {
    display: block;
  }
}
.search-result__container {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 80px 0;
}
.search-result .search-container {
  padding: 80px 0 120px 0;
}
@media only screen and (max-width: 768px) {
  .search-result .search-container {
    padding: 80px 32px 80px 32px;
  }
}

.search-status {
  font-size: 18px;
}
.search-status__item {
  padding: 0 0 16px 0;
  margin-bottom: 24px;
  color: #9E9E9E;
  border-bottom: solid 1px #9E9E9E;
}
.search-status__item span:nth-child(2) {
  padding-left: 8px;
}

.quick-match {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  background-color: rgba(40, 41, 54, 0.5);
  pointer-events: none;
  opacity: 0;
}
.quick-match.active {
  -webkit-animation: position-in-left 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-left 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
  pointer-events: auto;
}
.quick-match.close {
  -webkit-animation: position-in-right 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
          animation: position-in-right 0.6s cubic-bezier(0.4, 0.12, 0.4, 0.85) both;
}
.quick-match__container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.5s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 991px) {
  .quick-match__container {
    display: block;
    padding: 128px 24px 72px 24px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0px;
    overflow-y: auto;
  }
}
.quick-match__container:not(:first-child) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
}
.quick-match__container.active {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
  opacity: 1;
}
.quick-match__container.close {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.quick-match__container .img-container {
  position: absolute;
  left: 56px;
  bottom: -10px;
  max-width: 320px;
}
@media only screen and (max-width: 991px) {
  .quick-match__container .img-container {
    display: none;
  }
}
.quick-match__information {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quick-match__title {
  color: #C07B74;
  font-size: 36px;
  font-weight: 500;
  font-family: Arial;
  margin-bottom: 24px;
}
.quick-match__text {
  color: #282936;
  font-size: 24px;
}
.quick-match .step__item {
  background-color: #fff;
  border: solid 1px #C07B74;
  color: #C07B74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 500;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.quick-match .step__item.target {
  color: #fff;
  background-color: #C07B74;
}
@media only screen and (max-width: 991px) {
  .quick-match .step__item {
    width: 40px;
    height: 40px;
  }
}
.quick-match__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 64px 0 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 991px) {
  .quick-match__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.quick-match__line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #C07B74;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .quick-match__line {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.quick-match__value {
  width: 100%;
  max-width: 660px;
  padding-left: 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .quick-match__value {
    padding-left: 0;
  }
}
.quick-match .match-result__title {
  color: #C07B74;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  border-bottom: dashed 1px #C07B74;
  padding-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .quick-match .match-result__title {
    font-size: 32px;
  }
}
.quick-match .match-result__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick-match .match-result__text {
  font-size: 24px;
  color: #898989;
}
.quick-match .match-result__text ul li {
  position: relative;
  line-height: 2.2;
}
.quick-match .match-result__text ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #A96175;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.quick-match .match-result__text p {
  font-size: 20px;
  padding: 16px 0;
}
@media only screen and (max-width: 991px) {
  .quick-match .match-result__text p {
    font-size: 18px;
  }
}
.quick-match .match-result__remark {
  padding: 16px 0;
}
.quick-match .match-result__remark p:first-child {
  color: #C07B74;
}
.quick-match .amount-item {
  text-align: center;
  width: calc(100% / 3);
  border-right: solid 1px #282936;
  margin: 24px 0;
}
@media only screen and (max-width: 991px) {
  .quick-match .amount-item {
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .quick-match .amount-item {
    width: 100%;
  }
}
.quick-match .amount-item__title {
  font-size: 18px;
  margin-bottom: 8px;
}
.quick-match .amount-item__money, .quick-match .amount-item__periods, .quick-match .amount-item__payment {
  font-size: 36px;
  color: #C07B74;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .quick-match .amount-item__money, .quick-match .amount-item__periods, .quick-match .amount-item__payment {
    font-size: 24px;
  }
}
.quick-match .form-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 80px;
}
.quick-match .form-item {
  border-bottom: solid 1px black;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quick-match .form-item .select-title span {
  color: rgba(142, 142, 142, 0.4);
}
.quick-match .form-item span.unit {
  position: absolute;
  top: 50%;
  left: 108px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  font-size: 18px;
}
.quick-match .form-item.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.quick-match .form-item.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quick-match .form-item.left-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 575px) {
  .quick-match .form-item.left-bottom {
    position: static;
    display: block;
    margin-top: 32px;
  }
}
.quick-match .form-item input {
  width: 100%;
  color: #282936;
  padding: 12px 15px 11px 15px;
}
@media only screen and (max-width: 320px) {
  .quick-match .form-item input {
    padding-left: 0;
  }
}
.quick-match .form-item input::-webkit-input-placeholder {
  color: rgba(142, 142, 142, 0.4);
  font-size: 18px;
}
.quick-match .form-item input::-moz-placeholder {
  color: rgba(142, 142, 142, 0.4);
  font-size: 18px;
}
.quick-match .form-item input:-ms-input-placeholder {
  color: rgba(142, 142, 142, 0.4);
  font-size: 18px;
}
.quick-match .form-item input::-ms-input-placeholder {
  color: rgba(142, 142, 142, 0.4);
  font-size: 18px;
}
.quick-match .form-item input::placeholder {
  color: rgba(142, 142, 142, 0.4);
  font-size: 18px;
}
.quick-match .form-item input#assess_value::-webkit-input-placeholder {
  color: rgba(142, 142, 142, 0.4);
}
.quick-match .form-item input#assess_value::-moz-placeholder {
  color: rgba(142, 142, 142, 0.4);
}
.quick-match .form-item input#assess_value:-ms-input-placeholder {
  color: rgba(142, 142, 142, 0.4);
}
.quick-match .form-item input#assess_value::-ms-input-placeholder {
  color: rgba(142, 142, 142, 0.4);
}
.quick-match .form-item input#assess_value::placeholder {
  color: rgba(142, 142, 142, 0.4);
}
.quick-match .form-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 160px;
  background-color: #C07B74;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 10px rgba(40, 41, 54, 0.1);
          box-shadow: 0px 2px 10px rgba(40, 41, 54, 0.1);
  margin-right: 24px;
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .quick-match .form-item button {
    margin: 0 auto;
  }
}
.quick-match .form-item button:nth-child(2) {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .quick-match .form-item button:nth-child(2) {
    font-size: 18px;
    padding: 8px;
    margin: 16px auto 0 auto;
  }
}
.quick-match .form-item button.match_search {
  max-width: 160px;
  margin-bottom: 24px;
}
.quick-match .form-item .house_value {
  font-size: 24px;
  color: #C07B74;
  padding: 12px 15px 11px 0;
}
.quick-match .form-item .house_value span {
  font-size: 18px;
  color: #282936;
  padding-left: 8px;
}
.quick-match .form-item .house_value__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.quick-match .form-item .house_value__title {
  font-weight: 500;
  margin-top: 16px;
}
.quick-match .form-item .house_value__number, .quick-match .form-item .house_value__month {
  color: #C07B74;
  font-weight: 500;
  font-size: 36px;
}
.quick-match .form-item .house_value__month {
  padding-left: 24px;
}
.quick-match .close-btn .icon:before {
  color: #C07B74;
}
.quick-match__svg {
  margin-top: 32px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .quick-match__svg {
    height: auto;
  }
}
.quick-match__svg .house_value {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  color: #C07B74;
  padding: 12px 15px 11px 0;
}
@media only screen and (max-width: 768px) {
  .quick-match__svg .house_value {
    padding: 0;
    font-size: 20px;
  }
}
.quick-match__svg .house_value span {
  font-size: 18px;
  color: #282936;
  text-align: center;
}
.quick-match__svg .house_value__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quick-match__svg .house_value__title {
  font-weight: 500;
  margin-top: 16px;
}
.quick-match__svg .house_value__number, .quick-match__svg .house_value__month {
  color: #A96175;
  font-weight: 500;
  font-size: 36px;
}
.quick-match__svg .house_value__month {
  padding-left: 24px;
}
.quick-match svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: drop-shadow(2px 2px 10px rgba(192, 123, 116, 0.3));
          filter: drop-shadow(2px 2px 10px rgba(192, 123, 116, 0.3));
}
@media only screen and (max-width: 768px) {
  .quick-match svg {
    width: 100%;
  }
}
.quick-match svg circle.path {
  stroke: url(#svgGradient);
  stroke-dashoffset: 1300;
  stroke-dasharray: 1300;
}

.contact {
  width: 100%;
  height: 100%;
  background-color: #C07B74;
  overflow: hidden;
  position: relative;
  input: autofill-selected;
  input-color: #FFFFFF;
}
.contact-container {
  width: 100%;
  height: 100%;
  font-size: 24px;
  margin: 0 auto;
  padding: 20px 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .contact-container {
    padding: 40px 0;
    font-size: 20px;
    display: block;
  }
}
.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.contact .form-item {
  margin-bottom: 32px;
  width: 100%;
  border-color: white;
  border-radius: 32px;
}
.contact .form-item.margin-left {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .contact .form-item.margin-left {
    margin-left: 0;
  }
}
.contact .form-item.margin-right {
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .contact .form-item.margin-right {
    margin-right: 0;
  }
}
.contact .form-item.no-border {
  border: none;
}
@media only screen and (max-width: 768px) {
  .contact .form-item.no-border {
    width: 100%;
  }
}
.contact .form-item.form-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 0;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 1640px) {
  .contact-title {
    font-size: 28px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .contact-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.contact-title span {
  line-height: 1;
}
.contact hr {
  margin: 52px 0;
}
@media only screen and (max-width: 1366px) {
  .contact hr {
    margin: 32px 0;
  }
}
.contact-item {
  margin: 24px 0;
}
.contact-item b {
  font-weight: 900;
}
.contact-content {
  max-width: 400px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  .contact-content {
    display: none;
  }
}
.contact-form {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.contact form {
  position: relative;
  padding-bottom: 120px;
}
.contact .submit {
  display: block;
  width: 100%;
  border-radius: 32px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  background-color: #5C1626;
  color: #fff;
  -webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
  min-width: 148px;
  padding: 16px 24px;
}
@media only screen and (max-width: 768px) {
  .contact .submit {
    width: 100%;
  }
}
.contact .select-group {
  display: block;
}
.contact .select-group__title {
  font-size: 18px;
  margin-bottom: 24px;
  text-align: center;
}
.contact .select-item {
  min-width: 150px;
  max-width: 100%;
  margin-bottom: 32px;
  padding: 16px 24px;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 18px;
  border: solid 1px white;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), border-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: background-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), border-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.contact .select-item.active {
  background-color: white;
  color: #282936;
  border-color: transparent;
}

.thanks {
  min-height: 100vh;
  background-color: #5C1626;
  position: relative;
}
.thanks-container {
  width: 100%;
  height: 100%;
}
.thanks-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .thanks-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.thanks-content {
  position: relative;
  font-size: 18px;
  padding: 0 32px;
}
.thanks-content__title {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .thanks-content__title {
    font-size: 18px;
  }
}
.thanks-content__title.mb-24 {
  margin-bottom: 24px;
}
.thanks-content__title.mt-24 {
  margin-top: 24px;
}
.thanks .to-home {
  position: absolute;
  right: 0;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 148px;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: #FFEB37;
  -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .thanks .to-home {
    position: static;
    margin-top: 32px;
    font-size: 18px;
  }
}
.thanks .img-container {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.thanks .img-container.logo {
  max-width: 168px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media only screen and (max-width: 768px) {
  .thanks .img-container.logo {
    width: 100%;
    margin: 0 auto;
  }
}
.thanks .img-container.money {
  max-width: 240px;
  margin-top: -80px;
}
@media only screen and (max-width: 991px) {
  .thanks .img-container.money {
    margin-top: 32px;
  }
}

.step {
  padding-bottom: 200px;
}
.step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .step-container {
    display: block;
  }
}
.step .step-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .step .step-normal {
    display: none;
  }
}
@media only screen and (min-width: 990px) {
  .step .swiper-container {
    display: none;
  }
}
.step-item {
  border-right: dashed 1px #C07B74;
  padding: 0 16px;
  width: 100%;
}
.step-item .img-container {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.step-item:nth-child(5) {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .step-item:nth-child(5) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 990px) {
  .step-item {
    padding: 40px 0;
    border-right: none;
  }
}
.step-title {
  color: #C07B74;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  font-family: Arial;
}
.step-title span {
  font-size: 24px;
  font-weight: 500;
  display: block;
  color: #282936;
  padding: 8px 0 16px 0;
}

.move {
  padding: 360px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .move {
    padding: 168px 0 0 0;
  }
}
.move-container {
  width: 100%;
  position: relative;
}
.move .img-container {
  line-height: 0;
}
.move .img-container.road {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.move .img-container.road-item {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 360px;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}
@media only screen and (max-width: 768px) {
  .move .img-container.road-item {
    max-width: 168px;
  }
}

.sales {
  position: relative;
  padding: 40px 0 0 0;
}
.sales-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sales-container > * {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .sales-container > * {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .sales-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sales-people {
  max-width: 500px;
  width: 100%;
  line-height: 0;
  position: relative;
  padding-top: 1rem;
}
@media only screen and (max-width: 991px) {
  .sales-people {
    max-width: 560px;
    padding-top: 0;
  }
}
.sales-people .img-container {
  line-height: 0;
}
.sales-people__title {
  position: absolute;
  left: 4rem;
  bottom: 3rem;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 500;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 28px;
}
.sales-people__title {
  font-size: 18px;
  background-color: #C07B74;
  bottom: 7rem;
  color: white;
}
@media only screen and (max-width: 991px) {
  .sales-people__title {
    left: 0;
  }
}
.sales-people__name {
  font-size: 32px;
  margin-left: 20px;
  line-height: 28px;
}
.sales-decoration {
  position: absolute;
  z-index: 2;
}
/*.sales-decoration.icon01 {
  max-width: 100px;
  left: 5%;
  top: 20%;
}
.sales-decoration.icon02 {
  max-width: 72px;
  right: 0;
  top: 45%;
}*/
.sales-inner {
  background-color: rgba(192, 123, 116, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 68px;
}
@media only screen and (max-width: 991px) {
  .sales-inner {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 768px) {
  .sales-inner {
    background-color: transparent;
  }
  .sales-inner > * {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  }
}
.sales-inner > * {
  color: #fff;
}
.sales-inner a {
  color: #fff;
}
.sales-inner .iconfont {
  margin-right: 16px;
}
.sales-inner .iconfont:before {
  font-size: 24px;
}
.sales-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1366px) {
  .sales-intro {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .sales-intro {
    max-width: 560px;
    width: 100%;
    width: 90%;
  }
}
.sales-intro__inner {
  padding: 40px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 991px) {
  .sales-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}
.sales-intro__title {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sales-intro__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .sales-intro__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sales-intro__description {
  font-weight: 500;
  font-size: 18px;
  margin: 24px 0;
}
@media only screen and (max-width: 991px) {
  .sales-intro__description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sales-intro__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (max-width: 1366px) {
  .sales-intro__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .sales-intro__link {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
}
.sales-intro__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  min-width: 180px;
  border-radius: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 1366px) {
  .sales-intro__link a {
    min-width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.sales-intro__link a.line {
  background-color: #05AA3F;
  color: #fff;
}
.sales-intro__link a.line .iconfont:before {
  color: #fff;
}
.sales-intro__link a.white {
  background-color: rgba(255, 255, 255, 0.8);
}
.sales-intro__link a.blue {
  background-color: #c4edec;
}
.sales-intro__link a.red {
  background-color: #cda3af;
}
.sales-intro__link a span {
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .sales-intro__link a span {
    min-width: 92px;
  }
}
.sales-intro__link a .iconfont {
  font-size: 32px;
  line-height: 1;
  margin-right: 8px;
}
.sales-intro__link a .iconfont:before {
  color: #C07B74;
}
@media only screen and (max-width: 1366px) {
  .sales-intro__link a .iconfont {
    margin-right: 24px;
  }
}

.cooperation {
  background-color: #FBF0E7;
}
.cooperation-wave {
  width: 100%;
  line-height: 0;
}
.cooperation-wave svg {
  width: 100%;
  height: 100%;
}
.cooperation-wave svg path {
  fill: #FBF0E7;
}
@media only screen and (max-width: 991px) {
  .cooperation-inner {
    margin-top: 24px;
  }
}
.cooperation-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.cooperation-image > * {
  width: 50%;
}
.cooperation-logo {
  padding: 20px;
}
.cooperation-brands {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  position: relative;
}
.cooperation-content {
  padding: 60px 120px 120px 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .cooperation-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cooperation-content {
    padding: 30px 20px;
  }
}
.cooperation-title {
  font-size: 28px;
  color: #282936;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .cooperation-title {
    font-size: 20px;
  }
}
.cooperation-text {
  font-size: 20px;
  color: rgba(40, 41, 54, 0.8);
  margin-top: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .cooperation-text {
    font-size: 18px;
  }
}
.cooperation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .cooperation-link {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .cooperation-link .control-button {
    max-width: inherit;
    margin-bottom: 24px;
  }
}

.question {
  background-color: #FBF0E7;
  padding: 40px 30px;
}
.question .container {
  background-color: #F8DED1;
}
.question-wave {
  width: 100%;
  line-height: 0;
}
.question-wave svg {
  width: 100%;
  height: 100%;
}
.question-wave svg path {
  fill: #FBF0E7;
}
.question-group {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .question-group {
    margin-top: 24px;
  }
}
.question-item {
  border-bottom: solid 1px rgba(40, 41, 54, 0.9);
  cursor: pointer;
  -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: border-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.question-item.active {
  border-color: transparent;
}
.question-title {
  font-size: 24px;
  color: rgba(40, 41, 54, 0.9);
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  font-weight: 500;
  padding: 12px 0;
}
@media only screen and (max-width: 991px) {
  .question-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .question-title {
    font-size: 18px;
  }
}
.question-title.show {
  color: #282936;
}
.question-title.show span {
  color: #282936;
}
.question-title span {
  font-size: 24px;
  font-weight: 500;
  color: rgba(40, 41, 54, 0.9);
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 991px) {
  .question-title span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .question-title span {
    font-size: 18px;
  }
}
.question-content {
  display: none;
  border: solid 1px black;
  border-radius: 3px;
  font-size: 20px;
  margin-top: 12px;
  padding: 20px 50px;
  color: rgba(40, 41, 54, 0.3);
}
@media only screen and (max-width: 991px) {
  .question-content {
    padding: 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .question-content {
    font-size: 18px;
  }
}
.question-content.show {
  color: #282936;
}
.question-content ul li {
  margin-bottom: 12px;
}
.question-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .question-link {
    display: block;
  }
}
.question-link .control-button {
  margin: 0 32px;
}
@media only screen and (max-width: 768px) {
  .question-link .control-button {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 16px auto;
  }
  .question-link .control-button:last-child {
    margin-bottom: 0;
  }
}
.question-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 100px;
  margin-bottom: -1px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .question-tab {
    padding: 0;
    margin-top: 24px;
  }
}
.question-tab__item {
  border: solid 1px transparent;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 60px;
  border-radius: 8px 8px 0 0;
  background-color: white;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  margin: 0 32px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .question-tab__item {
    font-size: 14px;
    margin: 0;
    width: calc(100% / 3);
    padding: 16px 0;
  }
}
.question-tab__item.active {
  background-color: #F8DED1;
}

@media only screen and (max-width: 990px) {
  .approve-list {
    display: none;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 991px) {
  .approve .swiper-container {
    margin-top: 24px;
    display: none;
  }
}
.approve-item {
  margin-top: 40px;
}
.approve-item:first-child {
  margin-top: 0;
}
.approve-item .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .approve-item .slide-inner {
    display: block;
  }
}
.approve-people {
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .approve-people {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .approve-people {
    max-width: 400px;
  }
}
.approve-photo {
  max-width: 200px;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.approve-name {
  font-size: 20px;
  color: #282936;
  padding: 12px 0;
  font-weight: 500;
}
.approve-content {
  width: 70%;
  padding: 40px 80px;
  border: solid 1px #B8B8B8;
  border-radius: 3px;
  -webkit-transition: border 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), background-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: border 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), background-color 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 991px) {
  .approve-content {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .approve-content {
    padding: 30px 20px;
  }
}
.approve-content:hover {
  background-color: rgba(184, 184, 184, 0.3);
  border-color: transparent;
}
.approve-content.mui-ellipsis .approve-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .approve-content.mui-ellipsis .approve-text {
    -webkit-line-clamp: 5;
  }
}
.approve-title {
  font-size: 28px;
  color: #282936;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .approve-title {
    font-size: 22px;
  }
}
.approve-text {
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
  color: #282936;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
@media only screen and (max-width: 991px) {
  .approve-text {
    font-size: 18px;
    margin-top: 16px;
  }
}
.approve-more {
  text-align: right;
  line-height: 0;
  margin-top: 16px;
}
.approve-more .more {
  width: 20px;
  height: 20px;
  border: solid 2px rgba(40, 41, 54, 0.7);
  border-top: none;
  border-left: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85), -webkit-transform 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.approve-more .more.active {
  -webkit-transform: rotate(-135deg) translateY(-5px);
          transform: rotate(-135deg) translateY(-5px);
}

.service {
  background-color: #FBF0E7;
}
.service-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-tab {
    padding: 0 30px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.service-tab__item {
  display: block;
  padding: 16px 40px;
  margin: 0 40px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  position: relative;
  border-radius: 32px;
  color: #282936;
}
@media only screen and (max-width: 991px) {
  .service-tab__item {
    padding: 12px 0px;
    margin: 0;
    width: calc(100% / 3);
  }
}
.service-tab__item:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #282936;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .service-tab__item:after {
    display: none;
  }
}
.service-tab__item:last-child .tooltips {
  left: auto;
  right: 0;
}
.service-tab__item:last-child .tooltips:before {
  left: auto;
  right: 10px;
  bottom: -10px;
}
.service-tab__item:last-child:after {
  content: unset;
}
.service-tab__item.active {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: all 0.4s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  background-color: #C07B74;
  color: white;
}
.service-tab__item.active .iconfont:before {
  color: #A9782E;
}
.service-tab__item:hover .tooltips {
  opacity: 1;
}
.service-tab__item span {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .service-tab__item span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .service-tab__item span {
    display: block;
    font-size: 14px;
  }
}
.service-tab__item .iconfont {
  line-height: 1;
}
.service-tab__item .iconfont:before {
  color: rgba(184, 184, 184, 0.3);
  font-size: 68px;
}
@media only screen and (max-width: 768px) {
  .service-tab__item .iconfont:before {
    font-size: 48px;
  }
}
.service-tab__item .tooltips {
  background-color: #4b4b4b;
  color: white;
  position: absolute;
  top: -85px;
  left: 0;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  transition: opacity 0.3s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.service-tab__item .tooltips:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #4b4b4b transparent transparent transparent;
  position: absolute;
  left: 10px;
  bottom: -10px;
}
@media only screen and (max-width: 575px) {
  .service-tab__item .tooltips {
    min-width: 180px;
  }
}
.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 24px 0;
}
.service-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .service-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
.service-item .control-button {
  margin: unset;
}
@media only screen and (max-width: 991px) {
  .service-item .control-button {
    margin: 0 auto;
  }
}
.service-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  width: 55%;
  padding-bottom: 28.0645%;
}
@media only screen and (max-width: 991px) {
  .service-image {
    width: 100%;
    padding-bottom: 57.125%;
  }
}
.service-content {
  width: 45%;
  padding: 40px 80px;
  border: solid 1px #C07B74;
}
@media only screen and (max-width: 1199px) {
  .service-content {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .service-content {
    width: 100%;
  }
}
.service-title {
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .service-title {
    font-size: 22px;
  }
}
.service-text {
  font-size: 20px;
  color: rgba(40, 41, 54, 0.8);
  margin: 24px 0 32px 0;
}
@media only screen and (max-width: 991px) {
  .service-text {
    font-size: 18px;
  }
}