body {

    font-size: 16px;
    line-height: 1.6;
    font-family: '微軟正黑體', '新細明體', Ariel, Helvetica, sans-serif;

}

h2 {
    color: #00818a;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 5rem;
    padding-bottom: 3%;
}


h3 {
    color: #404b69;
    font-size: 3rem;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}

h4 {
    color: #404b69;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}


p {
    text-align: justify;
    font-size: 20px;
    line-height: 1.4;

}

.agenda {
    font-size: 1em;
    line-height: 1.4;
}

.kv {
    padding-top: 45px;
    background-color: #dbedf3;
}


.navbar-fixed-top .nav {
    padding: 5px 0;
    float: right;
}

.navbar-fixed-top .navbar-brand {
    margin-top: 8px;
    /*float:left;*/
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #add6ff;
}

.navbar-inverse {
    background-color: #2e67b0;
    border-color: #2e67b0;
}

.navbar-inverse .navbar-nav .light a {
    background-color: #ee3342;
    border-radius: 50px;

}

.navbar-inverse .navbar-nav .light a:hover {
    color: #ffffff;
    background-color: #d01423;
}


section {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.foreword{
    padding-top: 30px;
}


.text_box {
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 5%;
    font-size: 18px;
    text-align: justify;

}

.talk-panel:before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 10%;
    border-style: solid;
    border-width: 25px 43.3px 25px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: calc(1% - 30px);
    top: 70px;
}

.btn-default {
    padding: 15px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fddb3a;
    color: #283149;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: transparent;
    font-weight: bold;
    font-size: 2.6rem;
    width: 50%;
    margin-top: 4%;
    margin-bottom: 3%;
}

.btn-default:focus,
.btn-default:hover {
    background-color: #32afa9;
    color: #fff;
    font-weight: bold
}

.intro-group {
    margin: auto;
    display: flex;
    align-items: center;
}



hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}



#info {
    padding-top: 15px;
    padding-bottom: 15px;
}




@media (min-width: 768px) {
    .container {
        max-width: 1080px;
    }

    body {
        /*        padding-top: 100px;*/
        /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }



}




/* RWD for phone */
@media(max-width:768px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.2rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 2rem;
    }

    h5 {
        font-size: 1.8rem;
    }

    h6 {
        font-size: 1.6rem;
    }

    ul li,
    p {
        font-size: 1.6rem;
    }


    a {
        word-break: break-all;
    }



    footer .text-name {
        font-size: 1.8em;
    }

    footer p {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.form-group>label:first-child {
    display: block;
}


.speaker-modal .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.speaker-modal.fade .modal-dialog {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.speaker-modal.in .modal-dialog {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

.speaker-modal .modal-footer,
.speaker-modal .modal-header {
    border: none
}

@media only screen and (max-width:767px) {
    .speaker-modal__img {
        width: 50%;
        margin: 0 auto
    }
}

.speaker-box {
    position: relative;
    width: 220px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    overflow: hidden
}

.speaker-box__deco {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 5px solid #5cabdf;
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.speaker-box--keynote .speaker-box__deco .ban {
    position: absolute;
    bottom: 25px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    background-color: #5cabdf;
}

.speaker-box--keynote .speaker-box__deco .ban:after {
    content: '';
    width: 240px;
    height: 3px;
    bottom: -7px;
    left: 0;
    background-color: #5cabdf;
    position: absolute;
}

.speaker-box__head {
    border: 2px solid #97d8f9;
    position: relative;
    display: inline-block;
    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: rgba(54, 162, 218, 0.5);
    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: #333333;
}

.speaker-box__title {
    margin-bottom: 10px;
    color: #666666;
}

.speaker-box__title+p {
    color: #888888;
}

.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)
}

.form-check-label {
    margin: 0 20px;
    padding-bottom: 20px;
}


/*sidebar*/
#sidebarReg .register {
    background-color: #ee3342;
    position: fixed;
    bottom: 20px;
    right: 0;
    border: none;
    display: block;
    font-weight: bold;
    font-size: 20px;
}


#sidebarReg .register:hover {
    background-color: #d01423;
}

.btn-primary {
    width: 50px;
    height: 110px;
    writing-mode: vertical-lr;
}


.workshop-panel {
    background-color: #ffffff;
    color: #333333;
    border-radius: 26px;
    border: 8px solid #7fd0d1;
    padding: 35px 15px 10px;
    transition: 0.3s ease;
}

.workshop-panel:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #2e67b0;
    position: absolute;
    left: calc(50% - 30px);
    top: -3px;
}

ul.no-list {
    list-style: none;
    padding-left: 0;
}

.workshop-topic {
    font-size: 1.5em;
    color: #2e67b0;
}

.workshop-title {
    line-height: 1.3;
    margin: 5px 0 20px;

}

.gitf-info {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10%;

}

.gift-img {
    text-align: center;
}

.btn-warning {
    font-size: 16px;
}

