@charset "UTF-8";
.ma0 {
  margin: 0; }

.ma30 {
  margin: 30px; }

.mt30 {
  margin-top: 30px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.ma-auto {
  margin: auto; }

.pa0 {
  padding: 0; }

.pt30 {
  padding-top: 30px; }

.hightlight {
  color: #2de984; }

.color-2 {
  color: #198760; }

.color-3-1 {
  color: #B63B9F; }

.color-5-1 {
  color: #EE7A00; }

.section-title {
  text-align: center;
  color: #333333; }
  .section-title .expo-title-crumb {
    font-size: 20px; }
  .section-title .expo-title-main {
    font-size: 62px;
    letter-spacing: 2px; }
  .section-title .expo-title-sub {
    font-size: 24px;
    margin: 10px 0;
    line-height: 1.4em; }
  .section-title .expo-title-desc {
    text-align: center; }

/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
.bg-animation {
  animation: bg-animation 30s ease infinite; }

@keyframes bg-animation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.float-star01 {
  animation-name: float-star01; }

.float-star02 {
  animation-name: float-star02; }

@keyframes float-star01 {
  10% {
    transform: translate3d(10px, 0, 0); }
  20% {
    transform: translate3d(0, 40px, 0); }
  50% {
    transform: translate3d(0, 60px, 0);
    opacity: .6; }
  70% {
    transform: translate3d(0, 40px, 0); }
  80% {
    transform: translate3d(0, 10px, 0); } }
@keyframes float-star02 {
  10% {
    transform: translate3d(10px, 0, 0); }
  20% {
    transform: translate3d(20px, 0, 0); }
  50% {
    transform: translate3d(10px, 0, 0);
    transform: rotate(10deg);
    opacity: .8; }
  70% {
    transform: translate3d(10px, 0, 0); }
  80% {
    transform: translate3d(10px, 0, 0);
    transform: rotate(-10deg); } }
@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg); } }
@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(5%); }
  100% {
    -webkit-transform: translateY(0%); } }
@-webkit-keyframes pull {
  0% {
    -webkit-transform: scaleY(1); }
  40% {
    -webkit-transform: scaleY(1.01); }
  60% {
    -webkit-transform: scaleY(0.99); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.99); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
#countryObjects {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 240s linear 0s infinite; }

#floatingGlobe {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 360s linear 0s infinite; }

#globe {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 0s linear 0s infinite; }

#windmill {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 331px 201px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 2s linear 0s infinite; }

#cloud1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 1s infinite; }

#cloud2 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 2s infinite; }

#cloud3 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 3s infinite; }

#circle1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite; }

#circle2 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 24s linear 0s infinite; }

#circle3 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite; }

#circle4 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 24s linear 0s infinite; }

#circle5 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite; }

.boat__rudder {
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-animation: rudder-rotate 80s linear infinite;
  animation: rudder-rotate 80s linear infinite; }

@-webkit-keyframes rudder-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes rudder-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.loading__rocket {
  -webkit-animation: loading-rocket 3s linear infinite;
  animation: loading-rocket 3s linear infinite; }

@-webkit-keyframes loading-rocket {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1; }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1; }
  80% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; } }
@keyframes loading-rocket {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1; }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1; }
  80% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; } }
.loading__bubble circle {
  -webkit-animation: bubble 3s linear infinite;
  animation: bubble 3s linear infinite; }

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  65% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  75% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes bubble {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  65% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  75% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.loading__bubble circle:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.loading__bubble circle:nth-child(3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.loading__bubble circle:nth-child(4) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.loading__bubble circle:first-child {
  -webkit-transform-origin: 50px 31px;
  -ms-transform-origin: 50px 31px;
  transform-origin: 50px 31px; }

.loading__bubble circle:nth-child(2) {
  -webkit-transform-origin: 52px 28px;
  -ms-transform-origin: 52px 28px;
  transform-origin: 52px 28px; }

.loading__bubble circle:nth-child(3) {
  -webkit-transform-origin: 58px 24px;
  -ms-transform-origin: 58px 24px;
  transform-origin: 58px 24px; }

.loading__bubble circle:nth-child(4) {
  -webkit-transform-origin: 55px 27px;
  -ms-transform-origin: 55px 27px;
  transform-origin: 55px 27px; }

.loading__dot {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  list-style: none;
  padding-left: 0; }

.loading__dot li {
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin: 0;
  height: 10px;
  width: 10px;
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-transform: transformZ(0);
  -ms-transform: transformZ(0);
  transform: transformZ(0);
  -webkit-animation: loadiing-dot 2s infinite;
  animation: loadiing-dot 2s infinite; }

@-webkit-keyframes loadiing-dot {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #fff; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #1C406B; }
  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #fff; } }
@keyframes loadiing-dot {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #fff; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #1C406B; }
  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #fff; } }
.loading__dot li:first-child {
  left: -20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.loading__dot li:nth-child(2) {
  left: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loading__dot li:nth-child(3) {
  left: 20px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

body {
  font-family: 'Anton', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  position: relative; }

p,
form {
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif; }

h2 {
  font-size: 9vh;
  line-height: 1.2; }

i {
  margin: 0 5px; }

a {
  color: #25b7d3; }

a:hover,
a:active,
a:focus {
  text-decoration: none;
  transition: .3s ease-in-out;
  color: #0a2a33;
  outline: none;
  cursor: pointer; }

input:focus {
  outline: none; }

input::-webkit-input-placeholder {
  color: #bfbfbf; }

.hidden {
  display: none;
  transition: .5s ease-in; }

.tag-block > li {
  background-color: #bdbdbd;
  padding: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 5px; }

.tag-block.gold > li {
  background-color: transparent;
  padding: 5px 8px;
  margin: 5px 0px;
  color: #c56500;
  font-weight: 700;
  display: inline-block;
  border-right: 0.5px solid #dddddd;
  font-size: 16px;
  line-height: 1.2; }

.tag-block > li + li {
  margin-left: 5px; }

td > a > .tag-block > li + li {
  margin-left: 0px;
  margin-top: 5px; }

.tagShow-area {
  border-radius: 15px;
  padding: 10px 0px;
  margin: 8px 0; }

.tag-btn > li {
  display: inline-block;
  line-height: 1.8;
  margin-top: 5px; }

.tag-btn > li > a {
  padding: 5px 10px;
  border-radius: 10px;
  color: #444;
  font-size: 14px;
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  cursor: pointer; }

.tag-btn > li > a:hover,
.tag-btn > li > a:active {
  background-color: #e3e3e3; }

.tag-btn > li > .choose {
  background-color: #34b1d5; }

.key-kbd {
  background-color: #EE7A00;
  border-radius: 30px;
  padding: 2px 10px;
  color: #ffffff;
  box-shadow: 0 0 0;
  margin-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block; }

.session-kbd {
  background-color: #a9a9a9;
  border-radius: 30px;
  padding: 2px 10px;
  color: #fff;
  box-shadow: 0 0 0;
  margin-bottom: 5px;
  display: inline-block; }

.lightGray-kbd {
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  border: 1px solid rgba(229, 229, 229, 0.6);
  background-color: rgba(229, 229, 229, 0.3);
  border-radius: 30px;
  padding: 5px 10px;
  color: rgba(229, 229, 229, 0.95);
  box-shadow: 0 0 0;
  margin-top: 10px;
  font-size: 2.5vh; }

.Gray-kbd {
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  background-color: rgba(229, 229, 229, 0.3);
  border-radius: 30px;
  font-size: 15px;
  padding: 2px 10px;
  color: #fff;
  box-shadow: 0 0 0;
  margin-bottom: 5px;
  display: inline-block; }

/* ----BTN---- */
.btn-yellowCircle {
  color: #EE7A00;
  border: 1px solid #EE7A00;
  border-radius: 30px;
  background-color: transparent;
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px; }

.btn-yellowCircle:hover,
.btn-yellowCircle:active,
.btn-yellowCircle:focus {
  color: #4cb4df;
  border: 1px solid #4cb4df;
  outline: none; }

.btn-redCircle {
  color: #db268b;
  border: 1px solid #db268b;
  border-radius: 30px;
  background-color: #fff;
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px; }

.btn-redCircle:hover,
.btn-redCircle:active,
.btn-redCircle:focus {
  color: #6fba2c;
  border: 1px solid #6fba2c;
  outline: none; }

.btn-yellowCircle-Wfont {
  color: #fff;
  border: 1px solid #EE7A00;
  border-radius: 40px;
  background-color: transparent;
  font-size: 40px;
  padding-left: 20px;
  padding-right: 20px; }

.btn-yellowCircle-Wfont:hover,
.btn-yellowCircle-Wfont:active,
.btn-yellowCircle-Wfont:focus {
  color: #e4007f;
  border: 1px solid #e4007f;
  background-color: rgba(255, 255, 255, 0.5);
  outline: none; }

.btn-blackgray {
  background-color: #333333;
  color: #fff; }

.btn-blackgray:hover,
.btn-blackgray:active,
.btn-blackgray:focus {
  background-color: #393939;
  color: #bbb;
  outline: none; }

.btn-blue {
  background-color: #1C6F87;
  color: #444;
  border-radius: 30px;
  font-weight: bold;
  padding: 5px 30px;
  transition: .5s ease-in-out; }

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background-color: #20809c;
  outline: none; }

.btn-yellow {
  background-color: #c56500;
  color: #444;
  border-radius: 30px;
  font-weight: bold;
  padding: 5px 30px;
  transition: .5s ease-in-out; }

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  background-color: #0a2a33;
  outline: none; }

.btn-gray {
  background-color: #e5e5e5;
  color: #444;
  border-radius: 30px;
  font-weight: bold;
  padding: 5px 30px;
  transition: .5s ease-in-out; }

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  background-color: #d3d3d3;
  outline: none; }

.btn-leftSide {
  background-color: #1C6F87;
  border-radius: 0 8px 8px 0;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fbfbfb;
  text-align: center; }

.btn-leftSide:hover,
.btn-leftSide:active,
.btn-leftSide:focus {
  background-color: #48a7ce;
  outline: none;
  color: #fff; }

.btn-rightSide {
  background-color: #1C6F87;
  border-radius: 8px 0 0 8px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fbfbfb;
  text-align: center; }

.btn-rightSide:hover,
.btn-rightSide:active,
.btn-rightSide:focus {
  background-color: #48a7ce;
  outline: none;
  color: #fff; }

/* ----font-size---- */
.tb-title20 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 1.5; }

.tb-title18 {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  line-height: 1.8; }

/* ----modal---- */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(9, 19, 66, 0.8); }

.modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 1; }

#speakerModal {
  width: 100%;
  float: left;
  padding: 2% 0; }

.tagModal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  float: left;
  width: 100%; }

.modal-header,
.modal-footer {
  border-color: transparent;
  position: relative;
  padding: 0; }

.modal-header > h3 {
  position: relative;
  float: left;
  width: 70%;
  padding: 5px 15px;
  /* font-size: 5vh; */ }

@media (max-width: 768px) {
  .modal-header > h3 {
    margin: 5px 0; } }
.modal-header > .btn-yellow {
  float: left;
  width: 30%;
  margin-top: 10px; }

@media (max-width: 768px) {
  .modal-header > .btn-yellow {
    width: 100%;
    margin: 5px 0; } }
.modal-body {
  background-color: #f3f3f3;
  height: 60vh;
  overflow-y: scroll; }

.modal-body > .agendaSpeaker .sp-size15 {
  font-weight: 700;
  font-size: 16px; }

.share-line {
  text-align: right; }

.share-line > h4 {
  padding-right: 10px;
  margin: 0;
  margin-left: 5px;
  display: inline-block;
  text-align: right; }

.modal-header .close {
  margin: -20px -20px 5px; }
  .modal-header .close i {
    font-size: 2em; }

.agendaInfo,
.agendaSpeaker {
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  margin-bottom: 3%; }

.keyType {
  border-left: 5px solid #1C6F87;
  padding-left: 10px; }

.sessionType {
  border-left: 5px solid #bbbbbb;
  padding-left: 5%; }
  .sessionType ol {
    margin-left: 3%; }

.productLine > a {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #d5d5d5;
  transition: .3s ease-in; }

.productLine > a:hover {
  background-color: #8b8b8b;
  border-bottom: 1px solid transparent; }

.productLine > a + a {
  margin-top: 10px; }

.productInfo {
  padding: 10px 15px; }

/* ----title---- */
.bLine-title:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ddd;
  top: 96%;
  left: 0;
  z-index: -2; }

.T-yellow {
  color: rgba(255, 241, 0, 0.8); }

.T-blue {
  color: rgba(82, 195, 241, 0.8); }

.T-red {
  color: rgba(228, 0, 127, 0.9); }

.T-gray {
  color: rgba(100, 100, 100, 0.95); }

.T-green {
  color: rgba(96, 217, 54, 0.8); }

.T-white {
  color: rgba(234, 234, 234, 0.9); }

.T-lightblue {
  color: rgba(0, 255, 255, 0.9); }

/* ----menu-box---- */
.menu-area {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: .2s ease-out;
  transform: translateX(0); }

.menu-box {
  z-index: 100;
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: rgba(9, 19, 66, 0.97);
  padding-top: 5%;
  padding-bottom: 5%; }

.menu-close {
  left: -100%; }

.burger-btn {
  z-index: 1000;
  position: fixed;
  left: 40px;
  top: 15px; }

.menu-content {
  width: 50vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  transition: .5s ease-out; }

.menu-content:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  left: 0; }

/* topLayer */
.topLayer {
  display: inline-block;
  vertical-align: middle;
  transition: .3s ease-out;
  z-index: 99;
  list-style: none;
  padding: 0; }

.topLayer > li > .topLink {
  font-size: 3.5vmin;
  line-height: 1.8;
  color: #fbfbfb;
  position: relative;
  text-decoration: none;
  transition: .3s ease-out; }

.topLayer > li > .topLink:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  transition: .3s ease-in-out; }

.topLink:hover.topLink:after,
.topLink:active.topLink:after {
  background-color: #f3b404;
  bottom: -5px; }

.topLayer > li > .signup {
  color: #51c3f2; }

.signup:hover.topLink:after,
.signup:active.topLink:after {
  background-color: #51c3f2; }

.topLayer > li > .active.topLink:after {
  background-color: #f3b404;
  bottom: -5px; }

.top-active {
  margin-right: 60%; }

.topLayer > li.list-active {
  cursor: pointer; }

/* insideLayer */
.topLayer > li > ul {
  text-align: center;
  display: none;
  transition: .3s ease-out; }

.topLayer > .list-active > ul {
  display: block;
  position: absolute;
  top: calc(20% - 20px);
  transition: .3s ease-in-out; }

.insideLink {
  font-size: 4.5vmin;
  padding: 15px;
  border-radius: 30px;
  color: #fbfbfb;
  border: 1px solid #51c3f2;
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: .3s ease-in-out; }

.insideLink:hover,
.insideLink:active {
  color: #f3b404;
  border: 1px solid #f3b404; }

.insideLayer > li > p {
  color: #efefef; }

/* ---navi-line--- */
.navi-line {
  z-index: 50;
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("../img/kv-img/kv-cyberfirst.jpg"); }

.navi-line:after {
  clear: both; }

.right-line {
  float: right;
  padding-top: 10px; }

.right-line > ul > li {
  display: inline-block;
  margin-left: 20px;
  position: relative; }

.right-line > ul > li > a {
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  font-size: 18px;
  transition: .3s ease-in-out;
  color: rgba(37, 37, 37, 0.8); }

.right-line > ul > li > a:hover,
.right-line > ul > li > a:active {
  color: rgba(252, 200, 0, 0.8); }

.right-line > ul > li > .signup {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #e4007f;
  text-decoration: none;
  border-radius: 30px; }

.right-line > ul > li > .signup:hover,
.right-line > ul > li > .signup:active,
.right-line > ul > li > .signup:focus {
  color: rgba(37, 37, 37, 0.8);
  background-color: #0a2a33;
  outline: none; }

.right-line > ul > li > .underline-line {
  font-size: 18px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.95); }

.dropdown-menu {
  position: absolute;
  top: 130%;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active {
  border-left: 5px solid #3bacda; }

/* burger */
.hamburger .line {
  width: 35px;
  height: 3px;
  background-color: rgba(37, 37, 37, 0.8);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

/* active */
.scroll-over {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */ }

.scroll-over > .right-line > ul > li > a {
  color: rgba(255, 255, 255, 0.8); }

.scroll-over > .right-line > ul > li > a:hover,
.scroll-over > .right-line > ul > li > a:active {
  color: rgba(80, 80, 80, 0.9); }

.burger-change > .hamburger .line {
  background-color: rgba(255, 255, 255, 0.8); }

/* NINE */
#hamburger-9 {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-9.is-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburger-9:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 5px solid transparent;
  top: calc(50% - 25px);
  left: calc(50% - 26px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-9.is-active:before {
  border: 3px solid #efefef; }

#hamburger-9.is-active .line {
  width: 35px; }

#hamburger-9.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-9.is-active .line:nth-child(1) {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
  background-color: #fff; }

#hamburger-9.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
  background-color: #fff; }

/* circle-flashLink */
.circle-flashLink {
  position: absolute;
  z-index: 1;
  right: 3%;
  bottom: 5%;
  display: block; }

.circle-flashLink > li {
  display: block;
  margin-bottom: 10px; }

.circle-flashLink > li > a {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  color: #040404;
  font-size: 16px;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  padding: 12px;
  text-align: center;
  transition: .3s ease-in-out;
  opacity: 0.85; }

.circle-flashLink > li > a:hover,
.circle-flashLink > li > a:active {
  text-decoration: none;
  opacity: 0.95; }

.LinkBg01 {
  background-color: #9e9b9b; }

.LinkBg02 {
  background-color: #48a1c6; }

.flashLink-board {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  transform: translateY(100%);
  opacity: 0;
  z-index: 0;
  transition: .5s ease-in; }

.flashLink-boardOpen {
  transform: translateY(0);
  opacity: 1; }

.flashLink-board-content {
  width: 80%;
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
  color: #fbfbfb; }

.postGroup-flash {
  height: 80%;
  overflow-y: scroll; }

.flashLink-boardClose {
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  background-color: transparent;
  border: 0; }

/* ----KV----- */
/* kv-carouselStyle */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

#index-kv {
  padding-top: 60px; }

#index-kv .item:nth-child(1) {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/kv-img/tcss_2018_slide1.jpg");
  -webkit-background-size: cover;
  background-size: cover; }

#index-kv .item:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/kv-img/tcss_2018_slide2.jpg");
  -webkit-background-size: cover;
  background-size: cover; }

#index-kv .item:nth-child(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/kv-img/tcss_2018_slide3.jpg");
  -webkit-background-size: cover;
  background-size: cover; }

#index-kv .item:nth-child(4) {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/kv-img/tcss_2018_slide4.jpg");
  -webkit-background-size: cover;
  background-size: cover; }

#index-kv .carousel-caption {
  position: absolute;
  right: 15%;
  top: 24%;
  bottom: 25%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  /* background-color: #5cb531; */
  text-shadow: 2px 2px 3px #000; }

.item > .carousel-caption > h1 {
  font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  font-size: 100px;
  color: #f3f3f3; }

.item > .carousel-caption > h1.bold {
  font-weight: bold; }

.item > .black > h1 {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.9); }

.item > .black > h1 > span {
  color: #017500; }

.item > .carousel-caption > h3 {
  font-size: 35px;
  color: #ececec;
  font-weight: normal;
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif; }

.item > .carousel-caption > h3.bold {
  font-weight: bold; }

.item > .black > h3 {
  color: rgba(0, 0, 0, 0.8); }

#index-kv .item > .carousel-caption > img {
  margin: 0 auto; }

#index-kv .item > .carousel-caption > .btn-yellowCircle {
  margin-top: 10px; }

.kv-footer {
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  position: absolute;
  right: 15%;
  bottom: 2%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.kv-footer > p {
  font-size: 18px;
  font-weight: normal;
  color: #4cb4df; }

/* ************額外加掛*************** */
#index-kv .number-row {
  position: absolute;
  bottom: 0;
  width: 100%; }

/* ************額外加掛*************** */
/* ----kv-pages---- */
.kv-pages {
  position: relative;
  height: 60%;
  overflow: hidden; }

.kv-pagesBg {
  width: 100%; }

.kv-pagesBg img {
  width: 100%; }

.kv-pagesText {
  width: 100%; }

.kv-pagesText-box {
  position: absolute;
  right: 15%;
  top: 25%;
  bottom: 15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background-color: cyan; }

.kv-pagesText-box > img {
  margin: 0 auto;
  width: 20vw;
  /* 原設定10vw */ }

.kv-pagesText > .kv-pagesText-box > h1 {
  font-size: 8vh;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
  font-weight: bold; }

.kv-pagesText > .kv-pagesText-box > h3 {
  font-family: '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  font-size: 2.5vh;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block; }

/* ----logo-wall---- */
#logo-wall {
  position: relative;
  float: left; }

.logoWall-content {
  width: 90%;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 5%; }

.levelLine {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px; }

.levelGroup {
  text-align: center; }

.levelGroup > h3 {
  display: inline-block; }

.level,
.level > a {
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap; }

/* ----footer---- */
.footer {
  background-color: #000;
  padding: 20px 25px;
  max-height: 300px;
  position: relative; }

.footer-content {
  display: flex;
  flex-direction: row;
  color: #bfbfbf;
  justify-content: space-around;
  max-height: 180px; }

.footer-logo img {
  width: 100%;
  margin: 0 auto; }

/* .footer-info>.contactUs>h4,
.footer-info>.shareInfo>h4,
.footerPost>h4 {
    border-left: 4px solid #bfbfbf;
    padding-left: 5px;
} */
.footerSocial {
  padding-left: 0;
  display: inline-block;
  float: right; }

.footerSocial > li {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #666;
  transition: .3s ease-in-out;
  text-align: center; }

.footerSocial > li + li {
  margin-left: 5px; }

.footerSocial > li > a {
  padding: 5px;
  color: #fff;
  line-height: 37px; }

.footerSocial > li:hover,
.footerSocial > li:active {
  background-color: #a1a1a1; }

.contactUs > a {
  font-size: 14px; }

.postLine {
  display: inline-flex; }

.postGroup {
  overflow-y: scroll;
  height: 60%; }

.postLine-info {
  width: 90%;
  padding: 0 8px; }

.postLine-info > p {
  line-height: 1.2; }

.footer-logo {
  flex: 0 2 335px;
  margin-right: 10px; }

.footer-info {
  flex: 0 2 200px; }

.footerPost {
  flex: 1 6 180px; }

.footerFB {
  flex: 0 2 300px; }

.scrollbar {
  float: left;
  background: transparent;
  margin-bottom: 25px;
  margin-right: 15px; }

/* STYLE 1 */
#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #000; }

#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #000; }

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

.fixed-button {
  position: fixed;
  bottom: 30%;
  right: -15px;
  padding: 10px 15px;
  font-size: 20px;
  background-color: #48a1c6;
  color: #fff;
  border-radius: 5px; }

.text-rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* ----media---- */
@media (max-width: 768px) {
  .topLayer > .list-active > ul {
    display: inline-block;
    position: relative;
    width: 100%; }

  .insideLink {
    font-size: 2.5vmin;
    padding: 8px;
    border-radius: 30px;
    color: #fbfbfb;
    border: 1px solid #51c3f2;
    display: block;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.2; }

  .insideLayer > li {
    margin-top: 10px; }

  .top-active {
    margin-right: 0; }

  .topLayer {
    width: 60%; }

  .insideLayer > li > p {
    display: none; }

  .burger-btn {
    z-index: 1000;
    position: fixed;
    left: 22px;
    top: 15px; }

  .menu-close {
    transform: translateX(-90%); }

  .item > .carousel-caption > img {
    width: 40vh;
    margin: 0 auto; }

  .item > .black > img {
    width: 60vh;
    margin: 0 auto; }

  .item > .carousel-caption > h1 {
    font-size: 60px; }

  .item > .carousel-caption > h3 {
    font-size: 26px;
    font-weight: normal; }

  .btn-redCircle {
    font-size: 14px; }

  .btn-yellowCircle-Wfont {
    font-size: 20px; }

  .kv-pagesText-box {
    position: absolute;
    right: 15%;
    top: 25%;
    bottom: 5%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }

  .kv-pages {
    position: relative;
    height: auto;
    overflow: hidden; }

  .kv-pagesText > .kv-pagesText-box > h1 {
    font-size: 5vh; }

  .kv-pagesText > .kv-pagesText-box > h3 {
    font-size: 1.5vh; }

  h2 {
    font-size: 7vh;
    line-height: 1.2; }

  .logo-navi {
    float: left;
    margin-left: 4%;
    background-image: url(../img/ithome-naviBSmall_en.png);
    width: 160px;
    height: 47px; }

  .scroll-over > a > .logo-navi {
    background-image: url(../img/ithome-naviSmall_en.png); }

  #index-kv .number-row {
    position: relative;
    width: 100%; } }
@media (min-width: 768px) {
  .topLayer > .list-active > ul {
    display: inline-block;
    position: relative;
    width: 100%; }

  .insideLink {
    font-size: 2.5vmin;
    padding: 8px;
    border-radius: 30px;
    color: #fbfbfb;
    border: 1px solid #51c3f2;
    display: block;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.2; }

  .insideLayer > li {
    margin-top: 10px; }

  .top-active {
    margin-right: 0; }

  .insideLayer > li > p {
    display: none; }

  .burger-btn {
    z-index: 1000;
    position: fixed;
    left: 22px;
    top: 15px; }

  .menu-close {
    transform: translateX(-90%); }

  .item > .carousel-caption > img {
    width: 40vh;
    margin: 0 auto; }

  .item > .black > img {
    width: 60vh;
    margin: 0 auto; }

  .item > .carousel-caption > h1 {
    font-size: 60px; }

  .item > .carousel-caption > h3 {
    font-size: 26px;
    font-weight: normal; }

  .btn-redCircle {
    font-size: 14px; }

  .btn-yellowCircle-Wfont {
    font-size: 20px; }

  .kv-pagesText-box {
    position: absolute;
    right: 15%;
    top: 25%;
    bottom: 5%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }

  .kv-pages {
    position: relative;
    height: auto;
    overflow: hidden; }

  .kv-pagesText > .kv-pagesText-box > h1 {
    font-size: 6vh; }

  .kv-pagesText > .kv-pagesText-box > h3 {
    font-size: 1.5vh; }

  h2 {
    font-size: 7vh;
    line-height: 1.2; }

  #index-kv .carousel-caption {
    position: absolute;
    right: 15%;
    top: 25%;
    bottom: 20%;
    left: 15%; }

  .logo-navi {
    float: left;
    margin-left: 4%;
    background-image: url(../img/ithome-naviBSmall_en.png);
    width: 160px;
    height: 47px; }

  .scroll-over > a > .logo-navi {
    background-image: url(../img/ithome-naviSmall_en.png); }

  #index-kv .number-row {
    position: relative;
    width: 100%; } }
@media (min-width: 964px) {
  .topLayer > li > ul {
    text-align: center;
    display: none;
    transition: .3s ease-out; }

  .topLayer > .list-active > ul {
    display: inline-block;
    position: absolute;
    top: calc(20% - 20px);
    right: calc(50% - 100px);
    width: 30%; }

  .insideLink {
    font-size: 4.5vmin;
    padding: 15px;
    border-radius: 30px;
    color: #fbfbfb;
    border: 1px solid #51c3f2;
    display: block;
    width: 100%;
    line-height: 1.2; }

  .insideLayer > li {
    margin-bottom: 20px; }

  .top-active {
    margin-right: 60%; }

  .insideLayer > li > p {
    display: block; }

  .burger-btn {
    z-index: 1000;
    position: fixed;
    left: 40px;
    top: 25px; }

  .menu-close {
    transform: translateX(-93%); }

  .logoWall {
    overflow: scroll; }

  .btn-redCircle {
    font-size: 30px; }

  .btn-yellowCircle-Wfont {
    font-size: 40px; }

  div > .carousel-indicators {
    bottom: 5%; }

  .kv-pages {
    position: relative;
    height: 60vh;
    overflow: hidden; }

  .kv-pagesText-box {
    position: absolute;
    right: 30%;
    top: 25%;
    bottom: 15%;
    left: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }

  .kv-pagesText > .kv-pagesText-box > h1 {
    font-size: 8vh; }

  .kv-pagesText > .kv-pagesText-box > h3 {
    font-size: 2.5vh; }

  h2 {
    font-size: 7vh;
    line-height: 1.2; }

  .carousel {
    height: 100%; }

  #index-kv .carousel-caption {
    position: absolute;
    right: 15%;
    top: 15%;
    bottom: 20%;
    left: 15%; }

  .logo-navi {
    float: left;
    margin-left: 4%;
    background-image: url(../img/ithome-navi_en.png);
    width: 210px;
    height: 62px; }

  .scroll-over > a > .logo-navi {
    background-image: url(../img/ithome-navi_enB.png); }

  #index-kv .number-row {
    position: relative;
    width: 100%; } }
@media (max-width: 1200px) {
  .insideLayer {
    width: 70vw; }

  .menu-content {
    width: 60vw;
    height: 80vh; } }
@media (min-width: 1280px) {
  .insideLayer {
    width: 50vw; }

  .menu-content {
    width: 50vw;
    height: 80vh; }

  #index-kv .carousel-caption {
    position: absolute;
    right: 15%;
    top: 24%;
    bottom: 35%;
    left: 15%; }

  #index-kv .number-row {
    position: absolute;
    bottom: 0;
    width: 100%; } }
@media (min-width: 1500px) {
  #index-kv .item > .carousel-caption > h1 {
    font-size: 100px; }

  #index-kv .item > .carousel-caption > h3 {
    font-size: 40px;
    font-weight: normal; } }
* {
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden; }

body {
  min-width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: "微軟正黑體", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    body {
      min-height: 100%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 10px;
  line-height: 1.4; }

h1 {
  font-size: 4.2rem; }

h2 {
  font-size: 3.4rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.4; }

h5 {
  font-size: 2.2rem;
  font-weight: 600; }

h6 {
  font-size: 1.85rem;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1.3; }

.lead {
  margin: 10px 0 5px;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    margin-bottom: 20px; }

  h2 {
    font-size: 30px;
    margin: 1%; }

  h3 {
    font-size: 28px;
    margin: 1%; }

  h4 {
    font-size: 24px;
    margin: 1%; }

  h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 1%; }

  h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 1%; }

  p {
    font-size: 16px; } }
strong {
  font-weight: 700; }

p {
  font-size: 16px;
  line-height: 1.6; }

p:last-child {
  margin-bottom: 0px; }

ul {
  list-style: none;
  line-height: 1.9em; }

ul li {
  list-style: none; }

ul.disc-list li.disc-list {
  list-style: disc; }

ol {
  margin-left: 30px; }

a {
  transition: all .3s ease;
  color: #c56500;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: #924b00;
    text-decoration: none; }

button,
.btn {
  color: #ffffff;
  transition: all .3s ease;
  font-size: 16px;
  line-height: 1.4;
  font-family: "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  button:focus, button:hover,
  .btn:focus,
  .btn:hover {
    color: #ffffff; }

.btn--default {
  background: #fff;
  border: 2px solid #EE7A00;
  margin-top: 20px;
  min-width: 120px;
  color: #EE7A00;
  display: inline-block;
  width: 45%;
  margin: 1%;
  padding: 10px 0;
  font-size: 18px; }

.btn--default:focus,
.btn--default:hover,
.btn--default:active {
  color: #fff;
  background: #EE7A00; }

.btn--block {
  display: block;
  width: 99%;
  margin: 1% 0 2% 0; }

.inactivelink {
  pointer-events: none;
  cursor: default; }

.text-over-h {
  overflow: hidden;
  text-overflow: ellipsis; }

.line-h-15 {
  line-height: 1.5em !important; }

.line-h-16 {
  line-height: 1.6em !important; }

.line-h-18 {
  line-height: 1.8em !important; }

.ma10 {
  margin: 10px; }

.ma20 {
  margin: 20px; }

.ml10 {
  margin-left: 10px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.pa0 {
  padding: 0px; }

.pt0 {
  padding-top: 0px; }

section,
header {
  position: relative; }

section {
  padding: 4% 0% 5% 0%;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    section {
      padding: 20px 15px;
      overflow: hidden;
      padding-top: 30px;
      padding-bottom: 30px; } }
  section .ul li {
    margin-bottom: 1em; }
    section .ul li:before {
      content: '•';
      position: absolute;
      font-size: 30px;
      left: -.8%; }
  section:last-of-type {
    margin-bottom: 0; }

.container {
  padding: 0; }

header, footer {
  float: left;
  position: relative;
  width: 100%; }

.navbar-inverse {
  height: 90px;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .navbar-inverse {
      height: auto; } }
  @media (max-width: 767px) {
    .navbar-inverse {
      position: absolute;
      background-color: #1e0739;
      height: auto;
      width: 100%;
      padding: 0 15px;
      box-shadow: 0 0 16px #b8a3e4aa; } }
@media (max-width: 1200px) and (min-width: 768px) {
  .navbar-inverse .navbar-header {
    width: 22%; } }

  .navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    border-color: #fdfdfd; }
    .navbar-inverse .navbar-header .navbar-toggle .icon-bar {
      background-color: #ffffff;
      height: 2px;
      width: 20px;
      display: block; }
  .navbar-inverse .navbar-logobox {
    display: block;
    padding: 8px;
    width: 220px;
    margin: 7% 0 0 10%; }
    @media (max-width: 1200px) {
      .navbar-inverse .navbar-logobox {
        margin-top: 6px;
        margin-left: 15px; } }
    .navbar-inverse .navbar-logobox img {
      width: 100%; }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #333333; }
  .navbar-inverse .navbar-nav {
    margin-right: 15px; }
    @media (max-width: 767px) {
      .navbar-inverse .navbar-nav li {
        border-bottom: 1px solid #333333;
        text-align: center; } }
    .navbar-inverse .navbar-nav li a {
      font-size: 16px;
      color: #fdfdfd;
      line-height: 55px;
      padding: 1.1em; }
      @media (max-width: 767px) {
        .navbar-inverse .navbar-nav li a {
          padding: .3em; } }
    .navbar-inverse .navbar-nav li .dropdown-menu {
      padding: 0px;
      border-radius: 0;
      left: calc(50% - 80px); }
      .navbar-inverse .navbar-nav li .dropdown-menu li {
        border-bottom: 1px solid #eee; }
  .navbar-inverse ul li:last-child {
    border-bottom: none; }
  .navbar-inverse .dropdown {
    float: left; }
    .navbar-inverse .dropdown a:hover,
    .navbar-inverse .dropdown a:active,
    .navbar-inverse .dropdown a:visited {
      color: #fdfdfd; }
    .navbar-inverse .dropdown .btn {
      background: transparent; }
  .navbar-inverse .navbar-nav .dropdown-menu li a {
    line-height: 30px;
    padding: 10px 1em;
    text-align: center; }
  .navbar-inverse .nav .open > a,
  .navbar-inverse .nav .open > a:focus,
  .navbar-inverse .nav .open > a:hover {
    background: transparent;
    border-color: transparent; }

.nav-pager {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0; }

.pagination {
  margin: 10px;
  display: inline-block; }

.pagination > li > a, .pagination > li > span {
  color: #888; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > li > span:active {
    color: #333;
    text-decoration: none; }

@media (min-width: 992px) {
  .col-md-x5 {
    width: 20%; } }

body {
  min-width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: Helvetica, Arial,"微軟正黑體", "Open Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    body {
      min-height: 100%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 10px;
  line-height: 1.3;
  font-weight: 600; }

h1 {
  font-size: 4.3rem;
  line-height: 1.2; }

h2 {
  font-size: 3.4rem;
  line-height: 1.25; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.3rem;
  line-height: 1.4; }

h5 {
  font-size: 2.2rem; }

h6 {
  font-size: 1.81rem;
  font-weight: 500;
  margin: 8px 0;
  line-height: 1.4; }

.lead {
  margin: 10px 0 5px;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    margin-bottom: 20px; }

  h2 {
    font-size: 30px;
    margin: 1%; }

  h3 {
    font-size: 28px;
    margin: 1%; }

  h4 {
    font-size: 24px;
    margin: 1%; }

  h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 1%; }

  h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 1%; }

  p {
    font-size: 16px; } }
strong {
  font-weight: 700; }

p {
  font-size: 16.5px;
  line-height: 1.43; }

p:last-child {
  margin-bottom: 0px; }

ul {
  list-style: none;
  line-height: 1.9em; }

ul li {
  list-style: none; }

ul.disc-list li.disc-list {
  list-style: disc; }

ol {
  margin-left: 30px; }

a {
  transition: all .3s ease;
  color: #c56500;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: #924b00;
    text-decoration: none; }

button,
.btn {
  color: #ffffff;
  transition: all .3s ease;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "Open Sans", sans-serif; }
  button:focus, button:hover,
  .btn:focus,
  .btn:hover {
    color: #ffffff; }

.btn--default {
  background: #fff;
  border: 2px solid #EE7A00;
  margin-top: 20px;
  min-width: 120px;
  color: #EE7A00;
  display: inline-block;
  width: 45%;
  margin: 1%;
  padding: 10px 0;
  font-size: 18px; }

.btn--default:focus,
.btn--default:hover,
.btn--default:active {
  color: #fff;
  background: #EE7A00; }

.btn--block {
  display: block;
  width: 99%;
  margin: 1% 0 2% 0; }

.inactivelink {
  pointer-events: none;
  cursor: default; }

.text-over-h {
  overflow: hidden;
  text-overflow: ellipsis; }

.line-h-15 {
  line-height: 1.5em !important; }

.line-h-16 {
  line-height: 1.6em !important; }

.line-h-18 {
  line-height: 1.8em !important; }

.ma10 {
  margin: 10px; }

.ma20 {
  margin: 20px; }

.ml10 {
  margin-left: 10px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.pa0 {
  padding: 0px; }

.pt0 {
  padding-top: 0px; }

section,
header {
  position: relative; }

section {
  padding: 4% 0% 5% 0%;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    section {
      padding: 20px 15px;
      overflow: hidden;
      padding-top: 30px;
      padding-bottom: 30px; } }
  section .ul li {
    margin-bottom: 1em; }
    section .ul li:before {
      content: '•';
      position: absolute;
      font-size: 30px;
      left: -.8%; }
  section:last-of-type {
    margin-bottom: 0; }

.container {
  padding: 0; }

header, footer {
  float: left;
  position: relative;
  width: 100%; }

.navbar-inverse {
  height: 90px;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .navbar-inverse {
      height: auto; } }
  @media (max-width: 767px) {
    .navbar-inverse {
      position: absolute;
      background-color: #1e0739;
      height: auto;
      width: 100%;
      padding: 0 15px;
      box-shadow: 0 0 16px #b8a3e4aa; } }
@media (max-width: 1200px) and (min-width: 768px) {
  .navbar-inverse .navbar-header {
    width: 22%; } }

  .navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    border-color: #fdfdfd; }
    .navbar-inverse .navbar-header .navbar-toggle .icon-bar {
      background-color: #ffffff;
      height: 2px;
      width: 20px;
      display: block; }
  .navbar-inverse .navbar-logobox {
    display: block;
    padding: 8px;
    width: 220px;
    margin: 7% 0 0 10%; }
    @media (max-width: 1200px) {
      .navbar-inverse .navbar-logobox {
        margin-top: 6px;
        margin-left: 15px; } }
    .navbar-inverse .navbar-logobox img {
      width: 100%; }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #333333; }
  .navbar-inverse .navbar-nav {
    margin-right: 15px; }
    @media (max-width: 767px) {
      .navbar-inverse .navbar-nav li {
        border-bottom: 1px solid #333333;
        text-align: center; } }
    .navbar-inverse .navbar-nav li a {
      font-size: 16px;
      color: #fdfdfd;
      line-height: 55px;
      padding: 1.1em; }
      @media (max-width: 767px) {
        .navbar-inverse .navbar-nav li a {
          padding: .3em; } }
    .navbar-inverse .navbar-nav li .dropdown-menu {
      padding: 0px;
      border-radius: 0;
      left: calc(50% - 80px); }
      .navbar-inverse .navbar-nav li .dropdown-menu li {
        border-bottom: 1px solid #eee; }
  .navbar-inverse ul li:last-child {
    border-bottom: none; }
  .navbar-inverse .dropdown {
    float: left; }
    .navbar-inverse .dropdown a:hover,
    .navbar-inverse .dropdown a:active,
    .navbar-inverse .dropdown a:visited {
      color: #fdfdfd; }
    .navbar-inverse .dropdown .btn {
      background: transparent; }
  .navbar-inverse .navbar-nav .dropdown-menu li a {
    line-height: 30px;
    padding: 10px 1em;
    text-align: center; }
  .navbar-inverse .nav .open > a,
  .navbar-inverse .nav .open > a:focus,
  .navbar-inverse .nav .open > a:hover {
    background: transparent;
    border-color: transparent; }

.nav-pager {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0; }

.pagination {
  margin: 10px;
  display: inline-block; }

.pagination > li > a, .pagination > li > span {
  color: #888; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > li > span:active {
    color: #333;
    text-decoration: none; }

@media (min-width: 992px) {
  .col-md-x5 {
    width: 20%; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 15px; }

  h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px;
    line-height: 1.2; }

  h1 {
    font-size: 3.6rem;
    line-height: 1.3; }

  h2 {
    font-size: 3rem;
    line-height: 1.3; }

  h3 {
    font-size: 2.4rem;
    line-height: 1.3; }

  h4 {
    font-size: 2.1rem;
    line-height: 1.3; }

  h5 {
    font-size: 2rem;
    font-weight: 600; }

  h6 {
    font-size: 1.7rem;
    font-weight: 500;
    margin: 10px 0;
    line-height: 1.3; }

  p {
    font-size: 15px;
    line-height: 1.4; }

  ul {
    line-height: 1.8; }

  ol {
    margin-left: 20px; }

  button, .btn, .btn--default {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 15px; }

  h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px;
    line-height: 1.2; }

  h1 {
    font-size: 3.1rem;
    line-height: 1.3; }

  h2 {
    font-size: 2.8rem;
    line-height: 1.3; }

  h3 {
    font-size: 2.4rem;
    line-height: 1.3; }

  h4 {
    font-size: 2.1rem;
    line-height: 1.3; }

  h5 {
    font-size: 2rem;
    font-weight: 600; }

  h6 {
    font-size: 1.7rem;
    font-weight: 500;
    margin: 10px 0;
    line-height: 1.3; }

  p {
    font-size: 16px;
    line-height: 1.6; }

  ul {
    line-height: 1.8; }

  ol {
    margin-left: 20px; }

  button, .btn, .btn--default {
    font-size: 18px; } }
.navbar-cyber {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 0 2px #333333;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 70px; }
  @media (max-width: 1365px) {
    .navbar-cyber {
      background-color: #000000; } }
  .navbar-cyber .container-fluid {
    margin: 0px;
    padding: 0; }
  .navbar-cyber .navbar-scroll {
    background: #333333;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 20px #808080; }
  .navbar-cyber .navbar-header {
    -webkit-display: flex;
    display: flex;
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    padding: 10px 30px;
    background-color: #333333;
    z-index: 9999; }
    @media (max-width: 1365px) {
      .navbar-cyber .navbar-header {
        display: block;
        width: 100%;
        height: 90px;
        padding: 10px; } }
    .navbar-cyber .navbar-header .navbar-brand {
      display: block;
      float: left;
      height: auto;
      margin: 0;
      padding: 0;
      line-height: 0; }
      @media (max-width: 1366px) {
        .navbar-cyber .navbar-header .navbar-brand {
          display: block;
          float: left; } }
      @media (max-width: 480px) {
        .navbar-cyber .navbar-header .navbar-brand {
          width: 70%;
          padding: 5px; } }
    .navbar-cyber .navbar-header .navbar-ad {
      display: block;
      flex-grow: 1;
      text-align: center;
      margin-right: 30px; }
      @media (max-width: 1365px) {
        .navbar-cyber .navbar-header .navbar-ad {
          display: none; } }
      .navbar-cyber .navbar-header .navbar-ad img {
        max-width: 580px;
        max-height: 80px;
        border: 1px solid #444444; }
    .navbar-cyber .navbar-header .navbar-brand-right {
      display: block;
      float: right;
      text-align: right;
      max-width: 95%;
      opacity: 0.95; }
      @media (max-width: 1365px) {
        .navbar-cyber .navbar-header .navbar-brand-right {
          width: 200px;
          float: left; } }
      @media (max-width: 600px) {
        .navbar-cyber .navbar-header .navbar-brand-right {
          width: 25%;
          margin-top: 2%; } }
      @media (max-width: 523px) {
        .navbar-cyber .navbar-header .navbar-brand-right {
          display: none; } }
    .navbar-cyber .navbar-header a.btn {
      padding: 8px 10px;
      margin-right: 30px;
      background: #ffffff;
      border-bottom: 4px solid #16cd6b;
      color: #000000;
      float: right; }
      .navbar-cyber .navbar-header a.btn:hover {
        background-color: #2de984;
        border-bottom: 1px solid #16cd6b;
        color: #ffffff; }
    .navbar-cyber .navbar-header img {
      max-width: 92%;
      opacity: 0.95;
      width: 100%;
      min-height: 4vh; }
      .navbar-cyber .navbar-header img:hover, .navbar-cyber .navbar-header img:active, .navbar-cyber .navbar-header img:focus {
        opacity: 1; }
    .navbar-cyber .navbar-header .logo-img-ithome {
      max-width: 188px; }
    .navbar-cyber .navbar-header .navbar-toggle {
      border-color: #333333;
      margin-left: 0;
      padding: 18px; }
      .navbar-cyber .navbar-header .navbar-toggle:hover, .navbar-cyber .navbar-header .navbar-toggle:active, .navbar-cyber .navbar-header .navbar-toggle:focus {
        background-color: #0c713b; }
      .navbar-cyber .navbar-header .navbar-toggle .icon-bar {
        background-color: #2de984;
        width: 28px; }
    @media (max-width: 1365px) {
      .navbar-cyber .navbar-header .navbar-btn-xs {
        margin: 0px; } }
  .navbar-cyber .navbar-cyber-nav {
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: -15px;
    float: none;
    display: flex;
    align-items: center;
    width: calc(100% + 30px); }
    @media (max-width: 1365px) {
      .navbar-cyber .navbar-cyber-nav {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 3px;
        margin-left: 0; } }
    @media (max-width: 1360px) {
      .navbar-cyber .navbar-cyber-nav {
        margin-top: 70px; } }
    .navbar-cyber .navbar-cyber-nav .nav-scroll-logo {
      max-width: 180px;
      margin-left: 15px; }
      .navbar-cyber .navbar-cyber-nav .nav-scroll-logo img {
        display: none;
        width: 100%; }
    .navbar-cyber .navbar-cyber-nav .btn-apply {
      background-color: transparent;
      min-width: 150px;
      border-radius: 5px;
      border: 1px solid #2de984;
      margin: 7px;
      margin-right: 15px;
      transition: .3s ease; }
      @media (max-width: 1365px) {
        .navbar-cyber .navbar-cyber-nav .btn-apply {
          width: 100%;
          max-width: 100%;
          margin-left: 0px;
          background-color: #666666;
          border: none;
          margin: 0;
          border-radius: 0; } }
      .navbar-cyber .navbar-cyber-nav .btn-apply:hover, .navbar-cyber .navbar-cyber-nav .btn-apply:active, .navbar-cyber .navbar-cyber-nav .btn-apply:focus {
        background-color: rgba(255, 255, 255, 0.2); }
      .navbar-cyber .navbar-cyber-nav .btn-apply a {
        color: #2de984;
        transition: .3s ease;
        border: none;
        display: inline; }
        .navbar-cyber .navbar-cyber-nav .btn-apply a:hover, .navbar-cyber .navbar-cyber-nav .btn-apply a:active, .navbar-cyber .navbar-cyber-nav .btn-apply a:focus {
          display: inline;
          border: none; }
        @media (max-width: 1365px) {
          .navbar-cyber .navbar-cyber-nav .btn-apply a {
            display: block;
            padding: 15px; }
            .navbar-cyber .navbar-cyber-nav .btn-apply a:hover, .navbar-cyber .navbar-cyber-nav .btn-apply a:active, .navbar-cyber .navbar-cyber-nav .btn-apply a:focus {
              display: block; } }
      .navbar-cyber .navbar-cyber-nav .btn-apply.closed {
        -webkit-filter: opacity(80%);
        filter: opacity(80%);
        border: none;
        cursor: default; }
  .navbar-cyber .navbar-cyber-nav > li {
    float: none;
    flex-grow: 1;
    text-align: center;
    font-size: 18px;
    max-height: 50px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (max-width: 1365px) {
      .navbar-cyber .navbar-cyber-nav > li {
        max-height: inherit;
        padding: 0; } }
    .navbar-cyber .navbar-cyber-nav > li a {
      line-height: 22px;
      padding: 15px 6px; }
      .navbar-cyber .navbar-cyber-nav > li a:hover, .navbar-cyber .navbar-cyber-nav > li a:active, .navbar-cyber .navbar-cyber-nav > li a:focus {
        border-width: 3px;
        display: block;
        background-color: transparent;
        color: #2de984; }
      .navbar-cyber .navbar-cyber-nav > li a.a-sponsor {
        background-color: #000000; }
      .navbar-cyber .navbar-cyber-nav > li a.a-register {
        border-bottom: none; }
      .navbar-cyber .navbar-cyber-nav > li a.nav-scroll-logo {
        text-align: center; }
      @media (max-width: 1365px) {
        .navbar-cyber .navbar-cyber-nav > li a {
          line-height: 20px;
          padding: 20px;
          box-shadow: 0 2px 0 #2f2f2f; } }
    .navbar-cyber .navbar-cyber-nav > li .nav-scroll-logo {
      margin-left: 15px;
      max-width: 200px; }
    .navbar-cyber .navbar-cyber-nav > li .dropdown-menu {
      background-color: #1f1f1f;
      box-shadow: 0px 4px 3px black;
      color: #eeeeee;
      padding-bottom: 0;
      width: 100%;
      top: 51px; }
      @media (max-width: 1365px) {
        .navbar-cyber .navbar-cyber-nav > li .dropdown-menu {
          position: relative;
          top: unset;
          box-shadow: none;
          margin-bottom: 15px;
          border: 0px;
          padding-top: 2px; } }
      .navbar-cyber .navbar-cyber-nav > li .dropdown-menu li a {
        padding: 18px 0;
        text-align: center;
        color: #eeeeee;
        font-size: 18px;
        border-bottom: 2px solid #074323;
        border-left: none;
        word-break: break-word;
        white-space: break-spaces; }
      .navbar-cyber .navbar-cyber-nav > li .dropdown-menu li a:hover,
      .navbar-cyber .navbar-cyber-nav > li .dropdown-menu li a:active {
        color: #ffffff;
        border-bottom: 2px solid black;
        border-left: none; }
    .navbar-cyber .navbar-cyber-nav > li .caret {
      margin-left: 5px; }
  .navbar-cyber .nav .open > a,
  .navbar-cyber .nav .open > a:focus,
  .navbar-cyber .nav .open > a:hover {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 0 5px #474747; }
    @media (max-width: 1365px) {
      .navbar-cyber .nav .open > a,
      .navbar-cyber .nav .open > a:focus,
      .navbar-cyber .nav .open > a:hover {
        background-color: #0c5a30; } }
  .navbar-cyber a {
    color: #18e577;
    padding: 17px 0; }
    .navbar-cyber a:hover, .navbar-cyber a:active, .navbar-cyber a:focus {
      color: #2de984; }

@media (max-width: 1365px) {
  .navbar-cyber .navbar-cyber-nav > .nav-scroll-logo {
    display: none; } }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -55px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

@media (max-width: 1365px) {
  .hidden-mini {
    display: none !important; } }

@media (min-width: 1366px) {
  .show-mini {
    display: none !important; } }

@keyframes hue-rotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
    visibility: visible; }
  100% {
    -webkit-filter: hue-rotate(-180deg);
    filter: hue-rotate(-180deg); } }
.deco-btn-apply {
  background: url("../img/bg-cyber.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  color: #ffffff;
  max-width: 100%;
  line-height: 1.2em;
  height: auto;
  right: 5px;
  font-size: 16px;
  text-align: center;
  padding: 3px 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 19px;
  display: block;
  position: fixed;
  z-index: 2;
  box-shadow: 0 1px 10px #ffffff;
  text-shadow: 0 0 2px #000000;
  animation: hue-rotate 3s infinite linear;
  -webkit-animation: hue-rotate 3s infinite linear;
  animation-direction: alternate; }
  @media (max-width: 1359px) {
    .deco-btn-apply {
      width: 100%;
      max-width: 100%;
      left: 0;
      position: relative;
      background: transparent;
      border: none;
      padding: 0;
      margin: 0;
      color: #ffffff;
      animation-play-state: paused;
      box-shadow: none;
      margin-top: 5px; } }

.deco-btn-apply:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 49%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #2de984 transparent;
  border-width: 0 8px 8px 8px; }
  @media (max-width: 1359px) {
    .deco-btn-apply:before {
      display: none; } }

.navbar-cyber .navbar-cyber-nav li .btn-lan {
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  letter-spacing: 2px;
  font-weight: 700;
  background-color: #333;
  box-shadow: 1px 1px 0px 2px #ababab;
  padding: 12px;
  margin: auto;
  transition: all .3s ease; }
  .navbar-cyber .navbar-cyber-nav li .btn-lan:hover, .navbar-cyber .navbar-cyber-nav li .btn-lan:focus {
    border: none;
    background-color: #696969; }
  .navbar-cyber .navbar-cyber-nav li .btn-lan:active {
    box-shadow: 0 0 0 #000;
    transform: translateY(2px); }
  @media (max-width: 1359px) {
    .navbar-cyber .navbar-cyber-nav li .btn-lan {
      width: 96%;
      left: 2%;
      right: 2%;
      border-radius: 0;
      background-color: #595959;
      padding: 10px 15px;
      box-shadow: 0 2px 0 #0b713b;
      height: auto; }
      .navbar-cyber .navbar-cyber-nav li .btn-lan:active {
        box-shadow: 0 0 0 #000;
        transform: translateY(0); } }

.warning-box {
  background-color: #ffdd77;
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 15px;
  margin: 0;
  border: none;
  border-radius: 0;
  height: auto;
  z-index: 10;
  top: 0; }
  @media (max-width: 1199px) {
    .warning-box {
      height: auto;
      top: auto;
      position: relative; } }
  .warning-box .warning-text {
    color: #333;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 1420px;
    font-weight: 400; }
  .warning-box .warning-close {
    right: 10px;
    top: 10px;
    margin: 0;
    width: 20px;
    text-align: center;
    opacity: .4;
    position: absolute; }
    @media (max-width: 767px) {
      .warning-box .warning-close {
        right: 5px; } }

.privacy-box {
  background-color: rgba(114, 244, 255, 0.9);
  position: fixed;
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  height: auto;
  z-index: 101;
  bottom: 0;
  left: 0;
  border-top: 1px solid #00bfd0; }
  .privacy-box .privacy-text {
    color: #000;
    margin: 0 auto;
    font-weight: 700;
    margin-left: 0;
    padding: 2px 1px; }
    @media (max-width: 767px) {
      .privacy-box .privacy-text {
        text-align: left;
        margin-left: 7px; } }
  .privacy-box a {
    color: #0037b1; }
  .privacy-box .privacy-close {
    background-color: #fff;
    right: auto;
    margin: 0 0 0 10px;
    width: 80px;
    text-align: center;
    opacity: 1;
    position: relative;
    color: #000;
    box-shadow: 2px 2px 0 #333;
    text-shadow: none;
    float: none; }
    @media (max-width: 1199px) {
      .privacy-box .privacy-close {
        right: auto;
        top: 5px; } }

.navbar-cyberEn {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 0 2px #333333;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 70px; }
  @media (max-width: 1365px) {
    .navbar-cyberEn {
      background-color: #000000; } }
  .navbar-cyberEn .container-fluid {
    margin: 0px;
    padding: 0; }
  .navbar-cyberEn .navbar-scroll {
    background: #333333;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 20px #808080; }
  .navbar-cyberEn .navbar-header {
    display: block;
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    padding: 10px 30px;
    background-color: #333333;
    z-index: 9999; }
    @media (max-width: 1365px) {
      .navbar-cyberEn .navbar-header {
        display: block;
        width: 100%;
        height: 90px;
        padding: 10px; } }
    .navbar-cyberEn .navbar-header .navbar-brand {
      display: block;
      float: left;
      height: auto;
      margin: 0;
      padding: 0;
      line-height: 0; }
      @media (max-width: 1366px) {
        .navbar-cyberEn .navbar-header .navbar-brand {
          display: block;
          float: left; } }
      @media (max-width: 480px) {
        .navbar-cyberEn .navbar-header .navbar-brand {
          width: 70%;
          padding: 5px; } }
    .navbar-cyberEn .navbar-header .navbar-ad {
      display: block;
      flex-grow: 1;
      text-align: center;
      margin-right: 30px; }
      @media (max-width: 1365px) {
        .navbar-cyberEn .navbar-header .navbar-ad {
          display: none; } }
      .navbar-cyberEn .navbar-header .navbar-ad img {
        max-width: 580px;
        max-height: 80px;
        border: 1px solid #444444; }
    .navbar-cyberEn .navbar-header .navbar-brand-right {
      display: block;
      float: right;
      text-align: right;
      max-width: 95%;
      opacity: 0.95; }
      @media (max-width: 1365px) {
        .navbar-cyberEn .navbar-header .navbar-brand-right {
          width: 200px;
          float: left; } }
      @media (max-width: 600px) {
        .navbar-cyberEn .navbar-header .navbar-brand-right {
          width: 25%;
          margin-top: 2%; } }
      @media (max-width: 523px) {
        .navbar-cyberEn .navbar-header .navbar-brand-right {
          display: none; } }
    .navbar-cyberEn .navbar-header a.btn {
      padding: 8px 10px;
      margin-right: 30px;
      background: #ffffff;
      border-bottom: 4px solid #16cd6b;
      color: #000000;
      float: right; }
      .navbar-cyberEn .navbar-header a.btn:hover {
        background-color: #2de984;
        border-bottom: 1px solid #16cd6b;
        color: #ffffff; }
    .navbar-cyberEn .navbar-header img {
      max-width: 92%;
      opacity: 0.95;
      width: 410px;
      min-height: 4vh; }
      .navbar-cyberEn .navbar-header img:hover, .navbar-cyberEn .navbar-header img:active, .navbar-cyberEn .navbar-header img:focus {
        opacity: 1; }
      @media (max-width: 767px) {
        .navbar-cyberEn .navbar-header img {
          width: 100%;
          max-width: 280px; } }
    .navbar-cyberEn .navbar-header .logo-img-ithome {
      max-width: 188px; }
    .navbar-cyberEn .navbar-header .navbar-toggle {
      border-color: #333333;
      margin-left: 0;
      padding: 18px; }
      .navbar-cyberEn .navbar-header .navbar-toggle:hover, .navbar-cyberEn .navbar-header .navbar-toggle:active, .navbar-cyberEn .navbar-header .navbar-toggle:focus {
        background-color: #0c713b; }
      .navbar-cyberEn .navbar-header .navbar-toggle .icon-bar {
        background-color: #2de984;
        width: 28px; }
    @media (max-width: 1365px) {
      .navbar-cyberEn .navbar-header .navbar-btn-xs {
        margin: 0px; } }
  .navbar-cyberEn .navbar-cyber-nav {
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: -15px;
    float: none;
    display: flex;
    align-items: center;
    width: calc(100% + 30px); }
    @media (max-width: 1365px) {
      .navbar-cyberEn .navbar-cyber-nav {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 3px;
        margin-left: 0; } }
    @media (max-width: 1360px) {
      .navbar-cyberEn .navbar-cyber-nav {
        margin-top: 70px; } }
    .navbar-cyberEn .navbar-cyber-nav .nav-scroll-logo {
      max-width: 180px;
      margin-left: 15px; }
      .navbar-cyberEn .navbar-cyber-nav .nav-scroll-logo img {
        display: none;
        width: 100%; }
    .navbar-cyberEn .navbar-cyber-nav .btn-apply {
      background-color: transparent;
      min-width: 150px;
      border-radius: 5px;
      border: 1px solid #2de984;
      margin: 7px;
      margin-right: 15px;
      transition: .3s ease; }
      @media (max-width: 1365px) {
        .navbar-cyberEn .navbar-cyber-nav .btn-apply {
          width: 100%;
          max-width: 100%;
          margin-left: 0px;
          background-color: #666666;
          border: none;
          margin: 0;
          border-radius: 0; } }
      .navbar-cyberEn .navbar-cyber-nav .btn-apply:hover, .navbar-cyberEn .navbar-cyber-nav .btn-apply:active, .navbar-cyberEn .navbar-cyber-nav .btn-apply:focus {
        background-color: rgba(255, 255, 255, 0.2); }
      .navbar-cyberEn .navbar-cyber-nav .btn-apply a {
        color: #2de984;
        transition: .3s ease;
        border: none;
        display: inline; }
        .navbar-cyberEn .navbar-cyber-nav .btn-apply a:hover, .navbar-cyberEn .navbar-cyber-nav .btn-apply a:active, .navbar-cyberEn .navbar-cyber-nav .btn-apply a:focus {
          display: inline;
          border: none; }
        @media (max-width: 1365px) {
          .navbar-cyberEn .navbar-cyber-nav .btn-apply a {
            display: block;
            padding: 15px; }
            .navbar-cyberEn .navbar-cyber-nav .btn-apply a:hover, .navbar-cyberEn .navbar-cyber-nav .btn-apply a:active, .navbar-cyberEn .navbar-cyber-nav .btn-apply a:focus {
              display: block; } }
      .navbar-cyberEn .navbar-cyber-nav .btn-apply.closed {
        -webkit-filter: opacity(80%);
        filter: opacity(80%);
        border: none;
        cursor: default; }
  .navbar-cyberEn .navbar-cyber-nav > li {
    float: none;
    flex-grow: 1;
    text-align: center;
    font-size: 18px;
    max-height: 50px;
    padding-left: 2px;
    padding-right: 2px; }
    @media (max-width: 1365px) {
      .navbar-cyberEn .navbar-cyber-nav > li {
        max-height: inherit;
        padding: 0; } }
    .navbar-cyberEn .navbar-cyber-nav > li a {
      line-height: 22px;
      padding: 15px 0px; }
      .navbar-cyberEn .navbar-cyber-nav > li a:hover, .navbar-cyberEn .navbar-cyber-nav > li a:active, .navbar-cyberEn .navbar-cyber-nav > li a:focus {
        border-width: 3px;
        display: block;
        background-color: transparent;
        color: #2de984; }
      .navbar-cyberEn .navbar-cyber-nav > li a.a-sponsor {
        background-color: #000000; }
      .navbar-cyberEn .navbar-cyber-nav > li a.a-register {
        border-bottom: none; }
      .navbar-cyberEn .navbar-cyber-nav > li a.nav-scroll-logo {
        text-align: center; }
      @media (max-width: 1365px) {
        .navbar-cyberEn .navbar-cyber-nav > li a {
          line-height: 20px;
          padding: 20px;
          box-shadow: 0 2px 0 #2f2f2f; } }
    .navbar-cyberEn .navbar-cyber-nav > li .nav-scroll-logo {
      margin-left: 15px;
      max-width: 200px; }
    .navbar-cyberEn .navbar-cyber-nav > li .dropdown-menu {
      background-color: #1f1f1f;
      box-shadow: 0px 4px 3px black;
      color: #eeeeee;
      padding-bottom: 0;
      width: 100%;
      top: 51px; }
      @media (max-width: 1365px) {
        .navbar-cyberEn .navbar-cyber-nav > li .dropdown-menu {
          position: relative;
          top: unset;
          box-shadow: none;
          margin-bottom: 15px;
          border: 0px;
          padding-top: 2px; } }
      .navbar-cyberEn .navbar-cyber-nav > li .dropdown-menu li a {
        padding: 18px 0;
        text-align: center;
        color: #eeeeee;
        font-size: 18px;
        border-bottom: 2px solid #074323;
        border-left: none;
        word-break: break-word;
        white-space: break-spaces; }
      .navbar-cyberEn .navbar-cyber-nav > li .dropdown-menu li a:hover,
      .navbar-cyberEn .navbar-cyber-nav > li .dropdown-menu li a:active {
        color: #ffffff;
        border-bottom: 2px solid black;
        border-left: none; }
    .navbar-cyberEn .navbar-cyber-nav > li .caret {
      margin-left: 5px; }
  .navbar-cyberEn .nav .open > a,
  .navbar-cyberEn .nav .open > a:focus,
  .navbar-cyberEn .nav .open > a:hover {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 0 5px #474747; }
    @media (max-width: 1365px) {
      .navbar-cyberEn .nav .open > a,
      .navbar-cyberEn .nav .open > a:focus,
      .navbar-cyberEn .nav .open > a:hover {
        background-color: #0c5a30; } }
  .navbar-cyberEn a {
    color: #18e577;
    padding: 17px 0; }
    .navbar-cyberEn a:hover, .navbar-cyberEn a:active, .navbar-cyberEn a:focus {
      color: #2de984; }

@media (max-width: 1365px) {
  .navbar-cyber .navbar-cyber-nav > .nav-scroll-logo {
    display: none; } }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -55px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

@media (max-width: 1365px) {
  .hidden-mini {
    display: none !important; } }

@media (min-width: 1366px) {
  .show-mini {
    display: none !important; } }

@keyframes hue-rotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
    visibility: visible; }
  100% {
    -webkit-filter: hue-rotate(-180deg);
    filter: hue-rotate(-180deg); } }
.deco-btn-apply {
  background: url("../img/bg-cyber.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  color: #ffffff;
  max-width: 100%;
  line-height: 1.2em;
  height: auto;
  right: 5px;
  font-size: 16px;
  text-align: center;
  padding: 3px 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 19px;
  display: block;
  position: fixed;
  z-index: 2;
  box-shadow: 0 1px 10px #ffffff;
  text-shadow: 0 0 2px #000000;
  animation: hue-rotate 3s infinite linear;
  -webkit-animation: hue-rotate 3s infinite linear;
  animation-direction: alternate; }
  @media (max-width: 1359px) {
    .deco-btn-apply {
      width: 100%;
      max-width: 100%;
      left: 0;
      position: relative;
      background: transparent;
      border: none;
      padding: 0;
      margin: 0;
      color: #ffffff;
      animation-play-state: paused;
      box-shadow: none;
      margin-top: 5px; } }

.deco-btn-apply:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 49%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #2de984 transparent;
  border-width: 0 8px 8px 8px; }
  @media (max-width: 1359px) {
    .deco-btn-apply:before {
      display: none; } }

.navbar-cyber .navbar-cyber-nav li .btn-lan {
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #333;
  box-shadow: 1px 1px 0px 2px #ababab;
  padding: 12px 0;
  margin: auto;
  transition: all .3s ease; }
  .navbar-cyber .navbar-cyber-nav li .btn-lan:hover, .navbar-cyber .navbar-cyber-nav li .btn-lan:focus {
    border: none;
    background-color: #696969; }
  .navbar-cyber .navbar-cyber-nav li .btn-lan:active {
    box-shadow: 0 0 0 #000;
    transform: translateY(2px); }
  @media (max-width: 1359px) {
    .navbar-cyber .navbar-cyber-nav li .btn-lan {
      width: 96%;
      left: 2%;
      right: 2%;
      border-radius: 0;
      background-color: #595959;
      padding: 10px 15px;
      box-shadow: 0 2px 0 #0b713b;
      height: auto; }
      .navbar-cyber .navbar-cyber-nav li .btn-lan:active {
        box-shadow: 0 0 0 #000;
        transform: translateY(0); } }

.warning-boxEn {
  background-color: #ffdd77;
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 15px;
  margin: 0;
  border: none;
  border-radius: 0;
  height: 84px;
  z-index: 10;
  top: 0; }
  @media (max-width: 1199px) {
    .warning-boxEn {
      height: auto;
      top: 0px;
      position: relative; } }
  .warning-boxEn .warning-text {
    color: #333;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 1420px;
    font-weight: 400; }
  .warning-boxEn .warning-close {
    right: 10px;
    top: 10px;
    margin: 0;
    width: 20px;
    text-align: center;
    opacity: .4;
    position: absolute; }
    @media (max-width: 767px) {
      .warning-boxEn .warning-close {
        right: 5px; } }

.privacy-boxEn {
  background-color: rgba(199, 199, 199, 0.9);
  position: fixed;
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  height: auto;
  z-index: 101;
  bottom: 0;
  left: 0;
  border-top: 1px solid #aaa; }
  .privacy-boxEn .privacy-text {
    color: #000;
    margin: 0 auto;
    font-weight: 700;
    margin-left: 0;
    padding: 2px 1px; }
    @media (max-width: 767px) {
      .privacy-boxEn .privacy-text {
        text-align: left;
        margin-left: 7px; } }
  .privacy-boxEn a {
    color: #cc4c00; }
  .privacy-boxEn .privacy-close {
    background-color: #fff;
    right: auto;
    margin: 0 0 0 10px;
    width: 80px;
    text-align: center;
    opacity: 1;
    position: relative;
    color: #000;
    box-shadow: 2px 2px 0 #333;
    text-shadow: none;
    float: none; }
    @media (max-width: 1199px) {
      .privacy-boxEn .privacy-close {
        position: absolute;
        width: 70px;
        float: right;
        right: 7px;
        top: 15px; } }
    @media (max-width: 767px) {
      .privacy-boxEn .privacy-close {
        top: 30px; } }

.section-footer {
  background: #252928;
  margin: 0px;
  padding: 2% 0;
  padding-bottom: 20px;
  bottom: 0px;
  width: 100%;
  float: left;
  color: #cdcdcd;
  z-index: 99;
  box-shadow: inset 0px 7px 6px 1px #0d0e0e; }
  .section-footer a {
    color: #2de984;
    opacity: 0.6; }
  .section-footer a:hover,
  .section-footer a:active,
  .section-footer a:focus {
    color: #2de984;
    opacity: 1; }
  .section-footer .footer-row {
    padding: 10px 10%; }
    @media (max-width: 1260px) {
      .section-footer .footer-row {
        padding: 10px 3%; } }
    @media (max-width: 1260px) {
      .section-footer .footer-row {
        padding: 10px 3%; } }
    .section-footer .footer-row .footer-brand {
      width: 36%;
      padding: 0;
      margin-left: -15px;
      line-height: 0;
      display: block; }
      @media (max-width: 992px) {
        .section-footer .footer-row .footer-brand {
          width: 300px;
          display: block;
          float: left; } }
      @media (max-width: 880px) {
        .section-footer .footer-row .footer-brand {
          width: 38%; } }
      @media (max-width: 667px) {
        .section-footer .footer-row .footer-brand {
          width: 80%;
          margin-left: 10%; } }
      .section-footer .footer-row .footer-brand .logo-img-cyber {
        width: 100%; }
    .section-footer .footer-row .footer-brand-right {
      line-height: 1.8em;
      font-size: 18px;
      margin-top: 20%;
      padding: 0; }
      .section-footer .footer-row .footer-brand-right .right-logo-cyber {
        width: 40%;
        display: inline-block;
        margin: 1%;
        opacity: 0.6; }
      .section-footer .footer-row .footer-brand-right .logo-img-ithome {
        width: 50%;
        display: inline-block;
        margin: 1%; }
      @media (max-width: 1400px) {
        .section-footer .footer-row .footer-brand-right {
          width: 230px; } }
      @media (max-width: 880px) {
        .section-footer .footer-row .footer-brand-right {
          width: 100%;
          margin-top: 5%; } }
@media (max-width: 1400px) and (min-width: 769px) {
  .section-footer .footer-right {
    left: 4%; } }

  .section-footer .footer-info {
    color: #cdcdcd; }
    @media (max-width: 766px) {
      .section-footer .footer-info {
        padding: 1% 2%; } }
    @media (max-width: 479px) {
      .section-footer .footer-info .footer-info-title {
        font-size: 2.6rem; } }
    .section-footer .footer-info .footer-block-title {
      width: 150px;
      font-size: 24px;
      padding: 6px 0;
      margin-top: 20px; }
    .section-footer .footer-info .footer-block p {
      margin: 2px 0 0;
      font-size: 17px; }
@media (max-width: 1515px) and (min-width: 1384px) {
  .section-footer .sub-title {
    font-size: 2rem; } }

  @media (min-width: 1360px) {
    .section-footer .sub-title {
      font-size: 1.9rem; } }
  @media (min-width: 1024px) {
    .section-footer .sub-title {
      font-size: 1.74rem; } }
  @media (min-width: 992px) {
    .section-footer .sub-title {
      font-size: 1.65rem; } }
  .section-footer .speed-link {
    padding: 0px; }
    .section-footer .speed-link div {
      padding: 0; }
    .section-footer .speed-link ul {
      list-style: disc;
      line-height: 1.8em; }
      .section-footer .speed-link ul li {
        padding: 1%;
        list-style: disc;
        margin-left: 20px; }
        .section-footer .speed-link ul li a {
          text-decoration: none; }
    .section-footer .speed-link h4 {
      margin-top: 2.5%;
      opacity: 0.9; }
  .section-footer .footer-contact ul {
    list-style: disc;
    line-height: 1.8em; }
    .section-footer .footer-contact ul li {
      padding: 1%;
      list-style: disc;
      margin-left: 20px; }
      .section-footer .footer-contact ul li a {
        text-decoration: none; }

.section-footer-en {
  background: #252928;
  margin: 0px;
  padding: 2% 0;
  padding-bottom: 20px;
  bottom: 0px;
  width: 100%;
  float: left;
  color: #cdcdcd;
  z-index: 99;
  box-shadow: inset 0px 7px 6px 1px #0d0e0e; }
  .section-footer-en a {
    color: #2de984;
    opacity: 0.6; }
  .section-footer-en a:hover,
  .section-footer-en a:active,
  .section-footer-en a:focus {
    color: #2de984;
    opacity: 1; }
  .section-footer-en .footer-row {
    padding: 10px 10%; }
    @media (max-width: 1260px) {
      .section-footer-en .footer-row {
        padding: 10px 3%; } }
    @media (max-width: 1260px) {
      .section-footer-en .footer-row {
        padding: 10px 3%; } }
    .section-footer-en .footer-row .footer-brand {
      width: 36%;
      padding: 0;
      margin-left: -15px;
      line-height: 0;
      display: block; }
      @media (max-width: 992px) {
        .section-footer-en .footer-row .footer-brand {
          width: 300px;
          display: block;
          float: left; } }
      @media (max-width: 880px) {
        .section-footer-en .footer-row .footer-brand {
          width: 38%; } }
      @media (max-width: 667px) {
        .section-footer-en .footer-row .footer-brand {
          width: 80%;
          margin-left: 10%; } }
      .section-footer-en .footer-row .footer-brand .logo-img-cyber {
        width: 100%; }
    .section-footer-en .footer-row .footer-brand-right {
      line-height: 1.8em;
      font-size: 18px;
      margin-top: 20%;
      padding: 0; }
      .section-footer-en .footer-row .footer-brand-right .right-logo-cyber {
        width: 40%;
        display: inline-block;
        margin: 1%;
        opacity: 0.6; }
      .section-footer-en .footer-row .footer-brand-right .logo-img-ithome {
        width: 50%;
        display: inline-block;
        margin: 1%; }
      @media (max-width: 1400px) {
        .section-footer-en .footer-row .footer-brand-right {
          width: 230px; } }
      @media (max-width: 880px) {
        .section-footer-en .footer-row .footer-brand-right {
          width: 100%;
          margin-top: 5%; } }
@media (max-width: 1400px) and (min-width: 769px) {
  .section-footer-en .footer-right {
    left: 4%; } }

  .section-footer-en .footer-info {
    color: #cdcdcd; }
    @media (max-width: 766px) {
      .section-footer-en .footer-info {
        padding: 1% 2%; } }
    @media (max-width: 479px) {
      .section-footer-en .footer-info .footer-info-title {
        font-size: 2.6rem; } }
    .section-footer-en .footer-info .footer-block-title {
      width: 150px;
      font-size: 24px;
      padding: 6px 0;
      margin-top: 20px; }
    .section-footer-en .footer-info .footer-block p {
      margin: 2px 0 0;
      font-size: 17px; }
@media (max-width: 1515px) and (min-width: 1384px) {
  .section-footer-en .sub-title {
    font-size: 2rem; } }

  @media (min-width: 1360px) {
    .section-footer-en .sub-title {
      font-size: 1.9rem; } }
  @media (min-width: 1024px) {
    .section-footer-en .sub-title {
      font-size: 1.74rem; } }
  @media (min-width: 992px) {
    .section-footer-en .sub-title {
      font-size: 1.65rem; } }
  .section-footer-en .speed-link {
    padding: 0px; }
    .section-footer-en .speed-link div {
      padding: 0; }
    .section-footer-en .speed-link ul {
      list-style: disc;
      line-height: 1.8em; }
      .section-footer-en .speed-link ul li {
        padding: 1%;
        list-style: disc;
        margin-left: 20px; }
        .section-footer-en .speed-link ul li a {
          text-decoration: none; }
    .section-footer-en .speed-link h4 {
      margin-top: 2.5%;
      opacity: 0.9; }
  .section-footer-en .footer-contact ul {
    list-style: disc;
    line-height: 1.8em; }
    .section-footer-en .footer-contact ul li {
      padding: 1%;
      list-style: disc;
      margin-left: 20px; }
      .section-footer-en .footer-contact ul li a {
        text-decoration: none; }

.gotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  color: #ffffff;
  padding: 3px 10px;
  font-size: 3em;
  border-radius: 0px;
  -moz-border-radius: 3px;
  line-height: 200%;
  text-align: center;
  opacity: 0.8;
  z-index: 998;
  transition: all .3s ease; }

.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #333333;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: 0.5s linear; }

.loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loading__logo svg {
  width: 100%; }

.section-kv {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: visible;
  margin-top: -109px;
  background-size: cover;
  max-height: 800px; }
  @media (max-width: 1365px) {
    .section-kv {
      margin-top: 0px; } }
  .section-kv-xs {
    background: #000;
    padding: 10px;
    text-align: center; }
  .section-kv .kv {
    background-color: #000000; }
  .section-kv #kvCarousel .owl-stage {
    width: 100% !important; }
  .section-kv .fa-angle-left, .section-kv .fa-angle-right {
    font-size: 3.5em;
    position: absolute;
    top: 30vh;
    color: #ffffff61; }
    @media (max-width: 1365px) {
      .section-kv .fa-angle-left, .section-kv .fa-angle-right {
        top: 30%; } }
  .section-kv .carousel-control {
    width: 10%; }
  .section-kv .kv-img {
    width: 100%;
    margin: auto; }
  .section-kv .kv-img-s {
    width: 100%;
    margin: auto; }
  .section-kv .btn-apply-kv {
    min-width: 250px;
    padding: 12px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #333333;
    background-color: #ffffff;
    transform: translateY(0px);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-family: "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .section-kv .btn-apply-kv:hover, .section-kv .btn-apply-kv:active, .section-kv .btn-apply-kv:focus {
      color: #333333;
      background-color: #2de984; }
    .section-kv .btn-apply-kv:focus, .section-kv .btn-apply-kv:active {
      transform: translateY(3px); }
    @media (max-width: 1200px) {
      .section-kv .btn-apply-kv {
        font-size: 1.2em;
        letter-spacing: 2px; } }
    @media (max-width: 767px) {
      .section-kv .btn-apply-kv {
        background-color: #2de984;
        padding: 10px; } }
    .section-kv .btn-apply-kv.closed {
      background-color: #2de984;
      -webkit-filter: opacity(80%);
      filter: opacity(80%);
      border: none;
      cursor: default; }
      .section-kv .btn-apply-kv.closed:hover, .section-kv .btn-apply-kv.closed:active, .section-kv .btn-apply-kv.closed:focus {
        border-color: #2de984;
        background-color: #2de984; }
  .section-kv .kv-after-text {
    position: absolute;
    bottom: 10%;
    left: 10%; }
    .section-kv .kv-after-text-main {
      font-size: 40px; }
      @media (max-width: 768px) {
        .section-kv .kv-after-text-main {
          font-size: 28px;
          line-height: 1.3; } }
    .section-kv .kv-after-text-md {
      font-size: 32px; }
      @media (max-width: 768px) {
        .section-kv .kv-after-text-md {
          font-size: 20px; } }
    .section-kv .kv-after-text-s {
      font-size: 20px; }
      @media (max-width: 768px) {
        .section-kv .kv-after-text-s {
          font-size: 16px; } }
  .section-kv .home-text {
    position: absolute;
    padding: 0;
    right: 5.8%;
    top: 223px;
    width: 100%;
    max-width: 800px; }
    @media (max-width: 1660px) {
      .section-kv .home-text {
        top: 18vh;
        max-width: 660px; } }
    @media (max-width: 1366px) {
      .section-kv .home-text {
        top: 21vh;
        max-width: 600px; } }
    @media (max-width: 1365px) {
      .section-kv .home-text {
        top: 5vh;
        max-width: 500px; } }
    @media (max-width: 768px) {
      .section-kv .home-text {
        top: 4vh;
        max-width: 400px; } }
    @media (max-width: 767px) {
      .section-kv .home-text {
        top: 5vh;
        max-width: 67%;
        right: 8%; } }
    @media (max-width: 480px) {
      .section-kv .home-text {
        top: 2vh;
        max-width: 70%;
        right: 5%; } }
  .section-kv .item1 .home-text {
    margin: 0 auto;
    display: block;
    text-align: center; }
    .section-kv .item1 .home-text .btn-apply-kv {
      margin-left: -25px; }
  .section-kv .item2 .home-text {
    margin: 0 auto;
    display: block; }
    .section-kv .item2 .home-text .btn-apply-kv {
      margin-top: -20px;
      margin-left: calc(50% - 125px); }
  .section-kv .item3 .home-text {
    margin: 0 auto;
    display: block; }
    .section-kv .item3 .home-text .btn-apply-kv {
      margin-top: -10px;
      margin-left: calc(58% - 125px); }
  .section-kv .item4 .home-text {
    margin: 0 auto;
    display: block;
    max-width: 785px;
    right: 4%; }
    .section-kv .item4 .home-text .btn-apply-kv {
      margin-top: -10px;
      margin-left: calc(50% - 125px); }
    @media (max-width: 1660px) {
      .section-kv .item4 .home-text {
        max-width: 660px; } }
    @media (max-width: 1365px) {
      .section-kv .item4 .home-text {
        max-width: 500px; } }
    @media (max-width: 768px) {
      .section-kv .item4 .home-text {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .section-kv .item4 .home-text {
        max-width: 62%; } }
    @media (max-width: 480px) {
      .section-kv .item4 .home-text {
        max-width: 65%; } }

@keyframes upup {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.deco-btn-apply-kv {
  background: #ffffff;
  color: #2de984;
  border: 5px solid #2de984;
  max-width: 300px;
  height: 40px;
  left: 20px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 10px;
  animation: hue 0.8s infinite linear;
  -webkit-animation: upup 0.8s infinite linear;
  animation-direction: alternate; }
  @media (max-width: 667px) {
    .deco-btn-apply-kv {
      width: 90%;
      max-width: 100%;
      left: 0; } }

.deco-btn-apply-kv:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 6px;
  left: -15px;
  border-width: 8px 12px 8px 0;
  border-color: transparent #2de984 transparent transparent; }
  @media (max-width: 667px) {
    .deco-btn-apply-kv:before {
      top: -12px;
      left: 49%;
      border-color: transparent transparent #2de984 transparent;
      border-width: 0 8px 8px 8px; } }

.gotopEn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  color: #ffffff;
  padding: 3px 10px;
  font-size: 3em;
  border-radius: 0px;
  -moz-border-radius: 3px;
  line-height: 200%;
  text-align: center;
  opacity: 0.8;
  z-index: 998;
  transition: all .3s ease; }

.loadingEn {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #333333;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: 0.5s linear; }

.loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loading__logo svg {
  width: 100%; }

.section-kvEn {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: visible;
  margin-top: -154px;
  background-size: cover;
  max-height: 800px; }
  @media (max-width: 1365px) {
    .section-kvEn {
      margin-top: 0px; } }
  .section-kvEn-xs {
    background: #000;
    padding: 10px;
    text-align: center; }
  .section-kvEn .kv {
    background-color: #000000; }
  .section-kvEn #kvCarousel .owl-stage {
    width: 100% !important; }
  .section-kvEn .fa-angle-left, .section-kvEn .fa-angle-right {
    font-size: 3.5em;
    position: absolute;
    top: 30vh;
    color: #ffffff61; }
    @media (max-width: 1365px) {
      .section-kvEn .fa-angle-left, .section-kvEn .fa-angle-right {
        top: 30%; } }
  .section-kvEn .carousel-control {
    width: 10%; }
  .section-kvEn .kv-img {
    width: 100%;
    margin: auto; }
  .section-kvEn .kv-img-s {
    width: 100%;
    margin: auto; }
  .section-kvEn .btn-apply-kv {
    min-width: 250px;
    padding: 12px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #333333;
    background-color: #ffffff;
    transform: translateY(0px);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-family: "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .section-kvEn .btn-apply-kv:hover, .section-kvEn .btn-apply-kv:active, .section-kvEn .btn-apply-kv:focus {
      color: #333333;
      background-color: #2de984; }
    .section-kvEn .btn-apply-kv:focus, .section-kvEn .btn-apply-kv:active {
      transform: translateY(3px); }
    @media (max-width: 1200px) {
      .section-kvEn .btn-apply-kv {
        font-size: 1.2em;
        letter-spacing: 2px; } }
    @media (max-width: 767px) {
      .section-kvEn .btn-apply-kv {
        background-color: #2de984;
        padding: 10px; } }
    .section-kvEn .btn-apply-kv.closed {
      background-color: #2de984;
      -webkit-filter: opacity(80%);
      filter: opacity(80%);
      border: none;
      cursor: default; }
      .section-kvEn .btn-apply-kv.closed:hover, .section-kvEn .btn-apply-kv.closed:active, .section-kvEn .btn-apply-kv.closed:focus {
        border-color: #2de984;
        background-color: #2de984; }
  .section-kvEn .kv-after-text {
    position: absolute;
    bottom: 10%;
    left: 10%; }
    .section-kvEn .kv-after-text-main {
      font-size: 40px; }
      @media (max-width: 768px) {
        .section-kvEn .kv-after-text-main {
          font-size: 28px;
          line-height: 1.3; } }
    .section-kvEn .kv-after-text-md {
      font-size: 32px; }
      @media (max-width: 768px) {
        .section-kvEn .kv-after-text-md {
          font-size: 20px; } }
    .section-kvEn .kv-after-text-s {
      font-size: 20px; }
      @media (max-width: 768px) {
        .section-kvEn .kv-after-text-s {
          font-size: 16px; } }
  .section-kvEn .home-text-en {
    position: absolute;
    padding: 0;
    right: 6%;
    top: 160px;
    width: 100%;
    max-width: 810px; }
    @media (max-width: 1660px) {
      .section-kvEn .home-text-en {
        top: 19vh;
        max-width: 680px;
        right: 5%; } }
    @media (min-width: 1367px) {
      .section-kvEn .home-text-en {
        top: 23vh; } }
    @media (max-width: 1365px) {
      .section-kvEn .home-text-en {
        top: 5vh;
        max-width: 500px; } }
    @media (max-width: 920px) {
      .section-kvEn .home-text-en {
        top: 1vh; } }
    @media (max-width: 768px) {
      .section-kvEn .home-text-en {
        top: 4vh;
        max-width: 400px; } }
    @media (max-width: 767px) {
      .section-kvEn .home-text-en {
        top: 3vh;
        max-width: 67%;
        right: 8%; } }
    @media (max-width: 480px) {
      .section-kvEn .home-text-en {
        top: 2vh;
        max-width: 70%;
        right: 5%; } }
  .section-kvEn .item1 .home-text-en {
    margin: 0 auto;
    display: block; }
    .section-kvEn .item1 .home-text-en .btn-apply-kv {
      margin-top: 20px;
      margin-left: calc(60% - 190px); }
  .section-kvEn .item2 .home-text-en {
    margin: 0 auto;
    display: block;
    text-align: right; }
    .section-kvEn .item2 .home-text-en .btn-apply-kv {
      margin-top: 20px;
      margin-right: 40px; }
  .section-kvEn .item3 .home-text-en {
    margin: 0 auto;
    display: block;
    text-align: right; }
    @media (max-width: 1440px) {
      .section-kvEn .item3 .home-text-en {
        top: 19vh; } }
    @media (max-width: 1365px) {
      .section-kvEn .item3 .home-text-en {
        top: 12vh; } }
    @media (max-width: 1200px) {
      .section-kvEn .item3 .home-text-en {
        top: 3vh; } }
    @media (max-width: 860px) {
      .section-kvEn .item3 .home-text-en {
        top: 0.8vh; } }
    .section-kvEn .item3 .home-text-en .btn-apply-kv {
      margin-top: 20px;
      margin-right: 40px; }
  .section-kvEn .item4 .home-text-en {
    margin: 0 auto;
    display: block;
    text-align: right; }
    .section-kvEn .item4 .home-text-en .btn-apply-kv {
      margin-top: 20px;
      margin-right: 40px; }

@keyframes upup {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.deco-btn-apply-kv {
  background: #ffffff;
  color: #2de984;
  border: 5px solid #2de984;
  max-width: 300px;
  height: 40px;
  left: 20px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 10px;
  animation: hue 0.8s infinite linear;
  -webkit-animation: upup 0.8s infinite linear;
  animation-direction: alternate; }
  @media (max-width: 667px) {
    .deco-btn-apply-kv {
      width: 90%;
      max-width: 100%;
      left: 0; } }

.deco-btn-apply-kv:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 6px;
  left: -15px;
  border-width: 8px 12px 8px 0;
  border-color: transparent #2de984 transparent transparent; }
  @media (max-width: 667px) {
    .deco-btn-apply-kv:before {
      top: -12px;
      left: 49%;
      border-color: transparent transparent #2de984 transparent;
      border-width: 0 8px 8px 8px; } }

.title {
  margin: 1% 0 2.5% 0;
  font-weight: 700; }

.section-after-wall {
  background-color: #eeeeee; }
  .section-after-wall .wall-pic {
    width: 16.666666%;
    float: left;
    position: relative; }
    .section-after-wall .wall-pic img {
      width: 100%; }
  .section-after-wall .wall-link {
    margin-top: 10px;
    display: inline-block;
    color: #2186c5;
    font-size: 18px; }
    .section-after-wall .wall-link:hover, .section-after-wall .wall-link:active, .section-after-wall .wall-link:visited {
      color: #1a6899; }
.section-intro {
  background-color: #ffffff;
  color: #333333;
  padding-top: 40px;
  padding-bottom: 50px; }
  .section-intro .main-title {
    text-align: center;
    margin: 1% 0;
    font-weight: 700;
    word-break: break-word; }
    @media (max-width: 991px) {
      .section-intro .main-title {
        word-break: break-all; } }
  .section-intro .sub-title {
    text-align: center; }
  .section-intro .desc {
    font-size: 18px;
    line-height: 1.9em;
    text-align: justify; }
.section-direction {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 0;
  background-color: #333333; }
  @media (max-width: 768px) {
    .section-direction {
      padding: 1.2% 2%; } }
  .section-direction .direction-container {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%; }
  .section-direction .direction-item {
    min-height: 270px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    border-right: 2px solid #000; }
    @media (max-width: 768px) {
      .section-direction .direction-item {
        min-height: 160px;
        margin-bottom: 10px;
        border-right: none; } }
    .section-direction .direction-item a {
      display: block;
      color: #2de984; }
      .section-direction .direction-item a:hover, .section-direction .direction-item a:active, .section-direction .direction-item a:visited {
        background-color: transparent; }
    .section-direction .direction-item .direction-item-title {
      margin: 0 auto;
      padding: 5% 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      bottom: 0;
      width: 100%;
      line-height: 1.2;
      min-height: 110px;
      transition: all .6s ease-out; }
      @media (max-width: 768px) {
        .section-direction .direction-item .direction-item-title {
          padding: 18% 0; } }
      .section-direction .direction-item .direction-item-title:hover, .section-direction .direction-item .direction-item-title:focus, .section-direction .direction-item .direction-item-title:active {
        min-height: 100%;
        padding-top: 20%;
        background: rgba(0, 0, 0, 0.8); }
  .section-direction .direction-item-1 {
    background: url("../img/direction1.jpg") no-repeat center;
    background-size: cover; }
  .section-direction .direction-item-2 {
    background: url("../img/direction2.jpg") no-repeat center;
    background-size: cover; }
  .section-direction .direction-item-3 {
    background: url("../img/direction3.jpg") no-repeat center;
    background-size: cover; }
  .section-direction .direction-item-4 {
    background: url("../img/direction4.jpg") no-repeat center;
    background-size: cover;
    border-right: none; }
.section-news {
  background: #ffffff;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .section-news {
      background-color: #eeeeee; } }
  .section-news a {
    display: block; }
  .section-news .title {
    color: #333333;
    padding-bottom: 10px;
    display: block; }
    .section-news .title:before {
      content: none; }
    .section-news .title:hover, .section-news .title:active, .section-news .title:focus {
      opacity: 0.6;
      cursor: pointer; }
  .section-news .more {
    display: inline-block;
    float: right;
    font-size: 16px; }
    .section-news .more i {
      font-size: 14px; }
  .section-news .card {
    min-height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0 0 4%;
    padding: 5px;
    border-radius: .25rem;
    overflow: hidden; }
    .section-news .card:hover, .section-news .card:active, .section-news .card:focus {
      opacity: 0.8;
      cursor: pointer; }
    .section-news .card .card-body {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 8px 0;
      float: left;
      width: 100%; }
  .section-news .news-session {
    background-color: #eeeeee;
    padding-bottom: 25px; }
    .section-news .news-session .title-link {
      padding: 0px 15px 15px; }
    .section-news .news-session .title {
      margin-bottom: 0;
      border: none;
      margin-top: 20px; }
    .section-news .news-session .card {
      min-height: 180px;
      height: 190px;
      box-shadow: 0px 2px 0px #678b96; }
      @media (max-width: 1090px) {
        .section-news .news-session .card {
          margin: 0 0 12px; } }
      @media (max-width: 570px) {
        .section-news .news-session .card {
          height: 120px; } }
    .section-news .news-session .col-md-4-wrapper {
      padding: 0 5px 0 0;
      float: left;
      width: 100%; }
      @media (min-width: 992px) {
        .section-news .news-session .col-md-4-wrapper {
          width: 50%; } }
    .section-news .news-session-pic {
      margin-bottom: 6px;
      margin-left: -5px;
      margin-right: -5px; }
      @media (max-width: 992px) {
        .section-news .news-session-pic {
          max-width: 80px;
          margin: 0 0 5px; } }
      @media (max-width: 480px) {
        .section-news .news-session-pic {
          width: 100%; } }
      .section-news .news-session-pic img {
        width: 100%; }
    .section-news .news-session .session-desc {
      padding-left: 0; }
      .section-news .news-session .session-desc-header {
        color: #333333;
        letter-spacing: -0.5px;
        margin: 0 0 10px;
        padding: 0;
        font-weight: 700;
        height: 58px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .section-news .news-session .session-desc-header {
            height: 70px; } }
      .section-news .news-session .session-desc-p {
        color: #4d4d4d;
        max-height: 42px;
        overflow: hidden;
        line-height: 1.3em; }
      .section-news .news-session .session-desc p {
        color: #333; }
      .section-news .news-session .session-desc p {
        color: #333; }
    .section-news .news-session .session-tag {
      padding: 2% 0; }
      .section-news .news-session .session-tag .tag {
        border: 1px solid #b3b3b3;
        color: #b3b3b3;
        padding: 2px 6px 3px;
        border-radius: 5px;
        margin-right: 5px; }
  .section-news .news-speaker .title-link {
    padding: 0px 15px 15px;
    background-color: #eeeeee; }
  .section-news .news-speaker .title {
    border: none;
    margin-bottom: 0;
    margin-top: 20px; }
  .section-news .news-speaker .card {
    height: 122px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent; }
    @media (max-width: 1090px) {
      .section-news .news-speaker .card {
        border-bottom: 5px solid #eee; } }
    @media (max-width: 570px) {
      .section-news .news-speaker .card {
        height: 110px; } }
    .section-news .news-speaker .card a {
      background-color: #ffffff; }
  .section-news .news-speaker-bg {
    background-color: #eeeeee;
    box-shadow: 0 3px 0 #155365;
    position: relative;
    float: left;
    padding: 3%;
    padding-top: 0;
    padding-bottom: 10px; }
@media (max-width: 1200px) and (min-width: 1100px) {
  .section-news .news-speaker-bg {
    padding-bottom: 6.2%; } }

    @media (max-width: 1090px) {
      .section-news .news-speaker-bg {
        box-shadow: none;
        padding: 0; } }
  .section-news .news-speaker-pic img {
    width: 100%; }
    @media (max-width: 992px) {
      .section-news .news-speaker-pic img {
        width: 80%; } }
  .section-news .news-speaker .speaker-desc {
    padding-left: 0; }
    .section-news .news-speaker .speaker-desc-header {
      color: #333333;
      letter-spacing: -0.2px;
      word-break: break-word;
      margin: -1px 0 4px;
      padding: 0;
      font-weight: 700;
      height: 48px;
      overflow: hidden; }
    .section-news .news-speaker .speaker-desc-p {
      color: #4d4d4d;
      max-height: 48px;
      min-height: 48px;
      overflow: hidden;
      line-height: 1.45; }
      @media (max-width: 768px) {
        .section-news .news-speaker .speaker-desc-p {
          max-height: 65px;
          height: 65px; } }
  .section-news .news-speaker .speaker-tag {
    padding: 2% 0; }
    .section-news .news-speaker .speaker-tag .tag {
      border: 1px solid #b3b3b3;
      color: #b3b3b3;
      padding: 2px 6px 3px;
      border-radius: 5px;
      margin-right: 5px; }
  .section-news .news-latest .latest-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0;
    padding: 3% 5px 3% 0;
    border-radius: .25rem;
    border-bottom: 1px solid #f3f3f3; }
    .section-news .news-latest .latest-list:hover, .section-news .news-latest .latest-list:active, .section-news .news-latest .latest-list:focus {
      opacity: 0.8;
      cursor: pointer; }
    .section-news .news-latest .latest-list-body {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .section-news .news-latest-pic {
    padding-left: 0;
    padding-top: 4px; }
  .section-news .news-latest .latest-desc {
    padding-left: 0; }
    .section-news .news-latest .latest-desc-header {
      color: #333333;
      font-size: 16px;
      letter-spacing: -0.5px;
      line-height: 1.4em;
      text-align: justify;
      margin: 6px 0;
      padding: 0;
      font-weight: 700;
      height: 42px;
      overflow: hidden; }
    .section-news .news-latest .latest-desc-p {
      color: #4d4d4d;
      max-height: 42px;
      overflow: hidden;
      line-height: 1.3em; }
.section-calc {
  background: url("../img/bg-cyber.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  margin: 0 0 -1px;
  text-align: center; }
  .section-calc .title {
    margin: 2% 0;
    position: relative;
    z-index: 1; }
    .section-calc .title:before {
      content: none; }
    @media (max-width: 480px) {
      .section-calc .title {
        margin: 2% auto 4%;
        font-size: 2em;
        width: 270px; } }
  .section-calc .calc-item {
    text-align: center;
    padding: 0;
    margin-bottom: 1%;
    margin-left: 3%;
    margin-top: 1%; }
    @media (max-width: 991px) {
      .section-calc .calc-item {
        margin-left: 0;
        margin-top: 2%; } }
    .section-calc .calc-item-num p {
      font-size: 3.8em;
      text-align: center;
      font-weight: 500;
      line-height: 1em;
      height: 68px; }
      @media (max-width: 1200px) {
        .section-calc .calc-item-num p {
          font-size: 3.3em; } }
      @media (max-width: 667px) {
        .section-calc .calc-item-num p {
          font-size: 2.8em;
          letter-spacing: 1px;
          height: 50px; } }
      @media (max-width: 480px) {
        .section-calc .calc-item-num p {
          font-size: 2.2em;
          height: 34px; } }
      @media (max-width: 360px) {
        .section-calc .calc-item-num p {
          font-size: 2em; } }
      .section-calc .calc-item-num p sup {
        font-size: 0.6em;
        left: -0.3em;
        top: -0.6em; }
      .section-calc .calc-item-num p span {
        font-size: 0.6em;
        margin-left: -0.3em; }
    .section-calc .calc-item-sub {
      font-size: 1.48em;
      letter-spacing: 2px;
      font-weight: 300; }
      @media (max-width: 667px) {
        .section-calc .calc-item-sub {
          font-size: 1.2em;
          margin-bottom: 5%; } }
      @media (max-width: 480px) {
        .section-calc .calc-item-sub {
          font-size: 1.05em; } }
.section-week-activ {
  background: #eeeeee;
  text-align: center; }
  .section-week-activ .week-activ {
    margin: 20px 0; }
    .section-week-activ .week-activ .owl-item {
      border-radius: 10px; }
    .section-week-activ .week-activ .owl-item:nth-of-type(odd) {
      background-color: #1e1d1d;
      /*間隔背景 */ }
      .section-week-activ .week-activ .owl-item:nth-of-type(odd) p,
      .section-week-activ .week-activ .owl-item:nth-of-type(odd) .activ-item-text-title,
      .section-week-activ .week-activ .owl-item:nth-of-type(odd) .activ-title-date,
      .section-week-activ .week-activ .owl-item:nth-of-type(odd) .activ-title,
      .section-week-activ .week-activ .owl-item:nth-of-type(odd) .activ-title-desc {
        color: #ffffff;
        border-color: #ffffff; }
    .section-week-activ .week-activ .owl-item:nth-of-type(even) {
      background-color: #ffffff;
      /*間隔背景 */ }
    .section-week-activ .week-activ .activ-title-date {
      font-size: 20px;
      color: #198760; }
    .section-week-activ .week-activ .activ-title {
      color: #333333;
      margin-top: 10px; }
    .section-week-activ .week-activ .activ-title-desc {
      color: #4d4d4d;
      font-size: 16px;
      margin-bottom: 20px;
      text-align: center; }
    @media (max-width: 667px) {
      .section-week-activ .week-activ .owl-nav,
      .section-week-activ .week-activ .owl-dots {
        display: none; } }
    .section-week-activ .week-activ .activ-item {
      padding-bottom: 20px;
      float: left; }
      .section-week-activ .week-activ .activ-item-img {
        padding: 0;
        max-height: 180px;
        overflow: hidden;
        box-shadow: 0 0 3px #333; }
        .section-week-activ .week-activ .activ-item-img img {
          transition: all 0.5s linear; }
          .section-week-activ .week-activ .activ-item-img img:hover, .section-week-activ .week-activ .activ-item-img img:active, .section-week-activ .week-activ .activ-item-img img:focus {
            transform: scale(1.05); }
      .section-week-activ .week-activ .activ-item-text {
        height: 390px;
        position: relative;
        padding: 0 10px;
        overflow: hidden;
        width: 100%; }
        @media (max-width: 667px) {
          .section-week-activ .week-activ .activ-item-text {
            height: 260px; } }
        .section-week-activ .week-activ .activ-item-text-title {
          color: #333333;
          margin-top: 10px; }
          @media (max-width: 667px) {
            .section-week-activ .week-activ .activ-item-text-title {
              height: 26px;
              overflow: hidden;
              margin-bottom: 5px; } }
        .section-week-activ .week-activ .activ-item-text-p {
          color: #333333;
          text-align: justify;
          height: 180px;
          overflow: hidden;
          text-align: left; }
          @media (max-width: 667px) {
            .section-week-activ .week-activ .activ-item-text-p {
              height: 87px;
              margin-bottom: 5px; } }
        .section-week-activ .week-activ .activ-item-text p {
          color: #333333;
          text-align: justify;
          text-align: left; }
        .section-week-activ .week-activ .activ-item-text-sub {
          text-align: left; }
        .section-week-activ .week-activ .activ-item-text .btn-activ {
          width: 90%;
          right: 5%;
          bottom: 0;
          position: absolute;
          background-color: #e0e0e0;
          color: #000000;
          transition: ease .3s; }
          .section-week-activ .week-activ .activ-item-text .btn-activ:hover, .section-week-activ .week-activ .activ-item-text .btn-activ:active, .section-week-activ .week-activ .activ-item-text .btn-activ:focus {
            background-color: #2de984; }
          @media (max-width: 992px) {
            .section-week-activ .week-activ .activ-item-text .btn-activ {
              width: 90%;
              left: 5%; } }
.section-quote {
  background: #36a9e1;
  background: url("../img/bg-quote.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
  margin: 0;
  padding-top: 5%;
  padding-bottom: 7%; }
  .section-quote .owl-carousel-quote .quote-item .quote-text {
    font-weight: 300;
    width: 80%;
    margin-left: 10%;
    position: relative;
    height: 240px;
    margin-top: 30px;
    text-align: center;
    text-shadow: 0 0 15px #000000;
    color: #ffffff; }
    @media (max-width: 667px) {
      .section-quote .owl-carousel-quote .quote-item .quote-text {
        height: 190px;
        font-size: 2rem;
        line-height: 1.4; } }
    .section-quote .owl-carousel-quote .quote-item .quote-text:before {
      content: "\f10e";
      display: block;
      color: #2de984;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: -8%;
      top: -30px;
      text-shadow: none; }
      @media (max-width: 667px) {
        .section-quote .owl-carousel-quote .quote-item .quote-text:before {
          font-size: 20px; } }
    .section-quote .owl-carousel-quote .quote-item .quote-text:after {
      content: "\f10d";
      display: block;
      color: #2de984;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: -8%;
      text-shadow: none; }
      @media (max-width: 667px) {
        .section-quote .owl-carousel-quote .quote-item .quote-text:after {
          font-size: 20px; } }
  .section-quote .owl-carousel-quote .quote-item .quote-name {
    display: block;
    text-align: right;
    font-size: 70%;
    margin-top: 20px; }
.section-copartner {
  background: #eeeeee;
  text-align: center; }
  .section-copartner .title {
    color: #333333; }
  .section-copartner .copartner-item {
    margin-bottom: 20px;
    width: 400px;
    height: 308px; }
    .section-copartner .copartner-item-a {
      border: 1px solid #cccccc;
      overflow: hidden;
      display: block;
      transition: all 0.5s linear 0; }
      .section-copartner .copartner-item-a-img {
        width: 100%; }
        .section-copartner .copartner-item-a-img:hover, .section-copartner .copartner-item-a-img:active, .section-copartner .copartner-item-a-img:focus {
          transform: scale(1.05); }
  .section-copartner .copartner-outer {
    float: left;
    width: 100%; }
    @media (max-width: 768px) {
      .section-copartner .copartner-outer {
        margin: 0 15px;
        width: 100%;
        margin: auto;
        position: relative;
        float: left;
        left: 0; }
        .section-copartner .copartner-outer .copartner-item {
          float: none;
          margin: 3% auto;
          left: 0; } }
    @media (max-width: 480px) {
      .section-copartner .copartner-outer .copartner-item {
        width: 100%;
        height: auto; } }
.section-sponsor {
  background: #ffffff; }

.titleEn {
  margin: 1% 0 2.5% 0;
  font-weight: 700; }

.section-after-wallEn {
  background-color: #eeeeee; }
  .section-after-wallEn .wall-pic {
    width: 16.666666%;
    float: left;
    position: relative; }
    .section-after-wallEn .wall-pic img {
      width: 100%; }
  .section-after-wallEn .wall-link {
    margin-top: 10px;
    display: inline-block;
    color: #2186c5;
    font-size: 18px; }
    .section-after-wallEn .wall-link:hover, .section-after-wallEn .wall-link:active, .section-after-wallEn .wall-link:visited {
      color: #1a6899; }
.section-introEn {
  background-color: #ffffff;
  color: #333333;
  padding-top: 40px;
  padding-bottom: 50px; }
  .section-introEn .main-title {
    text-align: center;
    margin: 1% 0;
    font-weight: 700;
    word-break: break-word; }
    @media (max-width: 991px) {
      .section-introEn .main-title {
        word-break: break-all; } }
  .section-introEn .sub-title {
    text-align: center; }
  .section-introEn .desc {
    font-size: 18px;
    line-height: 1.65;
    text-align: justify; }
    @media (max-width: 768px) {
      .section-introEn .desc {
        text-align: left; } }
.section-directionEn {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 0;
  background-color: #333333; }
  @media (max-width: 768px) {
    .section-directionEn {
      padding: 1.2% 2%; } }
  .section-directionEn .direction-container {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%; }
  .section-directionEn .direction-item {
    min-height: 270px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    border-right: 2px solid #000; }
    @media (max-width: 768px) {
      .section-directionEn .direction-item {
        min-height: 160px;
        margin-bottom: 10px;
        border-right: none; } }
    .section-directionEn .direction-item a {
      display: block;
      color: #2de984; }
      .section-directionEn .direction-item a:hover, .section-directionEn .direction-item a:active, .section-directionEn .direction-item a:visited {
        background-color: transparent; }
    .section-directionEn .direction-item .direction-item-title {
      margin: 0 auto;
      padding: 5% 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      bottom: 0;
      width: 100%;
      line-height: 1.2;
      min-height: 110px;
      transition: all .6s ease-out; }
      @media (max-width: 768px) {
        .section-directionEn .direction-item .direction-item-title {
          padding: 18% 0; } }
      .section-directionEn .direction-item .direction-item-title:hover, .section-directionEn .direction-item .direction-item-title:focus, .section-directionEn .direction-item .direction-item-title:active {
        min-height: 100%;
        padding-top: 20%;
        background: rgba(0, 0, 0, 0.8); }
  .section-directionEn .direction-item-1 {
    background: url("../img/direction1.jpg") no-repeat center;
    background-size: cover; }
  .section-directionEn .direction-item-2 {
    background: url("../img/direction2.jpg") no-repeat center;
    background-size: cover; }
  .section-directionEn .direction-item-3 {
    background: url("../img/direction3.jpg") no-repeat center;
    background-size: cover; }
  .section-directionEn .direction-item-4 {
    background: url("../img/direction4.jpg") no-repeat center;
    background-size: cover;
    border-right: none; }
.section-newsEn {
  background: #ffffff;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .section-newsEn {
      background-color: #eeeeee; } }
  .section-newsEn a {
    display: block; }
  .section-newsEn .title {
    color: #333333;
    padding-bottom: 10px;
    display: block; }
    .section-newsEn .title:before {
      content: none; }
    .section-newsEn .title:hover, .section-newsEn .title:active, .section-newsEn .title:focus {
      opacity: 0.6;
      cursor: pointer; }
  .section-newsEn .more {
    display: inline-block;
    float: right;
    font-size: 16px; }
    .section-newsEn .more i {
      font-size: 14px; }
  .section-newsEn .card {
    min-height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0 0 4%;
    padding: 5px;
    border-radius: .25rem;
    overflow: hidden; }
    .section-newsEn .card:hover, .section-newsEn .card:active, .section-newsEn .card:focus {
      opacity: 0.8;
      cursor: pointer; }
    .section-newsEn .card .card-body {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 8px 0;
      float: left;
      width: 100%; }
  .section-newsEn .news-session {
    background-color: #eeeeee;
    padding-bottom: 25px; }
    .section-newsEn .news-session .title-link {
      padding: 20px 15px 15px; }
    .section-newsEn .news-session .title {
      margin-bottom: 0;
      border: none;
      margin-top: 20px; }
    .section-newsEn .news-session .card {
      min-height: 180px;
      height: 190px;
      box-shadow: 0px 2px 0px #678b96; }
      @media (max-width: 1090px) {
        .section-newsEn .news-session .card {
          margin: 0 0 12px; } }
      @media (max-width: 570px) {
        .section-newsEn .news-session .card {
          height: 120px; } }
    .section-newsEn .news-session .col-md-4-wrapper {
      padding: 0 5px 0 0;
      float: left;
      width: 100%; }
      @media (min-width: 992px) {
        .section-newsEn .news-session .col-md-4-wrapper {
          width: 50%; } }
    .section-newsEn .news-session-pic {
      margin-bottom: 6px;
      margin-left: -5px;
      margin-right: -5px; }
      @media (max-width: 992px) {
        .section-newsEn .news-session-pic {
          max-width: 80px;
          margin: 0 0 5px; } }
      @media (max-width: 480px) {
        .section-newsEn .news-session-pic {
          width: 100%; } }
      .section-newsEn .news-session-pic img {
        width: 100%; }
    .section-newsEn .news-session .session-desc {
      padding-left: 0; }
      .section-newsEn .news-session .session-desc-header {
        color: #333333;
        letter-spacing: -0.5px;
        margin: 0 0 10px;
        padding: 0;
        font-weight: 700;
        height: 60px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .section-newsEn .news-session .session-desc-header {
            height: 70px; } }
      .section-newsEn .news-session .session-desc-p {
        color: #4d4d4d;
        max-height: 42px;
        overflow: hidden;
        line-height: 1.3em; }
      .section-newsEn .news-session .session-desc p {
        color: #333; }
      .section-newsEn .news-session .session-desc p {
        color: #333; }
    .section-newsEn .news-session .session-tag {
      padding: 2% 0; }
      .section-newsEn .news-session .session-tag .tag {
        border: 1px solid #b3b3b3;
        color: #b3b3b3;
        padding: 2px 6px 3px;
        border-radius: 5px;
        margin-right: 5px; }
  .section-newsEn .news-speaker .title-link {
    padding: 0px 15px 15px;
    background-color: #eeeeee; }
  .section-newsEn .news-speaker .title {
    border: none;
    margin-bottom: 0;
    margin-top: 20px; }
  .section-newsEn .news-speaker .card {
    height: 122px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent; }
    @media (max-width: 1090px) {
      .section-newsEn .news-speaker .card {
        border-bottom: 5px solid #eee; } }
    @media (max-width: 570px) {
      .section-newsEn .news-speaker .card {
        height: 110px; } }
    .section-newsEn .news-speaker .card a {
      background-color: #ffffff; }
  .section-newsEn .news-speaker-bg {
    background-color: #eeeeee;
    box-shadow: 0 3px 0 #155365;
    position: relative;
    float: left;
    padding: 3%;
    padding-top: 0;
    padding-bottom: 10px; }
@media (max-width: 1200px) and (min-width: 1100px) {
  .section-newsEn .news-speaker-bg {
    padding-bottom: 6.2%; } }

    @media (max-width: 1090px) {
      .section-newsEn .news-speaker-bg {
        box-shadow: none;
        padding: 0; } }
  .section-newsEn .news-speaker-pic img {
    width: 100%; }
    @media (max-width: 992px) {
      .section-newsEn .news-speaker-pic img {
        width: 80%; } }
  .section-newsEn .news-speaker .speaker-desc {
    padding-left: 0; }
    .section-newsEn .news-speaker .speaker-desc-header {
      color: #333333;
      letter-spacing: -0.2px;
      word-break: break-word;
      margin: -1px 0 4px;
      padding: 0;
      font-weight: 700;
      height: 48px;
      overflow: hidden; }
    .section-newsEn .news-speaker .speaker-desc-p {
      color: #4d4d4d;
      max-height: 50px;
      min-height: 50px;
      overflow: hidden;
      line-height: 1.45; }
      @media (max-width: 768px) {
        .section-newsEn .news-speaker .speaker-desc-p {
          max-height: 65px;
          height: 65px; } }
  .section-newsEn .news-speaker .speaker-tag {
    padding: 2% 0; }
    .section-newsEn .news-speaker .speaker-tag .tag {
      border: 1px solid #b3b3b3;
      color: #b3b3b3;
      padding: 2px 6px 3px;
      border-radius: 5px;
      margin-right: 5px; }
  .section-newsEn .news-latest .latest-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0;
    padding: 3% 5px 3% 0;
    border-radius: .25rem;
    border-bottom: 1px solid #f3f3f3; }
    .section-newsEn .news-latest .latest-list:hover, .section-newsEn .news-latest .latest-list:active, .section-newsEn .news-latest .latest-list:focus {
      opacity: 0.8;
      cursor: pointer; }
    .section-newsEn .news-latest .latest-list-body {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .section-newsEn .news-latest-pic {
    padding-left: 0;
    padding-top: 4px; }
  .section-newsEn .news-latest .latest-desc {
    padding-left: 0; }
    .section-newsEn .news-latest .latest-desc-header {
      color: #333333;
      font-size: 16px;
      letter-spacing: -0.5px;
      line-height: 1.4em;
      text-align: justify;
      margin: 6px 0;
      padding: 0;
      font-weight: 700;
      height: 42px;
      overflow: hidden; }
    .section-newsEn .news-latest .latest-desc-p {
      color: #4d4d4d;
      max-height: 42px;
      overflow: hidden;
      line-height: 1.3em; }
.section-calcEn {
  background: url("../img/bg-cyber.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  margin: 0 0 -1px;
  text-align: center; }
  .section-calcEn .title {
    margin: 2% 0;
    position: relative;
    z-index: 1; }
    .section-calcEn .title:before {
      content: none; }
    @media (max-width: 480px) {
      .section-calcEn .title {
        margin: 2% auto 4%;
        font-size: 2em;
        width: 270px; } }
  .section-calcEn .calc-item {
    text-align: center;
    padding: 0;
    margin-bottom: 1%;
    margin-left: 3%;
    margin-top: 1%; }
    @media (max-width: 991px) {
      .section-calcEn .calc-item {
        margin-top: 2%;
        margin-left: 0; } }
    .section-calcEn .calc-item-num p {
      font-size: 3.25em;
      text-align: center;
      font-weight: 500;
      line-height: 1em;
      height: 62px; }
      @media (max-width: 1200px) {
        .section-calcEn .calc-item-num p {
          font-size: 3em; } }
      @media (max-width: 667px) {
        .section-calcEn .calc-item-num p {
          font-size: 2.8em;
          letter-spacing: 1px;
          height: 50px; } }
      @media (max-width: 480px) {
        .section-calcEn .calc-item-num p {
          font-size: 2.2em;
          height: 34px; } }
      @media (max-width: 360px) {
        .section-calcEn .calc-item-num p {
          font-size: 2em; } }
      .section-calcEn .calc-item-num p sup {
        font-size: 0.6em;
        left: -0.3em;
        top: -0.6em; }
      .section-calcEn .calc-item-num p span {
        font-size: 0.6em;
        margin-left: -0.3em; }
    .section-calcEn .calc-item-sub {
      font-size: 1.48em;
      letter-spacing: 1px;
      font-weight: 300; }
      @media (max-width: 667px) {
        .section-calcEn .calc-item-sub {
          font-size: 1.2em;
          margin-bottom: 5%; } }
      @media (max-width: 480px) {
        .section-calcEn .calc-item-sub {
          font-size: 1.05em; } }
.section-week-activEn {
  background: #eeeeee;
  text-align: center; }
  .section-week-activEn .week-activ {
    margin: 20px 0; }
    .section-week-activEn .week-activ .owl-item {
      border-radius: 10px; }
    .section-week-activEn .week-activ .owl-item:nth-of-type(odd) {
      background-color: #1e1d1d;
      /*間隔背景 */ }
      .section-week-activEn .week-activ .owl-item:nth-of-type(odd) p,
      .section-week-activEn .week-activ .owl-item:nth-of-type(odd) .activ-item-text-title,
      .section-week-activEn .week-activ .owl-item:nth-of-type(odd) .activ-title-date,
      .section-week-activEn .week-activ .owl-item:nth-of-type(odd) .activ-title,
      .section-week-activEn .week-activ .owl-item:nth-of-type(odd) .activ-title-desc {
        color: #ffffff;
        border-color: #ffffff; }
    .section-week-activEn .week-activ .owl-item:nth-of-type(even) {
      background-color: #ffffff;
      /*間隔背景 */ }
    .section-week-activEn .week-activ .activ-title-date {
      font-size: 20px;
      color: #198760; }
    .section-week-activEn .week-activ .activ-title {
      color: #333333;
      margin-top: 10px; }
    .section-week-activEn .week-activ .activ-title-desc {
      color: #4d4d4d;
      font-size: 16px;
      margin-bottom: 20px;
      text-align: center; }
    @media (max-width: 667px) {
      .section-week-activEn .week-activ .owl-nav,
      .section-week-activEn .week-activ .owl-dots {
        display: none; } }
    .section-week-activEn .week-activ .activ-item {
      padding-bottom: 20px;
      float: left; }
      .section-week-activEn .week-activ .activ-item-img {
        padding: 0;
        max-height: 180px;
        overflow: hidden;
        box-shadow: 0 0 3px #333; }
        .section-week-activEn .week-activ .activ-item-img img {
          transition: all 0.5s linear; }
          .section-week-activEn .week-activ .activ-item-img img:hover, .section-week-activEn .week-activ .activ-item-img img:active, .section-week-activEn .week-activ .activ-item-img img:focus {
            transform: scale(1.05); }
      .section-week-activEn .week-activ .activ-item-text {
        height: 390px;
        position: relative;
        padding: 0 10px;
        overflow: hidden;
        width: 100%; }
        @media (max-width: 667px) {
          .section-week-activEn .week-activ .activ-item-text {
            height: 260px; } }
        .section-week-activEn .week-activ .activ-item-text-title {
          color: #333333;
          margin-top: 10px; }
          @media (max-width: 667px) {
            .section-week-activEn .week-activ .activ-item-text-title {
              height: 26px;
              overflow: hidden;
              margin-bottom: 5px; } }
        .section-week-activEn .week-activ .activ-item-text-p {
          color: #333333;
          text-align: justify;
          height: 165px;
          overflow: hidden;
          text-align: left;
          margin-bottom: 10px; }
          @media (max-width: 667px) {
            .section-week-activEn .week-activ .activ-item-text-p {
              height: 76px;
              margin-bottom: 10px; } }
        .section-week-activEn .week-activ .activ-item-text p {
          color: #333333;
          text-align: justify;
          text-align: left; }
        .section-week-activEn .week-activ .activ-item-text-sub {
          text-align: left; }
        .section-week-activEn .week-activ .activ-item-text .btn-activ {
          width: 90%;
          right: 5%;
          bottom: 0;
          position: absolute;
          background-color: #e0e0e0;
          color: #000000;
          transition: ease .3s; }
          .section-week-activEn .week-activ .activ-item-text .btn-activ:hover, .section-week-activEn .week-activ .activ-item-text .btn-activ:active, .section-week-activEn .week-activ .activ-item-text .btn-activ:focus {
            background-color: #2de984; }
          @media (max-width: 992px) {
            .section-week-activEn .week-activ .activ-item-text .btn-activ {
              width: 90%;
              left: 5%; } }
.section-quoteEn {
  background: #36a9e1;
  background: url("../img/bg-quote.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
  margin: 0;
  padding-top: 4.5%;
  padding-bottom: 7.5%; }
  .section-quoteEn .owl-carousel-quote .quote-item .quote-text {
    font-weight: 300;
    width: 80%;
    margin-left: 10%;
    position: relative;
    height: 240px;
    margin-top: 30px;
    text-align: center;
    text-shadow: 0 0 15px #000000;
    color: #ffffff; }
    @media (max-width: 667px) {
      .section-quoteEn .owl-carousel-quote .quote-item .quote-text {
        height: 190px;
        font-size: 2rem;
        line-height: 1.4; } }
    .section-quoteEn .owl-carousel-quote .quote-item .quote-text:before {
      content: "\f10e";
      display: block;
      color: #2de984;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: -8%;
      top: -30px;
      text-shadow: none; }
      @media (max-width: 667px) {
        .section-quoteEn .owl-carousel-quote .quote-item .quote-text:before {
          font-size: 20px; } }
    .section-quoteEn .owl-carousel-quote .quote-item .quote-text:after {
      content: "\f10d";
      display: block;
      color: #2de984;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: -8%;
      text-shadow: none; }
      @media (max-width: 667px) {
        .section-quoteEn .owl-carousel-quote .quote-item .quote-text:after {
          font-size: 20px; } }
  .section-quoteEn .owl-carousel-quote .quote-item .quote-name {
    display: block;
    text-align: right;
    font-size: 70%;
    margin-top: 20px; }
.section-copartnerEn {
  background: #eeeeee;
  text-align: center; }
  .section-copartnerEn .title {
    color: #333333; }
  .section-copartnerEn .copartner-item {
    margin-bottom: 20px;
    width: 400px;
    height: 308px; }
    .section-copartnerEn .copartner-item-a {
      border: 1px solid #cccccc;
      overflow: hidden;
      display: block;
      transition: all 0.5s linear 0; }
      .section-copartnerEn .copartner-item-a-img {
        width: 100%; }
        .section-copartnerEn .copartner-item-a-img:hover, .section-copartnerEn .copartner-item-a-img:active, .section-copartnerEn .copartner-item-a-img:focus {
          transform: scale(1.05); }
  .section-copartnerEn .copartner-outer {
    float: left;
    width: 100%; }
    @media (max-width: 768px) {
      .section-copartnerEn .copartner-outer {
        margin: 0 15px;
        width: 100%;
        margin: auto;
        position: relative;
        float: left;
        left: 0; }
        .section-copartnerEn .copartner-outer .copartner-item {
          float: none;
          margin: 3% auto;
          left: 0; } }
    @media (max-width: 480px) {
      .section-copartnerEn .copartner-outer .copartner-item {
        width: 100%;
        height: auto; } }
.section-sponsorEn {
  background: #ffffff; }

.section-kv-content {
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 0; }
  @media (min-width: 1365px) {
    .section-kv-content {
      padding-top: 70px; } }
  .section-kv-content .kv-content {
    margin: auto 0;
    position: relative;
    color: #ffffff;
    width: 100%;
    padding: 4% 2%;
    min-height: 145px; }
    @media (min-width: 768px) {
      .section-kv-content .kv-content {
        padding: 3% 0;
        min-height: 290px; } }
    .section-kv-content .kv-content .kv-text {
      position: relative;
      top: 2%;
      left: 10%;
      color: #ffffff;
      font-weight: 700;
      padding: 3vh 0;
      text-align: left; }
      @media (max-width: 667px) {
        .section-kv-content .kv-content .kv-text {
          left: 2%;
          padding: 0; } }
      .section-kv-content .kv-content .kv-text .btn-apply-kv {
        margin-top: 2vh; }
      .section-kv-content .kv-content .kv-text > p {
        line-height: 0.95em;
        margin-bottom: 7px;
        text-shadow: 0 0 4px #003949; }
      .section-kv-content .kv-content .kv-text-top {
        font-size: 4em;
        color: #dddddd; }
        @media (max-width: 1200px) {
          .section-kv-content .kv-content .kv-text-top {
            font-size: 3em; } }
        @media (max-width: 768px) {
          .section-kv-content .kv-content .kv-text-top {
            font-size: 2.85em; } }
        @media (max-width: 667px) {
          .section-kv-content .kv-content .kv-text-top {
            font-size: 2.5em; } }
        @media (max-width: 480px) {
          .section-kv-content .kv-content .kv-text-top {
            font-size: 2em; } }
      .section-kv-content .kv-content .kv-text-middle {
        font-size: 3.5em;
        color: #ffffff;
        display: block; }
        @media (max-width: 1200px) {
          .section-kv-content .kv-content .kv-text-middle {
            font-size: 4em; } }
        @media (max-width: 667px) {
          .section-kv-content .kv-content .kv-text-middle {
            font-size: 3.6em; } }
        @media (max-width: 480px) {
          .section-kv-content .kv-content .kv-text-middle {
            font-size: 2.68em; } }
      .section-kv-content .kv-content .kv-text-sub {
        font-size: 2.55em;
        letter-spacing: 11px;
        color: #ffffff;
        margin: 15px 0 15px;
        display: block; }
        @media (max-width: 1200px) {
          .section-kv-content .kv-content .kv-text-sub {
            font-size: 3.1em; } }
        @media (max-width: 667px) {
          .section-kv-content .kv-content .kv-text-sub {
            font-size: 2.7em; } }
        @media (max-width: 480px) {
          .section-kv-content .kv-content .kv-text-sub {
            font-size: 1.8em; } }
      .section-kv-content .kv-content .kv-text-land {
        font-weight: 500;
        margin-top: 20px;
        text-shadow: 0 0 2px #000,0 0 8px #000; }
        @media (max-width: 768px) {
          .section-kv-content .kv-content .kv-text-land {
            margin-top: 3%; } }
        .section-kv-content .kv-content .kv-text-land > p {
          line-height: 1em; }
        .section-kv-content .kv-content .kv-text-land-name {
          color: #2de984;
          font-size: 2.49em;
          letter-spacing: 1px; }
          @media (max-width: 1200px) {
            .section-kv-content .kv-content .kv-text-land-name {
              font-size: 1.7em; } }
        .section-kv-content .kv-content .kv-text-land-date {
          font-size: 1.8em;
          font-weight: 100;
          background-color: transparent;
          color: #ffffff;
          margin-left: 5px;
          padding: 5px 8px 0px 0px;
          top: 0;
          border-bottom: none;
          position: relative;
          display: inline-block; }
          @media (max-width: 1200px) {
            .section-kv-content .kv-content .kv-text-land-date {
              display: block; } }
          .section-kv-content .kv-content .kv-text-land-date .month {
            display: inline-block;
            position: relative;
            top: 0px;
            font-size: 1em; }
          .section-kv-content .kv-content .kv-text-land-date .slash {
            transform: rotate(15deg);
            display: inline-block;
            position: relative;
            left: 2px;
            top: 1px;
            font-size: 1em; }
        .section-kv-content .kv-content .kv-text-land-location {
          font-size: 1.8em;
          font-weight: 100;
          color: #ffffff;
          background: transparent;
          display: inline-block;
          padding: 10px 4px 5px 1px; }
          @media (max-width: 1200px) {
            .section-kv-content .kv-content .kv-text-land-location {
              font-size: 1.2em;
              display: inline-block; } }
          @media (max-width: 667px) {
            .section-kv-content .kv-content .kv-text-land-location {
              font-size: 2.5em; } }
          @media (max-width: 480px) {
            .section-kv-content .kv-content .kv-text-land-location {
              font-size: 1.6em; } }
  .section-kv-content .kv-content-agenda p.kv-text-middle {
    margin: 2% 0; }
  .section-kv-content .kv-content-agenda p.kv-text-path {
    position: absolute;
    left: -9.5%;
    top: 5px; }
    @media (max-width: 480px) {
      .section-kv-content .kv-content-agenda p.kv-text-path {
        display: none; } }
  .section-kv-content .kv-content-agenda .kv-text-path a {
    color: #fff;
    padding: 6px;
    margin: 0 5px 6px 0;
    line-height: 1.5;
    font-weight: normal;
    border: 0.5px solid #fff;
    border-radius: 3px;
    position: relative;
    display: block;
    width: 130px; }
    .section-kv-content .kv-content-agenda .kv-text-path a:hover, .section-kv-content .kv-content-agenda .kv-text-path a:focus {
      color: #18e577;
      border-color: #18e577; }
  .section-kv-content .kv-content-agenda .kv-text-path a.visited {
    background-color: #096d34;
    border-color: #18e577; }
    .section-kv-content .kv-content-agenda .kv-text-path a.visited:before {
      content: "\f02e";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 3px;
      top: -5px;
      width: 20px;
      font-size: 13px;
      color: #19e571; }
  .section-kv-content .kv-content-agenda .kv-text-agenda-a {
    display: block; }
.section-inner {
  margin: 0; }
  .section-inner .title {
    text-align: center; }
    .section-inner .title:before, .section-inner .title:after {
      content: none; }
.section-expo {
  background-color: #ffffff;
  color: #333333; }
  .section-expo .title {
    text-align: center;
    font-size: 32px;
    font-weight: 200; }
  .section-expo .expo-time-name {
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0 3px;
    vertical-align: text-top; }
  .section-expo .expo-time-sub {
    font-size: 18px;
    line-height: 1.45em; }
.section-intro {
  background-color: #ffffff;
  color: #333333;
  padding-bottom: 30px; }
  .section-intro .title {
    text-align: center; }

.btn-apply {
  min-width: 240px;
  margin: 30px auto 0;
  padding: 12px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000000;
  background-color: #2de984; }
  .btn-apply:hover, .btn-apply:active, .btn-apply:focus {
    color: #000000;
    background-color: #16d76f; }
  @media (max-width: 1200px) {
    .btn-apply {
      font-size: 1.2em;
      letter-spacing: 2px; } }
  @media (max-width: 667px) {
    .btn-apply {
      width: 90%;
      color: #000000;
      border-color: #2de984;
      background-color: #2de984; }
      .btn-apply:hover, .btn-apply:active, .btn-apply:focus {
        border-color: #72AE2D;
        background-color: #72AE2D; } }

.btn.closed {
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
  cursor: default; }

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -6%;
  top: 0;
  font-size: 16em;
  color: white;
  font-weight: 100; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  right: -6%;
  top: 0;
  font-size: 0.6em !important;
  color: #f2f2f2;
  font-weight: 100; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: white; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #c56500 !important;
  text-shadow: 2px 2px 0px #c56500;
  border: none; }

@media (max-width: 768px) {
  .owl-dots {
    display: none !important; }

  .owl-next, .owl-prev {
    display: none !important; } }
.brand-box {
  margin: 20px 0; }
  .brand-box-main {
    font-size: 24px; }
  .brand-box-title {
    color: #333333;
    font-weight: 700;
    margin: 10px 0; }
  .brand-box-desc {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center; }
  .brand-box .owl-carousel-brand .brand-item {
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer; }
    .brand-box .owl-carousel-brand .brand-item-img {
      padding: 0px;
      width: 100%;
      min-height: 180px;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .brand-box .owl-carousel-brand .brand-item-text {
      padding: 10px 0;
      border-top: 1px solid #eeeeee;
      height: 70px; }
      .brand-box .owl-carousel-brand .brand-item-text-title {
        margin: 0 0 5px 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2em; }
      .brand-box .owl-carousel-brand .brand-item-text-p {
        font-size: 16px;
        margin: 5px 0;
        font-weight: 500; }
      .brand-box .owl-carousel-brand .brand-item-text-sub {
        font-size: 16px;
        color: #cccccc;
        line-height: 1.4em; }

.title-box .box-title {
  color: #000000;
  font-weight: 700;
  margin: 10px 0; }

.title-center {
  text-align: center;
  margin: 1% 0 2.5% 0;
  font-weight: 700; }

.section-kv-contentEn {
  background-size: cover;
  position: relative;
  width: 100%;
  margin-top: -148px;
  padding-top: 148px; }
  .section-kv-contentEn .kv-content {
    margin: auto 0;
    position: relative;
    color: #ffffff;
    width: 100%;
    padding: 4% 2%;
    min-height: 145px; }
    @media (min-width: 768px) {
      .section-kv-contentEn .kv-content {
        padding: 3% 0;
        min-height: 290px; } }
    .section-kv-contentEn .kv-content .kv-text {
      position: relative;
      top: 2%;
      left: 10%;
      color: #ffffff;
      font-weight: 700;
      padding: 1.5vh 0 2.5vh;
      text-align: left; }
      @media (max-width: 667px) {
        .section-kv-contentEn .kv-content .kv-text {
          left: 2%;
          padding: 0; } }
      .section-kv-contentEn .kv-content .kv-text .btn-apply-kv {
        margin-top: 1.5vh; }
      .section-kv-contentEn .kv-content .kv-text > p {
        line-height: 0.95em;
        margin-bottom: 5px;
        text-shadow: 0 0 4px #003949; }
        @media (max-width: 667px) {
          .section-kv-contentEn .kv-content .kv-text > p {
            line-height: 1em; } }
      .section-kv-contentEn .kv-content .kv-text-top {
        font-size: 4em;
        color: #dddddd; }
        @media (max-width: 1200px) {
          .section-kv-contentEn .kv-content .kv-text-top {
            font-size: 3em; } }
        @media (max-width: 768px) {
          .section-kv-contentEn .kv-content .kv-text-top {
            font-size: 2.85em; } }
        @media (max-width: 667px) {
          .section-kv-contentEn .kv-content .kv-text-top {
            font-size: 2.5em; } }
        @media (max-width: 480px) {
          .section-kv-contentEn .kv-content .kv-text-top {
            font-size: 2em; } }
      .section-kv-contentEn .kv-content .kv-text-middle {
        font-size: 3.5em;
        color: #ffffff;
        display: block; }
        @media (max-width: 1200px) {
          .section-kv-contentEn .kv-content .kv-text-middle {
            font-size: 4em; } }
        @media (max-width: 667px) {
          .section-kv-contentEn .kv-content .kv-text-middle {
            font-size: 3.6em; } }
        @media (max-width: 480px) {
          .section-kv-contentEn .kv-content .kv-text-middle {
            font-size: 2.68em; } }
      .section-kv-contentEn .kv-content .kv-text-sub {
        font-size: 2.55em;
        letter-spacing: 0px;
        color: #ffffff;
        margin: 15px 0 15px;
        display: block; }
        @media (max-width: 1200px) {
          .section-kv-contentEn .kv-content .kv-text-sub {
            font-size: 3.1em; } }
        @media (max-width: 667px) {
          .section-kv-contentEn .kv-content .kv-text-sub {
            font-size: 2.7em; } }
        @media (max-width: 480px) {
          .section-kv-contentEn .kv-content .kv-text-sub {
            font-size: 1.8em; } }
      .section-kv-contentEn .kv-content .kv-text-land {
        font-weight: 500;
        margin-top: 20px;
        text-shadow: 0 0 2px #000,0 0 8px #000; }
        @media (max-width: 768px) {
          .section-kv-contentEn .kv-content .kv-text-land {
            margin-top: 3%; } }
        .section-kv-contentEn .kv-content .kv-text-land > p {
          line-height: 1em; }
        .section-kv-contentEn .kv-content .kv-text-land-name {
          color: #2de984;
          font-size: 2.49em;
          letter-spacing: 1px; }
          @media (max-width: 1200px) {
            .section-kv-contentEn .kv-content .kv-text-land-name {
              font-size: 1.7em; } }
        .section-kv-contentEn .kv-content .kv-text-land-date {
          font-size: 1.8em;
          font-weight: 100;
          background-color: transparent;
          color: #ffffff;
          margin-left: 5px;
          padding: 5px 8px 0px 0px;
          top: 0;
          border-bottom: none;
          position: relative;
          display: inline-block; }
          @media (max-width: 1200px) {
            .section-kv-contentEn .kv-content .kv-text-land-date {
              display: block; } }
          .section-kv-contentEn .kv-content .kv-text-land-date .month {
            display: inline-block;
            position: relative;
            top: 0px;
            font-size: 1em; }
          .section-kv-contentEn .kv-content .kv-text-land-date .slash {
            transform: rotate(15deg);
            display: inline-block;
            position: relative;
            left: 2px;
            top: 1px;
            font-size: 1em; }
        .section-kv-contentEn .kv-content .kv-text-land-location {
          font-size: 1.8em;
          font-weight: 100;
          color: #ffffff;
          background: transparent;
          display: block;
          padding: 10px 4px 5px 1px; }
          @media (max-width: 1200px) {
            .section-kv-contentEn .kv-content .kv-text-land-location {
              font-size: 1.2em;
              display: inline-block; } }
          @media (max-width: 667px) {
            .section-kv-contentEn .kv-content .kv-text-land-location {
              font-size: 2.5em; } }
          @media (max-width: 480px) {
            .section-kv-contentEn .kv-content .kv-text-land-location {
              font-size: 1.6em; } }
  .section-kv-contentEn .kv-content-agenda .kv-text-middle {
    margin: 2% 0; }
  .section-kv-contentEn .kv-content-agenda .kv-text-path {
    margin-top: 2%; }
    @media (max-width: 480px) {
      .section-kv-contentEn .kv-content-agenda .kv-text-path {
        display: none; } }
  .section-kv-contentEn .kv-content-agenda .kv-text-path a {
    color: #2de984;
    padding: 4px 3px;
    margin: 5px; }
  .section-kv-contentEn .kv-content-agenda .kv-text-path a.visited {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #bbb;
    margin: 5px;
    pointer-events: none;
    cursor: default; }
.section-innerEn {
  margin: 0; }
  .section-innerEn .title {
    text-align: center; }
    .section-innerEn .title:before, .section-innerEn .title:after {
      content: none; }
.section-expoEn {
  background-color: #ffffff;
  color: #333333; }
  .section-expoEn .title {
    text-align: center;
    font-size: 32px;
    font-weight: 200; }
  .section-expoEn .expo-time-name {
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0 3px;
    vertical-align: text-top; }
  .section-expoEn .expo-time-sub {
    font-size: 18px;
    line-height: 1.45em; }
.section-introEn {
  background-color: #ffffff;
  color: #333333;
  padding-bottom: 30px; }
  .section-introEn .title {
    text-align: center; }

.btn-applyEn {
  min-width: 240px;
  margin: 30px auto 0;
  padding: 12px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000000;
  background-color: #2de984; }
  .btn-applyEn:hover, .btn-applyEn:active, .btn-applyEn:focus {
    color: #000000;
    background-color: #16d76f; }
  @media (max-width: 1200px) {
    .btn-applyEn {
      font-size: 1.2em;
      letter-spacing: 2px; } }
  @media (max-width: 667px) {
    .btn-applyEn {
      width: 90%;
      color: #000000;
      border-color: #2de984;
      background-color: #2de984; }
      .btn-applyEn:hover, .btn-applyEn:active, .btn-applyEn:focus {
        border-color: #72AE2D;
        background-color: #72AE2D; } }

.btn.closedEn {
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
  cursor: default; }

.owl-carouselEn .owl-nav button.owl-prev {
  position: absolute;
  left: -6%;
  top: 0;
  font-size: 16em;
  color: white;
  font-weight: 100; }

.owl-carouselEn .owl-nav button.owl-next,
.owl-carouselEn .owl-nav button.owl-prev {
  position: absolute;
  right: -6%;
  top: 0;
  font-size: 0.6em !important;
  color: #f2f2f2;
  font-weight: 100; }

.owl-themeEn .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: white; }

.owl-themeEn .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #c56500 !important;
  text-shadow: 2px 2px 0px #c56500;
  border: none; }

@media (max-width: 768px) {
  .owl-themeEn .owl-dots {
    display: none !important; }

  .owl-themeEn .owl-next, .owl-themeEn .owl-prev {
    display: none !important; } }
.brand-boxEn {
  margin: 20px 0; }
  .brand-boxEn-main {
    font-size: 24px; }
  .brand-boxEn-title {
    color: #333333;
    font-weight: 700;
    margin: 10px 0; }
  .brand-boxEn-desc {
    color: #333333;
    font-size: 16.5px;
    margin-bottom: 20px;
    text-align: center; }
  .brand-boxEn .owl-carousel-brand .brand-item {
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer; }
    .brand-boxEn .owl-carousel-brand .brand-item-img {
      padding: 0px;
      width: 100%;
      min-height: 180px;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .brand-boxEn .owl-carousel-brand .brand-item-text {
      padding: 10px 0;
      border-top: 1px solid #eeeeee;
      height: 70px; }
      .brand-boxEn .owl-carousel-brand .brand-item-text-title {
        margin: 5px 0;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.2em; }
      .brand-boxEn .owl-carousel-brand .brand-item-text-p {
        font-size: 16px;
        margin: 5px 0;
        font-weight: 500; }
      .brand-boxEn .owl-carousel-brand .brand-item-text-sub {
        font-size: 16px;
        color: #cccccc;
        line-height: 1.4em; }

.title-boxEn .box-title {
  color: #000000;
  font-weight: 700;
  margin: 10px 0; }

.title-centerEn {
  text-align: center;
  margin: 1% 0 2.5% 0;
  font-weight: 700; }

.section-expo-title {
  text-align: center;
  color: #333333; }
  .section-expo-title .expo-title-crumb {
    font-size: 20px; }
  @media (max-width: 768px) {
    .section-expo-title .expo-title-main {
      line-height: 1em; } }
.section-expo-time {
  background: url("../img/bg-cyber.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
  text-align: center; }
  .section-expo-time .expo-time .title {
    text-align: left;
    font-weight: 200;
    margin: 0 0 10px; }
  .section-expo-time .expo-time-name {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 5px; }
  .section-expo-time .expo-time-sub {
    color: #ffffff;
    vertical-align: top;
    text-align: left; }
  .section-expo-time .expo-time-date {
    text-align: left; }
  .section-expo-time .expo-time-location {
    border-left: 2px solid #ffffff;
    padding-left: 3%;
    border-right: 2px solid #ffffff;
    padding-right: 3%; }
    @media (max-width: 992px) {
      .section-expo-time .expo-time-location {
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        border-right: none;
        padding-top: 3%;
        margin-top: 2%; } }
  .section-expo-time .expo-time-btnbox {
    padding-left: 3%; }
    @media (max-width: 992px) {
      .section-expo-time .expo-time-btnbox {
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        padding-top: 3%;
        margin-top: 2%; } }
    .section-expo-time .expo-time-btnbox .btn-apply {
      width: 100%;
      margin-top: 20px;
      padding: 12px;
      font-size: 18px;
      letter-spacing: 2px;
      color: #ffffff;
      border: 2px solid #F445C5;
      background-color: #F445C5; }
      @media (max-width: 992px) {
        .section-expo-time .expo-time-btnbox .btn-apply {
          padding-top: 3%;
          margin-top: 2%; } }
      .section-expo-time .expo-time-btnbox .btn-apply:hover {
        background-color: #B63B9F;
        border: 2px solid #B63B9F; }
.section-expo-brand {
  background: #eeeeee;
  text-align: center; }
  .section-expo-brand .brand-box {
    margin: 20px 0; }
    .section-expo-brand .brand-box-main {
      font-size: 24px; }
    .section-expo-brand .brand-box-title {
      color: #333333;
      font-weight: 700;
      margin: 10px 0; }
    .section-expo-brand .brand-box-desc {
      color: #333333;
      margin-bottom: 20px;
      text-align: center; }
    .section-expo-brand .brand-box .owl-carousel-brand .brand-item {
      background-color: #ffffff;
      padding: 5px;
      cursor: pointer; }
      .section-expo-brand .brand-box .owl-carousel-brand .brand-item-img {
        padding: 0px;
        width: 100%;
        min-height: 180px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .section-expo-brand .brand-box .owl-carousel-brand .brand-item-text {
        padding: 5px 0;
        border-top: 1px solid #eeeeee;
        height: 70px; }
        .section-expo-brand .brand-box .owl-carousel-brand .brand-item-text-title {
          margin: 5px 0;
          font-size: 17px;
          font-weight: 500; }
        .section-expo-brand .brand-box .owl-carousel-brand .brand-item-text-p {
          font-size: 16px;
          margin: 5px 0;
          font-weight: 500; }
        .section-expo-brand .brand-box .owl-carousel-brand .brand-item-text-sub {
          font-size: 16px;
          color: #cccccc;
          line-height: 1.4em; }
.section-expo-info {
  padding: 0;
  background: #ffffff url("../img/exhibition/bg-point.jpg") no-repeat;
  background-size: 100%;
  background-position: top; }
  @media (max-width: 768px) {
    .section-expo-info {
      padding: 20px 15px; } }
  .section-expo-info .expo-info-row:nth-of-type(even) {
    background-color: #eeeeee; }
    .section-expo-info .expo-info-row:nth-of-type(even) .expo-info-text,
    .section-expo-info .expo-info-row:nth-of-type(even) .expo-info-img {
      float: right; }
      @media (max-width: 768px) {
        .section-expo-info .expo-info-row:nth-of-type(even) .expo-info-text,
        .section-expo-info .expo-info-row:nth-of-type(even) .expo-info-img {
          float: left; } }
  .section-expo-info .expo-info-card {
    background-color: #333333;
    color: #ffffff;
    padding: 0 30px;
    margin: 0 15px 40px;
    text-align: center;
    height: 250px;
    position: relative; }
    .section-expo-info .expo-info-card:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-position: center bottom;
      background-size: 100%;
      background-repeat: no-repeat;
      width: 100%;
      height: 63px; }
      @media (max-width: 1390px) {
        .section-expo-info .expo-info-card:before {
          background-size: cover; } }
      @media (max-width: 991px) {
        .section-expo-info .expo-info-card:before {
          height: 70px; } }
    .section-expo-info .expo-info-card-1:before {
      background-image: url(../img/exhibition/bg-title-1.png); }
    .section-expo-info .expo-info-card-2:before {
      background-image: url(../img/exhibition/bg-title-2.png); }
    .section-expo-info .expo-info-card-3:before {
      background-image: url(../img/exhibition/bg-title-3.png); }
    .section-expo-info .expo-info-card-4:before {
      background-image: url(../img/exhibition/bg-title-4.png); }
    .section-expo-info .expo-info-card-5:before {
      background-image: url(../img/exhibition/bg-title-5.png); }
    .section-expo-info .expo-info-card-6:before {
      background-image: url(../img/exhibition/bg-title-6.png); }
    .section-expo-info .expo-info-card-title {
      padding: 20px 0;
      margin: 0;
      color: #ffffff;
      position: relative;
      letter-spacing: 1px;
      z-index: 1; }
    .section-expo-info .expo-info-card-link {
      color: #2de984;
      border: none;
      border-bottom: 2px solid #2de984;
      text-align: center;
      font-weight: 500;
      letter-spacing: 1px;
      margin-top: 10px;
      border-radius: 0;
      position: absolute;
      width: 100px;
      bottom: 20px;
      left: calc(50% - 50px);
      transition: .3s ease; }
      .section-expo-info .expo-info-card-link:hover, .section-expo-info .expo-info-card-link:active {
        border-bottom: 3px solid #72AE2D;
        color: #72AE2D; }
      @media (max-width: 767px) {
        .section-expo-info .expo-info-card-link {
          width: 96%;
          left: 2%; } }
  .section-expo-info .expo-info-text {
    padding: 5% 5% 2%;
    text-align: left; }
    .section-expo-info .expo-info-text p {
      font-size: 18px;
      line-height: 1.6em;
      text-align: left;
      position: relative;
      z-index: 1; }
    .section-expo-info .expo-info-text-title {
      text-align: center;
      margin: 30px 0;
      line-height: 1.3; }
    .section-expo-info .expo-info-text .sub-title {
      text-align: center;
      margin-top: 0;
      margin-bottom: 30px; }
    .section-expo-info .expo-info-text-sub-brand {
      float: left;
      width: 98%;
      margin-left: 1%; }
      .section-expo-info .expo-info-text-sub-brand .brand-img {
        width: 20%;
        padding: .5%;
        float: left; }
        @media (max-width: 768px) {
          .section-expo-info .expo-info-text-sub-brand .brand-img {
            padding: 1%; } }
  .section-expo-info .expo-info-img {
    padding: 0;
    float: left; }
    .section-expo-info .expo-info-img .expo-info-img-a {
      padding: 5%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
    @media (max-width: 768px) {
      .section-expo-info .expo-info-img {
        width: 60%;
        left: 20%; } }
.section-expo-circle {
  background-color: #f2eede; }
  .section-expo-circle .expo-circle-card {
    padding: 15px; }
  .section-expo-circle .expo-circle-title {
    text-align: center; }
  .section-expo-circle .expo-circle-sub-title {
    text-align: center; }
  .section-expo-circle .expo-circle-img {
    margin: 5% auto; }
  .section-expo-circle .expo-circle-desc {
    font-size: 24px;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 500;
    text-align: center; }
    .section-expo-circle .expo-circle-desc span {
      font-size: 18px;
      font-weight: 300;
      color: #333333;
      display: block; }
.section-expo-quote {
  background: url("../img/bg-quote.jpg") no-repeat;
  background-size: cover;
  background-position: top; }
  @media (max-width: 768px) {
    .section-expo-quote {
      background-size: cover; } }
.section-expo-product {
  background-color: #eeeeee; }
  .section-expo-product .product-card .card-body {
    position: relative; }
    .section-expo-product .product-card .card-body-desc {
      padding-left: 0; }
      .section-expo-product .product-card .card-body-desc-header {
        color: #333333;
        font-size: 20px;
        letter-spacing: -0.5px;
        line-height: 1.2em;
        margin: 0 0 12px;
        padding: 0;
        font-weight: 700;
        max-height: 70px;
        overflow: hidden; }
      .section-expo-product .product-card .card-body-desc-p {
        color: #4d4d4d;
        max-height: 74px;
        overflow: hidden;
        line-height: 1.3em !important; }
        @media (max-width: 768px) {
          .section-expo-product .product-card .card-body-desc-p {
            max-height: 87px; } }
        .section-expo-product .product-card .card-body-desc-p ul li {
          line-height: 1.3em !important; }
    .section-expo-product .product-card .card-body .card-tag {
      padding: 2% 0; }
      .section-expo-product .product-card .card-body .card-tag .tag {
        border: 1px solid #b3b3b3;
        color: #b3b3b3;
        padding: 2px 6px 3px;
        border-radius: 5px;
        margin-right: 5px; }
  .section-expo-product .cardbox {
    width: 33%;
    padding: 0 15px;
    float: left; }
    @media (max-width: 768px) {
      .section-expo-product .cardbox {
        width: 50%; } }
    @media (max-width: 667px) {
      .section-expo-product .cardbox {
        width: 100%; } }
    .section-expo-product .cardbox .card {
      height: 220px; }
      .section-expo-product .cardbox .card:hover, .section-expo-product .cardbox .card:active, .section-expo-product .cardbox .card:focus {
        opacity: 1;
        cursor: default; }
    .section-expo-product .cardbox .more {
      color: #333333;
      padding: 3px 8px;
      margin: 10px 0 5px;
      display: block;
      float: right;
      border-radius: 10px;
      position: absolute;
      right: 15px;
      bottom: 0; }
      .section-expo-product .cardbox .more:hover, .section-expo-product .cardbox .more:active, .section-expo-product .cardbox .more:focus {
        color: #c56500;
        border: #c56500; }
  .section-expo-product .expo-product-latest {
    float: right; }

.section-expoEn-title {
  text-align: center;
  color: #333333; }
  .section-expoEn-title .expo-title-crumb {
    font-size: 20px; }
  @media (max-width: 768px) {
    .section-expoEn-title .expo-title-main {
      line-height: 1em; } }
.section-expoEn-time {
  background: url("../img/bg-cyber.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
  text-align: center; }
  .section-expoEn-time .expo-time .title {
    text-align: left;
    font-weight: 500;
    margin: 0 0 8px; }
  .section-expoEn-time .expo-time-name {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 5px; }
  .section-expoEn-time .expo-time-sub {
    color: #ffffff;
    vertical-align: top;
    text-align: left; }
  .section-expoEn-time .expo-time-date {
    text-align: left; }
  .section-expoEn-time .expo-time-location {
    border-left: 2px solid #ffffff;
    padding-left: 2.5%;
    border-right: 2px solid #ffffff;
    padding-right: 2.5%; }
    @media (max-width: 992px) {
      .section-expoEn-time .expo-time-location {
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        border-right: none;
        padding-top: 2.5%;
        margin-top: 2%; } }
  .section-expoEn-time .expo-time-btnbox {
    padding-left: 1%; }
    @media (max-width: 992px) {
      .section-expoEn-time .expo-time-btnbox {
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        padding-top: 3%;
        margin-top: 2%; } }
    .section-expoEn-time .expo-time-btnbox .btn-apply {
      width: 100%;
      margin-top: 20px;
      padding: 12px;
      font-size: 18px;
      letter-spacing: 2px;
      color: #ffffff;
      border: 2px solid #F445C5;
      background-color: #F445C5; }
      @media (max-width: 992px) {
        .section-expoEn-time .expo-time-btnbox .btn-apply {
          padding-top: 3%;
          margin-top: 2%; } }
      .section-expoEn-time .expo-time-btnbox .btn-apply:hover {
        background-color: #B63B9F;
        border: 2px solid #B63B9F; }
.section-expoEn-brand {
  background: #eeeeee;
  text-align: center; }
  .section-expoEn-brand .brand-box {
    margin: 20px 0; }
    .section-expoEn-brand .brand-box-main {
      font-size: 24px; }
    .section-expoEn-brand .brand-box-title {
      color: #333333;
      font-weight: 700;
      margin: 10px 0; }
    .section-expoEn-brand .brand-box-desc {
      color: #333333;
      margin-bottom: 20px;
      text-align: center; }
    .section-expoEn-brand .brand-box .owl-carousel-brand .brand-item {
      background-color: #ffffff;
      padding: 5px;
      cursor: pointer; }
      .section-expoEn-brand .brand-box .owl-carousel-brand .brand-item-img {
        padding: 0px;
        width: 100%;
        min-height: 180px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .section-expoEn-brand .brand-box .owl-carousel-brand .brand-item-text {
        padding: 10px 0;
        border-top: 1px solid #eeeeee;
        height: 70px; }
        .section-expoEn-brand .brand-box .owl-carousel-brand .brand-item-text-title {
          margin: 5px 0;
          font-size: 18px;
          font-weight: 300; }
        .section-expoEn-brand .brand-box .owl-carousel-brand .brand-item-text-p {
          font-size: 16px;
          margin: 5px 0;
          font-weight: 500; }
        .section-expoEn-brand .brand-box .owl-carousel-brand .brand-item-text-sub {
          font-size: 16px;
          color: #cccccc;
          line-height: 1.4em; }
.section-expoEn-info {
  padding: 0;
  background: #ffffff url("../img/exhibition/bg-point.jpg") no-repeat;
  background-size: 100%;
  background-position: top; }
  @media (max-width: 768px) {
    .section-expoEn-info {
      padding: 20px 15px; } }
  .section-expoEn-info .expo-info-row:nth-of-type(even) {
    background-color: #eeeeee; }
    .section-expoEn-info .expo-info-row:nth-of-type(even) .expo-info-text, .section-expoEn-info .expo-info-row:nth-of-type(even) .expo-info-img {
      float: right; }
      @media (max-width: 768px) {
        .section-expoEn-info .expo-info-row:nth-of-type(even) .expo-info-text, .section-expoEn-info .expo-info-row:nth-of-type(even) .expo-info-img {
          float: left; } }
  .section-expoEn-info .expo-info-card {
    background-color: #333333;
    color: #ffffff;
    padding: 0 30px;
    margin: 0 15px 40px;
    text-align: center;
    height: 320px;
    position: relative; }
    .section-expoEn-info .expo-info-card:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-position: center bottom;
      background-size: 100%;
      background-repeat: no-repeat;
      width: 100%;
      height: 63px; }
      @media (max-width: 1390px) {
        .section-expoEn-info .expo-info-card:before {
          background-size: cover; } }
      @media (max-width: 991px) {
        .section-expoEn-info .expo-info-card:before {
          height: 70px; } }
    .section-expoEn-info .expo-info-card-1:before {
      background-image: url(../img/exhibition/bg-title-1.png); }
    .section-expoEn-info .expo-info-card-2:before {
      background-image: url(../img/exhibition/bg-title-2.png); }
    .section-expoEn-info .expo-info-card-3:before {
      background-image: url(../img/exhibition/bg-title-3.png); }
    .section-expoEn-info .expo-info-card-4:before {
      background-image: url(../img/exhibition/bg-title-4.png); }
    .section-expoEn-info .expo-info-card-5:before {
      background-image: url(../img/exhibition/bg-title-5.png); }
    .section-expoEn-info .expo-info-card-6:before {
      background-image: url(../img/exhibition/bg-title-6.png); }
    .section-expoEn-info .expo-info-card-title {
      padding: 20px 0;
      margin: 0;
      color: #ffffff;
      position: relative;
      letter-spacing: 0.5px;
      z-index: 1; }
    .section-expoEn-info .expo-info-card-link {
      color: #2de984;
      border: none;
      border-bottom: 2px solid #2de984;
      text-align: center;
      font-weight: 500;
      letter-spacing: 1px;
      margin-top: 10px;
      border-radius: 0;
      position: absolute;
      width: 180px;
      bottom: 20px;
      left: calc(50% - 90px);
      transition: .3s ease; }
      .section-expoEn-info .expo-info-card-link:hover, .section-expoEn-info .expo-info-card-link:active {
        border-bottom: 3px solid #72AE2D;
        color: #72AE2D; }
      @media (max-width: 767px) {
        .section-expoEn-info .expo-info-card-link {
          width: 96%;
          left: 2%; } }
  .section-expoEn-info .expo-info-text {
    padding: 5% 5% 2%;
    text-align: left; }
    .section-expoEn-info .expo-info-text p {
      font-size: 18px;
      line-height: 1.6em;
      text-align: left;
      position: relative;
      z-index: 1; }
    .section-expoEn-info .expo-info-text-title {
      text-align: center;
      margin: 30px 0;
      line-height: 1.3; }
    .section-expoEn-info .expo-info-text .sub-title {
      text-align: center;
      margin-top: 0;
      margin-bottom: 30px; }
    .section-expoEn-info .expo-info-text-sub-brand {
      float: left;
      width: 98%;
      margin-left: 1%; }
      .section-expoEn-info .expo-info-text-sub-brand .brand-img {
        width: 20%;
        padding: .5%;
        float: left; }
        @media (max-width: 768px) {
          .section-expoEn-info .expo-info-text-sub-brand .brand-img {
            padding: 1%; } }
  .section-expoEn-info .expo-info-img {
    padding: 0;
    float: left; }
    .section-expoEn-info .expo-info-img .expo-info-img-a {
      padding: 5%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
    @media (max-width: 768px) {
      .section-expoEn-info .expo-info-img {
        width: 60%;
        left: 20%; } }
.section-expoEn-circle {
  background-color: #f2eede; }
  .section-expoEn-circle .expo-circle-card {
    padding: 15px; }
  .section-expoEn-circle .expo-circle-title {
    text-align: center; }
  .section-expoEn-circle .expo-circle-sub-title {
    text-align: center; }
  .section-expoEn-circle .expo-circle-img {
    margin: 5% auto; }
  .section-expoEn-circle .expo-circle-desc {
    font-size: 24px;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 500;
    text-align: center; }
    .section-expoEn-circle .expo-circle-desc span {
      font-size: 18px;
      font-weight: 300;
      color: #333333;
      display: block; }
.section-expoEn-quote {
  background: url("../img/bg-quote.jpg") no-repeat;
  background-size: cover;
  background-position: top; }
  @media (max-width: 768px) {
    .section-expoEn-quote {
      background-size: cover; } }
.section-expoEn-product {
  background-color: #eeeeee; }
  .section-expoEn-product .product-card .card-body {
    position: relative; }
    .section-expoEn-product .product-card .card-body-desc {
      padding-left: 0; }
      .section-expoEn-product .product-card .card-body-desc-header {
        color: #333333;
        font-size: 20px;
        letter-spacing: -0.5px;
        line-height: 1.2em;
        margin: 0 0 12px;
        padding: 0;
        font-weight: 700;
        max-height: 70px;
        overflow: hidden; }
      .section-expoEn-product .product-card .card-body-desc-p {
        color: #4d4d4d;
        max-height: 70px;
        overflow: hidden;
        line-height: 1.3em !important; }
        @media (max-width: 768px) {
          .section-expoEn-product .product-card .card-body-desc-p {
            max-height: 87px; } }
        .section-expoEn-product .product-card .card-body-desc-p p {
          margin-bottom: 0; }
        .section-expoEn-product .product-card .card-body-desc-p ul li {
          line-height: 1.3em !important; }
    .section-expoEn-product .product-card .card-body .card-tag {
      padding: 2% 0; }
      .section-expoEn-product .product-card .card-body .card-tag .tag {
        border: 1px solid #b3b3b3;
        color: #b3b3b3;
        padding: 2px 6px 3px;
        border-radius: 5px;
        margin-right: 5px; }
  .section-expoEn-product .cardbox {
    width: 33%;
    padding: 0 15px;
    float: left; }
    @media (max-width: 768px) {
      .section-expoEn-product .cardbox {
        width: 50%; } }
    @media (max-width: 667px) {
      .section-expoEn-product .cardbox {
        width: 100%; } }
    .section-expoEn-product .cardbox .card {
      height: 220px; }
      .section-expoEn-product .cardbox .card:hover, .section-expoEn-product .cardbox .card:active, .section-expoEn-product .cardbox .card:focus {
        opacity: 1;
        cursor: default; }
    .section-expoEn-product .cardbox .more {
      color: #333333;
      padding: 3px 8px;
      margin: 10px 0 5px;
      display: block;
      float: right;
      border-radius: 10px;
      position: absolute;
      right: 15px;
      bottom: 0; }
      .section-expoEn-product .cardbox .more:hover, .section-expoEn-product .cardbox .more:active, .section-expoEn-product .cardbox .more:focus {
        color: #c56500;
        border: #c56500; }
  .section-expoEn-product .expo-product-latest {
    float: right; }

#goTop {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px; }

#goTopAnchor {
  opacity: 0.7;
  padding-top: 16px;
  border-top: 6px solid #2de984;
  cursor: pointer;
  color: #2de984;
  font-family: 'Roboto Condensed'; }
  #goTopAnchor:hover {
    opacity: 1; }

#goTopSpan {
  font-size: 40px;
  display: inline-block; }

.goShare {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 80px;
  right: 15px;
  width: 102px;
  animation: bounce .5s 1 ease-out .8s; }

.goDownload {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 80px;
  right: 15px;
  width: 102px;
  animation: bounce .5s 1 ease-out .8s; }

#signupEnd {
  font-size: 14pt;
  position: fixed;
  text-align: right;
  display: block;
  z-index: 100;
  right: 20px;
  width: 150px;
  height: 50px; }

#signupEndAnchor {
  cursor: pointer;
  color: #ffffff;
  background-color: #58c2d2;
  border-radius: 5px;
  font-family: 'Roboto Condensed';
  padding: 10px; }

#signupEnd span.signupEndCHT {
  font-size: 20pt; }

.signupEndEN {
  font-size: 8pt; }

.signupEndEN span.signupEndEN {
  font-size: 12pt; }

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  30% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
.goShare .goShareAnchor {
  width: 98px;
  background: #ec2619;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  display: block;
  padding: 10px 2px 8px 5px;
  line-height: 22px;
  font-size: 16.3px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  position: relative;
  box-shadow: 0px 3px 2px 1px #7d0800; }
  .goShare .goShareAnchor:hover {
    background: #f33326;
    top: 3px;
    animation: top .3s ease-out; }

.goDownload .goDownloadAnchor {
  width: 98px;
  background: #38abb4;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  display: block;
  padding: 8px 5px;
  line-height: 22px;
  font-size: 16.3px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  position: relative;
  box-shadow: 0px 3px 2px 1px #296065; }
  .goDownload .goDownloadAnchor:hover {
    background: #46d3de;
    top: 3px;
    animation: top .3s ease-out; }

.goShareAnchor big {
  display: block;
  font-size: 100%; }

.goShareGift {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -11.4px;
  left: 16px;
  background: url("../img/giftRibbon.svg") no-repeat;
  background-size: 100%;
  width: 66px;
  height: 15.4px; }

.goShareArrow {
  display: inline-block;
  position: absolute;
  bottom: 14px;
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  animation: moveRight 0.3s ease infinite alternate; }

@keyframes moveRight {
  from {
    right: 0px; }
  to {
    right: 3px; } }
a {
  scroll-behavior: smooth; }

/*# sourceMappingURL=main-style.css.map */
