@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Hiragino Sans GB W05 W4";
  src: url("https://db.onlinewebfonts.com/t/bcf863a2d0e43d0a7d99cd7b5bdcedd5.eot");
  src: url("https://db.onlinewebfonts.com/t/bcf863a2d0e43d0a7d99cd7b5bdcedd5.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/bcf863a2d0e43d0a7d99cd7b5bdcedd5.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/bcf863a2d0e43d0a7d99cd7b5bdcedd5.woff") format("woff"), url("https://db.onlinewebfonts.com/t/bcf863a2d0e43d0a7d99cd7b5bdcedd5.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/bcf863a2d0e43d0a7d99cd7b5bdcedd5.svg#Hiragino Sans GB W05 W4") format("svg");
}

/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: .3s all !important;
}

a:hover {
  color: #32AAF3;
  opacity: 0.7;
}

a:hover,
a:focus {
  text-decoration: none;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  background: #FFFFFF;
  color: #222222;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  min-width: 320px;
}

body.active {
  overflow: hidden;
}

body img {
  transition: .34s all !important;
  max-width: 100%;
  width: auto;
}

body h1 h2, body h3 h4, body h5 h6 {
  line-height: 1.3;
}

body p {
  font-size: unset;
}

.container {
  max-width: 1200px !important;
}

@media (max-width: 1300px) {
  .container {
    max-width: 100% !important;
    padding: 0 80px;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.padd-main {
  padding: 120px 0;
}

.bg-white {
  background: #fff;
}

.btn-main a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFDB00;
  height: 77px;
  padding: 0 40px;
  border-radius: 70px;
  color: #001733;
  font-weight: bold;
  font-size: 27px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .btn-main a {
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .btn-main a {
    height: 50px;
    font-size: 18px;
  }
}

.btn-main a svg {
  margin-left: 40px;
}

.title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 66px;
}

@media (max-width: 991px) {
  .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 26px;
  }
}

.title span {
  border-bottom: 3px solid;
  padding-bottom: 10px;
  font-family: Inter !important;
}

@media (max-width: 767px) {
  .show-pc {
    display: none;
  }
}

.show-mb {
  display: none;
}

@media (max-width: 767px) {
  .show-mb {
    display: block;
  }
}

.holder {
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  .holder {
    padding: 0 20px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin_reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.spin {
  animation: spin var(--time-duration, 3s) linear infinite;
}

.spin_reverse {
  animation: spin_reverse var(--time-duration, 3s) linear infinite;
}

.content-fter {
  padding: 74px 0 120px 0;
  background: #FFE100;
  font-size: 21px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .content-fter {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .content-fter {
    padding: 40px 0 12px 0;
  }
}

@media (max-width: 767px) {
  .content-fter {
    padding: 40px 0 60px 0;
  }
}

.content-fter ul {
  list-style: none;
}

.content-fter ul li {
  margin-bottom: 23px;
}

.content-fter ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .content-fter .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .content-fter .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.fter-bottom {
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 44px;
  position: relative;
  background: #FBFBFB;
}

@media (max-width: 1200px) {
  .fter-bottom {
    padding: 20px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .fter-bottom {
    display: block;
    text-align: center;
  }
}

.fter-bottom ul {
  list-style: none;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .fter-bottom ul {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .fter-bottom ul {
    display: block;
    margin-bottom: 24px;
  }
}

.fter-bottom ul li {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .fter-bottom ul li {
    margin-bottom: 14px;
    text-align: left;
  }
}

.fter-bottom ul li:last-child {
  margin-right: 0;
}

.fter-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fter-bottom .right {
  position: relative;
  padding-right: 120px;
}

@media (max-width: 1200px) {
  .fter-bottom .right {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .fter-bottom .right {
    padding-right: 0;
    position: unset;
  }
}

@media (max-width: 1023px) {
  .fter-bottom .left {
    padding-right: 90px;
  }
}

.fter-bottom .back-top-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

.fter-bottom .back-top-top button {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  outline: none;
}

@media (max-width: 1200px) {
  .fter-bottom .back-top-top button img {
    max-width: 60px;
  }
}

.btn-fter a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 60px;
  width: 100%;
  background: #D90000;
  border-radius: 60px;
  color: #fff;
  box-shadow: 4px 4px rgba(0, 38, 38, 0.55);
  position: relative;
  padding: 0 25px;
}

@media (max-width: 1200px) {
  .btn-fter a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .btn-fter a {
    font-size: 17px;
  }
}

.btn-fter a svg {
  margin-left: 10px;
  position: absolute;
  right: 17px;
}

.btn-fter a.btn-2 {
  background: #00B2B4;
}

@media (max-width: 768px) {
  .block-footer .logo a {
    width: 103px;
    display: block;
  }
}

.header-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 1001;
}

@media (max-width: 991px) {
  .header-pc {
    display: none;
  }
}

.content-menu-pc {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 15px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 11px 24px -21px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  .content-menu-pc {
    font-size: 15px;
  }
}

.content-menu-pc ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.content-menu-pc ul li {
  margin-right: 25px;
}

@media (max-width: 1200px) {
  .content-menu-pc ul li {
    margin-right: 18px;
  }
}

.h-menu {
  display: flex;
  align-items: center;
}

.h-menu .btn-menu-red a {
  background: #D90000;
  color: #fff;
  display: inline-flex;
  padding: 15px 28px;
  border-radius: 50px;
}

@media (max-width: 1200px) {
  .h-menu .btn-menu-red a {
    padding: 10px 20px;
  }
}

.header-mb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  z-index: 10;
  display: none;
}

@media (max-width: 991px) {
  .header-mb {
    display: block;
  }
}

.content-menu-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .content-menu-mb .logo {
    width: 77px;
  }
}

.nav-menu-mb {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: #fff;
  transition: .4s all !important;
}

.nav-menu-mb.active {
  left: 0;
}

.head-nav {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-nav .close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-nav-mb {
  padding: 0 40px;
  max-height: calc(100% - 74px);
  overflow: auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .content-nav-mb {
    padding: 0 24px;
  }
}

.content-nav-mb ul {
  list-style: none;
}

.link-nav {
  font-size: 19px;
  font-weight: bold;
  padding: 40px 0;
}

.link-nav ul li {
  margin-bottom: 20px;
}

.link-nav ul li:last-child {
  margin-bottom: 0;
}

.link-nav a {
  color: #000000;
}

.bot-nav {
  font-size: 16px;
  padding: 40px 0;
}

.bot-nav ul li {
  margin-bottom: 18px;
}

.bot-nav ul li:last-child {
  margin-bottom: 0;
}

.bot-nav a {
  color: #6A6969;
}

.evt-nav {
  position: relative;
  left: -40px;
  width: calc(100% + 80px);
  background: rgba(247, 247, 242, 0.93);
  padding: 40px;
}

@media (max-width: 767px) {
  .evt-nav {
    left: -24px;
    width: calc(100% + 48px);
    padding: 24px;
  }
}

.evt-nav ul li {
  margin-bottom: 20px;
}

.evt-nav ul li:last-child {
  margin-bottom: 0;
}

.evt-nav ul li:last-child a {
  background: #00B2B4;
}

.evt-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  height: 54px;
  width: 262px;
  border-radius: 60px;
  color: #fff;
  position: relative;
  background: #D90000;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 4px 4px rgba(0, 38, 38, 0.55);
}

.evt-nav a svg {
  position: absolute;
  top: 20px;
  right: 20px;
}

.wrap {
  max-width: 1058px;
  margin: 0 auto;
}

.box-breadcrumbs {
  margin-bottom: 45px;
}

.box-breadcrumbs a {
  color: #6A6969;
  font-size: 19px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .box-breadcrumbs a {
    font-size: 16px;
  }
}

.box-breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.box-breadcrumbs ul li {
  position: relative;
  margin-right: 30px;
}

.box-breadcrumbs ul li:after {
  content: ">";
  color: #6A6969;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: -23px;
}

.box-breadcrumbs ul li:last-child {
  margin-right: 0;
}

.box-breadcrumbs ul li:last-child:after {
  display: none;
}

.box-feature {
  background: #F7F7F2;
  position: relative;
  overflow: hidden;
}

.box-feature:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F7F7F2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.93;
}

.box-feature .container {
  position: relative;
  z-index: 3;
}

@media (max-width: 450px) {
  .box-feature .container {
    padding: 0 10px;
  }
}

.box-feature .avr-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.box-feature .marquee-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 844px;
  z-index: 0;
}

.box-feature .marquee-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-feature .title-feature {
  padding: 195px 0 84px 0;
}

@media (max-width: 1023px) {
  .box-feature .title-feature {
    padding: 107px 0 40px 0;
  }
}

@media (max-width: 1023px) {
  .box-feature .title-feature img {
    max-height: 110px;
  }
}

.box-feature .btn-main {
  padding: 100px 0 147px 0;
}

@media (max-width: 1023px) {
  .box-feature .btn-main {
    padding: 50px 0;
  }
}

.box-feature .btn-main a {
  font-size: 32px;
  height: auto;
  padding: 34px 40px;
  text-align: center;
  box-shadow: 3px 5px 0px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .box-feature .btn-main a {
    font-size: 17.29px;
    justify-content: flex-start;
    position: relative;
    font-weight: 900;
    padding: 18px 54px;
    line-height: 29px;
  }
  .box-feature .btn-main a svg {
    position: absolute;
    height: 14px;
    width: auto;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
}

@media (max-width: 450px) {
  .box-feature .btn-main a {
    font-size: 15px;
    padding: 15px 25px;
  }
}

.item-feat {
  background: #fff;
  overflow: hidden;
  border-radius: 24px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -17px 44px -17px;
}

@media (max-width: 1200px) {
  .item-feat {
    padding: 45px 32px;
  }
}

@media (max-width: 767px) {
  .item-feat {
    padding: 45px 30px;
    border-radius: 10px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .item-feat {
    padding: 33px 12px;
  }
}

.item-feat:last-child {
  margin-bottom: 0;
}

.item-feat > div {
  padding: 0 17px;
}

@media (max-width: 767px) {
  .item-feat > div {
    padding: 0;
  }
}

.item-feat .left-feat {
  flex: 0 0 calc(100% - 465px);
  max-width: calc(100% - 465px);
}

@media (max-width: 1200px) {
  .item-feat .left-feat {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .item-feat .left-feat p br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .item-feat .left-feat {
    font-size: 17px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .item-feat .left-feat {
    margin-bottom: 24px;
  }
}
@media (max-width: 376px) {
  .item-feat .left-feat p {
    max-width: 303px;
  }
}

.item-feat .right-feat {
  flex: 0 0 465px;
  max-width: 465px;
}

.item-feat .right-feat .avarta img {
  transition: all 0.5s ease;
}

.item-feat .right-feat .avarta:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .item-feat .right-feat {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 767px) {
  .item-feat .right-feat {
    max-width: 100%;
  }
  .item-feat .right-feat .avarta img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

.item-feat .numb-feat {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .item-feat .numb-feat {
    display: block;
    margin-bottom: 20px;
  }
}

.item-feat .numb-feat .numb {
  position: relative;
  margin-right: 28px;
  flex: 0 0 86px;
  max-width: 86px;
}

@media (max-width: 1200px) {
  .item-feat .numb-feat .numb {
    margin-right: 16px;
    flex: 0 0 70px;
    max-width: 70px;
  }
}

@media (max-width: 1023px) {
  .item-feat .numb-feat .numb {
    flex: 0 0 63px;
    max-width: 63px;
  }
}

@media (max-width: 767px) {
  .item-feat .numb-feat .numb {
    margin-bottom: 20px;
  }
}

.item-feat .numb-feat .numb span {
  font-family: "Montserrat", serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .item-feat .numb-feat .numb span {
    font-size: 28px;
  }
}

.item-feat .numb-feat .txt-numb {
  color: #ECA026;
  font-size: 25px;
  font-weight: bold;
}

.item-feat .numb-feat .txt-numb .color {
  color: #000;
}

@media (max-width: 1200px) {
  .item-feat .numb-feat .txt-numb {
    font-size: 19.78px;
  }
}

@media (max-width: 370px) {
  .item-feat .numb-feat .txt-numb {
    font-size: 18px;
  }
}

.item-feat .numb-feat .txt-numb label {
  color: #001733;
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .item-feat .numb-feat .txt-numb label {
    font-size: 18px;
  }
}

.item-feat .numb-feat .txt-numb label:first-child {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .item-feat .numb-feat .txt-numb label:first-child {
    margin-right: 4px;
  }
}

.item-feat .numb-feat .txt-numb label:last-child {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .item-feat .numb-feat .txt-numb label:last-child {
    margin-left: 4px;
  }
}

.item-feat h3 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .item-feat h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) {
  .item-feat h3 {
    font-size: 33px;
    margin-bottom: 14px;
  }
}

.item-feat h3 span {
  color: #ECA026;
}

.item-feat .desc {
  font-weight: bold;
  line-height: 37px;
  font-size: 20.16px;
}

.item-feat .desc p {
  margin-bottom: 10px;
}

.item-feat .desc p:last-child {
  margin-bottom: 0;
}

.item-feat:nth-child(2n) .left-feat {
  order: 2;
}

.item-feat:nth-child(2n) .right-feat {
  order: 1;
}

@media (max-width: 600px) {
  .item-feat .desc {
    font-size: 17.81px;
    line-height: 31px;
  }
}

.box-tuition {
  padding: 100px 0 130px 0;
}

@media (max-width: 1023px) {
  .box-tuition {
    padding: 48px 0 56px 0;
  }
}

.box-tuition .btn-tuition ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .box-tuition .btn-tuition ul {
    margin: 0 -5px;
  }
}

.box-tuition .btn-tuition ul li {
  padding: 0 8px;
}

@media (max-width: 1023px) {
  .box-tuition .btn-tuition ul li {
    padding: 0 5px;
  }
}

.box-tuition .btn-tuition a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 177px;
  overflow: hidden;
  border-radius: 10px;
  background: #FFDB00;
  height: 56px;
  padding: 0 20px;
  font-size: 25px;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 1023px) {
  .box-tuition .btn-tuition a {
    min-width: 120px;
    border-radius: 6px;
    height: 36px;
    padding: 0 10px;
    font-size: 17px;
  }
}

.numb-price {
  padding: 24px 0;
}

@media (max-width: 1023px) {
  .numb-price {
    padding: 18px 0;
  }
}

.content-numb-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 247, 242, 0.93);
  border-radius: 12px;
  padding: 16px 28px;
  color: #32AAF3;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .content-numb-price {
    padding: 12px 18px;
  }
}

.content-numb-price .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .content-numb-price .icon svg {
    height: 30px;
    width: auto;
  }
}

.content-numb-price .price {
  padding: 0 14px 0 28px;
  font-size: 76px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 1023px) {
  .content-numb-price .price {
    padding: 0 4px 0 18px;
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .content-numb-price .price {
    font-size: 40px;
  }
}

.content-numb-price .txt-price {
  position: relative;
  line-height: 1;
  top: 12px;
}

@media (max-width: 1023px) {
  .content-numb-price .txt-price {
    font-size: 20px;
    top: 6px;
  }
}

@media (max-width: 767px) {
  .content-numb-price .txt-price {
    font-size: 14px;
  }
}

.content-numb-price .txt-price span {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}

@media (max-width: 1023px) {
  .content-numb-price .txt-price span {
    font-size: 15px;
    padding-left: 4px;
  }
}

@media (max-width: 767px) {
  .content-numb-price .txt-price span {
    font-size: 10px;
  }
}

.desc-tuition {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .desc-tuition {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .desc-tuition {
    font-size: 16px;
  }
}

.desc-tuition p {
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .desc-tuition p {
    margin-bottom: 6px;
  }
}

.desc-tuition p:last-child {
  margin-bottom: 0;
}

.box-step {
  background: #E0EFFF;
  padding: 180px 0 130px 0;
  position: relative;
}

@media (max-width: 1023px) {
  .box-step {
    padding: 84px 0 64px 0;
  }
}

.box-step .top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1023px) {
  .box-step .top svg {
    height: 40px;
    width: auto;
  }
}

.box-step .title-step {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .box-step .title-step img {
    max-height: 180px;
  }
}

.content-step {
  max-width: 1122px;
  margin: 0 auto;
}

.content-step .avarta-step {
  padding: 35px 0 40px 0;
}

@media (max-width: 1023px) {
  .content-step .avarta-step {
    padding: 0 0 15px 0;
  }
}

.content-step .event-step {
  padding: 30px 0 50px 0;
}

@media (max-width: 1023px) {
  .content-step .event-step {
    padding: 12px 0 22px 0;
  }
}

.content-step .event-step ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-step .event-step a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  min-width: 195px;
  height: 55px;
  position: relative;
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .content-step .event-step a {
    min-width: 135px;
    height: 38px;
    font-size: 13px;
    padding: 0 24px;
  }
}

.content-step .event-step a svg {
  position: absolute;
  top: 20px;
}

@media (max-width: 1023px) {
  .content-step .event-step a svg {
    top: 12px;
  }
}

@media (max-width: 1023px) {
  .content-step .event-step a.arr-left {
    justify-content: flex-end;
  }
}

.content-step .event-step a.arr-left svg {
  left: 26px;
}

@media (max-width: 1023px) {
  .content-step .event-step a.arr-left svg {
    left: 20px;
  }
}

@media (max-width: 1023px) {
  .content-step .event-step a.arr-right {
    justify-content: flex-start;
  }
}

.content-step .event-step a.arr-right svg {
  right: 26px;
}

@media (max-width: 1023px) {
  .content-step .event-step a.arr-right svg {
    right: 20px;
  }
}

.content-step .bot-step {
  font-weight: bold;
}

@media (max-width: 767px) {
  .content-step .bot-step {
    font-size: 12px;
  }
}

.content-step .bot-step a {
  color: #ECA026;
  border-bottom: 1px solid;
}

@media (max-width: 767px) {
  .content-step .bot-step img {
    max-height: 20px;
  }
}

.item-step .head-step {
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .item-step .head-step {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .item-step .head-step {
    display: block;
    font-size: 13px;
    text-align: center;
    max-width: 290px;
    margin: 0 auto 40px auto;
  }
}

.item-step .head-step .numb-step {
  background: #32AAF3;
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  flex: 0 0 110px;
  max-width: 110px;
  width: 100%;
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .item-step .head-step .numb-step {
    margin: 0 auto 20px auto;
  }
}

.item-step .head-step h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}

@media (max-width: 1023px) {
  .item-step .head-step h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .item-step .head-step h4 {
    font-size: 18px;
    max-width: 217px;
    margin: 0 auto 20px auto;
    line-height: 1.5;
  }
}

.box-flow {
  padding: 140px 0;
  background: rgba(247, 247, 242, 0.93);
}

@media (max-width: 1023px) {
  .box-flow {
    padding: 74px 0;
  }
}

.box-flow .title {
  margin-bottom: 94px;
}

@media (max-width: 1023px) {
  .box-flow .title {
    margin-bottom: 50px;
  }
}

.list-top-flow {
  max-width: 1060px;
  padding-top: 32px;
  margin: 0 auto;
  padding-bottom: 66px;
}

@media (max-width: 1023px) {
  .list-top-flow {
    display: none;
  }
}

.list-top-flow ul {
  list-style: none;
  display: flex;
  margin: 0 -5px;
}

.list-top-flow ul li {
  padding: 0 5px;
  flex: 0 0 20%;
  max-width: 20%;
}

.item-step-flow {
  position: relative;
}

.item-step-flow .bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-step-flow .bg svg {
  width: 100%;
  height: auto;
}

.item-step-flow .numb {
  position: absolute;
  top: -32px;
  left: calc(50% - 42px);
  width: 64px;
  height: 64px;
  background: #FFDB00;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 500;
}

.item-step-flow .info {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14%;
  padding-right: 20px;
}

.item-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 50px 36px 80px 36px;
}

@media (max-width: 1200px) {
  .item-flow {
    padding: 32px;
  }
}

@media (max-width: 1023px) {
  .item-flow {
    padding: 20px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .item-flow {
    display: block;
    padding: 36px 20px;
  }
}

.item-flow:last-child {
  margin-bottom: 0;
}

.item-flow .flow-right {
  flex: 0 0 382px;
  max-width: 382px;
}

@media (max-width: 1023px) {
  .item-flow .flow-right {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 767px) {
  .item-flow .flow-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.item-flow .flow-right .avarta img {
  transition: all 0.5s ease;
  margin: 0 auto;
  display: block;
}

.item-flow .flow-right .avarta:hover img {
  transform: scale(1.1);
}

.item-flow .flow-left {
  flex: 0 0 calc(100% - 382px);
  max-width: calc(100% - 382px);
  padding-right: 60px;
}

@media (max-width: 1023px) {
  .item-flow .flow-left {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .item-flow .flow-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.item-flow .title-flow-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .item-flow .title-flow-item {
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .item-flow .title-flow-item {
    margin-bottom: 18px;
    display: block;
  }
}

.item-flow .title-flow-item .numb {
  background: #FFDB00;
  flex: 0 0 86px;
  max-width: 86px;
  height: 86px;
  border-radius: 100%;
  margin-right: 30px;
  font-family: "Montserrat", serif;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .item-flow .title-flow-item .numb {
    margin-right: 20px;
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .item-flow .title-flow-item .numb {
    margin-bottom: 26px;
  }
}

.item-flow .title-flow-item h3 {
  font-weight: bold;
  font-size: 33px;
}

@media (max-width: 1200px) {
  .item-flow .title-flow-item h3 {
    font-size: 24px;
  }
}

.item-flow .desc {
  font-size: 22px;
  line-height: 30px;
  padding-left: 34px;
}

@media (max-width: 1200px) {
  .item-flow .desc {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .item-flow .desc {
    padding-left: 0;
  }
}

.item-flow .desc p {
  margin-bottom: 13px;
}

.item-flow .desc p:last-child {
  margin-bottom: 0;
}

.list-flow {
  max-width: 1060px;
  margin: 0 auto;
}

.list-flow .item-item-flow {
  margin-bottom: 28px;
}

@media (max-width: 1023px) {
  .list-flow .item-item-flow {
    margin-bottom: 16px;
  }
}

.list-flow .item-item-flow:last-child {
  margin-bottom: 0;
}

.list-flow .item-item-flow:last-child .arrow-flow {
  display: none;
}

.list-flow .item-item-flow .arrow-flow {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .list-flow .item-item-flow .arrow-flow svg {
    width: auto;
    height: 40px;
  }
}

.box-banner {
  position: relative;
  padding: 320px 0 214px 0;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
}

@media (max-width: 1023px) {
  .box-banner {
    padding: 200px 0 24px 0;
  }
}

@media (max-width: 767px) {
  .box-banner {
    padding: 315px 0 0 0;
  }
}

@media (max-width: 767px) {
  .box-banner .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.content-banner h1 {
  position: relative;
  font-size: 68px;
  font-weight: bold;
}

@media (max-width: 1364px) {
  .content-banner h1 {
    font-size: 60px;
  }
}

@media (max-width: 1200px) {
  .content-banner h1 {
    font-size: 54px;
  }
}

@media (max-width: 1100px) {
  .content-banner h1 {
    font-size: 50px;
  }
}

@media (max-width: 1023px) {
  .content-banner h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .content-banner h1 {
    font-size: 34px;
  }
}

.content-banner h1 p {
  display: inline-flex;
  background: #fff;
  margin-bottom: 10px;
  padding: 2px 10px;
}

.content-banner .desc {
  font-size: 26px;
  font-weight: bold;
  display: inline-flex;
  background: #fff;
}

@media (max-width: 1364px) {
  .content-banner .desc {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .content-banner .desc {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .content-banner .desc {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .content-banner .desc {
    font-size: 12px;
  }
}

.content-banner .desc > * {
  padding: 2px 16px;
}

.content-banner .desc label {
  margin: 0;
  background: #000000;
  color: #fff;
}

.content-banner .btn-main {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .content-banner .btn-main {
    margin-top: 30px;
  }
}

.content-banner .btn-main a {
  background: #D90000;
  color: #fff;
  position: relative;
  box-shadow: 4px 5px rgba(35, 24, 21, 0.51);
}

@media (max-width: 1364px) {
  .content-banner .btn-main a {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .content-banner .btn-main a {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .content-banner .btn-main a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .content-banner .btn-main a {
    font-size: 14px;
    padding: 0 24px;
    width: 100%;
  }
  .content-banner .btn-main a svg {
    margin-left: 24px;
    width: auto;
    height: 16px;
  }
}

.content-banner .avar {
  position: absolute;
  bottom: -214px;
  left: 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .content-banner .avar {
    bottom: 0;
    position: relative;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .content-banner .avar {
    margin-top: 32px;
  }
  .content-banner .avar:after {
    content: "";
    width: calc(100% + 40px);
    left: -20px;
    background: #fff;
    position: absolute;
    height: 80%;
    bottom: 0;
  }
  .content-banner .avar img {
    position: relative;
    z-index: 2;
  }
}

.content-banner .avar a {
  position: absolute;
  bottom: 5%;
  right: 6%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  z-index: 2;
}

@media (max-width: 1200px) {
  .content-banner .avar a {
    font-size: 11.5px;
    right: 4%;
  }
}

@media (max-width: 1023px) {
  .content-banner .avar a {
    font-size: 1.1vw;
  }
}

@media (max-width: 767px) {
  .content-banner .avar a {
    font-size: 2vw;
  }
}

.content-banner .avar a svg {
  margin-left: 4px;
}

@media (max-width: 767px) {
  .content-banner .avar a svg {
    height: auto;
    width: 5px;
    position: relative;
    top: -1px;
  }
}

.bot-banner {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .bot-banner {
    display: none;
  }
}

.list-faq {
  margin-bottom: 120px;
}

.list-faq:last-child {
  margin-bottom: 0;
}

.item-faq {
  padding: 30px 38px;
  background: #FDFBED;
  border-radius: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .item-faq {
    padding: 20px 12px;
    margin-bottom: 15px;
  }
}

.item-faq:last-child {
  margin-bottom: 0;
}

.item-faq .quesstion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.item-faq .quesstion .icon-quess {
  flex: 0 0 76px;
  max-width: 76px;
}

@media (max-width: 767px) {
  .item-faq .quesstion .icon-quess {
    max-width: 50px;
    flex: 0 0 50px;
  }
}

.item-faq .quesstion .icon-arrow {
  flex: 0 0 22px;
  max-width: 22px;
  transition: .3s all !important;
}

@media (max-width: 767px) {
  .item-faq .quesstion .icon-arrow {
    max-width: 16px;
    flex: 0 0 16px;
  }
}

.item-faq .quesstion .t-quess {
  flex: 0 0 calc(100% - 98px);
  max-width: calc(100% - 98px);
  padding: 0 30px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .item-faq .quesstion .t-quess {
    max-width: calc(100% - 66px);
    flex: 0 0 calc(100% - 66px);
    padding: 0 12px;
    font-size: 18px;
  }
}

.item-faq .quesstion.active .icon-arrow {
  transform: rotate(180deg);
}

.item-faq .answer {
  padding: 32px 50px 20px 50px;
  display: none;
}
.item-faq .answer a {
  color:#32AAF3;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .item-faq .answer {
    font-size: 15px;
    padding: 16px;
    line-height: 2;
  }
  .item-faq .answer * {
    line-height: 2;
  }
}

.template-faq {
  padding: 0 0 200px 0;
}

@media (max-width: 767px) {
  .template-faq {
    padding: 0 0 100px 0;
  }
}

.box-faq {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .box-faq {
    margin-bottom: 80px;
  }
}

.box-faq:last-child {
  margin-bottom: 0;
}

.box-faq .title {
  font-size: 35px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .box-faq .title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
  }
}

.box-banner-template {
  position: relative;
  padding: 232px 0 160px 0;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .box-banner-template {
    padding: 140px 0 120px 0;
  }
}

.box-banner-template .content-banner-template {
  position: relative;
  z-index: 2;
}

.box-banner-template h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 48.88px;
  color: #261C19;
  line-height: 55.15px;
}

@media (max-width: 767px) {
  .box-banner-template h1 {
    font-size: 38.03px;
  }
}

.box-banner-template h1 span {
  background: #fff;
  padding: 0 12px;
  display: inline-flex;
}

@media (max-width: 450px) {
  .box-banner-template.service h1 {
    font-size: 34.53px;
  }
}

@media (max-width: 380px) {
  .box-banner-template.service h1 {
    font-size: 27px;
  }
}

@media (max-width: 360px) {
  .box-banner-template.faq h1 {
    font-size: 27px;
  }
}

@media (max-width: 450px) {
  .box-banner-template.default h1 {
    font-size: 34.53px;
  }
}

@media (max-width: 412px) {
  .box-banner-template.default h1 {
    font-size: 27px;
  }
}

.box-banner-template h2 {
  font-weight: bold;
  font-size: 27px;
  line-height: 31px;
  color: #001733;
}

@media (max-width: 767px) {
  .box-banner-template h2 {
    font-size: 20px;
  }
}

.box-banner-template h2 span {
  background: #fff;
  padding: 0 12px;
  display: inline-flex;
}

.box-banner-template .icon-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .box-banner-template .bot-banner {
    display: block;
  }
}

#counseling-step .counseling-step .square_btn {
  background: #fff !important;
  border: 0 !important;
  height: 55px;
  min-width: 195px;
  font-size: 18px;
  font-weight: bold;
  color: #333333 !important;
  position: relative;
}

#counseling-step .counseling-step .square_btn#prev:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
}

#counseling-step .counseling-step .square_btn#prev {
  position: relative;
}

#counseling-step .counseling-step .square_btn#next::after {
  right: 26px !important;
  top: 2px !important;
}

@media (max-width: 767px) {
  #counseling-step .counseling-step .square_btn {
    min-width: unset;
    font-size: 13px !important;
    height: auto;
    padding: 8px 20px 8px 32px;
  }
  #counseling-step .counseling-step .square_btn#prev:after {
    transform: rotate(225deg) scale(0.8);
    left: 16px;
  }
  #counseling-step .counseling-step .square_btn#next::after {
    transform: rotate(45deg) scale(0.8);
    top: 0 !important;
    right: 14px !important;
  }
}

@media (max-width: 350px) {
  .box-faq .title {
    font-size: 21px;
  }
}
html {
  scroll-behavior: smooth;
}
/*# sourceMappingURL=style.css.map */