/*!
* Mobirise v4 theme (https://mobirise.com/)
* Copyright 2017 Mobirise
*/

section {
    background-color: #000000;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}

body {
    color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 2px solid;
    border-color: #ff3366;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

body {
    position: relative;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}
/*! Base colors */

.mbr-white {
    color: #ffffff;
    text-align: center;
}

.mbr-black {
    color: #000000;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}
/*! Text-aligns */

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

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

.three-keys {
    padding: 0px 5rem;
}

.three-keys .keys-padding {
    padding: 0 0 3rem 0;
}

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

@media (max-width: 767px) {
    .align-left,
    .align-center,
    .align-right,
    .mbr-section-btn,
    .mbr-section-title {
        text-align: center;
    }
}
/*! Font-weight  */

.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}
/*!title*/

.title {
    font-size: 90pt;
}

.title_2 {
    font-size: 32pt;
    letter-spacing: 10pt;
}

.title-padding-buttom {
    padding-bottom: 50px;
}

.title-letter-spacing {
    letter-spacing: -10px;
}

.title-padding-adjust {
    padding: 0 4rem;
}
/*parallelogram*/

.parallelogram-title-style {
    color: var(--main-color);
    overflow: hidden;
    text-align: center;
    padding-bottom: 25px;
    font-size: 1.75rem;
}

.parallelogram-title-style:before,
.parallelogram-title-style:after {
    background-color: var(--main-color);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.parallelogram-title-style:before {
    right: 0.5em;
    margin-left: -50%;
}

.parallelogram-title-style:after {
    left: 0.5em;
    margin-right: -50%;
}

.line {
    width: 100%;
    max-width: 100px;
    border-bottom: 1px solid var(--main-color);
    display: inline-block;
    margin-bottom: 6px;
}

.parallelogram_box {
    width: 215px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 38px;
    margin: 0 .25rem;
}

.parallelogram_box h5 {
    color: #cccccc;
    font-weight: 400;
    padding: .5rem 0;
}

.parallelogram {
    transform: skew(-20deg);
    /*    background: var(--main-color);*/
    display: block;
    background: -moz-linear-gradient(left, rgba(162, 27, 30, 30%) 0%, rgba(162, 27, 30, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(162, 27, 30, 30%) 0%, rgba(162, 27, 30, 1) 100%);
    background: linear-gradient(to right, rgba(162, 27, 30, 30%) 0%, rgba(162, 27, 30, 1) 100%);
}

.parallelogram-txt {
    display: inline-block;
    transform: skew(20deg);
    vertical-align: middle;
    margin: 5px 10px;
    font-weight: 900;
    color: #fff;
    font-size: 2rem
}
/*! Media  */

.media-size-item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.media-container-column>* {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

figure {
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.media-container>div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }
    .media {
        width: auto;
    }
    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */

.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}
/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}
/*! Full-screen */

.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
/*! Map */

.map {
    height: 25rem;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}
/* Form */

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}
/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "\203a";
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*! Arrow Down */

.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}
/*agenda*/

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

.table .time-vertical-align {
    vertical-align: middle;
}

.agenda-title-style {
    border-bottom: 3px double var(--day-color);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #132550;
}

.agenda-title-padding {
    padding: 0px 15px;
    margin: 0px;
}

.agenda-border-radius-right {
    border-radius: 0 0 6px 0;
}

.agenda-border-radius-left {
    border-radius: 0 0 0 6px;
}

.agenda-background-color {
    background-color: #324267;
    padding: 0px;
    margin: 0px -15px;
    border-radius: 0 0 6px 6px;
}

.linear-gradient {
    background-color: #001442;
    background-image: linear-gradient(#506c96, #0b1836);
}

.time {
    color: #cccccc !important;
    /*background-color: rgba(0,18,38,0.2);*/
    display: inline-block;
    padding: 4% 15%;
    border-radius: 3.5px;
    font-family: 'Roboto Condensed', "微軟正黑體", sans-serif;
    font-weight: 400;
}

.agenda-title {
    color: #fff;
    background-color: #001226;
    border-radius: 6px 6px 0px 0px;
    ;
    display: block;
}

.mbr-header__text {
    display: block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    margin: 0;
}

.mbr-section__container--std-top-padding {
    padding-top: 60px;
}

.colorday1 {
    color: var(--day-color);
}

.classtext {
    font-size: 1.6rem;
    font-weight: 600;
}

.classtext li {
    font-size: 1.35rem;
    line-height: 2;
    font-weight: 400;
    color: #ffffff;
    list-style: none;
}

.speaker {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 300;
    padding-top: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.speaker strong {
    font-size: 1.5rem;
}

.angle {
    width: 15px;
    vertical-align: text-top;
}

.display-btn {
    font-size: 20px;
}
/*speaker*/

.speaker-title {
    color: var(--day-color);
    border-top: 2px double #d8d8d8;
    border-bottom: 2px double #d8d8d8;
    display: block;
}

.speaker-img {
    transform: rotate(45deg) scale(1.25);
    padding-top: 6px;
    margin-left: -12px;
}

.mobile-br {
    display: inline;
}
/*footer*/

.mbr-section--fixed-size {
    overflow: hidden;
}

.mbr-section--relative {
    position: relative;
}

.mbr-section {
    padding: 71px 20px 9px 20px;
}

.mbr-section-padding {
    padding: 70px 20px 60px 20px;
}

.mbr-footer__copyright {
    margin: 0;
}

.mbr-footer {
    color: #9c9c9c;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 18px;
    word-spacing: 1px;
    color: #FFF;
    text-align: center;
}
/*info*/

.mbr-section__container--isolated {
    padding-bottom: 60px;
    padding-top: 93px;
}

.mbr-section__container {
    padding: 0;
    position: relative;
    z-index: 3;
}

.mbr-section__tablerow {
    margin-left: -2px;
    margin-right: -2px;
}

.mbr-box__magnet--top-left,
.mbr-box__magnet--center-left,
.mbr-box__magnet--bottom-left {
    text-align: left;
}

.mbr-box__magnet--top-left,
.mbr-box__magnet--top-center,
.mbr-box__magnet--top-right {
    vertical-align: top;
}

.mbr-box__magnet {
    display: table-cell;
    float: none;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
}

.mbr-section__left {
    padding-right: 40px;
}

.mbr-header {
    margin-top: -20px;
    padding: 0;
    position: relative;
    text-align: left;
    top: 10px;
    padding: 0px 2%!important;
}

.info-title {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #1fa939;
    padding-top: 2.5%;
    text-align: center;
    color: #fff;
    font-family: '微軟正黑體';
}

.bonus-style {
    color: #000;
    font-family: '微軟正黑體';
    margin-bottom: 6%;
    line-height: 1.35;
}

.info-text {
    color: #181919;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-txt {
    font-size: 20px;
    text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table2 {
    font-size: 1.18rem;
    font-weight: 500;
    letter-spacing: 3px;
}

.table2 .col-md-2 {
    text-align: right;
    color: #fff;
}

.table2 .col-md-2a {
    display: none;
    text-align: center;
    color: #fff;
    width: 100%;
    padding-bottom: 20px;
}

.td_sty01 {
    background-color: #ffff00;
    text-align: center;
    padding: 10px;
    border-bottom: 3px solid #009db4;
    color: #007f92;
}

.td_sty02 {
    background-color: #fff;
    padding: 10px 20px;
}

.td_sty02 li {
    list-style-image: url(../../images/check-icon.png);
}

.info-text-style {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.25;
    font-family: 'Roboto Condensed', "微軟正黑體", sans-serif;
}

.date-style {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Roboto Condensed', "微軟正黑體", sans-serif;
}

.location-style {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Roboto Condensed', "微軟正黑體", sans-serif;
}

.contact-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #fff;
    font-family: 'Roboto Condensed', "微軟正黑體", sans-serif;
}

.title-img-style {
    width: 100%;
    max-width: 850px;
    margin-bottom: 35px;
}

.min .table-text-style {
    text-align: center;
    color: #dfdfdf;
    letter-spacing: 5px;
}

.table-time-width {
    width: 20%;
}

.table-theme-width {
    width: 48%;
}

.table-speaker-width {
    width: 32%;
}

.hidden-lg,
.hidden-md,
.hidden-sm {
    display: none;
}
/*icons*/

.fb-share-button {
    margin: 6px 5px 4px 5px;
}

.icon-people-span {
    vertical-align: -webkit-baseline-middle;
    text-align: center;
}

.icon-people {
    font-size: 1.8rem;
    color: var(--day-color);
}

.icon-speakers {
    font-size: 1.5rem;
    color: var(--day-color);
    vertical-align: sub;
}

.icon-title {
    font-size: 1.3rem;
    color: #cccccc;
    vertical-align: sub;
}

@media(max-width:1200px) {
    .title-img-style {
        width: 100%;
        max-width: 450px;
    }
    .display-5 {
        font-size: 1.2rem!important;
    }
    .table-txt {
        font-size: 14px;
    }
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .agenda-title-style {
        line-height: 40px;
    }
    .agenda-border-radius-right {
        border-radius: 0 0 6px 0;
    }
    .agenda-background-color {
        border-radius: 0 0 6px 6px;
    }
    .three-keys {
        padding: 0px 20px;
        ;
    }
    .title {
        font-size: 75pt;
        padding-top: 50px;
    }
    .title_2 {
        font-size: 28pt;
    }
    .table2 td,
    .table-striped td {
        display: block;
    }
    .table2 .col-md-2 {
        display: none;
    }
    .table2 .col-md-2a {
        display: block;
    }
    .mbr-arrow-up {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs-block {
        display: block;
    }
    .table-time-width {
        width: 20%;
    }
    .table-theme-width {
        width: 80%;
    }
    .table-speaker-width {
        display: none;
    }
    .time {
        border-radius: 8px;
    }
    .mbr-box__magnet {
        margin-top: 5%!important;
        padding-left: 0;
        padding-right: 0;
    }
    .card {
        margin-top: 3%;
    }
    .classtext {
        font-size: 1.18rem;
    }
    .mbr-section__left {
        padding-right: 0;
        padding-left: 0;
    }
    .mobile-br {
        display: table;
    }
}

@media (max-width: 414px) {
    .title {
        font-size: 55pt;
    }
    .title_2 {
        font-size: 25pt;
        letter-spacing: 4pt;
    }
    .parallelogram_box{
        width: inherit;
        height: inherit;
    }
    .parallelogram {
        margin-bottom: 0;
        width: 150px;
        height: 50px
    }
    .parallelogram-txt {
        font-size: 1.55rem;
    }
    .parallelogram-title-style {
        font-size: 1.45rem;
    }
    .mbr-section-padding {
        padding: 40px 20px 30px 20px;
    }
    .mbr-section {
        padding: 40px 10px 27px 10px;
    }
    .table td, .table th{
        padding: .75rem .1rem;
    }
    .card-footer{
        padding: .75rem 0.25rem;
    }
    .mbr-regular{
        font-size: .9rem;
        letter-spacing: 0px;
        display: block;
    }
}

@media (max-width: 375px) {
    .mbr-section-padding {
        padding: 40px 20px 30px 20px;
    }
    .title-padding-buttom {
        padding-bottom: 30px;
    }
    .classtext li {
        font-size: 16px;
    }
    .mbr-header__text {
        font-size: 27px;
    }
    .title {
        font-size: 3.5rem;
        padding-top: 0px;
    }
    .title_2 {
        font-size: 1.5rem;
        letter-spacing: 5pt;
    }
    .three-keys {
        padding: 0px 20px;
        ;
    }
}

@media (max-width: 360px) {
    .cid-qKKRLGs2UR .mbr-testimonial .card-block {
        -webkit-flex-grow: 0;
        flex-grow: 0;
        padding: 2.4rem 0rem 0rem 0rem!important;
    }
    /*Gradients animation*/
    @keyframes gradient-animation {
        from {
            background-position: 0% 100%;
            animation-timing-function: ease-in-out;
        }
        to {
            background-position: 100% 0%;
            animation-timing-function: ease-in-out;
        }
    }
    @-webkit-keyframes gradient-animation {
        from {
            background-position: 0% 100%;
            animation-timing-function: ease-in-out;
        }
        to {
            background-position: 100% 0%;
            animation-timing-function: ease-in-out;
        }
    }
    .bg-gradient {
        background-size: 200% 200%;
        animation: gradient-animation 5s infinite alternate;
        -webkit-animation: gradient-animation 5s infinite alternate;
    }
    .menu .navbar-brand {
        display: -webkit-flex;
    }
    .menu .navbar-brand span {
        display: flex;
        display: -webkit-flex;
    }
    .menu .navbar-brand .navbar-caption-wrap {
        display: -webkit-flex;
    }
    .menu .navbar-brand .navbar-logo img {
        display: -webkit-flex;
    }
    .cid-qKKQXiOCsi .menu-logo .navbar-brand .navbar-logo img{
        width: 85% !important;
        min-width: 120px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
}
/*# sourceMappingURL=style.css.map */
.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}