/*130,46,107*/

body {
    min-width: 300px;
    font-size: 62.5%;
    color: #221815;
    background-color: #FFF;
    font-family: "Raleway", sans-serif;
}

button {
    font-family: "Raleway", sans-serif;
}

p {
    font-size: 1.6em;
}

.page-content ul li {
    font-size: 1.8em;
}

html.zh_TW body {
    font-family: "Raleway", "Noto Sans TC", sans-serif;
}

html.zh_CN body {
    font-family: "Raleway", "Noto Sans SC", sans-serif;
}

.container {
    min-width: 300px;
}

.container {
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

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

.header-wrapper {
    padding-top: 0;
}

.content td,
.content th {
    padding: 0;
    border: 0;
}

.slider {
    visibility: hidden;
}

.site-title-hidden {
    font: 0/0 a;
    color: transparent;
}

.button-lecture {
    background-color: white;
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    border: none;
    color: #142843;
    min-width: 200px;
    padding: 20px 30px;
    border: 4px solid #142843;
    font-weight: 700;
}

.container-wrapper {
    padding: 50px 10% 0 10%;
}

.lecture-wrapper {
    padding-bottom: 10%;
}

.information-container {
    margin: 5% 10% 10% 170px;
    border: 1px solid black;
}

.information-name {
    position: relative;
    padding: 35px 70px;
    color: white;
    background-color: #142843;
    font-size: 1.5em;
}

.information-name h2 {
    font-size: 1.7em;
    font-weight: 700;
}

.information-detail h3 {
    color: #142843;
    font-size: 1.8em;
    font-weight: 800;
}

.information-detail {
    padding: 35px 70px;
    border: 1px solid #142843;
    background-color: white;
    color: #142843;
    font-weight: 600;
}

.information-detail-2 {
    padding: 35px 70px;
    background-color: #e6e6e6;
    border: 1px solid #142843;
    font-weight: 600;
}

.information-detail-2:nth-child(even) {
    border: 1px solid #142843;
    background-color: white;
}

.information-detail-2 h3 {
    font-size: 1.8em;
    font-weight: 600;
}

.information-detail-3 {
    padding: 35px 70px;
    background-color: #142843;
    color: white;
}

.information-detail-3 h3 {
    font-size: 1.8em;
    font-weight: 600;
}

.button-lecture-prev {
    background-color: white;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    border: none;
    color: #142843;
    padding: 10px 45px 10px 45px;
    border: 4px solid #142843;
    cursor: pointer;
}

.button-lecture-next {
    background-color: white;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    border: none;
    color: #142843;
    padding: 10px 45px 10px 45px;
    border: 4px solid #142843;
    right: 10%;
    position: absolute;
    cursor: pointer;
}

.button-lecture-prev a {
    font-weight: 600;
}

.button-lecture-next a {
    font-weight: 600;
}

.button-container {
    padding: 10px 10% 15% 15%;
    position: relative;
}

.ul {
    list-style: none;
}

.main-menu {
    padding: 0 5%;
    background-color: #142843;
    /* border-bottom: 12px solid #e8b674; */
}

.main-menu ul {
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu ul li:first-child {
    padding-left: 0;
}

.main-menu ul li:last-child {
    padding-right: 0;
}

.main-menu ul a {
    color: white;
}

.main-menu ul li {
    padding: 0 5%;
    /* font-size: 1.5em!important; */
    font-size: 1.7em;
}

.main-menu>ul>li>a {
    font-size: 1em;
    letter-spacing: 0;
    padding: 12px 0 10px 0;
    border-bottom: 3px solid transparent;
}

.main-menu-first {
    position: relative;
    font-size: 2.4em;
    overflow: hidden;
}

.main-menu-first:after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 15px;
    width: 2px;
    height: 100%;
}

.main-menu>ul>li>a {
    display: inline-block;
    padding: 12px 0 10px 0;
}

.main-menu-first img {
    max-height: 100%;
    width: auto;
}

/*.main-menu>ul>li.main-menu-first>a {
    font-size: 1.3em;
}*/

.information-online {
    position: absolute;
    margin-right: 20px;
    background-color: #e8b674;
    color: #142843;
    top: 0;
    right: 0;
    margin: 30px 25px;
    padding: 12px 25px 10px 25px;
    cursor: pointer;
    border: 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2;
}

.information-online a {
    padding: 25px 15px;
}

.subfooter {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 1.2em;
}

.subfooter a {
    color: #221815;
}

.footer {
    /*border-top: 12px solid #e8b674;*/
    background-color: #142843;
    color: white;
    padding: 0 0 40px 0;
    font-size: 1.2em;
}

.content-wrapper {
    max-width: 1400px;
}

.footer-wrapper {
    width: 90%;
    padding: 30px 3px;
    max-width: 1400px;
}

.footer-submenu {
    flex: 1;
    padding-right: 2%;
}

.footer-submenu:last-child {
    padding-right: 0;
}


/*
.footer-submenu-1{
  width: 25%;
}
.footer-submenu-2{
  width: 16%;
  padding:0 1%;
}
.footer-submenu-3{
  width: 17%;
  padding:0 1%;
}
.footer-submenu-4{
  width: 25%;
  padding:0 1%;
}
.footer-submenu-5{
  width: 17%;
  padding:0 1%;
}
*/

.footer-sponsor {
    padding-top: 30px;
    border-bottom: 1px solid white;
    padding-bottom: 50px;
}

.lecture-sponsors {
    font-size: 1.2em;
}

.lecture-sponsors h4 {
    font-size: 1.4em;
    font-weight: 700;
}

.footer-sponsor p {
    padding-top: 10px;
    padding-left: 70px;
    font-size: 1.2em;
}

.footer-right {
    float: right;
    padding-top: 10px;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.footer-left {
    padding-top: 10px;
    float: left;
    margin-bottom: 30px;
    font-size: 1.2em;
}

#qtranslate-7-chooser,
.language-chooser {
    display: flex;
}

.language-chooser li:after {
    display: inline-block;
    content: '/';
    color: #fff;
    padding: 0 3px;
}

.language-chooser li:last-child:after {
    content: '';
}

.header-right {
    position: absolute;
    right: 0;
    background-color: #142843;
    padding: 10px 30px;
    font-size: 1.25em;
}

.header-right a {
    color: white;
}

.header-top {
    padding-bottom: 25%;
    background-image: url("images/HBC_web banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.header-top-2 {
    padding-bottom: 15%;
}

.header-left {
    position: absolute;
}

.block-lecture {
    width: 43%;
    position: relative;
    margin: 3%;
}

.container-step {
    display: flex;
}

.container-home {
    flex-wrap: wrap;
    justify-content: center;
}

.upper-block {
    height: 200px;
    padding: 40px 20px;
    background-color: #142843;
    color: white;
    font-size: 1.7em;
    line-height: 1.4;
    font-weight: 700;
}

.lower-block {
    padding: 30px 20px;
    font-size: 1.4em;
    line-height: 1.4;
    color: #142843;
    background-color: white;
    height: 200px;
}

.lower-block p {
    text-align: left;
}

.count-icon {
    background-color: white;
    border: 4px solid #142843;
    text-align: center;
    z-index: 5;
    position: absolute;
    width: 70px;
    height: 80px;
}

.count-icon-tc {
    width: 100px;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-icon span {
    padding-top: 10px;
    font-size: 2em;
}

.count-order {
    font-size: 4em!important;
    font-weight: 700;
}

.count-icon span {
    font-weight: 600;
}

.count-icon p {
    font-size: 1.3em;
    text-align: center;
    font-weight: 800;
}

.information-section {
    display: flex;
    margin-top: 120px;
    margin-bottom: 50px;
}

.information-section-bk {
    height: 100%;
    background-color: #e8b674;
    opacity: 0.5;
    width: 100%;
}

.information-section-left {
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    background-image: url(images/清明上河圖.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.information-section-right {
    width: 50%;
    background-color: #E6E6E6;
}

.information-register {
    padding: 15% 10%;
    /* 10% 35% */
    font-weight: 800;
    color: #142843;
}

.block-session {
    margin: 60px 15% 0 8%;
    border: 1px solid #142843;
}

.footer-submenu-icon a {
    display: inline-block;
}

.footer-submenu-icon a+a {
    margin-left: 15px;
}

.footer-submenu-icon img {
    height: 45px;
    padding: 0 2%;
}

.header-right span {
    padding: 0 3px;
}

.button-container a {
    color: #142843;
    position: relative;
}

.lecture-more {
    background-color: #142843;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    border: none;
    color: white;
    padding: 10px 35px 10px 35px;
    cursor: pointer;
    right: 15%;
    position: absolute;
}

.lecture-more a {
    color: white;
}

.button-register-online {
    background-color: #57606d;
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    border: none;
    color: white;
    padding: 20px 45px 20px 45px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 36%;
    left: 38%;
}

.button-register-online:hover a {
    color: white;
}

.button-register-online a {
    color: white;
}

.button-register-online:hover {
    background-color: #142843;
}

.button-register-online:hover a {
    color: white;
}

.professor-icon {
    position: absolute;
    width: 215px;
    height: 215px;
    background: url(images/speaker.png);
    border-radius: 100%;
    margin: 30px 0 0 10px;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower-block p {
    font-size: 1.0em;
    font-weight: 600;
}

.language-switcher li {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}

.language-switcher li a {
    font-size: 1em;
}

.language-switcher li.active span.lang-text {
    color: #e8b674;
}

.venue-bullet {
    display: flex;
    padding-bottom: 30px;
}

.venue-bullet h4 {
    font-weight: 600;
    font-size: 1.8em;
    padding-left: 15px;
}

.venue-bullet a {
    color: #142843;
}

.venue-bullet img {
    height: fit-content;
}

.venue {
    padding-bottom: 50px;
}

.enquiries {
    padding-bottom: 50px;
}

.enquiries-table-detail {
    display: flex;
}

.enquiries-title {
    display: flex;
    font-size: 2em;
    padding-bottom: 20px;
}

.enquiries-title h2 {
    padding: 3px 0 3px 10px;
}

.enquiries-table {
    border: 0.5px solid #e6e6e6;
}

.enquiries-table-title {
    font-size: 1.6em;
    padding: 10px;
    font-weight: 600;
    border: 0.5px solid #e6e6e6;
}

.enquiries-table-detail {
    border: 0.5px solid #e6e6e6;
}

.enquiries-table-subject {
    background-color: #ede2ee;
    padding: 8px 30px 8px 8px;
    min-width: 120px;
    font-size: 1.5em;
    font-weight: 600;
}

.enquiries-table-detail p {
    padding: 8px 30px 8px 15px;
}

.events {
    padding-bottom: 50px;
}

.events-title {
    display: flex;
    font-size: 2em;
    padding-bottom: 20px;
}

.events-title h2 {
    padding: 3px 0 3px 10px;
}

.events-detail {
    padding-left: 30px;
}

.events-detail div {
    padding: 10px 0 10px 0;
}

.events-detail a {
    font-size: 1.3em;
    color: grey;
}


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

.page-content {
    padding: 40px 0 100px 40px;
    color: #142843;
    font-weight: 700;
}

.page-content ul {
    margin: 2em 0 2em 2em;
}

.page-content .ee-right ul {
    margin: 1em 0 1em 2em;
}

.page-content ul li {
    font-size: 1.8em;
    margin-bottom: 1.5em;
}

.page-content p,
.page-content a {
    color: #142843;
}

.page-content h2 {
    font-size: 2.2em;
    margin-bottom: 1em;
}

.event-entries {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.event-entry {
    border: 3px solid #E9E9E9;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.2;
    background-color: white;
    color: #0A2342;
    width: 48%;
    padding: 20px;
    margin: 0 1% 2% 1%;
    transition: all 0.3s ease-in-out;
}

.event-entry:hover {
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.2);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.ee-date-time,
.ee-date,
.ee-time,
.ee-title {
    display: block;
}

.page-content .ee-title ul {
    margin: 0.5em 0 0 1em;
}

.page-content .ee-title ul li {
    font-size: 1em;
    margin-bottom: 0.5em;
}

.ee-inner {
    display: flex;
    width: 100%;
}

.ee-left {
    width: 38%;
}

.ee-image {
    width: 100%;
    height: 0;
    padding-bottom: 140%;
}

.ee-right {
    width: 62%;
    padding-left: 15px;
}

.ee-date-time {
    padding-bottom: 10px;
    border-bottom: 2px solid #94958A;
    margin-bottom: 10px;
    text-align: left;
}

.ee-title {
    line-height: 1.4;
}

.event-details-tickets {
    width: 90%;
}

.add_to_cart {
    background-color: #142843;
    padding: 10px 25px;
    color: #fff;
    float: right;
    font-size: 1.6em;
}

.tc_in_cart {
    text-align: right;
}

.tc_in_cart a {
    color: #142843;
    font-weight: 700;
}

.tc_in_cart {
    font-size: 1.6em;
}

.tickera_additional_info {
    overflow: hidden;
    margin-bottom: 5%;
}

.tickera_additional_info label {
    font-size: 1.6em;
}

.ticket-price-header,
.ticket-price,
.tickera_table th,
.tickera_table td:nth-child(4),
.ticket-total-all,
.event-details-tickets .event_tickets th,
.event-details-tickets .event_tickets td,
#empty_cart {
    display: none;
}

.tickera_table .last-table-row td.actions {
    display: block;
}

.tickera_table tbody {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.tickera-checkout tr {
    border: 0;
    display: flex;
    justify-content: space-between;
}

.information-container {
    margin-bottom: 5%;
}

.event-details-tickets .event_tickets td:last-child {
    display: block;
}

.cart_empty_message {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 5%;
    color: #142843;
}

.tickera-button {
    background-color: #142843;
}

.tickera-checkout tbody tr td {
    vertical-align: middle;
}

.tickera-checkout .ticket-quantity {
    padding-left: 30px;
}

.tickera_buyer_info {
    overflow: hidden;
}

.tickera_buyer_info .fields-wrap {
    display: inline-block;
    width: calc(48% - 8px);
    float: left;
    margin-right: 4%;
    margin-bottom: 1%;
}

.tickera_buyer_info .fields-wrap:nth-child(3),
.tickera_buyer_info .fields-wrap:nth-child(5),
.tickera_buyer_info .fields-wrap:nth-child(8) {
    margin-right: 0;
}

.tickera_additional_info label input {
    width: 100%;
}

.tickera_buyer_info h3,
.tickera-checkout h3 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 3%;
    margin-top: 2%;
    color: #142843;
}

.tickera_buyer_info .fields-wrap:nth-child(6),
.tickera_buyer_info .fields-wrap:last-child {
    width: calc(100% - 16px);
}

.tc_radio_field input {
    margin-top: 8px;
}

.tickera_additional_info .tc_radio_field label input {
    width: auto;
}

.tc_label_field p {
    margin-top: 3%;
}

.tickera {
    overflow: hidden;
}

.tickera-payment-gateways {
    border: 0;
}

.tc_gateway_form p {
    text-align: right;
}

.tc_tickets_sold {
    font-size: 1.6em;
    text-align: right;
    float: right;
}

.tickera {
    font-size: 1.6em;
}

.order-details th:first-child {
    width: 60%;
}

.page-id-28 .tickera label:nth-child(5),
.page-id-28 .tickera label:nth-child(7),
.page-id-28 .tickera>p {
    display: none;
}

.page-id-28 h2 {
    margin-top: 2%;
    font-size: 2em;
}

.shadow-table td,
.shadow-table th {
    font-size: 1em;
    padding: 10px 15px;
    border: 1px solid;
}

.shadow-table th {
    background-color: #eee;
}

.shadow-table td:last-child a {
    display: inline-block;
    background-color: #142843;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
}

#tickera_cart.tickera,
.tickera .add_to_cart,
.single-tc_events .tickera td,
.tickera .tc_in_cart,
.tickera .tickera,
#buyer_data_tc_ff_phoneno_tcfn_3685_post_meta-error {
    font-size: 1em;
}

.tc_cart_errors ul li {
    font-size: 1.2em;
    color: #142843;
}

.container-lectures {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.block-lecture {
    width: 33%;
    position: relative;
    margin: 3% 0 5% 0;
    flex-basis: 42.5%;
}

.page-content .event-entries ul li {
    font-size: 1em;
    margin-bottom: 0.5em;
}

.owner-info-wrap h5 {
    font-size: 1.8em;
    margin-bottom: 1em;
}

.owner-info-wrap input {
    font-size: 1.6em;
    width: 50%;
}

.has-error {
    clear: both;
}

.tickera_table tbody {
    display: block;
}

.ticket-quantity {
    width: 130px;
}

.content table {
    width: 100%;
    table-layout: fixed;
}

.add_to_cart:hover,
.tickera-button:hover {
    color: #fff;
    background-color: #285F96;
}

.tickera-button {
    cursor: pointer;
}

.tc-form-ticket-fields-wrap {
    margin-bottom: 3em;
}

.tc-form-ticket-fields-wrap:last-child {
    margin-bottom: 0;
}

form#tickera_cart label.has-error,
form.checkout label.has-error {
    display: block;
    margin-top: 5px;
    font-size: 1em;
}

.single-tc_events li {
    font-size: 1.6em;
}

.single-tc_events li li {
    font-size: 1em;
}

.page-template-page-lectures-default .qtranxs-available-languages-message,
.event_tickets.tickera tr:nth-child(3) {
    display: none;
}

.in-right .add_to_cart {
    font-size: 16px;
    background-color: #285F96;
}

.in-right .tc_in_cart {
    font-size: 16px;
    text-align: left;
}

.in-right .tc_in_cart a {
    color: #fff;
}

.in-right .add_to_cart:hover {
    background-color: #3a7ec2;
}

.information-name {
    display: flex;
    justify-content: space-between;
}

.in-left {
    width: calc(100% - 180px);
}

.in-right {
    width: 175px;
}

.in-right .event-details-tickets {
    width: 100%;
}

.tickera-checkout .ticket-type {
    width: calc(100% - 135px);
}

.tickera-checkout tbody tr:last-child td {
    width: 100%;
}

.event-detail-section {
    position: relative;
    padding-top: 10px;
}


/*.accordion-details.information-details {
    display: block;
}

.accordion-details.information-details {
    padding-top: 0;
    padding-bottom: 0;
}

.information-name.accordion-topic {
    cursor: pointer;
}*/

.content .information-container li{
    font-size: 1.6em;
}