@charset "UTF-8";





/*==================================
    TIMELINE
==================================*/


/*-- GENERAL STYLES
------------------------------*/

.timeline {
    line-height: 1.8em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6,
.timeline p {
    /*    color: #fff;*/
    margin: 1.5% 1%;
    line-height: 1.5em;
}






/*----- TIMELINE ITEM -----*/

.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}






/*----- TIMELINE INFO -----*/

.timeline-info {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.timeline-info .num {
    font-size: 180px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #eaeaeaba;
    display: block;
    margin-top: 60px;
}






/*----- TIMELINE MARKER -----*/

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    background: #fff;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 3px;
    background: #fff;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #fff;
}






/*----- TIMELINE CONTENT -----*/

.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}






/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/

@media (min-width: 768px) {

    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }

    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info,
    .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }

    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }

    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}






/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/

@media (min-width: 992px) {

    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }

    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }

    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }

    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }

    .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
        float: left;
        padding-right: 30px;
    }

    .timeline-centered>.timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .timeline-centered .timeline-item.period {
        padding: 6% 0 3%;
    }

    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }

    .timeline-centered .period .timeline-title {
        left: auto;
    }
}






/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/

.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #fff;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #fff;
}






/*  TIMELINE end */

.modal-open .modal {
    overflow-y: visible;
    padding: -15px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid transparent;
    background-color: #29a3d9;
    color: #fff;
}

.font-size18 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 3px;
    margin: 1.5%;
}

.font-size15 {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin: 1.5%;
}

.light-box_speaker {
    background-color: #e6e2e4;
    border-radius: 8px;
    display: flex;
    padding: 10px;
}






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

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

ORDER:base+typography > general layout + grid>page layout >components
*/

* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    color: #333;
    position: relative;
    background-color: #fff;
    font-family: "Open Sans", "Helvetica Neue", 微軟正黑體, Helvetica, Arial, sans-serif;
    font-size: 15px;
}

@media (max-width: 768px) {
    body {
        min-height: 100%;
    }
}

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

h1 {
    font-size: 36px;
    margin-bottom: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    font-weight: 600;
}

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

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

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

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

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

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

    p {
        font-size: 14px;
    }
}

strong {
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 1.6em;
    word-wrap: break-word;
    margin: .2% 0;
}

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

ul li {
    list-style: none;
}

.ma__t30 {
    margin-top: 30px;
}

.overflow-y {
    overflow-y: visible;
}

.ma10 {
    margin: 10px;
}

.mat30 {
    margin-top: 30px;
}

.mat20 {
    margin-top: 20px;
}

.mat10 {
    margin-top: 10px;
}

.mab10 {
    margin-bottom: 10px;
}

.mab20 {
    margin-bottom: 20px;
}

a {
    transition: all .3s ease;
    color: #c75c00;
}

a:focus,
a:hover {
    color: #e31872;
    text-decoration: none;
}

button,
.btn {
    color: #ddd;
    transition: all .3s ease;
    font-size: 16px;
}

button:focus,
buttonhover,
.btn:focus,
.btnhover {
    color: #ddd;
}

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

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

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

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

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

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

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

section,
header {
    position: relative;
}

section {
    overflow: hidden;
}

@media (max-width: 767px) {
    section {
        padding: 1.2% 0;
        overflow: hidden;
    }
}

section .container {
    z-index: 1;
}

section .ul li {
    margin-bottom: 1em;
}

section .ul li:before {
    content: '•';
    position: absolute;
    font-size: 30px;
    left: -.8%;
    color: #fff;
}

section:last-of-type {
    margin-bottom: 0;
}

section:not(footer) {
    padding: 2% 1%;
}

header {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
}

.navbar-inverse {
    width: 100%;
    /*    box-shadow: 0 0 16px #ddddddaa;*/
    background: #29a3d9;
    border-color: #29a3d9;
}

@media (max-width: 767px) {
    .navbar-inverse {
        position: absolute;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .navbar-inverse .navbar-header {
        width: 20%;
    }
}

.navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    margin-top: 5%;
    border-color: #fff;
}

.navbar-inverse .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 20px;
    display: block;
}

.navbar-inverse .navbar-logobox {
    display: block;
    padding: 14% 2% 3% 6%;
    width: 50%;
}

.navbar-inverse .navbar-collapse .hidden-sm-down .dropdown-menu {
    background-color: #f8b629;
    min-width: 100%;

}

.navbar-inverse .navbar-collapse .hidden-sm-down .dropdown-menu :hover {
    background-color: #fff;
    color: #f8b629;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .navbar-inverse .navbar-logobox {
        width: 95%;
        padding-top: 14%;
    }
}

.navbar-inverse .navbar-logobox img {
    width: 120px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #29a3d9;
}

.navbar-inverse .navbar-nav li:hover {
    background: #61616138;
}

.navbar-inverse .navbar-nav li.social {
    min-height: 100%;
    line-height: 55px;
    padding: .1em;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav li {
        border-bottom: 1px solid #b55300;
        text-align: center;
    }
}

.navbar-inverse .navbar-nav li a {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: .9em;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav li a {
        padding: .3em;

    }
}

.navbar-inverse ul li:last-child {
    border-bottom: none;
}

.navbar-inverse .dropdown {
    float: left;
}

.navbar-inverse .dropdown a:hover,
.navbar-inverse .dropdown a:active,
.navbar-inverse .dropdown a:visited {
    color: #fff;
}

.navbar-inverse .dropdown .btn {
    background: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu li a {
    line-height: 10px;
    padding: 10px 1em;
    text-align: center;
    color: #333;
    font-weight: 600;
}

.navbar-inverse .nav .open>a,
.navbar-inverse .nav .open>a:focus,
.navbar-inverse .nav .open>a:hover {
    background: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #b55300;
    padding: 0;
}


.sign-navi a {

    /*
    border-radius: 30px;
    background: #f8b62a;
    text-shadow: 0px 0px 2px #737373;
*/
}

.sign-navi a:hover {
    background: #f8b62a;
}



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

.top-type {
    /*    background-image: url(../img/top-bg.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.title-green {
    text-align: center;
    font-size: 50px;
    color: #29a3d9;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    padding-top: 2%;
    padding-bottom: 1%;
}

section .title {
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 4px;
}

section .title:before {
    content: '';
    background: url("../img/deco-title.svg") no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -45px;
    left: calc(50% - 15px);
}

section .title span {
    font-size: 28px;
    color: #194e1f;
    display: block;
    margin: 10px auto 20px auto;
    letter-spacing: 2px;
    font-weight: 200;
}

.section--kv {
    position: relative;
    padding: 0;
    top: 15px;
}

.section--kv .mobile-head {
    color: #29a3d9;
    min-height: 300px;
    background-image: url(../img/kv-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 1%;
}

.section--kv .kv-title {
    position: absolute;
    left: 25%;
    top: 22%;
    width: 30vw;
}

.section--info {
    background: #E6F0F4 !important;
    width: 100%;
    padding-top: 50px;
}

.section--info .section--info--intro {
    /*    color: #ffffff;*/
}

.section--info .section--info--yBox {
    list-style: none;
    padding: 0;
    margin: 2% auto;
}

.section--info .yBox-text {
    padding: 10px;
    color: #ffe58f;
    text-align: center;
    text-shadow: 2px 2px 0px #3a372c;
}

.section--info .yBox-text span {
    font-size: .8em;
    text-align: center;
}

.section--info .yBox-text a {
    color: #ffe58f;
}

.section--info .yBox-icon i {
    font-size: 3em;
}

.section--info .index-info--footer h2,
.section--info .index-info--footer h4 {
    color: #fed041;
}

.section--info .section--info--footer {
    background: #fce68f;
    padding: 1.2% 0 2%;
}

.section--info .section--info--footer h3 {
    line-height: 1.3em;
}

.side-type {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    overflow: hidden;
}

/*
.side-content {
    background: url(../img/side-bg.png) no-repeat;
    background-position: top right;
}
*/

/*
.underline-title {
    border-bottom: 2px solid #cfcfcf;
    font-size: 50px;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
    padding-top: 2%;
    margin-top: 0;
    float: left;
    width: 100%;
    word-break: break-word;
}
*/
/*
.underline-title span {
    font-size: .6em;
}
*/

/*
.underline-title:after {
    content: "";
    position: absolute;
    background-color: #cfcfcf;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    bottom: -10px;
    left: 0;
}
*/

.side-info-group {
    padding: 0 0 30px 30px;
    float: left;
    width: 100%;
}

.Kspeaker-row {
    position: relative;
    margin: 2% 0 1.5%;
}

.Kspeaker-img {
    padding: 5%;
}

.Kspeaker-img img {
    border-radius: 10px;
}

.Kspeaker-issue-title h3 {
    font-size: 3rem;
    color: #afa8a3;
}

.Kspeaker-info {
    position: relative;
    border: 10px #ffffff solid;
    box-shadow: 0 0 5px 0 #f8b62a;
    background: #fff;
    padding: 1% 1% 2%;
}

.Kspeaker-info .Kspeaker-info--btn {
    padding-top: 10px;
}

.Kspeaker-info .Kspeaker-info--btn .btn {
    background: #29a3d9;
    color: #fff;
}

.Kspeaker-info .Kspeaker-info--btn .btn :hover {
    background: #b35608;
}

.section--speaker .speaker--cover {
    padding: 0px;
}

.section--speaker .speaker-box a {
    min-height: 300px;
}

@media screen and (min-width: 10240px) {
    .section--speaker .speaker-box a {
        min-height: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .section--speaker .speaker-box a {
        min-height: 320px;
    }
}

.section--speaker .track-title h3 {
    background: #135d00;
    color: #fff;
    line-height: 1.4em;
    padding: 8px 2px;
    border-radius: 10px;
}

.section--speaker .track-title h3 span {
    font-size: 50%;
}

.section--speaker .track-title .b {
    background: #e28a0f;
}

.section--speaker .track-title .c {
    background: #35899c;
}

.section--speaker a {
    color: #333;
    float: left;
    padding: 2% .5% 1.5%;
    margin: 2%;
    width: 100%;
    border: 1px solid #f8b62a;
}

.section--speaker a:hover {
    box-shadow: 0 0 10px #f8b62a;
    background: #ffffffba;
}

.section--gift {
    /*    background: #29a3d9;*/
    /*    color: #fff;*/
    /*    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);*/
    /*    padding: 2% 0;*/
    z-index: 0;
}

.section--gift img {
    width: 80%;
}

body .section--logowall {
    background: #fff;
    position: relative;
    background-image: url(../img/side-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 3%;
}

/*
body .section--logowall .logowall-side-content {
    position: relative;
    float: left;
}
body .section--logowall .logowall-side-content .underline {
    border-bottom: 2px solid #cfcfcf;
    width: 100%;
}
body .section--logowall .logowall-side-content .underline:after {
    content: "";
    position: absolute;
    background-color: #cfcfcf;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    bottom: -10px;
    left: 0;
}
*/
body .section--logowall a {
    display: block;
}

body .section--logowall .diamond h3 {
    margin-left: 30px;
}

body .section--logowall .diamond .dot {
    background: #f18020;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}

body .section--logowall .platinum h3 {
    margin-left: 30px;
}

body .section--logowall .platinum .dot {
    background: #f7913a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}

body .section--logowall .gold h3 {
    margin-left: 30px;
}

body .section--logowall .gold .dot {
    background: #f7b457;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}

body .section--logowall .silver h3 {
    margin-left: 30px;
}

body .section--logowall .silver .dot {
    background: #c1d6dc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}

body .section--logowall .logo-row {
    clear: both;
    margin-top: 3%;
    display: table;
    width: 100%;
    position: relative;
}

body .section--logowall .logo-wall-img {
    padding: 1.5% 2%;
}

@media (max-width: 767px) {
    body .section--logowall .logo-wall-img {
        max-width: 250px;
    }
}

@media (max-width: 1343px) {
    body .section--logowall .logo-wall-img {
        max-width: 100%;
    }
}

.section--traffic {
    background: #e6f0f4;
}

footer {
    background: #29a3d9;
    color: #fff;
    padding: 2%;
}

.section--agenda .section--agenda--intro .page-title {
    font-size: 3em;
    padding-left: 0;
    padding-bottom: 10px;
    position: relative;
    padding-top: 1%;
    margin-top: 0;
}

.section--agenda .section--info--footer {
    padding: 0.5%;
    border-bottom: 1px solid #ccc;
}

.section--agenda .section--info--footer h3 {
    line-height: 1.3em;
}

.section--speakers .underline-title {
    border-bottom: 2px solid #cfcfcf;
    font-size: 50px;
    padding-left: 0;
    padding-bottom: 10px;
    position: relative;
    padding-top: 2%;
    margin-top: 0;
}

.section--speakers .Kspeaker-row {
    margin: 2% 0 1.5%;
}

.section--speakers .Kspeaker-info {
    box-shadow: none;
    border: none;
    padding: 1% 1% 2%;
}

.section--speakers .page-Kspeaker--agenda h4 {
    color: #29a3d9;
}

.section--sponsors .sponsor-row {
    margin-top: 2%;
    margin-bottom: 3%;
}

.section--sponsors .sponsor-cover {
    margin-top: 5%;
}

.section--sponsors .sponsor-row--img {
    margin-top: -3%;
    z-index: 1;
    box-shadow: 0 0 10px #6d6d6d;
    padding: 2px;
}

.section--sponsors .sponsor-row--img img {
    background: #fff;
}

.section--sponsors .sponsor-row--text {
    background: #fff;
    display: table;
    padding: 2% 1% 2% 8%;
    right: 6%;
    border-left: 10px solid #f8b62a;
}

.section--sponsors .sponsor-row--text .gray-link {
    background: #29a3d9;
    color: #fff;
    margin-top: 2%;
    padding: 6px 14px 8px;
}

.section--sponsors .sponsor-row--text .gray-link:hover {
    background: #bd5d09;
}

.section--sponsors .sponsor-row--text .sponsor-row--text__right {
    display: table-cell;
}

.section--sponsors .sponsor-row--text .sponsor-row--text__right .descrip {
    padding: 1%;
}

.section--signup a {
    display: block;
    margin: -8px;
    padding: 8px;
}

.section--signup a:hover {
    background: #ffe8d4;
}

.section--signup .underline {
    border-bottom: 1px solid #ccc;
    margin-bottom: 3%;
}

.section--signup .title-green p {
    font-size: 20px;
}






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

.slide-session {
    min-height: 160px;
}



/*active information*/
.section-info {
    padding: 40px 15px;
    text-align: center
}

.heading {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #29a3d9
}

.heading-tertiary {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4
}

.info-list {
    display: inline-block;
    text-align: left
}

.info-list__item {
    position: relative;
    margin-bottom: 1em;
    padding-left: 4em;
    font-size: 20px;
    font-family: '微軟正黑體', Arial, sans-serif
}

.info-list__title {
    position: absolute;
    left: 0;
    top: 0;
    color: #00A6DB;
    font-weight: 700;
    font-size: 22px
}

.info-list__title:after {
    content: '';
    position: absolute;
    right: -1em;
    top: 50%;
    border: 6px solid transparent;
    border-left: 10px solid #00A6DB;
    border-right: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}


.info-list__item1 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 6em;
    font-size: 20px;
    font-family: '微軟正黑體', Arial, sans-serif
}

/*speaker*/
.section-speaker {
    padding: 40px 15px;
    background-color: #E6F0F4
}

.heading {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #29a3d9
}

.heading-tertiary {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4
}

.speaker-box {
    position: relative;
    width: 260px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    cursor: pointer;
    overflow: hidden
}

.speaker-box .keynote-speaker {
    background-color: rgb(85, 85, 85);
    border-bottom: 8px solid rgb(255, 162, 0);
    border-radius: 5%;
}

.speaker-box .featured-speaker {
    background-color: rgb(85, 85, 85);
    border-bottom: 8px solid rgb(246, 52, 52);
    border-radius: 5%;
}

.speaker-box .session-speaker {
    background-color: rgb(85, 85, 85);
    border-bottom: 8px solid rgb(2, 81, 178);
    border-radius: 5%;
}

.speaker-box__deco {
    position: relative;
    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 10px;
    /*    border-radius: 50%;*/
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.speaker-box__deco:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/speaker-deco.svg);
    background-size: cover
}

.speaker-box--keynote .speaker-box__deco:before {
    background-image: url(../img/keynote-deco.svg)
}

.speaker-box--keynote .speaker-box__deco:after {
    position: absolute;
    content: 'KEYNOTE';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #ffa200;
}

.speaker-box--featured .speaker-box__deco:after {
    position: absolute;
    content: 'FEATURED';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #f63434;
}

.speaker-box--session .speaker-box__deco:after {
    position: absolute;
    content: 'SESSION';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    background-color: rgb(2, 81, 178);
    ;
}

.speaker-box__head {
    position: relative;
    /*
    width: 180px;
    height: 180px;
*/
    display: inline-block;
    margin-top: 0px;
    /*    border-radius: 50%;*/
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.speaker-box__head:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(315deg, rgba(0, 166, 219, 0.2), rgba(17, 110, 154, 0.6));
    background-image: -o-linear-gradient(315deg, rgba(0, 166, 219, 0.2), rgba(17, 110, 154, 0.6));
    background-image: linear-gradient(135deg, rgba(0, 166, 219, 0.2), rgba(17, 110, 154, 0.6));
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.speaker-box__head:before {
    content: "\f002";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    -webkit-transition: .2s .1s;
    -o-transition: .2s .1s;
    transition: .2s .1s
}

.speaker-box__img {
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.speaker-box__name {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    height: 58px;
    text-align: left;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
}

.speaker-box__name1 {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    height: 58px;
    text-align: left;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
}

.speaker-box__title {
    margin-bottom: 10px;
    color: #FFF;
    padding-bottom: 0.8em;
    padding-left: 0.9em;
    padding-right: 0.9em;
    height: 54px;
    text-align: left;
    font-size: 14px;
}

.speaker-box__name_open {
    font-size: 24px;
    font-weight: 700;
    color: #000;

    text-align: left;

}

.speaker-box__name1_open {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;

}

.speaker-box__title_open {
    margin-bottom: 10px;
    color: #666;
    text-align: left;
    font-size: 18px;
    padding-bottom: 10px;

}

.speaker-box__title+p {
    color: #888
}

.speaker-box:hover .speaker-box__head:after,
.speaker-box:hover .speaker-box__head:before {
    opacity: 1
}

.speaker-box:hover .speaker-box__head:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.speaker-box:hover .speaker-box__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}


/* ====agenda title==== */
.a-title {
    width: 5em;
    height: 2em;
    border-bottom: 3px solid #2185b2;
    padding: 4px;
    display: inline-block;
    color: #2185b2;
    font-weight: bold;
    border-radius: 0%;
    text-align: center;
    line-height: 1.6em;
    font-size: 2em;
}



/* ====sponsor==== */

#sponsor {
    padding: 3% 0;
}

.title {
    border-bottom: 8px solid #2bbade;
    display: inline-block;
    padding-top: 3%;
    margin-bottom: 3%;
    margin-top: 2%;
}

.level-block {

    width: 65px;
    height: 65px;
    border: 2px solid #2bbade;
    padding: 6px;
    display: inline-block;
    color: #333;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;

}



.spon-logo-img-d,
.spon-logo-img-p,
.spon-logo-img-g,
.spon-logo-img-s {
    margin: 15px;
}

.spon-logo-img-d {
    max-width: 300px;
}

.spon-logo-img-p {
    max-width: 220px;
}

.spon-logo-img-g,
.spon-logo-img-s {
    max-width: 160px;
}

.notice {
    font-size: 11px;
    color: #626262;
    padding: 5px 20px;
}

/*goto print page*/

.toPrint {
    width: 5rem;
    height: 5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 33%;
    opacity: 0.4;
    background: #000003;
    cursor: pointer;
    position: fixed;
    right: 3rem;
    bottom: 10rem;
    display: none;
}

.toPrint i {
    font-size: 2em;
}

/* ====goto Top==== */

.toTop-arrow {
    width: 5rem;
    height: 5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 33%;
    opacity: 0.4;
    background: #0078ff;
    cursor: pointer;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    display: none;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 34px;
    height: 6px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.4rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.4rem;
}

.toTop-arrow:focus {
    outline: none;
}


.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    background: #ccc;
}

.carousel-indicators .active {
    background: #666;
}

@media only screen and (max-width: 992px) {
    #myCarousel {
        display: none;
    }
}

#myCarousel {
    padding-top: 50px;
    /*margin-bottom:100px;*/
}


/*agenda*/
.agenda-timeline {
    margin-left: 42px;
    border-left: 4px solid #27ADCE
}

@media (max-width:1200px) {
    .agenda-timeline {
        margin-left: 82px
    }
}

@media (max-width:767px) {
    .agenda-timeline {
        margin-left: 62px
    }
}

@media (max-width:320px) {
    .agenda-timeline {
        margin-left: 42px
    }
}

.agenda-timeline__group {
    position: relative;
    margin-bottom: 40px;
    padding-left: 52px
}

@media (max-width:320px) {
    .agenda-timeline__group {
        padding-left: 32px
    }
}

.agenda-timeline__time {
    position: absolute;
    right: 100%;
    top: 0;
    width: 72px;
    font-family: 'Oswald', Arial, '微軟正黑體', sans-serif;
    font-size: 18px
}

@media (max-width:320px) {
    .agenda-timeline__time {
        width: 60px
    }
}

.agenda-timeline__content:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 4px solid #27ADCE;
    border-radius: 50%;
    z-index: 1
}

.agenda-timeline__content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 40px;
    height: 4px;
    background-color: #27ADCE
}

@media (max-width:320px) {
    .agenda-timeline__content:after {
        width: 20px
    }
}

.agenda-timeline__topic {
    font-size: 18px;
    font-weight: 700
}

.agenda-timeline__topic--keynote {
    font-size: 22px;
    color: #FF9A00
}

.agenda-timeline__topic--tracka {
    font-size: 22px;
    color: #00A99D
}

.agenda-timeline__topic--trackb {
    font-size: 22px;
    color: #F15A24
}

.agenda-timeline__topic--trackc {
    font-size: 22px;
    color: #29a3d9;
}


.agenda-timeline__badge {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 14px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Oswald', Arial, '微軟正黑體', sans-serif;
    border-radius: 25px
}

.agenda-timeline__badge--keynote {
    background-color: #FF9A00
}

.agenda-timeline__badge--tracka {
    display: block;
    text-align: center;
    background-color: #00A99D
}

@media (max-width:767px) {
    .agenda-timeline__badge--tracka {
        display: inline-block
    }
}

.agenda-timeline__badge--trackb {
    display: block;
    text-align: center;
    background-color: #F15A24
}

@media (max-width:767px) {
    .agenda-timeline__badge--trackb {
        display: inline-block
    }
}

.agenda-timeline__badge--trackc {
    display: block;
    text-align: center;
    background-color: #29a3d9;
}

@media (max-width:767px) {
    .agenda-timeline__badge--trackc {
        display: inline-block
    }
}


.agenda-timeline__name {
    margin-top: 4px;
    margin-bottom: 4px
}

.agenda-timeline__desc {
    color: #666
}

.agenda-timeline__column+.agenda-timeline__column {
    margin-top: 20px
}

@media (min-width:768px) {
    .agenda-timeline__column {
        display: inline-block;
        width: 30%;
        vertical-align: top
    }

    .agenda-timeline__column+.agenda-timeline__column {
        /*margin-left: 3%;*/
        margin-top: 0
    }
}

.agenda-timeline__readmore {
    display: inline-block;
    margin-bottom: 4px;
    padding: 1px 6px;
    color: #666;
    font-size: 14px;
    background-color: #ddd;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.agenda-timeline__readmore:hover {
    color: #6e6e6e;
    background-color: #e5e5e5
}

.agenda-timeline__readmore+.agenda-timeline__desc {
    display: none
}

.print_btn {
    font-size: 20px;
    font-weight: 700;
    padding-top: 0.6em;
}

.print_btn span {
    border: 2px #333 solid;
    background-color: #333;
    padding: 6px;
    border-radius: 8px;
}

.print_btn a {
    color: #FFF;
}

.print_btn a:hover {
    background-color: #333;
    padding: 6px;
}

.end h1{
    color: #fff;
    line-height: 60px;
    text-align: justify;
}
.end h2{
    color: #fff;
 
}

.end{
    background-color: #000;
}