* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #4e3476;
  --title: #061c33;
  --text: #4a555e;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 143rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Geist', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #eeebf2, #ffffff);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg>img,
.img_bg>video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.custom-popup {
  --radius: 0px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: var(--radius);
  z-index: 999;
  padding: 8px;
  font-size: 14px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease;
}
.custom-popup.show {
  opacity: 1;
  transform: scaleY(1);
}
.custom-popup.up {
  transform-origin: bottom;
}
.custom-popup .popup-empty {
  padding: 12px;
  text-align: center;
  color: #999;
}
.custom-popup input.popup-input {
  display: block;
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--title);
  margin-bottom: 8px;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup input.popup-input::placeholder {
  color: #666;
}
.custom-popup input.popup-input:focus {
  border-color: var(--primary);
}
.custom-popup .popup-options {
  overflow: auto;
  max-height: 50vh;
}
.custom-popup .popup-option {
  padding: 12px;
  margin: 0 0 4px;
  cursor: pointer;
  transition: all 0.15s;
  word-break: break-word;
  border-radius: calc(var(--radius) - 2px);
}
.custom-popup .popup-option:hover,
.custom-popup .popup-option.selected {
  background-color: #f0f0f0;
}
.custom-popup .popup-option:last-child {
  margin-bottom: 0;
}
.syedittext .subtitle {
  font-size: 2.2rem;
  text-transform: uppercase;
}
.syedittext h1 {
  font-weight: 600;
  font-size: 7.8rem;
  line-height: 1.102564;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 1.230769;
}
.syedittext p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.syedittext.white {
  color: #fff;
}
.syedittext.white p {
  color: rgba(255, 255, 255, 0.7);
}
.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3;
  padding: 0 2em;
  border-radius: 0.6rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.btn:hover {
  color: var(--primary);
  background-color: #fff;
}
.btn_line {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3;
  padding: 0 2em;
  border-radius: 0.6rem;
  border: 1px solid var(--primary);
  background-color: transparent;
}
.btn_line:hover {
  color: #fff;
  background-color: var(--primary);
}
.swiper_controls {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.swiper_btns {
  gap: 3rem;
  display: flex;
}
.swiper_btns.middle {
  width: 98%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: auto;
}
.swiper_btns.middle .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns div {
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 35%;
  height: 35%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-line-l-b.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  background-color: var(--title);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  border-color: rgba(36, 36, 36, 0.45);
  background-color: transparent;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  align-items: center;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #aaaaaa;
  transform: scale(0.666667);
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  transform: scale(1);
  background-color: var(--primary);
}
header {
  position: sticky;
  top: 0;
  z-index: 996;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all .4s;
}
@media screen and (min-width: 769px) {
  header.sticky {
    top: -30px;
  }
  header.sticky .logo {
    transform: translate(-1.7rem, 5px) scale(0.8);
  }
}
header .content {
  max-width: 173.6rem;
}
header .logo {
  display: block;
  position: relative;
  transition: all .4s;
  transform: translateX(-1.7rem);
  transform-origin: left bottom;
}
header .logo img {
  display: block;
  width: 22.2rem;
  height: auto;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header .main {
  flex: 1;
  max-width: 143.5rem;
}
header .top {
  gap: 17px;
  padding: 10px 0;
}
header .top ul {
  gap: 20px;
  display: flex;
  align-items: center;
}
header .top li {
  gap: 20px;
  display: flex;
  align-items: center;
}
header .top li::after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #d7dae1;
}
header .top a {
  font-size: 17px;
  transition: all 0.3s;
}
header .top a:hover {
  color: var(--primary);
}
header .btn_lang {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding: 0 5px;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
}
header .btn_lang::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_lang::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 16px;
  transition: all .3s;
  background: url(../img/arrow-down-b.svg) no-repeat center / contain;
}
header .btn_lang:hover::after {
  transform: rotate(180deg);
}
header .bot {
  padding: 5px 0 20px;
}
header nav .close_box {
  display: none;
}
header nav .menu {
  gap: 4.5rem;
  display: flex;
}
header nav .menu>li {
  position: relative;
  z-index: 2;
}
header nav .menu>li>a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  transition: all 0.3s;
}
header nav .menu>li>a:hover {
  color: var(--primary);
}
header nav .con>div>div+div {
  display: none;
}
header nav .menu>li:hover>.sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  padding: 6px;
  transition: all 0.3s;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  min-width: 180px;
}
header nav .sub-menu>li+li {
  margin-top: 4px;
}
header nav .sub-menu>li>a {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 18px;
  transition: all 0.2s;
  border-radius: 6px;
}
header nav .sub-menu>li>a:hover {
  color: #fff;
  background-color: var(--primary);
}
header .rt {
  gap: 16px;
  display: flex;
  align-items: center;
}
header .btn_search form {
  width: 36.3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  transition: all 0.3s;
  border-radius: 6px;
  border: 1px solid #f8f7f4;
  background-color: #f8f7f4;
}
header .btn_search form:hover,
header .btn_search form:focus-within {
  /* border-color: var(--primary); */
}
header .btn_search form:focus-within {
  width: 40rem;
}
header .btn_search form input[type="text"] {
  width: 100%;
  display: block;
  background-color: transparent;
  color: var(--title);
  font-size: 18px;
  padding: 0 20px;
}
header .btn_search form input[type="text"]::placeholder {
  color: #384567;
}
header .btn_search form label {
  width: 62px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
header .btn_search form label:hover {
  background-color: var(--primary);
}
header .btn_search form label:hover::after {
  filter: contrast(0) brightness(2);
}
header .btn_search form label::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.3s;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_search form label input[type="submit"] {
  display: none;
}
header .btn_account {
  gap: 16px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  border-radius: 6px;
  background-color: var(--primary);
  padding: 0 23px 0 18px;
  transition: all 0.3s;
}
header .btn_account:hover {
  background-color: var(--title);
}
header .btn_account::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  filter: contrast(0) brightness(2);
  background: url(../img/icon-account.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
footer {
  padding: 7.7rem 0 2rem;
}
footer .subscribe {
  width: calc(100% - 6rem);
  max-width: 155rem;
  margin: 0 auto 7.7rem;
  overflow: hidden;
  border-radius: 1.7rem;
}
footer .subscribe .flex {
  padding: 5.677419% 4.516129% 6.774194% 5.16129%;
}
footer .subscribe .syedittext {
  flex: 1;
}
footer .subscribe .syedittext p {
  margin-top: 1.2rem;
  max-width: 50rem;
}
footer .subscribe .form {
  width: 42.142857%;
  margin-top: 2.428571%;
}
footer .subscribe .form form {
  gap: 1.6rem;
  display: grid;
  grid-template-columns: 1fr auto;
}
footer .subscribe .form input[type="email"] {
  color: var(--title);
  font-size: 1.7rem;
  border-radius: 0.6rem;
  border: 1px solid #dbdbdb;
  padding: 0 2.5rem;
}
footer .subscribe .form input[type="email"]::placeholder {
  color: #595959;
}
footer .subscribe .form input[type="submit"] {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  border-radius: 0.6rem;
  background-color: var(--primary);
  padding: 2rem 4.7rem;
  transition: all 0.3s;
}
footer .subscribe .form input[type="submit"]:hover {
  background-color: var(--title);
}
footer .foot_navs {
  column-count: 4;
  column-gap: 6.857143%;
}
footer .foot_nav {
  break-inside: avoid;
  margin-bottom: 6rem;
}
footer .foot_nav strong {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
footer .foot_nav li+li {
  margin-top: 1.4rem;
}
footer .foot_nav a {
  vertical-align: top;
  color: var(--text);
  font-size: 1.7rem;
  transition: all 0.3s;
}
footer .foot_nav a:hover {
  color: var(--primary);
}
footer .foot_nav a[target="_blank"] {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.7rem;
  border-radius: 0.6rem;
  background-color: var(--primary);
}
footer .foot_nav a[target="_blank"]:hover {
  background-color: var(--title);
}
footer .bot {
  gap: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12.4rem;
}
footer .logo {
  display: block;
  position: relative;
}
footer .logo img {
  display: block;
  width: 22.2rem;
  height: auto;
}
footer .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .ct {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
footer .ct ul {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  margin-left: 1.2rem;
}
footer .ct li {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
footer .ct li::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.3rem;
  background-color: #dadde1;
}
footer .ct a {
  display: block;
  transition: all 0.3s;
}
footer .ct a:hover {
  color: var(--primary);
}
footer .social {
  gap: 1rem;
  display: flex;
}
footer .social .active a,
footer .social a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
footer .social .active a::after,
footer .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .social a {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid #dadde1;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .social a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
footer .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
footer .social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
footer .social .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
footer .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
footer .social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.blog_list a {
  display: block;
  position: relative;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: 1.6rem;
  padding-bottom: 67.549669%;
}
.blog_list .info .cat {
  position: absolute;
  left: 2.6rem;
  top: 2.4rem;
  z-index: 2;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 1.7rem 2rem;
  min-width: 17.7rem;
}
.blog_list .info .title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4.5rem;
  margin-top: 3.8rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list .info .desc {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-top: 2.5rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_list.sm .info .cat {
  display: none;
}
.blog_list.sm .info .title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-top: 3.2rem;
}
.blog_list.sm .info .desc {
  font-size: 1.7rem;
}
.section_banner {
  max-width: 256rem;
  margin: 0 auto;
}
.section_banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 43.229167%;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, #05111e, transparent);
}
.section_banner .flex {
  height: 100vh;
  max-height: 80rem;
  min-height: max-content;
  padding: 8rem 0;
}
.section_banner .head {
  width: 59.142857%;
  max-width: 73rem;
  padding-bottom: 7.428571%;
}
.section_banner .head h1 {
  min-height: 17.2rem;
  display: flex;
  align-items: flex-end;
}
.section_banner .head p {
  max-width: 58.6rem;
  margin-top: 2.2rem;
  line-height: 2.9rem;
}
.section_banner .head .btn {
  margin-top: 3.8rem;
}
.section_banner form {
  gap: 1.2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 63.6rem;
  margin-top: 3.8rem;
}
.section_banner form input[type="text"] {
  width: 100%;
  display: block;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  padding: 0 2.4rem;
}
.section_banner form input[type="text"]::placeholder {
  color: rgba(8, 25, 68, 0.8);
}
.section_banner form input[type="submit"].btn {
  margin-top: 0;
  min-width: 16.2rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 6rem;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

div.jst-language-switcher {
  display: none;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal::-webkit-scrollbar {
  display: none;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 102.4rem;
  margin: 5rem auto;
  padding: 0;
  border-radius: 1.6rem;
  background-color: #fff;
  overflow: unset;
}
.quote_modal .contact_main .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.quote_modal .contact_main .wrap {
  padding: 3rem;
  align-self: center;
}
.quote_modal .contact_main .img {
  border-radius: 1.6rem;
}
.quote_modal .contact_main .lt {
  max-width: unset;
  padding: 0;
}
.quote_modal .contact_main .rt {
  width: 100%;
}
.quote_modal .head .title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.230769;
}
.quote_modal .head p {
  font-size: 14px;
  line-height: 1.5;
}
.quote_modal .contact_main .form {
  padding: 0;
  margin-top: 3rem;
  background-color: transparent;
}
.quote_modal .contact_main .form form {
  justify-content: space-between;
}
.quote_modal .contact_main .form span {
  width: 48%;
}
.quote_modal .contact_main .form .label {
  font-size: 14px;
  margin-bottom: 5px;
}
.quote_modal .contact_main .form label input,
.quote_modal .contact_main .form select,
.quote_modal .contact_main .form textarea {
  height: 46px;
  font-size: 15px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.quote_modal .contact_main .form textarea {
  height: 120px;
  padding: 12px 15px;
}
.quote_modal .contact_main .form .btn {
  font-size: 16px;
  padding: 0 30px;
  line-height: 44px;
}
.quote_modal .contact_main .form span:has(textarea) {
  width: 100%;
}
.quote_modal .contact_main .form span:has(.btn) {
  margin-top: 5px;
  width: 100%;
}

header nav .menu .sub-menu {
  display: none;
}
.header_menu_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.74);
  opacity: 0;
  pointer-events: none;
}
.header_menu_overlay.active {
  opacity: 1;
  pointer-events: all;
}
.header_menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
}
.header_menu .close_box {
  min-height: 60px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header_menu .close_box .close {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  content: '';
  background: url("../img/hd-close.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0.3);
  transition: all 0.3s;
}
.header_menu .close_box .close:hover {
  filter: unset;
  opacity: 1;
  transform: rotate(360deg);
}
.header_menu .hd_menu_top {
  background-color: #f3f3f3;
}
.header_menu .hd_menu_top .nav ul {
  display: flex;
  gap: 5.8rem;
}
.header_menu .hd_menu_top .nav li.active a,
.header_menu .hd_menu_top .nav a:hover {
  border-bottom-color: var(--primary);
}
.header_menu .hd_menu_top .nav a {
  display: block;
  transition: all 0.3s;
  font-size: 17px;
  font-weight: 600;
  color: #171717;
  line-height: 62px;
  padding-top: 4px;
  border-bottom: 4px solid transparent;
}
.header_menu .hd_menu_top .close {
  opacity: 0.74;
}
.header_menu .hd_menu_list {
  display: none;
  padding: 3.7rem 0 4rem;
  max-height: calc(100vh - 22rem);
  overflow-y: auto;
}
.header_menu .hd_menu_list.active {
  display: block;
}
.header_menu .hd_menu_list>ul>li>a {
  font-size: 18px;
  font-weight: 600;
}
.header_menu .hd_menu_list>ul>li+li {
  margin-top: 4.1rem;
}
.header_menu .hd_menu_list .hd_sub-menu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr));
  gap: 4rem 4.66666667%;
  margin-top: 2.1rem;
}
.header_menu .hd_menu_list .hd_sub-menu a {
  display: block;
  height: 100%;
}
.header_menu .hd_menu_list .hd_sub-menu a:hover img {
  transform: scale(1.02);
}
.header_menu .hd_menu_list .hd_sub-menu a:hover strong {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.header_menu .hd_menu_list .hd_sub-menu a .img {
  padding-bottom: 100%;
  border-radius: 1.6rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.header_menu .hd_menu_list .hd_sub-menu a strong {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
  transition: all 0.3s;
  text-decoration: underline transparent;
  margin-top: 12px;
}
.header_menu .hd_menu {
  padding: 2rem 0 6rem;
  max-height: calc(100vh - 22rem);
  overflow-y: auto;
}
.header_menu .hd_menu>ul {
  display: flex;
  flex-wrap: wrap;
}
.header_menu .hd_menu>ul>li {
  flex: 1;
  max-width: 35.9rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 2.5rem;
}
.header_menu .hd_menu>ul>li:first-child {
  border-left: none;
}
.header_menu .hd_menu>ul>li>a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header_menu .hd_menu>ul>li>a .img {
  padding-bottom: 56.25%;
  border-radius: 12px;
}
.header_menu .hd_menu>ul>li>a:hover .img img {
  transform: scale(1.03);
}
.header_menu .hd_menu>ul>li>a .info {
  flex: 1;
}
.header_menu .hd_menu>ul>li>a .title {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 15px;
}
.header_menu .hd_menu>ul>li>a:hover .title {
  color: var(--primary);
}
.header_menu .hd_menu>ul>li>a .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header_menu .hd_menu>ul>li>a .btn_line {
  display: block;
  max-width: max-content;
  margin-top: 12px;
  color: var(--primary);
  font-size: 14px;
  padding: 10px 20px;
  transition: all .3s;
  border-radius: 6px;
  border: 1px solid var(--primary);
}
.header_menu .hd_menu>ul>li>a:hover .btn_line,
.header_menu .hd_menu>ul>li>a .btn_line:hover {
  color: #fff;
  background-color: var(--primary);
}
.header_menu .hd_menu>ul ul {
  margin-top: 2.2rem;
}
.header_menu .hd_menu>ul ul .active a,
.header_menu .hd_menu>ul ul a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.header_menu .hd_menu>ul ul li+li {
  margin-top: 1rem;
}
.header_menu .hd_menu>ul ul a {
  font-size: 16px;
  color: #4c4c4c;
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}

.login_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  overflow: auto;
}
.login_modal::-webkit-scrollbar {
  display: none;
}
.login_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 96.4rem;
  margin: 5rem auto;
}
/*** global css ***/

section.aboutus_section02 .hero_area h1 {
  max-width: 100rem;
}
section.aboutus_section02 .hero_area {
  padding: 8rem 0;
  min-height: 70.9rem;
  display: flex;
  align-items: center;
}
section.aboutus_section02 .hero_area .content {
  width: 100%;
}
section.application_section03 .left_col .desc {
  max-width: unset;
}
section.application_section03 .step_content .step_desc {
  max-width: unset;
}
section.section_banner .head {
  width: 72%;
  max-width: 100rem;
  padding: 0;
}
section.section_banner .head h1 {
  min-height: unset;
}
section.how_section03 .timeline .step .step_card img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}
section.aboutus_section02 .btn_cta {
  transition: color .3s, background-color .3s !important;
}
section.aboutus_section02 .btn_cta:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #fff;
}
section.aboutus_section03 .head h2 {
  max-width: 66rem;
}
section.aboutus_section06 .head h2 {
  max-width: unset;
}
section.application_section03 .left_col {
  max-width: 63rem;
}
section.price_section03 h2 {
  max-width: 71rem;
}
.img.img_cv video,
.home_section09 .img_wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction_section05 .head {
  max-width: 80rem;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.introduction_section05 .head p {
  margin-top: 2rem;
}
.introduction_section05 .head .subtitle {
  font-weight: 600;
  color: var(--title);
  margin-top: 0;
  margin-bottom: 8px;
}
.page-id-481 {
  line-height: 1.6;
}

.school_list .active .image .img_cv {
  opacity: 1;
  pointer-events: auto;
}
.school_list .active .info .title {
  padding: 0 0 0 4rem;
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.school_list .active .info .title::before {
  transform: translateY(-50%);
}
.school_list a:hover img {
  transform: scale(1.03);
}
.school_list .image {
  position: relative;
}
.school_list .image .img {
  border-radius: 1.6rem;
  border: 1px solid #dde0e9;
  padding-bottom: 69.753086%;
}
.school_list .image .img_ct {
  position: relative;
}
.school_list .image .img_ct img {
  display: block;
  width: 60%;
  height: 60%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.school_list .image .img_cv {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  border-color: var(--primary);
  outline: 1px solid var(--primary);
  box-shadow: 1rem 1rem 1rem rgba(216, 216, 216, 0.45);
}
.school_list .info {
  margin-top: 3.4rem;
}
.school_list .info .title {
  position: relative;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem;
  transition: all 0.3s;
  padding-right: 4rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  overflow: hidden;
  margin-top: 1.8rem;
}
.school_list .info .title::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: all 0.3s;
  border-radius: 50%;
  background: url(../img/arrow-cir-r.svg) no-repeat center / contain;
}
.school_list .info .locations {
  color: var(--text);
  font-size: 1.5rem;
  margin-top: 2rem;
}

.marquee{
  border-bottom:1px solid rgb(229,229,229);
  padding:14px 0;background:var(--bg-tint);overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);
}
.marquee-track{display:flex;animation:marq 80s linear infinite;white-space:nowrap;width:max-content}
@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.marquee-item{font-family:var(--display);font-weight:600;font-size:16px;color:var(--ink-2);letter-spacing:-.01em}
.marquee-item .sep{color:var(--brand);margin:0 12px;font-weight:800}

.featured_school {
  padding: 12rem 0 10rem;
}
.head.head_normal .subtitle {
  margin-bottom: 2rem;
}
.head.head_normal p {
  margin-top: 3rem;
}
.featured_school .list {
  margin-top: 6rem;
}
.featured_school .list ul {
  display: grid;
  gap: 6.4rem 2.352941%;
  grid-template-columns: repeat(4, 1fr);
}
.featured_school .btn {
  margin-top: 8rem;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
  header nav .menu {
    gap: 3.5rem;
  }
  header nav .menu>li>a {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  header .content {
    padding: 0 20px;
  }
  header .top a {
    font-size: 16px;
  }
  header .btn_lang {
    font-size: 16px;
  }
  header nav .menu {
    gap: 2.5rem;
  }
  header nav .menu>li>a {
    font-size: 17px;
  }
  header .btn_search form label {
    width: 48px;
  }
  header .btn_account {
    gap: 10px;
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  .school_list .info {
    margin-top: 2.4rem;
  }
  .school_list .info .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 1220px) {
  header .rt {
    gap: 26px;
  }
  header .bot {
    justify-content: flex-end;
  }
  header .btn_search {
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../img/icon-search.svg) no-repeat center / contain;
  }
  header .btn_search form {
    position: absolute;
    right: -14px;
    top: 50%;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    transform: translateY(-50%);
    border-color: var(--primary);
  }
  header .btn_search.active form {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  footer .bot {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu,
  .header_menu_overlay {
    display: none !important;
  }
  header .logo {
    transform: translate(0);
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
  }
  header nav.active {
    pointer-events: auto;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    transform: translate(0);
  }
  header nav>.close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header nav .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }
  header nav .con>div>div+div {
    display: block;
    margin-top: 8px;
  }
  header nav .close_box {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header nav .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }
  header nav .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .close_box+div {
    flex: 1;
    overflow: auto;
    padding: 12px 12px 30px;
  }
  header nav .menu {
    display: block;
  }
  header nav .menu>li {
    cursor: pointer;
  }
  header nav .menu>li+li {
    margin-top: 8px;
  }
  header nav .menu>li>a {
    color: var(--title);
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 12px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu>li.current-menu-item>a,
  header nav .menu>li.current-menu-parent>a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children>a {
    margin-right: 46px;
  }
  header nav .menu .menu-item-has-children::before,
  header nav .menu .menu-item-has-children::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .menu .menu-item-has-children::after {
    background: url(../img/select.svg) no-repeat center / 12px;
  }
  header nav .menu .menu-item-has-children.active::before {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .menu .menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .sub-menu {
    position: static;
    padding: 10px;
    margin: 12px 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    min-width: unset;
    border-radius: var(--radius);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0.02);
  }
  header nav .sub-menu>li {
    cursor: pointer;
    transform: translate(0);
  }
  header nav .sub-menu>li+li {
    margin-top: 6px;
  }
  header nav .sub-menu>li>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding: 10px;
    transition: all 0.3s;
    border-radius: var(--radius);
  }
  header nav .sub-menu>li>a:hover {
    color: var(--title);
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu>li.current-menu-item>a {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header nav .sub-menu>li.current-menu-item>a:hover {
    color: var(--title);
  }
  header nav .sub-menu .menu-item-has-children>a {
    margin-right: 42px;
  }
  header nav .sub-menu .menu-item-has-children::before,
  header nav .sub-menu .menu-item-has-children::after {
    top: 2px;
    width: 36px;
    height: 36px;
    background-size: 10px;
  }
  header nav .sub-menu .sub-menu {
    margin: 10px 0;
  }
  header nav .sub-menu .sub-menu>li+li {
    margin-top: 0;
  }
  header nav .sub-menu .sub-menu>li>a {
    font-size: 12px;
  }
  header .btn_menu {
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    background: url(../img/nav-btn.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  footer .subscribe .flex {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .gap_12 {
    gap: 12px !important;
  }
  .gap_20 {
    gap: 20px !important;
  }
  .gap_30 {
    gap: 30px !important;
  }
  section:not(.section_banner):not(.no_mobile_section_pad) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section .card,
  section a.card,
  .home_card .item {
    padding: 20px !important;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .blog_list a {
    border-radius: 1.2rem;
  }
  .blog_list .info {
    padding-top: 10px;
  }
  .blog_list .info .cat {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 15px;
    min-width: unset;
    left: 15px;
    top: 15px;
  }
  .blog_list .title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-top: 12px !important;
  }
  .blog_list .desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-top: 12px !important;
  }
  .section_banner::before {
    width: 100%;
  }
  .section_banner .flex {
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 4.8rem 0 5.6rem;
  }
  .section_banner .head {
    width: 100%;
    max-width: 420px;
    padding-bottom: 0;
  }
  .section_banner .head h1 {
    min-height: 0;
  }
  .section_banner form input[type="text"] {
    font-size: 14px;
    padding: 0 15px;
  }
  a.btn,
  button.btn,
  input[type="submit"].btn,
  input[type="button"].btn,
  .btn_line,
  .btn_cta,
  .btn_apply,
  .btn_contact,
  .btn_plan,
  .btn_quote,
  .btn_primary,
  .btn_outline,
  .btn_story,
  .btn_line {
    font-size: 14px !important;
    line-height: 40px !important;
    min-width: 120px !important;
    padding: 0 20px !important;
    border-radius: 6px !important;
  }
  h1,
  .syedittext h1,
  .head h1 {
    font-size: 25px !important;
    line-height: 1.3 !important;
    letter-spacing: unset;
    max-width: unset;
  }
  h2,
  .syedittext h2,
  .head h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
    letter-spacing: unset;
    max-width: unset;
  }
  h3,
  .syedittext h3,
  .head h3 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    letter-spacing: unset;
    max-width: unset;
  }
  .subtitle,
  p.subtitle {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 8px;
    max-width: unset !important;
    width: auto !important;
  }
  div.head.white p,
  .head.white p,
  .syedittext.white p,
  div.head.white .desc,
  .head.white .desc,
  .syedittext.white .desc {
    letter-spacing: unset;
  }
  div.head.white .subtitle,
  .head.white .subtitle,
  .syedittext.white .subtitle {
    letter-spacing: 1px;
  }
  div.head .subtitle,
  .head .subtitle,
  .syedittext .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  div.head h1,
  .head h1,
  .syedittext h1,
  div.head h2,
  .head h2,
  .syedittext h2,
  div.head h3,
  .head h3,
  .syedittext h3 {
    letter-spacing: unset;
    max-width: unset;
  }
  div.head h1+.desc,
  .head h1+.desc,
  .syedittext h1+.desc,
  div.head h2+.desc,
  .head h2+.desc,
  .syedittext h2+.desc,
  div.head h3+.desc,
  .head h3+.desc,
  .syedittext h3+.desc,
  div.head h1+p:not(.subtitle),
  .head h1+p:not(.subtitle),
  .syedittext h1+p:not(.subtitle),
  div.head h2+p:not(.subtitle),
  .head h2+p:not(.subtitle),
  .syedittext h2+p:not(.subtitle),
  div.head h3+p:not(.subtitle),
  .head h3+p:not(.subtitle),
  .syedittext h3+p:not(.subtitle) {
    margin-top: 12px;
  }
  div.head .desc,
  .head .desc,
  .syedittext .desc,
  div.head p,
  .head p,
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
  }
  div.head p+p:not(.subtitle),
  .head p+p:not(.subtitle),
  .syedittext p+p:not(.subtitle) {
    margin-top: 12px;
  }
  div.head .btn,
  .head .btn,
  .syedittext .btn,
  div.head .btn_line,
  .head .btn_line,
  .syedittext .btn_line,
  div.head .btn_cta,
  .head .btn_cta,
  .syedittext .btn_cta,
  div.head .btn_apply,
  .head .btn_apply,
  .syedittext .btn_apply,
  div.head .btn_contact,
  .head .btn_contact,
  .syedittext .btn_contact,
  div.head .btn_plan,
  .head .btn_plan,
  .syedittext .btn_plan,
  div.head .btn_quote,
  .head .btn_quote,
  .syedittext .btn_quote,
  div.head .btn_primary,
  .head .btn_primary,
  .syedittext .btn_primary,
  div.head .btn_outline,
  .head .btn_outline,
  .syedittext .btn_outline,
  div.head .btn_story,
  .head .btn_story,
  .syedittext .btn_story {
    margin-top: 20px;
  }
  .left_col,
  .right_col,
  .lt,
  .rt {
    width: 100% !important;
    max-width: unset !important;
  }
  .content>.flex.between,
  .content>.flex.flex_top,
  section .head+.flex {
    flex-direction: column;
    align-items: flex-start;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 996;
  }
  header .content {
    padding: 0 20px;
  }
  header .content .flex.flex_middle {
    flex-direction: row;
  }
  header .logo {
    transform: translateX(0);
  }
  header .logo img {
    width: auto;
    height: 64px;
  }
  header .main {
    max-width: unset;
  }
  header .top {
    display: none;
  }
  header .bot {
    padding: 0;
    min-height: 64px;
  }
  header .rt {
    justify-content: flex-end;
  }
  header .btn_search form {
    right: -13px;
    width: 260px;
    max-width: 90vw;
  }
  header .btn_search form:focus-within {
    width: 280px;
  }
  header .btn_search form input[type="text"] {
    font-size: 14px;
    padding: 0 15px;
  }
  header .btn_search form label {
    width: 46px;
    height: 46px;
  }
  header .btn_account {
    font-size: 14px;
    line-height: 42px;
    padding: 0 14px;
    gap: 8px;
  }
  header .btn_account::before {
    width: 16px;
    height: 16px;
  }
  footer {
    padding: 50px 0 20px;
  }
  footer .subscribe {
    width: calc(100% - 40px);
    margin-bottom: 40px;
    border-radius: 10px;
  }
  footer .subscribe .flex {
    display: block;
    padding: 24px 20px;
  }
  footer .subscribe .syedittext p {
    max-width: unset;
  }
  footer .subscribe .form {
    width: 100%;
    margin-top: 16px;
  }
  footer .subscribe .form form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  footer .subscribe .form input[type="email"] {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }
  footer .subscribe .form input[type="submit"] {
    font-size: 14px;
    line-height: 44px;
    padding: 0 20px;
  }
  footer .foot_navs {
    column-count: 1;
    column-gap: 0;
  }
  footer .foot_nav {
    margin-bottom: 12px;
    border: 1px solid rgba(22, 22, 22, 0.2);
    border-radius: 8px;
  }
  footer .foot_nav.active strong::after {
    transform: rotate(180deg);
  }
  footer .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    gap: 1rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
  }
  footer .foot_nav strong::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
    background: url(../img/select.svg) no-repeat center / contain;
  }
  footer .foot_nav>div {
    display: none;
    padding: 15px;
  }
  footer .foot_nav li+li {
    margin-top: 10px;
  }
  footer .foot_nav a {
    font-size: 14px;
  }
  footer .foot_nav.active>div {
    display: block;
  }
  footer .bot {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  footer .ct ul {
    flex-wrap: wrap;
  }
  footer .social {
    gap: 8px;
  }
  footer .social a {
    width: 36px;
    height: 36px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  .quote_modal .head .title {
    font-size: 22px;
  }
  /*** global css ***/

  section.section_banner .flex {
    padding: 50px 0;
  }
  section.section_banner .head p {
    line-height: 1.5;
  }
  section.section_banner .head .btn {
    margin-top: 20px;
  }
  section.aboutus_section02 .hero_area {
    min-height: unset;
    padding: 50px 0 30px;
  }
  section.aboutus_section02 .btn_cta {
    margin-top: 20px;
    height: 42px;
  }
  section.aboutus_section02 .hero_area .desc {
    margin-bottom: 0;
  }
  section.aboutus_section02 .hero_area h1 {
    margin-bottom: 12px;
  }
  .introduction_section05 .head {
    margin-bottom: 30px;
  }
  section.home_section04 .home_section04_inner {
    gap: 0;
  }
  section.home_section04 .main_col h2 {
    margin-bottom: 0;
  }
  section.home_section04 .more_link {
    margin-top: 20px;
  }
  section.home_section05 .stats_area .stats_list {
    gap: 2rem;
  }
  section.home_section06 .head {
    margin-bottom: 30px;
  }
  section.home_section06 .swiper_controls {
    margin-top: 30px;
  }
  section.home_section05 .stats_area {
    padding-bottom: 0;
  }
  section.home_section06 .head .subtitle_col {
    margin-bottom: 0;
  }
  section.home_section06 .head h2 {
    margin-bottom: 0;
  }
  section.home_section06 .head {
    margin-bottom: 30px;
  }
  section.home_section04 {
    padding-bottom: 0 !important;
  }
  section.home_section03 {
    padding: 30px 0 !important;
  }
  section.home_testimonial .home_testimonial_image_swiper .swiper-slide-prev {
    opacity: 0;
  }
  footer .ct {
    order: 3;
    margin-top: 10px;
  }
  .my-jst-lang_popup span.my-jst-close {
    display: none;
  }
  section.aboutus_section06 .card {
    height: 100%;
    padding: 20px 20px 30px;
  }
  section.aboutus_section06 .card .card_icon {
    margin-bottom: 20px;
  }
  section.aboutus_section06 .card .card_icon img {
    height: 50px;
  }
  section.aboutus_section06 .head .subtitle {
    margin-bottom: 0;
  }
  section.aboutus_section06 .head h2 {
    margin-bottom: 0;
  }
  section.aboutus_section06 .head {
    margin-bottom: 30px;
  }
  section.aboutus_section06 .swiper_controls {
    margin-top: 30px;
  }
  section.application_section03 .left_col .subtitle {
    margin-bottom: 8px;
  }
  section.application_section03 .left_col h2 {
    margin-bottom: 0;
  }
  section.application_section03 .btn_apply {
    margin-top: 30px;
  }
  .testimonials_main .list ul {
    height: auto !important;
  }
  section.fas_main .list .btn_quote {
    line-height: 1.5 !important;
  }

  .page-id-481 .home_section05 {
    padding-top: 0 !important;
  }
  .page-id-481 .home_section05 .stats_area .stats_list {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-id-481 .home_section05 .stat_head {
    margin-bottom: 12px;
  }
  .page-id-481 .home_section05 .stat_item {
    padding-bottom: 0;
  }
  .page-id-481 .home_section05 .stat_head .number {
    font-size: 32px;
  }
  .page-id-481 .home_section05 .stat_item .desc {
    font-size: 12px;
  }
  .team-join .team-join-desc {
    font-size: 14px;
  }
  
  .school_list .btn_quote {
    padding: 0 !important;
    line-height: 1.5 !important;
  }
  .school_list .image .img {
    border-radius: 1rem;
  }
  .school_list .info {
    margin-top: 1.6rem;
  }
  .school_list .info .title {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 1rem;
    padding-right: 0;
  }
  .school_list .info .title::before {
    width: 26px;
    height: 26px;
  }
  .school_list .info .locations {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .head.head_normal .subtitle {
    margin-bottom: 8px;
  }
  .featured_school .list {
    margin-top: 30px;
  }
  .featured_school .list ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 2.352941%;
  }
  .featured_school .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  header .btn_account {
    display: none;
  }
  header .logo img {
    width: 140px;
  }
  footer .subscribe {
    width: calc(100% - 32px);
  }
  footer .foot_nav strong {
    font-size: 15px;
    line-height: 42px;
  }
  footer .ct {
    gap: 20px;
    flex-direction: column-reverse;
  }
  footer .ct ul {
    margin-left: 0;
  }
  footer .ct ul li:first-child::before {
    display: none;
  }
  .section_banner::before {
    width: 100%;
  }

  .quote_modal .contact_main .img {
    display: none;
  }
  .quote_modal .contact_main .inner {
    display: block;
  }
  .quote_modal .contact_main .wrap {
    padding: 30px 20px;
  }
  .quote_modal .contact_main .form span {
    width: 100%;
  }

  section.section_banner .head {
    width: 100%;
  }

  section.home_blog .tab a {
    display: none;
  }
  
  .school_list .active .info .title {
    padding-left: 3rem;
  }
  .school_list .info .title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  
  .featured_school .list ul {
    grid-template-columns: 1fr;
  }
  
  .featured_school .list ul li:nth-child(6) ~ li {
    display: none;
  }
}