@charset "UTF-8";
@import url(../fonts/Averta/font.css);
@import url(../lib/Magnific-Popup-master/magnific-popup.css);
@import url(../lib/lightGallery-master/dist/css/lightgallery.min.css);

:root {
  --menu-icon: url(../../asset/images/icon/menu-arrow.png);
  --menu-icon-sub: url(../../asset/images/icon/chevron-right-icon.svg);
}

body {
  font-family: 'Averta', sans-serif;
}

* {
  box-sizing: border-box;
  font-family: inherit;
}

body.noscroll {
  overflow: hidden !important;
}

.dflex {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  justify-content: space-between;
}

.flex-middle {
  align-items: center;
}

.ktdc-container {
  max-width: 1328px;
  padding: 0 16px;
  margin: auto;
}

.otgs-development-site-front-end {
  display: none !important;
}

.hd-menu-mobile {
  display: none;
}

.the-header {
  box-shadow: 0px 4px 8px 0px #211c191a;
  background: #fff;
  width: 100%;
  transition: all 1s ease-in-out;
  position: relative;
  z-index: 10;
  top: 0px !important;
}

.the-header.show .hd-middle {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff;
  width: 100%;
  left: 0;
}

.the-header .hd-top .btn-phone {
  border-radius: 68px;
  padding: 12px 20px;
  gap: 8px;
}

.the-header .hd-top .btn-phone span {
  font-size: 14px;
  line-height: 22.4px;
  color: #63605e;
}

.the-header .hd-top .btn-phone p {
  margin: 0;
  color: #262626;
}

.the-header .hd-top .btn-register {
  font-size: 16px;
  line-height: 25.6px;
  background: #f87614;
  color: #fff;
  border-radius: 8px;
  padding: 11px 20px;
  font-weight: bold;
}

.the-header .hd-top {
  padding: 16px 0 16px;
  border-bottom: 1px solid #eeeeee;
}

.the-header .hd-top .right {
  gap: 24px;
}

.the-header .main-menu-nav {
  display: flex;
  justify-content: space-between;
}

.the-header.show .main-menu-nav {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
}

.the-header .main-menu-nav a {
  color: #101136;
  font-size: 16px;
  line-height: 25.6px;
  padding: 16px 24px;
  display: inline-block;
  text-transform: uppercase;
}

.the-header .main-menu-nav a {
  position: relative;
  cursor: pointer;
}

.the-header .main-menu-nav a::before {
  content: "";
  width: 0%;
  left: 0;
  height: 2px;
  background-color: #f87614;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.the-header .main-menu-nav > li > a.current_menu_item,
.the-header .main-menu-nav > li > a:hover {
  color: #f87614;
}

.the-header .main-menu-nav > li > a.current_menu_item::before,
.the-header .main-menu-nav > li > a:hover::before {
  width: 100%;
}

.the-header .main-menu-nav > li.current-menu-ancestor > a:before,
.the-header .main-menu-nav > li.current-menu-item > a:before,
.the-header .main-menu-nav > li.active > a:before {
  width: 100%;
}

.the-header .main-menu-nav .sub-menu li.current-menu-item,
.the-header .main-menu-nav .sub-menu li.active {
  border-bottom: 0 solid #f87614;
}

.the-header .main-menu-nav li.current-menu-item a,
.the-header .main-menu-nav li.active a {
  color: #f87614;
  font-weight: 700;
}

.the-header .main-menu-nav .sub-menu li.current-menu-item a,
.the-header .main-menu-nav .sub-menu li.active a {
  border-radius: 10px;
  background: #f3f3f5;
  color: #f87614;
  font-weight: 600;
}

.the-header .dropdown-language a {
  font-size: 16px;
  line-height: 25.6px;
  color: #262626;
  font-weight: 700;
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
}

.the-header .dropdown-language {
  padding: 0 8px 0 10px;
}

/* REGISTER */

.wpcf7 form.sent .wpcf7-response-output {
  padding: 0;
  margin: 10px 0 0;
  border: none;
  display: none;
}

.ktdc-form form input.wpcf7-not-valid,
.register-banner .box form input.wpcf7-not-valid {
  border-color: #e53632;
  margin-bottom: 40px;
}

.ktdc-form form input.wpcf7-not-valid {
  bottom: 0;
}

.ktdc-form form input.wpcf7-not-valid {
  margin-bottom: 23px;
}

.register-banner .box form input[type="submit"] {
  background: #f87614;
  color: #fff;
  font-weight: 700;
  padding: 13px 20px;
  margin-top: 8px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

.ktdc-form .f-group,
.register-banner-form label {
  position: relative;
  display: block;
}

.ktdc-form span.wpcf7-form-control-wrap,
.register-banner-form label span.wpcf7-form-control-wrap {
  display: block;
}

.ktdc-form .wpcf7-not-valid-tip,
.register-banner .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  position: absolute;
  bottom: 16px;
  left: 0;
  color: #e53632;
}

.ktdc-form .wpcf7-not-valid-tip {
  bottom: 0;
}

.the-header .main-menu-nav a {
  font-weight: 400;
}

.main-menu-nav > .dropdown .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: left;
  min-width: 300px;
  padding: 0;
  border-radius: 16px;
}

.the-header .main-menu-nav li:hover > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu-nav > .dropdown > .sub-menu > li {
  padding: 5px 10px;
}

.main-menu-nav > .dropdown > .sub-menu > li > a {
  font-weight: 400;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 25.6px;
  text-transform: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-menu-nav > .dropdown > .sub-menu > .menu-item-has-children > a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: var(--menu-icon-sub);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.main-menu-nav .dropdown > .sub-menu > li:hover > a {
  /* border: 1px solid #F4F4F4; */
  border-radius: 10px;
  background: #f3f3f5;
  color: #f87614;
  font-weight: 600;
}

.the-header .dropdown-language a > span:nth-child(1) {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.main-menu-nav .dropdown > a > .fa {
  display: none;
}

.main-menu-nav .dropdown > a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-menu-nav .dropdown > a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: var(--menu-icon);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.main-menu-nav > .dropdown > .sub-menu > li > .sub-menu {
  top: 0;
  left: 100%;
}

.main-menu-nav > .dropdown > .sub-menu > li > .sub-menu li {
  padding: 5px 10px;
}

.main-menu-nav > .dropdown > .sub-menu > li > .sub-menu a {
  font-weight: 400;
  border: 1px solid #fff;
  padding: 5px 10px;
  width: 100%;
  text-transform: unset;
  font-size: 16px;
  line-height: 25.6px;
}

.main-menu-nav .dropdown .sub-menu a > .fa {
  display: flex;
}

.main-menu-nav .dropdown .sub-menu a::after {
  display: none;
}

.the-header .hd-top .btn-register {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-align: center;
}

.the-header .hd-top .btn-register:hover {
  background-color: #f99346;
  color: #ffffff;
}

html {
  margin-top: 0 !important;
}

@media (min-width: 1100px) and (max-width: 1330px) {
  .home-teacher-v3 .list-teacher .slick-track {
    width: 100% !important;
    margin-left: 24px;
  }

  .home-teacher-v3 .list-teacher .it {
    width: calc(calc(100% - 50px) / 3);
  }
}

@media (max-width: 1280px) {
  .home-education-program-v3 .list-program {
    max-width: 90%;
    margin: auto;
  }

  .banner-home-v3 .box .dflex p {
    max-width: calc(100% - 270px);
  }

  .the-header .main-menu-nav a {
    padding: 16px;
  }
}

@media (min-width: 1025px) {
  .box-menu-mb {
    display: none !important;
  }

  .main-menu-nav > .dropdown .sub-menu {
    padding: 12px;
  }

  .main-menu-nav .sub-menu > li {
    padding: 0 !important;
  }

  .main-menu-nav .sub-menu > li > a {
    padding: 12px 20px !important;
  }

  .main-menu-nav > .dropdown > .sub-menu > li > a {
    border: none;
  }

  .main-menu-nav > .dropdown > .sub-menu > li > .sub-menu a {
    border: none;
  }

  .main-menu-nav .dropdown > .sub-menu > li:hover {
    padding: 4px 0 !important;
  }

  .main-menu-nav .dropdown > .sub-menu > li:hover > a {
    padding: 8.5px 20px !important;
    font-weight: 600;
  }
}

@media (max-width: 1024px) {
  .the-header.active {
    height: 100%;
    width: 100%;
    z-index: 99999;
    height: 72px;
  }

  .the-header.active .container {
    background: #fff;
  }

  .the-header .hd-top .right .btn-phone,
  .hd-middle,
  .hd-menu-mobile .menu-trigger .icon-close,
  .hd-menu-mobile.active .icon-open,
  .the-header .dropdown-language {
    display: none;
  }

  .hd-menu-mobile.active .icon-close,
  .hd-menu-mobile,
  .the-header .dropdown-language.on-mb {
    display: block;
  }

  .box-menu-mb {
    position: absolute;
    right: -100%;
    display: none;
  }

  .box-menu-mb .dflex {
    padding: 24px 16px;
    align-items: center;
  }

  .box-menu-mb > div {
    width: 100%;
    max-width: 346px;
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 150px;
  }

  .box-menu-mb .main-menu-nav {
    position: static;
    transform: none;
    padding: 1px 0 0;
    width: 100%;
    background-color: transparent;
  }

  .box-menu-mb.active {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    height: calc(100vh);
    z-index: 99999;
    display: flex;
    justify-content: flex-end;
    background-color: #00000066;
  }

  .the-header .dropdown-language {
    padding: 0;
  }

  .hd-menu-mobile .box-menu-mb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    bottom: 0;
    background-color: #00000066;
  }

  .hd-menu-mobile .box-menu-mb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    position: absolute;
  }

  .the-header .box-menu-mb > ul,
  .the-header .box-menu-mb > div {
    position: relative;
    z-index: 1;
  }

  .box-menu-mb .dflex {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
  }

  .box-menu-mb .dflex a.btn-phone {
    background: #f3f3f5;
    padding: 11px 16px;
    border-radius: 68px;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
  }

  .box-menu-mb .dropdown-language {
    padding: 0 8px;
  }

  .box-menu-mb .dflex a.btn-phone strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
  }

  .box-menu-mb .dropdown-language a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
  }

  .hd-menu-mobile.active .box-menu-mb {
    display: block;
    right: 0;
    z-index: 999;
    background: #fff;
    width: 90%;
    height: 100%;
    top: 88px;
    height: calc(100vh - 88px);
    width: 346px;
  }

  .the-header .hd-top {
    border: none;
  }

  .the-header .hd-top .right .btn-phone.on-mb {
    display: flex;
    border: 1.5px solid #f87614;
    padding: 11px 19px;
  }

  .box-menu-mb .main-menu-nav > li {
    margin-left: 0;
    border: none;
  }

  .box-menu-mb .main-menu-nav li.opened > a:after {
    transform: rotate(180deg);
  }

  .box-menu-mb .main-menu-nav > li.current-menu-item {
    background-color: #f3f3f5;
  }

  .main-menu-nav > .dropdown > .sub-menu > li > .sub-menu a {
    border: none;
  }

  .box-menu-mb ul li a {
    color: #262626;
    font-size: 16px;
    line-height: 25.6px;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    border: none;
  }

  .box-menu-mb ul li.current-menu-item > a {
    color: #f87614;
  }

  .main-menu-nav .dropdown .sub-menu a > .fa {
    display: none;
  }

  .main-menu-nav .dropdown > a::after {
    display: block !important;
  }

  .box-btn-mb {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .box-btn-mb a {
    width: 100%;
    display: inline-block;
  }

  .the-header .hd-top .btn-register {
    padding: 7px 20px;
    margin-bottom: 0;
  }

  .box-btn-mb a.btn-calendar {
    border: 1px solid #f87614;
    color: #f87614;
    border-radius: 8px;
    padding: 7px 20px;
  }

  .main-menu-nav > .dropdown .sub-menu {
    width: 100%;
    position: relative;
    visibility: visible;
    opacity: 1;
    background-color: #f5f5f599;
    box-shadow: none;
    padding: 0 0 0 40px;
    display: none;
    transform: none;
  }

  .main-menu-nav > .dropdown .sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 92%;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #e8e8e8;
  }

  .main-menu-nav > .dropdown > .sub-menu > li {
    padding: 0;
  }

  .main-menu-nav > .dropdown > .sub-menu > li > .sub-menu a,
  .main-menu-nav > .dropdown > .sub-menu > li > a {
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    padding: 12px 0;
  }

  .main-menu-nav > .dropdown > .sub-menu > li > .sub-menu {
    top: unset;
    left: unset;
    padding: 0 0 0 20px;
  }

  .main-menu-nav > .dropdown > .sub-menu > li > .sub-menu::before {
    left: 0;
  }

  .main-menu-nav .dropdown > .sub-menu > li:hover > a {
    border: none;
    background-color: transparent;
  }

  .hd-menu-mobile .menu-trigger button {
    background: #f3f3f5;
    border-radius: 8px;
    border: unset;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hd-menu-mobile.active .box-menu-mb ul li.active {
    background: #f3f3f5;
  }

  .hd-menu-mobile.active .box-menu-mb ul li.active a {
    color: #f87614;
    font-weight: 700;
  }

  .box-menu-mb .main-menu-nav {
    height: auto;
    /* margin: 0 0 24px; */
  }

  .box-menu-mb .btn-register {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: center;
    padding: 7px 20px;
    background: #f87614;
    color: #ffffff;
    border-radius: 8px;
  }

  .box-menu-mb .btn-calendar {
    text-align: center;
    font-weight: 700;
  }

  .box-btn-mb {
    gap: 12px;
  }

  .main-menu-nav > .dropdown > .sub-menu > li > .sub-menu li {
    padding: 0;
  }

  .main-menu-nav > .dropdown > .sub-menu > .menu-item-has-children > a::after {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  .the-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}

@media (max-width: 767px) {
  .the-header .hd-top {
    padding: 19px 0 13px;
    border-bottom: none;
  }

  .the-header .hd-top .right {
    gap: 13px;
  }

  .hd-menu-mobile.active .box-menu-mb {
    top: 72px;
  }

  .the-header .hd-top .left img {
    max-width: 91px;
  }

  .the-header .dropdown-language {
    padding: 0 8px;
  }

  .box-menu-mb.active {
    top: 70px;
  }

  .box-menu-mb.active {
    height: calc(100vh - 70px);
  }

  .box-menu-mb .dropdown-language span:nth-child(2) {
    text-transform: uppercase;
  }

  .box-menu-mb .dropdown-language {
    padding: 0 0 0 8px;
  }

  .hidden-mobile {
    display: none !important;
  }

}


.pagination {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
}

.pagination > ul > li {
  display: inline-block;
  margin-right: 1px;
}

.pagination > ul > li:last-child {
  margin-right: 0;
}

.pagination > ul > li > .page-numbers {
  display: block;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  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;
}

.pagination > ul > li > .page-numbers.current,
.pagination > ul > li > .page-numbers:hover {
  color: #fff;
  background-color: #101136;
  border-color: #101136;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 20px;
  }
}

.main-popup {
  background: #fff;
  padding: 40px;
  padding-right: 70px;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.teacherPopup {
  max-width: 1170px;
  padding: 40px;
  padding-right: 80px;
  max-height: calc(100vh - 80px);
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .main-popup {
    padding: 40px 30px;
  }
}

.teacher-overview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.teacher-overview-wrap .teacher-overview-img {
  width: 40%;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: start;
}

.teacher-overview-wrap .teacher-overview-info {
  width: 60%;
}

.teacher-overview-wrap .teacher-overview-info .teacher-overview-career {
  font-size: 18px;
  margin-bottom: 9px;
}

.teacher-overview-wrap .teacher-overview-info .teacher-overview-name {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .teacher-overview-wrap .teacher-overview-info .teacher-overview-name {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .teacher-overview-wrap .teacher-overview-info .teacher-overview-name {
    font-size: 22px;
  }
}

.teacher-overview-wrap .teacher-overview-info .teacher-overview-desc p {
  margin: 12px 0;
}

.teacher-overview-desc iframe {
  width: 100%;
  height: 315px;
}

@media screen and (max-width: 768px) {
  .teacher-overview-wrap .teacher-overview-info {
    padding-left: 30px;
  }
  .teacher-overview-wrap .teacher-overview-info .teacher-overview-career {
    margin-bottom: 5px;
  }
  .teacher-overview-wrap .teacher-overview-info .teacher-overview-name {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .teacher-overview-wrap {
    flex-direction: column;
  }
  .teacher-overview-wrap .teacher-overview-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .teacher-overview-wrap .teacher-overview-info {
    padding-left: 0;
    width: 100%;
  }
  .teacher-overview-wrap .teacher-overview-info .teacher-overview-name {
    margin-bottom: 15px;
  }
}

.teacher-overview-popup .teacher-overview-wrap, #test-popup .step-to-register-form{
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
.teacher-overview-popup .teacher-overview-wrap::-webkit-scrollbar,
#test-popup .step-to-register-form::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.teacher-overview-popup .teacher-overview-wrap::-webkit-scrollbar-track,
#test-popup .step-to-register-form::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.teacher-overview-popup .teacher-overview-wrap::-webkit-scrollbar-thumb,
#test-popup .step-to-register-form::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.teacher-overview-popup .teacher-overview-wrap::-webkit-scrollbar-thumb:hover,
#test-popup .step-to-register-form::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.teacher-overview-popup{
  padding: 0;
}
.teacher-overview-popup .teacher-overview-wrap{
  padding: 40px;
  padding-right: 80px;
}
.teacher-overview-popup .wra-close-btn{
  height: auto;
}
.teacher-overview-popup .wra-close-btn .mfp-close{
  top: 0;
  position: static;
}
.mfp-close{
  line-height: 0;
}
#test-popup{
  height: auto;
  border-radius: 4px;
}
#test-popup .step-to-register-form{
  border-radius: 4px;
  padding: 40px;
  box-shadow: none;
  background-color: transparent;
}
#test-popup .step-to-register-form .f-group{
  position: relative;
}
#test-popup .step-to-register-form .f-control.wpcf7-not-valid{
  border-color: #ff0000;
}
#test-popup .step-to-register-form .f-group .ajax-loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#test-popup .wpcf7-response-output{
  margin: 0 0 40px;
  text-align: center;
   border-radius: 0 0 4px 4px;
}
@media only screen and (max-width : 768px){
  .teacher-overview-popup .teacher-overview-wrap{
      padding: 30px;
      padding-right: 40px;
  }
  .teacher-overview-popup .wra-close-btn{
      top: 30px;
      right: 7.5px;
  }
  #test-popup .step-to-register-form{
      padding: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .main-menu {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu.active {
    right: 0;
  }
}

.main-menu-nav {
  font-weight: bold;
  text-align: center;
}

.main-menu-nav > li {
  display: inline-block;
  font-size: 15px;
}

.main-menu-nav > li > a {
  display: block;
  padding: 15.5px 15px;
}

.main-menu-nav .current-menu-item > a,
.main-menu-nav .current-menu-parent > a {
  color: #f87614;
}

.main-menu-nav .dropdown {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .main-menu-nav .dropdown:hover > .sub-menu-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .main-menu-nav .dropdown .dropdown > a > .fa {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.main-menu-nav .dropdown > a {
  position: relative;
  padding-right: 30px;
}

.main-menu-nav .dropdown > a > .fa {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  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-menu-nav .dropdown > .sub-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: left;
}

.main-menu-nav .dropdown > .sub-menu-wrap > .sub-menu > li > a {
  display: block;
  padding: 10px 15px;
}

.main-menu-nav .dropdown > .sub-menu-wrap .sub-menu-wrap {
  top: 0;
  left: 100%;
}

@media screen and (max-width: 1024px) {
  .main-menu-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #f87614;
    color: #fff;
    z-index: 2;
    padding: 20px 0 50px;
    overflow: auto;
    text-align: left;
  }
  .main-menu-nav > li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav > li > a {
    padding: 15px;
  }
  .main-menu-nav .current-menu-item > a,
  .main-menu-nav .current-menu-parrent > a {
    color: #fff;
  }
  .main-menu-nav .dropdown > a > .fa {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav .dropdown > .sub-menu-wrap {
    width: 100%;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: none;
    background-color: transparent;
    color: inherit;
  }
  .main-menu-nav .dropdown > .sub-menu-wrap > .sub-menu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu-nav .dropdown > .sub-menu-wrap > .sub-menu > li > a {
    padding-left: 40px;
  }
  .main-menu-nav
    .dropdown
    > .sub-menu-wrap
    .sub-menu-wrap
    > .sub-menu
    > li
    > a {
    padding-left: 65px;
  }
  .main-menu-nav .dropdown.show-sub-menu > a > .fa::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu-nav .dropdown.show-sub-menu > .sub-menu-wrap {
    display: block;
  }

  .teacher-overview-wrap .teacher-overview-img img {
    width: 50%;
  }
}

.main-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

@media screen and (max-width: 1024px) {
  .main-menu-overlay {
    display: block;
  }
}

.main-menu-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .main-menu-btn {
    display: block;
  }
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  max-width: 1170px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-content .mfp-close {
  color: #f87614;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 35px;
  height: 35px;
  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;
  opacity: 1;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  color: #000;
  top: 30px;
  right: 30px;
  padding: 0;
}

.mfp-content .mfp-close:hover {
  color: #f87614;
}

.mfp-content .mfp-iframe-scaler .mfp-close {
  color: #e7e7e7;
}

.mfp-content .mfp-iframe-scaler .mfp-close:hover {
  color: #f87614;
}

.mfp-content .mfp-figure .mfp-close {
  top: 10px;
  right: 10px;
}

.mfp-content .mfp-figure .mfp-img {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .mfp-content .mfp-close {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }

  .ktdc-register-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }
}

.mfp-bg {
  z-index: 9998;
}

.mfp-wrap {
  z-index: 9999;
}


.f-control {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: 0;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  height: 65px;
  border-radius: 16px;
  margin-bottom: 10px;
}

.main-btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: #f87614 !important;
  color: #fff;
  padding: 12.4px 15px;
  min-width: 170px;
  text-align: center;
  font-weight: bold;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ktdc-loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #f87614;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
  display: none;
  margin-top: 10px;
}

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

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

.teacherWrapper {
  cursor: pointer;
}

.ktdc-register-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ktdc-register-form .f-control {
  margin-bottom: 0px;
}

.ktdc-register-form .ktdc-register-button {
  margin-top: 8px;
}

.page-template-register .ktdc-register-form .ktdc-register-button .main-btn {
  background-color: rgba(16, 17, 54, 1) !important;
}

#blogDetailContent {
  text-align: justify;
}

#blogDetailContent > p {
  margin: 10px 0px;
}

#blogDetailContent .register-form {
  margin-top: 30px;
  margin-bottom: 10px;
}

#blogDetailContent .ktdc-register-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#blogDetailContent .register-form, #blogDetailContent .ktdc-register-button {
  text-align: center;
}

#blogDetailContent .f-control {
  width: 40%;
  height: 50px;
}

#blogDetailContent ol, #blogDetailContent ul, #blogDetailContent menu, #blogDetailContent li {
  list-style: revert;
  margin: revert;
  padding: revert;
}

#blogDetailContent blockquote {
  font-style: italic;
  color: #555;
  padding: 20px 30px;
  margin: 20px 0;
  border-left: 5px solid #e5be95;
  background-color: #f9f9f9;
}

#blogDetailContent h2 {
  color: #f87614;
}

#blogDetailContent .wp-caption {
  max-width: 100% !important; 
  height: auto;
  display: block;
  overflow: hidden;           
  box-sizing: border-box;
}

#blogDetailContent .wp-caption img {
  width: 100% !important;
  height: auto;
  display: block;
}

#blogDetailContent a {
  color: revert;
  text-decoration: revert;
}