﻿
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Common styles
* --------------------------------------- */
html, body {
    height: 100%;
    overflow-y: hidden;
}

body, .popover-title, popover-content {
    font-family: 'Microsoft JhengHei UI', 微軟正黑體, PMingLiU, MingLiU, 'Segoe UI', Tahoma, Helvetica, Sans-Serif !important;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-size:12px;
}

img {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span { box-shadow: 0 1px 2px rgba(0,0,0,.5) inset;}
.popover-content { padding: 1px 14px;}
.section {
    text-align: center;
    overflow: hidden;
}

.wrap, .wrap100 {
    position: relative
}

.wrap {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.wrap100, .wrap100gray {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0
}

.wrap100 {
    z-index: 2;
    background-color: transparent
}

.wrap100gray {
    position: absolute;
    background-color: #675900;
    z-index: 1;
    opacity: 0
}

.pointer {cursor:pointer;}


#label01 {position: absolute; left: 10px; top: 13px; width: 120px; }
#label01 a, #label03 a {display:inline-block;}
#label02 {padding-top:25px; display:inline-block; width: 130px;}
#label03 {position: absolute; left: 50px; top: 85%;}

#fullpage, .slide .fadin02 {
    opacity: 0
}

.slide h2 {
    font-size: 32px;
    color: #FFF;
    text-shadow: 0 0 3px #7b7b7b,0 0 1px #fff;
    text-align: left
}
.slide h2.smaller { font-size: 34px; }
.slide.active .fadin1 {
    animation: fadin1 1s;
    -moz-animation: fadin1 1s;
    -webkit-animation: fadin1 1s;
    -o-animation: fadin1 1s;
    opacity: 1
}
.slide ul.nondot { margin-left:60px;}
.slide .iconmore, .slide .iconmore_group { display:inline-block; width: 40px;}
.slide ul.nondot li {
    font-size: 15px;
    text-shadow: 0 0 2px #c1c1c1, 0 0 1px #0c0c0c;
    text-align: left;
    list-style:none;
}

.slide.active .fadin02 {
    animation: fadin02 1s;
    -moz-animation: fadin02 1s;
    -webkit-animation: fadin02 1s;
    -o-animation: fadin02 1s;
    opacity: .1
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.hinge {
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        animation-duration: .75s
    }

.text_white {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 0 3px #6f6f6f,0 0 5px #000
}

.title_c {
    height: auto;
    position: relative;
    color: #fff;
    margin:0 15%; 
    text-align:center; 
    display:inline-block;
}
.title_c h2 {
    font-size: 22px;
    color: #FFF;
    text-shadow: 0 0 3px #696969, 0 0 1px #fff;
    text-align: center;
    list-style: none;
}
.title_lb {
    height: auto;
    position: relative;
    margin: 0 30px 30px 10%;
    color: #fff;
}
.text15 {
    font-size: 12px;
    line-height:13px;
    text-align: center;
    text-shadow: 0 0 3px #6f6f6f;
    font-weight: 300;
    padding:4px 0;
    border-top: 1px solid #fff;
}


.smallericon {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: -12px;
    margin-right: 5px;
    margin-left: -5px
}

@keyframes fadin1 {
    from {
        opacity: 0;
        animation-timing-function: linear
    }

    to {
        opacity: 1
    }
}

@keyframes fadin02 {
    from {
        opacity: 0;
        animation-timing-function: linear
    }

    to {
        opacity: .1
    }
}

.box {
    color: grey;
    font-size: 1.2em;
    line-height: 1.6em
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.clear { clear: both;}

.controlArrow.prev { left: 50px;}
.controlArrow.next { right: 50px;}

.fp-controlArrow {
    display:none;
    font-family: 'FontAwesome';
    font-style: normal;
    line-height: 0.9;
    -webkit-font-smoothing: antialiased;
    font-size: 5em;
    color:#fff;
}
.fp-controlArrow.fp-prev:before, .fp-controlArrow.fp-next:before {text-shadow: 0 0 2px #c1c1c1, 0 0 1px #0c0c0c; }
.fp-controlArrow.fp-prev {
    border-width: 0;
}
.fp-controlArrow.fp-prev:before {
    content: "\f104";
}
.fp-controlArrow.fp-next {
    border-width: 0;
    right: 40px;
}
.fp-controlArrow.fp-next:before {
    content: "\f105";
}

.wow {visibility: hidden;}

.loading {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#preload {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 48px;
    height: 120px;
    margin-top: -60px;
    margin-left: -20px
}

    #preload p {
        position: absolute;
        font-size: 11px;
        color: #0ff;
        top: 62px;
        display: inline-block;
        width: 37px;
        text-align: center;
    }

#section0 .imgsContainer {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 76%;
}

.circles_row { position: relative; margin: 0 auto}    
.circles_row > .span {    
    float: left;
    min-height: 1px;
    margin-left: -1px;
    width: 20%;
    transform: scale(.9);
    transform-origin: bottom;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9)
}
.circles_row.row4 > .span:first-child { margin-left: 0}
#s6 { margin-left: 10%}

.circles_row a, .circles_row span {
    display: block;
    vertical-align: central;
    transform: translate(0,9px);
}

.circles_row .span:hover, .circles_row a:focus, .circles_row a:hover, .circles_row span:hover {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
}

.circles_row .span:hover {
    transition: all .2s ease-in;
    transform: scale(.95);
    transform-origin: bottom;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95)
}

.circles_icon { width: 100%; height: 100px;}

.scroll-bg {
    position: absolute;
    bottom: 8%;
    left: 50%;
    margin-left: -15px;
}

.scroll {
    width: 30px;
    height: 50px;
    margin: auto;    
    text-align: center;
    position: relative;
}

.scroll img {
    animation: scroll-act 3s infinite;
    margin-top: 47px;
    width: 30px;
}

.gradient_HL {
    background: -moz-linear-gradient(left,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 100%)
}

.gradient_HR {
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%)
}

.gradient_HT {
    background: -moz-linear-gradient(top,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 100%)
}

.gradient_HB {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);
    display:inline-block
}

.slide {background-repeat: no-repeat;}
.slide.po_cc {
    background-size: 100% 100%;
    background-position: center center;
}
.slide.po_bl {background-position: bottom left;}
.slide.po_cl {background-position: center left;}
.slide.po_tl {background-position: top left;}
.slide.po_tr {background-position: top right;}


#section1 .slide  {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    opacity:0;
}

#section1 .slide.fadin1.active {
    animation: fadin1 1s;
    -moz-animation: fadin1 1s;
    -webkit-animation: fadin1 1s;
    -o-animation: fadin1 1s;
    opacity: 1
}

.markup {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index:1
}
#mamibaby {padding-top:3%;}
.bottle {position:absolute; bottom:16%; left:0; width: 100%; z-index:1}
.video {position:absolute; bottom:9%; left:7%; z-index:2}
.icons {
    position: relative;
    display: inline-flex;
    z-index: 0;
    bottom: -65%;
    left: 7%;
    float: left;
    z-index: 3;
}

.icons_1 {
    position: relative;
    display: inline-flex;
    z-index: 0;
    bottom: -54%;
    left: 7%;
    float: left;
    z-index: 3;
}

.icons_2 {
    position: relative;
    display: inline-flex;
    z-index: 0;
    bottom: -55%;
    left: 7%;
    float: left;
    z-index: 3;
}

.icons_3 {
    position: relative;
    display: inline-flex;
    z-index: 0;
    bottom: -34%;
    left: 7%;
    float: left;
    z-index: 3;
}

.icons_b, .icons_c {
    padding-right: 38px;
}

.gap, .gapH {
    width: 100%
}

.gap {
    height: 30px
}

.gapH {
    height: 15px
}

.noborder {
    box-shadow: none;
    background: 0 0;
    border: 0
}


#slide1_0 {
    background-image: url(../images_mob/bg/1.jpg);
    background-size:cover;
    background-position:bottom center;
}

#slide1_1 {
    background-image: url(../images_mob/bg/1_1.jpg)
}

#slide1_2 {
    background-image: url(../images_mob/bg/1_2.jpg)
}

#slide1_3 {
    background-image: url(../images_mob/bg/1_3.jpg)
}

#slide1_4 {
    background-image: url(../images_mob/bg/1_4.jpg)
}

#slide1_5 {
    background-image: url(../images_mob/bg/1_5.jpg)
}

#slide1_6 {
    background-image: url(../images_mob/bg/1_6.jpg)
}

#slide1_7 {
    background-image: url(../images_mob/bg/1_7.jpg)
}

#slide1_8 {
    background-image: url(../images_mob/bg/1_8.jpg)
}

#slide1_9 {
    background-image: url(../images_mob/bg/1_9.jpg)
}

#slide2_1 {
    background-image: url(../images_mob/bg/2.jpg)
}

#slide3_1 {
    background-image: url(../images_mob/bg/3.jpg);
    background-size:cover;
}
#slide2_1 .wrap {width:80%;}
#slide2_1 .box50 {position:relative; display:inline-block; background-color:#fff;}
#slide2_1 .col {padding-right: 0; padding-left:0; cursor:pointer; opacity:.8;}
#slide2_1 .col:hover {
    opacity: 1;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
}

#slide2_2 {
    background-image: url(../images_mob/bg/2_1_en.jpg)
}

#slide2_3 {
    background-image: url(../images_mob/bg/2_2.jpg)
}

#slide2_4 {
    background-image: url(../images_mob/bg/2_3.jpg)
}

#slide2_5 {
    background-image: url(../images_mob/bg/2_8.jpg)
}

#slide2_6 {
    background-image: url(../images_mob/bg/2_6.jpg)
}

#slide2_7 {
    background-image: url(../images_mob/bg/2_5.jpg)
}

#slide2_8 {
    background-image: url(../images_mob/bg/2_7.jpg)
}

#slide2_9 {
    background-image: url(../images_mob/bg/2_4.jpg)
}

#slide2_10 {
    background-image: url(../images_mob/bg/2_9.jpg)
}

#slide3_1 .title {
    display: inline-block;
    position: relative;
    z-index: 1;
    float: right;
    width: 70%;
    margin-right: 15%;
}

.iconfloat_l {
    width: 33%;
    margin: 0 auto;
    float: left;
}
.iconfloat_l img {
    margin: 0 auto;
    transform: scale(.9);
    transform-origin: 50% 80%;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    cursor:pointer;
}

.iconfloat_l img:hover {
   transition: all .1s ease-in;
    transform: scale(.95);
    transform-origin: bottom;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95)
}
.iconfloat_l p {
    font-size: 13px;
    color: #fff;
    padding-top:5px;
    text-shadow: 0 0 2px #c1c1c1, 0 0 1px #0c0c0c;
    text-align:center;
}

.toggle {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.6);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.6);
    box-shadow: 0 2px 8px rgba(0,0,0,.6)
}

button.toggle {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 1.33333em;
    line-height: 45.6px;
    font-family: sans-serif;
    background-color: #F2F2F2;
    font-weight: 600;
    height: 48px;
    width: 48px;
    display: block;
    outline: 0;
    border: none
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-dialog { width: 90%;}

#NSbrowserTitle {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #000;
    text-shadow: none
}

#NSbrowserP {
    font-size: 15px;
    padding: 15px 0
}

.panel-default > .panel-heading {
    background-color: #fdfdfd;
    border-top: 0
}

.panel-body p {
    font-size: 14px
}

.panel-body ol, .panel-body ul {
    margin: 0 25px !important
}

.padding-y-10 {
    padding: 10px 0 !important
}

.mCSB_scrollTools {
    width: 10px
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px
}

.panel-title {
    color: inherit;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 20px
}

.panel-title a:active, .panel-title a:hover, .panel-title a:link, .panel-title a:visited, a {
    text-decoration: none
}
.panel-group .panel, .panel-heading {
    border-radius: 0
}

.panel-group .panel-heading {
    padding: 0
}

.panel-group .panel-title > a {
    display: block;
    padding: 5px 15px 5px 10px;
    line-height:18px;
    color: #6d6d6d
}

.panel-heading:hover {
    background-color: #fbfbfb !important
}

.panel-heading a:before {
    font-family: FontAwesome;
    content: "\f147";
    float: right;
    color: #989898;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    width: 12px;
    margin-right: -7px
}

.panel-heading a.collapsed:before {
    content: "\f196"
}

#methodModal table {margin:0 auto;}
#methodModal table span {cursor:pointer;}
.popover-content p {padding:10px 0}

.list-group-item { padding: 5px 10px;}

.modal-title {
    font-size: 15px;
    font-weight: 500;
}

.circle_bt {
    position: absolute;
    bottom: 10px;
    width: 60px;
    height: 60px;
    z-index: 99;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: none;
    transform: scale(1);
    cursor: pointer

}
.lange_bt {
    position: absolute;
    bottom: 20px;
    height: 72px;
    z-index: 98;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: none;
    transform: scale(1);
    cursor: pointer
}

#select-lange {
    right: 15px;
    top: 15px;
}

#eclogo { right: 15px;}
#FB { right: 15px; bottom: 54px; transform: scale(0.88);}

.circle_bt:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: hue-rotate(90deg)
}

@keyframes scroll-act {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(5px) scale(1);
        -ms-transform: translateY(5px) scale(1);
        transform: translateY(5px) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px) scale(1);
        -ms-transform: translateY(10px) scale(1);
        transform: translateY(10px) scale(1)
    }
}
