/*
less:
.main{
	width: 300px;
	.atSmall({
		width: 100%;
	});
}

compailed css:
.main{
	width: 300px;
}
@media (max-width:780px){
	.main{
		width: 100%;
	}
}
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
body,
html {
  font-family: "PingFang TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input,
textarea,
select {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  -webkit-appearance: none;
}
input[type="button"] {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
}
*:focus {
  outline: 0;
}
.hide-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: 110%;
}
.hide-title {
  display: block;
  margin: 0;
  white-space: nowrap;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  text-indent: 2px;
}
li {
  list-style: none;
}
.content {
  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;
  max-width: 75rem;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .content {
    max-width: 75rem;
  }
}
@media (max-width: 780px) {
  .content {
    max-width: 46.25rem;
  }
}
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 0.5rem;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
}
.header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 75rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0.9375rem;
  width: 7.5rem;
}
.header .content .logo img {
  width: 100%;
}
@media (max-width: 780px) {
  .header .content .logo {
    margin: 0 0 0 1.25rem;
  }
}
.header .content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.header .content .menu .nav_options {
  margin: 0.75rem 2.5rem 0.75rem 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}
.header .content .menu .nav_options a.hash.active {
  color: #2ea6c5;
}
@media (max-width: 780px) {
  .header .content .menu .nav_options {
    margin: 0.75rem 1rem 0.75rem 0.75rem;
  }
}
.header .content .nav_mobile {
  display: none;
  position: absolute;
  top: 30%;
  right: 5%;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 999;
  margin-right: 0.625rem;
}
.header .content .nav_mobile .nav__mobile__icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .content .nav_mobile .nav__mobile__icon:hover {
  cursor: pointer;
}
.header .content .nav_mobile .nav__mobile__icon .mobile__icon--middline {
  width: 100%;
  height: 2px;
  background-color: #303131;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .content .nav_mobile .nav__mobile__icon .mobile__icon--middline::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #303131;
  position: absolute;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .content .nav_mobile .nav__mobile__icon .mobile__icon--middline::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #303131;
  position: absolute;
  bottom: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .content .nav_mobile .nav__mobile__icon .mobile__icon--middline.active {
  background-color: transparent;
}
.header .content .nav_mobile .nav__mobile__icon .mobile__icon--middline.active::before {
  content: "";
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .content .nav_mobile .nav__mobile__icon .mobile__icon--middline.active::after {
  content: "";
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 575px) {
  .header .content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header .content .menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    z-index: 999;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
  }
  .header .content .nav_mobile {
    display: block;
  }
  .header .content .menu.show {
    max-height: 62.5rem;
  }
}
.title {
  text-align: center;
  margin: 0 0 1.875rem;
  font-size: 1.5rem;
  color: #fff;
}
.title::after {
  display: block;
  content: "";
  width: 25rem;
  height: 1.25rem;
  background: url(../images/title_after.png) no-repeat;
  background-size: contain;
  margin: 0.9375rem 0 0;
}
@media (max-width: 780px) {
  .title::after {
    width: 18.75rem;
  }
}
@media (max-width: 380px) {
  .title::after {
    width: 15.625rem;
  }
}
.signup_btn {
  position: absolute;
  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;
  right: 0;
  top: 50%;
  width: 3.4375rem;
  height: 9.375rem;
  font-size: 1.375rem;
  font-weight: 700;
  background: #38a49b;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.9375rem;
  padding: 0.625rem 0 0;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 780px) {
  .signup_btn {
    width: 3.125rem;
    height: 8.125rem;
    font-size: 1.375rem;
    letter-spacing: 0.625rem;
    top: 75%;
  }
}
@media (max-width: 414px) {
  .signup_btn {
    top: 75%;
  }
}
@-webkit-keyframes spin {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spin-rwd {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spin-rwd {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes wrap {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes wrap {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes wrap-rwd {
  0% {
    left: -100%;
  }
  100% {
    left: 50%;
  }
}
@keyframes wrap-rwd {
  0% {
    left: -100%;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes kv-light {
  0% {
    left: -150vw;
  }
  100% {
    left: 150vw;
  }
}
@keyframes kv-light {
  0% {
    left: -150vw;
  }
  100% {
    left: 150vw;
  }
}
.kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50rem;
  background: url(../images/kv-bg.png) no-repeat center center;
  background-size: cover;
}
.kv .kv_X {
  position: absolute;
  right: -3%;
  top: 14%;
  background: url(../images/kv-X.png) no-repeat 50% 50%;
  background-size: 100%;
  width: 38%;
  height: 82%;
  -webkit-animation: spin 1s infinite ease;
          animation: spin 1s infinite ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@media (min-width: 1440px) {
  .kv .kv_X {
    background-size: 90%;
  }
}

@media (max-width: 575px) {
  .kv .kv_X {
    top: 39%;
    left: 50%;
    width: 80%;
    height: 60%;
    margin-left: -40%;
    -webkit-animation: spin-rwd 1s infinite ease;
            animation: spin-rwd 1s infinite ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}
@media (max-width: 425px) {
  .kv .kv_X {
    top: 42.5%;
    width: 80%;
    height: 53%;
  }
}
@media (max-width: 375px) {
  .kv .kv_X {
    top: 41.5%;
  }
}
.kv .content {
  position: relative;
  height: 100%;
}
.kv .content .kv_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0 0 0 1.5625rem;
  -webkit-animation: wrap 1s;
          animation: wrap 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv .content .kv_wrap .kv_title,
.kv .content .kv_wrap .kv_sub-title {
  background: url(../images/kv-title.png) no-repeat 100% 100%;
  background-size: 100%;
  width: 42rem;
  height: 9rem;
}
@media (max-width: 1025px) {
  .kv .content .kv_wrap .kv_title,
  .kv .content .kv_wrap .kv_sub-title {
    width: 37rem;
  }
}
@media (max-width: 780px) {
  .kv .content .kv_wrap .kv_title,
  .kv .content .kv_wrap .kv_sub-title {
    width: 29rem;
  }
}
@media (max-width: 490px) {
  .kv .content .kv_wrap .kv_title,
  .kv .content .kv_wrap .kv_sub-title {
    width: 25rem;
  }
}
@media (max-width: 416px) {
  .kv .content .kv_wrap .kv_title,
  .kv .content .kv_wrap .kv_sub-title {
    width: 22rem;
  }
}
.kv .content .kv_wrap .kv_sub-title {
  background: url(../images/kv-sub-title.png) no-repeat 100% 100%;
  background-size: 100%;
  height: 2.5rem;
  width: 41.5rem;
}
@media (max-width: 1025px) {
  .kv .content .kv_wrap .kv_sub-title {
    width: 36.5rem;
  }
}
@media (max-width: 780px) {
  .kv .content .kv_wrap .kv_sub-title {
    width: 28.6rem;
  }
}
@media (max-width: 490px) {
  .kv .content .kv_wrap .kv_sub-title {
    width: 25rem;
  }
}
@media (max-width: 416px) {
  .kv .content .kv_wrap .kv_sub-title {
    width: 21.9rem;
  }
}
@media (max-width: 780px) {
  .kv .content .kv_wrap {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 575px) {
  .kv .content .kv_wrap {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 auto;
    margin: 0;
    -webkit-animation: wrap-rwd 1s;
            animation: wrap-rwd 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (max-width: 414px) {
  .kv .content .kv_wrap {
    top: 6%;
  }
}
.kv .kv_light {
  position: absolute;
  top: 5%;
  width: 100%;
  min-height: 62.5rem;
  height: 100vh;
  background: linear-gradient(71deg, rgba(255, 255, 255, 0) 40%, #ffffff 48%, rgba(255, 255, 255, 0) 60%);
  background-size: cover;
  -webkit-animation: kv-light 3s 0s infinite;
          animation: kv-light 3s 0s infinite;
  opacity: 0.2;
}
@media (max-width: 575px) {
  .kv {
    background: url(../images/kv-bg.png) no-repeat left top;
    background-size: cover;
    height: 60rem;
  }
}
@media (max-width: 414px) {
  .kv {
    height: 45rem;
  }
}
.about {
  text-align: left;
  background: #2b97c6 url(../images/about-bg1.png) no-repeat 50% 50%;
  background-size: 100%;
  padding: 9rem 0 9rem;
}
.about .about_text {
  padding: 0 22%;
  margin: 0;
  color: #fff;
  line-height: 1.5625rem;
}
@media (max-width: 780px) {
  .about .about_text {
    padding: 0;
    margin: 0 ;
  }
}
@media (max-width: 780px) {
  .about {
    background: #2b97c6 url(../images/about-bg1.png) no-repeat 100% 55%;
    background-size: 100%;
    padding: 8rem 4rem 8rem;
  }
}
@media (max-width: 380px) {
  .about {
    padding: 7rem 4rem 3rem;
  }
}
.speakers {
  overflow: hidden;
  position: relative;
  padding: 9rem 3.5rem 3.5rem;
  background: url(../images/speaker-bg.png) no-repeat 0 50%;
  background-size: 100%;
}
.speakers .content {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}
.speakers .content .title {
  color: #333;
}
.speakers .content .next_btn,
.speakers .content .prev_btn {
  position: absolute;
  display: block;
  top: 45%;
  z-index: 555;
  width: 30px;
  height: 70px;
}
.speakers .content .next_btn img,
.speakers .content .prev_btn img {
  width: 100%;
  height: 100%;
}
.speakers .content .next_btn {
  right: 0;
}
@media (max-width: 1025px) {
  .speakers .content .next_btn {
    right: 0;
  }
}
.speakers .content .prev_btn {
  left: 0;
}
@media (max-width: 1025px) {
  .speakers .content .prev_btn {
    left: 0;
  }
}
.speakers .content .swiper-pagination .swiper-pagination-bullet {
  background: #42ae9e;
  width: 0.75rem;
  height: 0.75rem;
}
.speakers .content .swiper-pagination .swiper-pagination-bullet-active {
  background: #42ae9e;
}
.speakers .content .swiper {
  width: 62.5rem;
  height: 28.75rem;
}
.speakers .content .swiper .swiper-slide {
  text-align: left;
}
.speakers .content .swiper .swiper-slide .card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speakers .content .swiper .swiper-slide .card-content .name {
  color: #2ea6c5;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 10px 0;
}
.speakers .content .swiper .swiper-slide .card-content .name span {
  display: block;
}
.speakers .content .swiper .swiper-slide .card-content .job {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 625px) {
  .speakers .content .swiper {
    height: 550px;
  }
}
@media (max-width: 780px) {
  .speakers .content .swiper {
    width: 70%;
  }
}
@media (max-width: 380px) {
  .speakers .content .swiper {
    height: 25.9375rem;
  }
}
.speakers::before {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../images/speakers.png) no-repeat 50%;
  background-size: cover;
}
@media (max-width: 780px) {
  .speakers {
    padding: 7.5rem 1rem 2rem;
  }
}
@media (max-width: 380px) {
}
.agenda {
  position: relative;
  background-color: #fff;
  padding: 9rem 3.5rem 4.5rem;
  background: #42ae9e url(../images/agenda-bg1.png) no-repeat 80% 65%;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agenda .content {
  width: 85%;
}
.agenda .content .agenda_content {
  position: relative;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
}
.agenda .content .agenda_content .date {
  margin: 0 0 1.875rem;
}
.agenda .content .agenda_content .date,
.agenda .content .agenda_content .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agenda .content .agenda_content .date .date_title,
.agenda .content .agenda_content .place .date_title,
.agenda .content .agenda_content .date .place_title,
.agenda .content .agenda_content .place .place_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 40px;
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 7px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 780px) {
  .agenda .content .agenda_content .date .date_title,
  .agenda .content .agenda_content .place .date_title,
  .agenda .content .agenda_content .date .place_title,
  .agenda .content .agenda_content .place .place_title {
    margin: 0 0 0.625rem;
  }
}
.agenda .content .agenda_content .date .date_text,
.agenda .content .agenda_content .place .date_text,
.agenda .content .agenda_content .date .place_text,
.agenda .content .agenda_content .place .place_text {
  margin: 0 0 0 0.625rem;
}
@media (max-width: 780px) {
  .agenda .content .agenda_content .date .date_text,
  .agenda .content .agenda_content .place .date_text,
  .agenda .content .agenda_content .date .place_text,
  .agenda .content .agenda_content .place .place_text {
    margin: 0;
  }
}
@media (max-width: 780px) {
  .agenda .content .agenda_content .date,
  .agenda .content .agenda_content .place {
    display: block;
  }
}
.agenda .content .table_Wrapper {
  background-color: #fff;
  outline: 0.0625rem #26b6b2 solid;
  border-radius: 0.625rem;
  padding: 0 1.875rem;
}
.agenda .content .table_Wrapper table.hide-mb,
.agenda .content .table_Wrapper table.hide-pc {
  text-align: left;
  border-collapse: collapse;
}
.agenda .content .table_Wrapper table.hide-mb th,
.agenda .content .table_Wrapper table.hide-pc th {
  padding: 1.875rem 0;
  color: #333;
  font-size: 1.5rem;
}
.agenda .content .table_Wrapper table.hide-mb .table_date,
.agenda .content .table_Wrapper table.hide-pc .table_date {
  padding: 1.875rem 0 1.875rem 2.5rem;
}
@media (max-width: 780px) {
  .agenda .content .table_Wrapper table.hide-mb .table_date,
  .agenda .content .table_Wrapper table.hide-pc .table_date {
    padding: 1.875rem 0;
  }
}
.agenda .content .table_Wrapper table.hide-mb tr,
.agenda .content .table_Wrapper table.hide-pc tr {
  border-bottom: 0.0625rem #26b6b2 solid;
}
.agenda .content .table_Wrapper table.hide-mb tr:last-child,
.agenda .content .table_Wrapper table.hide-pc tr:last-child {
  border: 0;
}
.agenda .content .table_Wrapper table.hide-mb td,
.agenda .content .table_Wrapper table.hide-pc td {
  padding: 0.625rem 0 1.25rem 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  vertical-align: top;
}
.agenda .content .table_Wrapper table.hide-mb .time,
.agenda .content .table_Wrapper table.hide-pc .time {
  width: 30%;
  font-size: 1.25rem;
}
.agenda .content .table_Wrapper table.hide-mb .table_title,
.agenda .content .table_Wrapper table.hide-pc .table_title {
  text-align: left;
  font-weight: 700;
  font-size: 1.25rem;
}
.agenda .content .table_Wrapper table.hide-mb .people,
.agenda .content .table_Wrapper table.hide-pc .people {
  font-weight: 400;
  line-height: 1.5625rem;
  font-size: 0.875rem;
}
.agenda .content .table_Wrapper table.hide-mb .people .name,
.agenda .content .table_Wrapper table.hide-pc .people .name {
  font-weight: 700;
  color: #2ea6c5;
}
.agenda .content .table_Wrapper table.hide-mb .people .invite,
.agenda .content .table_Wrapper table.hide-pc .people .invite {
  color: #9f9f9f;
  font-size: 0.75rem;
}
@media (max-width: 780px) {
  .agenda .content .table_Wrapper table.hide-mb .people,
  .agenda .content .table_Wrapper table.hide-pc .people {
    line-height: 1.25rem;
  }
}
.agenda .content .table_Wrapper table.hide-mb .en,
.agenda .content .table_Wrapper table.hide-pc .en {
  font-weight: 700;
  font-size: 0.75rem;
  color: #9f9f9f;
  line-height: 1.25rem;
}
.agenda .content .table_Wrapper table.hide-mb .break td,
.agenda .content .table_Wrapper table.hide-pc .break td {
  padding: 1.875rem 0;
}
.agenda .content .table_Wrapper table.hide-mb .break .table_title,
.agenda .content .table_Wrapper table.hide-pc .break .table_title {
  margin: 0;
}
.agenda .content .table_Wrapper table.hide-mb ul,
.agenda .content .table_Wrapper table.hide-pc ul {
  margin: 0;
}
.agenda .content .table_Wrapper table.hide-mb ul li,
.agenda .content .table_Wrapper table.hide-pc ul li {
  list-style: initial;
}
@media (max-width: 780px) {
  .agenda .content .table_Wrapper table.hide-mb,
  .agenda .content .table_Wrapper table.hide-pc {
    display: none;
  }
}
@media (max-width: 780px) {
  .agenda .content .table_Wrapper {
    overflow: hidden;
    outline: 0;
    border-radius: 0;
  }
}
.agenda .content .table_Wrapper table.hide-pc {
  display: none;
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
.agenda .content .table_Wrapper table.hide-pc .time {
  width: 100%;
}
@media (max-width: 780px) {
  .agenda .content .table_Wrapper table.hide-pc {
    display: block;
  }
}
.agenda::before {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5rem;
  background: url(../images/agenda.png) no-repeat 50%;
  background-size: cover;
}
@media (max-width: 780px) {
  .agenda {
    padding: 7.5rem 0rem 3rem;
  }
}
.form {
  background: url(../images/speaker-bg.png) no-repeat 0 50%;
  background-size: 100%;
  padding: 9rem 0 1rem;
  color: #616262;
}
.form .content {
  width: 65%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 575px) {
  .form .content {
    width: 100%;
  }
}
.form .content .title {
  color: #333;
  text-align: center;
}
.form .content form {
  background-color: #eeeeed;
  margin: 0 0 3.125rem;
}
.form .content form .form__container {
  width: 80%;
  margin: 0 auto;
  padding: 2.1875rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .content form .form__container .form__item {
  width: 100%;
}
.form .content form .form__container .form__item label {
  display: inline-block;
  width: 5rem;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .content form .form__container .form__item input,
.form .content form .form__container .form__item select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  padding: 0.625rem 0.625rem;
  margin-bottom: 1.5625rem;
  outline: none;
  border: 0;
  font-size: 0.9rem;
  background-color: #fff;
}
.form .content form .form__container .form__item select {
  background: url("../images/select.svg") no-repeat right center white;
  background-size: 2.5rem;
  color: #35a49b;
}
@media (max-width: 825px) {
  .form .content form .form__container .form__item input,
  .form .content form .form__container .form__item select {
    width: 70%;
  }
}
@media (max-width: 375px) {
  .form .content form .form__container .form__item label {
    text-align: left;
    margin: 0 0 0.3125rem 0;
  }
  .form .content form .form__container .form__item input,
  .form .content form .form__container .form__item select {
    width: 100%;
  }
}
.form .content form .form__container .clause {
  font-size: 0.9rem;
  line-height: 2;
  width: 80%;
  margin-top: 1.25rem;
  text-align: left;
}
.form .content form .form__container .form__item--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  margin: 0 0 0.625rem 5.3125rem;
}
@media (max-width: 375px) {
  .form .content form .form__container .form__item--checkbox label {
    margin: 0 0 0.3125rem 0;
  }
}
.form .content form .form__container .form__item--checkbox input {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/checkbox-none.png) no-repeat top center;
  background-size: 1rem 1rem;
  margin: 0 0.3125rem 0 0;
  padding: 0;
}
.form .content form .form__container .form__item--checkbox input:checked {
  background: url(../images/checkbox.png) no-repeat top center;
  background-size: 1rem 1rem;
}
.form .content form .form__container p {
  width: 80%;
  margin: 0 0 1.875rem 5.3125rem;
  color: #616262;
  font-size: 0.9rem;
  line-height: 2;
}
@media (max-width: 825px) {
  .form .content form .form__container p {
    width: 70%;
  }
}
@media (max-width: 375px) {
  .form .content form .form__container p {
    width: 100%;
    margin: 0 0 1.875rem 0;
  }
}
.form .content form .form__container .form__button {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form .content form .form__container .form__button button {
  display: block;
  background-color: #2ea6c5;
  color: white;
  border: 0;
  border-radius: 10rem;
  padding: 0.5rem 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .form {
    padding: 7rem 0 0rem;
  }
}
.footer .co-sponsor,
.footer .co-organiser {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.3125rem;
}
.footer .co-organiser {
  padding: 0;
}
.footer .logoGroup {
  width: 70%;
  margin: 0 auto 1.5625rem;
  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 .logoGroup a {
  width: 15%;
  padding: 0.75rem;
  text-align: center;
}

.footer .logoGroup a.big {
  width: 20%;
}

.footer .logoGroup a img {
  width: 100%;
}
.footer .logoGroup a .logo-2 {
  width: 70%;
}
@media (max-width: 1025px) {
  .footer .logoGroup a {
    width: 40%;
  }
  .footer .logoGroup a.big {
    width: 60%;
  }
}
@media (max-width: 780px) {
  .footer .logoGroup a {
    width: 50%;
  }
  .footer .logoGroup a.big {
    width: 90%;
  }
}
@media (max-width: 780px) {
  .footer .logoGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.copyright {
  outline: 1px solid #e8e8e8;
  color: #000;
  padding: 2.5rem 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 20px;
}
.copyright p {
  margin: 0;
}
