html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  list-style: none;
  text-decoration: none;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", Arial, sans-serif; }

ol, ul span {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto; }

body {
  overflow-x: hidden; }

.block_hidden {
  display: none !important; }

button {
  outline: none; }

.add_to_my_favorite_btn {
  width: 22px;
  height: 22px;
  background-image: url("/themes/custom/omia_theme/images/omia/card_like_icon.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 1px center; }

.is_added {
  background-position: -24px center; }

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 6px 10px;
  line-height: inherit;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff; }

.omia-plus {
  padding: 0;
  margin-top: 0; }
  .omia-plus #block-omia-theme-header {
    background-color: #343a40; }
  @media all and (max-width: 991px) {
    .omia-plus .index_header {
      background-color: #343a40 !important; } }

#block-omia-theme-header.header_bk {
  background-color: #343a40 !important; }

#block-omia-theme-header {
  width: 100%;
  min-height: 45px; }

.header_bk {
  width: 100%;
  min-height: 45px;
  background-color: #343a40 !important; }

header {
  width: 100%;
  min-height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001; }
  @media all and (max-width: 991px) {
    header {
      min-height: 56px; } }
  header .header {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 8px 0 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 1290px) {
      header .header {
        width: 100%;
        padding: 8px 20px 7px 20px; } }
    @media all and (max-width: 991px) {
      header .header {
        width: 100%;
        height: 100%;
        padding: 13px 20px 13px 61px; } }
    @media all and (max-width: 575px) {
      header .header {
        padding: 13px 10px 13px 51px; } }
  header .omia_logo_block {
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2.558% 0 0; }
    header .omia_logo_block a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  header .omia_logo {
    width: 90px;
    height: 20px; }
    @media all and (max-width: 991px) {
      header .omia_logo {
        width: 75px;
        height: 17px; } }
  header .omia_logo_text {
    width: 45px;
    height: 23px;
    margin: 0 0 0 3px; }
    @media all and (max-width: 991px) {
      header .omia_logo_text {
        display: none; } }
  header .header_learning_outcome_btn {
    width: 60px;
    height: 25px;
    margin: 0 2.325% 0 0; }
    @media all and (max-width: 991px) {
      header .header_learning_outcome_btn {
        display: none; } }
    header .header_learning_outcome_btn a {
      width: 100%;
      height: 100%;
      display: block;
      text-align: center;
      line-height: 25px;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap; }
  header .header_all_class_block {
    height: 25px;
    margin: 0 2.248% 0 0;
    position: relative; }
    @media all and (max-width: 991px) {
      header .header_all_class_block {
        display: none; } }
  header .header_all_class_btn_close {
    position: relative; }
    header .header_all_class_btn_close a {
      width: 100%;
      height: 100%;
      display: block;
      line-height: 25px;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap;
      padding: 0 15px 0 0; }
      header .header_all_class_btn_close a::after {
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 6px;
        right: 0;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff; }
  header .header_all_class_btn_open {
    position: relative; }
    header .header_all_class_btn_open a {
      width: 100%;
      height: 100%;
      line-height: 25px;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap;
      padding: 0 15px 0 0; }
      header .header_all_class_btn_open a::after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 9px;
        right: 0;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff; }
  header .header_all_class_drop {
    width: 142px;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 30px;
    left: 0; }
    @media all and (max-width: 991px) {
      header .header_all_class_drop {
        width: 100%;
        position: fixed;
        top: 64px;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #343a40;
        border-bottom: solid 1px #2b3035; } }
    header .header_all_class_drop .header_all_class_list_item {
      width: 100%;
      height: 42px;
      display: block;
      overflow: hidden;
      padding: 0 !important;
      border-bottom: 2px solid #f5f5f5; }
      @media all and (max-width: 991px) {
        header .header_all_class_drop .header_all_class_list_item {
          height: 58px;
          border-bottom: 2px solid #4b4b4b; } }
      header .header_all_class_drop .header_all_class_list_item:last-child {
        border-bottom: none; }
      header .header_all_class_drop .header_all_class_list_item a {
        width: 100%;
        height: 42px;
        display: block;
        text-align: center;
        line-height: 42px;
        color: #333;
        font-size: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media all and (max-width: 991px) {
          header .header_all_class_drop .header_all_class_list_item a {
            width: 100%;
            height: 58px;
            line-height: 58px;
            text-align: left;
            font-size: 22px;
            padding: 0 40px;
            color: #fff; } }
      header .header_all_class_drop .header_all_class_list_item:hover {
        color: #000;
        background-color: #f5f5f5; }
  header .header_plus_btn {
    width: 60px;
    height: 25px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 13px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2.325% 0 0; }
    @media all and (max-width: 991px) {
      header .header_plus_btn {
        display: none; } }
  header .header_search_block {
    width: 220px;
    height: 30px;
    background-image: url("/themes/custom/omia_theme/images/omia/search_icon.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    position: relative; }
    @media all and (max-width: 991px) {
      header .header_search_block {
        display: none;
        background-image: url("/themes/custom/omia_theme/images/omia/phone/ph_search_icon.png");
        background-size: 16px;
        background-position: center; } }
  header .header_search_input {
    height: 30px;
    width: 100%;
    border: solid 1px #f8f8f8;
    padding: 7px 10px 7px 27px;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    border-radius: 4px;
    background: rgba(53, 59, 65, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    header .header_search_input::-webkit-input-placeholder {
      color: #fff; }
    header .header_search_input:-ms-input-placeholder {
      color: #fff; }
    header .header_search_input::-ms-input-placeholder {
      color: #fff; }
    header .header_search_input::placeholder {
      color: #fff; }
  header .header_search_input_back {
    background: #353b41; }
  header .header_space {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  header .header_my_class_btn {
    width: 58px;
    height: 25px;
    margin: 0 2.8% 0 0; }
    @media all and (max-width: 991px) {
      header .header_my_class_btn {
        display: none; } }
    header .header_my_class_btn a {
      width: 100%;
      height: 100%;
      display: block;
      line-height: 25px;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap;
      text-align: center; }
  header .login_btn {
    width: 64px;
    height: 30px; }
    header .login_btn a {
      width: 100%;
      height: 100%;
      display: block;
      font-size: 13px;
      text-align: center;
      line-height: 28px;
      color: #ffffff;
      border: 1px solid #dbdbdb;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 4px; }
      header .login_btn a:hover {
        color: #ebebeb;
        border-color: #c7c7c7; }
  header .user-picture {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #eee;
    overflow: hidden;
    cursor: pointer; }
    header .user-picture:hover {
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1);
      opacity: 0.8; }
    header .user-picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2); }
  header .order_btn {
    width: 64px;
    height: 30px;
    display: none;
    margin: 0 0 0 12px; }
    @media all and (max-width: 991px) {
      header .order_btn {
        display: block; } }
    header .order_btn a {
      width: 100%;
      height: 100%;
      display: block;
      font-size: 13px;
      text-align: center;
      line-height: 28px;
      color: #ffffff;
      color: #fff;
      border-radius: 0;
      border: solid 1px #239dd5;
      background: #239dd5;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 4px; }
      header .order_btn a:hover {
        border-color: #41aee0;
        background-color: #41aee0; }
  header .header_shoppingcar_btn {
    width: 20px;
    width: 20px;
    margin: 0 2.8% 0 0; }
    @media all and (max-width: 991px) {
      header .header_shoppingcar_btn {
        margin: 0 20px 0 0; } }
  header .ph_header_search_btn {
    width: 20px;
    width: 20px;
    margin: 0 22px 0 0;
    display: none; }
    @media all and (max-width: 991px) {
      header .ph_header_search_btn {
        display: block; } }

body.menu-open {
  overflow: hidden;
  background-color: #000; }

.headerMobileMenuBtn {
  width: 24px;
  height: 19px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 24px;
  top: 19px;
  display: none; }
  @media all and (max-width: 991px) {
    .headerMobileMenuBtn {
      display: block; } }
  @media all and (max-width: 575px) {
    .headerMobileMenuBtn {
      left: 14px; } }

.headerMobileMenuBtn::before {
  content: "";
  width: 24px;
  height: 3px;
  display: block;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 5px; }

#sideMenu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #333;
  color: white;
  padding-top: 60px;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 1;
  overflow-y: auto; }

#sideMenu ul {
  list-style-type: none;
  padding: 0; }

#sideMenu ul li {
  padding: 15px;
  text-align: center; }

#sideMenu ul li a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%; }

#omia_plus_content {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  z-index: 0; }

.menu-open #sideMenu {
  left: 0; }

.menu-open #omia_plus_content {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.menu-open #omia_plus_content {
  -webkit-filter: blur(5px);
  filter: blur(5px); }
  .menu-open #omia_plus_content::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }

.header_search_drop {
  width: 220px;
  padding: 5px 0 0 0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: absolute;
  top: 35px;
  left: 0; }
  .header_search_drop .header_hot_keyword {
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    color: #999999;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .header_search_drop li {
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    color: #484848; }
    .header_search_drop li a {
      width: 100%;
      height: 31px;
      display: block;
      line-height: 31px;
      font-size: 16px;
      color: #484848;
      padding: 0 12px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .header_search_drop li a:hover {
        background-color: #f0f0f0; }
  .header_search_drop .header_seacher_all {
    width: 100%;
    height: 41px;
    line-height: 41px;
    border-top: 1px solid #eeeeee; }
    .header_search_drop .header_seacher_all a {
      width: 100%;
      height: 100%;
      display: block;
      line-height: 41px;
      font-size: 16px;
      color: #484848;
      padding: 0 12px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .header_search_drop .header_seacher_all a:hover {
        background-color: #f0f0f0; }

.plus_top_ad_bar_bk {
  width: 100%;
  background-color: #e96350;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .plus_top_ad_bar_bk {
      padding: 10px 0; } }

.plus_top_ad_bar {
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 1290px) {
    .plus_top_ad_bar {
      padding: 0 20px; } }
  @media all and (max-width: 991px) {
    .plus_top_ad_bar {
      width: 100%;
      height: 100%; } }
  @media all and (max-width: 575px) {
    .plus_top_ad_bar {
      padding: 0 10px; } }

.plus_top_ad_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
  word-break: break-all; }

.plus_top_ad_text {
  color: #fff;
  margin: 0 0 3px 0;
  text-align: left; }

.plus_top_ad_btn {
  width: auto;
  height: 28px;
  margin: 0; }
  .plus_top_ad_btn a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
    color: #e96350;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    padding: 0 5px; }

.plus_top_ad_close {
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer; }
  .plus_top_ad_close::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    display: block;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: -1px; }
  .plus_top_ad_close::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: -1px; }

.showPlusAd {
  margin: 70px auto 0 auto; }
  @media all and (max-width: 991px) {
    .showPlusAd {
      margin: 73px auto 0 auto; } }

footer {
  width: 100%;
  height: 100px;
  background-color: #343a40; }

.breadcrumb_block {
  font-size: 15px;
  line-height: 20px;
  color: #343A40;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .breadcrumb_block {
      line-height: 18px; } }
  .breadcrumb_block a {
    font-size: 15px;
    line-height: 20px;
    color: #343A40; }
    @media all and (max-width: 991px) {
      .breadcrumb_block a {
        line-height: 18px; } }

.class_card_new_tag {
  width: 40px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #229ad3;
  border-radius: 11px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10; }
  @media all and (max-width: 991px) {
    .class_card_new_tag {
      top: 7px;
      left: 6px; } }

.class_card_hot_tag {
  width: 40px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #960099;
  border-radius: 11px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10; }
  @media all and (max-width: 991px) {
    .class_card_hot_tag {
      top: 7px;
      left: 6px; } }

.class_card_will_no_longer_be_sold_tag {
  width: 70px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #ff0000;
  border-radius: 11px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10; }
  @media all and (max-width: 991px) {
    .class_card_will_no_longer_be_sold_tag {
      top: 7px;
      left: 6px; } }

.class_card_minute {
  height: 22px;
  line-height: 22px;
  color: #d8d8d8;
  font-size: 13px;
  text-align: center;
  background-color: #000;
  padding: 0 12px;
  border-radius: 11px;
  position: absolute;
  right: 8px;
  bottom: 9px;
  z-index: 10; }
  @media all and (max-width: 991px) {
    .class_card_minute {
      right: 6px;
      bottom: 7px; } }

.class_top_tag_Beginner {
  height: 28px;
  font-size: 12px;
  line-height: 26px;
  color: #05ce84;
  text-align: center;
  border: 1px solid #05ce84;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  padding: 0 12px;
  border-radius: 14px; }

.class_top_tag_item, .audiobook_top_tag_item {
  height: 28px;
  font-size: 12px;
  line-height: 26px;
  color: #000;
  text-align: center;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  padding: 0 12px;
  border-radius: 14px; }

.audiobook_top_tag_item {
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  color: #000;
  text-align: center;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  padding: 0 12px;
  border-radius: 14px; }
  @media all and (max-width: 1199px) {
    .audiobook_top_tag_item {
      background-color: #fff; } }

.plus_pop_bk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.plus_go_subscribe_pop_block {
  width: 96%;
  max-width: 600px;
  max-height: 80%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow-y: auto; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_block {
      max-height: 96%; } }

.plus_pop_header_bar {
  width: 100%;
  min-height: 48px;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #B9B9B9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_pop_header_bar_text {
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  padding: 0 55px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_pop_close_28x28 {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 14px; }
  .plus_pop_close_28x28::before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    display: block;
    background-color: #000000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
    left: -4px; }
  .plus_pop_close_28x28::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    left: -4px; }

.plus_go_subscribe_pop_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0 10px 0; }

.plus_go_subscribe_pop_text {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chunghwaBindEmailTipsTitle {
  font-size: 21px;
  font-weight: bold !important;
  padding: 0 0 20px 0 !important; }

.chunghwaBindEmailTipsContent {
  font-size: 16px !important; }

.plus_go_subscribe_pop_btn_list {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.plus_go_subscribe_pop_btn_blue {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  border: solid 1px #239dd5;
  background: #239dd5;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .plus_go_subscribe_pop_btn_blue:hover {
    border-color: #41aee0;
    background-color: #41aee0; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_blue {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_btn_blue_line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  color: #239dd5;
  border-radius: 0;
  border: solid 1px #239dd5;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .plus_go_subscribe_pop_btn_blue_line:hover {
    border-color: #41aee0;
    background-color: #f9fcfe; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_blue_line {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_btn_red {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border: solid 1px #EC624F;
  background: #EC624F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .plus_go_subscribe_pop_btn_red:hover {
    border-color: #f08374;
    background-color: #f08374; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_red {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_info {
  width: 90%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  margin: 0 auto 20px auto;
  word-wrap: break-word;
  word-break: break-all; }
  .plus_go_subscribe_pop_info a {
    font-size: 16px;
    line-height: 20px;
    color: #239dd5;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all; }

.popup_block {
  display: block !important; }

.pop_bk {
  display: block !important; }

.main {
  width: 100%;
  padding: 45px 0 0 0;
  overflow: hidden; }
  @media all and (max-width: 991px) {
    .main {
      padding: 56px 0 0 0; } }

.index_main {
  background-color: #343a40;
  position: relative;
  overflow: hidden; }

.plus_grey_bk {
  background-color: #F1F1F1; }
