/* Start custom CSS for html, class: .elementor-element-57f4e26 */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:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: sans-serif;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/*
body{
    background-color: #341C3D;
    color: #fff;
    overflow-x: hidden;
}
*/
/*
.container{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
*/
.block-header {
  text-align: center;
  margin-bottom: 2%;
}
.block-header .block-title {
  font-size: 36px;
  font-weight: 900;
}
.block-header .block-text {
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5019607843);
}

.banner {
  margin-top: 37px;
}

.promotion {
  background: url("../img/about_orange.jpg") no-repeat center/cover;
  width: 100%;
}
.promotion .textTurn {
  padding: 0 20px;
  width: 50%;
  margin: auto;
  color: rgba(255, 255, 255, 0.5019607843);
}
.promotion .textTurn .textArea {
  display: flex;
  overflow: hidden;
}
.promotion .textTurn .textArea .text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  flex: 0 0 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  min-height: 1056px;
}
.promotion .textTurn .textArea .text ul {
  text-indent: 10px;
  display: inline-block;
  /*
  ul{
      text-indent: 20px;
      ul{
          text-indent: 30px;
          ul{
              text-indent: 40px;
          }
      }
  }
  */
}
.promotion .textTurn .buttonArea {
  margin-top: 3em;
  margin-bottom: 3em;
}
.promotion .textTurn .buttonArea .button {
  transition: all 0.5s ease;
  margin: 4px;
  padding: 8px;
  border-bottom: 3px solid rgba(216, 91, 31, 0);
}
.promotion .textTurn .buttonArea .button[data-language=chinese] {
  color: #ffffff;
  border-bottom-color: #D85B1F;
}
.promotion .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0.5em;
}

.parallax {
  transition: all 1s ease;
}

/*
.contain{
    width: 100%;
}
*/
@media (max-width: 1199px) {
  .promotion .textTurn {
    width: 80%;
  }
}
@media (max-width: 991px) {
  /*
  .container{
      width: 80%;
  }
  */
}
@media (max-width: 767px) {
  .promotion .textTurn {
    width: 100%;
    margin: auto;
  }
}/*# sourceMappingURL=promotion.css.map *//* End custom CSS */