body {
    /* background-color: #DDD;*/
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-family: '微軟正黑體', '新細明體', Ariel, Helvetica, sans-serif;
    /*    padding: 1%;*/

}


@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

a {
    color: #fff;
    font-size: 15px;
    /*text-decoration: none;*/
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

a:active,
a:hover {
    color: #fff;
    text-decoration: none;
}

.next-BTN {
    color: #fff;
    background-color: #002ab3;
    font-weight: 700;
    font-size: 22px;
    transition: .3s ease-out;
    margin: 1em 0 1em 0;
    padding: 1em 1.5em;

}

@media (max-width: 768px) {
    .next-BTN {
        font-size: 85%;
        margin: 2em 0 1em 0;
        padding: 0.5em 0.3em;

    }

}

.next-BTN:hover,
.next-BTN:active {
    background-color: #0098e6;
    color: #efefef;
}

h4,
h3 {
    font-weight: bold;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

h2 {
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 3%;
    padding-top: 3%;
    font-size: xx-large;
}

/*winning*/
.lh {
    height: 30px;
}

#intro .cg :hover {
    background-color: #EEE;
    border: 2px #df0069 solid;
    border-radius: 10px;
}

.text-block {
    background-color: #EEE;
}


#signup {
    background-color: #FFF;
    padding: 2%;
}

#speaker {
    background-color: #e8e8e8;
    padding: 2%;
}

.time {
    padding: 10px;
    border: 2px dashed #fff;
    text-align: left;
    margin-bottom: 2%;
    background: #38a8d6;
    color: #fff;
}

.text-box {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #f0f7fd;
    font-size: 18px;
}

.table>tbody>tr>td {
    line-height: 1.8;
    font-size: 18px;
    font-weight: bold;
}

.table>thead>tr>td {
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
}

.no-p {
    padding: 0px;
}

.navbar-brand {
    padding: 8px 15px;
}

.navbar-brand img {
    padding-top: 8px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #00b0ec;
    background-color: transparent;
}

.navbar-default {
    background-color: #002c54;
    border: none;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ffeb3b;
    background-color: transparent;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    /*margin-left: -170px;*/
    height: 80px;

}

section.carousel {
    margin-top: 50px;
}

@media (max-width: 1200px) {
    section.carousel {
        margin-top: 60px;
    }
}

.content {
    padding-top: 30px;
    padding-bottom: 20px;
}

.content ul {
    color: #ff4c00;
}



/*intro*/

#intro li {
    font-weight: bold;
}

.text-block {
    background-color: #FFF;
    border-radius: 0px;
    /*display: table;*/
    padding: 15px;
    font-size: 18px;
}

.icon-photo {
    background-color: #FFF;
    border-radius: 8px;
    padding: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    min-height: 340px;
    box-shadow: 1px 2px 2px #ddd;
}

.icon-photo img {
    max-width: 50%;


}

.icon-photo1 {
    border: 1px #00c3db solid;
    border-radius: 8px;
}

.icon-photo img1 {

    max-width: 50%;


}

/* option */

.option-list>li {
    font-size: 25px;
    line-height: 1.5;
    cursor: pointer;
    color: #3b5598;
    transition: .3s ease-in;
    padding: 0.3em;
}

.option-list>li:hover,
.option-list>li:active {
    color: #df0069;
    background-color: #eaeaea;
}

.option-list>.chooseThis {
    color: #f18d1c;
    font-weight: bold;
}

.step03>h3 {
    color: #712b78;
}



/*notice*/

.notice {
    color: #666666;
    font-size: 13px;
    text-align: left;
    padding-top: 2%;
}

.logo {
    margin-top: 1%;
}



/*infoA*/

.infoA {
    position: relative;
}

.box-hover {
    position: absolute;
    display: block;
    background-color: rgba(43, 43, 43, 0.6);
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20% 1%;
    font-size: 0.8vw;
    opacity: 1;
}

.box-hovered {
    position: absolute;
    text-shadow: 3px 3px 3px rgba(43, 43, 43, 0.9);
    font-weight: bold;
    color: #fff;
    font-size: 2.5vmin;
    padding: 27%;
    text-align: center;
    opacity: 0;
}

.infoA-group a:hover .box-hover {
    opacity: 0;
    -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;
}

.infoA-group a:hover .box-hovered {
    opacity: 1;
    -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;
}




/*----ribbon-----*/

.ribbon-wrapper {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    top: -11px;
    left: -8px;
}

.ribbon-wrapper .ribbon {
    position: relative;
    top: 18px;
    left: -26px;
    width: 110px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 0px;
    background-color: #e1a10f;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbon-wrapper .ribbon2 {
    position: relative;
    top: 18px;
    left: -26px;
    width: 110px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 0px;
    background-color: #02b389;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbon-wrapper .ribbon:before,
.ribbon-wrapper .ribbon:after {
    content: "";
    border-top: 6px solid #847621;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -6px;
}

.ribbon-wrapper .ribbon2:before,
.ribbon-wrapper .ribbon2:after {
    content: "";
    border-top: 6px solid #206051;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -6px;
}

.ribbon-wrapper .ribbon:before {
    left: 0;
}

.ribbon-wrapper .ribbon:after {
    right: 0;
}

.ribbon-wrapper .ribbon2:before {
    left: 0;
}

.ribbon-wrapper .ribbon2:after {
    right: 0;
}


@media (min-width: 768px) {
    .container {
        max-width: 960px;
    }

    .navbar-nav>li>a {
        padding-top: 30px;
    }

    #gallery .container {
        max-width: 1400px;
    }

    #header .container {
        max-width: 1200px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 960px;
    }

    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #gallery .container {
        max-width: 1400px;
    }

    #header .container {
        max-width: 1200px;
    }
}







/*.form-group .btn-default {
    width: 100%;
    margin-top: 20px;
}



#sidebarReg {
    position: fixed;
    top: 40%;
    left: -5px;
}

#sidebarReg .register,
#sidebarReg .btn-taichung,
#sidebarReg .btn-kao {
    line-height: 1.2;
    padding: 15px 20px;
    display: block;
    margin-bottom: 12px;
}

#sidebarReg .btn-danger {
    border: 0;
}

#goTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    color: #fff;
}

#goTop .btn {
    font-size: 30px;
    padding: 5px 15px;
}

#goTop .btn-top {
    color: #fff;
    background-color: #ccc;
    border: none;
    transition: .2s linear;
}

#goTop .btn-top:hover,
#goTop .btn-top:focus,
#goTop .btn-top.focus,
#goTop .btn-top:active,
#goTop .btn-top.active {
    color: #fff;
    background-color: #999;
    border: none;
}
*/


/***
***  程式所需
***/
#best .content {
    font-size: 16px;
    padding: 3px 5px;
}

#quiz,
#finish,
#form {
    display: none
}

.chooseThis i {
    margin-right: 10px;
}

.ansSet li:hover {
    background-color: #EEE;
    border: 2px #df0069 solid;
    border-radius: 10px;
}

.template01 .text-block img {
    width: 90%;
    margin: 0 auto
}

.big-tilte {
    font-size: 40px;
    text-align: center;
    padding: 0.6em 0 0.6em 0;
    letter-spacing: 2px;
    color: #e72d1b;
    line-height: 34px;
}

.quiz-tilte {
    font-size: 30px;
    text-align: left;
    padding: 0.6em 0 0.2em 0;
    letter-spacing: 2px;
    color: #df0069;
    line-height: 34px;
}

.quiz1 h3 {
    padding-bottom: 0.6em;
    padding-left: 0.6em;
}

.product-photo {
    background-color: #FFF;
    border: 1px #00c3db solid;
    border-radius: 8px;
    padding: 0.2em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    height: 150px;
    cursor: pointer;
}

.product-title {
    font-size: 16px;
    padding: 1em;
    text-align: justify;
    line-height: 24px;
}

.product-link {
    font-size: 16px;
    padding: 0.6em 0 1em 0;
    text-align: center;
    line-height: 22px;
}

.product-link a {
    color: #FFF;
    font-size: 16px;
    border: 1px #333 solid;
    padding: 2px 12px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #333;
}

.product-link a:hover {
    color: #333;
    background-color: #FFF;
    font-weight: 700;
}

/*案例分享*/
#case a {
    color: #000;
}

/*footer*/
.footer {
    padding: 20px;
    font-size: 16px;
    background-color: #002c54;
    color: #fff;
}


.news-point {
    padding: 10px;
}

.news {
    border: 2px #FFF solid;
    background-color: #97dfff;
    border-radius: 10px;
}

.news img {
    padding-top: 20px;
}

.news:hover {
    border: 2px #00bcd4 solid;
    background-color: #70efff;
    border-radius: 10px;
}

.speaker-box__name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding: 15px 10px 30px 10px;

}

.section-reason2 {
    padding: 40px 10px;
    color: #000;
    background-color: #EEE;
    /*    background-image: -webkit-linear-gradient(55deg,  #DDD,#FFF);
    background-image: -o-linear-gradient(55deg,  #DDD,#FFF);
    background-image: linear-gradient(35deg, #DDD,#FFF);*/
}

.section-video {
    padding: 1em 0 3em;
}

.section-quiz {
    background-color: #ffb93f;
    padding: 1em 0;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.video-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 1em;
}

.info-title {
    font-size: 24px;
    font-weight: 700;
    padding: 0.5em 0 0;
}

.recommend {
    font-size: 1.6rem;
}

.reason-title {
    padding: 0.5em 0 0.1em 0;
    margin: 1em;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    color: #222;
}

.reason-frame {
    display: inline-block;
    margin: 0px;
    padding: 10px 5px 10px 5px;
    font-size: 2rem;
    font-weight: 0;
    line-height: 1.4;
    border: 0px solid #fff;
    border-radius: 0px;
    color: #222;
    text-align: justify;
}

.notice-txt {
    font-size: 16px;
    color: #666;
}


.news1 {
    border: 2px #FFF solid;
    background-color: #e1b5f8;
    border-radius: 10px;
}

.news2 {
    border: 2px #FFF solid;
    background-color: #b8deff;
    border-radius: 10px;
}

.news3 {
    border: 2px #FFF solid;
    background-color: #8be6a6;
    border-radius: 10px;
}

.news4 {
    border: 2px #FFF solid;
    background-color: #f8c191;
    border-radius: 10px;
}

.news1:hover {
    border: 2px #b86de3 solid;
    background-color: #ecd5f8;
    border-radius: 10px;
}

.news2:hover {
    border: 2px #6d9de3 solid;
    background-color: #d5e6f8;
    border-radius: 10px;
}

.news3:hover {
    border: 2px #39a47d solid;
    background-color: #d5f8db;
    border-radius: 10px;
}

.news4:hover {
    border: 2px #e38f6d solid;
    background-color: #f8e5d5;
    border-radius: 10px;
}


.news-text {
    color: #333;
    padding: 4px 0 20px 0;
    font-size: 18px;
}

.news-text span {
    border: 2px #333 solid;
    border-radius: 0px;
    padding: 6px 16px;
}

.news-text span:hover {
    border: 2px #0da46d solid;
    border-radius: 8px;
    padding: 6px 16px;
    color: #0da46d;
}

.section-info {
    background-color: #eeeeee;
    padding-bottom: 4em;
}



#btnStart a {
    font-size: 20px;
}

/*image hover effect*/

.transition {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.fx1 .item {
    padding: 0;
}

.fx1 .item img {
    padding: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
    background-color: #000;
}

.fx1 a:hover .item img,
.fx1 a:focus .item img {
    opacity: 0.1;
}

.fx1 .img-content {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #000;
}

.fx1 a .item .img-content h4 {
    position: absolute;
    color: #2196F3;
    letter-spacing: 2px;
    top: 0;
    left: 0;
    right: 4.5em;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    font-size: 20px;
    padding: 1em;
}

.fx1 a:hover .item .img-content h4,
.fx1 a:focus .item .img-content h4 {
    opacity: 1;
}

.fx1 a .item .img-content p {
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 15%;
    left: 0;
    right: 4.5em;
    margin: 0 auto;
    text-align: left;
    opacity: 0;
    font-size: 16px;
    text-align: justify;
    padding: 1em;

}

.fx1 a:hover .item .img-content p,
.fx1 a:focus .item .img-content p {
    opacity: 1;
}

/*navbar breakpoint adjust*/

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

}