@charset "UTF-8";
/*-----------------------------------------------------------
-------------------------------------------------------------*/
/*-----------------------------------------------------------

    1.  Variables
    2.  Mixins
      - Mixins Master
      - Utilities
    3.  Normalize
    4.  Helpers
    5. Typography
      - Copy
	  - Headings
	6. Core
    7. Navigation
      - Links
      - Menus
	  - Next & Previous
    8. Content
      - pages
      - Comments
      - Archives
      - Footer
    9.Forms
      - Button
      - Fields
    10.Blocks
    11.Media
      - captions
    12.Version Light

-------------------------------------------------------------*/
/* -------------------------------------------------------
                     mixins
-------------------------------------------------------- */
[data-overlay]:before, [data-dsn="rStories"].work-masonry .story-item:before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

[data-overlay="0"]:before {
  opacity: 0;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

.cover-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; */
}

.v-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.v-middle-horizontal {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.v-middle-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.background-main {
  background-color: #000;
}

.v-light:not(.no-light) .background-main {
  background-color: #f9f9f9;
}

.background-section {
  background-color: #090909;
}

.v-light:not(.no-light) .background-section {
  background-color: #e6e6e6;
}

.background-theme {
  background-color: #00ffbc;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

.v-light:not(.no-light) .background-theme {
  background-color: #d90a2c;
}

.theme-color {
  color: #00ffbc;
}

.fb {
  color: #3b5999;
}

.tw {
  color: #55acee;
}

.linked {
  color: #0077b5;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  color:#FFFFFF
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
@font-face {
  font-family: 'sfpro-regular';
  src: url('../fonts/SF-Pro-Display-Regular.eot');
  src: url('../fonts/SF-Pro-Display-Regular.eot?') format('☺'),
       url('../fonts/SF-Pro-Display-Regular.woff') format('woff'),
       url('../fonts/SF-Pro-Display-Regular.woff') format('woff2'),
       url('../fonts/SF-Pro-Display-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sfpro-bold';
  src: url('../fonts/SF-Pro-Display-Bold.eot');
  src: url('../fonts/SF-Pro-Display-Bold.eot?') format('☺'),
       url('../fonts/SF-Pro-Display-Bold.woff') format('woff'),
       url('../fonts/SF-Pro-Display-Bold.woff') format('woff2'),
       url('../fonts/SF-Pro-Display-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  border: none;
  overflow: hidden
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: inherit;
  border: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

button,
input,
select,
optgroup,
textarea {
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.v-light:not(.no-light) h1, .v-light:not(.no-light)
h2, .v-light:not(.no-light)
h3, .v-light:not(.no-light)
h4, .v-light:not(.no-light)
h5, .v-light:not(.no-light)
h6 {
  color: #000;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 18px;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

span, a {
  display: inline-block;
  color: inherit;
}

blockquote cite {
  font-style: normal;
  font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

/* -------------------------------------------------------
                   Core
-------------------------------------------------------- */
html {
  font-size: 15px;
}

body {
  background-color: #000;
  line-height: 1.2;
  color: rgba(255, 255, 255, 1);
  font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
  font-weight: 500;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

body.dsn-mobile {
  overflow-y: auto;
}

body.v-light:not(.no-light) {
  color: #0009;
  background-color: #f9f9f9;
}

.main-root {
  position: relative;
}

.btn-play-inner-small svg {
  width: 45px;
  height: 45px;
}

.btn-play-inner-small svg .stroke,
.btn-play-inner-small svg .circle {
  fill: none;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.btn-play-inner-small svg .stroke {
  stroke: rgba(255, 255, 255, 0.3);
}

.btn-play-inner-small svg .circle {
  stroke: #fff;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-linecap: butt;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.btn-play-inner-small svg g {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.btn-play-inner-small:hover .circle {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
  -webkit-transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
  -o-transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
  transition: all 2s cubic-bezier(0.46, 0.08, 0.12, 0.91);
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-margin {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .section-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-section {
  margin-top: 120px;
}

@media only screen and (max-width: 991px) {
  .mt-section {
    margin-top: 80px;
  }
}

.mb-section {
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .mb-section {
    margin-bottom: 80px;
  }
}

.pt-section {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-section {
    padding-top: 80px;
  }
}

.pb-section {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb-section {
    padding-bottom: 80px;
  }
}

.main-content {
  width:100%;
  font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 0.9rem
}

.section-title {
  position: relative;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  margin-bottom: 70px;
  padding-top: 30px;
}
.etable {
   width:100%;
   display: -moz-inline-stack;
   display:-moz-inline-block;
  display:-moz-inline-box;
   display: inline-table;
   *display: inline;
}
.etable1 {
  display: -moz-inline-stack;
  display:-moz-inline-block;
  display:-moz-inline-box;
  display: inline-block;
  *display: inline; float:left;
  width: 30%; vertical-align: top;
  font-size: 0.9rem
}
.etable2 {
  display: -moz-inline-stack;
  display:-moz-inline-block;
  display:-moz-inline-box;
  display: inline-block;
  *display: inline; float:left;
  width: 70%;  vertical-align: top;
  font-size: 0.9rem
}
.etable3 {
  display: -moz-inline-stack;
  display:-moz-inline-block;
  display:-moz-inline-box;
  display: inline-block; float:left;
  width: 50%; vertical-align: top;*display: inline;
  font-size: 18px
}
.tatitle {
  float:right;
  text-align: right;
  padding-right: 5px;
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
    margin-bottom: 50px;
  }
  .etable1 {
    width: 40%; vertical-align: top;
    font-size: 0.7rem
  }
  .etable2 {
    width: 60%;  vertical-align: top;
    font-size: 0.7rem
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
    margin-bottom: 40px;
    padding-top: 10px;
  }

}

.section-title.section-title-color span {
  color: #fff;
}

.section-title span {
  position: absolute;
  width: 100px;
  top: 0;
  line-height: 0.8;
  font-size: 90px;
  font-weight: 100;
  color: #00ffbc;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

.v-light:not(.no-light) .section-title span {
  color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .section-title span {
    width: 62px;
    font-size: 60px;
  }
}

.section-title h2 {
  position: relative;
  background-color: #000;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

.section-title h4 {
  position: relative;
  margin:0; padding:0;
  width:100%;height:auto;
}

.talk-title {
  position: relative;
  margin:0; padding:0;
  width:100%;height:auto;
}

.v-light:not(.no-light) .section-title h2 {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    letter-spacing: 0;
  }
}

.section-title.no-bg h2 {
  background-color: transparent;
}

.section-title p {
  margin-left: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .section-title p {
    margin-left: 65px;
    letter-spacing: 0;
  }
}

.section-title.text-center {
  padding: 0;
}

.section-title.text-center span {
  display: none;
}

.section-title.text-center p {
  margin-left: 0;
}

.section-title-2 {
  position: relative; width:100%;
  margin-bottom: 70px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

@media only screen and (max-width: 991px) {
  .section-title-2 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 40px;
    padding-top: 10px;
  }
}

.section-title-2 h2 {
  position: relative;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  /*font-size: 42px;*/
  font-size: 5rem;
  letter-spacing: 0px;
  /*font-weight: bold;
  /*font-weight: 700;*/
  line-height: 100%;
  /*text-transform: uppercase;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* added stroke font */
.section-title-2 h2 .stroke, .section-title-2 h3 .stroke, h1 .stroke {
  -webkit-text-stroke-width: 1px;
  text-stroke-width:1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  -webkit-text-fill-color:transparent;
}
.section-title-2 h2 .strokeen, .section-title-2 h3 .strokeen, h1 .strokeen {
  -webkit-text-stroke-width: 1px;
  text-stroke-width:1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  -webkit-text-fill-color:transparent;
}
.section-title-2 h2 .stroketc, .section-title-2 h3 .stroketc, h1 .stroketc {
  -webkit-text-stroke-width: 1px;
  text-stroke-width:1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  -webkit-text-fill-color:transparent;
  line-height: 100%;
  font-weight: 700
}

ul.objectives li {
  font-size: 12px
}

@media only screen and (max-width: 767px) {
  .section-title-2 h2 {
    font-size: 3rem;
    letter-spacing: 0;
  }

  .section-title-2 h2 .stroketc {
    font-weight: bold;
  }
}

.section-title-2 p {
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 70px;
}

.section-title-2 p::before, .section-title-2 p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-title-2 p::after {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.v-light:not(.no-light) .section-title-2 p::after {
  background-color: #000;
}

.section-title-2 p::before {
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #eeeeee), color-stop(35%, #bababa), color-stop(65%, #999), to(#212121));
  background: -webkit-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
  background: -o-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
  background: linear-gradient(to right, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
}

@media only screen and (max-width: 767px) {
  .section-title-2 p {
    letter-spacing: 0;
  }
}

.section-title-2.text-center {
  padding: 0;
}

.section-title-2.text-center span {
  display: none;
}

.section-title-2.text-center p {
  margin-left: 0;
}

.subtitle {
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-scale-hero {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.img-box-parallax .title-popup {
  display: none;
  -webkit-transform: translate(-50%, -90px);
  -ms-transform: translate(-50%, -90px);
  transform: translate(-50%, -90px);
}

.img-box-parallax:hover .title-popup {
  display: block;
}

.cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  z-index: 999999;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0.3) translate(-50%, -50%);
  -ms-transform: scale(0.3) translate(-50%, -50%);
  transform: scale(0.3) translate(-50%, -50%);
  mix-blend-mode: exclusion;
}

.cursor.cursor-scale-full,
.mfp-zoom-out-cur .cursor {
  -webkit-transform: scale(1.2) translate(-50%, -50%);
  -ms-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%);
}

.cursor.cursor-scale-full span,
.mfp-zoom-out-cur .cursor span {
  color: #000;
}

.cursor.cursor-scale-half {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  mix-blend-mode: unset;
  background-color: #000;
}

.cursor.cursor-scale-half span {
  color: #fff;
}

.cursor.cursor-drag .cursor-next,
.cursor.cursor-drag .cursor-prev {
  position: absolute;
  top: 0;
  right: -25px;
}

.cursor.cursor-drag .cursor-prev {
  right: auto;
  left: -25px;
}

.cursor.cursor-drag.no-drag {
  mix-blend-mode: exclusion;
  color: #fff;
}

.cursor.cursor-drag.no-drag .cursor-next,
.cursor.cursor-drag.no-drag .cursor-prev,
.cursor.cursor-drag.no-drag .cursor-drag {
  display: none;
}

.cursor.cursor-drag.cursor-up-down .cursor-next,
.cursor.cursor-drag.cursor-up-down .cursor-prev {
  position: absolute;
  top: -50px;
  right: auto;
  left: 33px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.cursor.cursor-drag.cursor-up-down .cursor-prev {
  top: auto;
  bottom: -50px;
}

.cursor.cursor-drag.no-drag {
  mix-blend-mode: exclusion;
  background-color: #fff;
}

.cursor.cursor-drag.no-drag .cursor-next,
.cursor.cursor-drag.no-drag .cursor-prev,
.cursor.cursor-drag.no-drag .cursor-drag {
  display: none;
}

@media only screen and (max-width: 991px) {
  .cursor {
    display: none;
  }
}

.cursor .cursor-helper {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  text-align: center;
}

.cursor .cursor-helper span {
  line-height: 76px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 20px 20px 20px #000;
  display: none;
}

.cursor.cursor-view span.cursor-view {
  display: block;
}

.cursor.cursor-close span.cursor-close {
  display: block;
}

.cursor.cursor-play span.cursor-play {
  display: block;
}

.cursor.cursor-open span.cursor-open {
  display: block;
}

.cursor.cursor-prev span.cursor-prev {
  display: block;
}

.cursor.cursor-next span.cursor-next {
  display: block;
}

.cursor.cursor-drag span.cursor-drag {
  display: block;
}

.dsn-ajax-effect:not(.dsn-cursor-effect) .cursor {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  -webkit-transform: scale(0.3) translate(-50%, -50%);
  -ms-transform: scale(0.3) translate(-50%, -50%);
  transform: scale(0.3) translate(-50%, -50%);
  mix-blend-mode: unset;
}

.dsn-ajax-effect .cursor {
  display: inherit !important;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  mix-blend-mode: unset;
}

.dsn-ajax-effect .cursor:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 109px;
  border-radius: 50%;
  left: -9px;
  top: -15px;
  border-top: 5px solid #fff;
  -webkit-animation-name: animate-load;
  animation-name: animate-load;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cursor.no-scale {
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
}

@-webkit-keyframes animate-load {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes animate-load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes animate-load {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.dsn-arrow {
  position: relative;
}

.dsn-arrow [data-cursor]:not(.slick-slider) {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.dsn-arrow.our-work [data-cursor]:not(.slick-slider) {
  height: 60%;
}

.dsn-arrow [data-cursor="next"]:not(.slick-slider) {
  right: 0;
  left: auto;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
}

.preloader .preloader-before {
  top: 0;
}

.preloader .preloader-after {
  bottom: 0;
}

.preloader .percent {
  position: absolute;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 16px;
  color: #00ffbc;
  top: -25px;
}

.preloader .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 0.9;
  letter-spacing: 2px;
}

.preloader .title .text-strok {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.preloader .title .text-fill {
  color: #fff;
  position: absolute;
  left: 0;
  -webkit-clip-path: inset(100.09% 0% 0% 0%);
  clip-path: inset(100.09% 0% 0% 0%);
}

/* svg preload logo */
.preloader .title .text-strok { position: relative; width: 450px; height: 123px; }
.preloader .title .text-strok img {
  width: 450px; height: 123px;
  /*color: transparent;*/
  -webkit-text-stroke: 1px #fff;
  /*border:1px solid #FFFFFF*/
  /*
  -webkit-clip-path: inset(100.09% 0% 0% 0%);
  clip-path: inset(100.09% 0% 0% 0%);*/
}

.text-strok svg {
  width: 450px; height: 123px;
  /*color: transparent;*/
  /*-webkit-text-stroke: 1px #fff;*/
}
.text-fill {
  position: absolute;
  width: 450px; height: 123px;
  left: 0; top:0;
  z-index: 9999;
  -webkit-clip-path: inset(100.09% 0% 0% 0%);
  clip-path: inset(100.09% 0% 0% 0%);
}
/*
.preloader .title .text-fill img {
  color: #fff;
  position: absolute;
  left: 0; top:0;
  -webkit-clip-path: inset(100.09% 0% 0% 0%);
  clip-path: inset(100.09% 0% 0% 0%);
}
*/
.preloader .preloader-bar {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  background: #1d1d1d;
}

.preloader .preloader-bar .preloader-progress {
  width: 0;
  height: 100%;
  background: #00ffbc;
}

.view-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100vh;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .view-demo {
    display: block;
  }
}

.view-demo .half-left,
.view-demo .half-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-demo .half-left a,
.view-demo .half-right a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.view-demo .half-left a img,
.view-demo .half-right a img {
  margin: auto;
  width: 70%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 4px;
}

.view-demo .half-left a:hover img,
.view-demo .half-right a:hover img {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.view-demo .half-left h4,
.view-demo .half-right h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}

.view-demo .half-left h4.text-dark,
.view-demo .half-right h4.text-dark {
  color: #333;
}

@media only screen and (max-width: 991px) {
  .view-demo .half-left h4.text-dark,
  .view-demo .half-right h4.text-dark {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .view-demo .half-left,
  .view-demo .half-right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 60px 15px;
  }
  .view-demo .half-left a img,
  .view-demo .half-right a img {
    -webkit-box-shadow: 0 0 0 1px #161515;
    box-shadow: 0 0 0 1px #161515;
  }
}

.view-demo .overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .view-demo .overlay-bg {
    display: none;
  }
}

.view-demo .overlay-bg div {
  width: 50%;
  height: 100%;
}

.view-demo .overlay-bg .black {
  background-color: #110f10;
}

.view-demo .overlay-bg .white {
  background-color: #fff;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1px;
}

.slick-dots li button {
  position: relative;
  background-color: #00ffbc;
  width: 15px;
  height: 2px;
  font-size: 0;
  opacity: 0.5;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.pointer-events {
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .pl-container, .next-project .next-inner, .header-project .intro-project, .main-slider .dsn-slider-content .slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.animation-rotate img {
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

.social-network-box {
  width: 95vh;
  position: absolute;
  left: 40px;
  bottom: 0;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  z-index: 3;
}

@media only screen and (max-width: 575px) {
  .social-network-box {
    display: none;
  }
}

.social-network-box.social-network-box_right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 40px;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.social-network-box .social-network ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.social-network-box .social-network ul li:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .social-network-box {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 40px;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

a.link-hover {
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-weight: 400;
  position: relative;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a.link-hover:before {
  content: attr(data-hover-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
}

a.link-hover:hover {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  text-decoration: none;
}

.link-vist {
  left: 30px;
  /*bottom: 40px;*/
  bottom: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .link-vist {
    margin-top: 30px;
    bottom: 70%
  }
}

.link-vist .link-vist-text {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

.link-vist .link-vist-text:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  bottom: 1px;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.link-vist .link-vist-arrow {
  margin-left: 10px;
}

.link-vist .link-vist-arrow svg {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.1, 1.14);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.1, 1.14);
  transition: all 0.6s cubic-bezier(0.5, 0.2, 0.1, 1.14);

  border:1px solid #FFFFFF;
  border-radius: 50%;;
  padding: 5px;
}

.link-vist .link-vist-arrow svg * {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.link-vist:hover .link-vist-text:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.link-vist:hover .link-vist-arrow svg {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  opacity: 1;
}

.scroll-to-top {
  position: fixed;
  right: -100px;
  bottom: 60px;
  width: 70px;
  height: 70px;
  z-index: 99;
  cursor: pointer;
}

.scroll-to-top .box-numper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.v-light:not(.no-light) .scroll-to-top .box-numper {
  color: #000;
}

.scroll-to-top .box-numper span {
  font-size: 12px;
}

.scroll-to-top img {
  width: 65px;
}

.v-light:not(.no-light) .scroll-to-top img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.scroll-d {
  right: 30px;
  bottom: 40px;
  cursor: pointer;
  z-index: 2;
}

.scroll-d img {
  width: 60px;
}

.v-light:not(.no-light) .scroll-d img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.shap-section {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 190px;
}

.shap-section img {
  opacity: 0.15;
}

.container-fluid.no-padding,
.container.no-padding,
.header-project .no-padding.link-vist {
  padding-left: 0;
  padding-right: 0;
}

.bg-section {
  top: 0;
  bottom: 0;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-100-v {
  width: 100vh;
}

.h-50 {
  height: 50%;
}

.h-100 {
  height: 100%;
}

.h-50-v {
  height: 50vh;
}

.h-100-v {
  height: 100vh;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-center {
  text-align: center;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.alignfull {
  position: relative;
  width: calc(100vw - 8px);
  left: 50%;
  margin-left: -50vw;
}

.dsn-effect-scroll .alignfull {
  width: 100vw;
}

.fw-blod {
  font-weight: bold;
}

.over-hidden {
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.before-z-index:before {
  z-index: 1;
}

.fw-600 {
  font-weight: 600;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.p-0 {
  padding: 0;
}

.box-after {
  position: relative;
  margin-bottom: 5px;
}

.box-after:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  display: block;
  background: #00ffbc;
  bottom: -5px;
  left: 10px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .container, .header-project .link-vist {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .container, .header-project .link-vist {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .container, .header-project .link-vist {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.custom-container {
  width: 120%;
}

@media only screen and (max-width: 400px) {
  .custom-container {
    width: 100%;
  }
}

.content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-lg {
  vertical-align: middle;
  font-size: 42px;
}

.title {
  position: relative;
  color: #fff;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4px;
}

@media only screen and (min-width: 1600px) {
  .title {
    font-size: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .title {
    font-size: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .title {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 400px) {
  .title {
    font-size: 40px;
  }
}

.text-underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
}

.metas {
  font-size: 16px;
  color: #00ffbc;
  margin-bottom: 25px;
}

.v-light:not(.no-light) .metas {
  color: #d90a2c;
}

.metas.meta-personal span {
  background-color: rgba(9, 9, 9, 0.5);
  padding: 5px 15px;
  color: #fff;
}

.metas span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00ffbc;
  letter-spacing: 2px;
}

.v-light:not(.no-light) .metas span {
  color: #d90a2c;
}

.metas span::after {
  content: ",";
  position: relative;
  color: #fff;
  font-size: 13px;
}

.metas span:last-of-type::after {
  display: none;
}

.title-h2 {
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
  .title-h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .title-h2 {
    font-size: 25px;
  }
}

.title-block {
  position: relative;
  letter-spacing: 0px;
  font-size: 22px;
  font-weight: 600;
  /*text-transform: uppercase;
  margin-bottom: 20px;*/
}

@media only screen and (max-width: 767px) {
  .title-block {
    /*margin-bottom: 15px;*/
  }
}

.sub-text-header {
  margin-top: 25px;
}

.sub-text-header h5 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 24px;
  display: inline-block;
}

.sm-title-block {
  position: relative;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.tablecell .sm-title-block {
  font-size: 30px
}

.tablecell .sm-title-block a {
  text-decoration: underline;
  cursor:pointer
}
.tablecell .sm-title-block a:hover, .tablecell .sm-title-block a:active {
  color: #00ffbc;
}

.speakersbox p {
  font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (max-width: 991px) {
  .sm-title-block {
    margin-bottom: 15px;
  }
}

.p-larg {
  max-width: 980px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.dsn-video {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -20 !important;
  width: 100%;
  height: 100%;
  overflow-x: hidden
}
.iframevideo {
  /*width: 100vw;
  height: 56.25vw;*/
  /*
  width: 140vw;
  height: 96.25vw;
  min-height: 140vh;
   min-width: 17.77vh;*/

   width: 150vw;
   height: 84vw;
   /*min-height: 250vh;
   min-width: 141vh; */

   position:absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
  opacity: 0.7;
  overflow-x:hidden;
  overflow:hidden;
}

.iframevideo2 {
   width: 400vw;
   height: 224vw;
   /*min-height: 550vh;
   min-width: 441vh;*/
   position:absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0.7;
   overflow-x:hidden;
   overflow:hidden;
}
.iframevideo3 {

   width: 300vw;
   height: 168vw;

   position:absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
  opacity: 0.7;
  overflow-x:hidden;
  overflow:hidden;
}

iframe::-webkit-scrollbar {
    display: none;
}
.videobox {
  padding:0;
  overflow-y: hidden;
}

/* Video BG */
.ivideo {
  position: fixed;
  width:100%;
  height: 100%;
}
.ivideo iframe {
  width:100%;
  height: 100%;
}

.content-media--video {
   background-color: #000;
   display: block;
   position: relative;
   padding: 0 0 56.25% 0;
   overflow: hidden;
  max-width: 100%;
}
.content-media--video iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#featured-video, #player1 {
  transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
}
/** Use .sticky */
#player1.is-sticky {
  position: fixed;
  top: 15px;
  left: auto;
  max-width: 280px;
  max-height: 158px;
  width: 280px;
  height: 158px;
}
@media screen and (min-width: 1120px) {
   #player1.is-sticky {
      transform: translateX(-80%);
   }
}
@media screen and (min-width: 1300px) {
  #player1.is-sticky {
      transform: translateX(-115%);
   }
}
/** Use .sticky */
#player1.is-sticky {
  position: fixed;
  top: 15px;
  left: auto;
  max-width: 280px;
  max-height: 158px;
  width: 280px;
  height: 158px; border:0px solid red
}
@media screen and (min-width: 1120px) {
   #player1.is-sticky {
      transform: translateX(-80%);
   }
}
@media screen and (min-width: 1300px) {
   #player1.is-sticky {
      transform: translateX(-115%);
   }
}


.vid_contain {
  height: auto;
}

.vid_contain span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

  color: #fff;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 3.15em;
  font-weight: 600;
  text-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
  text-align: center;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Landscape */
@media screen and (orientation:landscape) {
.vid_contain iframe {
  width: 200%;
  height: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;

  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
}

/* Portrait */
@media screen and (orientation:portrait) {
.vid_contain iframe {
  width: 200vh;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;

  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
}

.row-table {
  width: 100%;
  display: table;
  margin-bottom: 5%
}
.row-table .tableicon {
  display: table-cell;
  width:20%;
  height:auto;
  padding-right: 5%
}
.row-table .tablecell {
  display: table-cell;
  width:80%;
  height:auto;
}
.row-table .tablecell img {
  fill: #FFFFFF;
  width: 100%;
  height: auto;
}
.mainbox {

}
.mainbox .maintag {
  top:30%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.mainbox .maintag img {
  margin: 0 auto
}
.mainbox .maintag2 {
  width: 60%;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 1.8rem;
  letter-spacing: 5px;
  opacity: 1;
}
.mainbox .maintag0 {
  width: 70%;
  top:20%;
  left: 15%;
  right: 0;
  /*margin: 0 auto;*/
}
.mainbox .maintag0 img {
  width: 100%; height: auto;
  margin-left: 0%
}

/* End of Video BG */


[data-dsn="video"] {
  width: 100%;
  height: 100%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}


.scrool-down {
  width: 140px;
  height: 140px;
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.scrool-down a {
  z-index: 3;
}

.scrool-down a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99em;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateY(75%) rotate(-45deg);
  -ms-transform: translateY(75%) rotate(-45deg);
  transform: translateY(75%) rotate(-45deg);
  will-change: transform;
  cursor: pointer;
}

.scrool-down a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.background-box {
  background-color: #00ffbc;
  color: #000;
  font-weight: 700;
}

.color-white {
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.user-no-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-no-selection::-moz-selection {
  background: none;
  color: inherit;
}

.user-no-selection::selection {
  background: none;
  color: inherit;
}

[data-overlay] .transform-3d, [data-dsn="rStories"].work-masonry .story-item:before .transform-3d {
  position: relative;
  z-index: -1;
}



.cover-bg-img {
  width: 130%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  margin-top:5%;
}

.no-shadow, .service .services-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.transform-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.p-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.day-night {
  position: fixed;
  z-index: 99999;
  top: 23px;
  left: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.admin-bar .day-night {
  top: 74px;
}

@media screen and (min-width: 783px) {
  .admin-bar .day-night {
    top: 60px;
  }
  .day-night { display:block }
}

@media screen and (max-width: 992px) {
  .mainbox .maintag2 {
    width: 60%;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    font-size: 0.8rem;
    letter-spacing: 3px;
    opacity: 1;
  }
  .iframevideo {
    /*width: 100vw;
    height: 56.25vw;*/
    width: 390vw;
    height: 346.25vw;
    min-height: 390vh;
     min-width: 447.77vh;
     position:absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
    opacity: 0.7;
    overflow-x:hidden; border:3px solid #F60
  }
  .iframevideo2 {
    /*width: 100vw;
    height: 56.25vw;*/
    width: 420vw;
    height: 376.25vw;

     position:absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
    opacity: 0.7;
    overflow-x:hidden; border:3px solid #F60
  }
}

@media only screen and (max-width: 767px) {
  .day-night {
    /*left: 150px;
    /*display: none;*/
    left:15px;
  }
  .main-logo {
    /*display: none*/
  }
  .mainbox .maintag2 {
    width: 60%;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    font-size: 0.7rem;
    letter-spacing: 3px;
    opacity: 1;
  }

}
.day-night .night,
.day-night .moon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  border-radius: 100%;
  opacity: 0;
}

.day-night .night svg,
.day-night .moon svg {
  width: 100%;
  height: 100%;
}

.day-night .night {
  /*border: 1px solid rgba(255, 255, 255, 0.18);*/
  background-color: #fff;
  opacity: 1;
}

.day-night .night svg {
  fill: #000;
  width: 100%;
  height: 100%;
}

.day-night .moon {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #000;
  opacity: 0;
}

.day-night .moon svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  fill: #f0f0f0;
}

.v-light:not(.no-light) .day-night .night {
  opacity: 0;
}

.v-light:not(.no-light) .day-night .moon {
  opacity: 1;
}

.dsn-ajax-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dsn-ajax-loader:not(.dsn-ajax-normal) {
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.dsn-ajax-loader.dsn-ajax-normal {
  background-color: #1b1b1b;
  z-index: 900199;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.embed-3d-dimensions {
  max-width: 100%;
  /*height: 80vh;*/
  height: 100%;
}

.embed-3d-dimensions .overlay-3d-dimensions {
  -webkit-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #00ffbc;
  z-index: 999
}

.embed-3d-dimensions .overlay-3d-dimensions .button-action {
  cursor: pointer;
  background-color: #000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.embed-3d-dimensions .overlay-3d-dimensions i {
  font-size: 50px;
}

.embed-3d-dimensions .overlay-3d-dimensions .action-key {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  left: 10px;
  top: 10px;
}

.embed-3d-dimensions .overlay-3d-dimensions .key-on {
  opacity: 1;
  z-index: 999;
}

.embed-3d-dimensions .overlay-3d-dimensions .key-off {
  opacity: 0;
  z-index: 0;
  margin-top: 0px;
}

.embed-3d-dimensions.active-3d-dimensions .overlay-3d-dimensions {
  width: 100px;
  height: 100px;
  top: 70px; /* changed */
  left: 0;z-index: 999;
}

.embed-3d-dimensions.active-3d-dimensions .overlay-3d-dimensions:before {
  display: none;
}

.embed-3d-dimensions.active-3d-dimensions .overlay-3d-dimensions .key-off {
  opacity: 1;
  z-index: 1;
}

.embed-3d-dimensions.active-3d-dimensions .overlay-3d-dimensions .key-on {
  opacity: 0;
  z-index: 0;
}

.embed-3d-dimensions iframe {
  border: none;
  max-width: 100%;
}

.dsn-ajax-effect {
  overflow: hidden !important;
}

.dsn-ajax-loader .title {
  color: #fff !important;
}

.dsn-z-index-2 {
  z-index: 2;
}

.dsn-z-index-999 {
  z-index: 999;
}

a.link-visit span {
  color: #00ffbc
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-box input::-webkit-input-placeholder,
.form-box textarea::-webkit-input-placeholder {
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-box input:-ms-input-placeholder,
.form-box textarea:-ms-input-placeholder {
  color: #eee;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-box input::-ms-input-placeholder,
.form-box textarea::-ms-input-placeholder {
  color: #eee;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder,
.form-box input::placeholder,
.form-box textarea::placeholder {
  color: #eee;
}

.v-light:not(.no-light) input::-webkit-input-placeholder, .v-light:not(.no-light)
textarea::-webkit-input-placeholder, .v-light:not(.no-light)
.form-control::-webkit-input-placeholder, .v-light:not(.no-light)
.form-box input::-webkit-input-placeholder, .v-light:not(.no-light)
.form-box textarea::-webkit-input-placeholder {
  color: #0009;
}

.v-light:not(.no-light) input:-ms-input-placeholder, .v-light:not(.no-light)
textarea:-ms-input-placeholder, .v-light:not(.no-light)
.form-control:-ms-input-placeholder, .v-light:not(.no-light)
.form-box input:-ms-input-placeholder, .v-light:not(.no-light)
.form-box textarea:-ms-input-placeholder {
  color: #0009;
}

.v-light:not(.no-light) input::-ms-input-placeholder, .v-light:not(.no-light)
textarea::-ms-input-placeholder, .v-light:not(.no-light)
.form-control::-ms-input-placeholder, .v-light:not(.no-light)
.form-box input::-ms-input-placeholder, .v-light:not(.no-light)
.form-box textarea::-ms-input-placeholder {
  color: #0009;
}

.v-light:not(.no-light) input::placeholder, .v-light:not(.no-light)
textarea::placeholder, .v-light:not(.no-light)
.form-control::placeholder, .v-light:not(.no-light)
.form-box input::placeholder, .v-light:not(.no-light)
.form-box textarea::placeholder {
  color: #0009;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

.btn {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  padding: 20px 40px;
  text-transform: uppercase;
  word-spacing: 5px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .btn {
    padding: 15px 25px;
  }
}

.v-light:not(.no-light) .btn {
  color: #000;
  color: #fff;
}

.v-light:not(.no-light) .btn::before {
  background-color: #000;
}

.v-light:not(.no-light) .btn:hover {
  color: #fff;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.btn span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.btn:hover span {
  color: #000;
}

.v-light:not(.no-light) .btn:hover {
  color: #000;
}

.v-light:not(.no-light) .btn:hover span {
  color: #fff;
}

.btn:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.btn-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.2px;
  border: 1.5px solid #00ffbc;
  cursor: pointer;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn1 {
  margin-left: -10px;
}

.btn-back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.2px;
  border: 1.5px solid #00ffbc;
  background-color: #FFFFFF;
  cursor: pointer;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-back:hover {
  background-color: #00ffbc;
  color: #FFFFFF
}

.v-light:not(.no-light) .btn-form {
  border-color: #d90a2c;
  color: #000;
}

.btn-form .label {
  font-weight: bold;
  min-width: 150px;
  padding-left: 30px;
  padding-right: 10px;
  text-align: center;
}

.btn-form .icon-c {
  width: 12px;
  height: 12px;
  background-color: #00ffbc;
  border-radius: 50%;
  margin-right: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.v-light:not(.no-light) .btn-form .icon-c {
  background-color: #d90a2c;
}

.btn-form:hover {
  background-color: #00ffbc;
}

.v-light:not(.no-light) .btn-form:hover {
  background-color: #d90a2c;
  color: #fff;
}

.btn-form:hover .icon-c {
  background-color: #000;
}

.link-custom {
  /*border-radius: 30px;*/
  height: 58px;
  /*padding-right: 40px;*/
  padding: 0 20px;
  color: #fff;
  letter-spacing: 2px; background: transparent;
  /*text-transform: uppercase;*/
  z-index: 2; text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* added */
.lbtn {
  width:28px;height: 28px;
  top: 10px;
  right:50px; border:0px solid #F60;
}
.link-custom.langbtn .link-circle {
  width: 3px;
  height: 28px;
  margin-top:0px;
  border:0px; padding:0;
  border-radius:7px;
  border:2px;
}
.link-custom.langbtn .link-text {
  margin-top:-4px;
  margin-left:-7px;
}

.link-custom.langbtn.tc .link-text {
  margin-top:-4px;
  margin-left:-10px;
}
.link-custom.langbtn.en .link-text {
  margin-top:-4px;
  margin-left:-7px;
}

.link-custom.langbtn {
  /*padding: 0px 3px 0px 5px;*/
  top:-35px;
  right: -48px;
  width:3px;
  height:28px;padding:15px;
  /*color: #00ffbc;*/
  color: #FFFFFF;
  /*border-radius:3px;*/ margin:0px 0 0 0 ;
}


.link-custom .link-text {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
}

.termsbox {
  width:100%;
  height:150px;
  border:2px solid #FFFFFF;
  overflow: auto;
  border-radius: 5px;
  padding: 10px;
  font-size: 0.6rem;
  line-height: 100%;
  color: #8a8a8a
}
.termsbox ul.tc li { font-size: 0.6rem; }
.termsbox p { line-height: 100% }


.v-light:not(.no-light) .link-custom .link-text {
  color: #000;
}

.link-custom .link-circle {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  /*background: #fff;*/
  background: transparent;
  mix-blend-mode: exclusion;
  color: #00ffbc;
  /*width: 48px;
  height: 48px;*/
  width:100%;
  height: 48px;
  /*padding-left: 40px;*/
  border-radius: 30px;
  z-index: 2;
  border:3px solid #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.link-custom .link-ig {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  /*background: #fff;*/
  background: transparent;
  mix-blend-mode: exclusion;
  color: #000;/* padding:0 0 0 5px ;*/
  /*width: 48px;
  height: 48px;*/
  width:58px;
  height: 58px;
  /*padding: 1px 5px; margin-left: 8px;
  padding-left: 20px;*/
  border-radius: 50%;
  z-index: 2;
  border:0px solid #FFFFFF
}
.link-custom:hover .link-ig {
  background: transparent;
}


.link-custom .link-ig:hover {
  background: transparent;
}


.v-light:not(.no-light) .link-custom .link-circle {
  /*background-color: #e6e6e6;*/
  z-index: 0;
}

.link-custom .link-circle i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.igicon {
  top: 10px;
  right: -50px;
}

/*
.link-custom:hover {
  width:100%;
  background-color: #FFFFFF;
  color: #000000; border:0
}*/
.link-custom:hover .link-ig { background: transparent; border:0; }

.link-custom:hover .link-text {

  /*-webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);*/
}

.link-custom:hover .link-circle, .link-custom .link-circle.active {
  width: 100%;
  /*background-color: transparent;*/
  /* added */
  background-color: #00ffbc;
  color: #000000;
  border:2px solid #00ffbc
}


.link-custom:hover .langbtn .link-circle  {
  /*width:58px; height:58px;*/
  color: #000000;
  /*padding-left: 40px;*/
}

.link-custom:hover .link-circle i {
  /*-webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);*/
}

.link-custom.scroll-down i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-custom.scroll-down:hover .link-text {
  /*-webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);*/
}

.link-custom.scroll-down:hover .link-circle i {
  -webkit-transform: translateX(-9px) translateY(2px) rotate(90deg);
  -ms-transform: translateX(-9px) translateY(2px) rotate(90deg);
  transform: translateX(-9px) translateY(2px) rotate(90deg);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  outline: 0;
  outline-style: none;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.font-heading {
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

.text-transform-upper {
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 22px 50px;
  z-index: 900;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .site-header {
    padding: 22px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .site-header {
    padding: 22px 15px;
  }
}

.site-header .menu-cover-title {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20vw;
  font-weight: 600;
  line-height: 1.15;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.05;
}

.site-header .inner-header .main-logo {
  /*width: 96px;*/
  width:80px; height:auto;
  pointer-events: all;
  /*margin-left: 30px;
  margin-top: 10px;*/
}

.site-header .inner-header .main-logo img {
  /*height: 40px;*/
  width:80px; height:auto;
}

.site-header .inner-header .main-logo .dark-logo {
  display: none;
}

.site-header .main-navigation {
  pointer-events: all;
}

.site-header .nav-border-bottom {
  display: none;
}

.site-header .menu-icon {
  position: relative;
  top: -5px;
  cursor: pointer;
  pointer-events: all;
}

.site-header .menu-icon .icon-m .menu-icon-line {
  background-color: #00ffbc;
  width: 23px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.2s ease-Out;
  transition: -webkit-transform 0.2s ease-Out;
  -o-transition: transform 0.2s ease-Out;
  transition: transform 0.2s ease-Out;
  transition: transform 0.2s ease-Out, -webkit-transform 0.2s ease-Out;
}

.site-header .menu-icon .icon-m .menu-icon-line.icon-top {
  width: 5px;
}

.site-header .menu-icon .icon-m .menu-icon-line.icon-center {
  width: 14px;
}

.site-header .menu-icon .icon-m .menu-icon-line.icon-bottom {
  margin-top: 5px;
}

.site-header .menu-icon .icon-m .icon-circle {
  position: absolute;
  top: -5px;
  left: -8px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: none;
}

.site-header .menu-icon .icon-m:hover .icon-circle {
  display: inherit;
}

.site-header .menu-icon .text-menu {
  top: -5px;
  width: 44px;
  margin-right: 10px;
  font-weight: 600;
  color: #fff;
  opacity: 0.9;
  /* added */
  font-size: 0.8rem
}

.site-header .menu-icon .text-menu > div {
  left: 0;
  top: 0;
}

.site-header .menu-icon .text-menu .text-button .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.site-header .menu-icon .text-menu .text-button .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

.site-header .menu-icon .text-menu .text-button .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

.site-header .menu-icon .text-menu .text-open .dsn-word-wrapper,
.site-header .menu-icon .text-menu .text-close .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.site-header .menu-icon .text-menu .text-open .dsn-chars-wrapper,
.site-header .menu-icon .text-menu .text-close .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

.site-header .menu-icon.nav-active .text-menu {
  width: 50px;
}

.site-header .menu-icon:hover .icon-m .icon-top,
.site-header .menu-icon:hover .icon-m .icon-center {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.site-header .menu-icon:hover .icon-m .icon-bottom {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.site-header .menu-icon:hover .text-menu .text-button .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.site-header .menu-icon:hover .text-menu .text-button .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -o-transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

.site-header .menu-icon:hover:not(.nav-active) .text-menu .text-open .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

.site-header .menu-icon:hover.nav-active .text-menu .text-close .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

.site-header ul.extend-container {
  width: 100%;
  padding: 0 30px 0 60px;
}

.site-header .container-content {
  width: 40%;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .site-header .container-content {
    display: none;
  }
}

.site-header .container-content .nav-content {
  margin-top: 30px;
}

.site-header .container-content .nav-content:first-of-type {
  margin-top: 0;
}

.site-header .container-content .nav-content p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.69);
}

.site-header .container-content .nav-content p:last-of-type {
  margin-top: 0;
}

.site-header .container-content .nav-content p .link-hover {
  text-transform: uppercase;
}

.site-header .container-content .title-line, .site-header .container-content p.title-line {
  color: #00ffbc;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.site-header .container-content .nav-social {
  margin-top: 30px;
}

.site-header .container-content .nav-social ul {
  margin-bottom: 0;
}

.site-header .container-content .nav-social ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 5px;
}

.site-header .container-content .nav-social ul li a {
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-weight: 400;
  position: relative;
}

.site-header .extend-container .main-navigation {
  height: 100vh;
  top: 0;
  /*left: 0;*/
  right: 0;
  background-color: #000;
  z-index: -1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: visible;
}

.site-header .extend-container .main-navigation:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  opacity: 0.05;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-header .extend-container .main-navigation ul.extend-container li {
  overflow: hidden;
  font-weight: 600;
  color: #00ffbc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
  line-height: 1; padding-left:30px
}
/* added nav hover a56433 */
.site-header .extend-container .main-navigation ul.extend-container li.dsn-active, .site-header .extend-container .main-navigation ul.extend-container li:hover {
  color: #FFFFFF;
}

.site-header .extend-container .main-navigation ul.extend-container li.dsn-active .dsn-meta-menu, .site-header .extend-container .main-navigation ul.extend-container li:hover .dsn-meta-menu {
  color: #a8a8a8;
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu img {
  width: 32px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
  font-size: 42px;
  margin-left: 5px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

@media only screen and (max-width: 767px) {
  .site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
    font-size: 24px;
  }
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu img,
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu:hover img {
  -webkit-transform: translateX(-22px);
  -ms-transform: translateX(-22px);
  transform: translateX(-22px);
  opacity: 0;
  visibility: hidden;
}

.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu:hover .dsn-title-menu {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.site-header .extend-container .main-navigation ul.extend-container li li {
  overflow: inherit;
  margin-bottom: 0;
}

.site-header .extend-container .main-navigation ul.extend-container li a {
  overflow: hidden;
  line-height: 1.2;
}

.site-header .extend-container .main-navigation ul.extend-container li a:after,
.site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
  position: absolute;
  display: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
    display: none;
  }
}

.site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down > a:after {
  content: "";
  background-image: url("../img/right.svg");
  background-size: 17px;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  transform: translate(0, 8px);
}

.site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down > a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(50%, 8px);
  -ms-transform: translate(50%, 8px);
  transform: translate(50%, 8px);
}

.site-header .extend-container .main-navigation ul.extend-container > li {
  font-size: 42px;
  display: table-cell;
  vertical-align: top;
  width:auto;height:auto;
}

.site-header .extend-container .main-navigation ul.extend-container > li.dsn-drop-down {
  margin-top:1rem;
}

@media only screen and (max-width: 767px) {
  .site-header .extend-container .main-navigation ul.extend-container > li {
    /*font-size: 32px;*/
    font-size: 3rem
  }
}

@media only screen and (max-width: 575px) {
  .site-header .extend-container .main-navigation ul.extend-container > li {
    /*font-size: 24px;*/
    font-size: 2rem
  }
}

.site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-title-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

.site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-meta-menu {
  opacity: 0;
  visibility: hidden;
}

.site-header .extend-container .main-navigation ul.extend-container > li ul {
  position: absolute;
  display: none;
  width: 100%; min-width:280px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*padding: 0 30px;*/padding:0;
}

.site-header .extend-container .main-navigation ul.extend-container > li ul:first-child {

}

/* submenu item */
.site-header .extend-container .main-navigation ul.extend-container > li ul li {
  width:300px; max-width:300px;
  /*font-size: 32px;*/
  font-size:1.8rem;
  line-height: 1;
  border:0px solid #F60;
}


.site-header .extend-container .main-navigation ul.extend-container > li ul li a {
  line-height: 1.5;
  margin-right: 0px;
  margin-left: 20px;
}


/* added */
.site-header .extend-container .main-navigation ul.extend-container > li ul li a:last-child {
  /*margin-right: 20px;*/
}

.site-header .extend-container .main-navigation ul.extend-container > li ul li a .dsn-meta-menu {
  -webkit-transform: translateY(22px);
  -ms-transform: translateY(22px);
  transform: translateY(22px);
  margin-left: 0px;
}

@media only screen and (min-width: 992px) {
  .classic-menu .site-header .menu-icon {
    display: none;
  }
  .classic-menu .site-header .container-content {
    display: none;
  }
  .classic-menu .site-header .nav-border-bottom {
    position: absolute;
    display: block;
    top: 63px;
    left: 30px;
    width: 25px;
    height: 1px;
    /* background: #00ffbc; /* added */
    border-radius: 3px;
  }
  .classic-menu .site-header > .extend-container {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
  }
  .classic-menu .site-header > .extend-container .menu-cover-title {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation {
    position: inherit;
    display: block;
    margin-left: auto;
    height: auto;
    width: auto;
    top: unset;
    left: unset;
    background-color: transparent;
    z-index: 1;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .classic-menu .site-header .extend-container .main-navigation:after {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container {
    display: block;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li a:after, .classic-menu .site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down > a:after {
    display: none;
  }
  /* added align right en */
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down.en:first-of-type ul li {
    margin-left:-40px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down.en:nth-child(3) ul li {
    margin-left:-40px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down.en:nth-child(2) ul li {
    margin-left:-40px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down.en:nth-child(4) ul li {
    margin-left:-52px;
  }


  /* added align right tc */
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down.tc:first-of-type ul li {
    margin-left:-52px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down.tc:nth-child(3) ul li {
    margin-left:-54px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down.tc:nth-child(2) ul li {
    margin-left:-45px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down.tc:nth-child(4) ul li {
    margin-left:-55px;
  }

  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li {
    font-size: 15px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li:first-of-type {
    margin-left: 0;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-title-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-meta-menu {
    display: none;
  }
  /* edit navbar */
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul {
    position: absolute;
    display: block !important;
    min-width: 250px; width:auto;
    height: auto;
    left: unset;
    top: unset;
    margin-top: 15px;
    padding: 10px 15px;
    margin-left: -150px;
    /*background-color: #00ffbc;*/
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition-property: opacity, visibility, -webkit-clip-path;
    transition-property: opacity, visibility, -webkit-clip-path;
    -o-transition-property: clip-path, opacity, visibility;
    transition-property: clip-path, opacity, visibility;
    transition-property: clip-path, opacity, visibility, -webkit-clip-path;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 3px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li {
    width: 100%;
    padding: 7px 0;
    /*border-bottom: 0.5px dotted #ffffff;*/
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0; text-align:right;
    /*color: #000;*/
    color: #00ffbc;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li .dsn-meta-menu {
    display: none;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li:before {
    position: relative;
    content: '-';
    opacity: 0;
    top: -4px;
    visibility: hidden;
    margin-right: -4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li.dsn-active, .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li:hover {
    color: #FFF;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li.dsn-active:before, .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li ul li:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li:hover ul {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li:last-child ul {
    /*right: -32px;*/
  }

}

.with-errors { color: #00ffbc; }

/* Social menu */
/** === Footer menu === */
.footer-navigation {
  display: inline;
}

.footer-navigation > div {
  display: inline;
}

.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}

.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
.next-up.next-project {
  height: auto;
}

@media only screen and (max-width: 991px) {
  .next-up.next-project + .footer {
    position: relative;
    width: 100%;
    bottom: auto;
    z-index: 2;
  }
  /* added */
  .sidenav {
    position: absolute;
    float: right;
    right:5px;bottom:10%;
    width: 100%;
    height:auto; padding-right:15px;
    border:0px solid #F60;

  }
  .loginbtn {
    line-height: 20px;
    margin-top: -20px;
    padding: 0 0 10px 0;
  }
  .welc {
    width: 100%;padding-right:5px;
    font-size: 1.5rem;
  }
}

.next-up .next-up-inner {
  padding: 80px;
}

@media only screen and (max-width: 991px) {
  .next-up .next-up-inner {
    padding: 80px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .next-up .next-up-inner {
    padding: 80px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .next-up .next-up-inner {
    padding: 80px 15px;
  }
}

.next-up .next-up-inner h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1;
}

.v-light:not(.no-light) .next-up .next-up-inner h2 {
  color: #000;
}

.next-up .next-up-inner .btn {
  text-align: center;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  width: 100%;
}

.v-light:not(.no-light) .next-up .next-up-inner .btn {
  color: #fff;
}

.next-up .next-up-inner .infos {
  margin-top: 30px;
  text-transform: uppercase;
}

.next-up .next-up-inner .infos .infos_content {
  font-size: 17px;
  letter-spacing: 2px;
  color: #fff;
}

.v-light:not(.no-light) .next-up .next-up-inner .infos .infos_content {
  color: #000;
}

.next-up .next-up-inner .infos a {
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 600;
  background-color: #f9f9f9;
  color: #000;
}

/* Next/Previous Page */
.contact-up {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .contact-up .container, .contact-up .header-project .link-vist, .header-project .contact-up .link-vist {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-up .c-wapp {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-up .c-wapp:after, .contact-up .c-wapp:before,
.contact-up .c-wapp .section-bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  top: 0;
  background-color: #090909;
  -webkit-transform: skew(22deg);
  -ms-transform: skew(22deg);
  transform: skew(22deg);
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
  left: -70px;
  right: -70px;
}

.v-light:not(.no-light) .contact-up .c-wapp:after, .v-light:not(.no-light) .contact-up .c-wapp:before, .v-light:not(.no-light)
.contact-up .c-wapp .section-bg::before {
  background-color: #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp:after, .contact-up .c-wapp:before,
  .contact-up .c-wapp .section-bg::before {
    display: none;
  }
}

.contact-up .c-wapp:after {
  right: auto;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.contact-up .c-wapp:before {
  left: auto;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.contact-up .c-wapp .section-bg {
  top: 0;
  left: 0;
  background-color: #090909;
  -webkit-transform: skew(22deg);
  -ms-transform: skew(22deg);
  transform: skew(22deg);
}

.v-light:not(.no-light) .contact-up .c-wapp .section-bg {
  background-color: #e6e6e6;
}

.contact-up .c-wapp .section-bg::before {
  left: 0;
  right: 0;
  width: 0;
  background-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.v-light:not(.no-light) .contact-up .c-wapp .section-bg::before {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp .section-bg {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.contact-up .c-wapp a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.contact-up .c-wapp a .hiring {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.contact-up .c-wapp a .hiring:after {
  content: attr(data-dsn-content);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

.v-light:not(.no-light) .contact-up .c-wapp a .hiring {
  -webkit-text-stroke: 1px #000;
}

.v-light:not(.no-light) .contact-up .c-wapp a .hiring:after {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a .hiring {
    display: block;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 400px) {
  .contact-up .c-wapp a .hiring {
    font-size: 28px;
  }
}

.contact-up .c-wapp a .career {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.v-light:not(.no-light) .contact-up .c-wapp a .career {
  color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .contact-up .c-wapp a .career {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
}

.contact-up .c-wapp:hover:after, .contact-up .c-wapp:hover:before {
  -webkit-transform: skew(22deg) scaleX(0);
  -ms-transform: skew(22deg) scaleX(0);
  transform: skew(22deg) scaleX(0);
}

.contact-up .c-wapp:hover:before {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.contact-up .c-wapp:hover:after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.contact-up .c-wapp:hover .section-bg::before {
  width: 100%;
}

.contact-up .c-wapp:hover a .hiring:after {
  -webkit-clip-path: inset(0% 0% 0% 100%);
  clip-path: inset(0% 0% 0% 100%);
}

.next-project {
  height: 85vh;
}

.next-project .img-next-box {
  top: 0;
}

.next-project.dsn-active .title .img-box-shadow {
  opacity: 0;
}

.v-light:not(.no-light) .next-project .title {
  color: #fff;
}

.next-project .title .img-box-shadow {
  position: absolute;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #000), to(rgba(0, 0, 0, 0.26)));
  background-image: -webkit-linear-gradient(right, #000 20%, rgba(0, 0, 0, 0.26) 100%);
  background-image: -o-linear-gradient(right, #000 20%, rgba(0, 0, 0, 0.26) 100%);
  background-image: linear-gradient(to left, #000 20%, rgba(0, 0, 0, 0.26) 100%);
  height: 95vh;
  bottom: 50%;
  margin-bottom: -43vh;
  -webkit-transition: opacity 2.5s;
  -o-transition: opacity 2.5s;
  transition: opacity 2.5s;
  z-index: -1;
}

.next-project .title a:hover + .img-box-shadow {
  opacity: 0;
}

.next-project .bg-title {
  top: 20px;
  left: 0;
  font-size: 8vw;
  line-height: 1;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  opacity: 0.035;
  z-index: -1;
}

.next-project .next-label {
  top: 0;
}

.next-project .next-inner {
  z-index: 2;
}

.next-project .metas {
  margin-bottom: 25px;
}

.next-project a.link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}

.next-project a.link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f9f9f9;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.next-project a.link:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.next-project + .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .next-project + .footer {
    padding-top: 30px;
  }
}

.v-light:not(.no-light) .next-project + .footer .column-left .footer-social a {
  color: #fff;
}

.v-light:not(.no-light) .next-project + .footer .column-right h5,
.v-light:not(.no-light) .next-project + .footer .column-right .link-hover {
  color: #fff;
}

.v-light:not(.no-light) .next-project + .footer .scroll-top img {
  -webkit-filter: none;
  filter: none;
}

.v-light:not(.no-light) .next-project + .footer .scroll-top i {
  color: #fff;
}

/* Next/Previous Page */
.next-post-up {
  position: relative;
  background-color: #090909;
  overflow: hidden;
}

.v-light:not(.no-light) .next-post-up {
  background-color: #e6e6e6;
}

.next-post-up::before {
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  content: "";
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.v-light:not(.no-light) .next-post-up::before {
  background-color: #f9f9f9;
}

.next-post-up .c-wapp {
  width: 100%;
  display: table;
}

.next-post-up .c-wapp::before, .next-post-up .c-wapp:after {
  display: none;
}

.next-post-up .c-wapp a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .next-post-up .c-wapp a {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.next-post-up .c-wapp a .hiring {
  width: 50%;
  text-align: left;
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  .next-post-up .c-wapp a .hiring {
    display: block;
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 400px) {
  .next-post-up .c-wapp a .hiring {
    font-size: 28px;
  }
}

.next-post-up .c-wapp a .career {
  color: #fff;
  width: 50%;
  position: relative;
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.v-light:not(.no-light) .next-post-up .c-wapp a .career {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .next-post-up .c-wapp a .career {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.next-post-up:hover::before {
  width: 100%;
}

.dsn-pagination {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .dsn-pagination {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.dsn-pagination .page-numbers {
  position: relative;
  font-size: 64px;
  font-weight: bold;
  margin-right: 30px;
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .page-numbers {
    font-size: 30px;
    margin-right: 20px;
  }
}

.dsn-pagination .page-numbers.current {
  color: #fff;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.v-light:not(.no-light) .dsn-pagination .page-numbers.current {
  color: #000;
}

.dsn-pagination .page-numbers:hover {
  color: #fff;
}

.v-light:not(.no-light) .dsn-pagination .page-numbers:hover {
  color: #000;
}

.dsn-pagination .next,
.dsn-pagination .prev {
  width: 90px;
  height: 90px;
  top: 20px;
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next,
  .dsn-pagination .prev {
    width: 60px;
    height: 60px;
  }
}

.dsn-pagination .next .button-m,
.dsn-pagination .prev .button-m {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m,
  .dsn-pagination .prev .button-m {
    width: 65px;
    height: 65px;
  }
}

.dsn-pagination .next .button-m:before,
.dsn-pagination .prev .button-m:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  background: #090909;
  -webkit-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.dsn-pagination .next .button-m svg,
.dsn-pagination .prev .button-m svg {
  position: absolute;
  top: 0;
  left: -10%;
  fill: #fff;
  z-index: 1;
  width: 30px;
  height: 100%;
  opacity: 1;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m svg,
  .dsn-pagination .prev .button-m svg {
    left: -35%;
  }
}

.dsn-pagination .next .button-m span,
.dsn-pagination .prev .button-m span {
  top: 38px;
  position: relative;
  display: block;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transform: translateX(9%);
  -ms-transform: translateX(9%);
  transform: translateX(9%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next .button-m span,
  .dsn-pagination .prev .button-m span {
    top: 25px;
    left: -5px;
  }
}

.dsn-pagination .next .button-m:hover:before,
.dsn-pagination .prev .button-m:hover:before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.dsn-pagination .next .button-m:hover svg,
.dsn-pagination .prev .button-m:hover svg {
  opacity: 0;
  -webkit-transform: translateX(-20%) !important;
  -ms-transform: translateX(-20%) !important;
  transform: translateX(-20%) !important;
}

.dsn-pagination .next .button-m:hover span,
.dsn-pagination .prev .button-m:hover span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.dsn-pagination .next.prev .button-m,
.dsn-pagination .prev.prev .button-m {
  margin-right: 10px;
  margin-left: 0;
}

.dsn-pagination .next.prev .button-m svg,
.dsn-pagination .prev.prev .button-m svg {
  right: -10%;
  left: auto;
  -webkit-transform: translateX(-20%) rotate(180deg);
  -ms-transform: translateX(-20%) rotate(180deg);
  transform: translateX(-20%) rotate(180deg);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next.prev .button-m svg,
  .dsn-pagination .prev.prev .button-m svg {
    right: -35%;
  }
}

.dsn-pagination .next.prev .button-m span,
.dsn-pagination .prev.prev .button-m span {
  -webkit-transform: translateX(-9%);
  -ms-transform: translateX(-9%);
  transform: translateX(-9%);
}

@media only screen and (max-width: 575px) {
  .dsn-pagination .next.prev .button-m span,
  .dsn-pagination .prev.prev .button-m span {
    top: 25px;
    right: -5px;
    left: auto;
  }
}

.dsn-pagination .next.prev:hover svg,
.dsn-pagination .prev.prev:hover svg {
  -webkit-transform: translateX(20%) rotate(180deg) !important;
  -ms-transform: translateX(20%) rotate(180deg) !important;
  transform: translateX(20%) rotate(180deg) !important;
}

.dsn-pagination .next.prev:hover span,
.dsn-pagination .prev.prev:hover span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.title-cover {
  position: absolute;
  width: 100%;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 10vw;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
  text-transform: uppercase;
  pointer-events: none;
  overflow: hidden;
}

/* added background */
.intro-about {
  /*background: url('../img/bg-index-2.jpg');*/
  background-size: cover;
  background-position: top left;
}


.intro-about .intro-about-info {
  padding-right: 50px;
}

.speech_normal {
  font-size: 1.4rem;
  line-height: 110%;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}
.speech {
  font-size: 1.1rem;
  line-height: 100%;
  font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
}

@media only screen and (max-width: 991px) {
  .intro-about .intro-about-info {
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.intro-about .intro-about-info .accordion__item {
  margin-bottom: 0;
  padding: 10px 0px;
  border-bottom: 1px solid #0e0e0d;
}

.intro-about .intro-about-info .accordion__item:first-of-type {
  padding-top: 0;
}

.v-light:not(.no-light) .intro-about .intro-about-info .accordion__item {
  border-color: #bebebe;
}

.intro-about .intro-about-info .accordion__answer {
  padding-left: 50px;
}

.intro-about .intro-about-info .accordion__answer p {
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .intro-about .intro-about-info .accordion__answer {
    padding-left: 0;
  }
}

.intro-about .box-img {
  height: 100%;
  padding-left: 50px;
}

@media only screen and (max-width: 991px) {
  .intro-about .box-img {
    padding-left: 0;
    height: 80vh;
  }
}

@media only screen and (max-width: 767px) {
  .intro-about .box-img img {
    width: 100%;
  }
}

.intro-about .box-img .exper {
  bottom: 0;
  left: 0;
  padding: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .intro-about .box-img .exper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .intro-about .box-img .exper {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 400px) {
  .intro-about .box-img .exper {
    width: 100%;
  }
}

.v-light:not(.no-light) .intro-about .box-img .exper {
  background-color: #d90a2c;
}

.intro-about .box-img .exper .numb-ex .word-text {
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  line-height: 85px;
}

.intro-about .box-img .exper h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}

.v-light:not(.no-light) .intro-about .box-img .exper h4 {
  color: #fff;
}

.accordion {
  width: 100%;
  line-height: 1.2;
}

.accordion__answer {
  display: none;
  /*max-width: 400px;*/
  width: 100%;
  padding-top: 10px;
  font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
  /*font-size: 20px;*/
  font-size: 0.9rem
}

.accordion__answer.active {
  display: block;
}

.accordion__item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .accordion__item {
    margin-bottom: 20px;
  }
}

.accordion__item:last-of-type {
  margin-bottom: 0;
}

.accordion__question {
  padding: 8px 15px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion__question:first-of-type {
  padding-top: 0;
}

.accordion__question .icon {
  width: 35px;
  margin-right: 15px;
}

.accordion__question h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.accordion__question::before {
  content: "";
  display: inline-block;
  border: solid #00ffbc;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.v-light:not(.no-light) .accordion__question::before {
  border-color: #d90a2c;
}

.expanded.accordion__question::before {
  content: "";
  border: solid #00ffbc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.v-light:not(.no-light) .expanded.accordion__question::before {
  border-color: #d90a2c;
}

.intro-project {
  position: relative;
}

.intro-project .intro-text {
  position: relative;
}

.intro-project .title-cover {
  text-align: left;
}

.intro-project h2 {
  letter-spacing: 2px;
}

.intro-project:not(.text-center) .inner {
  max-width: 750px;
}

.intro-project .inner > p {
  font-weight: bold;
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .intro-project .inner > p {
    font-size: 14px;
  }
}

.intro-project.text-center .intro-text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 750px;
}

@media only screen and (max-width: 575px) {
  .intro-project.text-center .intro-text {
    max-width: 100%;
    overflow: hidden;
  }
}

.intro-project.text-center .intro-text .title-cover {
  text-align: center;
}

.intro-project.text-center .intro-text .intro-project-details {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-tag {
  width: 60%;
  height: auto;
}

.about-me {
  padding: 50px 0;
}

.about-me .after-bg.cover-bg {
  background-size: auto;
  background-repeat: repeat;
}

.about-me .content {
  z-index: 2;
}

.about-me .title-block {
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: inherit;
}

@media only screen and (max-width: 767px) {
  .about-me .title-block {
    margin-bottom: 15px;
  }
}

.about-me .section-bg {
  top: 0;
  left: 0;
  width: calc(100% - ((100vw - 1140px) / 2) - 15px);
  height: 100%;
  background-color: #090909;
  border-top: 2px solid #0e0e0d;
}

.v-light:not(.no-light) .about-me .section-bg {
  background-color: #e6e6e6;
  border-color: #bebebe;
}

.about-me .section-bg .after-bg {
  top: 0;
  left: 0;
  opacity: 0.05;
}

@media only screen and (max-width: 991px) {
  .about-me .section-bg {
    width: 100%;
  }
}

.about-me .section-bg::after {
  left: 0;
}

.service-content {
  /*width:18%; margin-right:2%;*/
  width:13%; margin-right:2%; /* 12.2 */
  margin-bottom: 20px;
}

.service:not(.service-3) .service-content:nth-of-type(n + 3) {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .service-content {
    width:27%; margin-right:5%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service:not(.service-3) .service-content:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .service-content {
    width:27%; margin-right:5%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .service:not(.service-3) .service-content:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.service .services-item {
  padding: 30px 30px 50px;
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.02);
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.02);
  border: 2px solid #0e0e0d;
}

.v-light:not(.no-light) .service .services-item {
  border-color: #bebebe;
}

@media only screen and (max-width: 991px) {
  .service .services-item {
    padding: 30px 25px;
  }
}

.service .services-item .after-bg {
  top: 0;
  left: 0;
  opacity: 0.01;
}

@media only screen and (max-width: 767px) {
  .service .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service .services-item span {
  font-size: 55px;
  font-weight: 100;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  line-height: 95px;
  height: 60px;
  overflow: hidden;
}

.v-light:not(.no-light) .service .services-item span {
  color: #d90a2c;
}

@media only screen and (max-width: 991px) {
  .service .services-item span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .service .services-item span {
    display: none;
  }
}

.service .services-item .icon {
  margin-right: 25px;
  line-height: 100px;
}

@media only screen and (max-width: 991px) {
  .service .services-item .icon {
    line-height: initial;
  }
}

@media only screen and (max-width: 767px) {
  .service .services-item .icon {
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

.service .services-item .icon img {
  width: 90px;
}

@media only screen and (max-width: 767px) {
  .service .services-item .icon img {
    width: 40px;
  }
}

.service.service-3 .service-content:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .service.service-3 .service-content:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .service.service-3 .service-content:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.service.service-3 .services-item {
  padding: 25px;
  height: 440px;
}

.service.service-3 .services-item .bg-section {
  left: 0;
}

.service.service-3 .services-item .bg-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(9, 9, 9, 0.5);
  -webkit-box-shadow: inset 0 -75px 60px -35px #000;
  box-shadow: inset 0 -75px 60px -35px #000;
  -webkit-transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
}

.v-light:not(.no-light) .service.service-3 .services-item .bg-section:after {
  background-color: rgba(249, 249, 249, 0.9);
  -webkit-box-shadow: inset 0 -75px 60px -35px #f9f9f9;
  box-shadow: inset 0 -75px 60px -35px #f9f9f9;
}

.service.service-3 .services-item .box-content {
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.service.service-3 .services-item .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.v-light:not(.no-light) .service.service-3 .services-item .box-content:after {
  background-color: #f9f9f9;
}

.service.service-3 .services-item .box-content .icon {
  margin-right: 0;
  margin-bottom: 20px;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.service.service-3 .services-item .box-content .icon img {
  width: 60px;
}

.service.service-3 .services-item .box-content .content-inner {
  margin: auto;
  z-index: 2;
}

.service.service-3 .services-item .box-content .content-inner .content {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service.service-3 .services-item .box-content .content-inner p {
  opacity: 0;
}

.service.service-3 .services-item:hover .bg-section:after {
  opacity: 1;
}

.service.service-3 .services-item:hover .box-content:after {
  opacity: 0;
}

.service.service-3 .services-item:hover .box-content .icon {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.service.service-3 .services-item:hover .box-content .content {
  margin-top: -80px;
}

.service.service-3 .services-item:hover .box-content .content p {
  position: relative;
  opacity: 1;
}

.hero-about .sm-title-block {
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.6;
}

.hero-about .sm-title-block + p {
  margin-top: 20px;
}

.services-about {
  position: relative;
  overflow: hidden;
}

.services-about .services-wp {
  position: relative;
}

.services-about .services-wp .box-title-services {
  position: relative;
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .services-about .services-wp .box-title-services {
    padding-right: 0;
  }
}

.services-about .services-wp .box-title-services ul {
  position: relative;
  list-style: none;
}

@media only screen and (max-width: 991px) {
  .services-about .services-wp .box-title-services ul {
    margin-bottom: 30px;
  }
}

.services-about .services-wp .box-title-services ul li {
  padding: 15px 0px;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 2rem; line-height:1.1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1.5;
  border-bottom: 1px solid #0e0e0d;
}

.v-light:not(.no-light) .services-about .services-wp .box-title-services ul li {
  color: #000;
  border-color: #bebebe;
}

.services-about .services-wp .box-title-services ul li.appform {
  display: inline-block;
  /*width: 30%;*/
  width:auto;
  margin-right: 70px;
  border-bottom: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 100%;
  font-size: 1rem
}
.services-about .services-wp .box-title-services ul li.appform:last-child {
  margin-right: 0
}

@media only screen and (max-width: 991px) {
  .services-about .services-wp .box-title-services ul li {
    display: inline-block;
    margin-right: 25px;
    border-bottom: 0;
    padding: 0;
  }

  .services-about .services-wp .box-title-services ul li.appform {
    display: inline-block;
    width: 30%;
    margin-right: 10px;
    border-bottom: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 100%;
    font-size: 1rem
  }
  .services-about .services-wp .box-title-services ul li.appform:last-child {
    margin-right: 0
  }

}

.services-about .services-wp .box-title-services ul li:first-of-type {
  padding-top: 0;
}

.services-about .services-wp .box-title-services ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.services-about .services-wp .box-title-services ul li.active {
  color: #00ffbc;
  text-decoration: underline;
}

.v-light:not(.no-light) .services-about .services-wp .box-title-services ul li.active {
  color: #d90a2c;
  text-decoration: underline;
}

.services-about .services-wp .content {
  position: relative;
}

.services-about .services-wp .content .services-item-info {
  position: relative;
  display: none;
  z-index:99999
}

.services-about .services-wp .content .services-item-info h5 {
  color: #00ffbc;
  font-weight: 500;
  margin-bottom: 20px;
}

.v-light:not(.no-light) .services-about .services-wp .content .services-item-info h5 {
  color: #d90a2c;
}

.services-about .services-wp .content .services-item-info ul {
  margin-top: 20px;
  list-style: none;
}

.services-about .services-wp .content .services-item-info ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.1;
}

.services-about .services-wp .content .services-item-info ul li:last-child {
  margin-bottom: 0;
}

.services-about .services-wp .content .services-item-info ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border-radius: 100%;
  background: #00ffbc;
}

.v-light:not(.no-light) .services-about .services-wp .content .services-item-info ul li:after {
  background-color: #d90a2c;
}

.services-about .services-wp .content .services-item-info:first-child {
  display: block;
}

.skills-personal {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .skills-personal {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.skills-personal .skills-inner {
  position: relative;
  background-color: #000;
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.v-light:not(.no-light) .skills-personal .skills-inner {
  background-color: #f9f9f9;
}

.skills-personal .skills-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150%;
  height: 100%;
  left: -50%;
  background-color: inherit;
  border-top: 2px solid #0e0e0d;
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner::before {
    border: 0;
  }
}

.v-light:not(.no-light) .skills-personal .skills-inner::before {
  border-color: #bebebe;
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner::before {
    right: -25%;
    left: -25%;
  }
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner {
    padding-right: 0;
  }
}

.skills-personal .skills-inner .box-text {
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .skills-personal .skills-inner .skills-wapper {
    margin-top: 30px;
  }
}

.skills-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .skills-item {
    margin-bottom: 20px;
  }
}

.skills-item:last-of-type {
  margin-bottom: 0;
}

.skills-item .bar {
  position: relative;
  width: 100%;
  height: 25px;
  background-color: #090909;
  border-radius: 4px;
}

.v-light:not(.no-light) .skills-item .bar {
  background-color: #e6e6e6;
}

.skills-item .bar .fill {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #00ffbc;
  background-image: url("../img/pattern.png");
  border-radius: 4px;
}

.v-light:not(.no-light) .skills-item .bar .fill {
  background-color: #d90a2c;
}

.skills-item .bar .fill .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.skills-item .bar .fill:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.our-work .container-fluid {
  padding: 0;
}

.our-work .slick-list {
  padding: 0;
}

.our-work .work-item {
  height: 100vh;
}

.our-work .work-item .img-next-box::before {
  z-index: -1;
}

.our-work .work-item img {
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  margin-top: 9%;
}


.our-work .work-item:hover img {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.our-work .work-item a {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.our-work .work-item a[data-dsn-grid="moveUp"] img {
  height: 120%;
}

.our-work .work-item .item-border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.6s, background-color 0.6s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.6s;
  z-index: 1;
}

.our-work .work-item .item-info {
  left: 0;
  padding: 10px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  -o-transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  z-index: 2;
  top: auto;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .our-work .work-item .item-info {
    padding: 10px 15px;
  }
}

.our-work .work-item .item-info .cat {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  opacity: 0.9;
}

.v-light:not(.no-light) .our-work .work-item .item-info .cat {
  /*color: rgba(255, 255, 255, 0.69);*/
  color: rgba(255, 255, 255, 1);
}

/* added */
.our-work .work-item .videohigh {
  width:100%;
  text-align: right; float: right;
  opacity: 0; border:0px solid #F60
}

.our-work .work-item .item-info h4 {
  font-size: 25px;
  -webkit-transition: margin-bottom 0.5s ease;
  -o-transition: margin-bottom 0.5s ease;
  transition: margin-bottom 0.5s ease;
  z-index: 3;
  font-weight: 600;
}

.v-light:not(.no-light) .our-work .work-item .item-info h4 {
  color: #fff;
}

.our-work .work-item .item-info p {
  margin-top: 10px;
}

.v-light:not(.no-light) .our-work .work-item .item-info p {
  color: #fff;
}

.our-work .work-item .item-info span {
  margin-top: 10px;
  color: #fff;
  opacity: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.our-work .work-item:hover .item-border {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background: rgb(247,104,70, 0.5);
  /*background: linear-gradient(129deg, rgba(247,104,70,0.5) 0%, rgba(0,0,0,0.5) 100%); opacity: 0.6*/
  background: linear-gradient(129deg, rgba(0,255,188,0.5) 0%, rgba(0,255,188,0.5) 100%); opacity: 0.6
}

.our-work .work-item:hover .item-info {
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
}

.our-work .work-item:hover .item-info h4 {
  margin-bottom: 10px;
}

.our-work .work-item:hover .videohigh  {
  opacity: 1;
}

.our-work .work-item:hover .item-border {

}

.work-masonry .filterings-t {
  position: relative;
  margin-bottom: 35px;
}

.work-masonry .filterings-t .filtering-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .work-masonry .filterings-t .filtering-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .work-masonry .filterings-t .filtering-wrap {
    border-bottom: 0;
    text-align: left;
  }
}

.v-light:not(.no-light) .work-masonry .filterings-t .filtering-wrap {
  border-bottom: solid 2px rgba(190, 190, 190, 0.27);
}

.work-masonry .filterings-t .filtering-wrap .filtering {
  overflow: auto;
  position: relative;
  margin-bottom: -2px;
}

.work-masonry .filterings-t .filtering-wrap .filtering button {
  color: #fff;
  width: auto;
  margin: 0 20px 0 0;
  padding: 0 5px 10px 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.work-masonry .filterings-t .filtering-wrap .filtering button:last-child {
  margin: 0;
}

@media only screen and (max-width: 575px) {
  .work-masonry .filterings-t .filtering-wrap .filtering button {
    margin-right: 10px;
  }
  .work-masonry .filterings-t .filtering-wrap .filtering button:last-of-type {
    margin-top: 15px;
  }
}

.v-light:not(.no-light) .work-masonry .filterings-t .filtering-wrap .filtering button {
  color: #0009;
}

.work-masonry .filterings-t .filtering-wrap .filtering button.active {
  font-weight: bold;
  border-bottom: solid 2px #fff;
}

.v-light:not(.no-light) .work-masonry .filterings-t .filtering-wrap .filtering button.active {
  border-bottom: solid 2px #bebebe;
}

.work-masonry .filterings-t.text-center .filtering-wrap {
  margin: auto;
}

.work-masonry .projects-list {
  margin-left: -15px;
}

.work-masonry .projects-list .work-item-box {
  width: auto;
  padding: 0;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.work-masonry .projects-list .work-item-box .work-item {
  height: auto;
}

.work-masonry .projects-list .work-item-box .work-item .img-next-box::before {
  display: none;
}

.awards-section {
  position: relative;
}

.awards-section .awards-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #1e1e1e;
}

.v-light:not(.no-light) .awards-section .awards-item {
  border-color: #bebebe;
}

.awards-section .awards-item .sm-title-block {
  letter-spacing: 0;
}

.awards-section .awards-item .btn {
  background-color: #00ffbc;
}

.v-light:not(.no-light) .awards-section .awards-item .btn {
  background-color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .awards-section .awards-item .block-awards {
    text-align: left;
  }
  .awards-section .awards-item .block-awards .btn {
    margin-top: 20px;
  }
}

.awards-section .awards-item:first-of-type {
  padding-top: 0;
}

.awards-section .awards-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}


.our-blog.our-blog-classic .blog-classic-item {
  margin-bottom: 40px;
}


.our-blog.our-blog-classic .blog-classic-item:nth-of-type(n + 4) {
  /*margin-top: 50px;*/
}

@media only screen and (max-width: 767px) {
  .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n + 3) {
    /*margin-top: 30px;*/
  }
}

@media only screen and (max-width: 575px) {
  .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n + 2) {
    /*margin-top: 30px;*/
  }
}

/* added */
.our-blog.our-blog-classic .blog-classic-item .box-content .entry-date a {
  color: #FFFFFF;
}

.our-blog.our-blog-classic .blog-classic-item .box-content .box-text {
  width: 85%;
  float: left
}

.our-blog.our-blog-classic .blog-classic-item .box-content .box-button {
  width: 15%;
  float: left;
}

.our-blog.our-blog-classic .blog-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  /*padding: 80px 25px;*/
  padding: 10px;
  /*border: 2px solid #0e0e0d;*/
  margin-right: 0;
}

.v-light:not(.no-light) .our-blog.our-blog-classic .blog-item {
  border-color: #bebebe;
}

@media only screen and (max-width: 991px) {
  .our-blog.our-blog-classic .blog-item {
    /*padding: 30px 25px;*/
    padding: 10px;
  }
  .our-blog.our-blog-classic .blog-classic-item .box-content .box-text {
    width: 100%;
    float: none;

  }


}

.our-blog.our-blog-classic .blog-item .after-bg {
  top: 0;
  left: 0;
  /*opacity: 0.05;*/
  opacity: 1
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.our-blog.our-blog-classic .blog-item .after-bg img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.our-blog.our-blog-classic .blog-item.blog-item-active .after-bg {
  opacity: 1;
}

.our-blog.our-blog-classic .blog-item.blog-item-active .after-bg img {
  opacity: 1;
}

.our-blog.our-blog-classic .blog-item:hover .after-bg {
  opacity: 1;
}

.our-blog.our-blog-classic .blog-item:hover .after-bg img {
  opacity: 1;
}

.our-blog.our-blog-classic .blog-item .box-content {
  padding: 0;
}

.our-blog.our-blog-classic .blog-item .box-content .entry-date {
  font-weight: 600;
  margin-bottom: 20px;
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist {
  left: auto;
  bottom: auto;
  margin-top: 0px;
  margin-left: 10px
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist .link-vist-text {
  font-weight: bold;
}

.our-blog.our-blog-classic .blog-item .box-content .link-vist .link-vist-text::before {
  height: 1.5px;
}

.our-blog.our-blog-sub .blog-sub-item:nth-of-type(n + 4) {
  /*margin-top: 50px;*/
}

@media only screen and (max-width: 767px) {
  .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.our-blog.our-blog-sub .blog-item {
  padding: 30px 25px;
  overflow: hidden;
}

.our-blog.our-blog-sub .blog-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(280deg, rgba(255, 255, 255, 0.1), transparent 75%);
  background: -o-linear-gradient(280deg, rgba(255, 255, 255, 0.1), transparent 75%);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.1), transparent 75%);
  -webkit-transform: skew(-10deg) translateX(50%);
  -ms-transform: skew(-10deg) translateX(50%);
  transform: skew(-10deg) translateX(50%);
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
}

.our-blog.our-blog-sub .blog-item .after-bg {
  opacity: 0.09;
}

.our-blog.our-blog-sub .blog-item .after-bg img {
  opacity: 1;
}

.our-blog.our-blog-sub .blog-item .box-content {
  position: relative;
  z-index: 2;
}

.our-blog.our-blog-sub .blog-item .box-content .box-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our-blog.our-blog-sub .blog-item .box-content .entry-date {
  color: #fff;
  margin-bottom: auto;
}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .box-content .entry-date {
  color: #000;
}

.our-blog.our-blog-sub .blog-item .box-content .entry-date span.day {
  display: block;
  font-size: 35px;
  font-weight: bold;
  color: #00ffbc;
  line-height: 0.8;
}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .box-content .entry-date span.day {
  color: #d90a2c;
}

.our-blog.our-blog-sub .blog-item .box-content .content-bottom {
  margin-top: 60%;
}

.our-blog.our-blog-sub .blog-item .category {
  margin-bottom: 20px;
}

.our-blog.our-blog-sub .blog-item .category a {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.2px;
}

.v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .category a {
  color: #0009;
}

.our-blog.our-blog-sub .blog-item .title-block {
  margin-bottom: 0;
}

.our-blog.our-blog-sub .blog-item .link-vist {
  margin-top: 10px;
}

.our-blog.our-blog-sub .blog-item:hover:before {
  -webkit-transform: skew(-10deg) translateX(25%);
  -ms-transform: skew(-10deg) translateX(25%);
  transform: skew(-10deg) translateX(25%);
}

.our-blog.our-blog-sub .blog-item:hover .after-bg {
  opacity: 0.04;
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-text {
  color: #000;
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-text:before {
  background-color: #000;
}

.v-light:not(.no-light) .our-blog .link-vist .link-vist-arrow svg * {
  stroke: #000;
}

.video-section {
  height: 90vh;
}

.video-section .text-play,
.video-section .play-btn,
.video-section .icon-circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .video-section .play-btn {
    background-color: #00ffbc;
  }
  .v-light:not(.no-light) .video-section .play-btn {
    background-color: #d90a2c;
  }
}

.video-section .icon-circle {
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #00ffbc;
}

.v-light:not(.no-light) .video-section .icon-circle {
  background-color: #d90a2c;
}

.video-section .text-play {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonials-2:not(.testimonials-3) .testimonials-main-content {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .testimonials-2:not(.testimonials-3) .testimonials-main-content {
    padding: 30px 0;
  }
}

.testimonials-2 .slick-list {
  padding: 0 !important;
}

.testimonials-2 .testimonials-nav {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .testimonials-2 .testimonials-nav {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .testimonials-2 .testimonials-nav {
    display: none;
  }
}

.testimonials-2 .testimonials-nav .testimonials-nav-item-inner {
  width: 70%;
  text-align: center;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .testimonials-2 .testimonials-nav .testimonials-nav-item-inner {
    width: 50%;
  }
}

.testimonials-2 .testimonials-nav .testimonials-nav-item-inner img {
  width: 100%;
  border-radius: 50%;
}

.testimonials-2 .testimonials-nav .slick-current .testimonials-nav-item-inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testimonials-2 .testimonials-main-content {
  position: relative;
}

.testimonials-2 .testimonials-main-content:after {
  content: "”";
  right: 30px;
  bottom: -40px;
  position: absolute;
  font-size: 150px;
  font-weight: bold;
  color: #fff;
  opacity: 0.3;
}

@media only screen and (max-width: 575px) {
  .testimonials-2 .testimonials-main-content:after {
    display: none;
  }
}

.testimonials-2 .testimonials-main-content .testimonials-item .top-box {
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .testimonials-2 .testimonials-main-content .testimonials-item .top-box {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonials-2 .testimonials-main-content .testimonials-item .top-box {
    padding: 0 15px;
  }
}

.testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #00ffbc;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  margin-top: 20px;
  padding: 20px 65px 20px 40px;
}

.v-light:not(.no-light) .testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
  background-color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
    padding: 20px 40px 20px 20px;
  }
}

.testimonials-2 .testimonials-main-content .testimonials-item .sm-title-block {
  margin-bottom: 10px;
}

.v-light:not(.no-light) .testimonials-2 .testimonials-main-content .testimonials-item .sm-title-block {
  color: #fff;
}

.testimonials-2 .testimonials-main-content .testimonials-item h6 {
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.testimonials-2.testimonials-3 .testimonials-nav {
  position: relative;
  overflow: hidden;
}

.testimonials-2.testimonials-3 .testimonials-nav::before {
  content: "";
  position: absolute;
  top: -35px;
  right: 65%;
  width: 100%;
  height: 350px;
  border: 2px solid #0e0e0d;
  border-radius: 50%;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3 .testimonials-nav::before {
  border-color: #bebebe;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-nav::before {
    display: none;
  }
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin-bottom: 10px;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner img {
  width: 80px;
  border-radius: 50%;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info {
  margin-left: 10px;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h5 {
  color: #00ffbc;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h5 {
  color: #d90a2c;
}

.testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h6 {
  font-size: 14px;
  font-weight: 500;
}

.testimonials-2.testimonials-3 .testimonials-nav .slick-current .testimonials-nav-item-inner {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-nav .slick-current .testimonials-nav-item-inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.testimonials-2.testimonials-3 .testimonials-main-content {
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-main-content {
    padding-bottom: 0;
  }
}

.testimonials-2.testimonials-3 .testimonials-main-content:after {
  display: none;
}

.testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item .top-box {
    padding-left: 0;
  }
}

.testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item:after {
  content: "”";
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 40px;
  line-height: 0.7;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item:before {
  content: "”";
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size: 40px;
  line-height: 0.7;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item {
    padding: 0;
  }
}

.testimonials-2.testimonials-3 .slick-arrow {
  bottom: -20px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 2;
}

.testimonials-2.testimonials-3 .slick-arrow.fa-angle-left {
  left: 25px;
}

.testimonials-2.testimonials-3 .slick-arrow.fa-angle-right {
  left: 75px;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3 .slick-arrow {
    display: none !important;
  }
}

.testimonials-2.testimonials-3.testimonials-new {
  position: relative;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
  position: relative;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner:after {
  content: "”";
  font-family: sans-serif;
  position: absolute;
  font-family: sans-serif;
  position: absolute;
  bottom: -70px;
  right: 30px;
  font-weight: 800;
  font-size: 165px;
  line-height: 100px;
  color: #fff;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner:after {
  color: #000;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box .p-larg {
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5 {
  color: #000;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::before, .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::after {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::after {
  background-color: #000;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5::before {
  bottom: 3px;
  width: 80px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #eeeeee), color-stop(35%, #bababa), color-stop(65%, #999), to(#212121));
  background: -webkit-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
  background: -o-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
  background: linear-gradient(to right, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
}

.testimonials-2.testimonials-3.testimonials-new .section-title-2 {
  position: absolute;
  width: 100%;
  text-align: right;
  margin-bottom: 0;
  top: -60px;
  margin-right: 80px;
  left: 0;
  padding-right: 35px;
}

@media only screen and (max-width: 991px) {
  .testimonials-2.testimonials-3.testimonials-new .section-title-2 {
    position: relative;
    text-align: left;
    top: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonials-2.testimonials-3.testimonials-new .section-title-2 {
    margin-bottom: 40px;
  }
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
  padding: 60px 35px;
}

@media only screen and (max-width: 767px) {
  .testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
    padding: 60px 15px;
  }
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 70%;
  width: 100%;
  height: 210px;
  border: 2px solid #0e0e0d;
  border-radius: 50%;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav .testimonials-nav-item {
  margin: 3px 0;
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner img {
  width: 50px;
  border-radius: 50%;
}

/***
    END Testimonials
 */
.brand-inner .slick-list {
  padding: 20px;
}

.brand-inner .slick-list::before, .brand-inner .slick-list::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.03);
}

.brand-inner .slick-list::before {
  top: 20px;
}

.brand-inner .slick-list::after {
  bottom: 20px;
}

.brand-inner .slick-slide {
  position: relative;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.v-light:not(.no-light) .brand-inner .slick-slide {
  /*background-color: #090909;*/
  background: transparent
}

.brand-inner .slick-slide .after-bg {
  left: 0;
  top: 0;
  opacity: 0.1;
}

.brand-inner .slick-slide:before {
  content: "";
  display: block;
  /*position: absolute;*/position: relative;
  width: 1px;
  height: 110px;
  /*background: rgba(255, 255, 255, 0.03);*/
  background: transparent;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.v-light:not(.no-light) .brand-inner .slick-slide:before {
  /*background-color: #bebebe;*/
  background: transparent;
}

.brand-inner .slick-slide .brand-item {
  z-index: 2;
}

.brand-inner .slick-slide img {
  width: 110px;
}

.brand-client {
  position: relative;
}

.brand-client .wapper-client {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-client .wapper-client .logo-box {
  position: relative;
  background-color: #090909;
  border: 2px solid #0e0e0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(25% - 2px);
  padding: 15px;
  min-height: 240px;
  margin-right: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}

.v-light:not(.no-light) .brand-client .wapper-client .logo-box {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #bebebe;
}

.brand-client .wapper-client .logo-box .after-bg {
  top: 0;
  left: 0;
  opacity: 0.1;
}

@media only screen and (max-width: 991px) {
  .brand-client .wapper-client .logo-box {
    width: calc(33.333% - 2px);
  }
}

@media only screen and (max-width: 767px) {
  .brand-client .wapper-client .logo-box {
    width: calc(50% - 2px);
  }
}

@media only screen and (max-width: 575px) {
  .brand-client .wapper-client .logo-box {
    width: 100%;
  }
}

.brand-client .wapper-client .logo-box img {
  max-width: 180px;
  margin: auto;
}

.brand-client .wapper-client .logo-box .info {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.brand-client .wapper-client .logo-box .info .content {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.56s cubic-bezier(0.77, 0, 0.175, 1);
  background: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
}

.v-light:not(.no-light) .brand-client .wapper-client .logo-box .info .content {
  background-color: #f9f9f9;
}

.brand-client .wapper-client .logo-box .info .content .entry {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10%;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.brand-client .wapper-client .logo-box .info .content .entry div {
  width: 100%;
}

.brand-client .wapper-client .logo-box .info .content .entry div h5 {
  margin-bottom: 20px;
}

.brand-client .wapper-client .logo-box .info .content .entry div a {
  letter-spacing: 2px;
  font-weight: 600;
}

.brand-client .wapper-client .logo-box .info:hover .content {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.facts {
  height: 80vh;
}

@media only screen and (max-width: 991px) {
  .facts {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.facts .bg-section div::before {
  z-index: 1;
}

.v-light:not(.no-light) .facts .section-title h2 {
  color: #fff;
}

.facts .section-title p {
  font-weight: 600;
}

.v-light:not(.no-light) .facts .section-title p {
  color: rgba(255, 255, 255, 0.69);
}

@media only screen and (max-width: 991px) {
  .facts .section-title p {
    margin-left: 0;
  }
}

.facts .section-title span {
  line-height: 50%;
}

@media only screen and (max-width: 991px) {
  .facts .section-title span {
    display: none;
  }
}

.facts .section-title span img {
  width: 70px;
}

.facts .facts-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facts .facts-inner .fact-item {
  width: calc(33.33333% - 15px);
  margin-right: 15px;
  border: 1px solid rgba(165, 100, 51, 0.44);
}

.facts .facts-inner .fact-item:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .facts .facts-inner .fact-item {
    width: 100%;
    margin-right: 0;
  }
  .facts .facts-inner .fact-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.v-light:not(.no-light) .facts .facts-inner .fact-item {
  border-color: #d90a2c;
}

.facts .facts-inner .fact-item .box-title {
  padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
  .facts .facts-inner .fact-item .box-title {
    padding: 30px 15px;
  }
}

.facts .facts-inner .fact-item .box-title h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.v-light:not(.no-light) .facts .facts-inner .fact-item .box-title h5 {
  color: #fff;
}

.facts .facts-inner .fact-item .box-title:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #00ffbc;
  position: absolute;
  left: 15px;
  top: 0;
}

.v-light:not(.no-light) .facts .facts-inner .fact-item .box-title:after {
  background-color: #d90a2c;
}

.facts .facts-inner .fact-item .box-number {
  padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
  .facts .facts-inner .fact-item .box-number {
    padding: 30px 15px;
  }
}

.facts .facts-inner .fact-item .box-number .number {
  color: #fff;
  font-weight: bold;
  font-size: 70px;
  line-height: 0.9;
  letter-spacing: 2px;
}

@media only screen and (max-width: 575px) {
  .facts .facts-inner .fact-item .box-number .number {
    font-size: 42px;
  }
}

.fact-number .fact-number-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fact-number .fact-number-inner .fact-number-item {
  width: 33.33333%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #0e0e0d;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fact-number .fact-number-inner .fact-number-item:nth-child(3), .fact-number .fact-number-inner .fact-number-item:nth-child(6) {
  border-right-width: 0;
}

.fact-number .fact-number-inner .fact-number-item:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.fact-number .fact-number-inner .fact-number-item span {
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  color: #fff;
}

.fact-number .fact-number-inner .fact-number-item .fact-num {
  font-size: 160px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  letter-spacing: 0.05vw;
}

.fact-number .fact-number-inner .fact-number-item .fact-num-title {
  top: 62%;
  left: 68px;
  max-width: 190px;
  padding: 15px 8px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

.team .team-item-inner:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .team .team-item-inner:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .team .team-item-inner:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.team .team-item {
  border: 2px solid #0e0e0d;
}

.v-light:not(.no-light) .team .team-item {
  border-color: #bebebe;
}

.team .team-item .box-img {
  position: relative;
  width: 100%;
  height: 420px;
}

.team .team-item .box-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(27, 26, 26, 0.5);
  -webkit-box-shadow: inset 0 -75px 60px -35px #171616;
  box-shadow: inset 0 -75px 60px -35px #171616;
  -webkit-transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: opacity 0.4s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  z-index: 1;
}

.team .team-item .box-social {
  position: absolute;
  top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 15px;
  z-index: 3;
}

.team .team-item .box-social ul {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.team .team-item .box-social ul li {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: -15px;
  -webkit-transition: all 0.2s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -o-transition: all 0.2s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  transition: all 0.2s cubic-bezier(0.48, 0.83, 0.63, 0.91);
  -webkit-transition-delay: calc(70ms * var(--html-dsn-index));
  -o-transition-delay: calc(70ms * var(--html-dsn-index));
  transition-delay: calc(70ms * var(--html-dsn-index));
  opacity: 0;
}

.team .team-item .box-social ul li .icon-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  border-radius: 50%;
  border: 1px solid #00ffbc;
  z-index: -1;
  opacity: 0;
}

.v-light:not(.no-light) .team .team-item .box-social ul li .icon-circle {
  border: #d90a2c;
}

.team .team-item .box-social ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.team .team-item .box-social ul li:hover .icon-circle {
  opacity: 1;
}

.team .team-item .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 15px;
  padding: 18px 24px 15px;
  background-color: #090909;
  width: calc(100% - 30px);
  z-index: 3;
}

.v-light:not(.no-light) .team .team-item .text-box {
  background-color: #e6e6e6;
}

.team .team-item .text-box h5 {
  position: relative;
  color: rgba(255, 255, 255, 0.69);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.v-light:not(.no-light) .team .team-item .text-box h5 {
  color: #0009;
}

.team .team-item .text-box h5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #00ffbc;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.v-light:not(.no-light) .team .team-item .text-box h5:before {
  background-color: #d90a2c;
}

.team .team-item .text-box h3 {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.v-light:not(.no-light) .team .team-item .text-box h3 {
  color: #000;
}

.team .team-item:hover .box-img::after {
  opacity: 1;
}

.team .team-item:hover .box-social ul {
  visibility: visible;
}

.team .team-item:hover .box-social ul li {
  opacity: 1;
  margin-bottom: 5px;
}

[data-dsn-grid="move-up"],
[data-dsn-grid="moveUp"] {
  position: relative;
  overflow: hidden;
  height: 100vh;
  will-change: transform;
  -webkit-transform: rotateX(2deg);
  transform: rotateX(2deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.container [data-dsn-grid="move-up"], .header-project .link-vist [data-dsn-grid="move-up"], .container [data-dsn-grid="moveUp"], .header-project .link-vist [data-dsn-grid="moveUp"] {
  height: 80vh;
}

[data-dsn-grid="move-up"] img,
[data-dsn-grid="move-up"] video,
[data-dsn-grid="moveUp"] img,
[data-dsn-grid="moveUp"] video {
  position: relative;
  width: 100%;
  top: -30%;
  height: 130%;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

[data-dsn-grid="move-up"] img.has-bigger-scale,
[data-dsn-grid="move-up"] video.has-bigger-scale,
[data-dsn-grid="moveUp"] img.has-bigger-scale,
[data-dsn-grid="moveUp"] video.has-bigger-scale {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

[data-dsn-grid="move-up"] img.has-skew,
[data-dsn-grid="move-up"] video.has-skew,
[data-dsn-grid="moveUp"] img.has-skew,
[data-dsn-grid="moveUp"] video.has-skew {
  -webkit-transform-origin: 0 90%;
  -ms-transform-origin: 0 90%;
  transform-origin: 0 90%;
  -webkit-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg);
}

[data-dsn-grid="move-up"] img.has-opposite-direction,
[data-dsn-grid="move-up"] video.has-opposite-direction,
[data-dsn-grid="moveUp"] img.has-opposite-direction,
[data-dsn-grid="moveUp"] video.has-opposite-direction {
  height: 120%;
  top: 0;
}

[data-dsn-grid="move-up"] img[data-dsn-scale="1"],
[data-dsn-grid="move-up"] video[data-dsn-scale="1"],
[data-dsn-grid="moveUp"] img[data-dsn-scale="1"],
[data-dsn-grid="moveUp"] video[data-dsn-scale="1"] {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

[data-dsn-grid="move-up"].h-100,
[data-dsn-grid="moveUp"].h-100 {
  height: 100%;
}

.section-p h2 {
  max-width: 750px;
  font-size: 25px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .section-p h2 {
    font-size: 22px;
  }
}

.section-p h2.title {
  font-size: 46px;
  margin-bottom: 30px;
  color: #00ffbc;
  text-transform: uppercase;
}

.v-light:not(.no-light) .section-p h2.title {
  color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .section-p h2.title {
    font-size: 28px;
  }
}

.section-p .caption-p {
  margin-top: 15px;
  color: #fff;
}

.v-light:not(.no-light) .section-p .caption-p {
  color: #000;
}

.box-seat {
  position: relative;
}

.box-seat [data-overlay]:before, .box-seat [data-dsn="rStories"].work-masonry .story-item:before, [data-dsn="rStories"].work-masonry .box-seat .story-item:before {
  z-index: 1;
}

.box-seat .pro-text {
  position: absolute;
  background-color: #090909;
  padding: 80px;
  right: 80px;
  bottom: -50px;
  border-radius: 7px;
}

@media only screen and (max-width: 767px) {
  .box-seat .pro-text {
    padding: 80px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .box-seat .pro-text {
    padding: 80px 15px;
  }
}

.box-seat .pro-text:not(.container) {
  max-width: 600px;
}

.box-seat .pro-text .title-cover {
  left: 0;
}

.box-seat .pro-text h3 {
  font-size: 40px;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .box-seat .pro-text h3 {
    font-size: 22px;
  }
}

.v-light:not(.no-light) .box-seat .pro-text {
  background-color: #e6e6e6;
}

.v-light:not(.no-light) .box-seat .pro-text h3 {
  color: #fff;
}

.box-seat .pro-text p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .box-seat .pro-text p {
    margin-top: 20px;
  }
}

.v-light:not(.no-light) .box-seat .pro-text p {
  color: rgba(255, 255, 255, 0.69);
}

.box-seat.box-seat-full .pro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(13, 13, 13, 0.7);
  height: 80%;
  top: 10%;
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text {
  background-color: rgba(0, 0, 0, 0.42);
}

@media only screen and (max-width: 991px) {
  .v-light:not(.no-light) .box-seat.box-seat-full .pro-text {
    background-color: black;
  }
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text h3 {
  color: #fff;
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text p {
  color: rgba(255, 255, 255, 0.69);
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text .link-custom a {
  color: #fff;
}

.v-light:not(.no-light) .box-seat.box-seat-full .pro-text .link-custom a:before {
  color: #000;
  background-color: #fff;
}

.box-seat.box-seat-bottom {
  margin-bottom: 0;
}

.box-seat.box-seat-bottom .pro-text {
  position: relative;
  width: 100%;
  bottom: 150px;
  text-align: center;
  margin-bottom: -150px;
  border-radius: 3px 3px 0 0;
  right: auto;
}

@media only screen and (max-width: 767px) {
  .box-seat.box-seat-bottom .pro-text {
    width: 100%;
  }
}

.v-light:not(.no-light) .box-seat.box-seat-bottom .pro-text h3 {
  color: #000;
}

.v-light:not(.no-light) .box-seat.box-seat-bottom .pro-text p {
  color: #0009;
}

@media only screen and (max-width: 575px) {
  .box-seat.box-seat-center .inner-img {
    height: 80vh;
  }
}

.box-seat.box-seat-center .pro-text {
  max-width: 80%;
  right: 10%;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(9, 9, 9, 0.7);
}

@media only screen and (max-width: 991px) {
  .box-seat.box-seat-center .pro-text {
    max-width: 100%;
    right: 0;
    padding: 40px 20px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .box-seat.box-seat-center .pro-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .box-seat.box-seat-center .pro-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.mask-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(70% + 20px);
  height: 100%;
  background-color: #090909;
  z-index: -1;
}

.v-light:not(.no-light) .mask-bg {
  background-color: #e6e6e6;
}

.slider-project {
  position: relative;
}

.slider-project .item-project {
  height: 85vh;
}

.slider-project .slick-list {
  cursor: -webkit-grab;
  cursor: grab;
}

.slider-project .slick-slide {
  overflow: hidden;
}

.slider-project .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.slider-project .slick-slide.slick-current img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.slider-project.slider-project-3 .item-project {
  height: 75vh;
}

.slider-project.slider-project-3.slider-project-min-height .item-project {
  height: 55vh;
}

.slider-project.slider-project-3 .slick-list {
  padding: 0 20% 0 20%;
}

@media only screen and (max-width: 767px) {
  .slider-project.slider-project-3 .slick-list {
    padding: 0 10% 0 10%;
  }
}

@media only screen and (max-width: 575px) {
  .slider-project.slider-project-3 .slick-list {
    padding: 0 0 0 0;
  }
}

.slider-project.slider-project-3 .slick-slide {
  margin: 0 10px;
}

.slider-project.slider-project-3 .slick-slide img {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 575px) {
  .slider-project.slider-project-3 .slick-slide img {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.box-gallery-vertical {
  position: relative;
  overflow: hidden;
}

.box-gallery-vertical .title-cover {
  text-align: left;
}

.box-gallery-vertical.box-gallery-vertical-order .mask-bg {
  left: 0;
  right: auto;
}

.box-gallery-vertical.box-gallery-vertical-order .row .col-lg-6:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.box-gallery-vertical.box-gallery-vertical-order .box-info {
  padding-right: 50px;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-vertical-order .box-info {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .box-gallery-vertical.box-gallery-vertical-order .box-info {
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.box-gallery-vertical.box-gallery-vertical-order .box-info .vertical-title::before {
  display: none;
}

.box-gallery-vertical [data-dsn-grid="moveUp"] {
  height: 100vh;
  max-width: 500px;
}

.box-gallery-vertical .vertical-title {
  position: relative;
}

.box-gallery-vertical .vertical-title::before {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: -25px;
  right: auto;
  width: 100px;
  top: 50%;
}

.v-light:not(.no-light) .box-gallery-vertical .vertical-title::before {
  background-color: #000;
}

.box-gallery-vertical .vertical-title h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.box-gallery-vertical .box-info {
  position: relative;
  padding-left: 10px;
}

.box-gallery-vertical h6 {
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  margin-bottom: 20px;
  line-height: 1.6;
}

.box-gallery-vertical .back_stage__subtitle {
  color: #fff;
  max-width: 270px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical {
    padding: 0;
  }
  .box-gallery-vertical .box-im {
    margin: 0;
    max-width: 100%;
  }
  .box-gallery-vertical .mask-bg {
    display: none;
  }
  .box-gallery-vertical [data-dsn-grid="moveUp"] {
    height: 80vh;
  }
  .box-gallery-vertical .box-info {
    padding: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .box-gallery-vertical .box-info {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical .box-info .vertical-title:before {
    display: none;
  }
  .box-gallery-vertical .box-info .vertical-title h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: inherit;
  }
  .box-gallery-vertical .box-info .vertical-title p {
    font-size: 14px;
  }
  .box-gallery-vertical h6 {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .box-gallery-vertical .link-custom {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .box-gallery-vertical .box-im {
    margin: 0;
    max-width: 100%;
  }
  .box-gallery-vertical .box-info {
    margin-bottom: 0;
    padding: 30px 0 0 0;
  }
  .box-gallery-vertical .box-info .vertical-title h2 {
    font-size: 25px;
  }
  .box-gallery-vertical .box-info .vertical-title h6 {
    font-size: 16px;
  }
  .box-gallery-vertical .box-info .vertical-title p {
    font-weight: 400;
  }
  .box-gallery-vertical .link-custom {
    margin-top: 20px;
  }
}

.box-gallery-vertical .mask-bg + div:not(.container) {
  overflow: hidden;
}

.box-gallery-vertical.box-gallery-content {
  padding: 0;
}

.box-gallery-vertical.box-gallery-content .mask-bg {
  display: none;
}

.box-gallery-vertical.box-gallery-content .bg-mask-content {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content {
    margin-bottom: 0;
  }
}

.box-gallery-vertical.box-gallery-content .bg-mask-content .mask-bg-2 {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  right: 50%;
  margin-left: -30vw;
  margin-right: -50vw;
  background-color: #090909;
  border-radius: 7px;
}

.v-light:not(.no-light) .box-gallery-vertical.box-gallery-content .bg-mask-content .mask-bg-2 {
  background-color: #e6e6e6;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content .mask-bg-2 {
    display: none;
  }
}

.box-gallery-vertical.box-gallery-content .bg-mask-content h6,
.box-gallery-vertical.box-gallery-content .bg-mask-content p {
  position: relative;
}

.box-gallery-vertical.box-gallery-content .bg-mask-content h6 {
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content h6 {
    padding-top: 0;
  }
}

.box-gallery-vertical.box-gallery-content .bg-mask-content p {
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content p {
    padding-bottom: 0;
  }
}

.box-gallery-vertical.box-gallery-content .bg-mask-content + div {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .box-gallery-vertical.box-gallery-content .bg-mask-content + div {
    margin-top: 0;
  }
}

.box-gallery-vertical.box-gallery-content.box-gallery-vertical-order .bg-mask-content {
  z-index: 1;
}

.box-gallery-vertical.box-gallery-content.box-gallery-vertical-order .bg-mask-content .mask-bg-2 {
  width: 58vw;
}

@media only screen and (min-width: 576px) {
  .fill-right-container {
    width: calc(100% - calc(-100vw / 2 + 100% / 2) - 15px);
  }
}

.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.colection-image .project-image-collage {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
  .colection-image .project-image-collage {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.colection-image .project-image-collage[data-dsn-grid="moveUp"] {
  height: 70vh;
}

.colection-image .project-image-collage:nth-of-type(n + 2) {
  margin-top: 40px;
}

.colection-image .project-image-collage a {
  height: 70vh;
}

@media only screen and (max-width: 575px) {
  .colection-image .project-image-collage {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.colection-image .project-image-collage.project-collage-two-left {
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
}

@media only screen and (max-width: 767px) {
  .colection-image .project-image-collage.project-collage-two-left {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }
}

.colection-image .project-image-collage.project-collage-two-right {
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
}

@media only screen and (max-width: 767px) {
  .colection-image .project-image-collage.project-collage-two-right {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }
}

.gallery-col {
  position: relative;
  overflow: hidden;
  background-color: #090909;
}

.v-light:not(.no-light) .gallery-col {
  background-color: #e6e6e6;
}

.gallery-col .box-im {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.gallery-col .box-im a {
  height: 70vh;
}

@media only screen and (max-width: 991px) {
  .gallery-col .box-im {
    padding: 40px 40px 40px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-col .box-im {
    padding: 80px 60px;
  }
  .gallery-col .box-im .caption {
    left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-col .box-im {
    padding: 80px 20px;
  }
  .gallery-col .box-im .caption {
    left: -20px;
  }
}

.gallery-col .box-im:nth-child(even) {
  background-color: #000;
}

.v-light:not(.no-light) .gallery-col .box-im:nth-child(even) {
  background-color: #f9f9f9;
}

.gallery-col .box-im .image-zoom {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  text-align: center;
}

.gallery-col .box-im .image-zoom img {
  max-width: 100%;
  -webkit-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
}

.project-image-vertical {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

.project-image-vertical .image-vertical-item {
  position: relative;
}

.project-image-vertical .image-vertical-item .captions {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}

.v-light:not(.no-light) .project-image-vertical .image-vertical-item .captions {
  color: #000;
}

.project-image-vertical .image-vertical-item a {
  width: 100%;
}

.project-image-vertical .image-vertical-item:nth-of-type(odd) a {
  padding-right: 10%;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .image-vertical-item:nth-of-type(odd) a {
    padding-right: 0;
  }
}

.project-image-vertical .image-vertical-item:nth-of-type(odd) .captions {
  right: 2.5%;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .image-vertical-item:nth-of-type(odd) .captions {
    right: auto;
    left: 15px;
    bottom: 15px;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}

.project-image-vertical .image-vertical-item:nth-of-type(even) a {
  padding-left: 10%;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .image-vertical-item:nth-of-type(even) a {
    padding-left: 0;
    margin-top: 0;
  }
}

.project-image-vertical .image-vertical-item:nth-of-type(even) .captions {
  left: 2.5%;
}

@media only screen and (max-width: 767px) {
  .project-image-vertical .image-vertical-item:nth-of-type(even) .captions {
    left: 15px;
    bottom: 15px;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}

.slider-project-swiper {
  position: relative;
}

.slider-project-swiper[data-dsn-grid="moveUp"] {
  height: 70vh;
}

.slider-project-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.slider-project-swiper .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 70%;
  height: 80vh;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .slider-project-swiper .swiper-slide {
    width: 100%;
  }
}

.slider-project-swiper .swiper-slide img {
  width: auto;
}

.bg-color-global {
  background-color: #000;
}

.v-light:not(.no-light) .bg-color-global {
  background-color: #f9f9f9;
}

@media only screen and (min-width: 992px) {
  .wrapper > *:first-child.dsn-under-header {
    position: relative;
    margin-top: -80px;
    z-index: 2;
  }
  .wrapper > *:first-child.dsn-under-header .section-title, .wrapper > *:first-child.dsn-under-header .section-title-2 {
    display: none;
  }
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar {
  overflow: hidden;
  height: 100vh;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track, .sidebar-single .scrollbar-track, .dsn-work-scrollbar .scrollbar-track {
  background: none;
  width: 5px;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb, .sidebar-single .scrollbar-track .scrollbar-thumb, .dsn-work-scrollbar .scrollbar-track .scrollbar-thumb {
  background: #424242;
  width: 5px;
}

.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar {
  height: calc(100vh - 46px);
}

@media screen and (min-width: 783px) {
  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar {
    height: calc(100vh - 32px);
  }
}

.locked-scroll #dsn-scrollbar {
  background-color: #000;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   Header
-------------------------------------------------------- */
.intro-project-details {
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro-project-details .descrption-item {
  padding-top: 30px;
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .intro-project-details .descrption-item {
    width: 33.333%;
    padding-top: 30px;
    padding-right: 15px;
  }
}

.intro-project-details .descrption-item:last-of-type {
  padding-right: 0;
}

.intro-project-details .descrption-item h5 {
  position: relative;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.v-light:not(.no-light) [data-dsn-header="project"], .v-light:not(.no-light)
[data-dsn-header="personal"] {
  background-color: #000;
}

.v-light:not(.no-light) [data-dsn-header="project"] .link-custom, .v-light:not(.no-light)
[data-dsn-header="personal"] .link-custom {
  color: #fff;
}

.v-light:not(.no-light) [data-dsn-header="project"] .link-custom .link-text, .v-light:not(.no-light)
[data-dsn-header="personal"] .link-custom .link-text {
  color: #fff;
}

.v-light:not(.no-light) [data-dsn-header="project"] .link-custom .link-circle, .v-light:not(.no-light)
[data-dsn-header="personal"] .link-custom .link-circle {
  background: #fff;
  color: #000;
}

.v-light:not(.no-light) [data-dsn-header="project"] .link-custom .link-circle i, .v-light:not(.no-light)
[data-dsn-header="personal"] .link-custom .link-circle i {
  color: #000;
}

.v-light:not(.no-light) [data-dsn-header="project"] .scroll-d img, .v-light:not(.no-light)
[data-dsn-header="personal"] .scroll-d img {
  -webkit-filter: none;
  filter: none;
}

.header-project .intro-project {
  width: 60%;
}

@media only screen and (max-width: 991px) {
  .header-project .intro-project {
    width: 100%;
  }
}

.v-light:not(.no-light) .header-project .intro-project .title {
  color: #fff;
}

.v-light:not(.no-light) .header-project .intro-project #dsn-hero-description {
  color: rgba(255, 255, 255, 0.69);
}

.header-project .description {
  margin-top: 25px;
}

.header-project .desc-personal {
  margin-top: 25px;
}

.header-project #dsn-hero-desc-items {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .header-project .link-vist {
    left: 0;
  }
}

.header-project .v-middle-horizontal .intro-project {
  width: 100%;
}

.header-project.justify-content-center .intro-project, .header-project.text-center .intro-project {
  width: 100%;
}

.header-project .intro-project-details {
  padding: 0 30px 30px;
  margin-top: 30px;
  background-color: rgba(9, 9, 9, 0.7);
}

@media only screen and (max-width: 575px) {
  .header-project .intro-project-details {
    padding: 0 15px 30px;
  }
}

.v-light:not(.no-light) .header-project .intro-project-details h5 {
  color: #fff;
}

.header-project .intro-project-details h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #00ffbc;
}

.v-light:not(.no-light) .header-project .intro-project-details h5:after {
  background-color: #d90a2c;
}

.v-light:not(.no-light) .header-project .intro-project-details p {
  color: rgba(255, 255, 255, 0.69);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.icon-sound {
  width: 25px;
  height: 25px;
}

.icon-sound svg {
  fill: #fff;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.icon-sound svg .wave-line {
  fill: none;
  stroke: #00ffbc;
  stroke-width: 4px;
  opacity: 0;
}

/* -------------------------------------------------------

-------------------------------------------------------- */
header {
  overflow: hidden;
}

header .header-master {
  position: relative;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 767px) {
  header .header-master #dsn-hero-parallax-title {
    padding: 0 20px;
  }
}

header .header-master .content {
  z-index: 2;
}

.v-light:not(.no-light) header .header-master .title {
  color: #fff;
}

header .header-hero .image-bg {
  width: 40%;
  left: auto;
  right: 0;
}

@media only screen and (max-width: 991px) {
  header .header-hero .image-bg {
    width: 100%;
  }
}

header .header-hero .hero-bottom {
  bottom: 0;
  left: 0;
}

header .header-hero .hero-bottom .video-box-bottom {
  width: 18vw;
  height: 22vh;
}

header .header-hero .hero-bottom .info {
  padding-left: 25px;
}

header .header-hero .hero-bottom .info li {
  font-size: 15px;
  margin-bottom: 15px;
}

header .header-hero .hero-bottom .info li strong {
  color: #fff;
}

header .header-hero .hero-bottom .info li span {
  margin-right: 5px;
  margin-left: 5px;
}

header .header-hero .bottom-info {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  header .header-hero .bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header .header-hero .box-left,
header .header-hero .box-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

@media only screen and (max-width: 991px) {
  header .header-hero .box-left,
  header .header-hero .box-right {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  header .header-hero .box-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
  }
}

header .header-page.header-page-work-2 {
  height: 45vh;
}

header .header-page.header-page-work-2 .contenet-hero {
  padding: 0;
}

header .header-page.header-page-work-space {
  padding-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  header .header-page.header-page-work-space {
    padding-bottom: 0;
  }
}

header .header-page .shap-section {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 190px;
}

header .header-page .shap-section img {
  opacity: 0.15;
}

.contenet-hero {
  width:100%;
}

header .header-page .contenet-hero {
  padding: 150px 0;
  max-width: 750px;
}

.contenet-hero .backtoindex {
  margin: 50px 0;
}

@media only screen and (max-width: 991px) {
  header .header-page .title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  header .header-page .title {
    margin-bottom: 15px;
  }
}

header .header-page .title-page {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 25px;
  line-height: 1;
}

header .header-page .title-page:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/line.svg");
}

@media only screen and (max-width: 991px) {
  header .header-page .title-page:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header .header-page .title-page {
    line-height: 1.2;
  }
}

header .header-page .subtitle-page {
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 18px;
  /*font-weight: 300;*/
  line-height: 29px;
  max-width: 730px;
  margin-top: 25px;
}
.subtitle-page {
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

@media only screen and (max-width: 767px) {
  header .header-page-contact .image-head {
    min-height: auto;
    height: auto;
    padding: 80px 0;
  }
}

.image-head {
  min-height: 600px;
  height: 80vh;
}

.image-head .box-overlay {
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: 2;
}

.video-overlay {
  left: 0;
  top: 0;
  /*background-color: #000;*/
  background:url('../img/videomask.png');
  background-repeat: repeat-x;

  opacity: 1;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .image-head.image-head-contact ul {
    display: block;
  }

}

.image-head.image-head-contact .box-text {
  top: auto;
  width: 100%;
  padding: 0;
}

.image-head.image-head-contact .box-text .contact-info-item {
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  width: calc(33.333% - 2px);
  margin-right: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-head.image-head-contact .box-text .contact-info-item .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .image-head.image-head-contact .box-text .contact-info-item .icon {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 15px;
  }
}

.image-head.image-head-contact .box-text .contact-info-item .icon img {
  width: 35px;
}

.image-head.image-head-contact .box-text .contact-info-item .icon i {
  font-size: 22px;
  color: #fff;
}

.image-head.image-head-contact .box-text .contact-info-item strong {
  margin-bottom: 20px;
}

.image-head.image-head-contact label {
  pointer-events: none;
  margin-bottom: 30px;
  z-index: 3;
}

.image-head.image-head-contact label .input {
  display: none;
}

.image-head.image-head-contact label .input:checked + .toggle-wrapper {
  -webkit-box-shadow: 0 8px 14px 0 rgba(118, 72, 37, 0.12);
  box-shadow: 0 8px 14px 0 rgba(118, 72, 37, 0.12);
}

.image-head.image-head-contact label .input:checked + .toggle-wrapper > .selector {
  left: calc(100% - 35px);
  background-color: #00ffbc;
}

.image-head.image-head-contact label .input:checked ~ .notification > .selected:before {
  content: attr(data-text-select);
}

.image-head.image-head-contact label .toggle-wrapper {
  width: 70px;
  height: 35px;
  background-color: #eaeaea;
  border-radius: 30px;
  cursor: pointer;
  pointer-events: all;
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.12);
}

.image-head.image-head-contact label .toggle-wrapper .selector {
  width: 25px;
  height: 25px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
  -webkit-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  border-radius: 50%;
}

.image-head.image-head-contact label .notification {
  color: #0e0e0d;
  margin-left: 10px;
}

.image-head.image-head-contact label .notification .selected:before {
  content: attr(data-text);
  border-bottom: 1px solid;
  color: #00ffbc;
}

.image-head .image-bg,
.image-head .map-custom {
  left: 0;
  top: 0;
}

.section-name {

}

.image-head .box-text {
  width: 100%;
  top: -150px; margin-left: 0%;
  z-index: 2;
  /*width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;*/
  /*padding-left: 80px;
  padding-right: 80px; */
}
.head-master .box-text {
  width: 100%;
  top: -280px; margin-left: 0%;
  z-index: 2;
  /*width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;*/
  /*padding-left: 80px;
  padding-right: 80px; */
  padding: 0; margin:0
}

/* timeline */
/* added stroke font */
.section-title-2 h2 .stroke {
  -webkit-text-stroke-width: 1px;
  text-stroke-width:1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  -webkit-text-fill-color:transparent;
}
.section-title-2 h2 .strokeen {
  -webkit-text-stroke-width: 1px;
  text-stroke-width:1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  -webkit-text-fill-color:transparent;
}
.section-title-2 h2 .stroketc {
  -webkit-text-stroke-width: 1px;
  text-stroke-width:1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  -webkit-text-fill-color:transparent;
  line-height: 100%;
  font-weight: 700
}

.section-about-stroke  {
  width:100%; height: auto;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 6rem;
  -webkit-text-stroke-width: 1px;
  text-stroke-width:1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  -webkit-text-fill-color:transparent;
  text-align: right;
  margin-right: 15px;
}
.section-about-nostroke  {
  width:100%; height: auto;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 6rem;
  color: #FFFFFF;
  text-align: right;
  margin-right: 15px;
}

.title_rotate {
  padding: 0 10px;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform: translateX(-20%) translateY(400%) rotate(-90deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: translateX(-20%) translateY(400%) rotate(-90deg);

  /* Firefox */
  -moz-transform: translateX(-2%) translateY(400%) rotate(-90deg);

  /* IE */
  -ms-transform: translateX(-20%) translateY(400%) rotate(-90deg);

  /* Opera */
  -o-transform: translateX(-20%) translateY(400%) rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.main-timeline{
    margin: 20px 0;
    position: relative;
    width:auto;
    height:auto;
    overflow-x:hidden
}
.main-timeline:before{ /* main backbone */
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-timeline .timeline{
    /*margin-bottom: 40px;*/
    position: relative;
    width:100%;
    height: auto;
}
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}

.main-timeline .icon2{ /* dot dot */
    width: 28px;
    height: 88px;
    line-height: 28px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-timeline .icon2:before,
.main-timeline .icon2:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .icon2:before{
    background: #FFFFFF;
    border: 0px solid #00a79c;
    /*left: -3px;*/
    left: 0px;
}




.main-timeline .icon{ /* dot dot */
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.main-timeline .icon:before,
.main-timeline .icon:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .icon:before{
  /*background: rgb(0,162,255);
  background: linear-gradient(305deg, rgba(0,162,255,1) 0%, rgba(0,0,0,1) 100%);*/
  background: #00ffbc;
    border: 2px solid #00ffbc;
    /*left: -3px;*/
    left: 0px;
}
.main-timeline .icon.maindate:before{
  background: #FFFFFF;
  border: 0px solid #00a79c;
}


.main-timeline .icon:after{
    border: 2px solid #FFFFFF;
    /*left: 3px;*/
    left: 0px;
}
.main-timeline .timeline:hover .icon:before{
    left: 3px;
}
.main-timeline .timeline:hover .icon:after{
    left: -3px;
}


.main-timeline .date-content{
    width: 50%;
    /*float: left;*/
    float: right; margin-right: -100px;
    position: relative;
}
.main-timeline .date-content:before{ /* linkage line */
    content: "";
    width: 32.5%;
    height: 2px;
    /*background: #ff794a;*/
    background: none;
    /*margin: auto 0;*
    position: absolute;
    top: 0;
    /*right: 10px;*/
    left: 0px;
    bottom: 0;
}
.main-timeline .date-outer{
    width: 175px;
    height: 130px; /* 175 interval */
    font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
    font-size: 4rem;
    line-height:100%;
    color: #FFFFFF;
    text-align: left;
    margin: auto;
    margin-left: 0px;
    margin-top: 20%;
    z-index: 1;
}
.main-timeline .date-outer:before,
.main-timeline .date-outer:after{
    content: "";
    width: 175px;
    height: 175px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}
.main-timeline .date-outer:before{ /* circlebg */
    /*background: #000;*/
    /*border: 2px solid #00a79c;*/
    left: -6px;
}
.main-timeline .date-outer:after{
    /*border: 2px solid #ff794a;*/
    left: 6px;
}
.main-timeline .timeline:hover .date-outer:before{
    left: 6px;
}
.main-timeline .timeline:hover .date-outer:after{
    left: -6px;
}
.main-timeline .date{ /* date info */
    width: 100%;
    margin: auto;
    position: absolute;
    top: 33%;
    left: 0px;
}
.main-timeline .month{
    /*font-size: 18px;*/
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
}
.main-timeline .month.highlight{
    /*font-size: 18px;*/
    font-size: 3rem;
    font-weight: 700;
    /*color: #00A2FF;*/
    color: #00b295
}
.main-timeline .year{
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 100%;
}
.main-timeline .year.highlight{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #00b295;
    line-height: 100%;
}
.main-timeline .timeline-content{
    width: 40%;
    padding: 20px 0 0px 0px;
    float: right;
    margin-right: 15%;
    margin-top: 10%;
}
.main-timeline .title{
    /*font-size: 19px;*/
    font-weight: 700;
    color: #FFFFFF;
    line-height: 100%;
    /*text-transform: uppercase;*/
    margin: 0 0 15px 0;
}
.main-timeline h3.title {
    font-size: 1rem;
    letter-spacing: 0;
    font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}
.main-timeline h2.title {
    font-size: 2.5rem;
    letter-spacing: 0;
    font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}
.main-timeline .description{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
}
/*
.main-timeline .timeline:nth-child(2n) .date-content{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .date-content:before{
    left: 10px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    padding: 20px 50px 20px 0;
    text-align: right;
} */
@media only screen and (max-width: 990px){
    .main-timeline .date-content:before{
        width: 22.5%;
    }
    .main-timeline .timeline-content{
        width:50%;
        padding: 10px 0 10px 0px;
        margin-left:-10px;
    }
    .main-timeline .title{ font-size: 17px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        padding: 10px 30px 10px 0;
        margin-left:-10px;
    }
    .section-about-stroke  {
      width:100%; height: auto;
      font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
      font-size: 5rem;
    }
    .section-about-nostroke  {
      width:100%; height: auto;
      font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
      font-size: 5rem;
    }
}
@media only screen and (max-width: 767px){
    .main-timeline:before{
        margin: 0;
        left: 13px;
    }
    .main-timeline .timeline{
        margin-bottom: 20px;
    }
    .main-timeline .icon, .main-timeline .icon2 {
        margin: auto 0
    }
    .main-timeline .date-content{
        width: 95%;
        float: right;
    }
    .main-timeline .date-content:before{
        display: none;
    }
    .main-timeline .date-outer,
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after{
        width: 130px;
        min-height: 250px;
    }
    .main-timeline .date{
        top: 30%;
        left:-15%;
    }
    .main-timeline .year{
        font-size: 1rem;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 80%;
        text-align: left;
        padding: 10px 0;
        margin-right:0;
        /*margin-right: -10%*/
    }
    .main-timeline .title{
        margin-bottom: 10px;
    }

    .section-about-stroke  {
      font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
      font-size: 3rem;
      -webkit-text-stroke-width: 1px;
      text-stroke-width:1px;
      -webkit-text-stroke-color: white;
      color: transparent;
      -webkit-text-fill-color:transparent;
      text-align: right;
    }
    .section-about-nostroke  {
      font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
      font-size: 3rem;
      color: #FFFFFF;
      text-align: right;
    }
}



.v-light:not(.no-light) .image-head .box-text {
  background-color: #d90a2c;
}

.v-light:not(.no-light) .image-head .box-text.box-text-contact-2 {
  background-color: transparent;
}

.image-head .box-text.box-text-contact-2 .address-container .contact-info-item {
  margin-bottom: 0;
  padding: 30px 25px;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text.box-text-contact-2 .address-container .contact-info-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.v-light:not(.no-light) .image-head .box-text.box-text-contact-2 .address-container .contact-info-item {
  background-color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text.box-text-contact-2 .address-container .contact-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .image-head .box-text {
    width: 100%;
    padding: 60px 20px;
  }
}

.image-head .box-text h5 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text h5 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
  }
}

.v-light:not(.no-light) .image-head .box-text h5 {
  color: #fff;
}

.image-head .box-text h4 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.v-light:not(.no-light) .image-head .box-text h4 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text h4 {
    font-size: 32px;
    max-width: 100%;
  }


  /* added */
  .our-blog.our-blog-classic .blog-classic-item .box-content .box-button {
    width: auto;
    height: 50px;
    position: relative;
    margin-left:85%;
    border:0px solid #F60
  }
  .our-blog.our-blog-classic .blog-classic-item .box-content .box-button .link-vist-arrow {
    position: absolute;
    right: 0;
    top : 10px;
    /*margin-left: 100px;*/
    border:0px solid #F60
  }
}

.image-head .box-text .address-container .contact-info-item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
  margin-bottom: 15px;
  max-width: 400px;
}

.image-head .box-text .address-container .contact-info-item:last-of-type {
  margin-bottom: 0;
}

.v-light:not(.no-light) .image-head .box-text .address-container .contact-info-item {
  background-color: #d90a2c;
}

@media only screen and (max-width: 767px) {
  .image-head .box-text .address-container .contact-info-item {
    width: 100%;
    max-width: 100%;
  }
}

.image-head .box-text .address-container .contact-info-item strong {
  min-width: 80px;
  text-transform: uppercase;
  color: #fff;
}

.image-head .box-text .address-container .contact-info-item .dott {
  margin-right: 10px;
  margin-left: 10px;
}

.v-light:not(.no-light) .image-head .box-text .address-container .contact-info-item .dott {
  color: #fff;
}

.v-light:not(.no-light) .image-head .box-text .address-container .contact-info-item p {
  color: rgba(255, 255, 255, 0.69);
}

.header-review {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.header-review .btn-form {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header-review .header-top-review {
  position: absolute;
  top: 0;
  padding: 30px 40px;
  z-index: 2;
}

.header-review .header-top-review .box-logo img {
  width: 100px;
}

.header-review .header-top-review .btn {
  border: 2px solid #fff;
  padding: 15px 25px;
}

.header-review .review-img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.header-review .review-img-container .img-veiw {
  position: absolute;
  width: 350px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-review .review-img-container .img-veiw1 {
  top: 25%;
  left: 4%;
}

.header-review .review-img-container .img-veiw2 {
  top: 55%;
  left: 8%;
}

.header-review .review-img-container .img-veiw3 {
  top: 85%;
  left: 4%;
}

.header-review .review-img-container .img-veiw4 {
  top: 25%;
  right: 4%;
}

.header-review .review-img-container .img-veiw5 {
  top: 55%;
  right: 8%;
}

.header-review .review-img-container .img-veiw6 {
  top: 85%;
  right: 4%;
}

.header-review .content-veiw {
  padding: 60px 15px;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.header-review .content-veiw .cover-title {
  font-size: 20vw;
  font-weight: 600;
  line-height: 1.15;
  opacity: 0.05;
  z-index: -1;
}

.header-review .content-veiw h2 {
  font-size: 110px;
  font-weight: bold;
  font-size: 70px;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.header-review .content-veiw h4 {
  font-weight: 300;
  margin-bottom: 35px;
}

.header-review .content-veiw .btn {
  border: 2px solid #fff;
}

.header-review .scroll-d {
  left: 50%;
  right: auto;
  margin-left: -30px;
}

.header-review .scroll-d i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

/* -------------------------------------------------------

-------------------------------------------------------- */
.header-single-post {
  position: relative;
  height: 80vh;
}

.page-template-page-works .header-single-post {
  margin-bottom: 120px;
}

.header-single-post .inner-box {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  z-index: 2;
}

.header-single-post .inner-box .title {
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
}

.header-single-post .inner-box .post-info {
  margin-bottom: 12px;
}

.header-single-post .inner-box .post-info .dsn-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 2px;
}

.header-single-post .inner-box .post-info .blog-post-date {
  padding-right: 20px;
  padding-bottom: 8px;
  color: #fff;
}

.header-single-post .inner-box .blog-post-cat {
  margin-top: 20px;
}

.header-single-post .inner-box .blog-post-cat a {
  position: relative;
  text-transform: lowercase;
  margin-right: 5px;
  padding-bottom: 8px;
  color: #fff;
  font-weight: 600;
}

.header-single-post .inner-box .blog-post-cat a::after {
  content: ',';
}

.header-single-post .inner-box .blog-post-cat a:last-of-type {
  margin-right: 0;
}

.header-single-post .inner-box .blog-post-cat a:last-of-type::after {
  display: none;
}

.header-single-post .post-parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.header-single-post .post-parallax-wrapper:before {
  z-index: 1;
}

.header-single-post .post-parallax-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

header .header-master.header-half {
  height: 80vh;
}

header .header-master.header-half .social-network-box {
  width: 80vh;
}

@media only screen and (min-width: 991px) {
  .hero-personal[data-dsn-header="personal"].dsn-end-animate .header-project .intro-project {
    left: 40%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-personal[data-dsn-header="personal"].dsn-end-animate #dsn-hero-parallax-img {
    width: 40%;
  }
}

@media only screen and (min-width: 991px) {
  [data-dsn-header="project"].dsn-end-animate #dsn-hero-parallax-img {
    left: 60%;
    width: 40%;
  }
}

/*--------------------------------------------------------------
## pages
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   09 - Slider
-------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  .main-slider .social-network-box {
    display: none;
  }
}

.main-slider .bg-container {
  position: relative;
  width: 80%;
  height: 100%;
  left: 20%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .main-slider .bg-container {
    width: 100%;
    left: 0;
  }
}

.main-slider.demo-2 .bg-container {
  width: 100%;
  left: 0;
}

.main-slider.demo-3 .bg-container .swiper-slide {
  height: 60%;
}

.main-slider.demo-3 .box-next {
  display: none;
}

.main-slider.demo-3 .dsn-slider-content .slide-content .description {
  display: none !important;
}

.main-slider .slide-item {
  overflow: hidden;
}

.main-slider .box-next,
.main-slider .description,
.main-slider .dsn-controls {
  z-index: 2;
}

.main-slider .description,
.main-slider .box-next {
  height: 120px;
  width: 40%;
  bottom: 0;
  max-width: 350px;
}

.main-slider .description {
  left: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

.v-light:not(.no-light) .main-slider .description {
  background-color: #090909;
  color: rgba(255, 255, 255, 0.69);
}

@media only screen and (max-width: 767px) {
  .main-slider .description {
    display: none;
  }
}

.main-slider .box-next {
  background-color: #000;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next {
    width: 30%;
    height: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .main-slider .box-next {
    width: 40%;
    height: 100px;
  }
}

.main-slider .box-next .content-box-next {
  width: 65%;
  padding: 20px 0 20px 20px;
}

.main-slider .box-next .content-box-next > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.main-slider .box-next .content-box-next .metas {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next .content-box-next {
    width: 100%;
    z-index: 2;
  }
  .main-slider .box-next .content-box-next .metas {
    display: none;
  }
}

.v-light:not(.no-light) .main-slider .box-next .content-box-next > span {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .main-slider .box-next .content-box-next {
    padding: 10px;
  }
}

.main-slider .box-next .content-box-next .title-next {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
}

.v-light:not(.no-light) .main-slider .box-next .content-box-next .title-next {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next .content-box-next .title-next {
    margin-bottom: 0;
  }
}

.main-slider .box-next .img-box-next {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next .img-box-next {
    position: absolute;
    right: 0;
    width: 100%;
  }
}

.main-slider .box-next .img-box-next .bg-container {
  width: 100%;
}

.main-slider .box-next .img-box-next .arrow {
  border-radius: 50%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

@media only screen and (max-width: 767px) {
  .main-slider .box-next .img-box-next .arrow {
    display: none;
  }
}

.main-slider .box-next .img-box-next svg {
  width: 25px;
  fill: #fff;
  cursor: pointer;
}

.main-slider .dsn-controls {
  right: 20px;
  top: 25%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-slider .dsn-controls .dsn-numbers {
  height: 40px;
  line-height: 40px;
}

.main-slider .dsn-controls .dsn-numbers span {
  width: 35px;
  color: #fff;
  letter-spacing: 2px;
}

.main-slider .dsn-controls .dsn-numbers span.full-number {
  color: rgba(255, 255, 255, 0.69);
}

.main-slider .dsn-controls .dsn-progress {
  background: rgba(255, 255, 255, 0.34);
  width: 2px;
  height: calc(100% - 100px);
}

.main-slider .dsn-controls .dsn-progress .dsn-progress-indicator {
  left: 0;
  top: 0;
  height: 70%;
  background-color: #fff;
}

.main-slider .dsn-slider-content {
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .sub-text-header {
  color: #fff;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .sub-text-header h5 {
  color: #fff;
}

.main-slider .dsn-slider-content .metas,
.main-slider .dsn-slider-content .dsn-button-link,
.main-slider .dsn-slider-content .description,
.main-slider .dsn-slider-content .sub-text-header {
  -webkit-clip-path: inset(100% 0% 0% 0%);
  clip-path: inset(100% 0% 0% 0%);
  -webkit-transition: -webkit-clip-path 0.5s;
  transition: -webkit-clip-path 0.5s;
  -o-transition: clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}

.main-slider .dsn-slider-content .dsn-button-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 5px;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .title {
  color: #fff;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .link-custom {
  color: #fff;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .link-custom .link-text {
  color: #fff;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .link-custom .link-circle {
  /*background: #fff;*/
  color: #000;
  z-index: 2;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .link-custom .link-circle i {
  color: #000;
}

.v-light:not(.no-light) .main-slider .dsn-slider-content .slide-content .scroll-d img {
  -webkit-filter: none;
  filter: none;
}

.main-slider .dsn-slider-content .slide-content.dsn-active {
  z-index: 3;
}

.main-slider .dsn-slider-content .slide-content.dsn-active .title a,
.main-slider .dsn-slider-content .slide-content.dsn-active .metas,
.main-slider .dsn-slider-content .slide-content.dsn-active .dsn-button-link a,
.main-slider .dsn-slider-content .slide-content.dsn-active .description,
.main-slider .dsn-slider-content .slide-content.dsn-active .sub-text-header {
  pointer-events: auto;
}

.main-slider .dsn-slider-content .slide-content.dsn-active.dsn-active-cat .metas,
.main-slider .dsn-slider-content .slide-content.dsn-active.dsn-active-cat .dsn-button-link,
.main-slider .dsn-slider-content .slide-content.dsn-active.dsn-active-cat .description,
.main-slider .dsn-slider-content .slide-content.dsn-active.dsn-active-cat .sub-text-header {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
}

.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .title {
  opacity: 0;
  visibility: hidden;
}

.nav-slider .metas span {
  font-size: 11px;
}

.main-slider .dsn-slider-content .dsn-button-link.mt-30 {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .main-slider:not(.has-horizontal) > .bg-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}

/* -------------------------------------------------------
                   09 - portfolio
-------------------------------------------------------- */
.work-inner.work-inner-space {
  margin-top: -300px;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .work-inner.work-inner-space {
    margin-top: -180px;
  }
}

.work-inner.our-work-3 .work-item {
  height: 100vh;
}

.work-inner.our-work-3 .work-container .nav-left,
.work-inner.our-work-3 .work-container .nav-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-inner [data-dsn-grid="moveUp"] {
  height: 100%;
}

.work-inner [data-dsn="video"] {
  position: absolute;
  top: 0;
}

.work-inner .filterings {
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .work-inner .filterings {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .work-inner .filterings {
    margin-left: 15px;
  }
}

.work-inner .filterings .filterings-icon {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 20px;
}

.work-inner .filterings .filterings-icon:before, .work-inner .filterings .filterings-icon:after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #fff;
}

.v-light:not(.no-light) .work-inner .filterings .filterings-icon:before, .v-light:not(.no-light) .work-inner .filterings .filterings-icon:after {
  background-color: #000;
}

.work-inner .filterings .filterings-icon:before {
  top: 14px;
  width: 20px;
}

.work-inner .filterings .filterings-icon:after {
  height: 2px;
  top: 5px;
  width: 28px;
}

.work-inner .filterings span {
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 15px;
  color: #fff;
  -webkit-transition: letter-spacing 0.5s ease-in-out;
  -o-transition: letter-spacing 0.5s ease-in-out;
  transition: letter-spacing 0.5s ease-in-out;
}

.v-light:not(.no-light) .work-inner .filterings span {
  color: #000;
}

.work-inner .filterings:hover span {
  letter-spacing: 3px;
}

.work-inner .projects-list {
  position: relative;
  width: 100%;
}

.work-inner .container-custom {
  max-width: 1280px;
}

.work-inner .container-custom.margin-center {
  margin: 0 auto
}

.work-inner:not(.work-masonry) .work-item-box:nth-of-type(n + 4) {
  /*margin-top: 50px;*/
}

@media only screen and (max-width: 991px) {
  .work-inner:not(.work-masonry) .work-item-box {
    /*width: calc(50% - 2px);*/
    width: 50%;
  }
  .work-inner:not(.work-masonry) .work-item-box:nth-of-type(n + 3) {
    /*margin-top: 50px;*/
  }
}

@media only screen and (max-width: 767px) {
  .work-inner:not(.work-masonry) .work-item-box {
    width: 100%;
    padding: 0;
  }
  .work-inner:not(.work-masonry) .work-item-box:nth-of-type(n + 2) {
    /*margin-top: 50px;*/
  }
}

.work-inner .work-item-box {
  display: inline-block;
  width: 33%;
  margin:0; padding:0
  /*padding: 0 15px; added no space */
}

.work-inner .work-item {
  height: 80vh;
}

.work-inner .work-item.work-item-2 {
  height: 55vh;
}

.work-inner .work-item a {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.work-inner .work-item[data-dsn-grid="moveUp"] img {
  height: 120%;
}

.work-inner .work-item .item-border {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.6s, background-color 0.6s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.6s;
  z-index: 1;
  pointer-events: none;
}

.work-inner .work-item .item-info {
  left: 0;
  /*padding: 15px;*/
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  -o-transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  transition: transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87), -webkit-transform 0.5s cubic-bezier(0.08, 0.03, 0.22, 0.87);
  z-index: 2;
  top: auto;
  bottom: 0;
}

.work-inner .work-item .item-info .cat {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  /*margin-bottom: 10px;*/
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  opacity: 0.9;
}

.v-light:not(.no-light) .work-inner .work-item .item-info .cat {
  color: rgba(255, 255, 255, 0.69);
}

.work-inner .work-item .item-info h4 {
  font-size: 25px;
  -webkit-transition: margin-bottom 0.5s ease;
  -o-transition: margin-bottom 0.5s ease;
  transition: margin-bottom 0.5s ease;
  z-index: 3;
  font-weight: 600;
}

.v-light:not(.no-light) .work-inner .work-item .item-info h4 {
  color: #fff;
}

.work-inner .work-item .item-info p {
  margin: 20px 0;
}

.work-inner .work-item .item-info span {
  margin-top: 0;
  color: #fff;
  opacity: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.work-inner .work-item:hover .item-border, .work-inner .work-item.dsn-active .item-border {
  background-color: rgba(0, 0, 0, 0.8);
}

.work-inner .work-item:hover .item-info, .work-inner .work-item.dsn-active .item-info {
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.work-inner .work-item:hover .item-info h4, .work-inner .work-item.dsn-active .item-info h4 {
  margin-bottom: 10px;
}

.work-inner .work-item:hover .item-info span, .work-inner .work-item.dsn-active .item-info span {
  opacity: 1;
}

.work-inner.work-3-col .work-item-box {
  /*width: calc(25% - 15px);*/
  width: calc(33% - 3px);
}
.work-inner.work-4-col .work-item-box {
  /*width: calc(25% - 15px);*/
  width: calc(25% - 3px);
}

.work-inner.work-4-col .work-item-box:nth-of-type(n + 5) {
  /*margin-top: 50px;*/
}

@media only screen and (max-width: 991px) {
  .work-inner.work-3-col .work-item-box {
    /*width: calc(50% - 15px);*/
    width: calc(50% - 2px);
  }
  .work-inner.work-4-col .work-item-box {
    /*width: calc(50% - 15px);*/
    width: calc(50% - 2px);
  }
}

@media only screen and (max-width: 767px) {
  .work-inner.work-3-col .work-item-box {
    width: 100%;
  }
  .work-inner.work-4-col .work-item-box {
    width: 100%;
  }
}
.work-inner.work-3-col .work-item {
  height: 30vh; /* 50vh added */
}
.work-inner.work-4-col .work-item {
  height: 30vh; /* 50vh added */
}

.work-inner.work-2-col .work-item-box {
  /*width: calc(50% - 15px);*/
  width: 50%;
}

.work-inner.work-2-col .work-item-box:nth-of-type(n + 3) {
  /*margin-top: 50px;*/
}

@media only screen and (max-width: 767px) {
  .work-inner.work-2-col .work-item-box {
    width: 100%;
  }
}

.work-inner.work-2-col .work-item {
  height: 100vh;
}

.work-inner .work-container .nav-left,
.work-inner .work-container .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 30px;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  text-transform: uppercase;
  font-size: 12px;
  min-height: 48px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 1.2px;
  cursor: pointer;
  background-color: rgba(165, 100, 51, 0.9);
}

.work-inner .work-container .nav-left .label,
.work-inner .work-container .nav-right .label {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 10px;
  text-align: center;
}

.work-inner .work-container .nav-left .icon,
.work-inner .work-container .nav-right .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.work-inner .work-container .nav-left .icon i,
.work-inner .work-container .nav-right .icon i {
  font-size: 12px;
}

.work-inner .work-container .nav-left {
  left: 15px;
}

.work-inner .work-container .nav-left .label {
  padding-right: 15px;
  padding-left: 10px;
}

.work-inner .work-container .nav-left .icon {
  margin-left: 15px;
}

.work-inner .work-container .nav-right {
  right: 15px;
}

.work-inner .work-container .nav-right .icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 15px;
}

/* -------------------------------------------------------
                   Stores
-------------------------------------------------------- */
[data-dsn="rStories"].work-masonry .story-item {
  cursor: pointer;
}

[data-dsn="rStories"].work-masonry .story-item:before {
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  padding: 15px;
  font-weight: bold;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content .r-s-title {
  font-size: 20px;
  font-weight: bold;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content h4 [data-dsn="rStories"].work-masonry .story-item .rs-content h4 {
  overflow: hidden;
  will-change: transform;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content h4 .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  -o-transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

[data-dsn="rStories"].work-masonry .story-item .rs-content p [data-dsn="rStories"].work-masonry .story-item .rs-content p {
  overflow: hidden;
  will-change: transform;
}

[data-dsn="rStories"].work-masonry .story-item .rs-content p .dsn-word-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(50%) rotate(15deg) scale(0.8);
  -ms-transform: translateY(50%) rotate(15deg) scale(0.8);
  transform: translateY(50%) rotate(15deg) scale(0.8);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: calc(50ms * var(--word-dsn-index) + 200ms);
  -o-transition-delay: calc(50ms * var(--word-dsn-index) + 200ms);
  transition-delay: calc(50ms * var(--word-dsn-index) + 200ms);
}

[data-dsn="rStories"].work-masonry .story-item:hover:before {
  opacity: 0.5;
}

[data-dsn="rStories"].work-masonry .story-item:hover .rs-content h4 {
  color: #fff;
}

[data-dsn="rStories"].work-masonry .story-item:hover .rs-content h4 .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

[data-dsn="rStories"].work-masonry .story-item:hover .rs-content p {
  color: #fff;
}

[data-dsn="rStories"].work-masonry .story-item:hover .rs-content p .dsn-word-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) rotate(0deg) scale(1);
  -ms-transform: translateY(0) rotate(0deg) scale(1);
  transform: translateY(0) rotate(0deg) scale(1);
}

.filters-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 8.82353%;
  padding-right: 8.82353%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.filters-content .filtering {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filters-content .filtering button {
  color: #fff;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
}

.filters-content .filtering button.active {
  color: #00ffbc;
  font-weight: 800;
  letter-spacing: 4px;
}

.filters-content .filtering button span.counter {
  position: absolute;
  right: -20px;
  top: -10px;
  font-size: 12px;
  font-weight: 600;
}

.filters-content .filtering button:not(:last-child) {
  margin-bottom: 30px;
}

.close-wind {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.button-loadmore {
  position: relative;
  clear: both;
  display: block;
  width: 190px;
  height: 60px;
  line-height: 63px;
  text-align: center;
  cursor: pointer;
  color: #bdc1c0;
  background-color: #00ffbc;
  font-size: 14px;
  font-weight: 600;
  padding: 0 35px;
  -webkit-transition: height 1s, border-radius 1s;
  -o-transition: height 1s, border-radius 1s;
  transition: height 1s, border-radius 1s;
}

.button-loadmore.loadmore-work {
  margin-left: auto;
  margin-right: auto;
}

.button-loadmore.dsn-loading {
  height: 23px !important;
  border-radius: 7px;
}

.button-loadmore.dsn-loading .progress-text {
  top: -19px;
}

.button-loadmore .dsn-load-progress-ajax {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #212121;
  color: #fff;
}

.button-loadmore .progress-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
}

.button-loadmore .progress-no-more {
  display: none;
}

.our-work .work-item .item-info {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* -------------------------------------------------------
                   Blog
-------------------------------------------------------- */
.root-blog {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.root-blog .post-list-item {
  position: relative;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .root-blog .post-list-item {
    margin-bottom: 80px;
  }
}

.root-blog .post-list-item figure {
  position: relative;
  width: 100%;
}

.root-blog .post-list-item figure a {
  width: 100%;
}

.root-blog .post-list-item figure img {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 80vh;
}

.root-blog .post-list-item .post-list-item-content {
  margin-top: 30px;
  width: 100%;
  position: relative;
}

.root-blog .post-list-item .post-list-item-content .post-info-date {
  margin-right: 20px;
}

@media only screen and (max-width: 575px) {
  .root-blog .post-list-item .post-list-item-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.root-blog .post-list-item .post-list-item-content .post-info-top a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  word-spacing: 2px;
  margin-bottom: 20px;
  color: #fff;
}

.v-light:not(.no-light) .root-blog .post-list-item .post-list-item-content .post-info-top a {
  color: #000;
}

.root-blog .post-list-item .post-list-item-content .post-info-top > div {
  position: relative;
  display: inline-block;
}

.root-blog .post-list-item .post-list-item-content h3 {
  margin-bottom: 30px;
}

.root-blog .post-list-item .post-list-item-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.root-blog .post-list-item .post-list-item-content .post-author img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.root-blog .post-list-item .post-list-item-content .post-author span {
  font-weight: 300;
}

.root-blog .post-list-item .post-list-item-content .post-author span a {
  color: #fff;
  padding-left: 5px;
  letter-spacing: 2px;
}

.news-content {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .news-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-content .news-content-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-content .News-socials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 23%;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .news-content .News-socials-wrapper {
    width: 26%;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-content .News-socials-wrapper .news-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.news-content .News-socials-wrapper .News-news-date {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.8;
}

.v-light:not(.no-light) .news-content .News-socials-wrapper .News-news-date {
  color: #000;
}

.news-content .News-socials-wrapper .title-caption {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .title-caption {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.news-content .News-socials-wrapper .cat {
  display: block;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .cat {
    width: 100%;
    margin-bottom: 30px;
  }
}

.news-content .News-socials-wrapper .cat a {
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .cat a {
    display: inline-block;
  }
}

.news-content .News-socials-wrapper .cat a span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background-color: #090909;
  padding: 5px 15px;
  margin: 0 5px 5px;
}

.v-light:not(.no-light) .news-content .News-socials-wrapper .cat a span {
  background-color: #e6e6e6;
  color: #000;
}

.news-content .News-socials-wrapper .cat a span:first-child {
  margin-left: 0;
}

.news-content .News-socials-wrapper .cat a span::last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share ul {
    display: inline-block;
  }
}

.news-content .News-socials-wrapper .post-share ul li {
  list-style: none;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .news-content .News-socials-wrapper .post-share ul li {
    display: inline-block;
    margin-left: 10px;
  }
}

.news-content .News-socials-wrapper .post-share ul li:last-child {
  margin-bottom: 0;
}

.news-content .News-socials-wrapper .post-share ul li a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
}

.news-content .News-socials-wrapper .post-share ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.news-content .News-socials-wrapper .post-share ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.news-content .News-socials-wrapper .post-share ul li a:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.news-content .News-socials-wrapper .post-share ul li a:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-content .post-content {
  position: relative;
  display: block;
  width: 77%;
}

@media only screen and (max-width: 991px) {
  .news-content .post-content {
    width: 74%;
  }
}

@media only screen and (max-width: 767px) {
  .news-content .post-content {
    width: 100%;
  }
}

.news-content .post-content > * {
  margin-bottom: 30px;
}

.news-content .post-content > *:first-child, .news-content .post-content:first-child {
  margin-top: 0;
}

.news-content .post-content > *:last-child, .news-content .post-content:last-child {
  margin-bottom: 0;
}

.news-content .post-content p {
  letter-spacing: -0.6px;
}

.news-content .post-content p a {
  display: inline-block;
}

.news-content .post-content blockquote {
  font-size: 20px;
  font-family: serif;
  color: #fff;
  font-style: italic;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #cacaca;
}

.v-light:not(.no-light) .news-content .post-content blockquote {
  color: #000;
  border-left: 1px solid #bebebe;
}

.news-content .post-content a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
}

.news-content .post-content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.news-content .post-content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.news-content .post-content a:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.news-content .post-content a:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-content .post-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .news-content .post-tags {
    padding: 30px 0 0;
  }
}

.news-content .post-tags a {
  color: #fff;
  margin-right: 30px;
  display: inline-block;
  line-height: 1;
  float: left;
}

.v-light:not(.no-light) .news-content .post-tags a {
  color: #000;
}

.news-content .post-tags a:before {
  content: "#";
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}

.news-content .post-tags a::after {
  display: none;
}

/* -------------------------------------------------------
                  contact
-------------------------------------------------------- */
.form-box {
  position: relative;
}

.form-box .form-group {
  width: 100%;
}

.form-box .form-group .help-block {
  color: red;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-box .form-group li {
  list-style: none;
}

.entry {
  width: 100%;
  margin-bottom: 10px;
}

.entry input,
.entry textarea,
.entry select {
  font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
  font-weight: normal;
  font-size: 16px; line-height: 30px;
  width: 100%;
  background-color: transparent;
  border: none;
  /*border-bottom: 1.5px solid #00ffbc;*/
  border: 2px solid #FFFFFF;
  /*padding-bottom: 20px;*/
  padding: 15px 15px;
  color: #eee;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: -0.5px;
  border-radius: 50vh;
}
.entry textarea {
  border-radius: 5px;
}

/* select */
label.field {
  border-radius: 2px;
  color: #666;
  display: block;
  margin: 16px;
  margin-left: -10px;
  max-width: 300px;
  padding: 8px;
  opacity: 0;
  position: relative;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 1;
}
label.field span {
  color: inherit;
  display: block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  left: 9px;
  pointer-events: none;
  position: absolute;
  top: 32px;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-transition-property: color, font-size, top;
  transition-property: #FFFFFF, font-size, top;
  z-index: 1;
}
label.field span.required::after {
  color: #FFFFFF;
  content: "*";
  display: block;
  height: 20px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.error label.field span {
  color: #FFFFFF;
}
label.field .psuedo_select {
  width:100%;
  font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
  background: rgba(255, 255, 255, 0);
  position: relative;
  border-color: #666;
  border-style: solid;
  border-width: 0 0 2px 0;
  color: #666;
  cursor: pointer;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  margin: -15px 16px 0 0;
  min-width: 200px;
  /*padding-top: 24px;*/
  padding: 30px 0 20px 65px;
  outline: 1; border:2px solid #FFFFFF;
  border-radius:50vh; color: #FFFFFF;
  z-index: 1;
}
label.field .psuedo_select::after {
  /*background: url("data:image/svg+xml;utf8,<svg fill='#666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='#FFFFFF'/> </svg>"), no-repeat;*/
  background: url('../img/arrow_down.png');
  background-position: right;
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top:15px;
  right: 13px;
  -webkit-transition-property: background;
  transition-property: background;
}
label.field .psuedo_select .selected {
  height: 24px;
  left: 15px;
  line-height: 24px;
  opacity: 1;
  position: absolute;
  top: -10px;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: transform;
}
label.field .psuedo_select ul {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  display: block;
  min-height: 150px;
  height: auto;
  list-style: none;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0 1px; padding-left: 5px; padding-bottom: 5px;
  pointer-events: none;
  -webkit-transition-property: height, opacity;
  transition-property: height, opacity;
  min-width: 200px; width:100%; margin-top: 10px; margin-left: -60px;
  border:1px solid #FFFFFF;
  border-bottom-left-radius: 15%;
  border-bottom-right-radius: 15%;
  z-index: 2; background: #000000;
  transition: 0.3 all ease-out;
}
label.field .psuedo_select ul li {
  height: 24px;
  padding: 20px 4px;
  color: #FFFFFF;
  list-style: none;
}
label.field .psuedo_select ul#img_category_options li {

}
label.field .deselect {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
label.field.focused {
  color: #007BED;
}
label.field.focused .psuedo_select {
  border-color: #007BED;
}
label.field.focused .psuedo_select::after {
  background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}
label.field.focused .psuedo_select ul {
  opacity: 1;
  pointer-events: all;
}

label.field.focused .psuedo_select ul {

}

/* customize checkbox */
#trigger, #trigger2, #trigger3, #trigger4, #trigger5, #trigger6, #trigger7, #trigger8 {
  display: none;
}

.checker {
  display: block;
  background-image: url('../img/checkbox.png');
  background-position: left center;
  background-size: auto 100%;
  width: 59px;
  height: 59px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#trigger:checked + .checker {
  background-position: right center;
}
#trigger2:checked + .checker {
  background-position: right center;
}
#trigger3:checked + .checker {
  background-position: right center;
}
#trigger4:checked + .checker {
  background-position: right center;
}
#trigger5:checked + .checker {
  background-position: right center;
}
#trigger6:checked + .checker {
  background-position: right center;
}
#trigger7:checked + .checker {
  background-position: right center;
}
#trigger8:checked + .checker {
  background-position: right center;
}

#gitHubButton {
  background: rgba(0, 0, 0, 0.25);
  bottom: 10px;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  position: fixed;
  text-decoration: none;
  right: 10px;
}



.v-light:not(.no-light) .entry input, .v-light:not(.no-light)
.entry textarea {
  border-color: #d90a2c;
  color: #0009;
}

.entry input::-webkit-input-placeholder,
.entry textarea::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entry input:-ms-input-placeholder,
.entry textarea:-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entry input::-ms-input-placeholder,
.entry textarea::-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entry input::placeholder,
.entry textarea::placeholder {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.entry input {
  height: 100%;
}

label {
  color: #00ffbc;
  font-size: 15px;
  font-weight: 600;
}

.v-light:not(.no-light) label {
  color: #d90a2c;
}

#map .gm-fullscreen-control,
#map .gm-bundled-control,
#map .gm-bundled-control-on-bottom,
#map .gmnoprint,
#map .gm-style-cc {
  display: none !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-post {
  position: relative;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comments-post .comments-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .comments-post .comments-title {
    margin-bottom: 35px;
  }
}

.comments-post .comments-title .subtitle {
  margin-bottom: 0;
}

.comments-post .comments-area {
  position: relative;
}

.comments-post .comments-area .comment-list > li.comment:first-child {
  margin-top: 0;
}

.comments-post .comments-area .comment-list > li.comment:first-child > .comment-body {
  padding-top: 0;
}

.comments-post .comments-area .comment {
  list-style: none;
  margin-top: 20px;
}

.comments-post .comments-area .comment .comment-body {
  position: relative;
  padding-top: 30px;
}

.comments-post .comments-area .comment .comment-body .comment-author {
  position: relative;
  top: 10px;
  left: 0;
  width: 64px;
  height: 64px;
  display: block;
  float: left;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .comment-body .comment-author {
    width: 30px;
    height: 30px;
  }
}

.comments-post .comments-area .comment .comment-body .comment-author img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
}

.comments-post .comments-area .comment .comment-body .comment-text {
  padding: 0 0 0 90px;
  min-height: 64px;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .comment-body .comment-text {
    padding: 0 0 0 40px;
  }
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-date {
  float: right;
  margin: 3px 5px 0 0;
  font-size: 13px;
  color: #b0b0b0;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-date:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-info {
  position: relative;
  display: inline-block;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-info .comment-name {
  float: left;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
}

.comments-post .comments-area .comment .comment-body .comment-text .text-holder p {
  margin: 7px 0 10px;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 670ms linear 417ms;
  -o-transition: color 670ms linear 417ms;
  transition: color 670ms linear 417ms;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}

.v-light:not(.no-light) .comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link {
  color: #000;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 380ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.98, 0) translateZ(0);
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  -webkit-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -o-transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:before {
  -webkit-transform: scale(1, 1.0) translateZ(0);
  transform: scale(1, 1.0) translateZ(0);
}

.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:after {
  opacity: 0;
  -webkit-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 126.66667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}

.comments-post .comments-area .comment .children {
  margin-left: 90px;
}

@media only screen and (max-width: 575px) {
  .comments-post .comments-area .comment .children {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .comments-post .comments-area .comment .children {
    margin-left: 20px;
  }
}

.comments-post .comments-form {
  position: relative;
  width: 100%;
  margin-top: 120px;
}

@media only screen and (max-width: 991px) {
  .comments-post .comments-form {
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
/* 404 & Not found */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   Footer
-------------------------------------------------------- */
.footer-1 .footer-links {
  padding: 50px 0;
}

@media only screen and (max-width: 991px) {
  .footer-1 .footer-links .footer-block-inner:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-1 .footer-links .footer-block-inner:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.v-light:not(.no-light) .footer-1 .footer-links .link-hover {
  color: #000;
}

.v-light:not(.no-light) .footer-1 .footer-links .link-hover:before {
  color: #000;
}

.footer-1 .footer-links .footer-title {
  position: relative;
  color: #00ffbc;
  /*text-transform: uppercase;*/
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-title {
  color: #d90a2c;
}

.footer-1 .footer-links .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-title::after {
  background-color: #bebebe;
}

.footer-1 .footer-links .footer-block.col-menu ul li {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}

.footer-1 .footer-links .footer-block.col-menu ul li:last-of-type {
  margin-bottom: 0;
}

.footer-1 .footer-links .footer-block.col-menu ul li a {
  /*text-transform: uppercase;*/
}

.footer-1 .footer-links .footer-block.col-contact p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-1 .footer-links .footer-block.col-contact p:last-of-type {
  margin-bottom: 0;
}

.footer-1 .footer-links .footer-block.col-contact p strong {
  color: #fff;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block.col-contact p strong {
  color: #000;
}

.footer-1 .footer-links .footer-block.col-contact p span {
  margin-right: 5px;
  margin-left: 5px;
}

.footer-1 .footer-links .footer-block .footer-social ul {
  margin: 0;
}

.footer-1 .footer-links .footer-block .footer-social ul li {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 5px;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block .footer-social ul li {
  color: #000;
}

@media only screen and (max-width: 575px) {
  .footer-1 .footer-links .footer-block .footer-social ul li {
    font-size: 13px;
    margin-right: 3px;
    padding-right: 3px;
  }
}

.footer-1 .footer-links .footer-block .footer-social ul li:first-of-type {
  padding-left: 0;
}

.footer-1 .footer-links .footer-block .footer-social ul li a {
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 13px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  position: relative;
  text-transform: capitalize;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block .footer-social ul li a {
  color: #000;
}

.footer-1 .footer-links .footer-block .footer-logo {
  /*width: 150px;*/ width:50%; text-align: left;
}
.footer-logo img { margin-bottom:10px; width: 80%; height:auto }
.footer-logo .orglogo { width: 100%; height: auto; }
.footer-1 .footer-links .footer-block .footer-logo img.logo-dark {
  display: block;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block .footer-logo img.logo-dark {
  display: none;
}

.footer-1 .footer-links .footer-block .footer-logo img.logo-light {
  display: none;
}

.v-light:not(.no-light) .footer-1 .footer-links .footer-block .footer-logo img.logo-light {
  display: block;
}

.footer-block a {
  color: #FFFFFF
}
.footer-block a:hover, .footer-block a:active {
  color: #00ffbc
}

.footer-1 .footer-nav {
  position: relative;
  padding: 30px 0px;
  /*text-align: center;*/
  text-align: left;
  background-color: #000;
}

/* added footer nav */
.footnav a { font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif; color: #d7d7d7; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s }
.footnav a:hover, .footnav a:hover { color: #00ffbc; }
.footnav ul { margin:0; padding:0 }
.footnav ul li { list-style-type: none; list-style:outside; margin-left: -15px; padding:0;  }

.v-light:not(.no-light) .footer-1 .footer-nav {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 575px) {
  .footer-1 .footer-nav {
    padding: 25px 0px;
  }
}

.footer-1 .footer-nav ul li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0px 18px;
}

@media only screen and (max-width: 575px) {
  .footer-1 .footer-nav ul li {
    font-size: 13px;
    margin: 5px;
  }
}

.footer-1 .footer-nav ul li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.v-light:not(.no-light) .footer-1 .footer-nav ul li a {
  color: #000;
}

.footer-1 .copyright {
  padding: 30px 0;
  font-size: 14px;
  letter-spacing: 2.67px;
}

.footer-1 .copyright p {
  text-transform: uppercase;
}

.footer-1 .copyright .copright-text {
  /*color: #e6e6e6;*/
  color:#FFFFFF;
  margin-top: 5px;
}

.v-light:not(.no-light) .footer-1 .copyright .copright-text {
  color: #000;
}

.footer-1 .copyright .copright-text a {
  color: #00ffbc;
}

.v-light:not(.no-light) .footer-1 .copyright .copright-text a {
  color: #d90a2c;
}

.footer .footer-container {
  padding: 0 50px 30px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 575px) {
  .footer .footer-container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-container > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .column-left,
.footer .column-right {
  width: calc(50% - 35px);
}

@media only screen and (max-width: 767px) {
  .footer .column-left,
  .footer .column-right {
    width: 100%;
    text-align: center;
  }
}

.footer .column-left .logo-footer img {
  width: 75px;
}

.footer .column-left .footer-social ul {
  margin: 0;
}

.footer .column-left .footer-social ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 5px;
}

@media only screen and (max-width: 575px) {
  .footer .column-left .footer-social ul li {
    font-size: 13px;
    margin-right: 3px;
    padding-right: 3px;
  }
}

.footer .column-left .footer-social ul li:first-of-type {
  padding-left: 0;
}

.footer .column-left .footer-social ul li a {
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
  font-weight: 400;
  position: relative;
}

.v-light:not(.no-light) .footer .column-left .footer-social ul li a {
  color: #000;
}

.footer .column-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer .column-right {
    text-align: center;
    margin-top: 20px;
  }
}

.footer .column-right h5 {
  color: rgba(255, 255, 255, 0.69);
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}

.v-light:not(.no-light) .footer .column-right h5 {
  color: #000;
}

.footer .column-right h5 .love {
  color: #fd4145;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
}

.footer .column-right h5 .link-hover {
  text-transform: initial;
}

.v-light:not(.no-light) .footer .column-right h5 .link-hover {
  color: #000;
}

.footer .scroll-top {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer .scroll-top {
    position: absolute;
    right: 15px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 575px) {
  .footer .scroll-top {
    position: relative;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.footer .scroll-top .icon-circle {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  border-radius: 50%;
  display: none;
  background-color: rgba(165, 100, 51, 0.3);
}

.footer .scroll-top:hover .icon-circle {
  display: inherit;
}

.footer .scroll-top img {
  width: 60px;
}

.v-light:not(.no-light) .footer .scroll-top img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.footer .scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

/* added */
.footer-title-col {
  position: relative;
  margin-bottom: 10px;
  padding-top: 0px;
}

.v-light:not(.no-light) .footer .scroll-top i {
  color: #000;
}

.cap {
  position: absolute;
  bottom: 30px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e0e0e5c), to(#1b1515));
  background-image: -webkit-linear-gradient(left, #0e0e0e5c 0%, #1b1515 100%);
  background-image: -o-linear-gradient(left, #0e0e0e5c 0%, #1b1515 100%);
  background-image: linear-gradient(to right, #0e0e0e5c 0%, #1b1515 100%);
  padding: 4px 15px;
  color: #fff;
  z-index: 10;
}

.cap span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.caption {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin-top: 15px;
}

.v-light:not(.no-light) .caption {
  color: #000;
}

.section-dsn-color * {
  color: inherit !important;
}

.work-inner.work-masonry .work-item .item-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* 3D Carousel */
/*
#global_wrapper {min-height: 100vh; position: relative; overflow: hidden;}
#global_wrapper:before {content:''; display: block; width: 100%; height: 0; position: fixed; top: 0;}
		.wrapper {display: block; width: 1010px; margin: auto; position: relative;}

    /* Markup */
    /*
    .clear {clear: both;}
    .cell {display: flex; flex-flow: column wrap; align-content: center; justify-content: center;}
    .justify {display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between;}
    .ellipsis {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
    .unselectable {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none;}
*/
    /* Underline */
    .underline {display: inline-block; line-height: 1.1em; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
      .underline:after {content:''; display: block; width: 0; height: 0; color: inherit; /*border-bottom: 1px solid;*/ margin: auto; position: absolute; left: 0; right: 0; bottom: 0; -webkit-transition-property: width; -moz-transition-property: width; -ms-transition-property: width; -o-transition-property: width; transition-property: width;}
      .underline:hover:after {width: 100%;}

    .underlined {display: inline-block; line-height: 1.1em; border-bottom: 1px solid; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
      .underlined:hover, .underlined:focus {border-bottom-color: transparent;}

    /* Other */
    .draggable {cursor: url(data:image/gif;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7), move;}
    .break_line {display: block;}
    .note {border: 2px dashed #008ec2; font: 16px/22px Arial; padding: 10px 20px; margin: 20px auto;}


    /*------ Controls  ------*/

    /* Close */
    .f_close {display: block; width: 24px; height: 24px; border: 2px solid transparent; border-radius: 50%; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-touch-callout: none;}
      .f_close:before, .f_close:after {content:''; display: block; width: 2px; height: 100%; background: #fff; border-radius: 4px; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
        .f_close:before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
        .f_close:after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
    .f_close:hover {border-color: #f00; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
      .f_close:hover:before, .f_close:hover:after {height: 80%; background: #f00;}
    .f_close:active {border-color: #f00;}
      .f_close:active:before, .f_close:active:after {background: #f00;}

    /* Arrows */
    .f_arrow {display: block; margin: auto; position: absolute; top: 0; bottom: 0; z-index: 10; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-touch-callout: none;}
      .f_arrow:before, .f_arrow:after {content:''; display: block; margin: auto; position: absolute; top: 0; bottom: 0;}
    .f_arrow[class*="prev"] {}
      .f_arrow[class*="prev"]:before, .f_arrow[class*="prev"]:after {left: 0; -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; -ms-transform-origin: 0 50%; -o-transform-origin: 0 50%; transform-origin: 0 50%;}
      .f_arrow[class*="prev"]:before {-webkit-transform: rotate(-42deg); -moz-transform: rotate(-42deg); -ms-transform: rotate(-42deg); -o-transform: rotate(-42deg); transform: rotate(-42deg);}
      .f_arrow[class*="prev"]:after {-webkit-transform: rotate(42deg); -moz-transform: rotate(42deg); -ms-transform: rotate(42deg); -o-transform: rotate(42deg); transform: rotate(42deg);}
    .f_arrow[class*="next"] {}
      .f_arrow[class*="next"]:before, .f_arrow[class*="next"]:after {right: 0; -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%;}
      .f_arrow[class*="next"]:before {-webkit-transform: rotate(42deg); -moz-transform: rotate(42deg); -ms-transform: rotate(42deg); -o-transform: rotate(42deg); transform: rotate(42deg);}
      .f_arrow[class*="next"]:after {-webkit-transform: rotate(-42deg); -moz-transform: rotate(-42deg); -ms-transform: rotate(-42deg); -o-transform: rotate(-42deg); transform: rotate(-42deg);}
    /* hover */
    .f_arrow:hover {}
    .f_arrow[class*="prev"]:hover {-webkit-transform: translateX(-2px); -moz-transform: translateX(-2px); -ms-transform: translateX(-2px); -o-transform: translateX(-2px); transform: translateX(-2px);}
    .f_arrow[class*="next"]:hover {-webkit-transform: translateX(2px); -moz-transform: translateX(2px); -ms-transform: translateX(2px); -o-transform: translateX(2px); transform: translateX(2px);}
      .f_arrow[class*="prev"]:hover:before {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
      .f_arrow[class*="prev"]:hover:after {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
      .f_arrow[class*="next"]:hover:before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
      .f_arrow[class*="next"]:hover:after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
    /* active */
    .f_arrow:active {}
      .f_arrow[class*="prev"]:active:before {-webkit-transform: rotate(-38deg); -moz-transform: rotate(-38deg); -ms-transform: rotate(-38deg); -o-transform: rotate(-38deg); transform: rotate(-38deg);}
      .f_arrow[class*="prev"]:active:after {-webkit-transform: rotate(38deg); -moz-transform: rotate(38deg); -ms-transform: rotate(38deg); -o-transform: rotate(38deg); transform: rotate(38deg);}
      .f_arrow[class*="next"]:active:before {-webkit-transform: rotate(38deg); -moz-transform: rotate(38deg); -ms-transform: rotate(38deg); -o-transform: rotate(38deg); transform: rotate(38deg);}
      .f_arrow[class*="next"]:active:after {-webkit-transform: rotate(-38deg); -moz-transform: rotate(-38deg); -ms-transform: rotate(-38deg); -o-transform: rotate(-38deg); transform: rotate(-38deg);}
    /* styles */
    .f_arrow {width: 30px; height: 40px;}
    .f_arrow[class*="prev"] {left: 2px;}
    .f_arrow[class*="next"] {right: 2px;}
      .f_arrow:before, .f_arrow:after {width: 30px; height: 5px; background: #000; border-radius: 4px;}
      .f_arrow:hover:before, .f_arrow:hover:after {background: #f00 !important;}
        .f_arrow:before {top: 3px;}
        .f_arrow:after {bottom: 3px;}

    /* Dots */
    .f_dots {width: 100%; font-size: 0; line-height: 0; text-align: center; margin: auto; position: absolute; left: 0; right: 0; bottom: -30px; z-index: 10;}
      .f_dots [class*="dot"] {display: inline-block; width: 16px; height: 16px; border: 1px solid #000; border-radius: 50%; margin: 0 4px; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-touch-callout: none;}
        .f_dots [class*="dot"]:hover {}
        .f_dots [class*="dot"].active {}
          .f_dots [class*="dot"]:after {content:''; display: block; border-radius: inherit; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0);}
          .f_dots [class*="dot"].active:after {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}

    /* Pagination */
    .f_pagination {font-size: 0; text-align: center; margin: 20px auto 0;}
      .f_pagination > * {display: inline-block; vertical-align: middle; font: 18px/22px Arial; text-align: center; margin: 0 5px;}
      .f_pagination .pag {border-bottom: 2px solid transparent; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
        .f_pagination a.pag:hover {color: #f00;}
        .f_pagination .pag.current {border-color: #000;}
      .f_pagination .dots {}
      .f_pagination .arrow {width: 16px; height: 26px; position: relative; left: auto; right: auto; top: auto; bottom: auto;}
        .f_pagination .arrow:before, .f_pagination .arrow:after {width: 16px; height: 3px;}
        .f_pagination .arrow:before {top: 1px;}
        .f_pagination .arrow:after {bottom: 1px;}


    /*------ Headings  ------*/
    /*
    h1, h2, h3, h4, h5, h6 {text-align: left;}
    h1 {font: 30px/34px Arial; margin: 0 auto 30px; text-transform: uppercase;}
    h2 {font: 30px/34px Arial; margin: 0 auto 25px; text-transform: uppercase;}
    h3 {font: 700 24px/28px Arial; margin: 0 auto 10px;}
*/

    /*------ Markup decoration ------
    code {display: block; background: #eee; font: 15px/20px Arial; padding: 20px; margin: 0 auto 20px;}
      code [class^="tabulation"] {display: block;}
        .tabulation-1 {padding-left: 15px;}
        .tabulation-2 {padding-left: 30px;}
        .tabulation-3 {padding-left: 45px;}
      .tag {color: #00f;}
      .attr {color: #f00;}
      .val {color: #4226ad;}
      .selector {color: #999;}


    /**************** HEADER *****************/
    /*
    header {background: #333; color: #fff;}
    header .wrapper {padding: 60px 20px;}
    header ul {text-align: left;}
      header ul li {padding-left: 25px; margin-bottom: 3px; position: relative;}
      header ul li:before {content:''; display: block; width: 5px; height: 5px; background: #fff; border-radius: 50%; position: absolute; left: 5px; top: 8px;}

*/
    /**************** CONTENTS *****************/
    /*
    #contents {}
    #contents .wrapper {padding: 50px 20px 30px;}
    #contents nav {}
      #contents nav ul {}
        #contents nav ul li {margin-bottom: 5px;}
          #contents nav ul li a {font: 18px/18px Arial;}
            #contents nav ul li a:hover {color: #008ec2;}
            #contents nav ul li a:focus {color: #008ec2; outline: 1px solid #008ec2;}
*/

    /**************** INFO *****************/
    /*
    #info {}
    #info .wrapper {padding: 30px 20px;}
    */

    /**************** INSTALLATION *****************/
    /*
    #installation {}
    #installation .wrapper {padding: 30px 20px;}


    /**************** EXAMPLES *****************/

    #examples {}
    #examples .wrapper {padding: 30px 20px;}
    .example_block {margin: 0 auto 40px;}
    .zoom-gallery { z-index: 99; }

    /*------ Carousels ------*/
    .fcarousel {height: 400px; margin: 0 auto 20px; overflow: hidden; opacity: 0; -webkit-transition: opacity 0.3s ease-out 0s; -moz-transition: opacity 0.3s ease-out 0s; -ms-transition: opacity 0.3s ease-out 0s; -o-transition: opacity 0.3s ease-out 0s; transition: opacity 0.3s ease-out 0s;}
    .fcarousel.inited {opacity: 1;}
    .fcarousel.work-item-box .work-item { }
    .fcarousel.work-item-box .work-item .img-next-box { margin-top:-17px; }
    @media all and (min-width: 1024px){ .fcarousel:focus {outline: 1px dotted #3086a9;} }

      /* Items */
      .fcarousel [class^="item"] {width: 340px; height: 339px; border: 1px solid #000; font: 700 100px/220px Arial; text-align: center;}
        .fcarousel .item-1 {background: #dcdcdc;}
        .fcarousel .item-2 {background: #f0ffff;}
        .fcarousel .item-3 {background: #b0c4de;}
        .fcarousel .item-4 {background: #e0ffff;}
        .fcarousel .item-5 {background: #8fbc8f;}
        .fcarousel .item-6 {background: #fafad2;}
        .fcarousel .item-7 {background: #d2b48c;}
        .fcarousel .item-8 {background: #fa8072;}
        .fcarousel .item-9 {background: #ee82ee;}
      /* Arrows */
      .fcarousel .arrow {display: block; width: 30px; height: 20px; font: 16px/20px Arial; margin: auto; position: absolute; top: 0; bottom: 0; opacity: 0.7; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-touch-callout: none;}
        .fcarousel .arrow:hover {opacity: 1; color: #3086a9;}
        @media all and (min-width: 1024px){
          .fcarousel .arrow:focus, .fcarousel:focus .arrow {opacity: 1; color: #3086a9;}
          .fcarousel:focus .arrow {text-shadow: 0 0 8px #3086a9;}
        }
          .fcarousel .arrow.prev {left: 10px;}
          .fcarousel .arrow.next {right: 10px;}
      /* Dots */
      .fcarousel .dots {width: 100%; font-size: 0; text-align: center; margin: auto; position: absolute; left: 0; right: 0; bottom: 0;}
        .fcarousel .dot {display: inline-block; vertical-align: top; width: 24px; height: 24px; border: 1px solid #333; border-radius: 50%; font: 14px/22px Arial; text-align: center; margin: 0 5px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-touch-callout: none;}
          .fcarousel .dot:hover {border-color: #3086a9; color: #3086a9;}
          .fcarousel .dot.active {background: #3086a9; border-color: #17607d; color: #fff;}

    /*------ Example 2 ------*/
    #carousel-2 {height: 400px;}
      #carousel-2 [class^="item"] {width: 200px; height: 300px; line-height: 300px;}

    /*------ Example 3 ------*/
    #carousel-3 {width: 340px; height: 520px; margin: 0 auto 20px;}

    /*------ Example 5 ------*/
    #example-5 .carousel_callbacks {font-size: 0; text-align: center; margin: 30px auto 0;}
      #example-5 .carousel_callbacks .item {display: inline-block; vertical-align: top; width: 150px; height: 40px; border: 1px solid #333; font: 16px/40px Arial; text-align: center; margin: 0 10px;}
      #example-5 .carousel_callbacks .item.active {background: #3086a9; border-color: #17607d; color: #fff;}

    /*------ Example 6 ------*/
    #example-6 {overflow-y: auto;}
      #carousel-6 {opacity: 1;}
      #example-6 .carousel_api {font-size: 0; text-align: center; margin: auto;}
        #example-6 .carousel_api .item {display: inline-block; vertical-align: top; width: 150px; height: 40px; border: 1px solid #333; font: 16px/40px Arial; text-align: center; margin: 0 10px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
        #example-6 .carousel_api .item.disable {opacity: 0.5; cursor: default;}
          #example-6 .carousel_api .item:not(.disable):hover, #example-6 .carousel_api .item:focus {background: #3086a9; border-color: #17607d; color: #fff;}


    /**************** OPTIONS *****************/

    #options {}
    #options .wrapper {padding: 30px 20px;}
    .options_table {width: 100%; margin: auto;}
      .options_table tr {}
        .options_table th, .options_table td {border: 1px solid #eee; padding: 10px; font: 16px/22px Arial; text-align: left;}
        .options_table th {background: #17607d; color: #fff;}
        .options_table td {background: #eee;}
        .options_table tr:nth-child(odd) td {background: #ddd;}
          .options_table a {color: #008ec2;}
          .options_table a:focus {outline: 1px solid #008ec2;}
    #options .note {}
      #options .note ul {text-align: left; margin: 10px auto 0;}
        #options .note ul li {padding-left: 20px; margin-bottom: 3px; position: relative;}
          #options .note ul li:before {content:''; display: block; width: 8px; height: 1px; background: #000; position: absolute; left: 4px; top: 10px;}
          #options .note ul li:after {content:',';}
          #options .note ul li:last-child:after {content:'.';}
            #options .note ul li var {font-weight: 700;}


    /**************** METHODS *****************/

    #methods {}
    #methods .wrapper {padding: 30px 20px;}

/****** Full Grid Video Bank ****/

    .fullrow {
        position: relative;
        display: -ms-flexbox; /* IE10 */
        display: flex;
        -ms-flex-wrap: wrap; /* IE10 */
        flex-wrap: wrap;
        /*padding: 0 4px;*/
        z-index: 1
    }

    /* Create four equal columns that sits next to each other */
    .fullcolumn {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .fullcolumn2, .fullcolumn2a {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .fullcolumn3-6 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    /*
    .fullcolumn img {
        margin-top: 8px;
        vertical-align: middle;
    }
    */
    .fullcolumn .sgrid, .fullcolumn2 .sgrid, .fullcolumn2a .sgrid {
      width:100%;
      height: 100%;
      margin-top: 8px;
      vertical-align: middle;
    }
    #rotating-item-wrapper { background-color: #1d1d1b }
    #rotating-item-wrapper div.mgrid,
    #rotating-item-wrapper div.mgrid2
     {
      position: relative;
      width: 100%;
      height: auto;
      background-color: #1d1d1b;
    }
    #rotating-item-wrapper div.mgrid2 h4.sectiontitle {
      color:#000000
    }
    #rotating-item-wrapper div.mgrid2 .gridcon_inner2 {
      position: absolute;
      width: 100%; height: 100%;
      padding: 5%; top:0; left:0;
    }


    #rotating-item-wrapper img {
      width: 100%;
      height: auto;
    }

    #rotating-item-wrapper div.mgrid img,
    #rotating-item-wrapper div.mgrid2 img
     {
      width: 100%;
      height: auto;
    }
    #rotating-item-wrapper .gridcon {
      position: absolute;
      /*
      background-image: url('../images/gridbg.jpg');
      background-size: contain;
      background-position: bottom; */
      width: 100%; height: 100%;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      vertical-align: middle;
      font-size: 2rem;
    }
    .gridcon .btnmore {
      display: none
    }
    .gridcon_inner {
      text-align: center;
      padding-top: 10px;
    }
    .gridcon_inner h4.sectiontitle span {
      font-family: 'Avenir Bold', 'Noto Sans TC', Helvetica, Arial, sans-serif;
      font-weight: 500;
      color: #9E8959;
    }
    .gridcon_footer {
      padding: 10% 0;
    }
    #rotating-item-wrapper .gclick,
    #rotating-item-wrapper .gclick_video
    {
      cursor: pointer;
    }
    #rotating-item-wrapper .gclick a,
    #rotating-item-wrapper .gclick_video a
    {
      margin:0; padding:0;
      display: block;
    }
    .gridtitle {
      width:100%;
      height:auto;
      font-family: 'Avenir Bold', 'Noto Sans TC', Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: calc(20px + .5vw);
      line-height:1.2;
      margin-bottom: 5px;
      color:#000000;
      text-align: left;
    }
    .gridtxt {
      /*
      width:100%;
      height:155px;
      color: #000000;
      font-family: 'Avenir', 'Noto Sans TC', Helvetica, Arial, sans-serif;
      font-size: calc(10px + .5vw);

      display: block;
      display: -webkit-box;
      margin: 0 auto;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      */
    }

    .gridtitle2 {
      width:100%;
      height:auto;
      font-family: 'Avenir Bold', 'Noto Sans TC', Helvetica, Arial, sans-serif;
      font-weight: 800;
      font-size: calc(20px + .5vw);
      line-height:1.2;
      margin-bottom: 5px;
      color:#9e8959;
    }
    .gridtxt2 {
      /*
      width:100%;
      height:155px;
      color: #9e8959;
      font-family: 'Avenir', 'Noto Sans TC', Helvetica, Arial, sans-serif;
      font-size: calc(10px + .5vw);

      display: block;
      display: -webkit-box;
      margin: 0 auto;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      */
    }
    .gridimg {
      position: absolute;
      width: 50%;
      height: auto;
      float:right;
      top:15%;
      right:0%;
    }
    .gridimg img {
      width: 80%;
      height: auto;
    }

    .gridimg.gridminus {
      width:45%;
      height: auto;
    }



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

    .gridimg_btm.absleft {
      position: absolute;
      width: 50%;
      height: auto;
    }
    .gridimg_btm.absleft img {
      width: 50%;
      height: auto;
    }

    .gridimg_btm.absleft2 {
      position: absolute;
      width: 30%;
      height: auto;
      bottom: 15%;
    }
    .gridimg_btm.absleft2 img {
      width: 50%;
      height: auto;
    }

    .gridimg_btm.absright {
      position: absolute;
      width: 40%;
      height: auto;
      right: 10px;
      bottom: 20%;
    }
    .gridimg_btm.absright img {
      width: 50%;
      height: auto;
    }

    .gridimg2 {
      position: absolute;
      width: 40%;
      height: auto;
      float:right;
      top:12%;
      right:5%;
    }
    .gridimg2 img {
      width: 40%;
      height: auto;
    }
    .gridimg2.gridminus  {
     width:35%;
     height: auto;
    }

    .gridimg3 {
      width: 50%;
      height: auto;
      float: left;
      margin-top:5px;
    }
    .gridimg2 img {
      width: 40%;
      height: auto;
    }


    .gclick_video {
      position: relative; width: auto; height: auto;
      font-size: 10px;
      color: #fff;
      z-index: 9;
      background-color: #000;

    }
    .gclick_video a {
      width:100%;
      height: 100%;
      display: block;
    }
    .gclick_video:before {
      position: absolute;
      display:inline-block; width: 100%; height: 100%;
      content: "\f144";
      font-family: 'FontAwesome';

    }
    .gclick_video:hover:before {
      color: #eee;
    }
    .gclick_video .video-play { position: absolute; z-index: 2; top: 50%; left: 50%; margin-left: -40px; margin-top: -18px; text-decoration: none; z-index: 99999; border:0px solid #F60 }
    .gclick_video .video-play::before { content: "\f144"; font: normal normal normal 14px/1; font-family: 'FontAwesome'; font-weight: 900; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 50px; color: #b3b5bc; }

    .gclick_video .play-btn {
          position: absolute;
          max-width: 100%;
          width: 100%;
          height: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          line-height: 1; /* needed if using Bootstrap */
          text-align: center;
          /*color: #9E8959;*/
          color: #8a1b17;
          opacity: 0.8;
          background-color: rgba(255,255,255,.4);
          border-radius: 50px;
          transition: all .2s ease;
          z-index: 99999;
        }
    .gclick_video .play-btn:hover,
    .gclick_video .play-btn:focus {
          color: #000;
          background-color: rgba(255,255,255,.8);
          cursor: pointer;
        }
    .play-btn::after {
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          content: "\f144";
          font-family: 'FontAwesome';
          font-weight: 900;
          font-size: 60px;
          content: "\f04b";
          padding-top: 25%;
          padding-left: 10px;
    }
    .spspace {
      width:20%;
    }
    .splogo {
      width: 30%;
      padding: 0 10px;
      float: left; border:0px solid #F60
    }

    /* The Modal (background) */
    .modal1, .modal2, .modal3, .modal4  {
      display: none; /* Hidden by default */
      /*opacity: 0;*/
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
      transition: all 1s ease-out;
      z-index: 1;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
    }

    /* Modal Content/Box */
    .modal-content {
      background-color: #fefefe;
      margin: 10% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 80%; /* Could be more or less, depending on screen size */
      height: auto;
      min-height: 300px;
      background-color: #000000;
      border-radius: 30px;
    }

    /* The Close Button */
    .close1, .close2, .close3, .close4 {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      transition: all 0.3s ease-out;
    }

    .close1:hover,
    .close1:focus ,

    .close2:hover,
    .close2:focus,

    .close3:hover,
    .close3:focus,

    .close4:hover,
    .close4:focus

    {
      color: green;
      text-decoration: none;
      cursor: pointer;
    }




    /* circlebg */

    .outer {
      align-items: center;
      /*display: flex;*/
      display: inline-block;
      height: 250px;
      justify-content: center;
      max-width: 100%;
      overflow: auto;
      padding: 10px;
      resize:both;
      color: #FFFFFF;
      border-radius: 50%; margin:5px 10% 0 0;
      border: 1px solid #FFF;
      overflow:hidden;
      z-index:1
    }
    .outer::-webkit-resizer{
      background:transparent;
    }

    svg {
      height: 100%;

    }

    circle {
      fill: transparent;

    }
    .integer {
      position: absolute;
      width:100%;
      height: 100%; text-align: center;
      font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
      font-size: 5rem; top:17%;left:0;
      color: #FFFFFF; z-index: 9;
    }

    .display-table {
      display: table;
      height: auto
    }
    .squaregrid {
      position: relative;
      display: table-cell;
      position: relative;
  width: 10%;
  height: 0;
  padding: 5% 0;
  margin: 1em auto;
      border:1px solid #FFF;
      border-radius: 50%;

    }
    .squaregrid:after {
      content: "";
      display: block;
      padding-bottom: 100%;
    }
    /*
    .quote-wrapper {
      position: absolute;
      width:100%;
      margin: 10vh auto;

      border:0px solid #F60
    }
    .quote-wrapper:after {
      content: "";
      display: block;
      padding-bottom: 100%;
    }
*/
    .text {
      width: 100%;
      height: 100%;
      background: transparent;

      /*BLUE BG*/
      /*background: radial-gradient(
        ellipse at center,
        rgba(0, 128, 172, 1) 0%,
        rgba(0, 128, 172, 1) 70%,
        rgba(0, 128, 172, 0) 70.3%
      );*/
      /*RED BG
      background: radial-gradient(
        ellipse at center,
        rgba(210, 20, 20, 1) 0%,
        rgba(210, 20, 20, 1) 70%,
        rgba(210, 20, 20, 0) 70.3%
      );*/
      position: relative;
      margin: 0;
      color: white;

    }

    .text p {
      height: 100%;
      font-size: 21px;
      line-height: 1.25;
      padding: 0;
      text-align: center;
      /*font-style: italic;*/
      text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
    }

    .text::before {
      content: "";
      width: 50%;
      height: 100%;
      float: left;
      shape-outside: polygon(
        0 0,
        98% 0,
        50% 6%,
        23.4% 17.3%,
        6% 32.6%,
        0 50%,
        6% 65.6%,
        23.4% 82.7%,
        50% 94%,
        98% 100%,
        0 100%
      );
      shape-margin: 7%;
    }

    .text p::before {
      content: "";
      width: 50%;
      height: 100%;
      float: right;
      shape-outside: polygon(
        2% 0%,
        100% 0%,
        100% 100%,
        2% 100%,
        50% 94%,
        76.6% 82.7%,
        94% 65.6%,
        100% 50%,
        94% 32.6%,
        76.6% 17.3%,
        50% 6%
      );
      shape-margin: 7%;
    }

    .quote-wrapper blockquote footer {
      width: 100%;
      position: absolute;
      bottom: 150%;
      font-size: 8rem;
      text-align: center;
      font-style: italic;
      text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
    }

    .quote-wrapper::before {
      font-size: 270px;
      height: 82px;
      line-height: 0.78;
      line-height: 1;
      position: absolute;
      top: -48px;
      left: 0;
      z-index: 1;
      font-family: sans-serif, serif;
      color: #ccc;
      opacity: 0.9;
    }

    @media (min-width: 850px) {
      .quote-wrapper {
        /*width: 370px;
        height: 370px;*/
      }

      .quote-wrapper::before {
        font-size: 300px;
      }

      .text p {
        /*font-size: 26px;*/
      }

      .quote-wrapper blockquote footer {
        /*bottom: 32px;*/
        bottom: 55%;
      }
    }
    .quote-wrapper blockquote .quotetxt {
      width: 100%;
      position: absolute;
      top: 20%;
      font-size: 5rem;
      text-align: center;
      text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
    }
    .qtitle {
      width:85%;
      height:auto;
      font-family: "sfpro-bold", '微軟正黑體', '蘋果儷中黑', serif;
      font-size: 1.1rem;
      margin:0 auto 5px auto;
    }
    .countno {
      width:100%;
      height: auto;
      text-align: center;
      font-weight: bold;
      margin-top:-40%; top:-20%;
      border:0px solid #F60
    }
    .btn_more {
      width:60%;
      height:auto;
      font-family: "sfpro-regular", '微軟正黑體', '蘋果儷中黑', serif;
      text-align:center;
      font-size: 0.8rem;
      font-weight:100;
      margin:0 auto
    }
    ul.tc li {
      margin:0 0 0 10px;
      padding:0;
      list-style: outside;
      list-style-type:decimal;
    }
    ul.tc li {
      list-style: outside;
      list-style-type:decimal;
    }

    .termsbox2 {
      position: relative;
      width:100%;
      height:80px;
      border:2px solid #FFFFFF;
      overflow: auto; overflow-y: scroll;
      border-radius: 5px;
      padding: 10px;
      font-size: 0.8rem;
      line-height: 100%;
      color: #8a8a8a;
      background-color: #000;
      z-index: 9999
    }
    .termsbox2 p { line-height: 100% }
    .termsbox2 ul.tc2 li {
      margin:0 0 0 10px;
      padding:0;
      list-style: outside;
      list-style-type:decimal;
    }
  .termsbox2  ul.tc2 li {
      list-style: outside ;
      list-style-type:decimal;
    }
  .termsbox2 ul.tc2 li { font-size: 10px; }

/* Tagline animation test */
