@font-face {
  font-family: Lato_Black;
  src: url(../fonts/Lato-Black.html); }
@font-face {
  font-family: swiss-light;
  src: url(../fonts/Swis721/swiss-roman.ttf); }
@font-face {
  font-family: swiss-bold;
  src: url(../fonts/Swis721/swiss-bold.ttf); }
@font-face {
  font-family: kanit;
  src: url(../fonts/Kanit/Kanit-Light.ttf); }
/*	============================== #Color ==================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "swiss-bold", sans-serif;
  letter-spacing: 0; }

.rem_link_style {
  text-decoration: none !important;
  color: inherit; }
  .rem_link_style:hover {
    color: inherit; }
  .rem_link_style:active {
    color: inherit; }

.relative_box {
  position: relative;
  min-height: 1px; }

.full_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no_pad {
  padding: 0 !important; }

.no_marg {
  margin: 0 !important; }

.rel_y_center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.rel_x_center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.rel_xy_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

#thank-you-msg {
  display: none;
  font-size: 20px;
  color: green;
  font-style: italic;
  font-weight: bold; }

.f_r_aj_center {
  display: flex;
  align-items: center;
  justify-content: center; }

.f_r_a_center, #k12_hsm .tab-block .tab_flex .tab_block .sideways li .flex_main {
  display: flex;
  align-items: center; }

.f_r_j_center {
  display: flex;
  justify-content: center; }

.f_c_aj_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.f_c_a_center {
  display: flex;
  flex-direction: column;
  align-items: center; }

.f_c_j_center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media screen and (max-width: 767px) {
  #k12_hsm {
    margin-top: 45px; } }
#k12_hsm .banner_block {
  position: relative;
  height: 470px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 992px) {
    #k12_hsm .banner_block {
      margin-top: 45px; } }
  @media screen and (max-width: 767px) {
    #k12_hsm .banner_block {
      height: 450px; } }
  #k12_hsm .banner_block .banner-img {
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      #k12_hsm .banner_block .banner-img {
        height: 450px; } }
    #k12_hsm .banner_block .banner-img img {
      width: 100%; }
#k12_hsm .tab-block {
  padding: 70px 0;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    #k12_hsm .tab-block {
      padding: 20px 0; } }
  #k12_hsm .tab-block .tab_flex {
    display: flex;
    flex-wrap: wrap; }
    #k12_hsm .tab-block .tab_flex .tab_block {
      width: 30%; }
      @media screen and (max-width: 992px) {
        #k12_hsm .tab-block .tab_flex .tab_block {
          width: 40%; } }
      @media screen and (max-width: 767px) {
        #k12_hsm .tab-block .tab_flex .tab_block {
          width: 100%; } }
      #k12_hsm .tab-block .tab_flex .tab_block .sideways {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        border: none;
        padding: 0; }
        @media screen and (max-width: 767px) {
          #k12_hsm .tab-block .tab_flex .tab_block .sideways {
            flex-direction: row;
            flex-wrap: nowrap;
            width: 100%;
            white-space: nowrap;
            overflow-y: hidden; }
            #k12_hsm .tab-block .tab_flex .tab_block .sideways::-webkit-scrollbar-thumb {
              background: #ff772d;
              border-radius: 50px; }
            #k12_hsm .tab-block .tab_flex .tab_block .sideways::-webkit-scrollbar {
              background: #333;
              height: 2px; } }
        #k12_hsm .tab-block .tab_flex .tab_block .sideways li {
          padding: 15px 0;
          cursor: pointer;
          list-style: none; }
          #k12_hsm .tab-block .tab_flex .tab_block .sideways li a {
            color: inherit; }
          @media screen and (max-width: 767px) {
            #k12_hsm .tab-block .tab_flex .tab_block .sideways li {
              margin: 0 10px; } }
          #k12_hsm .tab-block .tab_flex .tab_block .sideways li .img_bot {
            border: solid 3px #636466;
            position: relative;
            height: 70px;
            width: 70px;
            border-radius: 100px; }
            @media screen and (max-width: 767px) {
              #k12_hsm .tab-block .tab_flex .tab_block .sideways li .img_bot {
                height: 50px;
                width: 50px; } }
            #k12_hsm .tab-block .tab_flex .tab_block .sideways li .img_bot img {
              width: 55px;
              border-radius: 50px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          #k12_hsm .tab-block .tab_flex .tab_block .sideways li .txt {
            margin-left: 15px;
            font-size: 17px; }
            @media screen and (max-width: 767px) {
              #k12_hsm .tab-block .tab_flex .tab_block .sideways li .txt {
                font-size: 15px; } }
          #k12_hsm .tab-block .tab_flex .tab_block .sideways li.active .img_bot {
            border: solid 3px #ff772d; }
          #k12_hsm .tab-block .tab_flex .tab_block .sideways li.active .txt {
            color: #ff772d;
            font-weight: 600; }
    #k12_hsm .tab-block .tab_flex .content_block {
      width: 70%; }
      @media screen and (max-width: 992px) {
        #k12_hsm .tab-block .tab_flex .content_block {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        #k12_hsm .tab-block .tab_flex .content_block {
          width: 100%; } }
      #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box {
        padding: 20px;
        box-shadow: 0px 0px 20px #eaeaea;
        margin-bottom: 30px;
        overflow: auto; }
        #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .img_sec {
          position: relative; }
          #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .img_sec .bottom_dv {
            height: 34px;
            width: 45px;
            position: absolute;
            bottom: 5px;
            right: 5px;
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            z-index: 1;
            cursor: pointer; }
            #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .img_sec .bottom_dv span {
              display: flex;
              justify-content: center;
              align-items: center;
              height: 100%; }
          #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .img_sec .play_btn {
            width: auto;
            position: absolute;
            bottom: 15px;
            right: 15px;
            z-index: 1;
            width: 42px !important; }
          #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .img_sec img {
            width: 100% !important; }
        #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt {
          margin-bottom: 15px;
          position: relative; }
          #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card_head {
            border-bottom: 2px solid #ff772d;
            margin-bottom: 15px; }
            #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card_head h3 {
              font-size: 28px;
              margin-bottom: 10px; }
              @media screen and (max-width: 767px) {
                #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card_head h3 {
                  font-size: 22px;
                  line-height: 1.3; } }
          #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card-disc p {
            font-size: 17px;
            margin-bottom: 15px;
            font-weight: 300; }
            #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card-disc p.video-desc {
              font-size: 17px; }
            @media screen and (max-width: 767px) {
              #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card-disc p {
                font-size: 16px;
                line-height: 1.3; } }
          #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card-disc ul {
            list-style: inherit;
            padding: 0 0 0 20px;
            margin-bottom: 25px; }
          #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card-disc .readMore {
            color: inherit;
            cursor: pointer;
            font-size: 19px; }
            @media screen and (max-width: 767px) {
              #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card-disc .readMore {
                font-size: 16px; } }
            #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .card-disc .readMore span {
              color: #ff772d; }
          #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .bottom-img {
            overflow: auto; }
            #k12_hsm .tab-block .tab_flex .content_block .tab-area .card_box .content_txt .bottom-img img {
              float: right;
              width: 20%; }

.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    .banner-text {
      transform: translate(-50%, -45%);
      padding: 0 15px; } }
  @media screen and (max-width: 1024px) {
    .banner-text {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .banner-text {
      width: 100%;
      padding: 0 10px; } }
  .banner-text .banner-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .banner-text .banner-head img {
      width: 85px; }
      @media screen and (max-width: 992px) {
        .banner-text .banner-head img {
          width: 50px; } }
      @media screen and (max-width: 767px) {
        .banner-text .banner-head img {
          width: 65px; } }
      @media screen and (max-width: 340px) {
        .banner-text .banner-head img {
          width: 50px; } }
    .banner-text .banner-head h2 {
      font-size: 39px;
      color: #fff;
      margin-left: 20px;
      line-height: 1.3; }
      .banner-text .banner-head h2 span {
        font-size: 21px;
        text-align: right;
        display: block; }
        @media screen and (max-width: 767px) {
          .banner-text .banner-head h2 span {
            font-size: 16px;
            display: inline; } }
      @media screen and (max-width: 1024px) {
        .banner-text .banner-head h2 {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .banner-text .banner-head h2 {
          font-size: 22px; } }
  .banner-text .banner-para {
    margin-top: 30px; }
    @media screen and (max-width: 1440px) {
      .banner-text .banner-para {
        margin-top: 15px; } }
    @media screen and (max-width: 992px) {
      .banner-text .banner-para {
        margin-top: 10px; } }
    .banner-text .banner-para p {
      font-size: 17px;
      color: #fff;
      text-align: center;
      font-weight: 300;
      width: 100%;
      line-height: 1.4; }
      @media screen and (max-width: 1440px) {
        .banner-text .banner-para p {
          font-size: 16.5px; } }
      @media screen and (max-width: 992px) {
        .banner-text .banner-para p {
          font-size: 14px; } }
      .banner-text .banner-para p:first-child {
        margin-bottom: 20px; }
        @media screen and (max-width: 1440px) {
          .banner-text .banner-para p:first-child {
            margin-bottom: 10px; } }

.morecontent span {
  display: none; }

.morelink {
  display: block;
  color: #000; }

.more_less {
  display: inline !important;
  color: #ff772d; }

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