/* Space out content a bit */

body {
    font-family: /*English First*/
    "-apple-system", /*Safari for OS X and iOS (San Francisco)*/
    "system-ui", /*Chrome >= 56 for OS X (San Francisco), Windows, Linux and Android*/
    "BlinkMacSystemFont", /*Chrome < 56 for OS X (San Francisco)*/
    "Segoe UI", /*Windows*/
    "Roboto", /*Android*/
    "Helvetica Neue", /*OSX*/
    "Helvetica", /*Windows*/
    "Arial", /*Chinese Fallback*/
    "PingFang TC", /* OSX ^10.11 & iOS ^9  蘋方*/
    "Hiragino Sans GB", /*OSX ^10.6            冬青黑體*/
    "STHeiti", /*OSX <10.6  & iOS <9  華文黑體*/
    "Microsoft YaHei", /*Win                  微軟雅黑*/
    "Microsoft JhengHei", /*Win                  微軟正黑*/
    "Source Han Sans TC", /*SourceHan - begin    思源黑體*/
    "Noto Sans TC", "Source Han Sans CN", "Noto Sans TC", "Source Han Sans TC", "Noto Sans CJK TC", /*SourceHan - end*/
    "WenQuanYi Micro Hei", /*Linux                文泉驛微米黑*/
    "SimSun", /*Win old              中易宋體*/
    "sans-serif";
    letter-spacing: .7px;
    background-color: #96AB9E;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

section {
    background-repeat: no-repeat;
    margin-top: -2px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

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


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

.top-15 {
    margin-top: 15px;
}

.wrap {
    max-width: 800px;
    width: 100%;
}


.foreword1 {
    background-color: #F6C0BA;
    height: 440px;
}

.foreword2 {
    height: 270px;
    background-color: #FFF;
}

.foreword1 h2,
.foreword2 h2 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 30px;
}

.media {
    height: 334px;
    background-color: #F6C0BA;
}

.speaker {
    height: 320px;
    background-color: #846D5C;
}

.speaker h2 span {
    background-color: #FFF;
    color: #846D5C;
    font-size: 14px;
    border-radius: 15px;
    padding: 5px 10px;
    margin-right: 15px;
}

.speaker li h2,
.speaker li h3,
.speaker ul {
    font-size: 14px;
}

.speaker h3 {
    font-size: 14px;
    margin-bottom: 15px;
}

.speaker li img {
    margin-left: 15px;
    margin-right: 10px;
}

.speaker li h3 {
    color: #FFFF48;
    font-weight: 300;
    margin-bottom: 8px;
}

.content {
    height: 276px;
    background-color: #FCEFD2;
    padding-top: 30px
}

.content .box-ol {
    border: 2px dashed #6B8BA8;
    border-radius: 15px;
    height: 205px;
    width: 400px;
    position: relative;
    z-index: 1;
}

.content .box-title {
    background-color: #6B8BA8;
    border-radius: 5px;
    color: #FFF;
    width: 100px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 15px;
    margin-left: 60px;
    margin-top: -3px;
}

.content h3 {
    font-size: 14px;
    color: #6B8BA8;
    line-height: 28px;
}


.content .box-bg {
    background-color: #FFF;
    border-radius: 15px;
    height: 205px;
    width: 400px;
    position: relative;
    left: 10px;
    top: -195px;
    opacity: .5;
}

.location {
    height: 500px;
    background-color: #B0E6EA;
}

.location ul {
    list-style: none;
}

.location h4 {
    color: #6B8BA8;
    font-size: 21px;
    list-style: none;
}

.location h5 {
    color: #666;
    font-size: 14px;
    margin-left: 28px;
    line-height: 21px;
    margin-bottom: 0px;
}

.info {
    height: 45px;
    background-color: #78840B;
    color: #FFF;
    font-size: 12px;
    padding: 10px 30px;
}

.week {
    background-color: #FFF;
    color: #78840B;
    font-size: 8px;
    border-radius: 15px;
    padding: 2px 5px;
    margin-right: 5px;
}

footer {
    color: #FFF;
    font-size: 12px;
    height: 118px;
    background-color: #3C3A45;
}

.logo {
    padding: 15px 0px 15px 0px;
}

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

.map {
    border: 5px solid #FCEFD2;
    width: 370px;
    height: 230px;
    border-radius: 15px;
    overflow: hidden;
}


.time {
    position: relative;
    left: 600px;
    top: -30px;
}

.img01 {
    position: relative;
    left: 480px;
    top: -203px;
}

.video {
    margin-left: 120px;
    border: 8px solid #FCEFD2;
    width: 431px;
    height: 246px;
    border-radius: 15px;
    overflow: hidden;
}

a:not([href]):not([tabindex]) {
    color: #FFF;
}



/* Container box to set the sides relative to */

.cube {
    width: 250px;
    height: 100px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



/* The two faces of the cube */

.default-state,
.active-state {
    height: 100px;
    border-radius: 5px;
}



/* Position the faces */

.default-state {
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -o-transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    transform: translateZ(50px);
}

.flip-to-top .active-state {
    -webkit-transform: rotateX(90deg) translateZ(150px);
    -moz-transform: rotateX(90deg) translateZ(150px);
    -o-transform: rotateX(90deg) translateZ(150px);
    -ms-transform: rotateX(90deg) translateZ(150px);
    transform: rotateX(90deg) translateZ(150px);
}

.flip-to-bottom .active-state {
    -webkit-transform: rotateX(-90deg) translateZ(-50px);
    -moz-transform: rotateX(-90deg) translateZ(-50px);
    -o-transform: rotateX(-90deg) translateZ(-50px);
    -ms-transform: rotateX(-90deg) translateZ(-50px);
    transform: rotateX(-90deg) translateZ(-50px);
}



/* Rotate the cube */

.cube.flip-to-top:hover {
    -webkit-transform: rotateX(-89deg);
    -moz-transform: rotateX(-89deg);
    -o-transform: rotateX(-89deg);
    -ms-transform: rotateX(-89deg);
    transform: rotateX(-89deg);
}

.cube.flip-to-bottom:hover {
    -webkit-transform: rotateX(89deg);
    -moz-transform: rotateX(89deg);
    -o-transform: rotateX(89deg);
    -ms-transform: rotateX(89deg);
    transform: rotateX(89deg);
}



/* END CORE CSS */


/* Demo styling */

.cube {
    text-align: center;
    margin: 0 auto;
}

.default-state,
.active-state {
    background: #FCEFD2;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    line-height: 100px;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}

.cube:hover .default-state {
    background: #FCEFD2;
}

.active-state {
    background: #F6C0BA;
}

#flipto {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    color: #ccc;
}


/*button*/

@-webkit-keyframes stripe-slide {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes stripe-slide {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

.btn {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -moz-user-select: text;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 36px 22px;
    background-color: #FFF;
    color: #6E8BA8;
    border: 2px solid #6E8BA8;
    border-radius: 6px;
    margin-bottom: 16px;
    transition: all .5s ease;
    width: 220px;
}

.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn--stripe {
    overflow: hidden;
    position: relative;
}

.btn--stripe:after {
    content: '';
    display: block;
    height: 7px;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, #6E8BA8, #6E8BA8 1px, transparent 2px, transparent 5px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 1px solid #6E8BA8;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 7px 7px;
}

.btn--stripe:hover {
    background-color: #666;
    color: #fff;
    border-color: #000;
}

.btn--stripe:hover:after {
    background-image: repeating-linear-gradient(45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
    border-top: 1px solid #000;
    -webkit-animation: stripe-slide 12s infinite linear forwards;
    animation: stripe-slide 12s infinite linear forwards;
}

.btn--large {
    width: 50%;
}

.btn--radius {
    border-radius: 36px;
}



@media (max-width: 576px) {
    .wrap {
        max-width: 576px;
    }
    .time {
        left: 570px;
    }
    .img01 {
        left: 440px;
    }

    .video {
        margin-left: 90px;
    }
}