.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; }

.index_page .class_card_pic,
.class_page .class_card_pic,
.all_class_page .class_card_pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 168px;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 56% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .index_page .class_card_pic,
    .class_page .class_card_pic,
    .all_class_page .class_card_pic {
      width: 140px;
      padding: 0; } }
  .index_page .class_card_pic img,
  .class_page .class_card_pic img,
  .all_class_page .class_card_pic img {
    width: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media all and (max-width: 991px) {
      .index_page .class_card_pic img,
      .class_page .class_card_pic img,
      .all_class_page .class_card_pic img {
        width: auto;
        height: 100%;
        position: relative;
        min-width: 250px; } }

.index_page .class_card_intermediate_tag,
.class_page .class_card_intermediate_tag,
.all_class_page .class_card_intermediate_tag {
  width: 40px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  border-radius: 11px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #fd9c00;
  border: 1px solid #fd9c00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  @media all and (max-width: 991px) {
    .index_page .class_card_intermediate_tag,
    .class_page .class_card_intermediate_tag,
    .all_class_page .class_card_intermediate_tag {
      top: 7px;
      right: 6px; } }

.index_page .class_card_advanced_tag,
.class_page .class_card_advanced_tag,
.all_class_page .class_card_advanced_tag {
  width: 40px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  border-radius: 11px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #de4123;
  border: 1px solid #de4123;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  @media all and (max-width: 991px) {
    .index_page .class_card_advanced_tag,
    .class_page .class_card_advanced_tag,
    .all_class_page .class_card_advanced_tag {
      top: 7px;
      right: 6px; } }

.index_page .class_card_content,
.class_page .class_card_content,
.all_class_page .class_card_content {
  width: 100%;
  position: relative;
  padding: 11px 12px 4px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px; }
  @media all and (max-width: 991px) {
    .index_page .class_card_content,
    .class_page .class_card_content,
    .all_class_page .class_card_content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 140px;
      padding: 10px 12px 0 12px; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_content,
    .class_page .class_card_content,
    .all_class_page .class_card_content {
      padding: 8px 6px 0 6px; } }

.index_page .class_card_teacher,
.class_page .class_card_teacher,
.all_class_page .class_card_teacher {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  overflow: hidden;
  color: #229ad3;
  margin: 0 0 8px 0;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .index_page .class_card_teacher,
    .class_page .class_card_teacher,
    .all_class_page .class_card_teacher {
      margin: 0 0 5px 0; } }

.index_page .class_card_title,
.class_page .class_card_title,
.all_class_page .class_card_title {
  width: 100%;
  min-height: 22px;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media all and (max-width: 991px) {
    .index_page .class_card_title,
    .class_page .class_card_title,
    .all_class_page .class_card_title {
      margin: 0 0 7px 0; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_title,
    .class_page .class_card_title,
    .all_class_page .class_card_title {
      font-size: 16px;
      line-height: 20px;
      height: 40px;
      margin: 0 0 6px 0; } }
  @media all and (max-width: 320px) {
    .index_page .class_card_title,
    .class_page .class_card_title,
    .all_class_page .class_card_title {
      font-size: 15px;
      height: 16px;
      margin: 0 0 5px 0; } }

.index_page .class_card_list,
.class_page .class_card_list,
.all_class_page .class_card_list {
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #484848;
  font-size: 14px;
  margin: 0 0 9px 0;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .index_page .class_card_list,
    .class_page .class_card_list,
    .all_class_page .class_card_list {
      margin: 0 0 8px 0; } }
  @media all and (max-width: 400px) {
    .index_page .class_card_list,
    .class_page .class_card_list,
    .all_class_page .class_card_list {
      font-size: 13px;
      height: 15px;
      line-height: 15px;
      margin: 0 0 6px 0; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_list,
    .class_page .class_card_list,
    .all_class_page .class_card_list {
      font-size: 12px;
      height: 14px;
      line-height: 14px; } }

.index_page .class_card_tag_block,
.class_page .class_card_tag_block,
.all_class_page .class_card_tag_block {
  width: calc(100% - 25px);
  overflow: hidden;
  height: 28px; }
  @media all and (max-width: 575px) {
    .index_page .class_card_tag_block,
    .class_page .class_card_tag_block,
    .all_class_page .class_card_tag_block {
      height: 26px; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_tag_block,
    .class_page .class_card_tag_block,
    .all_class_page .class_card_tag_block {
      height: 24px; } }

.index_page .class_card_tag,
.class_page .class_card_tag,
.all_class_page .class_card_tag {
  height: 28px;
  background-color: #efefef;
  line-height: 28px;
  color: #000;
  text-align: center;
  font-size: 12px;
  float: left;
  margin: 0 8px 3px 0;
  padding: 0 14px;
  border-radius: 14px; }
  @media all and (max-width: 1199px) {
    .index_page .class_card_tag,
    .class_page .class_card_tag,
    .all_class_page .class_card_tag {
      padding: 0 10px; } }
  @media all and (max-width: 575px) {
    .index_page .class_card_tag,
    .class_page .class_card_tag,
    .all_class_page .class_card_tag {
      height: 26px;
      line-height: 26px;
      padding: 0 6px;
      border-radius: 13px;
      margin: 0 5px 2px 0; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_tag,
    .class_page .class_card_tag,
    .all_class_page .class_card_tag {
      height: 24px;
      line-height: 24px;
      padding: 0 3px;
      border-radius: 13px;
      margin: 0 4px 2px 0; } }

.index_page .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 28px 1%;
  border: 1px solid #fff; }
  @media all and (max-width: 991px) {
    .index_page .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .index_page .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.index_page .index_content_sort_class_block .class_card {
  width: 23% !important;
  min-width: auto;
  max-width: 23%; }
  @media all and (max-width: 991px) {
    .index_page .index_content_sort_class_block .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .index_page .index_content_sort_class_block .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.index_page .index_content_new_class_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 23%;
  max-width: 300px; }

.all_class_page .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 23%;
  width: 23%;
  margin: 0 1% 28px 1%;
  border: 1px solid #E4E4E4; }
  @media all and (max-width: 991px) {
    .all_class_page .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .all_class_page .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.class_page .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 31%;
  max-width: 300px;
  margin: 0 1% 28px 1%;
  border: 1px solid #E4E4E4; }
  @media all and (max-width: 1199px) {
    .class_page .class_card {
      width: 48%; } }
  @media all and (max-width: 991px) {
    .class_page .class_card {
      width: 100%;
      max-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .class_page .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.related-course-list-block .class_card {
  width: 23% !important;
  min-width: auto;
  max-width: 23%; }
  @media all and (max-width: 991px) {
    .related-course-list-block .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .related-course-list-block .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.plus_main, .plus_main_add {
  background-color: #343a40;
  min-width: 320px;
  min-height: 100%;
  overflow: hidden; }

.plus_top {
  width: 100%;
  max-width: 1290px;
  overflow: hidden;
  margin: 0 auto 90px auto;
  position: relative;
  padding: 0 0 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 1199px) {
    .plus_top {
      padding: 0 0 0 2.3%; } }
  @media all and (max-width: 991px) {
    .plus_top {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto 32px auto; } }
  @media all and (max-width: 360px) {
    .plus_top {
      padding: 0 10px; } }

.plus_left {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 9.4% 0 0 0; }
  @media all and (max-width: 991px) {
    .plus_left {
      width: 100%;
      max-width: 700px;
      margin: 37px auto 0 auto; } }

.plus_left_text_box {
  width: 100%;
  max-width: 450px; }
  @media all and (max-width: 991px) {
    .plus_left_text_box {
      max-width: 100%; } }

.plus_left_title {
  width: 100%;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px 0; }
  @media all and (max-width: 1199px) {
    .plus_left_title {
      font-size: 4vw; } }
  @media all and (max-width: 991px) {
    .plus_left_title {
      font-size: 48px;
      line-height: 50px;
      text-align: center; } }
  @media all and (max-width: 575px) {
    .plus_left_title {
      font-size: 32px;
      line-height: 34px;
      margin: 0 0 17px 0; } }
  @media all and (max-width: 360px) {
    .plus_left_title {
      font-size: 30px;
      line-height: 32px;
      margin: 0 0 17px 0; } }

.plus_left_text1 {
  width: 100%;
  font-size: 32px;
  line-height: 35px;
  color: #fff;
  margin: 0 0 15px 0; }
  @media all and (max-width: 1199px) {
    .plus_left_text1 {
      font-size: 2.7vw;
      line-height: 3vw; } }
  @media all and (max-width: 991px) {
    .plus_left_text1 {
      font-size: 32px;
      line-height: 35px;
      text-align: center; } }
  @media all and (max-width: 575px) {
    .plus_left_text1 {
      font-size: 22px;
      line-height: 24px;
      margin: 0 0 13px 0; } }
  @media all and (max-width: 360px) {
    .plus_left_text1 {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 12px 0; } }

.plus_left_text2 {
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  color: #fff; }
  @media all and (max-width: 1199px) {
    .plus_left_text2 {
      font-size: 1.3vw;
      line-height: 1.5vw; } }
  @media all and (max-width: 991px) {
    .plus_left_text2 {
      font-size: 15px;
      line-height: 20px;
      text-align: center; } }
  @media all and (max-width: 360px) {
    .plus_left_text2 {
      font-size: 13px;
      line-height: 18px; } }

.plus_left_plan_box {
  margin: 25% 0 0 6px; }
  @media all and (max-width: 991px) {
    .plus_left_plan_box {
      margin: 33px 0 0 0; } }

.plus_plan_tab_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 1199px) {
    .plus_plan_tab_block {
      margin: 0 0 20px 0; } }
  @media all and (max-width: 360px) {
    .plus_plan_tab_block {
      padding: 0 12px; } }

.plus_plan_tab_active {
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  position: relative;
  margin: 0 8% 0 0;
  cursor: pointer; }
  .plus_plan_tab_active::after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0; }
  .plus_plan_tab_active:last-child {
    margin: 0; }
  @media all and (max-width: 991px) {
    .plus_plan_tab_active {
      font-size: 17px; } }
  @media all and (max-width: 360px) {
    .plus_plan_tab_active {
      font-size: 16px;
      margin: 0 6% 0 0; } }

.plus_plan_tab {
  color: #999999;
  width: 110px;
  height: 40px;
  font-size: 22px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin: 0 8% 0 0;
  white-space: nowrap; }
  .plus_plan_tab:last-child {
    margin: 0; }
  @media all and (max-width: 991px) {
    .plus_plan_tab {
      font-size: 17px; } }
  @media all and (max-width: 360px) {
    .plus_plan_tab {
      font-size: 16px;
      margin: 0 6% 0 0; } }

.plus_plen_sale_ribon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10px; }
  @media all and (max-width: 575px) {
    .plus_plen_sale_ribon {
      width: 70px;
      height: 70px; } }

.plus_plan_tab_content {
  width: 100%;
  max-width: 450px;
  background-color: #76828e;
  background-color: rgba(118, 130, 142, 0.2);
  border-radius: 12px;
  position: relative;
  padding: 39px 8.6% 30px 6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 991px) {
    .plus_plan_tab_content {
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (max-width: 575px) {
    .plus_plan_tab_content {
      padding: 20px 6% 18px 5%; } }
  @media all and (max-width: 360px) {
    .plus_plan_tab_content {
      padding: 20px 4.1% 18px 3.6%; } }

#PLUS_TAB_CONTENT3 {
  width: 100%;
  max-width: 450px;
  background-color: #76828e;
  background-color: rgba(118, 130, 142, 0.2);
  border-radius: 12px;
  position: relative;
  padding: 18px 8.6% 20px 6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 991px) {
    #PLUS_TAB_CONTENT3 {
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (max-width: 575px) {
    #PLUS_TAB_CONTENT3 {
      padding: 15px 6% 18px 5%; } }
  @media all and (max-width: 360px) {
    #PLUS_TAB_CONTENT3 {
      padding: 15px 4.1% 18px 3.6%; } }

.plus_plan_tab_content_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media all and (max-width: 991px) {
    .plus_plan_tab_content_left {
      max-width: 320px;
      margin: 0 10px 0 0; } }

.plus_plan_tips_chunghwa {
  max-width: 210px;
  min-height: 28px;
  border-radius: 16px;
  background-color: #fff;
  padding: 2px 15px;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #2E77BB;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 575px) {
    .plus_plan_tips_chunghwa {
      max-width: 180px;
      min-height: 26px;
      border-radius: 14px;
      font-size: 16px;
      line-height: 22px;
      padding: 2px 10px; } }
  @media all and (max-width: 360px) {
    .plus_plan_tips_chunghwa {
      max-width: 170px;
      min-height: 25px;
      border-radius: 14px;
      font-size: 15px;
      line-height: 21px;
      padding: 2px 10px; } }

.plus_plan_orang_price {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 9px 0; }
  .plus_plan_orang_price span {
    text-decoration: line-through; }
  @media all and (max-width: 575px) {
    .plus_plan_orang_price {
      font-size: 21px;
      line-height: 23px;
      margin: 0 0 4px 0; } }
  @media all and (max-width: 360px) {
    .plus_plan_orang_price {
      font-size: 18px;
      line-height: 20px;
      margin: 0 0 2px 0; } }

.plus_plan_sale_price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 9px 0;
  position: relative;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_plan_sale_price_dollar_sign {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0; }
  @media all and (max-width: 575px) {
    .plus_plan_sale_price_dollar_sign {
      font-size: 25px;
      line-height: 27px; } }

.plus_plan_sale_price {
  font-size: 78px;
  font-weight: bold;
  line-height: 80px;
  height: 80px;
  color: #fff; }
  @media all and (max-width: 575px) {
    .plus_plan_sale_price {
      font-size: 54px;
      line-height: 56px;
      height: 56px; } }

.plus_plan_sale_price_text1 {
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  color: #fff;
  margin: 0 0 10px 0; }
  @media all and (max-width: 575px) {
    .plus_plan_sale_price_text1 {
      font-size: 12px; } }

.plus_plan_price_explanation_list {
  min-height: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 575px) {
    .plus_plan_price_explanation_list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.plus_plan_early_bird_tag {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  padding: 0 8px;
  white-space: nowrap;
  color: #000;
  background-color: #FFE452;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6px 0 0; }
  @media all and (max-width: 575px) {
    .plus_plan_early_bird_tag {
      padding: 0 3px; } }
  @media all and (max-width: 360px) {
    .plus_plan_early_bird_tag {
      font-size: 14px;
      padding: 0 5px;
      margin: 0 6px 5px 0; } }

.plus_plan_early_bird_text {
  min-height: 24px;
  max-width: 210px;
  color: #FFE452;
  font-size: 16px;
  line-height: 24px;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 360px) {
    .plus_plan_early_bird_text {
      font-size: 14px; } }

.plus_plan_tab_content_btn {
  width: 31.332%;
  max-width: 120px;
  height: 72px; }
  .plus_plan_tab_content_btn a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 72px;
    background: -webkit-linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%);
    background: -o-linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%);
    background: linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%); }
    @media all and (max-width: 575px) {
      .plus_plan_tab_content_btn a {
        font-size: 18px; } }
    @media all and (max-width: 360px) {
      .plus_plan_tab_content_btn a {
        font-size: 17px; } }
  @media all and (max-width: 991px) {
    .plus_plan_tab_content_btn {
      width: 31.332%;
      max-width: 31.332%; } }

.plus_study_block {
  width: 100%;
  margin: 13% 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 1199px) {
    .plus_study_block {
      margin: 8% 0 0 0; } }
  @media all and (max-width: 991px) {
    .plus_study_block {
      display: block;
      margin: 54px 0 0 0; } }
  .plus_study_block .plus_study_block_left {
    width: 56.269%;
    background-image: url("/themes/custom/omia_theme/images/omia/plus_study_block_left_bk.jpg");
    background-size: 93.145% auto;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative; }
    @media all and (max-width: 991px) {
      .plus_study_block .plus_study_block_left {
        width: 100%;
        max-width: 600px;
        background-image: url("/themes/custom/omia_theme/images/omia/ph_plus_study_block_left_bk.jpg");
        background-size: auto 100%;
        background-position: center top;
        margin: 0 auto; } }
  .plus_study_block .plus_study_block_space {
    display: block; }
    @media all and (max-width: 991px) {
      .plus_study_block .plus_study_block_space {
        display: none; } }
  .plus_study_block .ph_plus_study_block_space {
    display: none; }
    @media all and (max-width: 991px) {
      .plus_study_block .ph_plus_study_block_space {
        display: block; } }
  .plus_study_block .plus_study_block_left_text {
    width: 35%;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #fff;
    position: absolute;
    top: 13.432%;
    left: 0; }
    @media all and (max-width: 1290px) {
      .plus_study_block .plus_study_block_left_text {
        font-size: 3.6vw;
        line-height: 4vw; } }
    @media all and (max-width: 991px) {
      .plus_study_block .plus_study_block_left_text {
        width: 250px;
        font-size: 32px;
        line-height: 42px;
        top: 5.567%; } }
    @media all and (max-width: 575px) {
      .plus_study_block .plus_study_block_left_text {
        width: 160px;
        font-size: 32px;
        line-height: 42px;
        top: 5.567%; } }
    @media all and (max-width: 575px) {
      .plus_study_block .plus_study_block_left_text {
        width: 150px;
        font-size: 26px;
        line-height: 36px;
        top: 5.567%; } }
  .plus_study_block .plus_study_block_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20% 2% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 1199px) {
      .plus_study_block .plus_study_block_right {
        max-width: 700px;
        padding: 11% 2% 0 0;
        margin: 0 auto; } }
    @media all and (max-width: 991px) {
      .plus_study_block .plus_study_block_right {
        padding: 43px 0 0 0; } }

.plus_study_block_right_title1 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  min-height: 32px;
  line-height: 32px;
  margin: 0 0 15px 0; }
  @media all and (max-width: 575px) {
    .plus_study_block_right_title1 {
      font-size: 22px;
      margin: 0 0 13px 0; } }

.plus_study_block_right_title2 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  min-height: 32px;
  line-height: 32px;
  margin: 0 0 27px 0; }
  @media all and (max-width: 575px) {
    .plus_study_block_right_title2 {
      font-size: 22px;
      margin: 0 0 13px 0; } }

.plus_study_block_right_text1 {
  font-size: 17px;
  color: #fff;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 25px 0; }
  @media all and (max-width: 1199px) {
    .plus_study_block_right_text1 {
      margin: 0 0 50px 0; } }
  @media all and (max-width: 575px) {
    .plus_study_block_right_text1 {
      font-size: 16px;
      line-height: 25px; } }

.plus_study_block_right_text2 {
  font-size: 17px;
  color: #fff;
  min-height: 26px;
  line-height: 26px;
  margin: 0 0 25px 0; }
  @media all and (max-width: 575px) {
    .plus_study_block_right_text2 {
      font-size: 16px;
      line-height: 25px;
      margin: 0 0 30px 0; } }

.plus_study_block_right_item {
  min-height: 20px;
  line-height: 20px;
  padding: 0 0 0 32px;
  color: #fff;
  font-size: 17px;
  position: relative;
  margin: 0 0 12px 0; }
  @media all and (max-width: 575px) {
    .plus_study_block_right_item {
      font-size: 16px;
      padding: 0 0 0 23px;
      margin: 0 0 7px 0; } }

.plus_study_block_right_tick {
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 10px;
  background: -webkit-linear-gradient(315deg, #ff7464 0%, #d93ede 100%);
  background: -o-linear-gradient(315deg, #ff7464 0%, #d93ede 100%);
  background: linear-gradient(135deg, #ff7464 0%, #d93ede 100%);
  position: relative;
  position: absolute;
  top: 0;
  left: 3px; }
  .plus_study_block_right_tick::before {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid #343A40;
    border-bottom: 2px solid #343A40;
    position: absolute;
    top: 7px;
    left: 6px; }
  @media all and (max-width: 575px) {
    .plus_study_block_right_tick {
      width: 15px;
      height: 15px;
      top: 2px;
      left: 0; }
      .plus_study_block_right_tick::before {
        content: "";
        display: block;
        width: 8px;
        height: 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 2px solid #343A40;
        border-bottom: 2px solid #343A40;
        position: absolute;
        top: 5px;
        left: 4px; } }

.plus_small_bit_block {
  width: 100%;
  max-width: 1160px;
  overflow: hidden;
  margin: 0 auto 120px auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .plus_small_bit_block {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto 50px auto; } }
  @media all and (max-width: 360px) {
    .plus_small_bit_block {
      padding: 0 10px; } }

.plus_small_bit_title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  margin: 0 0 20px 0;
  text-align: center; }
  @media all and (max-width: 575px) {
    .plus_small_bit_title {
      font-size: 32px;
      line-height: 36px;
      margin: 0 0 12px 0; } }

.plus_small_bit_text {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  height: 22px;
  margin: 0 0 40px 0;
  text-align: center; }
  @media all and (max-width: 575px) {
    .plus_small_bit_text {
      font-size: 16px;
      margin: 0 0 33px 0; } }

.plus_small_bit_list {
  width: 100%;
  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; }
  @media all and (max-width: 575px) {
    .plus_small_bit_list {
      max-width: 800px;
      text-align: center; } }

.plus_small_bit_box_content {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.plus_small_bit_box_content_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 767px) {
    .plus_small_bit_box_content_a {
      width: 100%;
      margin: 0 0 22px 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (max-width: 575px) {
    .plus_small_bit_box_content_a {
      width: 100%;
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.plus_small_bit_box_content_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 767px) {
    .plus_small_bit_box_content_b {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.plus_small_bit_box1,
.plus_small_bit_box2,
.plus_small_bit_box3,
.plus_small_bit_box4 {
  width: 240px;
  min-height: 240px;
  cursor: pointer;
  margin: 0 25px;
  border-radius: 36px;
  overflow: hidden;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .plus_small_bit_box1::before,
  .plus_small_bit_box2::before,
  .plus_small_bit_box3::before,
  .plus_small_bit_box4::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.4;
    background-size: cover;
    background-position: center; }
  @media all and (max-width: 1199px) {
    .plus_small_bit_box1,
    .plus_small_bit_box2,
    .plus_small_bit_box3,
    .plus_small_bit_box4 {
      margin: 0 1.5%; } }
  @media all and (max-width: 991px) {
    .plus_small_bit_box1,
    .plus_small_bit_box2,
    .plus_small_bit_box3,
    .plus_small_bit_box4 {
      width: 164px;
      min-height: 164px;
      border-radius: 18px; } }
  @media all and (max-width: 575px) {
    .plus_small_bit_box1,
    .plus_small_bit_box2,
    .plus_small_bit_box3,
    .plus_small_bit_box4 {
      width: 46%;
      margin: 0 2% 20px 2%; } }

.plus_small_bit_box1::before {
  background-image: url("/themes/custom/omia_theme/images/omia/small_bit_box1_bk.png"); }

.plus_small_bit_box2::before {
  background-image: url("/themes/custom/omia_theme/images/omia/small_bit_box2_bk.png"); }

.plus_small_bit_box3::before {
  background-image: url("/themes/custom/omia_theme/images/omia/small_bit_box3_bk.png"); }

.plus_small_bit_box4::before {
  background-image: url("/themes/custom/omia_theme/images/omia/small_bit_box4_bk.png"); }

.plus_small_bit_box_title {
  width: 100%;
  font-size: 78px;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0; }
  @media all and (max-width: 1199px) {
    .plus_small_bit_box_title {
      font-size: 7vw; } }
  @media all and (max-width: 991px) {
    .plus_small_bit_box_title {
      font-size: 52px;
      line-height: 54px;
      margin: 0 0 16px 0; } }
  @media all and (max-width: 991px) {
    .plus_small_bit_box_title {
      font-size: 51px;
      line-height: 53px;
      margin: 0 0 15px 0; } }
  @media all and (max-width: 360px) {
    .plus_small_bit_box_title {
      font-size: 42px;
      line-height: 38px;
      margin: 0 0 12px 0; } }

.plus_small_bit_box_text1 {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 14px 0; }
  @media all and (max-width: 991px) {
    .plus_small_bit_box_text1 {
      height: 37px; } }

.plus_small_bit_box_text_center {
  width: 60px;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
  padding: 0 0 18px 0; }
  .plus_small_bit_box_text_center::after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #2198D1;
    position: absolute;
    left: 0;
    bottom: 0; }
  @media all and (max-width: 991px) {
    .plus_small_bit_box_text_center {
      width: 40px;
      font-size: 20px;
      line-height: 22px;
      padding: 0 0 15px 0; } }

.plus_small_bit_box_text2 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-align: center; }
  @media all and (max-width: 991px) {
    .plus_small_bit_box_text2 {
      font-size: 16px;
      line-height: 18px; } }

.plus_explore_block {
  width: 100%; }

.plus_explore_title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  margin: 0 0 14px 0;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 575px) {
    .plus_explore_title {
      font-size: 32px;
      line-height: 36px;
      margin: 0 0 12px 0; } }

.plus_explore_text {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  min-height: 22px;
  margin: 0 0 40px 0;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 575px) {
    .plus_explore_text {
      margin: 0 0 22px 0;
      font-size: 16px;
      line-height: 18px; } }

.plus_explore_tag_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1290px;
  overflow: hidden;
  margin: 0 auto 50px auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 1199px) {
    .plus_explore_tag_block {
      padding: 0 0 0 2.2%; } }
  @media all and (max-width: 991px) {
    .plus_explore_tag_block {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto 20px auto; } }
  @media all and (max-width: 360px) {
    .plus_explore_tag_block {
      padding: 0 10px;
      margin: 0 auto 15px auto; } }

.plus_explore_tag {
  height: 40px;
  margin: 0 6px 12px 6px; }
  @media all and (max-width: 991px) {
    .plus_explore_tag {
      height: 36px;
      margin: 0 6px 18px 6px; } }
  .plus_explore_tag a:link,
  .plus_explore_tag a:visited {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #0a1119 solid;
    border-radius: 20px;
    background-color: #272d33;
    padding: 0 18px; }
    @media all and (max-width: 991px) {
      .plus_explore_tag a:link,
      .plus_explore_tag a:visited {
        font-size: 15px;
        line-height: 34px; } }
  .plus_explore_tag a:hover,
  .plus_explore_tag a:active {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #0a1119 solid;
    border-radius: 20px;
    background-color: #229ad3;
    border: 1px solid #229ad3;
    padding: 0 18px; }
    @media all and (max-width: 991px) {
      .plus_explore_tag a:hover,
      .plus_explore_tag a:active {
        font-size: 15px;
        line-height: 36px; } }

.plus_explore_tag_active a {
  color: #fff !important;
  background: -webkit-linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%);
  background: -o-linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%);
  background: linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%);
  border: none !important;
  line-height: 38px !important; }
  @media all and (max-width: 991px) {
    .plus_explore_tag_active a {
      line-height: 36px !important; } }

.index_content_sort_class_block {
  width: 96%;
  max-width: 1290px;
  overflow: hidden;
  margin: 0 auto 120px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .index_content_sort_class_block {
      padding: 0 0 0 2.2%; } }
  @media all and (max-width: 991px) {
    .index_content_sort_class_block {
      width: 100%;
      padding: 0 20px;
      margin: 0 auto 54px auto; } }
  @media all and (max-width: 360px) {
    .index_content_sort_class_block {
      padding: 0 10px; } }

.index_content_blue_line_title_80 {
  width: 100%;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin: 0 0 11px 0;
  position: relative;
  clear: both; }
  .index_content_blue_line_title_80::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #229ad3;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media all and (max-width: 991px) {
      .index_content_blue_line_title_80::after {
        display: none; } }
  @media all and (max-width: 991px) {
    .index_content_blue_line_title_80 {
      font-size: 24px;
      line-height: 26px;
      padding: 0;
      margin: 0 auto 9px auto;
      padding: 0 0 0 11px; } }

.plus_content_sort_class_text {
  width: 100%;
  min-height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 0 30px 0 0;
  margin: 0 0 26px 0;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .plus_content_sort_class_text {
      font-size: 16px;
      line-height: 18px;
      min-height: 18px;
      margin: 0 0 19px 0;
      padding: 0 0 0 12px; } }

.index_content_sort_class_main {
  width: 102%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1%; }
  @media all and (max-width: 991px) {
    .index_content_sort_class_main {
      width: 100%;
      display: block;
      margin: 0; } }

.plus_teacher_block {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_teacher_swiper {
  width: 95.6%;
  max-width: 1290px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .plus_teacher_swiper {
      width: calc(100%-40px); } }
  @media all and (max-width: 360px) {
    .plus_teacher_swiper {
      width: calc(100%-20px); } }

.plus_teacher_block_bk {
  width: 100%;
  height: 63px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0; }

.plus_teacher_title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  margin: 0 0 20px 0;
  text-align: center; }
  @media all and (max-width: 575px) {
    .plus_teacher_title {
      font-size: 32px;
      line-height: 36px;
      margin: 0 0 12px 0; } }

.plus_teacher_text {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  height: 22px;
  margin: 0 0 78px 0;
  text-align: center; }
  @media all and (max-width: 991px) {
    .plus_teacher_text {
      margin: 0 0 50px 0; } }
  @media all and (max-width: 575px) {
    .plus_teacher_text {
      font-size: 16px;
      margin: 0 0 20px 0; } }

.plus_teacher_info {
  position: relative;
  cursor: pointer; }

.plus_teacher_swiper_text_block {
  width: 100%;
  height: 100%;
  padding: 43% 20px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(55%, black), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 55%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 55%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 55%, black 100%);
  -webkit-transition: top 0s ease;
  -o-transition: top 0s ease;
  transition: top 0s ease; }
  @media all and (max-width: 1199px) {
    .plus_teacher_swiper_text_block {
      padding: 40% 20px 0 20px; } }
  @media all and (max-width: 1000px) {
    .plus_teacher_swiper_text_block {
      padding: 37% 20px 0 20px; } }
  @media all and (max-width: 575px) {
    .plus_teacher_swiper_text_block {
      padding: 37% 15px 0 15px; } }
  .plus_teacher_swiper_text_block .plus_teacher_swiper_text {
    display: none; }

.plus_teacher_swiper_text_block_active {
  padding: 0 20px !important;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .plus_teacher_swiper_text_block_active .plus_teacher_swiper_text {
    display: block; }

.swiper-slide {
  border-radius: 12px;
  overflow: hidden; }

.plus_teacher_swiper_name {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 5px 0;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 1199px) {
    .plus_teacher_swiper_name {
      font-size: 2.3vw;
      line-height: 2.4vw; } }
  @media all and (max-width: 991px) {
    .plus_teacher_swiper_name {
      font-size: 27px;
      line-height: 30px; } }
  @media all and (max-width: 767px) {
    .plus_teacher_swiper_name {
      font-size: 32px;
      list-style: 34px; } }
  @media all and (max-width: 575px) {
    .plus_teacher_swiper_name {
      font-size: 18px; } }
  @media all and (max-width: 360px) {
    .plus_teacher_swiper_name {
      font-size: 15px;
      list-style: 17px;
      margin: 0 0 1px 0; } }

.plus_teacher_swiper_ribon {
  width: 100%;
  height: 6px;
  position: relative;
  margin: 0 0 9px 0;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .plus_teacher_swiper_ribon::before {
    content: "";
    display: block;
    width: 15px;
    height: 6px;
    background-color: #229AD3;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%); }
    @media all and (max-width: 360px) {
      .plus_teacher_swiper_ribon::before {
        width: 8px;
        height: 3px; } }
  .plus_teacher_swiper_ribon::after {
    content: "";
    display: block;
    width: 15px;
    height: 6px;
    background-color: #229AD3;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0); }
    @media all and (max-width: 360px) {
      .plus_teacher_swiper_ribon::after {
        width: 8px;
        height: 3px; } }
  @media all and (max-width: 360px) {
    .plus_teacher_swiper_ribon {
      height: 3px;
      margin: 0 0 5px 0; } }

.plus_teacher_swiper_title {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 1199px) {
    .plus_teacher_swiper_title {
      font-size: 15px; } }
  @media all and (max-width: 991px) {
    .plus_teacher_swiper_title {
      font-size: 17px;
      line-height: 31px; } }
  @media all and (max-width: 767px) {
    .plus_teacher_swiper_title {
      font-size: 3.9vw;
      line-height: 4.2vw; } }
  @media all and (max-width: 575px) {
    .plus_teacher_swiper_title {
      font-size: 12px;
      line-height: 16px;
      margin: 0 0 12px 0; } }

.plus_teacher_swiper_text {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 1199px) {
    .plus_teacher_swiper_text {
      font-size: 15px;
      line-height: 20px; } }
  @media all and (max-width: 991px) {
    .plus_teacher_swiper_text {
      font-size: 16px;
      line-height: 21px; } }
  @media all and (max-width: 767px) {
    .plus_teacher_swiper_text {
      font-size: 15px;
      line-height: 20px; } }
  @media all and (max-width: 575px) {
    .plus_teacher_swiper_text {
      font-size: 14px;
      line-height: 19px; } }

.plus_white_bk {
  width: 100%;
  background-color: #fff;
  padding: 90px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  @media all and (max-width: 991px) {
    .plus_white_bk {
      width: 100%;
      padding: 50px 20px 0 20px; } }
  @media all and (max-width: 360px) {
    .plus_white_bk {
      padding: 50px 10px 0 10px; } }

.plus_student_block {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .plus_student_block {
      width: 100%;
      margin: 0 auto 40px auto; } }
  @media all and (max-width: 991px) {
    .plus_student_block {
      margin: 0 auto 20px auto; } }

.plus_student_title {
  width: 100%;
  color: #343A40;
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  margin: 0 auto 20px auto;
  text-align: center; }
  @media all and (max-width: 575px) {
    .plus_student_title {
      font-size: 32px;
      line-height: 36px;
      margin: 0 0 12px 0; } }

.plus_student_text {
  width: 100%;
  color: #343A40;
  font-size: 20px;
  line-height: 22px;
  height: 22px;
  margin: 0 auto 60px auto;
  text-align: center; }
  @media all and (max-width: 991px) {
    .plus_student_text {
      margin: 0 0 50px 0; } }
  @media all and (max-width: 575px) {
    .plus_student_text {
      font-size: 16px;
      margin: 0 0 20px 0; } }

.plus_student_box {
  width: 100%;
  color: #fff;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 60px 5% 73px 5%;
  background-color: #343A40;
  line-height: 26px;
  position: relative;
  margin: 0 0 40px 0;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .plus_student_box {
      margin: 0 0 30px 0; } }
  @media all and (max-width: 575px) {
    .plus_student_box {
      border-radius: 12px;
      font-size: 16px;
      padding: 30px 5% 20px 5%;
      margin: 0 0 20px 0; } }

.plus_student_tag_list {
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #343A40;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0 0; }

.plus_student_tag_text {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin: 0 27px 6px 0; }

.plus_student_tag {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 6px 6px 0;
  word-wrap: break-word;
  word-break: break-all; }

.plus_student_tag_icon1 {
  width: 61px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 48px;
  z-index: 10; }
  @media all and (max-width: 575px) {
    .plus_student_tag_icon1 {
      width: 25px;
      height: 17px;
      left: 19px; } }

.plus_student_tag_icon2 {
  width: 61px;
  height: 40px;
  position: absolute;
  right: 48px;
  bottom: -1px;
  z-index: 10; }
  @media all and (max-width: 575px) {
    .plus_student_tag_icon2 {
      width: 25px;
      height: 17px;
      right: 19px; } }

.plus_subscribe_block {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 119px auto;
  padding: 0 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .plus_subscribe_block {
      margin: 0 auto 60px auto;
      padding: 0; } }
  @media all and (max-width: 360px) {
    .plus_subscribe_block {
      margin: 0 auto 30px auto; } }

.plus_subscribe_title {
  width: 100%;
  color: #343A40;
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  margin: 0 auto 50px auto;
  text-align: center; }
  @media all and (max-width: 575px) {
    .plus_subscribe_title {
      font-size: 32px;
      line-height: 36px;
      margin: 0 0 20px 0; } }

.plus_subscribe_plan_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan_block {
      display: block; } }

.plus_subscribe_plan {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 400px;
  border-radius: 12px;
  background-color: #F1F1F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 35px;
  position: relative;
  box-sizing: border-box;
  margin: 0 1.5%; }
  @media all and (max-width: 1199px) {
    .plus_subscribe_plan {
      margin: 0 1%; } }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan {
      max-width: 96%;
      padding: 30px 20px 25px 20px;
      margin: 0 auto  15px auto; } }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan {
      padding: 25px 12px 20px 12px;
      border-radius: 6px; } }

.plus_subscribe_plen_sale_ribon {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10px; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plen_sale_ribon {
      width: 90px;
      height: 90px; } }
  @media all and (max-width: 575px) {
    .plus_subscribe_plen_sale_ribon {
      width: 60px;
      height: 60px;
      top: -3px;
      right: -3px; } }

.plus_subscribe_plan_title {
  min-height: 84px;
  width: 100%;
  font-size: 38px;
  line-height: 42px;
  color: #343A40;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px 0; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan_title {
      min-height: 30px;
      font-size: 26px;
      line-height: 30px; } }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan_title {
      min-height: 20px;
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 12px 0; } }

.plus_subscribe_plan_original_price {
  width: 100%;
  font-size: 24px;
  color: #484848;
  text-decoration: line-through;
  padding: 0 0 0 22%;
  margin: 0 auto 8px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan_original_price {
      font-size: 20px;
      padding: 0;
      text-align: center;
      margin: 0 auto 6px auto; } }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan_original_price {
      font-size: 13px;
      line-height: 15px;
      margin: 0 0 5px 0; } }

.plus_subscribe_plan_sale_price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 15px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan_sale_price_list {
      height: 76px; } }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan_sale_price_list {
      height: 50px;
      margin: 0 0 14px 0; } }

.plus_subscribe_plan_sale_price_dollar_sign {
  font-size: 30px;
  line-height: 32px;
  color: #229AD3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 10px 0 0 0; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan_sale_price_dollar_sign {
      font-size: 26px;
      padding: 5px 0 0 0; } }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan_sale_price_dollar_sign {
      font-size: 21px;
      padding: 1px 0 0 0; } }

.plus_subscribe_plan_sale_price {
  font-size: 96px;
  font-weight: bold;
  line-height: 98px;
  height: 98px;
  color: #229AD3; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan_sale_price {
      font-size: 76px;
      line-height: 76px;
      height: 76px; } }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan_sale_price {
      font-size: 48px;
      line-height: 50px;
      height: 50px; } }

.plus_subscribe_plan_sale_price_text1 {
  font-size: 16px;
  line-height: 18px;
  color: #229AD3;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan_sale_price_text1 {
      padding: 0 0 7px 0; } }

.plus_subscribe_plan_info_list {
  width: 100%;
  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;
  margin: 0 auto 10px auto; }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan_info_list {
      margin: 0 auto 5px auto; } }
  .plus_subscribe_plan_info_list .plus_subscribe_plan_info_tag {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    color: #FFE452;
    background-color: #000;
    margin: 0 8px; }
    @media all and (max-width: 575px) {
      .plus_subscribe_plan_info_list .plus_subscribe_plan_info_tag {
        margin: 0 0 3px 3px; } }
    @media all and (max-width: 360px) {
      .plus_subscribe_plan_info_list .plus_subscribe_plan_info_tag {
        margin: 0 0 0 3px; } }
  .plus_subscribe_plan_info_list .plus_subscribe_plan_info_text {
    height: 24px;
    line-height: 24px;
    color: #000; }
    @media all and (max-width: 575px) {
      .plus_subscribe_plan_info_list .plus_subscribe_plan_info_text {
        text-align: center; } }
    @media all and (max-width: 360px) {
      .plus_subscribe_plan_info_list .plus_subscribe_plan_info_text {
        text-align: center; } }

.plus_subscribe_plan_info2 {
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #343A40;
  text-align: center;
  margin: 0 0 40px 0; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan_info2 {
      margin: 0 0 25px 0; } }
  @media all and (max-width: 575px) {
    .plus_subscribe_plan_info2 {
      font-size: 12px;
      line-height: 14px;
      margin: 0 0 10px 0; } }

.plus_subscribe_plan_btn {
  width: 100%;
  height: 60px;
  border-radius: 8px; }
  @media all and (max-width: 991px) {
    .plus_subscribe_plan_btn {
      height: 45px;
      border-radius: 4px; } }
  .plus_subscribe_plan_btn a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    border-radius: 8px;
    background: -webkit-linear-gradient(45deg, #fd5963 0%, #d93ede 45%, #5f5ef3 100%);
    background: -o-linear-gradient(45deg, #fd5963 0%, #d93ede 45%, #5f5ef3 100%);
    background: linear-gradient(45deg, #fd5963 0%, #d93ede 45%, #5f5ef3 100%); }
    @media all and (max-width: 991px) {
      .plus_subscribe_plan_btn a {
        font-size: 18px;
        line-height: 45px;
        border-radius: 4px; } }

.plus_question_block {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_question_title {
  font-size: 48px;
  line-height: 50px;
  color: #343A40;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px 0; }
  @media all and (max-width: 991px) {
    .plus_question_title {
      margin: 0 0 50px 0; } }
  @media all and (max-width: 575px) {
    .plus_question_title {
      font-size: 32px;
      line-height: 36px;
      margin: 0 0 25px 0; } }

.plus_question_main {
  width: 100%; }

.plus_question_q {
  width: 100%;
  min-height: 60px;
  font-size: 24px;
  padding: 15px 26px;
  margin: 0 0 30px 0;
  background-color: #343A40;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  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; }
  @media all and (max-width: 991px) {
    .plus_question_q {
      min-height: 40px;
      padding: 10px 17px;
      margin: 0 0 20px 0;
      border-radius: 6px; } }

.plus_question_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin: 0 15px 0 0;
  text-indent: -41px;
  padding: 0 0 0 41px; }
  @media all and (max-width: 991px) {
    .plus_question_text {
      font-size: 20px;
      line-height: 26px;
      text-indent: -35px;
      padding: 0 0 0 35px; } }

.plus_question_open {
  width: 15px;
  height: 15px;
  position: relative; }
  .plus_question_open::before {
    content: "";
    width: 15px;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 0; }
  .plus_question_open::after {
    content: "";
    width: 2px;
    height: 15px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 7px; }

.plus_question_close {
  width: 15px;
  height: 15px;
  position: relative; }
  .plus_question_close::before {
    content: "";
    width: 15px;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 0; }
  .plus_question_close::after {
    content: "";
    display: none !important; }

.plus_question_a {
  width: calc(100%-90px);
  font-size: 18px;
  line-height: 24px;
  color: #343A40;
  margin: 0 45px 30px 45px;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: relative;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .plus_question_a {
      font-size: 16px;
      line-height: 22px;
      margin: 0 20px 25px 20px; } }
  .plus_question_a .a_boock {
    width: 30px;
    position: absolute;
    top: 0;
    left: 0; }
  .plus_question_a .normal_block {
    margin: 0 0 20px 0;
    word-wrap: break-word;
    word-break: break-all; }
    .plus_question_a .normal_block:last-child {
      margin: 0; }
    .plus_question_a .normal_block a {
      color: #229AD3; }
  .plus_question_a .item_block {
    padding: 0 0 0 11px;
    text-indent: -11px;
    margin: 0 0 20px 0;
    word-wrap: break-word;
    word-break: break-all; }
    .plus_question_a .item_block:last-child {
      margin: 0; }

.plus_question_btn_list {
  padding: 20px 0 0 0;
  overflow: hidden; }

.plus_question_btn {
  width: 280px;
  height: 50px;
  margin: 0 auto; }
  .plus_question_btn a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #272D33;
    border-radius: 25px; }
    .plus_question_btn a:hover {
      background-color: #39414a; }

.ph_top_pic_block {
  width: 100%;
  padding: 0 0 69.642% 0;
  position: relative;
  overflow: hidden;
  display: none; }
  @media all and (max-width: 991px) {
    .ph_top_pic_block {
      display: block; } }

.ph_top_pic_box {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media all and (max-width: 991px) {
    .ph_top_pic_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }

.ph_plus_right_list1 {
  width: 22.857%;
  position: relative;
  overflow: hidden; }

.ph_plus_right_list2 {
  width: 45.714%;
  position: relative;
  overflow: hidden; }

.ph_plus_right_list3 {
  width: 28%;
  position: relative;
  overflow: hidden; }

.plus_right_list_box {
  position: absolute;
  bottom: 0;
  left: 0; }

.ph_plus_project_segmentation_right {
  width: 50%;
  height: auto; }

.plus_top .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.plus_top .image {
  position: relative;
  overflow: hidden;
  margin: 0 0 12px 0; }

.plus_top .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s; }

.plus_top .image img.toInvisible {
  opacity: 0; }

.plus_a1 {
  padding: 0 0 134.375% 0; }

.plus_a2 {
  padding: 0 0 75% 0; }

.plus_a3 {
  padding: 0 0 134.375% 0; }

.plus_a4 {
  padding: 0 0 100% 0; }

.plus_a5 {
  padding: 0 0 75% 0; }

.plus_a6 {
  padding: 0 0 134.35% 0; }

.plus_a7 {
  padding: 0 0 100% 0; }

.plus_a8 {
  width: 46.875%;
  padding: 0 0 134.36% 0; }

.plus_a9 {
  width: 50%;
  padding: 0 0 100% 0; }

.plus_a10 {
  padding: 0 0 133.163% 0; }

.plus_a11 {
  padding: 0 0 100% 0; }

.plus_a12 {
  padding: 0 0 133.163% 0; }

.plus_a13 {
  padding: 0 0 73.979% 0; }

.plus_a14 {
  width: 46.875% !important;
  padding: 0 0 62.981% 0;
  margin: 0 3.125% 0 0 !important; }

.plus_a15 {
  width: 50% !important;
  padding: 0 0 62.981% 0;
  margin: 0 !important; }

.plus_right {
  width: 57.984%;
  height: 70%;
  padding: 0 1.42%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }
  @media all and (max-width: 991px) {
    .plus_right {
      display: none !important; } }

.plus_right_list1 {
  width: 160px;
  margin: 0 6px;
  position: relative;
  overflow: hidden; }

.plus_right_list2 {
  width: 320px;
  margin: 0 6px;
  position: relative;
  overflow: hidden; }

.plus_right_list3 {
  width: 196px;
  margin: 0 6px;
  position: relative;
  overflow: hidden; }

.plus_right_list_box1 {
  width: 100%;
  position: absolute;
  top: -58px;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.plus_right_list_box2 {
  width: 100%;
  position: absolute;
  top: -58px;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.plus_right_list_box3 {
  width: 100%;
  position: absolute;
  top: -140px;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.plus_project {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
