    /*英文字體-細*/

@font-face {
    font-family: 'Lato';
    src: url(../css/fonts/LATO-LIGHT.TTF)format('truetype'), url(../css/fonts/LATO-LIGHT.TTF)format('truetype'), url(../css/fonts/LATO-LIGHT.TTF,svg#LATO-LIGHT)format('svg');
}


/*英文字體-粗*/

@font-face {
    font-family: 'Lato-black';
    src: url(../css/fonts/LATO-BLACK.TTF)format('truetype'), url(../css/fonts/LATO-BLACK.TTF)format('truetype'), url(../css/fonts/LATO-BLACK.TTF,svg#LATO-BLACK)format('svg');
}

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

body {
    line-height: 1;
    overflow-x: hidden;
    min-height: 100vh;
}

body {
  
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-image: url(fallback-gradient.svg);
  
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-gradient(linear, left top, right top, from(red), to(#f06d06));
  
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -webkit-linear-gradient(left, black, black);
  
  /* Firefox 3.6 - 15 */
  background-image: -moz-linear-gradient(left, black, black);
  
  /* Opera 11.1 - 12 */
  
  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
}

.indexbg {
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
}

a:hover {
    color: #000;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

h1 {
    font-size: 44px;
    letter-spacing: 3px;
    color: #fff;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
}


/*start*/

* {
    font-family: 'Lato', '微軟正黑體', sans-serif;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

html {
    overflow-y: scroll;
}

.container{
    max-width: 100%;
    width: 1400px;
    height: 100vh;
}

a:hover {
    text-decoration: none;
}

.flex {
    display: flex;
}

.logo {
    padding-top: 30px;
    width: 260px;
    position: fixed;
    top: 0px;
    left: 126px;
    z-index: 98;
}

.menu {
    padding-right: 60px;
    float: right;
    display: block;
}


/*start banner*/

.wrapper {
/*     background-color: #222629;
    background-image: url("../images/pattern.png"); */
    width: 100%;
}


.con1{
    opacity: 0;
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
}
.con2,.con3
,.con4,.con5
,.con6,.con7{
    opacity: 0;
    -webkit-transform: translateY(30vh) translateZ(0);
    transform: translateY(30vh) translateZ(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s, opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0s;
}
.fp-viewing-page3 .con2{
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
}
.fp-viewing-page4 .con3{
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
}
.fp-viewing-page5 .con4{
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
}
.fp-viewing-page6 .con5{
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
}
.fp-viewing-page7 .con6{
    -webkit-transform: translateY(-30vh) translateZ(0);
    transform: translateY(-30vh) translateZ(0);
}




















.fp-viewing-page1 .con1{
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
}
.fp-viewing-page2 .con2{
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
}
.fp-viewing-page3 .con3{
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
}
.fp-viewing-page4 .con4{
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
}
.fp-viewing-page5 .con5{
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
}
.fp-viewing-page6 .con6{
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
}
.fp-viewing-page7 .con7{
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s;
    transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s, opacity 1s cubic-bezier(0.68, 0, 0.265, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1) 0.06s;
}


div.foo {
    max-width: 722px;
    width: 722px;
    margin: 0 auto;
    text-align: center;
}

.letter {
    display: inline-block;
    /*font-weight: 900;*/
    font-size: 8em;
    font-family: 'Lato-black';
    margin-top: 56px;
    position: relative;
    color: #111416;
    transform-style: preserve-3d;
    -webkit-perspective:400;
    perspective: 400;
    z-index: 1;
}

.letter:before,
.letter:after {
    position: absolute;
    content: attr(data-letter);
    transform-origin: top left;
    top: 0;
    left: 0;
}

.letter,
.letter:before,
.letter:after {
    transition: all 0.3s ease-in-out;
}

.letter:before {
    color: #fff;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .8), 5px 0px 1px rgba(0, 0, 0, .8);
    z-index: 3;
    transform: rotateX(0deg) rotateY(-15deg) rotateZ(0deg);
}

.letter:after {
    color: rgba(0, 0, 0, .11);
    z-index: 2;
    transform: scale(1.08, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 1deg);
}

.letter:hover:before {
    color: #fafafa;
    transform: rotateX(0deg) rotateY(-40deg) rotateZ(0deg);
}

.letter:hover:after {
    transform: scale(1.08, 1) rotateX(0deg) rotateY(40deg) rotateZ(0deg) skew(0deg, 22deg);
}

.foo-space {
    letter-spacing: 30px;
}

.foo-space2 {
    letter-spacing: 8px;
}


/*<!--yiman infotek字 E-->*/

.center {
    text-align: center;
}

.word-h {
    padding-top: 50px;
    margin-left: 7%;
    width: 600px;
}

.con-box {
    padding-top: 170px;
    display: block;
}

.more {
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 90.5%;
    border-bottom: 2px;
}

.red-line {
    background-color: #df1f26;
    width: 125px;
    height: 3px;
}

.nb {
    padding-bottom: 38px;
    /*width: 694px;
    margin-left: 24%;*/
    text-align: left;
}

.nb2 {
    padding-bottom: 38px;
    display: inline-block;
    float: left;
}

.word-box {
    /* width: 58%; */
    display: inline-block;
    padding-top: 70px;
}

.word-box p {
    padding-bottom: 25px;
}

.title span {
    font-family: 'Lato-black','微軟正黑體';
    font-size: 95px;
    color: #fff;
    display: inline-block;
    line-height: 100px;
    padding-top: 10px;
}

.contain-ful {
    /* padding: 0px 60px; */
    width: 100%;
    -webkit-transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.contact-box{
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;

}
.client-box img {
    max-width: 100%;
}

#contact .circle {
    width: 74px;
    height: 74px;
    border: #cc2026 3px solid;
    border-radius: 80px;
    animation: 5s circle;
    animation-name: circle;
    position: relative;
}

.contact-box p {
    padding-left: 40px;
    word-break: break-all
}

#contact .circle img {
    margin: 13px 0px -2px 14px;
}

#contact .word-box {
    width: 50%;
}

#contact .title p {
    padding-top: 20px;
}

#contact .add-fix .circle {
    margin-top: 10px;
}


/*背景*/


/*html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
   overflow: hidden;
}
*/

#particle-canvas {
    width: 100%;
    height: 100%;
}

.inline-popups1 .col-sm-4{
	padding: 0;
}


/*圓圈*/

.outer {
    fill: transparent;
    stroke: #cc2026;
    stroke-width: 2;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 2s;
    -webkit-animation-play-state: running;
    /* / firefox bug fix - won't rotate at 90deg angles / */
    -moz-transform: rotate(-49deg) translateX(-190px);
}

.fp-viewing-page2  .chart[data-percent='100'] .outer {
    stroke-dashoffset: 0;
    -webkit-animation: show100 5s;
    animation: show100 5s;
}
.fp-viewing-page2  .chart[data-percent='75'] .outer {
    stroke-dashoffset: 200;
    -webkit-animation: show75 5s;
    animation: show75 5s;
}
.fp-viewing-page2  .chart[data-percent='50'] .outer {
    stroke-dashoffset: 300;
    -webkit-animation: show50 5s;
    animation: show50 5s;
}
.fp-viewing-page2  .chart[data-percent='25'] .outer {
    stroke-dashoffset: 400;
    -webkit-animation: show25 5s;
    animation: show25 5s;
}

.outer2 {
    fill: transparent;
    stroke: #cc2026;
    stroke-width: 2;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 2s;
    -webkit-animation-play-state: running;
    /* / firefox bug fix - won't rotate at 90deg angles / */
    -moz-transform: rotate(-49deg) translateX(-190px);
}


.fp-viewing-page3  .chart[data-percent='100'] .outer2 {
    stroke-dashoffset: 0;
    -webkit-animation: show100 5s;
    animation: show100 5s;
}
.fp-viewing-page3  .chart[data-percent='75'] .outer2 {
    stroke-dashoffset: 200;
    -webkit-animation: show75 5s;
    animation: show75 5s;
}
.fp-viewing-page3  .chart[data-percent='50'] .outer2 {
    stroke-dashoffset: 300;
    -webkit-animation: show50 5s;
    animation: show50 5s;
}
.fp-viewing-page3  .chart[data-percent='25'] .outer2 {
    stroke-dashoffset: 400;
    -webkit-animation: show25 5s;
    animation: show25 5s;
}

/* / END set initial animation values / / Keyframes for the initial animation /  */
@-webkit-keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 134;
    }
}

@keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 124;
    }
}

@-webkit-keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 267;
    }
}

@keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 267;
    }
}

@-webkit-keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 401;
    }
}

@keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 401;
    }
}


/* END Keyframes for the initial animation */


/*scroll彈跳*/

.arrow {
    text-align: center;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}


/*menu*/

@import url(http://fonts.googleapis.com/css?family=Great+Vibes);
@import url(http://fonts.googleapis.com/css?family=Raleway);
.menu-row .hr {
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 15px auto 15px auto;
    box-shadow: 1px 1px 2px #222;
}
#menu-trigger{
    border: 1px solid #8a8372;
    border-radius: 50%;
    padding: 14px 0px 8px 11px;
    height: 45px;
    width: 45px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: border 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: border 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), border 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), border 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-trigger div {
    position: relative;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 21px;
    background: #8a8372;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 1px 1px 2px #222;
}

.menu-row .menu {
    position: fixed;
    top: 0px;
    right: -50%;
    width: 50%;
    height: 100vh;
    z-index: 100;
    background: #3A539B;
    -webkit-transition: all 0.75s cubic-bezier(.77, .06, .28, .85);
    transition: all 0.75s cubic-bezier(.77, .06, .28, .85);
}

.menu-row .menu-tint {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #3A539B;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.75s cubic-bezier(.77, .06, .28, .85);
    transition: all 0.75s cubic-bezier(.77, .06, .28, .85);
}

#menu-trigger {
    position: fixed;
    margin-top: 35px;
    right: 170px;
    z-index: 111;
}

#menu-trigger:hover {
    cursor: pointer;
}

.menu-row .menu.open {
    right: 0;
    box-shadow: 1px 0px 5px #222;
}

.menu-row .menu-tint.open {
    opacity: 0.15;
    z-index: 100;
}

#menu-trigger.clicked div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
#menu-trigger.clicked div:nth-child(even) {
    opacity: 0;
}

#menu-trigger.clicked div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -7px;
}

#menu-trigger:hover div{
    background:#b19654;
}
#menu-trigger:hover{
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
}



.contain-ful.push {
    margin-left: -25%;
}


.wrapper{
    position: relative;
/*     -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); */
/*     -webkit-transform: translateZ(0);
    transform: translateZ(0); */
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper.toggled{
    opacity: 1;
    -webkit-transform: translateX(-webkit-calc(-10vw));
    transform: translateX(calc(-10vw));

}
#menu-trigger.clicked{
    -webkit-transform: translateX(-webkit-calc(-35vw + 115px)) translateZ(0);
    transform: translateX(calc(-35vw + 115px)) translateZ(0);
}
.right_menu{
    z-index: 110;
    height: 100%;
    width: 35vw;
    background-color: #df1f26;
    position: fixed;
    top: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transform: translateX(-webkit-calc(35vw - 115px)) translateZ(0);
    transform: translateX(calc(35vw - 115px)) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.right_menu.toggled{
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu_title{
    padding: 60px;
    color: #8a8372;
}

.bg_mark{
    z-index: 99;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(45,47,49,0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.05, 1), visibility 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.05, 1), visibility 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
}
.bg_mark.toggled{
    opacity: 1;
    visibility: visible;
}

.menu_title >div>a{
    font-family: "bebas_neueregular", "sans-serif";
    font-size: 40px;
    color: white;
}
.menu_title >div{
    margin-bottom: 30px;
    text-align: left;
}
.menu_title >div:nth-child(1){
    opacity: 0;
    -webkit-transform: translateX(100px) translateZ(0);
    transform: translateX(100px) translateZ(0);
    -webkit-transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
.menu_title >div:nth-child(2){
    opacity: 0;
    -webkit-transform: translateX(100px) translateZ(0);
    transform: translateX(100px) translateZ(0);
    -webkit-transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
.menu_title >div:nth-child(3){
    opacity: 0;
    -webkit-transform: translateX(100px) translateZ(0);
    transform: translateX(100px) translateZ(0);
    -webkit-transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
.menu_title >div:nth-child(4){
    opacity: 0;
    -webkit-transform: translateX(100px) translateZ(0);
    transform: translateX(100px) translateZ(0);
    -webkit-transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
.menu_title >div:nth-child(5){
    opacity: 0;
    -webkit-transform: translateX(100px) translateZ(0);
    transform: translateX(100px) translateZ(0);
    -webkit-transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
.menu_title >div:nth-child(6){
    opacity: 0;
    -webkit-transform: translateX(100px) translateZ(0);
    transform: translateX(100px) translateZ(0);
    -webkit-transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s, -webkit-transform 0s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}


.toggled .menu_title >div:nth-child(1){
    opacity: 1;
    -webkit-transform: translateX(0px) translateZ(0);
    transform: translateX(0px) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.toggled .menu_title >div:nth-child(2){
    opacity: 1;
    -webkit-transform: translateX(0px) translateZ(0);
    transform: translateX(0px) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.06s;
}
.toggled .menu_title >div:nth-child(3){
    opacity: 1;
    -webkit-transform: translateX(0px) translateZ(0);
    transform: translateX(0px) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.12s;
}
.toggled .menu_title >div:nth-child(4){
    opacity: 1;
    -webkit-transform: translateX(0px) translateZ(0);
    transform: translateX(0px) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.18s;
}
.toggled .menu_title >div:nth-child(5){
    opacity: 1;
    -webkit-transform: translateX(0px) translateZ(0);
    transform: translateX(0px) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s;
}
.toggled .menu_title >div:nth-child(6){
    opacity: 1;
    -webkit-transform: translateX(0px) translateZ(0);
    transform: translateX(0px) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.24s;
}

.beat_0{
    display: inline-block;
    font-size: 16px;
    vertical-align: text-top;
    color: black;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1), -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
}
.beat_1{
    display: inline-block;
    font-size: 16px;
    vertical-align: text-top;
    margin-left: -9px;
    margin-right: 10px;
    color: black;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1), -webkit-transform 0.4s cubic-bezier(0.3, 0.1, 0.05, 1);
}
.menu_title >div>a:hover .beat_0{
    -webkit-transform: translateY(-4px) translateZ(0);
    transform: translateY(-4px) translateZ(0);
}
.menu_title >div>a:hover .beat_1{
    -webkit-transform: translateY(4px) translateZ(0);
    transform: translateY(4px) translateZ(0);
}

/* 控制右邊頁數條 start */
.right_line{
    padding: 100px 0;
    position: fixed;
    right: 80px;
    top: 0px;
    z-index: 111;
    height: 100vh;
    border-left: 2px solid #4c4c4c;
        -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.right_line.toggled{
    z-index: 109;
    -webkit-transform: translateX(-webkit-calc(-35vw + 115px)) translateZ(0);
    transform: translateX(calc(-35vw + 115px)) translateZ(0);
}

#rightmenu{
    position: relative;
    list-style: none;
    height: calc(100vh - 200px);
    color: white;   
}
#rightmenu >li >a{
    text-decoration: none;
    outline: none;
    position: relative;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

#rightmenu >li{
    position: relative;
    height: calc(100% / 6);
}

#rightmenu >li:before{
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.icon:before{
    z-index: 99;
    content: "";
    position: absolute;
    top: -6px;
    left: -1px;
    width: 2px;
    height: 11px;
    margin-left: -1px;
    background: rgba(255,255,255,0.6);
    -webkit-transition: background 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: background 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);

}
.icon:after {
    z-index: 99;
    content: "";
    position: absolute;
    top: -1px;
    left: -2px;
    width: 10px;
    height: 2px;
    margin-left: -4px;
    background: rgba(255,255,255,0.6);
    -webkit-transition: background 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: background 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
}
.icon2:before{
    z-index: 99;
    content: "";
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 2px;
    height: 11px;
    margin-left: -1px;
    background: rgba(255,255,255,0.6);
    -webkit-transition: background 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: background 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);

}
.icon2:after {
    z-index: 99;
    content: "";
    position: absolute;
    bottom: -1px;
    left: -2px;
    width: 10px;
    height: 2px;
    margin-left: -4px;
    background: rgba(255,255,255,0.6);
    -webkit-transition: background 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: background 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
}
.icon_title{
    opacity: 0;
    position: absolute;
    left: -90px;
    top: -1px;
}

#rightmenu >li>a:hover .icon_title{
    opacity: 1;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    color: white;
}
#rightmenu >li>a:hover span{
    color: white;
}
.radious{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid white;
    position: absolute;
    left: -6px;
    bottom: 0px;

}
.radious span{
    margin-top: 2px;
    margin-left: 2px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    background-color: white
}
.radious2{
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    left: -3px;
    top: 50%;
    margin-top: -2px; 
    background-color: white;
    border-radius: 50%;
}
.radious3{
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    left: -3px;
    bottom: 0px;
    background-color: white;
    border-radius: 50%;
}
#rightmenu >li >a span{
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-webkit-transition: .6s ease;
    color: #a5a0a0;
}

#rightmenu li.active >a span{
    color: white;
}

.red_article{
    position: absolute;
    left: -2px;
    top: 0px;
    width: 2px;
    display: block;
    background-color: red;
    height: -webkit-calc(100% / 6);
    height: calc(100% / 6);
    -webkit-transform: translateY(0) scaleY(1) translateZ(0);
    transform: translateY(0) scaleY(1) translateZ(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 0.8s cubic-bezier(0.3, 0.1, 0.05, 1), -webkit-transform 0.8s cubic-bezier(0.3, 0.1, 0.05, 1);
}

.fp-viewing-page2 .red_article{
    -webkit-transform: translateY(100%) scaleY(0.5);
    transform: translateY(100%) scaleY(0.5) translateZ(0);
}
.fp-viewing-page3 .red_article{
    -webkit-transform: translateY(150%) scaleY(0.5);
    transform: translateY(150%) scaleY(0.5) translateZ(0);
}
.fp-viewing-page4 .red_article{
    -webkit-transform: translateY(150%) scaleY(0.5);
    transform: translateY(200%) scaleY(1) translateZ(0);
}
.fp-viewing-page5 .red_article{
    -webkit-transform: translateY(150%) scaleY(0.5);
    transform: translateY(300%) scaleY(1) translateZ(0);
}
.fp-viewing-page6 .red_article{
    -webkit-transform: translateY(150%) scaleY(0.5);
    transform: translateY(400%) scaleY(1) translateZ(0);
}
.fp-viewing-page7 .red_article{
    -webkit-transform: translateY(150%) scaleY(0.5);
    transform: translateY(500%) scaleY(1) translateZ(0);
}




.fp-viewing-page3 #rightmenu >li.go2-2 >a span{
    color: white;
}




/* 手機 */
.mob_bottom{
    text-align: right;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 15px 15px;
    z-index: 111;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    background-color: #2d2f31;
}
.mob_up{
    margin-right: 15px;
    float: right;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.mob_down{
    margin-right: 15px;
    float: right;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.mob_up >span{
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 12px;
    margin-top: 9px;
}
.mob_down >span{
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-top: 13px;
    margin-left: 12px;
}





/* 控制右邊頁數條 start */


.servi_title{
    text-align: center;
    color: white;
    font-weight: bold;
}
.servi_cont{
    color: #dddddd;
    height: 105px;
    overflow: hidden;
    -moz-transition: .6s ease;
        -webkit-transition: .6s ease;
        -ms-transition: .6s ease;
        -o-webkit-transition: .6s ease;
}
.servi_img{
    text-align: center;
}
.service_box{
    padding-top: 140px;
}
.servi_title >div{
    font-weight: bold;
    margin-top: -5px;
}
.servi_img >img{
    height: 70px;
}
.sercice_group >div{
    height: 124px;
    margin-bottom: 20px;
    padding-top: 10px;
}

#section5 .con-box{
    padding-top: 170px;
}
.clients_group{
    margin-top: 60px;
}


.clients_group>div{
    float: left;
    width: calc(100% / 6);
    margin-bottom: 60px;
}
.contact_botitle{
    margin-top: 30px;
}
.contact_botitle >p{
    margin-bottom: 15px;
}


/* 燈箱 */
#inline-popups1,#inline-popups2{
    color: white;
}
.change_img{
    padding-top: 0px;
    -moz-transition: .6s ease;
        -webkit-transition: .6s ease;
        -ms-transition: .6s ease;
        -o-webkit-transition: .6s ease;
}
.triangle_group{
    opacity: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    background-color: #313131;
    -moz-transition: .6s ease;
        -webkit-transition: .6s ease;
        -ms-transition: .6s ease;
        -o-webkit-transition: .6s ease;
}
.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #df1f26;
}
.change_img:hover{
    background-color: #932227;
}
.change_img:hover .triangle_group{
    opacity: 1;
}
.change_img:hover .servi_cont{
    color: #fefefe;
}

.fp-viewing-page7 .button1Id{
    display: none;
}
.change_img >a{
    outline: none;
}
.img_url{
    padding-top: 6px;
}

.popu_cont{
    border-radius: 6px;
    background-color: #292929;
    border: 1px solid #a90000;
    padding: 25px;
}

.popu_cont >div{
    color: white;
    text-align: center;
    font-weight: bold;
}
.popu_cont >p{
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 100;
}

.mfp-content >div{
    position: relative;
    width: 40%;
    margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
    opacity: 1;
    right: -15px;
    top: -15px;
    height: 35px;
    background: rgba(228, 213, 213, 1);
    border-radius: 50%;
    color: #f00;
    width: 35px;
    line-height: 35px;
}

.fp-viewing-page1 .mob_down{
    display: none;
}
.fp-viewing-page7 .mob_up{
    display: none;
}

.effect{
    background-image: url("../images/pattern.png");
    position: fixed;
    background-color: #222629;
}

/*  特效煥業fade * start */
/*     .fp-slide{
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }
    .fp-section{
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }

    .fp-section{
        width: 100% !important;
        position: absolute;
        left: 0;top: 0;
        visibility: 
        hidden;opacity: 0;
    }
    .fp-section.active{
        visibility: visible;opacity: 1;
    }
    .fp-slidesContainer {
        width: 100% !important;
        transform: none!important;
    }
    .fp-slide{
        width: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
    }
    .fp-slide.active{
        visibility: visible;
        opacity: 1;
    } */


/* 特效煥業fade * over */

.animacircle1,.animacircle2{
    position: relative;
}

.animacircle1 img{
    top: 20px;
    left: 20px;
    position: absolute;
    
}
.animacircle2 img{
    width: 45px;
    top: 18px;
    left: 23px;
    position: absolute;
}

.clients_group p{
    font-size: 16px;
    font-family:Microsoft JhengHei;
    text-align: center;
}

.partners_nb{
    width: 100%;
}
.partners_group >div{
    text-align: center;
    width: 25%;
}

.chartmob{
    display: none;
}
.chartmob2{
    display: none;
}

.title span.about-title {
    font-size: 30px;
    line-height: 30px;
}

/* rwd */

@media screen and (max-width: 1769px) {
    .col-md-12 .client-box {
        width: 90%;
    }
}

@media screen and (max-width: 1543px) {
    .word-box {
        float: left;
        padding-top: 0px;
        width: 90%;
    }
    #about p {
        font-size: 16px;
    }
    #team p {
        font-size: 16px;
    }
    .title span {
        font-size: 48px;
        line-height: 50px;
    }
    #clients .title span {
        line-height: 60px;
    }
    .word-box p {
        padding-bottom: 20px;
    }
    .word-box .contact-box p {
        padding-bottom: 40px;
    }

    h1 {
        font-size: 30px;
    }
    .nb2 {
        padding-left: 0px;
        padding-bottom: 10px;
    }
    #about .container {
        padding-left: 0px;
    }
    p.title {
        display: inline-block;
    }
    .about-title {
        padding-left: 16px;
    }
    .col-md-4.nb2-fix {
        width: 80%;
    }
    #contact .word-box {
        padding-top: 50px;
    }
    .contain-ful{
        padding: 0px 60px;
    }
    .logo{
        left: 104px;
    }
    .service_box {
    	padding-top: 100px;
	}
}


@media screen and (max-width: 1249px) {
    .word-box {
        width: 88%;
    }
    .col-md-12 .client-box {
        width: 89%;
    }
    .col-md-12 .client-box img {
        max-width: 100%;
    }
    #section4 .word-box {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sercice_group >div{
        padding: 10px 0px;
    }
    .sercice_group>.col-md-6 >.col-md-5{
        padding: 0px;
        width: 130px;
    }
    .sercice_group>.col-md-6 >.col-md-7{
        padding-right: 0px;
        width: calc(100% - 130px)
    }
}

@media screen and (max-width: 1407px) {
    .nb {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1149px) {
    .col-md-12 .client-box {
        width: 70%;
    }
    .client-box img {
        max-width: 100%;
    }
    #section5 .col-md-12 .client-box{
        width: 90%;
    }
    #section6 .col-md-12 .client-box{
        width: 90%;
    }
    .clients_group>div{
        width: 33%;
    }
}

@media screen and (max-width: 1090px) {
    .word-box {
        width: 100%;
    }
    .col-md-4.nb2-fix {
        width: 100%;
    }
    .logo{
      left: 40px;
    }
    #menu-trigger{
      right: 150px;
    }
    .contain-ful{
        padding: 0px 60px 0px 0px ;
    }
}

@media screen and (max-width: 1024px){
    .right_line{
        right: 40px;
    }
    #menu-trigger{
        right: 95px;
    }
    .con-box{
        padding-top: 115px;
    }
    .right_menu{
        -webkit-transform: translateX(-webkit-calc(35vw - 75px)) translateZ(0);
        transform: translateX(calc(35vw - 75px)) translateZ(0);
    }
    .right_line.toggled{
        -webkit-transform: translateX(-webkit-calc(-35vw + 75px)) translateZ(0);
        transform: translateX(calc(-35vw + 75px)) translateZ(0);
    }
    #menu-trigger.clicked {
        -webkit-transform: translateX(-webkit-calc(-35vw + 75px)) translateZ(0);
        transform: translateX(calc(-35vw + 75px)) translateZ(0);
    }
    .title span{
        font-size: 45px;
    }
    h1{
        font-size: 18px;
    }
    .servi_img >img{
        height: 45px;
    }
    .sercice_group >div {
        height: 99px;
        margin-bottom: 15px;
    }
    .nb2 {
        padding-bottom: 20px;
    }
    .servi_title{
        font-size: 14px;
    }
    .clients_group>div {
        width: 25%;
    }
    .chartpc{
        display: none;
    }
    .chartmob{
        display: block;
    }
    .chartpc2{
        display: none;
    }
    .chartmob2{
        display: block;
    }
    .animacircle2 img {
        width: 35px;
        top: 15px;
        left: 18px;
    }
    .animacircle1 img {
        top: 18px;
        left: 17.5px;
        position: absolute;
        width: 35px;
    }
    #section5 .con-box {
        padding-top: 130px;
    }
    #rightmenu >li>a:hover .icon_title{
        opacity: 0;
    }

}


@media screen and (max-width: 951px) {
    .foo-space {
        letter-spacing: 16px;
    }
    .foo-space2 {
        letter-spacing: -1.5px;
    }
    div.foo {
        width: 610px;
    }
    .word-h {
        margin-left: 0;
        width: auto;
    }
}

@media screen and (max-width: 850px){
    .con-box >.col-md-5{
        width: 100%;
    }
    #contact .con-box >.word-box{
        width: 100%;
        padding-top: 0px;
    }
}

@media screen and (max-width: 731px) {
    .letter {
        font-size: 6em;
    }
    .foo-space2 {
        letter-spacing: 1.5px;
    }
    .foo-space2 .letter {
        margin-top: 48px;
    }
    .nb {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div.foo {
        width: 495px;
    }
}

/* ipad */
@media screen and (max-width: 768px){
    .sercice_group >div {
        height: 124px;
        margin-bottom: 20px;
    }
    .servi_img >img {
        height: 70px;
    }
    .nb2{
        margin-bottom: 20px;
    }
    .con-box {
        padding-top: 130px;
    }
    .clients_group>div {
        width: calc(100% / 3);
    }
    .mfp-content >div{
        width: 94%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    #about .logo {
        padding-top: 30px;
    }
    .logo img {
        width: 180px;
        margin-left: 30px;
    }
    .contain-ful {
        padding: 0 0px;
    }
    .nb2 {
        padding-bottom: 0px;
    }
    /*
    .con-box {
    padding-top: 10px;
    }*/
    .word-box {
        padding-top: 0px;
    }
    /*.title span {
        line-height: 0px;
        font-size: 35px;
    }*/
    .right_line{
        display: none;
    }
    .mob_bottom{
        display: block;
    }
    .scroll_bottom{
        display: none;
    }
    .button1Id{
        display: none;
    }
    #menu-trigger {
        margin-top: 20px;
        right: 15px;
    }
    .logo{
        padding-bottom: 10px;
        padding-top: 15px;
        width: 100%;
        left: 0px;
        background-color: #222629;
    }
    .letter:before {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    .letter:hover:before {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    .letter:hover:after {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    .letter{
        margin-top:25px;
        font-size: 6em;
    }
    .con-box{
        padding-top: 95px;
    }
    .container{
        overflow: scroll!important;
        padding-bottom: 90px;
    }
    .sercice_group{
        margin-top: 0px;
    }
    .sercice_group >div{
        margin-bottom: 40px;
    }
    #section5 .col-md-12 .client-box{
        width: 100%;
    }
    #section6 .col-md-12 .client-box{
        width: 100%;
    }
    .clients_group>div{
        float: left;
        width: 50%;
    }
    .clients_group>div:nth-child(even){
        text-align: right;
    }
    #section5 .con-box {
        padding-top: 95px;
    }
    #contact .word-box {
        width: 100%;
        padding-bottom: 15px;
    }
    .contact_botitle{
        margin-bottom: 35px;
    }
    .contact-box p{
        padding-left: 25px;
    }
    .right_menu{
        width: 100vw;
        -webkit-transform: translateX(-webkit-calc(100vw - 0px)) translateZ(0);
        transform: translateX(calc(100vw - 0px)) translateZ(0);
        z-index: 112;
    }
    .right_line.toggled{
        -webkit-transform: translateX(-webkit-calc(100vw - 0px)) translateZ(0);
        transform: translateX(calc(100vw - 0px)) translateZ(0);
    }
    #menu-trigger.clicked {
        z-index: 113;
        -webkit-transform: translateX(-webkit-calc(0px)) translateZ(0);
        transform: translateX(calc(0px)) translateZ(0);
    }
    .menu_title{
        text-align: center;
    }
    .menu_title >div>a{
        font-size: 28px;
    }
    
    .effect{
        display: none;
    }
    .effect canvas{
        display: none;
    }
    .wrapper {
        background-color: #222629;
    }
    .clients_group {
        margin-top: 30px;
    }

}

@media screen and (max-width: 609px) {
    .foo-space2 .letter {
        margin-top: 26px;
    }
    .foo-space2 {
        letter-spacing: -0.6px;
    }
    .foo-space {
        letter-spacing: 8.5px;
    }
    .letter {
        font-size: 4em;
    }
    div.foo {
        width: 320px;
    }
}

@media screen and (max-width: 550px){
	.title span.about-title {
    	padding-left: 0px;
    	display: block;
	}
}

@media screen and (max-width: 532px) {
    #about .title span {
        font-size: 45px;
    }
    /*.mfp-content >div{
        width: 350px;
    }*/
}

@media screen and (max-width: 468px) {
    /* .title p {
        font-size: 30px;
        line-height: 20px;
    } */
    h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 412px) {
    .foo-space2 {
        letter-spacing: -1.5px;
    }
    .foo-space {
        letter-spacing: 6px;
    }
    .letter {
        font-size: 3.5em;
    }
}


@media screen and (max-width: 380px) {
    div.foo {
        width: 262px;
    }
    .contact-box{
    	display: block;
    }
    .word-box .contact-box p{
    	padding-left: 0px;
    	padding-top: 10px;
    	padding-bottom: 0px;
    }
}
