* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 8vh; }

body {
  margin: 0;
  font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }

header {
  position: sticky;
  top: 0;
  background: #fafafa;
  height: 8vh;
  display: flex;
  justify-content: space-between;
  z-index: 10; }
  header .logo {
    width: 53vw;
    font-size: 0.6em;
    font-weight: bold; }
    header .logo p {
      margin: 0;
      padding: 0.5em 0 0 0.5em; }
    header .logo img {
      height: 5vh; }
  header a {
    text-decoration: none; }
  header .formbtn {
    width: 8vh;
    height: 8vh;
    background-color: #d66;
    color: #fff;
    font-size: 0.7em;
    text-align: center; }
    header .formbtn img {
      width: 20px;
      display: block;
      margin: 0 auto; }
    header .formbtn p {
      margin: 0; }
    header .formbtn .formbtnin {
      margin: auto 0;
      padding-top: 1em; }
      header .formbtn .formbtnin p.dt {
        display: none; }

#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px; }

#page_top a {
  background-color: #eee;
  color: #222;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px; }

#page_top a:hover {
  text-decoration: none; }

.sc1 .title {
  height: auto;
  background-image: url(../img/mainsp.jpg);
  background-size: cover;
  background-position: center;
  padding: 1em; }
  .sc1 .title p {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px; }
  .sc1 .title img {
    width: 90vw;
    height: auto;
    display: block;
    margin: 0 auto; }

.sc2 {
  background-color: #ffc400;
  text-align: center;
  padding: 1em 0; }
  .sc2 .text {
    padding: 0;
    margin: 0; }
  .sc2 p {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-weight: bold; }
  .sc2 .caution p {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0.9em;
    color: #d10000;
    background-color: #fff; }
  .sc2 .formbtn2 {
    margin-top: 20px;
    display: inline-block; }
    .sc2 .formbtn2 p {
      background-color: #ff6c84;
      padding: 20px 60px;
      border-radius: 50px;
      font-size: 1.2em; }
  .sc2 .btnbox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 0.9em; }
    .sc2 .btnbox .twbtn {
      background-color: #00aaec;
      display: flex;
      margin: 5px;
      border-radius: 3px; }
      .sc2 .btnbox .twbtn i {
        padding: 5px; }
      .sc2 .btnbox .twbtn p {
        background-color: #00aaec;
        margin: 0;
        padding: 5px;
        font-size: 0.7em; }
    .sc2 .btnbox .likebtn {
      background-color: #0099ff;
      display: flex;
      margin: 5px;
      border-radius: 3px; }
      .sc2 .btnbox .likebtn i {
        padding: 5px; }
      .sc2 .btnbox .likebtn p {
        margin: 0;
        padding: 5px;
        font-size: 0.7em; }
    .sc2 .btnbox p {
      background-color: #0099ff;
      margin: 0;
      padding: 5px;
      border-radius: 3px;
      font-size: 0.7em;
      margin: 5px; }

.sc3 {
  padding: 30px 10px 60px 10px;
  background-image: url(../img/introbottom.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
  .sc3 .first {
    position: relative; }
  .sc3 .first::before, .sc3 .first::after {
    content: "";
    position: absolute;
    height: 1.5em;
    width: 1.5em; }
  .sc3 .first::before {
    top: 0;
    bottom: 0;
    border-top: solid 5px #ebb94e;
    border-left: solid 5px #ebb94e; }
  .sc3 .first::after {
    right: 0;
    bottom: 0;
    border-right: solid 5px #ebb94e;
    border-bottom: solid 5px #ebb94e; }
  .sc3 h4 {
    text-align: center;
    margin: 30px 0;
    padding: 20px 0;
    letter-spacing: 3px; }
  .sc3 p {
    text-align: center;
    font-size: 0.9em; }
    .sc3 p span.ul {
      border-bottom: solid 9px #ebb94e;
      font-weight: bold; }
  .sc3 .about {
    width: 50px;
    height: 50px;
    z-index: 2;
    position: relative;
    top: 115px;
    margin: 30px auto;
    background-color: #ffc400;
    color: #fff;
    font-size: 0.8em;
    border-radius: 50%; }
    .sc3 .about p {
      text-align: center;
      line-height: 50px; }

.sc4 {
  margin: 0;
  padding: 50px 0;
  text-align: center;
  background-color: #ffeecb; }
  .sc4 .first {
    position: relative;
    text-align: justify;
    margin: 0 1em;
    padding: 1em 0;
    letter-spacing: 2px; }
    .sc4 .first h4 {
      text-align: center; }
  .sc4 .first::before, .sc4 .first::after {
    content: "";
    position: absolute;
    height: 1em;
    width: 1em; }
  .sc4 .first::before {
    top: 0;
    bottom: 0;
    border-top: solid 5px #ebb94e;
    border-left: solid 5px #ebb94e; }
  .sc4 .first::after {
    right: 0;
    bottom: 0;
    border-right: solid 5px #ebb94e;
    border-bottom: solid 5px #ebb94e; }
  .sc4 .container {
    margin: 20px;
    padding: 10px 20px;
    border: solid 3px #ebb94e;
    border-radius: 2%;
    background-color: #fff; }
    .sc4 .container h2 {
      font-size: 0.9em; }
    .sc4 .container p {
      font-size: 0.7em;
      color: #555; }
    .sc4 .container .block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .sc4 .container .block .item img {
        height: 25%; }

.sc5 {
  text-align: center; }
  .sc5 .text1 {
    background-image: url(../img/aboutsecondbgsp.jpg);
    background-size: cover;
    background-position: center;
    padding: 2em 0;
    color: #fff; }
    .sc5 .text1 h2 {
      margin: 0;
      padding: 3em 0;
      font-size: 1em;
      padding: 10px 0; }
    .sc5 .text1 h3 {
      font-size: 0.9em;
      padding: 1em 0; }
    .sc5 .text1 p {
      padding: 0;
      font-size: 0.8em;
      font-weight: bold; }
      .sc5 .text1 p span.yc {
        color: #ebb94e; }
    .sc5 .text1 .container {
      display: inline-block; }
      .sc5 .text1 .container .item {
        display: inline-block;
        width: 90vw;
        margin: 0.5em auto;
        background-color: #fff;
        border-radius: 5px; }
        .sc5 .text1 .container .item h3 {
          width: 70vw;
          margin: 1em auto 0 auto;
          padding: 0;
          line-height: 1.3em;
          background-color: #ebb94e;
          border-radius: 5px; }
        .sc5 .text1 .container .item p {
          color: #000; }
  .sc5 .text2 {
    background-color: #0099ff;
    margin: 0;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold; }
    .sc5 .text2 p {
      margin: 0;
      padding: 1em 0; }
      .sc5 .text2 p span {
        color: #ebb94e; }

.sc6 {
  margin: 2em 0;
  padding: 0;
  text-align: center; }
  .sc6 h2 {
    font-size: 1em;
    letter-spacing: 1px; }
  .sc6 .container {
    display: flex;
    margin: 0 20px; }
    .sc6 .container img {
      width: 20vw;
      height: auto;
      margin: 0 1.2vw; }
  .sc6 h3 {
    font-size: 0.9em;
    letter-spacing: 2px; }

.sc7 {
  background-color: #ffeecb;
  padding: 30px 10px 60px 10px;
  text-align: center; }
  .sc7 .first {
    position: relative;
    text-align: justify; }
    .sc7 .first h3 {
      text-align: center;
      font-size: 0.9em; }
    .sc7 .first h2 {
      text-align: center; }
  .sc7 .first::before, .sc7 .first::after {
    content: "";
    position: absolute;
    height: 1em;
    width: 1em; }
  .sc7 .first::before {
    top: 0;
    bottom: 0;
    border-top: solid 5px #ebb94e;
    border-left: solid 5px #ebb94e; }
  .sc7 .first::after {
    right: 0;
    bottom: 0;
    border-right: solid 5px #ebb94e;
    border-bottom: solid 5px #ebb94e; }
  .sc7 h2 {
    font-size: 1em; }
  .sc7 .container1 .item img {
    width: 95vw;
    height: 10vh;
    object-fit: cover; }
  .sc7 .container1 .item h4 {
    color: #ebb94e;
    font-weight: bold;
    margin: 0.5em; }
  .sc7 .container1 .item p {
    font-size: 0.7em;
    margin: 0 auto 2em 0;
    text-align: left; }
  .sc7 .container2 {
    border: solid 0.2em #ebb94e;
    border-radius: 2px;
    background-color: #fff;
    margin: 10px; }
    .sc7 .container2 h2 {
      color: #ebb94e;
      font-size: 1em; }
    .sc7 .container2 h3 {
      font-size: 0.9em; }
    .sc7 .container2 p {
      font-size: 0.7em;
      margin: 0 10px 15px 10px; }
      .sc7 .container2 p span.dt {
        display: none; }
  .sc7 p {
    font-size: 0.8em; }

.sc8 {
  background-image: url(../img/teacherbgsp.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 3em 0.5em 1em 0.5em; }
  .sc8 .title h2 {
    font-size: 1em;
    margin: 0; }
  .sc8 .title p {
    font-size: 0.7em; }
  .sc8 .container .box img {
    border-radius: 50%;
    width: 30vw;
    position: relative;
    top: 2em; }
  .sc8 .container .box .item {
    border: solid 0.1em; }
    .sc8 .container .box .item h2 {
      margin: 2.5em 0 0 0;
      font-size: 0.8em; }
    .sc8 .container .box .item h3 {
      margin: 1em 0;
      font-size: 0.8em; }
    .sc8 .container .box .item p {
      margin: 2em 0.5em;
      font-size: 0.7em; }

.sc9 {
  background-color: #ebb94e;
  text-align: center;
  padding: 30px 10px 60px 10px; }
  .sc9 h2 {
    width: 4em;
    height: 4em;
    margin: 0 auto;
    background-color: #fff;
    color: #ebb94e;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 4em;
    border-radius: 50%; }
  .sc9 .first {
    position: relative;
    text-align: justify; }
  .sc9 .first::before, .sc9 .first::after {
    content: "";
    position: absolute;
    height: 1em;
    width: 1em; }
  .sc9 .first::before {
    top: 0;
    bottom: 0;
    border-top: solid 5px #fff;
    border-left: solid 5px #fff; }
  .sc9 .first::after {
    right: 0;
    bottom: 0;
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff; }
  .sc9 p {
    padding: 1.5em 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 2em; }

.sc10 {
  text-align: center; }
  .sc10 .corn {
    width: 1em;
    height: 1em;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: solid 1em #ebb94d;
    border-left: solid 1em transparent;
    border-bottom: solid 1em transparent;
    border-right: solid 1em transparent; }
  .sc10 h2 {
    font-size: 1.2em; }
  .sc10 h3 {
    font-size: 0.9em; }
  .sc10 .container {
    display: flex;
    margin: 0.5em; }
    .sc10 .container img {
      width: 6em;
      height: 6em;
      object-fit: cover;
      border: solid #ebb94e 0.2em; }
    .sc10 .container .item {
      text-align: left;
      color: #888; }
      .sc10 .container .item p {
        margin: 0 0 3em 1em;
        font-size: 0.9em; }
      .sc10 .container .item span {
        text-decoration: underline;
        font-style: italic;
        padding: 1em 0 0 0; }

.sc11 {
  text-align: center;
  color: #fafafa;
  background-image: url(../img/classbgsp.jpg);
  background-size: cover;
  background-position: center; }
  .sc11 h2 {
    font-size: 1.1em;
    padding: 3em 0 0 0; }
  .sc11 h3 {
    font-size: 0.8em;
    margin: 2em 0; }
  .sc11 .container table {
    margin: 0 auto 1em;
    border: solid 0.2em #0076a5;
    border-radius: 0.5em;
    border-collapse: separate;
    border-spacing: 0;
    width: 90vw; }
    .sc11 .container table tr {
      border: dashed 1px #ddd; }
      .sc11 .container table tr th {
        padding: 1.5em;
        background: #0076a5;
        font-size: 0.9em; }
      .sc11 .container table tr td {
        padding: 1em;
        background: #fafafa;
        border: dashed 1px #ddd;
        color: #555;
        font-size: 0.8em; }
  .sc11 p {
    padding: 1em 0;
    background-color: #0076a5;
    font-weight: bold; }

.sc12 {
  list-style: none; }
  .sc12 h2 {
    text-align: center;
    font-size: 1.3em; }
  .sc12 span.img {
    display: none; }
  .sc12 #faq-list {
    width: 1170px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  .sc12 .faq-list-item {
    margin: 10px;
    position: relative;
    cursor: pointer;
    text-align: left; }
  .sc12 h3.question {
    padding: 10px 20px;
    margin: 0;
    background-color: #fff3d9;
    font-size: 0.1em;
    line-height: 6vh; }
  .sc12 .faq-list-item h3 {
    font-size: 20px; }
  .sc12 .faq-list-item span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ccc;
    font-size: 24px; }
  .sc12 .faq-list-item i {
    color: #016ea9; }
  .sc12 .answer {
    font-size: 16px;
    padding: 20px 20px;
    background-color: #fff3d9;
    display: none; }
  .sc12 .answer p {
    margin: 0;
    color: #333333; }
  .sc12 img {
    position: relative;
    top: 0.3em;
    width: auto;
    height: 5vh;
    line-height: 5vh;
    margin: 0 10px 0 0; }
  .sc12 span.fa-angle-down {
    color: #333; }
  .sc12 span.fa-angle-up {
    color: #333; }
  .sc12 .container {
    display: none; }
  .sc12 img.tb {
    display: none; }

.sc13 {
  padding: 2em 2em;
  text-align: left;
  background-image: url(../img/bangkokbgsp.jpg);
  background-size: cover;
  background-position: center;
  color: #fafafa; }
  .sc13 h3 {
    text-align: center; }

.sc14 {
  text-align: center;
  background: #ebb94e;
  padding: 0 0 1em 0; }
  .sc14 h3.head {
    margin: 0;
    padding: 2em 0 0 0; }
  .sc14 h5 span {
    color: #fafafa; }
  .sc14 h3.box {
    display: inline-block;
    padding: 0 1em;
    background: #ebb94e;
    position: relative;
    top: 2.5em; }
  .sc14 .container {
    border: solid 0.2em #fafafa;
    margin: 0 1em;
    padding: 2em; }
    .sc14 .container .item {
      display: flex;
      margin: 2em 0; }
      .sc14 .container .item .circle {
        width: 50px;
        height: 50px;
        display: inline-block;
        margin: auto 10px auto auto;
        border-radius: 50%;
        background: #fafafa; }
        .sc14 .container .item .circle span {
          display: none; }
        .sc14 .container .item .circle h6 {
          width: 50px;
          height: 50px;
          margin: 0;
          line-height: 50px;
          color: #ebb94e; }
      .sc14 .container .item h5 {
        display: inline-block;
        width: 90vw;
        margin: 0;
        text-align: left;
        color: #fafafa; }
    .sc14 .container .tb {
      display: none; }

.sc15 {
  padding: 1em;
  text-align: center;
  background-image: url(../img/specialdetailsp.jpg);
  background-size: cover;
  background-position: center;
  color: #fafafa; }
  .sc15 h3 {
    margin: 0; }
  .sc15 .first {
    padding: 1em 0;
    text-align: justify;
    position: relative; }
    .sc15 .first h3 {
      text-align: center; }
  .sc15 .first::before, .sc15 .first::after {
    content: "";
    position: absolute;
    height: 1em;
    width: 1em; }
  .sc15 .first::before {
    top: 0;
    bottom: 0;
    border-top: solid 5px #fafafa;
    border-left: solid 5px #fafafa; }
  .sc15 .first::after {
    right: 0;
    bottom: 0;
    border-right: solid 5px #fafafa;
    border-bottom: solid 5px #fafafa; }

.sc16 {
  text-align: center; }
  .sc16 img {
    width: 90vw;
    margin: 0; }
  .sc16 p {
    margin: 1em;
    letter-spacing: 1px;
    text-align: left;
    color: #555; }

.sc17 {
  text-align: center;
  margin: 0 auto;
  padding: 0 1em 1em;
  background-color: #ebb94e; }
  .sc17 h3 {
    margin: 0em;
    padding: 2em 0 0 0;
    color: #333; }
  .sc17 h5 {
    color: #333; }
  .sc17 form {
    width: 80vw;
    margin: 0 auto;
    background-color: #ebb94e;
    border-radius: 1em;
    color: #ccc; }
    .sc17 form textarea {
      margin: 1em auto;
      width: 80vw;
      border: none;
      border-radius: 5px; }
    .sc17 form textarea::-webkit-input-placeholder {
      color: #888; }
  .sc17 input {
    width: 80vw;
    height: 2em;
    margin: 1em auto;
    display: block;
    border: none;
    border-radius: 5px; }
  .sc17 input.button {
    margin: 1em auto 2em auto;
    padding: 0.5em 7em 1em;
    background-color: #DA6B64;
    border-radius: 25px;
    color: #fafafa;
    font-size: 1em; }

.sc18 {
  width: 100%;
  text-align: center;
  list-style: none; }
  .sc18 #faq-list {
    width: 1170px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  .sc18 .faq-list-item {
    margin: 10px 5px;
    position: relative;
    cursor: pointer;
    text-align: left; }
  .sc18 h3.question {
    padding: 0 45px 0 10px;
    margin: 0;
    line-height: 5vh;
    border: solid 1px #ccc;
    border-radius: 2px; }
  .sc18 .faq-list-item h3 {
    font-size: 1em;
    line-height: 2em; }
  .sc18 .faq-list-item span {
    position: absolute;
    top: 25%;
    right: 20px;
    color: #ccc;
    font-size: 24px; }
  .sc18 .faq-list-item i {
    color: #016ea9; }
  .sc18 .answer {
    font-size: 16px;
    padding: 5px 25px;
    display: none; }
  .sc18 .answer p {
    margin: 0;
    color: #333333;
    font-size: 0.8em; }
  .sc18 span.fa-angle-down {
    color: #ccc; }
  .sc18 span.fa-angle-up {
    color: #ccc;
    display: inline-block;
    line-height: 1em;
    position: absolute;
    top: 4%; }

footer {
  padding: 1em 0 0 0;
  text-align: center;
  background-color: #eee; }
  footer p {
    font-size: 0.7em;
    color: #888; }
  footer .btnbox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 0.9em; }
    footer .btnbox .twbtn {
      background-color: #00aaec;
      display: flex;
      margin: 5px;
      border-radius: 3px; }
      footer .btnbox .twbtn i {
        padding: 5px; }
      footer .btnbox .twbtn p {
        background-color: #00aaec;
        color: #fafafa;
        margin: 0;
        padding: 5px;
        font-size: 0.7em; }
    footer .btnbox .likebtn {
      background-color: #0099ff;
      display: flex;
      margin: 5px;
      border-radius: 3px; }
      footer .btnbox .likebtn i {
        padding: 5px; }
      footer .btnbox .likebtn p {
        margin: 0;
        padding: 5px;
        font-size: 0.7em;
        color: #fafafa; }
    footer .btnbox p {
      background-color: #0099ff;
      margin: 5px;
      padding: 5px;
      border-radius: 3px;
      font-size: 0.7em;
      color: #fafafa; }

/*# sourceMappingURL=sp.css.map */
