@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Nunito", sans-serif, "源泉圓體";
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

@font-face {
  font-family: GenSenRounded-M;
  src: url(../font/GenSenRounded-M.ttc);
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h2 {
  width: 600px !important;
  color: #3e3a39;
  font-family: "GenSenRounded-M";
  font-size: 36px;
  padding: 0px;
  margin: 0px;
}

.hometop-btn {
  width: 100px;
  height: 100px;
  background-image: url("../img/hometop-btn-w.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 11;
  width: 120px;
  height: 120px;
  background-image: url("../img/hometop-btn-w.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 10;
}

@media (max-width: 1160px) {
  .hometop-btn {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  .hometop-btn {
    width: 50px;
    height: 50px;
  }
}

header .component {
  color: #ffffff;
  font-size: 18px;
  z-index: 10;
}

@media (max-width: 700px) {
    header .component {
        font-size: 12px;
    }
}

header .component .component-lang {
  padding-top: 54px;
  padding-left: 72px;
}

@media (max-width: 700px) {
  header .component .component-lang {
    padding-top: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .component .component-lang .lang-select {
  background-color: unset;
  color: #ffffff;
  border: unset;
  padding: 0px 36px;
}

@media (max-width: 700px) {
  header .component .component-lang .lang-select {
    padding: 0px 15px;
  }
}

header .component .component-lang .lang-select option {
  background-color: #43a6a0;
}

@media (max-width: 1505px) {
  header .component .component-menu {
    display: none !important;
  }
}

header .component .component-menu ul {
  padding-top: 54px;
  margin: auto;
}

header .component .component-menu ul > li {
  margin-right: 36px;
}

header .component .component-menu ul > li:last-child {
  margin-right: unset;
}

header .component .component-menu ul > li > a {
  font-size: 18px;
  color: #ffffff;
}

header .component .component-burger {
  padding-top: 54px;
  padding-right: 72px;
  /* display: none; */
}

@media (max-width: 700px) {
  header .component .component-burger {
    padding-top: 30px;
    padding-right: 20px;
  }
}

header .component .component-burger:hover {
  cursor: pointer;
}

header .component .burger-menu {
  width: 460px;
  height: 100vh;
  background-color: #43a6a0;
  position: fixed;
  top: 0px;
  right: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 700px) {
  header .component .burger-menu {
    width: 300px;
  }
}

header .component .burger-menu .close-burger-menu {
  padding-top: 54px;
  padding-right: 54px;
  position: absolute;
  top: 0px;
  right: 0px;
}

header .component .burger-menu .close-burger-menu:hover {
  cursor: pointer;
}

header .component .burger-menu ul li {
  text-align: center;
  padding: 17px 0px;
}

@media (max-width: 1160px) {
  header .component .burger-menu ul li {
    padding: 20px 0px;
  }
}

@media (max-width: 700px) {
    header .component .burger-menu ul li {
      padding: 24px 0px;
    }
  }

header .component .burger-menu ul li a {
  color: #ffffff;
}

header .component .burger-menu ul li a:hover {
  border-bottom: 2px solid #ffffff;
}

header .component .burger-menu ul .social-burger-menu a:hover {
  border: unset;
}

header .component .burger-menu ul .social-burger-menu .line-burger-menu {
  margin: 0px 36px;
}

header .component .burger-menu .burger-cloud-top {
  width: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}

@media (max-width: 700px) {
    header .component .burger-menu .burger-cloud-top img {
      width: 300px;
    }
}

header .component .burger-menu .burger-cloud-bottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media (max-width: 700px) {
    header .component .burger-menu .burger-cloud-bottom img {
      width: 300px;
    }
}

header .component .burger-menu .burger-unicorn {
  width: 130px;
  height: 120px;
  position: absolute;
  bottom: 30px;
  z-index: 2;
  left: 67px;
}

@media (max-width: 1160px) {
    header .component .burger-menu .burger-unicorn {
      bottom: 10px;
    }
}

@media (max-width: 700px) {
  header .component .burger-menu .burger-unicorn {
    bottom: -32px;
    left: 28px;
  }
}

header .component .burger-menu .burger-unicorn img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1160px) {
    header .component .burger-menu .burger-unicorn img {
      width: 100px;
      height: 90px;
    }
}

@media (max-width: 700px) {
  header .component .burger-menu .burger-unicorn img {
    width: 80px;
    height: 70px;
  }
}

.banner {
  height: 207vh;
}

.banner .img-banner {
  height: 100vh;
  background-image: url("../img/banner.JPG");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: sticky;
  top: 0px;
}

.banner .img-banner .green-banner {
  width: 100%;
  height: 100vh;
  background-image: url("../img/banner-pc-leaf.png");
  background-color: #73bab9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 8;
}
@media (max-width: 1160px) {
  .banner .img-banner .green-banner {
    background-image: url("../img/banner-ipad-leaf.png");
  }
}
@media (max-width: 700px) {
  .banner .img-banner .green-banner {
    background-image: url("../img/banner-phone-leaf.png");

  }
}

.banner .img-banner .logo {
  z-index: 9;
}

@media (max-width: 1160px) {
  .banner .img-banner .logo {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  .banner .img-banner .logo {
    width: 120px;
    height: 120px;
  }
}

.banner .img-banner .logo img {
  width: 100%;
  height: 100%;
}

.banner .row .col-6 {
    width: unset !important;
}

.banner .img-banner h1 {
  color: white;
  font-family: "Nunito";
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  margin-bottom: 36px;
}

@media (max-width: 700px) {
    .banner .img-banner h1 {
      font-size: 22px;
      margin-bottom: 10px;
    }
  }

  .banner h1 .border-bottom{
      border-bottom: 5px solid white !important;
  }

  @media (max-width: 700px) {
      .banner h1 .border-bottom{
          border-bottom: 3px solid white !important;
      }
  }

.banner .img-banner .arrow {
  width: 86px;
}

@media (max-width: 700px) {
    .banner .img-banner .arrow {
      width: 25px;
    }
  }

@media (max-width: 700px) {
    .banner .img-banner .arrow img {
      width: 25px;
      height: 10px;
    }
  }

main {
  background: -webkit-gradient(linear, left top, right top, from(#dcdfe1), color-stop(50%, #ffffff), to(#dcdfe1));
  background: linear-gradient(to right, #dcdfe1 0%, #ffffff 50%, #dcdfe1 100%);
}

main .cloud-left {
  width: 212px;
  height: 100%;
  background-image: url(../img/cloud.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 5;
}

@media (max-width: 1560px) {
  main .cloud-left {
    display: none;
  }
}

main .cloud-right {
  width: 212px;
  height: 100%;
  background-image: url(../img/cloud.png);
  z-index: 7;
}

@media (max-width: 1560px) {
  main .cloud-right {
    display: none;
  }
}

main .gift {
  padding: 216px 0px;
}

@media (max-width: 700px) {
  main .gift {
    padding: 130px 0px;
  }
}

main .gift .gift-mousemove {
  padding: 0;
}

@media (max-width: 1160px) {
  main .gift .gift-mousemove {
    padding: 0px 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .gift .gift-mousemove {
    padding: 0 64px;
  }
}

main .gift .gift-mousemove .mouse-ball {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 #ffffff, inset 0 0 20px 0 #ffffff;
          box-shadow: 0 0 20px 0 #ffffff, inset 0 0 20px 0 #ffffff;
  background-image: url(../img/mousemove.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

@media (max-width: 1160px) {
  main .gift .gift-mousemove .gift-title {
    padding-right: 310px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .gift .gift-mousemove .gift-title {
    padding-right: 40px;
  }
}

main .gift .gift-mousemove .gift-title .title {
  width: 805px;
  height: 135px;
  background-image: url(../img/sun-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-bottom: 54px;
  padding: 52px 0px 0px 55px;
  z-index: 1;
}

@media (max-width: 1160px) {
  main .gift .gift-mousemove .gift-title .title {
    width: 375px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .gift .gift-mousemove .gift-title .title {
    width: 195px;
    height: 72px;
    margin-bottom: 80px;
    padding: 26px 0px 0px 25px;
  }
}

main .gift .gift-mousemove .gift-title .title span {
  font-family: GenSenRounded-M;
  font-size: 36px;
  line-height: 46px;
}

@media (max-width: 1160px) {
  main .gift .gift-mousemove .gift-title .title span {
    font-size: 30px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .gift .gift-mousemove .gift-title .title span {
    height: 55px;
    font-size: 22px;
    line-height: 28px;
    padding-left: 0px;
    width: 190px;
    left: 25px;
    top: 25px;
  }
}

main .gift .gift-mousemove .text {
  width: 740px;
  color: #595757;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 60px;
  margin-bottom: 90px;
  text-align: justify;
}

@media (max-width: 1160px) {
  main .gift .gift-mousemove .text {
    width: 675px;
    padding: 0px 53px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .gift .gift-mousemove .text {
    width: 287px;
    font-size: 12px;
    margin-bottom: 55px;
    line-height: 20px;
  }
}

main .gift .gift-mousemove .text p {
  padding: unset;
  margin: unset;
  position: relative;
  z-index: 7;
  pointer-events: none;
}

main .gift .gift-mousemove .text p:nth-child(2) {
  margin-bottom: 54px;
}

@media (max-width: 700px) {
  main .gift .gift-mousemove .text p:nth-child(2) {
    margin-bottom: 33px;
  }
}

main .gift .more {
  padding-left: 54px;
  position: relative;
  z-index: 7;
}

@media (max-width: 1160px) {
  main .gift .more {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main .gift .more .btn {
  width: 150px;
  height: 40px;
  color: #ffffff;
  font-family: "Nunito";
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  background-image: url(../img/btn-background.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  main .gift .more .btn {
    width: 90px;
    height: 22px;
    font-size: 16px;
    line-height: 11px;
  }
}

main .gift .more .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

main .vision {
  height: 571px;
  padding-bottom: 216px;
}

@media (max-width: 1160px) {
  main .vision {
    height: 1360px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .vision {
    height: 720px;
    padding-bottom: 130px;
  }
}

@media (max-width: 1160px) {
  main .vision .row {
    height: 1145px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .vision .row {
    height: 631px;
  }
}

main .vision .card-turn {
  width: 100%;
  height: 355px;
  padding: 0;
  -webkit-perspective: 500px;
          perspective: 500px;
}

@media (max-width: 1160px) {
  main .vision .card-turn {
    width: 77%;
    margin-bottom: 35px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .vision .card-turn {
    height: 195px;
    width: 80%;
    margin-bottom: 23px;
  }
}

main .vision .card-turn:hover .card-front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

main .vision .card-turn:hover .card-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

main .vision .card-turn .card-front {
  width: 100%;
  height: 100%;
  background-image: url(../img/visioncard-front.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main .vision .card-turn .card-front .front-icon img {
  width: 100px;
  height: 100px;
}

@media (max-width: 700px) {
  main .vision .card-turn .card-front .front-icon img {
    width: 55px;
    height: 55px;
  }
}

main .vision .card-turn .card-front .front-icon p {
  font-family: GenSenRounded-M;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 700px) {
  main .vision .card-turn .card-front .front-icon p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

main .vision .card-turn .card-back {
  width: 100%;
  height: 100%;
  background-image: url(../img/visioncard-back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 700px) {
  main .vision .card-turn .card-back {
    padding-top: 18px;
  }
}

main .vision .card-turn .card-back p {
  width: 220px;
  color: #ffffff;
  font-family: GenSenRounded-M;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  padding: 0;
}

@media (max-width: 700px) {
  main .vision .card-turn .card-back p {
    width: 148px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}

main .vision .card-turn .card-back p:nth-child(2) {
  text-align: center;
  margin-bottom: 0;
}

main .vision .card-turn .card-back p:nth-child(2):hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
  cursor: pointer;
}

main .vision .first-card-turn .card-back p {
  width: 205px;
}

@media (max-width: 700px) {
  main .vision .first-card-turn .card-back p:first-child {
  width: 119px;
  margin-bottom: 10px;
  }
}

@media (max-width: 700px) {
  main .vision .last-card-turn .card-back {
    padding-top: 25px;
  }
}

main .vision .last-card-turn .card-back p {
  width: 200px;
}

@media (max-width: 700px) {
  main .vision .last-card-turn .card-back p {
    width: 134px;
  }
  main .vision .last-card-turn .card-back p:first-child {
    margin-bottom: 10px;
  }
}

main .class .class-title .title {
  width: 425px;
  height: 135px;
  background-image: url(../img/sun-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-bottom: 54px;
}

@media (max-width: 1160px) {
  main .class .class-title .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .class .class-title .title {
    width: 250px;
    height: 72px;
    margin-bottom: 30px;
  }
}

main .class .class-title .title span {
  font-family: GenSenRounded-M;
  font-size: 36px;
  line-height: 142px;
  padding-left: 40px;
}

@media (max-width: 1160px) {
  main .class .class-title .title span {
    font-size: 30px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .class .class-title .title span {
    height: 72px;
    font-size: 22px;
    line-height: 75px;
    padding-left: 15px;
  }
}

main .class .class-title .btn {
  width: 200px;
  height: 50px;
  color: #ffffff;
  font-family: GenSenRounded-M;
  font-size: 24px;
  text-align: center;
  line-height: 45px;
  background-image: url(../img/btn-background.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: unset;
}

@media (max-width: 700px) {
  main .class .class-title .btn {
    width: 170px;
    height: 28px;
    font-size: 16px;
    line-height: 18px;
    background-size: 170px 28px;
  }
}

main .class .class-intro {
  padding: 36px 0px 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  main .class .class-intro {
    padding: 36px 0px 90px;
  }
}

@media (max-width: 991px) and (max-width: 700px) {
  main .class .class-intro {
    padding: 36px px 90px;
  }
}

main .class .class-intro .article {
  width: 825px;
  height: 100%;
  border-top-style: solid;
  border-width: 3px;
  border-image-source: linear-gradient(to right, #f0ce6a, #43a6a0);
  border-image-slice: 1;
  padding: 36px 0px 0px;
}

@media (max-width: 1160px) {
  main .class .class-intro .article {
    width: 511px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .class .class-intro .article {
    width: 212px;
  }
}

main .class .class-intro .article p {
  color: #595757;
  font-family: GenSenRounded-M;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

@media (max-width: 700px) {
  main .class .class-intro .article p {
    font-size: 12px;
    line-height: 20px;
  }
}

main .class-photos {
  padding-bottom: 216px;
}

@media (max-width: 700px) {
  main .class-photos {
    padding-bottom: 130px;
  }
}

main .class-photos .grass img {
  width: 220px;
  height: 204px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

@media (max-width: 1160px) {
  main .class-photos .grass img {
    display: none;
  }
}

main .class-photos .class-photos-bg {
  height: 896px;
  background-image: url(../img/class-photos-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 6;
}

@media (max-width: 1400px) {
  main .class-photos .class-photos-bg {
    height: 882px;
  }
}

@media (max-width: 1400px) and (max-width: 1160px) {
  main .class-photos .class-photos-bg {
    background-image: url(../img/class-background-ipad-phone.png);
    height: 755px;
    background-size: 100% 753px;
  }
}

@media (max-width: 1400px) and (max-width: 1160px) and (max-width: 700px) {
  main .class-photos .class-photos-bg {
    height: 465px;
    background-size: 100% 464px;
  }
}

main .class-photos .class-photos-bg .leaf {
  width: 300px;
  height: 500px;
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
  left: 72px;
  bottom: 72px;
}

@media (max-width: 1560px) {
  main .class-photos .class-photos-bg .leaf {
    display: none;
  }
}

main .class-photos .class-photos-bg .leaf img {
  width: 100%;
  height: 100%;
}

main .class-photos .class-photos-bg .swiper {
  width: 67%;
  height: 100%;
}

@media (max-width: 1160px) {
  main .class-photos .class-photos-bg .swiper {
    width: 100%;
  }
}

main .class-photos .class-photos-bg .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85%;
}

main .class-photos .class-photos-bg .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 357px;
  opacity: 0.5;
  /* border: solid 1px #000000; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .class-photos .class-photos-bg .swiper-text {
  width: 60%;
  position: absolute;
  bottom: -39%;
}

@media (max-width: 1400px) {
  main .class-photos .class-photos-bg .swiper-text {
    bottom: -32%;
  }
}

@media (max-width: 1400px) and (max-width: 1160px) {
  main .class-photos .class-photos-bg .swiper-text {
    width: 53%;
    bottom: -22%;
  }
}

@media (max-width: 1400px) and (max-width: 1160px) and (max-width: 755px) and (max-width: 700px) {
  main .class-photos .class-photos-bg .swiper-text {
    width: 65%;
    bottom: 3%;
  }
}

@media (max-width: 1400px) and (max-width: 1160px) and (max-width: 755px) and (max-width: 504px) {
  main .class-photos .class-photos-bg .swiper-text {
    width: 74%;
    bottom: 8%;
  }
}

main .class-photos .class-photos-bg .swiper-text .course-title {
  width: 100%;
  border-bottom: 2px solid #595757;
}

main .class-photos .class-photos-bg .swiper-text .course-title span {
  color: #595757;
  font-family: GenSenRounded-M;
  font-size: 18px;
  text-align: center;
  margin-bottom: 3px;
}

@media (max-width: 700px) {
  main .class-photos .class-photos-bg .swiper-text .course-title span {
    font-size: 14px;
  }
}

main .class-photos .class-photos-bg .swiper-text p {
  color: #595757;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin: 5px 0 0;
}

@media (max-width: 700px) {
  main .class-photos .class-photos-bg .swiper-text p {
    font-size: 12px;
    line-height: 20px;
  }
}

main .class-photos .class-photos-bg .swiper-button-prev {
  left: 15%;
  background-image: url(../img/class-button-prev.png);
}

main .class-photos .class-photos-bg .swiper-button-prev:active {
  background-image: url(../img/class-button-prev-blue.png);
}

@media (max-width: 1160px) {
  main .class-photos .class-photos-bg .swiper-button-prev {
    left: 18%;
  }
}

@media (max-width: 504px) {
  main .class-photos .class-photos-bg .swiper-button-prev {
    left: 10%;
  }
}

main .class-photos .class-photos-bg .swiper-button-next {
  right: 15%;
  background-image: url(../img/class-button-next.png);
}

main .class-photos .class-photos-bg .swiper-button-next:active {
  background-image: url(../img/class-button-next-blue.png);
}

@media (max-width: 1160px) {
  main .class-photos .class-photos-bg .swiper-button-next {
    right: 18%;
  }
}

@media (max-width: 504px) {
  main .class-photos .class-photos-bg .swiper-button-next {
    right: 10%;
  }
}

main .class-photos .class-photos-bg .swiper-button-prev,
main .class-photos .class-photos-bg .swiper-button-next {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  top: unset;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1400px) {
  main .class-photos .class-photos-bg .swiper-button-prev,
  main .class-photos .class-photos-bg .swiper-button-next {
    top: 82%;
  }
}

@media (max-width: 1400px) and (max-width: 1160px) and (max-width: 755px) and (max-width: 700px) {
  main .class-photos .class-photos-bg .swiper-button-prev,
  main .class-photos .class-photos-bg .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 85%;
  }
}

@media (max-width: 1400px) and (max-width: 1160px) and (max-width: 755px) and (max-width: 700px) and (max-width: 504px) {
  main .class-photos .class-photos-bg .swiper-button-prev,
  main .class-photos .class-photos-bg .swiper-button-next {
    top: 80%;
  }
}

main .class-photos .class-photos-bg .swiper-button-next::after,
main .class-photos .class-photos-bg .swiper-button-prev::after {
  display: none;
}

main .class-photos .class-photos-bg .swiper-slide-prev,
main .class-photos .class-photos-bg .swiper-slide-next {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
  /* opacity: 1; */
}

main .class-photos .class-photos-bg .swiper-slide-prev .swiper-text,
main .class-photos .class-photos-bg .swiper-slide-next .swiper-text {
  opacity: 0;
}

main .class-photos .class-photos-bg .swiper-slide-active {
  width: 780px;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}

main .class-photos .class-photos-bg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .class-photos .class-photos-bg .swiper {
  margin-left: auto;
  margin-right: auto;
}

main .school-environment {
  padding-bottom: 216px;
}

@media (max-width: 700px) {
  main .school-environment {
    padding-bottom: 130px;
  }
}

main .school-environment .environment-title .title {
  width: 415px;
  height: 135px;
  background-image: url(../img/sun-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-bottom: 54px;
}

@media (max-width: 1200px) {
  main .school-environment .environment-title .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 1200px) and (max-width: 700px) {
  main .school-environment .environment-title .title {
    width: 140px;
    height: 72px;
    margin-bottom: 30px;
  }
}

main .school-environment .environment-title span {
  font-family: GenSenRounded-M;
  font-size: 36px;
  line-height: 142px;
  padding-left: 40px;
}

@media (max-width: 1200px) {
  main .school-environment .environment-title span {
    font-size: 30px;
  }
}

@media (max-width: 1200px) and (max-width: 700px) {
  main .school-environment .environment-title span {
    height: 72px;
    font-size: 22px;
    line-height: 75px;
    padding-left: 15px;
  }
}

main .school-environment .carousel {
  height: 650px;
  margin: 0;
}

@media (max-width: 1200px) {
  main .school-environment .carousel {
    height: 580px;
  }
}

@media (max-width: 1200px) and (max-width: 700px) {
  main .school-environment .carousel {
    height: 325px;
  }
}

main .school-environment .swiper {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  main .school-environment .swiper {
    height: 110%;
  }
}

@media (max-width: 1200px) and (max-width: 700px) {
  main .school-environment .swiper {
    height: 105%;
  }
}

main .school-environment .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  main .school-environment .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .school-environment .swiper-slide img {
  display: block;
  width: 640px;
  height: 455px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 55px;
  left: 45px;
}

@media (max-width: 1200px) {
  main .school-environment .swiper-slide img {
    width: 665px;
    height: 420px;
    position: unset;
  }
}

@media (max-width: 1200px) and (max-width: 700px) {
  main .school-environment .swiper-slide img {
    width: 360px;
    height: 255px;
  }
}

main .school-environment .carousel-text {
  position: absolute;
  width: 140px;
  top: 320px;
  right: 210px;
}

@media (max-width: 1200px) {
  main .school-environment .carousel-text {
    position: unset;
  }
}

main .school-environment .carousel-text span {
  color: #595757;
  font-family: GenSenRounded-M;
  font-size: 24px;
  text-align: justify;
}

@media (max-width: 700px) {
  main .school-environment .carousel-text span {
    font-size: 16px;
  }
}

main .school-environment .swiper-button {
  width: 172px;
  height: 65px;
  position: absolute;
  bottom: 107px;
  right: 345px;
  z-index: 8;
}

@media (max-width: 1200px) {
  main .school-environment .swiper-button {
    bottom: 88px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (max-width: 1200px) and (max-width: 700px) {
  main .school-environment .swiper-button {
    width: 67px;
    height: 25px;
    bottom: 38px;
  }
}

main .school-environment .swiper-button-next::after,
main .school-environment .swiper-button-prev::after {
  display: none;
}

main .school-environment .swiper-button-next {
  width: 90px;
  height: 65px;
  background-image: url(../img/school-environment-next.png);
  background-size: cover;
  background-position: center;
  position: unset;
  margin: 0;
}

@media (max-width: 700px) {
  main .school-environment .swiper-button-next {
    width: 35px;
    height: 25px;
  }
}

main .school-environment .swiper-button-next:active {
  background-image: url(../img/news-background-btn-next-style.png);
}

main .school-environment .swiper-button-prev {
  width: 90px;
  height: 65px;
  background-image: url(../img/school-environment-prev.png);
  background-size: cover;
  background-position: center;
  position: unset;
  margin: 0;
}

@media (max-width: 700px) {
  main .school-environment .swiper-button-prev {
    width: 35px;
    height: 25px;
  }
}

main .school-environment .swiper-button-prev:active {
  background-image: url(../img/news-background-btn-prev-style.png);
}

main .school-environment .text-background {
  width: 570px;
  height: 650px;
  position: absolute;
  right: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  main .school-environment .text-background {
    display: none;
  }
}

main .school-environment .text-background img {
  width: 100%;
  height: 100%;
}

main .entrance .entrance-guide .entrance-title {
  width: 460px;
  height: 135px;
  background-image: url(../img/sun-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-bottom: 54px;
}

@media (max-width: 1160px) {
  main .entrance .entrance-guide .entrance-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .entrance .entrance-guide .entrance-title {
    width: 280px;
    height: 72px;
    margin-bottom: 30px;
    padding: 0px 0px 0px 12px;
  }
}

main .entrance .entrance-guide .entrance-title span {
  font-family: GenSenRounded-M;
  font-size: 36px;
  line-height: 142px;
  padding-left: 40px;
}

@media (max-width: 1160px) {
  main .entrance .entrance-guide .entrance-title span {
    font-size: 30px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .entrance .entrance-guide .entrance-title span {
    height: 72px;
    font-size: 22px;
    line-height: 75px;
    padding-left: 15px;
  }
}

main .entrance .entrance-guide .btn {
  width: 310px;
  height: 50px;
  color: #ffffff;
  font-family: GenSenRounded-M;
  font-size: 24px;
  text-align: center;
  line-height: 45px;
  background-image: url(../img/btn-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: unset;
}

@media (max-width: 700px) {
  main .entrance .entrance-guide .btn {
    width: 200px;
    height: 28px;
    font-size: 16px;
    line-height: 14px;
  }
}

main .entrance .entrance-term {
  padding: 36px 180px 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 766px) {
  main .entrance .entrance-term {
    padding: 36px 0px 90px;
  }
}

@media (max-width: 766px) and (max-width: 700px) {
  main .entrance .entrance-term {
    padding: 36px 71px 90px;
  }
}

main .entrance .entrance-term .term {
  width: 570px;
  height: 100%;
  border-top-style: solid;
  border-width: 3px;
  border-image-source: linear-gradient(to right, #f0ce6a, #43a6a0);
  border-image-slice: 1;
  padding: 36px 0 0;
}

@media (max-width: 700px) {
  main .entrance .entrance-term .term {
    width: 225px;
  }
}

main .entrance .entrance-term .term p {
  color: #595757;
  font-family: GenSenRounded-M;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  margin: 0;
}

@media (max-width: 700px) {
  main .entrance .entrance-term .term p {
    font-size: 12px;
    line-height: 20px;
  }
}

main .process {
  padding-bottom: 216px;
}

@media (max-width: 700px) {
  main .process {
    padding-bottom: 130px;
  }
}

main .process .tree {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main .process .tree img:nth-child(1) {
  width: 74px;
  height: 113px;
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
}

main .process .tree img:nth-child(2) {
  width: 283px;
  height: 248px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

@media (max-width: 1160px) {
  main .process .tree img {
    display: none;
  }
}

main .process .process-bg {
  height: 405px;
  background-image: url(../img/process-background-pc.png);
  z-index: 6;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1160px) {
  main .process .process-bg {
    height: 880px;
    background-image: url(../img/process-background-ipad-phone.png);
  }
}

@media (max-width: 1160px) and (max-width: 1010px) {
  main .process .process-bg {
    height: 785px;
  }
}

@media (max-width: 1160px) and (max-width: 1010px) and (max-width: 769px) {
  main .process .process-bg {
    height: 596px;
  }
}

@media (max-width: 1160px) and (max-width: 1010px) and (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg {
    height: 470px;
  }
}

@media (max-width: 1160px) and (max-width: 1010px) and (max-width: 769px) and (max-width: 630px) and (max-width: 376px) {
  main .process .process-bg {
    height: 450px;
  }
}

main .process .process-bg .process-leaf {
  width: 140px;
  height: 320px;
  -webkit-filter: contrast(3.2);
          filter: contrast(3.2);
  left: 143px;
  bottom: -10px;
  padding: 0;
}

main .process .process-bg .process-leaf img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1160px) {
  main .process .process-bg .process-leaf {
    display: none;
  }
}

main .process .process-bg .process-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 90px;
  padding: 0;
}

@media (max-width: 1160px) {
  main .process .process-bg .process-step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 525px;
    height: 650px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media (max-width: 1160px) and (max-width: 1010px) {
  main .process .process-bg .process-step {
    height: 560px;
  }
}

@media (max-width: 1160px) and (max-width: 1010px) and (max-width: 769px) {
  main .process .process-bg .process-step {
    width: 390px;
    height: 420px;
  }
}

@media (max-width: 1160px) and (max-width: 1010px) and (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .process-step {
    width: 235px;
    height: 280px;
  }
}

main .process .process-bg .left-step,
main .process .process-bg .right-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .process .process-bg .step {
  margin: 0px 69px;
}

@media (max-width: 769px) {
  main .process .process-bg .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 40px;
  }
}

@media (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .step {
    margin: 0px 17px;
  }
}

main .process .process-bg .step-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 134px;
  color: #81c4c1;
}

@media (max-width: 769px) {
  main .process .process-bg .step-circle {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 112px;
  }
}

@media (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .step-circle {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 52px;
  }
}

main .process .process-bg .step-line {
  width: 105px;
  height: 3px;
  background-color: #ffffff;
  margin: 15px 12.5px;
}

@media (max-width: 769px) {
  main .process .process-bg .step-line {
    width: 85px;
  }
}

@media (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .step-line {
    margin: 10px 12.5px;
    width: 45px;
  }
}

main .process .process-bg .process-text {
  position: absolute;
  width: 115px;
  color: #ffffff;
  font-family: GenSenRounded-M;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 630px) {
  main .process .process-bg .process-text {
    width: 90px;
    font-size: 16px;
  }
}

@media (max-width: 769px) {
  main .process .process-bg .left-step {
    height: 150px;
  }
}

@media (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .left-step {
    height: 90px;
  }
}

main .process .process-bg .left-step .arrow:nth-child(1) {
  opacity: 0;
}

@media (max-width: 769px) {
  main .process .process-bg .left-step .process-text {
    top: 140px;
  }
}

@media (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .left-step .process-text {
    top: 80px;
  }
}

@media (max-width: 769px) {
  main .process .process-bg .right-step {
    height: 150px;
  }
}

@media (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .right-step {
    height: 90px;
  }
}

@media (max-width: 769px) {
  main .process .process-bg .right-step .process-text3 {
    bottom: -5px;
  }
}

@media (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .right-step .process-text3 {
    bottom: 10px;
  }
}

@media (max-width: 769px) {
  main .process .process-bg .right-step .process-text4 {
    bottom: 35px;
  }
}

main .process .process-bg .arrow {
  width: 17px;
  height: 60px;
  background-image: url(../img/process-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 769px) {
  main .process .process-bg .arrow {
    width: 15px;
    height: 65px;
  }
}

@media (max-width: 769px) and (max-width: 630px) {
  main .process .process-bg .arrow {
    width: 8px;
    height: 38px;
  }
}

main .news {
  padding-bottom: 216px;
}

@media (max-width: 700px) {
  main .news {
    padding-bottom: 130px;
  }
}

main .news .news-title .title {
  width: 265px;
  height: 135px;
  background-image: url(../img/sun-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-bottom: 60px;
}

@media (max-width: 1160px) {
  main .news .news-title .title {
    margin-bottom: 50px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .news .news-title .title {
    width: 162px;
    height: 72px;
    margin-bottom: 30px;
  }
}

main .news .news-title .title span {
  font-family: GenSenRounded-M;
  font-size: 36px;
  line-height: 142px;
  padding-left: 40px;
}

@media (max-width: 1160px) {
  main .news .news-title .title span {
    font-size: 30px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .news .news-title .title span {
    height: 72px;
    font-size: 22px;
    line-height: 75px;
    padding-left: 15px;
  }
}

main .news .container-fluid {
  height: 618px;
}

@media (max-width: 1160px) {
  main .news .container-fluid {
    height: 625px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .news .container-fluid {
    height: 348px;
  }
}

main .news .container-fluid .news-bg {
  height: 100%;
  background-image: url(../img/news-background.png);
  background-repeat: no-repeat;
  background-size: 675px 618px;
  background-position: 54.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 185px;
  padding-top: 8px;
}

@media (max-width: 1400px) {
  main .news .container-fluid .news-bg {
    padding-left: 140px;
  }
}

@media (max-width: 1160px) {
  main .news .container-fluid .news-bg {
    background-size: 680px 625px;
  }
}

@media (max-width: 1160px) and (max-width: 900px) {
  main .news .container-fluid .news-bg {
    padding-left: 116px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  main .news .container-fluid .news-bg {
    background-size: 342px 315px;
    padding: 0;
  }
}

main .news .container-fluid .news-bg .fb-ig {
  width: 555px;
  padding: 0;
}

@media (max-width: 700px) {
  main .news .container-fluid .news-bg .fb-ig {
    width: 378px;
    height: 268px;
  }
}

@media (max-width: 700px) and (max-width: 560px) {
  main .news .container-fluid .news-bg .fb-ig {
    width: 360px;
  }
}

main .news .container-fluid .news-bg .fb {
  width: 410px;
  height: 400px;
  border: 3px solid #d8d8d8;
  padding: 0px;
}

@media (max-width: 700px) {
  main .news .container-fluid .news-bg .fb {
    width: 412px;
    height: 412px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    position: absolute;
    top: -28%;
    right: -21px;
  }
}

main .news .container-fluid .news-bg .ig {
  width: 121px;
  height: 72px;
  right: 8px;
  bottom: 28px;
}

@media (max-width: 700px) {
  main .news .container-fluid .news-bg .ig {
    width: 60px;
    height: 37px;
    right: 13px;
    bottom: 39px;
  }
}

main .news .container-fluid .news-bg .ig .instagram {
  width: 100%;
  height: 100%;
  background-image: url(../img/ig-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

main .news .container-fluid .news-bg .ig .instagram:hover {
  background-image: url(../img/ig-g.png);
}

#gift-modal .modal-dialog {
  max-width: unset;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gift-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}

#gift-modal .modal-dialog .gift-bg {
  width: 1140px;
  height: 100%;
  background-color: #43A6A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 1160px) {
  #gift-modal .modal-dialog .gift-bg {
    width: 700px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #gift-modal .modal-dialog .gift-bg {
    width: 375px;
  }
}

#gift-modal .modal-dialog .gift-bg .unicorn {
  width: 210px;
  height: 200px;
  position: absolute;
  bottom: 90px;
  left: 150px;
}

@media (max-width: 1160px) {
  #gift-modal .modal-dialog .gift-bg .unicorn {
    width: 180px;
    height: 170px;
    bottom: 66px;
    left: 24px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #gift-modal .modal-dialog .gift-bg .unicorn {
    width: 80px;
    height: 70px;
    bottom: 22px;
    left: 20px;
  }
}

#gift-modal .modal-dialog .gift-bg .gift-text-closebtn {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 253px;
  padding-bottom: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1160px) {
  #gift-modal .modal-dialog .gift-bg .gift-text-closebtn {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #gift-modal .modal-dialog .gift-bg .gift-text-closebtn {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

#gift-modal .modal-dialog .gift-bg .gift-text-closebtn .gift-text {
  width: 675px;
  height: 420px;
}

@media (max-width: 1160px) {
  #gift-modal .modal-dialog .gift-bg .gift-text-closebtn .gift-text {
    width: 502px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #gift-modal .modal-dialog .gift-bg .gift-text-closebtn .gift-text {
    width: 255px;
  }
}

#gift-modal .modal-dialog .gift-bg .gift-text-closebtn .gift-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

@media (max-width: 700px) {
  #gift-modal .modal-dialog .gift-bg .gift-text-closebtn .gift-text p {
    font-size: 12px;
    line-height: 20px;
  }
}

#gift-modal .modal-dialog .gift-bg .gift-text-closebtn .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#gift-modal .modal-dialog .gift-bg .gift-text-closebtn .btn-close {
  width: 53px;
  height: 53px;
  padding: 0;
  background: unset;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1160px) {
  #gift-modal .modal-dialog .gift-bg .gift-text-closebtn .btn-close {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #gift-modal .modal-dialog .gift-bg .gift-text-closebtn .btn-close {
    width: 36px;
    height: 36px;
  }
}

#vision-modal .modal-dialog {
  max-width: unset;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#vision-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}

#vision-modal .modal-dialog .card-back {
  width: 660px;
  height: 660px;
  background-image: url(../img/visioncard-back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1160px) {
  #vision-modal .modal-dialog .card-back {
    display: none;
  }
}

#vision-modal .modal-dialog .card-back .card-back-text {
  width: 100%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#vision-modal .modal-dialog .card-back .card-back-text span {
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 55px;
}

#vision-modal .modal-dialog .card-back .card-back-text p {
  width: 355px;
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
  margin: 0;
  padding-bottom: 30px;
}

#vision-modal .modal-dialog .card-back .card-back-text .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#vision-modal .modal-dialog .card-back .card-back-text .btn-close {
  width: 53px;
  height: 53px;
  padding: 0;
  background: unset;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#vision-modal .modal-dialog .vision-bg {
  width: 1140px;
  height: 100%;
  background-color: #43A6A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: none;
}

@media (max-width: 1160px) {
  #vision-modal .modal-dialog .vision-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #vision-modal .modal-dialog .vision-bg {
    width: 100%;
  }
}

#vision-modal .modal-dialog .vision-bg .unicorn {
  width: 210px;
  height: 200px;
  position: absolute;
  bottom: 90px;
  left: 150px;
}

@media (max-width: 1160px) {
  #vision-modal .modal-dialog .vision-bg .unicorn {
    width: 180px;
    height: 170px;
    bottom: 66px;
    left: 24px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #vision-modal .modal-dialog .vision-bg .unicorn {
    width: 80px;
    height: 70px;
    bottom: 22px;
    left: 20px;
  }
}

#vision-modal .modal-dialog .vision-bg .vision-text-closebtn {
  width: 675px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  #vision-modal .modal-dialog .vision-bg .vision-text-closebtn {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}

#vision-modal .modal-dialog .vision-bg .vision-text-closebtn .vision-text {
  width: 490px;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  #vision-modal .modal-dialog .vision-bg .vision-text-closebtn .vision-text {
    width: 240px;
    height: 295px;
  }
}

#vision-modal .modal-dialog .vision-bg .vision-text-closebtn .vision-text span {
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 55px;
}

@media (max-width: 700px) {
  #vision-modal .modal-dialog .vision-bg .vision-text-closebtn .vision-text span {
    font-size: 16px;
  }
}

#vision-modal .modal-dialog .vision-bg .vision-text-closebtn .vision-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

@media (max-width: 700px) {
  #vision-modal .modal-dialog .vision-bg .vision-text-closebtn .vision-text p {
    font-size: 12px;
    line-height: 20px;
  }
}

#vision-modal .modal-dialog .vision-bg .vision-text-closebtn .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#vision-modal .modal-dialog .vision-bg .vision-text-closebtn .btn-close {
  width: 43px;
  height: 43px;
  padding: 0;
  background: unset;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 700px) {
  #vision-modal .modal-dialog .vision-bg .vision-text-closebtn .btn-close {
    width: 36px;
    height: 36px;
  }
}

#ldeology-modal .modal-dialog {
  max-width: unset;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ldeology-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}

#ldeology-modal .modal-dialog .card-back {
  width: 660px;
  height: 660px;
  background-image: url(../img/visioncard-back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1160px) {
  #ldeology-modal .modal-dialog .card-back {
    display: none;
  }
}

#ldeology-modal .modal-dialog .card-back .card-back-text {
  width: 100%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ldeology-modal .modal-dialog .card-back .card-back-text span {
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 55px;
}

#ldeology-modal .modal-dialog .card-back .card-back-text p {
  width: 355px;
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
  margin: 0;
}

#ldeology-modal .modal-dialog .card-back .card-back-text p:nth-child(2) {
  padding-bottom: 30px;
}

#ldeology-modal .modal-dialog .card-back .card-back-text p:nth-child(3) {
  padding-bottom: 150px;
}

#ldeology-modal .modal-dialog .card-back .card-back-text .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#ldeology-modal .modal-dialog .card-back .card-back-text .btn-close {
  width: 53px;
  height: 53px;
  padding: 0;
  background: unset;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#ldeology-modal .modal-dialog .ldeology-bg {
  width: 1140px;
  height: 100%;
  background-color: #43A6A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: none;
}

@media (max-width: 1160px) {
  #ldeology-modal .modal-dialog .ldeology-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #ldeology-modal .modal-dialog .ldeology-bg {
    width: 100%;
  }
}

#ldeology-modal .modal-dialog .ldeology-bg .unicorn {
  width: 210px;
  height: 200px;
  position: absolute;
  bottom: 90px;
  left: 150px;
}

@media (max-width: 1160px) {
  #ldeology-modal .modal-dialog .ldeology-bg .unicorn {
    width: 180px;
    height: 170px;
    bottom: 66px;
    left: 24px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #ldeology-modal .modal-dialog .ldeology-bg .unicorn {
    width: 80px;
    height: 70px;
    bottom: 22px;
    left: 20px;
  }
}

#ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn {
  width: 375px;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  #ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}

#ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .ldeology-text {
  width: 490px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  #ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .ldeology-text {
    width: 240px;
  }
}

#ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .ldeology-text span {
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 55px;
}

@media (max-width: 700px) {
  #ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .ldeology-text span {
    font-size: 16px;
  }
}

#ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .ldeology-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

@media (max-width: 700px) {
  #ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .ldeology-text p {
    font-size: 12px;
    line-height: 20px;
  }
}

#ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .btn-close {
  width: 43px;
  height: 43px;
  padding: 0;
  background: unset;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 700px) {
  #ldeology-modal .modal-dialog .ldeology-bg .ldeology-text-closebtn .btn-close {
    width: 36px;
    height: 36px;
  }
}

#learn-modal .modal-dialog {
  max-width: unset;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#learn-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}

#learn-modal .modal-dialog .card-back {
  width: 660px;
  height: 660px;
  background-image: url(../img/visioncard-back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1160px) {
  #learn-modal .modal-dialog .card-back {
    display: none;
  }
}

#learn-modal .modal-dialog .card-back .card-back-text {
  width: 100%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#learn-modal .modal-dialog .card-back .card-back-text span {
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 55px;
}

#learn-modal .modal-dialog .card-back .card-back-text p {
  width: 355px;
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
  margin: 0;
}

#learn-modal .modal-dialog .card-back .card-back-text p:nth-child(2) {
  padding-bottom: 30px;
}

#learn-modal .modal-dialog .card-back .card-back-text p:nth-child(3) {
  padding-bottom: 129px;
}

#learn-modal .modal-dialog .card-back .card-back-text .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#learn-modal .modal-dialog .card-back .card-back-text .btn-close {
  width: 53px;
  height: 53px;
  padding: 0;
  background: unset;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#learn-modal .modal-dialog .learn-bg {
  width: 1140px;
  height: 100%;
  background-color: #43A6A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: none;
}

@media (max-width: 1160px) {
  #learn-modal .modal-dialog .learn-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #learn-modal .modal-dialog .learn-bg {
    width: 100%;
  }
}

#learn-modal .modal-dialog .learn-bg .unicorn {
  width: 210px;
  height: 200px;
  position: absolute;
  bottom: 90px;
  left: 150px;
}

@media (max-width: 1160px) {
  #learn-modal .modal-dialog .learn-bg .unicorn {
    width: 180px;
    height: 170px;
    bottom: 66px;
    left: 24px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  #learn-modal .modal-dialog .learn-bg .unicorn {
    width: 80px;
    height: 70px;
    bottom: 22px;
    left: 20px;
  }
}

#learn-modal .modal-dialog .learn-bg .learn-text-closebtn {
  width: 375px;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  #learn-modal .modal-dialog .learn-bg .learn-text-closebtn {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}

#learn-modal .modal-dialog .learn-bg .learn-text-closebtn .learn-text {
  width: 490px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  #learn-modal .modal-dialog .learn-bg .learn-text-closebtn .learn-text {
    width: 240px;
  }
}

#learn-modal .modal-dialog .learn-bg .learn-text-closebtn .learn-text span {
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 55px;
}

@media (max-width: 700px) {
  #learn-modal .modal-dialog .learn-bg .learn-text-closebtn .learn-text span {
    font-size: 16px;
  }
}

#learn-modal .modal-dialog .learn-bg .learn-text-closebtn .learn-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  width: 490px;
}

@media (max-width: 700px) {
  #learn-modal .modal-dialog .learn-bg .learn-text-closebtn .learn-text p {
    width: 240px;
    font-size: 12px;
    line-height: 20px;
  }
}

#learn-modal .modal-dialog .learn-bg .learn-text-closebtn .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#learn-modal .modal-dialog .learn-bg .learn-text-closebtn .btn-close {
  width: 43px;
  height: 43px;
  padding: 0;
  background: unset;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 700px) {
  #learn-modal .modal-dialog .learn-bg .learn-text-closebtn .btn-close {
    width: 36px;
    height: 36px;
  }
}

.modal-backdrop.fade.show {
  opacity: 0;
}

body {
  margin-bottom: 930px;
}

@media (max-width: 1260px) {
  body {
    margin-bottom: unset;
  }
}

footer {
  height: 930px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#dcdfe1), color-stop(50%, #ffffff), to(#dcdfe1));
  background: linear-gradient(to right, #dcdfe1 0%, #ffffff 50%, #dcdfe1 100%);
}

@media (max-width: 1260px) {
  footer {
    height: 100%;
    position: unset;
    bottom: unset;
    left: unset;
    z-index: unset;
  }
}

footer .container-fluid {
  height: 100%;
}

footer .contactus-map {
  height: calc(100% - 105px);
}

@media (max-width: 1260px) {
  footer .contactus-map {
    height: 100%;
  }
}

footer .contactus-map .pot-bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1260px) {
  footer .contactus-map .pot-bg {
    height: 985px;
  }
}

@media (max-width: 1260px) and (max-width: 1160px) {
  footer .contactus-map .pot-bg {
    height: 2000px;
    background-size: cover;
    background-position: 30%;
  }
}

@media (max-width: 1260px) and (max-width: 1160px) and (max-width: 1145px) {
  footer .contactus-map .pot-bg {
    width: 100%;
    background-position: 22%;
  }
}

@media (max-width: 1260px) and (max-width: 1160px) and (max-width: 1145px) and (max-width: 700px) {
  footer .contactus-map .pot-bg {
    height: 1300px;
  }
}

footer .contactus-map .pot {
  width: 1025px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1160px) {
  footer .contactus-map .pot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .contactus-map .pot .left {
  width: 455px;
  height: 805px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1160px) {
  footer .contactus-map .pot .left {
    margin: 85px 0 205px;
  }
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left {
    width: 340px;
    margin: 40px 0 130px;
  }
}

footer .contactus-map .pot .left .us-title {
  width: 265px;
  height: 135px;
  background-image: url(../img/sun-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-bottom: 54px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left .us-title {
    width: 155px;
    height: 72px;
    margin-bottom: 30px;
  }
}

footer .contactus-map .pot .left .us-title span {
  font-family: GenSenRounded-M;
  font-size: 36px;
  line-height: 142px;
  padding-left: 55px;
}

@media (max-width: 1160px) {
  footer .contactus-map .pot .left .us-title span {
    font-size: 30px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  footer .contactus-map .pot .left .us-title span {
    font-size: 22px;
    line-height: 77px;
    padding-left: 24px;
  }
}

footer .contactus-map .pot .left .contact-method {
  width: 380px;
  font-family: GenSenRounded-M;
  font-size: 36px;
  color: #9CAC8D;
  padding-bottom: 33px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left .contact-method {
    width: 170px;
    font-size: 16px;
    padding-bottom: 10px;
  }
}

footer .contactus-map .pot .left .contact-method .us-fb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9CAC8D;
  width: 205px;
}

footer .contactus-map .pot .left .contact-method .us-fb a .us-fb-img {
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-fb.png);
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left .contact-method .us-fb a .us-fb-img {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

footer .contactus-map .pot .left .contact-method a:hover {
    text-decoration: underline;
    color: #43A6A0;
  }

  footer .contactus-map .pot .left .contact-method .us-fb a:hover .us-fb-img {
      background-image: url(../img/icon-fb-blue.png);
  }

footer .contactus-map .pot .left .contact-method .us-line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9CAC8D;
  width: 130px;
}

footer .contactus-map .pot .left .contact-method .us-line a .us-line-img {
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-line.png);
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left .contact-method .us-line a .us-line-img {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

footer .contactus-map .pot .left .contact-method .us-line a:hover {
  text-decoration: underline;
  color: #43A6A0;
}

footer .contactus-map .pot .left .contact-method .us-line a:hover .us-line-img {
  background-image: url(../img/icon-line-blue.png);
}

footer .contactus-map .pot .left .contact-method .us-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9CAC8D;
}

footer .contactus-map .pot .left .contact-method .us-phone .us-phone-img {
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-phone.png);
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left .contact-method .us-phone .us-phone-img {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

footer .contactus-map .pot .left .contact-method .us-phone:hover {
    text-decoration: underline;
    color: #43A6A0;
}

footer .contactus-map .pot .left .contact-method .us-phone:hover .us-phone-img {
  background-image: url(../img/icon-phone-blue.png);
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left .contact-method img {
    width: 20px;
    height: 20px;
  }
}

footer .contactus-map .pot .left form {
  width: 450px;
  height: 415px;
  border-radius: 10px;
  border: 5px solid #9cac8d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form {
    width: 335px;
    height: 310px;
  }
}

footer .contactus-map .pot .left form label {
  font-size: 24px;
  font-family: GenSenRounded-M;
  color: #9cac8d;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form label {
    font-size: 16px;
  }
}

footer .contactus-map .pot .left form input {
  background: none;
}

footer .contactus-map .pot .left form .name {
  width: 385px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form .name {
    width: 243px;
  }
}

footer .contactus-map .pot .left form .name input {
  width: 325px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form .name input {
    width: 188px !important;
  }
}

footer .contactus-map .pot .left form .mail {
  width: 385px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form .mail {
    width: 243px;
  }
}

footer .contactus-map .pot .left form .mail input {
  width: 325px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form .mail input {
    width: 202px;
  }
}

footer .contactus-map .pot .left form .phone {
  width: 385px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form .phone {
    width: 243px;
  }
}

footer .contactus-map .pot .left form .phone input {
  width: 298px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form .phone input {
    width: 184px;
  }
}

footer .contactus-map .pot .left form textarea {
  width: 380px;
  height: 70px;
  margin: 30px 0 20px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form textarea {
    width: 285px;
    height: 40px;
    margin: 30px 0 10px;
  }

}

footer .contactus-map .pot .left form .submit {
  font-size: 24px;
  font-family: GenSenRounded-M;
  color: #ffffff;
  background: #9cac8d;
  width: 380px;
  height: 45px;
  border-radius: 10px;
}

footer .contactus-map .pot .left form .submit:hover {
  background: #43A6A0;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .left form .submit {
    width: 285px;
    height: 35px;
    font-size: 16px;
  }
}

footer .contactus-map .pot .right {
  height: 805px;
}

@media (max-width: 1160px) {
  footer .contactus-map .pot .right {
    height: 900px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  footer .contactus-map .pot .right {
    height: 930px;
  }
}

footer .contactus-map .pot .right .map-title {
  width: 135px;
  height: 135px;
  background-image: url(../img/sun-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-bottom: 54px;
}

@media (max-width: 700px) {
  footer .contactus-map .pot .right .map-title {
    width: 72px;
    height: 72px;
  }
}

footer .contactus-map .pot .right .map-title span {
  font-family: GenSenRounded-M;
  font-size: 36px;
  line-height: 142px;
  padding-left: 55px;
}

@media (max-width: 1160px) {
  footer .contactus-map .pot .right .map-title span {
    font-size: 30px;
  }
}

@media (max-width: 1160px) and (max-width: 700px) {
  footer .contactus-map .pot .right .map-title span {
    font-size: 22px;
    line-height: 77px;
    padding-left: 24px;
  }
}

@media (max-width: 700px) {
  footer .contactus-map .pot .right .map iframe {
    width: 347px;
    height: 438px;
  }
}

footer .bottom .container-fluid {
  width: 100%;
  height: 105px;
  background-color: #43a6a0;
}

@media (max-width: 700px) {
  footer .bottom .container-fluid {
    height: 60px;
  }
}

footer .bottom .container-fluid .row {
  width: 1050px;
  color: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 700px) {
  footer .bottom .container-fluid .row {
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .bottom .container-fluid .row .address {
  width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 700px) {
  footer .bottom .container-fluid .row .address {
    display: none;
  }
}

footer .bottom .container-fluid .row .address p {
  margin: 0;
}

footer .bottom .container-fluid .row .school-name {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .bottom .container-fluid .row .school-name p {
  margin: 0;
}

footer .bottom .container-fluid .row .footer-text {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 700px) {
  footer .bottom .container-fluid .row .footer-text {
    display: none;
  }
}

footer .bottom .container-fluid .row .footer-text p {
  margin: 0;
}
/*# sourceMappingURL=index-en.css.map */
