:root {
  --blue-main-color: #042fec;
  --yellow-drak: #e2b40c;
  --white: #fff;
  --ํyellow: #ffea4d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

.navbar {
  z-index: 99;
  background-color: var(--blue-main-color);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  max-width: 95%;
  display: flex;
  position: relative;
}

.home-banner {
  background-color: var(--blue-main-color);
  border-bottom-right-radius: 14vw;
  margin-top: 80px;
  overflow: hidden;
}

.home-banner-slider {
  background-color: #0000;
  height: auto;
}

.home-banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.home-banner-text-group {
  background-color: var(--blue-main-color);
  color: #fff;
  background-image: url('../images/banner-bg-1.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border-bottom-right-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 8%;
  display: flex;
  position: relative;
  left: 100px;
}

.home-banner-text {
  color: #ffea4d;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.home-banner-sub-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.standard-container {
  max-width: 1200px;
}

.standard-container.ending-bg {
  background-image: url('../images/circle-yellow.png');
  background-position: 10% 200%;
  background-repeat: no-repeat;
  background-size: 550px;
}

.home-banner-text-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.home-slide-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 40vw;
}

.nav-menu {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: all .3s;
}

.nav-link:hover {
  color: #ffd34d;
}

.nav-link.w--current {
  color: var(--yellow-drak);
}

.nav-link.w--current:hover {
  color: #ffd34d;
}

.nav-logo {
  background-color: #001dc0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-brand {
  z-index: 1;
  position: absolute;
  top: -15px;
  left: 0;
}

.home-intro {
  padding-top: 80px;
  padding-bottom: 60px;
}

.home-intro-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.home-intro-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.home-intro-heading {
  color: var(--blue-main-color);
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 600;
  line-height: 63px;
}

.inline-break-span {
  display: inline-flex;
}

.home-intro-paragraph {
  font-size: 18px;
  line-height: 24px;
}

.home-intro-image {
  background-image: url('../images/strip-circle.png');
  background-position: 5% 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 100%;
  height: auto;
}

.teach-style-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.class-type {
  padding-top: 40px;
  padding-bottom: 40px;
}

.class-type.section-ending {
  padding-bottom: 100px;
}

.class-type-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.class-type-banner {
  box-shadow: none;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  height: auto;
}

.class-type-banner.reversed {
  border-radius: 100px 0;
}

.class-type-text-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px 20px 40px;
}

.class-type-heading {
  color: var(--blue-main-color);
  font-size: 50px;
  font-weight: 600;
  line-height: 57px;
}

.class-type-details {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.home-banner-slide {
  width: 100%;
  height: auto;
}

.class-testimonial {
  background-image: url('../images/wide-background-cover.png'), linear-gradient(180deg, var(--blue-main-color), #0035f5b3 75%, #0035f5b3 85%, var(--blue-main-color)), url('../images/pb8_293.webp');
  background-position: 80px -20px, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.blue-section-heading {
  color: #ffea4d;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 67px;
}

.nav-social-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #001dc0;
  border-radius: 200px;
  padding: 8px 10px;
  position: absolute;
  right: 0;
}

.nav-social-icon {
  width: 35px;
}

.teach-style-type {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
}

.teach-style-icons {
  width: 80px;
}

.teach-style-heading {
  font-family: Montserrat, sans-serif;
}

.teach-heading-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: flex-start;
}

.teach-number-count {
  font-size: 16px;
  line-height: 22px;
}

.teach-style-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 3px solid #e2b40c;
  padding-bottom: 20px;
}

.teach-style-block.blue {
  border-bottom-color: var(--blue-main-color);
}

.teach-style-details {
  font-size: 16px;
  line-height: 22px;
}

.home-banner-slide-nav {
  justify-content: center;
  align-items: center;
  width: 47%;
  margin-left: 0;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #ffd34d;
}

.nav-dropdown-arrow {
  margin-right: 0;
  position: relative;
}

.nav-dropdown-list.w--open {
  background-color: #001dc0;
  border-radius: 10px;
  overflow: hidden;
}

.nav-dropdown-link {
  color: #fff;
  font-weight: 500;
  transition: all .3s;
}

.nav-dropdown-link:hover {
  color: #000;
  background-color: #ffd34d;
}

.nav-dropdown-link.w--current {
  background-color: var(--yellow-drak);
  color: #000;
}

.class-type-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.semi-bold-span {
  color: var(--blue-main-color);
  font-weight: 600;
}

.list-header-span {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.coporate-offer {
  background-color: var(--blue-main-color);
  color: #fff;
  background-image: url('../images/circle-tp.png'), url('../images/blue-shape-tp-1.png'), url('../images/blue-shape-tp-2.png');
  background-position: 100% 100%, 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, 25%, auto;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.corporate-sub-head {
  text-align: center;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
}

.corporate-training-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 100px;
}

.corporate-training-card {
  color: #333;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: transform .3s;
  overflow: hidden;
  box-shadow: 0 10px 10px #0003;
}

.corporate-training-card:hover {
  transform: scale(1.05);
}

.corporate-training-card.reversed {
  border-radius: 0 50px;
  position: relative;
  top: 40px;
}

.corp-training-banner {
  border-bottom-right-radius: 50px;
  width: 100%;
}

.corp-training-banner.reversed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
}

.corp-training-name {
  font-weight: 600;
}

.corp-training-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 20px;
  display: flex;
}

.corp-training-detail {
  font-size: 16px;
  line-height: 22px;
}

.class-detail-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.blue-bg {
  background-color: var(--blue-main-color);
}

.consult-reason {
  background-color: #fff;
  border-bottom-left-radius: 150px;
  padding-bottom: 100px;
}

.home-review {
  padding-top: 40px;
  padding-bottom: 40px;
}

.review-heading {
  color: var(--blue-main-color);
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 67px;
}

.review-header-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.review-sub-head {
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}

.footer {
  background-color: var(--blue-main-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-ending {
  background-image: url('../images/profile-background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 80%;
  padding-top: 60px;
}

.ending-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.ending-presenter {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: auto;
  position: relative;
  left: 135px;
}

.ending-text-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  right: 30px;
}

.ending-heading {
  color: var(--blue-main-color);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 67px;
}

.ending-name {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.ending-sub-head {
  color: var(--yellow-drak);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.footer-nav-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.footer-nav-icon {
  width: 150px;
}

.footer-nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.footer-nav-link:hover {
  color: #ffd34d;
}

.footer-nav-link.dropdown {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #001dc0;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
  position: absolute;
  right: 0;
}

.footer-social-icon {
  width: 35px;
}

.footer-dropdown-icon {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.copyright-notices {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer-dropdown-list.w--open {
  background-color: #001dc0;
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
  bottom: 45px;
  overflow: hidden;
}

.footer-dropdown-link {
  color: #fff;
  font-weight: 500;
  transition: all .3s;
}

.footer-dropdown-link:hover {
  color: #000;
  background-color: #ffd34d;
}

.qr-image {
  border-radius: 5px;
  width: 150px;
}

.more-info-heading {
  color: var(--blue-main-color);
  font-weight: 600;
}

.more-info-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.more-info-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.more-info-link.dropdown {
  padding: 0;
}

.more-info-icon {
  width: 40px;
}

.social-phone-toggle {
  padding: 0;
}

.social-phone-list.w--open {
  background-color: #001dc0;
  border-radius: 10px;
  top: 45px;
  right: -10px;
}

.social-phone-link {
  color: #fff;
  font-weight: 600;
}

.footer-social-phone-list.w--open {
  background-color: #001dc0;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  bottom: 50px;
  right: -9px;
}

.class-begin {
  background-color: #fff;
  border-top-left-radius: 150px;
  padding-top: 60px;
}

.class-reason-flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.class-reason-slot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 4px solid var(--blue-main-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: relative;
}

.class-reason-slot.yellow-version {
  border-bottom-color: #e2b40c;
}

.class-reason-icon {
  width: 200px;
}

.class-reason-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.class-list-item {
  border-bottom: 2px solid #ebc55b;
  padding-bottom: 5px;
}

.dark-blue-bg {
  background-color: #032cb0;
}

.class-reason-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 4px solid var(--blue-main-color);
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px 20px 40px;
}

.reason-icon-mark {
  width: 40px;
  position: absolute;
  bottom: -22px;
}

.footer-logo-link {
  position: absolute;
  left: 0;
}

.home-banner-class {
  color: var(--white);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.phone-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.phone-dropdown-list.w--open {
  background-color: #042fec;
  border-radius: 20px;
  top: -1px;
}

.phone-dropdown-link {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.testimonial-video-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-video-cover {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.video-lightbox {
  justify-content: flex-end;
  align-items: flex-end;
  width: 31%;
  transition: all .3s;
  display: flex;
  position: relative;
}

.video-lightbox:hover {
  filter: drop-shadow(0 6px 5px #000a77b3);
  border-radius: 2px;
  transform: scale(1.03);
}

.video-lightbox.shift-down {
  top: 30px;
}

.video-play-icon {
  filter: drop-shadow(0 2px 9px #000000b3);
  width: 70px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.corporate-video-flex {
  justify-content: center;
  align-items: center;
}

.corporate-video-banner {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: auto;
}

.corporate-video-lb {
  justify-content: center;
  align-items: center;
  width: 70%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.corporate-video-lb:hover {
  filter: drop-shadow(0 5px 5px #0006);
  transform: scale(1.03);
}

.corporate-video-play-icon {
  width: 80px;
  position: absolute;
}

.testimonial-gallery-slider {
  background-color: #0000;
  width: 70%;
  height: auto;
}

.testimonial-gallery-slide {
  width: 100%;
}

.corporate-gallery {
  padding-top: 60px;
  padding-bottom: 40px;
}

.gallery-flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 100px;
}

.testimonial-gallery-cover {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 35vw;
  max-height: 550px;
}

.corporate-lightbox {
  filter: drop-shadow(0 4px 5px #00000080);
  width: 100%;
  height: auto;
}

.corporate-slide-mask {
  overflow: visible;
}

.carousel-horizontal {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.company-logo {
  width: 200px;
}

.company-heading {
  color: var(--blue-main-color);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 67px;
}

.gallery-slide-arrow.left-side {
  left: -80px;
}

.gallery-slide-arrow.right-side {
  right: -80px;
}

.widget-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  background-color: #042fec;
  border: 3px solid #e4af1d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.yellow-span {
  color: #ffd34d;
  font-weight: 700;
}

.widget-dropdown {
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.widget-list.w--open {
  background-color: #0000;
  bottom: 80px;
}

.widget-link {
  text-align: center;
  background-color: #e2b40c;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
}

.widget-icon {
  width: 40px;
}

.review-highlight-grid {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.review-highlight-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  background-color: #f3f3f3;
  border-radius: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.review-highlight-profile {
  border-radius: 100px;
}

.review-highlight-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.review-highlight-date {
  color: #17171780;
}

.review-highlight-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.review-highlight-text {
  font-size: 16px;
  line-height: 22px;
}

.review-three-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 16px;
}

.overflow {
  overflow: hidden;
}

.course-banner {
  background-color: var(--blue-main-color);
  border-bottom-right-radius: 14vw;
  overflow: hidden;
}

.course-banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.content-text-bammer {
  background-color: var(--blue-main-color);
  color: #fff;
  background-image: url('../images/bg-bn-course_1.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 100px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 160px;
  padding-right: 100px;
  display: flex;
  position: relative;
  left: 100px;
}

.text-banner-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.head-text-banner {
  color: var(--ํyellow);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}

.sub-text-banner {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.course-image-banner {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('../images/bg-bn-course.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 40vw;
}

.corporate-course {
  background-color: var(--blue-main-color);
  position: relative;
}

.course-banner-content {
  max-width: 100%;
}

.content-course-group {
  max-width: 1200px;
}

.head-corporate-course {
  color: var(--blue-main-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 66px;
}

.line-course-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.line-course {
  background-color: var(--blue-main-color);
  width: 50px;
  height: 2px;
}

.line-course.yellow {
  background-color: var(--yellow-drak);
}

.text-span-yellow {
  color: var(--yellow-drak);
  font-size: 60px;
  line-height: 66px;
}

.sub-corporate-course {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 18px;
  line-height: 24px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.head-course {
  color: var(--blue-main-color);
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 30px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.image-corporate-course {
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 6px #0000001a;
}

.sub-course {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 22px;
}

.line-see-more {
  background-color: var(--yellow-drak);
  width: 100%;
  height: 2px;
}

.content-image-group {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.content-corporate-course {
  z-index: 10;
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.head-text-course-group {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.head-text-course-group.align {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
}

.bg-white {
  background-color: #fff;
  border-bottom-right-radius: 160px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.bg-white.radius {
  border-top-left-radius: 160px;
  border-bottom-right-radius: 0;
  padding-top: 60px;
}

.section-3 {
  background-color: var(--blue-main-color);
  background-image: linear-gradient(180deg, var(--blue-main-color), #042fec4d 40%, var(--blue-main-color)), url('../images/bg-f-course_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.button-see-more-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 1px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.button-see-more {
  border: 2px solid var(--yellow-drak);
  text-align: center;
  border-radius: 20px;
  flex: 0 auto;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all .3s;
}

.button-see-more:hover {
  transform: scale(1.1);
}

.filter-image-course {
  background-image: linear-gradient(180deg, #fff0 45%, var(--blue-main-color));
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-filter-group {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
  overflow: hidden;
}

.text-filter-course {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.overflow-image-course {
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.container {
  max-width: 1200px;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 66px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  line-height: 32px;
}

.div-block-16 {
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-3 {
  border-radius: 100px;
  width: 100px;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.div-block-17:hover {
  transform: scale(1.1);
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-faq {
  object-fit: cover;
  object-position: 85% 50%;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  height: 500px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  background-color: var(--blue-main-color);
  border-radius: 3px;
  width: 5px;
  height: 20px;
  position: absolute;
}

.faq-q-text {
  color: #696e79;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.faq-answer-text {
  color: #696e79;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.faq {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.faq.faq-container {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  padding: 40px;
  display: flex;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 70px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-plus {
  background-color: var(--blue-main-color);
  border-radius: 3px;
  width: 20px;
  height: 5px;
}

.link-block {
  color: #333;
  text-decoration: none;
}

.bg-circle-line-1 {
  position: absolute;
  inset: 6% 13% auto auto;
}

.image-5 {
  opacity: .5;
  width: 100px;
  height: auto;
}

.image-5.size {
  opacity: .5;
  width: 45px;
}

.image-5.szie1 {
  opacity: .5;
  width: 35px;
}

.image-5.size2 {
  opacity: .5;
  width: 65px;
}

.image-5.size3 {
  opacity: .5;
  width: 20px;
}

.image-5.size4 {
  opacity: .5;
  width: 120px;
}

.bg-circle-line-2 {
  position: absolute;
  inset: 13% auto auto 10%;
}

.bg-circle-line-3 {
  position: absolute;
  inset: 25% 10% auto auto;
}

.bg-square-1 {
  position: absolute;
  inset: auto auto 10% 10%;
}

.bg-square-2 {
  position: absolute;
  inset: 5% auto auto 20%;
}

.div-block-23 {
  position: absolute;
  inset: auto 10% 10% auto;
}

.image-contact-more-info {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 24px;
  width: 100%;
  height: 300px;
}

.image-contact-group {
  border-radius: 24px;
  margin-bottom: 20px;
  position: relative;
}

.content-contact-group {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(180deg, #042fec4d 28%, var(--blue-main-color));
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.head-contact-more-info {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.sub-contact-more-info {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.button-contact-more-info {
  color: var(--blue-main-color);
  background-color: #fff;
  border-radius: 100px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.button-contact-more-info:hover {
  background-color: var(--yellow-drak);
  color: var(--white);
}

.text-span-size {
  font-size: 32px;
  line-height: 38px;
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.contact-banner {
  background-color: var(--blue-main-color);
  border-bottom-right-radius: 14vw;
  overflow: hidden;
}

.contact-content-group {
  max-width: 100%;
}

.grid-contect-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.text-cotact-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--blue-main-color);
  color: #fff;
  background-image: url('../images/bg-bn-course_1.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 100px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 160px;
  padding-right: 100px;
  display: flex;
  position: relative;
  left: 100px;
}

.text-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.head-contact {
  color: var(--ํyellow);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}

.sub-contact {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.image-contact-banner {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/bg-bn-course.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 40vw;
}

.section-4 {
  background-image: linear-gradient(#fff6, #ffffff80), url('../images/bg-contact.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-9 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-contact {
  width: 35px;
  height: auto;
}

.link-block-2 {
  text-decoration: none;
}

.paragraph-7 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.line-contact-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.line-contact {
  background-color: var(--blue-main-color);
  width: 50px;
  height: 2px;
}

.line-contact.yellow {
  background-color: var(--yellow-drak);
}

.ending-heading-copy {
  color: var(--blue-main-color);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 67px;
}

.inline-break-span-copy {
  display: inline-flex;
}

.ending-sub-head-copy {
  color: var(--yellow-drak);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.ending-name-copy {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.call-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.more-info-link-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.more-info-link-copy.dropdown-copy {
  padding: 0;
}

.more-info-icon-copy {
  width: 40px;
}

.div-block-30 {
  background-color: #fffc;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  box-shadow: 0 2px 10px #0000001a;
}

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  font-weight: 400;
}

.container-contact-more-info {
  max-width: 1200px;
}

.contact-more-info {
  margin-bottom: 100px;
  position: relative;
}

.sub-head-contact-more-info {
  color: var(--yellow-drak);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-en {
  font-family: Poppins, sans-serif;
}

.call-to-action-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.button-see-more-course {
  background-color: var(--ํyellow);
  color: var(--blue-main-color);
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button-see-more-course:hover {
  background-color: var(--white);
  transform: scale(1.1);
}

.contact-more {
  background-color: var(--white);
  color: var(--blue-main-color);
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.contact-more:hover {
  background-color: var(--ํyellow);
  transform: scale(1.1);
}

.public-course-banner {
  background-color: var(--blue-main-color);
  border-bottom-right-radius: 14vw;
  overflow: hidden;
}

.public-course-content {
  max-width: 100%;
}

.public-course-banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.public-content-text-banner {
  background-color: var(--blue-main-color);
  color: #fff;
  background-image: url('../images/bg-bn-course_1.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 100px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 160px;
  padding-right: 100px;
  display: flex;
  position: relative;
  left: 100px;
}

.text-public-banner-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.public-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.journey-success-skill-course {
  background-color: var(--blue-main-color);
  background-image: linear-gradient(180deg, var(--blue-main-color), #042fec4d 40%, var(--blue-main-color)), url('../images/bg-f-course_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.journey-success {
  max-width: 1200px;
}

.heading-journey-success-skill-course {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 66px;
}

.paragraph-journey-success-skill-course {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  line-height: 32px;
}

.journey-success-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-journey-success-skill-course {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.div-block-journey-success-skill-course:hover {
  transform: scale(1.1);
}

.image-journey-success {
  border-radius: 100px;
  width: 100px;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-journey-success {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-6-copy, .paragraph-dec-journey-success-skill {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.bg-circle-line-faq-1 {
  position: absolute;
  inset: 30% auto auto 5%;
}

.image-bg-faq {
  opacity: .5;
  width: 65px;
  height: auto;
}

.image-bg-faq.size {
  opacity: .25;
  width: 45px;
}

.image-bg-faq.szie1 {
  opacity: .5;
  width: 35px;
}

.image-bg-faq.size2 {
  opacity: .5;
  width: 65px;
}

.image-bg-faq.size3 {
  opacity: .5;
  width: 20px;
}

.image-bg-faq.size4 {
  opacity: .5;
  width: 120px;
}

.image-bg-faq.size-faq-1 {
  opacity: .5;
  width: 45px;
}

.image-bg-faq.size-faq-2 {
  opacity: .5;
  width: 40px;
}

.image-bg-faq.size-faq-3 {
  opacity: .5;
  width: 75px;
}

.image-bg-faq.size-faq-4 {
  opacity: .5;
  width: 90px;
}

.image-bg-faq.size-faq-5 {
  opacity: .5;
  width: 80px;
}

.image-bg-faq.size-faq-6 {
  opacity: .5;
  width: 50px;
}

.bg-circle-line-faq-2 {
  position: absolute;
  inset: 10% auto auto 10%;
}

.bg-circle-line-faq-3 {
  position: absolute;
  inset: auto 40px 0% auto;
}

.bg-circle-line-faq-4 {
  position: absolute;
  inset: auto 10% 5% auto;
}

.bg-circle-line-faq-3-copy {
  position: absolute;
  inset: auto 40px 0% auto;
}

.bg-circle-line-faq-5 {
  position: absolute;
  inset: 10% auto auto 6%;
}

.bg-circle-line-faq-6 {
  position: absolute;
  inset: 10% 8% auto auto;
}

.container-11 {
  max-width: 1100px;
}

.paragraph-9 {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.bold-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.faq-q-text-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.c-faq-q {
  align-items: center;
  font-size: 1.2px;
  line-height: 1.6px;
  display: flex;
}

.faq-stripe-1 {
  background-color: var(--blue-main-color);
  width: 2px;
  height: 100%;
}

.c-faq-a-text {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-a-text {
  font-size: 16px;
  line-height: 22px;
}

.c-faq-item {
  border-bottom: 1px solid #0000001a;
  border-left: 3px solid var(--blue-main-color);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  background-color: var(--blue-main-color);
  width: 100%;
  height: 2px;
  position: absolute;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tags {
  max-width: 1200px;
}

.tag-keyword {
  font-size: 12px;
  line-height: 18px;
}

.link {
  text-decoration: none;
}

.link-kw {
  color: var(--blue-main-color);
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.tag-keywords {
  margin-top: 20px;
  margin-bottom: 100px;
}

.combine-text-size-regular-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.combine-blog1_image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.combine-blog1_date {
  color: #5f6570;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.container-blogs {
  max-width: 1200px;
}

.combine-blog1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-blog1_image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.list-blog-more {
  margin-bottom: 0;
  padding-left: 40px;
}

.combine-blog1_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.combine-heading-style-h2-2 {
  color: var(--yellow-drak);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.combine-text-size-small {
  color: #1f2c3d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-small.combine-text-color-grey {
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.list-item-8 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.combine-container-large-3 {
  width: 100%;
}

.heading-blog-more {
  color: var(--blue-main-color);
  margin-top: 10px;
  font-weight: 500;
}

.combine-blog1_item {
  color: #1f2c3d;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.combine-blog1_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

.combine-heading-style-h5 {
  color: var(--blue-main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-button-icon {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--yellow-drak);
}

.link-blog-more {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-blog-more:hover {
  color: var(--yellow-drak);
}

.link-blog-more.w--current {
  font-size: 16px;
}

.card-blog-more {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-7 {
  font-family: Prompt, sans-serif;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-content:hover {
  color: var(--yellow-drak);
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-text-align-center-2 {
  text-align: center;
  margin-bottom: 20px;
}

.container-blogs-more {
  max-width: 1200px;
}

.section-blogs {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-blog {
  padding-top: 20px;
}

.link-blog-more-2 {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-blog-more-2:hover {
  color: #2920ba;
}

.link-blog-more-2.w--current {
  font-size: 16px;
}

.heading-blog-more-2 {
  margin-top: 10px;
  font-weight: 500;
}

.list-blog {
  padding-left: 20px;
}

.group-image-blog {
  text-align: center;
}

.group-blog-more {
  max-width: 1200px;
}

.heading-content {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.blog {
  max-width: 1200px;
  padding-bottom: 0;
}

.group-blog {
  padding-top: 140px;
  padding-bottom: 100px;
}

.list-blog-more-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.date {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.paragraph-content {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.image-blog {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-left: 0;
}

.heading-blog {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-38 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-10 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.link-3 {
  text-decoration: none;
}

.link-3.w--current {
  color: var(--blue-main-color);
}

.link-4, .link-5, .link-6 {
  color: var(--blue-main-color);
  text-decoration: none;
}

.link-blog {
  font-weight: 600;
  text-decoration: none;
}

.card-table-product {
  border: .5px #81838480;
  overflow: auto;
}

.grid-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 40px;
}

.card-heading-table {
  background-color: #042fec;
  border: 1px solid #81838480;
}

.heading-table {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.card-description-table {
  border: .5px solid #8183844d;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.description-table {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
  color: var(--blue-main-color);
  text-decoration: none;
}

.h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bold-blog {
  font-weight: 600;
}

.link-13, .link-14 {
  color: var(--blue-main-color);
  text-decoration: none;
}

.list-2 {
  padding-left: 20px;
}

.link-15, .link-16 {
  color: var(--blue-main-color);
  text-decoration: none;
}

.link-17, .link-18, .link-19, .link-20 {
  text-decoration: none;
}

.cta-blog {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  background-color: #001dc0;
  border-radius: 200px;
  flex: 0 auto;
  margin-top: 15px;
  padding: 8px 30px;
  display: flex;
  position: static;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28 {
  color: var(--blue-main-color);
  font-weight: 700;
  text-decoration: none;
}

.link-29 {
  color: var(--blue-main-color);
  text-decoration: none;
}

.link-30, .link-31, .link-32, .link-33 {
  color: var(--blue-main-color);
  font-weight: 700;
  text-decoration: none;
}

.link-34 {
  color: var(--blue-main-color);
  font-weight: 600;
  text-decoration: none;
}

.link-35, .link-36 {
  color: var(--blue-main-color);
  font-weight: 700;
  text-decoration: none;
}

.link-37 {
  color: var(--blue-main-color);
  text-decoration: none;
}

.link-38, .link-39 {
  color: var(--blue-main-color);
  font-weight: 700;
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 400;
}

.testimonial-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.list-item-9, .list-item-10, .list-item-11 {
  font-size: 16px;
  line-height: 26px;
}

.infinite-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.infinite-mask {
  width: 33%;
  height: 100%;
  overflow: visible;
}

.slide {
  width: 100%;
  height: 100%;
}

.div-put {
  width: 100%;
  height: auto;
  display: flex;
}

.blue {
  flex: none;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .2s;
  transform: scale(.95);
}

.blue:hover {
  transform: scale(1);
}

.image-full {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.analyze-slide-arrow {
  color: #53b7b2;
  width: 40px;
}

.icon-5, .icon-6 {
  color: var(--white);
}

.image-6 {
  width: 100%;
  max-width: 480px;
}

.image-7 {
  width: 100%;
  max-width: 780px;
}

.image-8 {
  width: 100%;
  max-width: 420px;
}

.image-9 {
  width: 100%;
  max-width: 780px;
}

.heading-content-copy {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-container {
    justify-content: flex-end;
    align-items: center;
    max-width: 95%;
  }

  .home-banner-text-group {
    border-bottom-right-radius: 60px;
    left: 60px;
  }

  .home-banner-text {
    font-size: 20px;
    line-height: 26px;
  }

  .home-banner-sub-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .standard-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .standard-container.ending-bg {
    background-position: 10% 200%;
    background-size: 400px;
  }

  .home-banner-text-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-menu {
    background-color: var(--blue-main-color);
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .nav-logo {
    width: 140px;
  }

  .navbar-brand.w--current {
    padding-left: 20px;
  }

  .home-intro {
    padding-top: 60px;
  }

  .home-intro-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .home-intro-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .home-intro-image {
    border-top-left-radius: 0;
  }

  .teach-style-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .class-type {
    padding-top: 0;
    padding-bottom: 0;
  }

  .class-type.section-ending {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .class-type-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .class-type-grid.adjust {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .class-type-banner.reversed.adjust {
    max-width: 550px;
  }

  .class-type-text-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }

  .class-type-heading {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .class-type-details {
    margin-bottom: 0;
  }

  .class-testimonial {
    padding-top: 60px;
  }

  .blue-section-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .nav-social-flex {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    inset: auto auto 0% 0%;
  }

  .teach-style-type {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .teach-style-icons {
    width: 60px;
  }

  .teach-style-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .teach-heading-flex {
    justify-content: center;
    align-items: center;
  }

  .teach-style-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .teach-style-block.blue {
    justify-content: flex-start;
    align-items: center;
  }

  .home-banner-slide-nav {
    width: 50%;
  }

  .list-header-span {
    font-size: 20px;
    line-height: 30px;
  }

  .coporate-offer {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .corporate-sub-head {
    font-size: 30px;
    line-height: 36px;
  }

  .corp-training-name {
    font-size: 20px;
  }

  .class-detail-list {
    text-align: left;
  }

  .consult-reason {
    padding-bottom: 100px;
  }

  .home-review {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .review-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .home-ending {
    background-size: 100%;
  }

  .ending-presenter {
    left: 80px;
  }

  .ending-text-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ending-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .ending-name {
    font-size: 30px;
    line-height: 38px;
  }

  .ending-sub-head {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-nav-flex {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer-nav-menu, .footer-social-flex {
    position: static;
  }

  .copyright-notices {
    margin-top: 20px;
  }

  .qr-image {
    width: 100px;
  }

  .more-info-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .more-info-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .more-info-icon {
    width: 30px;
  }

  .class-reason-flex {
    margin-top: 10px;
  }

  .class-reason-slot {
    border-bottom-style: none;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .class-reason-icon {
    width: 140px;
  }

  .class-reason-grid {
    grid-template-columns: 1fr;
  }

  .class-list-item {
    font-size: 16px;
    line-height: 22px;
  }

  .class-reason-text {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
  }

  .reason-icon-mark {
    display: none;
  }

  .footer-logo-link.w--current {
    position: static;
  }

  .home-banner-class {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .testimonial-video-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video-play-icon {
    width: 50px;
  }

  .corporate-gallery {
    padding-bottom: 0;
  }

  .company-logo.even-slot, .company-logo.odd-slot {
    width: 150px;
  }

  .company-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .review-highlight-text {
    font-size: 14px;
    line-height: 20px;
  }

  .course-banner {
    margin-top: 80px;
  }

  .content-text-bammer {
    padding-bottom: 60px;
    padding-right: 60px;
    left: 70px;
  }

  .text-banner-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .head-text-banner {
    font-size: 40px;
    line-height: 46px;
  }

  .sub-text-banner {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .content-course-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-corporate-course, .text-span-yellow {
    font-size: 46px;
    line-height: 52px;
  }

  .sub-corporate-course {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 16px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .head-course, .sub-course {
    text-align: center;
  }

  .bg-white {
    border-bottom-right-radius: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bg-white.radius {
    border-top-left-radius: 100px;
    padding-top: 60px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .see-more {
    font-size: 14px;
    line-height: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 42px;
    line-height: 48px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 28px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    width: 80px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .image-faq {
    height: auto;
  }

  .faq-answer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-q-text {
    font-size: 18px;
    line-height: 24px;
  }

  .faq.faq-container {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .faq-question {
    height: 60px;
  }

  .text-span-size {
    font-size: 30px;
    line-height: 36px;
  }

  .contact-banner {
    margin-top: 80px;
  }

  .head-contact {
    font-size: 40px;
    line-height: 46px;
  }

  .sub-contact {
    font-size: 18px;
    line-height: 24px;
  }

  .image-contact-banner {
    object-position: 0% 50%;
  }

  .section-4 {
    background-position: 0 0, 50% 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-29 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .ending-header-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .ending-heading-copy {
    font-size: 40px;
    line-height: 46px;
  }

  .ending-sub-head-copy, .ending-name-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .icon {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon-2 {
    font-size: 30px;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .div-block-34 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container-contact-more-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-more-info {
    margin-bottom: 60px;
  }

  .public-course-banner {
    margin-top: 80px;
  }

  .public-content-text-banner {
    padding-bottom: 60px;
    padding-right: 60px;
    left: 70px;
  }

  .text-public-banner-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .public-grid {
    grid-template-columns: 1fr 1fr;
  }

  .journey-success-skill-course {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .journey-success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-journey-success-skill-course {
    font-size: 42px;
    line-height: 48px;
  }

  .paragraph-journey-success-skill-course {
    font-size: 22px;
    line-height: 28px;
  }

  .journey-success-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-journey-success {
    width: 80px;
  }

  .paragraph-journey-success {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-37 {
    justify-content: space-between;
    align-items: center;
  }

  .image-fqa {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-faq-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tag-keyword {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-text-size-regular-2 {
    font-size: 32px;
  }

  .container-blogs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .combine-blog1_item {
    max-width: 32rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .card-blog-more {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-blogs-more {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group-content-blog, .content-blog, .blog-more {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-content {
    padding-left: 10px;
  }

  .image-blog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-blog {
    font-size: 25px;
  }

  .heading-table {
    font-size: 16px;
    line-height: 22px;
  }

  .description-table {
    font-size: 14px;
    line-height: 20px;
  }

  .cta-blog {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    inset: auto auto 0% 0%;
  }

  .list-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .infinite-slider {
    max-width: 750px;
  }

  .infinite-mask {
    width: 50%;
  }

  .blue:hover {
    transform: scale(.95);
  }

  .analyze-slide-arrow {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-banner {
    border-bottom-right-radius: 0;
    margin-top: 60px;
  }

  .home-banner-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-banner-text-group {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40vw;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 0%;
    position: static;
    left: 0;
  }

  .home-banner-text {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
  }

  .home-banner-sub-text {
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .standard-container.ending-bg {
    background-position: 50% 100%;
  }

  .home-banner-text-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .home-slide-image {
    order: -9999;
    max-width: none;
    height: 60vw;
  }

  .nav-logo {
    width: 120px;
    margin-top: 10px;
  }

  .home-intro {
    padding-bottom: 40px;
  }

  .home-intro-grid {
    grid-template-columns: 1fr;
  }

  .home-intro-flex {
    justify-content: center;
    align-items: center;
  }

  .home-intro-heading {
    font-size: 36px;
  }

  .home-intro-paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .home-intro-image {
    max-width: 500px;
  }

  .teach-style-grid {
    grid-template-columns: 1fr;
  }

  .class-type.section-ending {
    padding-bottom: 40px;
  }

  .class-type-grid {
    grid-template-columns: 1fr;
  }

  .class-type-banner {
    max-width: 500px;
  }

  .class-type-text-flex {
    justify-content: center;
    align-items: center;
  }

  .class-type-heading {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .class-testimonial {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .blue-section-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .teach-style-heading {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .teach-style-block {
    max-width: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .teach-style-details {
    text-align: center;
  }

  .home-banner-slide-nav {
    width: 100%;
  }

  .coporate-offer {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .corporate-sub-head {
    font-size: 26px;
    line-height: 32px;
  }

  .corporate-training-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .corporate-training-card.reversed {
    top: 140px;
  }

  .consult-reason {
    border-bottom-left-radius: 100px;
  }

  .review-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .review-sub-head {
    font-size: 26px;
    line-height: 32px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .ending-grid {
    grid-template-columns: 1fr;
  }

  .ending-presenter {
    display: none;
    left: auto;
  }

  .ending-text-grid {
    right: auto;
  }

  .ending-heading {
    text-align: center;
  }

  .ending-header {
    justify-content: center;
    align-items: center;
  }

  .footer-nav-flex {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-social-flex {
    position: static;
  }

  .copyright-notices {
    margin-top: 20px;
  }

  .class-begin {
    border-top-left-radius: 100px;
  }

  .footer-logo-link.w--current {
    position: static;
  }

  .home-banner-class {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .testimonial-video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-video-cover {
    border-radius: 10px;
  }

  .video-lightbox {
    width: 45%;
    top: 30px;
  }

  .corporate-video-lb {
    width: 100%;
  }

  .corporate-video-play-icon {
    width: 60px;
  }

  .gallery-flex {
    margin-bottom: 40px;
  }

  .testimonial-gallery-cover {
    height: 40vw;
  }

  .company-logo.even-slot, .company-logo.odd-slot {
    width: 100px;
  }

  .company-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .review-highlight-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .review-highlight-link {
    justify-content: center;
    align-items: center;
    max-width: 350px;
  }

  .review-highlight-name {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .review-name-flex {
    justify-content: center;
    align-items: center;
  }

  .review-highlight-header {
    flex-flow: column;
  }

  .review-highlight-text {
    text-align: center;
  }

  .review-three-columns {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .course-banner {
    margin-top: 60px;
  }

  .content-text-bammer {
    padding-bottom: 40px;
    padding-right: 40px;
    left: 60px;
  }

  .head-text-banner {
    font-size: 26px;
    line-height: 32px;
  }

  .sub-text-banner {
    font-size: 16px;
    line-height: 22px;
  }

  .head-corporate-course, .text-span-yellow {
    font-size: 38px;
    line-height: 44px;
  }

  .sub-corporate-course {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .head-course {
    font-size: 20px;
    line-height: 26px;
  }

  .bg-white {
    border-bottom-right-radius: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bg-white.radius {
    border-top-left-radius: 80px;
    padding-top: 60px;
  }

  .button-see-more-group {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 38px;
    line-height: 44px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 70px;
  }

  .faq-q-text {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-answer-text {
    margin-bottom: 20px;
  }

  .faq.faq-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-contact-more-info {
    font-size: 32px;
  }

  .sub-contact-more-info {
    font-size: 18px;
    line-height: 24px;
  }

  .text-span-size {
    font-size: 28px;
    line-height: 34px;
  }

  .contact-banner {
    margin-top: 60px;
  }

  .text-cotact-group {
    padding-bottom: 40px;
    padding-right: 40px;
    left: 60px;
  }

  .head-contact {
    font-size: 28px;
    line-height: 34px;
  }

  .sub-contact {
    font-size: 16px;
    line-height: 22px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-contact {
    width: 25px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 22px;
  }

  .ending-heading-copy {
    font-size: 26px;
    line-height: 32px;
  }

  .ending-sub-head-copy, .ending-name-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .icon-2 {
    font-size: 20px;
  }

  .icon-3, .icon-4 {
    font-size: 30px;
  }

  .text-block, .text-block-2 {
    text-align: center;
  }

  .div-block-33 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-35 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .public-course-banner {
    margin-top: 60px;
  }

  .public-content-text-banner {
    padding-bottom: 40px;
    padding-right: 40px;
    left: 60px;
  }

  .public-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-journey-success-skill-course {
    font-size: 38px;
    line-height: 44px;
  }

  .paragraph-journey-success-skill-course {
    font-size: 20px;
    line-height: 26px;
  }

  .image-journey-success {
    width: 70px;
  }

  .paragraph-9 {
    font-size: 15px;
    line-height: 25px;
  }

  .h1 {
    text-align: center;
    font-size: 16px;
  }

  .combine-blog1_image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
  }

  .list-item-8 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-blog-more {
    font-size: 28px;
  }

  .link-blog-more, .link-blog-more-2, .link-blog-more-2.w--current {
    font-size: 14px;
  }

  .heading-blog-more-2 {
    font-size: 28px;
  }

  .group-blog-more {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-content {
    font-size: 20px;
  }

  .list-blog-more-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .paragraph-content {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .image-blog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-blog {
    font-size: 25px;
  }

  .paragraph-10 {
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  .h3, .heading-content-copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    max-width: 95%;
  }

  .home-banner {
    border-bottom-right-radius: 0;
    margin-top: 60px;
  }

  .home-banner-grid {
    grid-template-columns: 1fr;
  }

  .home-banner-text-group {
    background-position: 50%;
    border-bottom-right-radius: 0;
    left: 0;
  }

  .home-banner-text {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }

  .standard-container.ending-bg {
    background-image: url('../images/circle-yellow.png');
    background-repeat: no-repeat;
    background-size: 350px;
  }

  .home-slide-image {
    height: 250px;
  }

  .nav-logo {
    width: 100px;
  }

  .navbar-brand.w--current {
    padding-left: 10px;
  }

  .home-intro {
    padding-top: 40px;
  }

  .home-intro-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .home-intro-image {
    border-bottom-right-radius: 80px;
  }

  .teach-style-grid {
    margin-top: 20px;
  }

  .class-type.section-ending {
    padding-bottom: 20px;
  }

  .class-type-banner {
    border-top-right-radius: 0;
    border-bottom-left-radius: 80px;
  }

  .class-type-banner.reversed {
    border-top-left-radius: 0;
    border-bottom-right-radius: 80px;
  }

  .class-type-text-flex {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .class-type-heading {
    text-align: center;
  }

  .home-banner-slide {
    height: 100%;
  }

  .class-testimonial {
    background-position: 0 0, 0 0, 50% 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-bottom: 60px;
  }

  .blue-section-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .nav-social-icon {
    width: 30px;
  }

  .teach-style-block {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-banner-slide-nav {
    width: 100%;
    font-size: 10px;
  }

  .coporate-offer {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .corporate-sub-head {
    font-size: 18px;
    line-height: 24px;
  }

  .corporate-training-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .corporate-training-card.reversed {
    top: 0;
  }

  .consult-reason {
    border-bottom-left-radius: 50px;
  }

  .home-review {
    padding-top: 40px;
  }

  .review-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .review-sub-head {
    font-size: 22px;
  }

  .home-ending {
    background-image: url('../images/profile-background.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .ending-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .ending-name {
    font-size: 22px;
    line-height: 28px;
  }

  .ending-sub-head {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .class-begin {
    border-top-left-radius: 50px;
    padding-top: 40px;
  }

  .class-reason-flex {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .class-reason-slot {
    max-width: 320px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .class-reason-slot.yellow-version {
    padding-bottom: 20px;
  }

  .home-banner-class {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }

  .testimonial-video-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-video-cover {
    border-radius: 10px;
  }

  .video-lightbox, .video-lightbox.shift-down {
    top: 0;
  }

  .video-play-icon {
    width: 30px;
  }

  .testimonial-gallery-slider {
    width: 90%;
  }

  .corporate-gallery {
    padding-top: 40px;
  }

  .testimonial-gallery-cover {
    border-radius: 10px;
    height: 50vw;
  }

  .carousel-horizontal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .company-logo.even-slot, .company-logo.odd-slot {
    width: 80px;
  }

  .company-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .gallery-slide-arrow.left-side {
    width: 40px;
    left: -40px;
  }

  .gallery-slide-arrow.right-side {
    width: 40px;
    right: -40px;
  }

  .widget-dropdown {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .review-three-columns {
    margin-top: 20px;
  }

  .course-banner-grid {
    grid-template-columns: 1fr;
  }

  .content-text-bammer {
    border-bottom-right-radius: 0;
    padding: 30px;
    left: 0;
  }

  .text-banner-group {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .head-text-banner {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-text-banner {
    text-align: center;
  }

  .course-image-banner {
    height: 60vw;
  }

  .content-course-group {
    z-index: 9999;
  }

  .head-corporate-course {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .text-span-yellow {
    font-size: 34px;
    line-height: 40px;
  }

  .sub-corporate-course {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .head-course {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .sub-course {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .bg-white.radius {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-faq {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .faq-q-text {
    font-weight: 500;
  }

  .faq-answer-text {
    font-size: 14px;
    line-height: 20px;
  }

  .faq.faq-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-contact-more-info {
    height: 350px;
  }

  .content-contact-group {
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
  }

  .head-contact-more-info {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .sub-contact-more-info {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-size {
    font-size: 26px;
    line-height: 32px;
  }

  .grid-contect-group {
    grid-template-columns: 1fr;
  }

  .text-cotact-group {
    border-bottom-right-radius: 0;
    padding: 40px 30px 20px;
    left: 0;
  }

  .text-group {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .icon-2 {
    font-size: 18px;
  }

  .text-block-3, .list-item, .list-item-2, .list-item-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .list-item-4 {
    line-height: 22px;
  }

  .slide-nav {
    display: none;
  }

  .div-block-32 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .call-to-action-flex {
    flex-flow: wrap;
  }

  .public-course-banner-grid {
    grid-template-columns: 1fr;
  }

  .public-content-text-banner {
    border-bottom-right-radius: 0;
    padding: 30px;
    left: 0;
  }

  .text-public-banner-group {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .heading-journey-success-skill-course {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-journey-success-skill-course {
    font-size: 18px;
    line-height: 24px;
  }

  .journey-success-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-journey-success-skill-course {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .c-faq-a-text, .c-faq-q-text, .image-fqa, .image-faq-group {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    text-align: center;
    font-size: 16px;
  }

  .tag-keyword {
    font-size: 10px;
  }

  .combine-text-size-regular-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .container-blogs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-blog-more {
    padding-left: 20px;
  }

  .combine-heading-style-h2-2 {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .list-item-8 {
    line-height: 24px;
  }

  .heading-blog-more {
    font-size: 24px;
  }

  .link-blog-more {
    line-height: 20px;
  }

  .link-blog-more.w--current {
    font-size: 14px;
  }

  .combine-padding-section-medium-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-blogs-more {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-blog-more-2 {
    line-height: 20px;
  }

  .link-blog-more-2.w--current {
    font-size: 14px;
  }

  .heading-blog-more-2 {
    font-size: 24px;
  }

  .group-blog-more {
    padding-left: 10px;
  }

  .heading-content {
    font-size: 18px;
  }

  .list-blog-more-2 {
    line-height: 24px;
  }

  .date {
    font-size: 12px;
  }

  .paragraph-content {
    padding-left: 0;
    padding-right: 0;
  }

  .image-blog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-blog {
    font-size: 20px;
    line-height: 30px;
  }

  .grid-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-description-table {
    padding: 0;
  }

  .description-table {
    padding: 5px;
  }

  .h3 {
    font-size: 18px;
  }

  .list, .list-2, .list-3, .list-4, .list-5, .list-6, .list-7, .list-8 {
    padding-left: 20px;
  }

  .testimonial-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .infinite-slider {
    max-width: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .infinite-mask {
    width: 100%;
  }

  .heading-content-copy {
    font-size: 18px;
  }
}

#w-node-e19e0a66-ae7d-1bb2-0876-5e5afe0c64cc-542162c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f555e9b-3de9-98fd-6a21-7045c3776329-542162c8, #w-node-c1df4f6b-8a10-86bc-860e-96d59f7a52b2-542162c8 {
  align-self: center;
}

#w-node-d65b6857-716a-b575-dc10-3542f60c84d2-542162c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a37f11b-8fe0-6ad9-aa49-78ca300e1851-542162c8 {
  align-self: end;
}

#w-node-ca2fdb2d-eaad-8cec-9647-aea419e8d4f0-6a130c42, #w-node-_0d0ddf2f-547a-889d-cf2d-77f79ac84e92-c625c28d, #w-node-f53d5079-5741-6714-828e-9eb6e5b04a5d-da69611f, #w-node-_3ef2c17c-6d02-595b-02fe-b1ada019ee9e-da69611f, #w-node-_229833f9-d6fc-616a-f799-790984ba70e6-da69611f, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8be-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8c1-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8c4-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8c7-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8ca-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8cd-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8d1-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8d4-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8d7-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8da-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8dd-ec83a1b7, #w-node-_2895f7a1-19e5-e641-0e48-22d716b2c8e0-ec83a1b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d440c238-13a6-9c16-cabc-783880e9066a-542162c8 {
    order: -9999;
  }

  #w-node-_0f555e9b-3de9-98fd-6a21-7045c3776329-542162c8 {
    order: 9999;
  }

  #w-node-_762d68e8-537c-d6ce-4ca6-b48bdd1780d1-542162c8, #w-node-c1df4f6b-8a10-86bc-860e-96d59f7a52b3-542162c8 {
    justify-self: center;
  }

  #w-node-_14795794-4973-a19c-e4a4-4dd9cb54ae39-6a130c42, #w-node-e1532948-c95c-0eb6-1e80-354341f57db4-6a130c42, #w-node-_57af1550-c0aa-95c6-1ccc-7231938c2267-c625c28d, #w-node-_57af1550-c0aa-95c6-1ccc-7231938c2269-c625c28d {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e19e0a66-ae7d-1bb2-0876-5e5afe0c64cc-542162c8, #w-node-_312cb5db-9df3-f78d-b599-9cbad67c1dab-542162c8, #w-node-_9f6f5577-fac3-c285-ae02-dc641c857b53-542162c8, #w-node-bd3eff8e-f8ec-49b0-76a1-c77ddf220809-542162c8, #w-node-d440c238-13a6-9c16-cabc-783880e9066a-542162c8, #w-node-_40b7ff47-959f-d8da-d63a-dfc898dc02c1-542162c8, #w-node-_0f555e9b-3de9-98fd-6a21-7045c377632a-542162c8 {
    justify-self: center;
  }

  #w-node-_0f555e9b-3de9-98fd-6a21-7045c3776329-542162c8 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_762d68e8-537c-d6ce-4ca6-b48bdd1780d1-542162c8 {
    order: 9999;
  }

  #w-node-_35f806e8-40c9-7f05-f439-3058894cd3e6-bc6e6cb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3c36104-1902-caf4-2340-c5d93071ca3f-542162c8, #w-node-ba2fe4a5-6aa0-5f16-72fb-2ec94e459e60-542162c8, #w-node-_09459d7c-cfc6-1cb7-a0e8-faaaf2d5b67c-542162c8, #w-node-_694cb771-0dc3-8510-71cb-f4c6c5b40571-542162c8 {
    order: -9999;
  }

  #w-node-b4b33ed4-4d0a-31a6-f7a5-79f41667612f-542162c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c10ff12a-41d2-d893-a6d1-c931e0107a54-6a130c42, #w-node-b48a6970-2cb4-69a6-5666-435fa160ff5c-bc6e6cb0, #w-node-_0d0ddf2f-547a-889d-cf2d-77f79ac84de1-c625c28d, #w-node-_57af1550-c0aa-95c6-1ccc-7231938c2267-c625c28d, #w-node-a5926839-e7df-80db-a738-40bb739d08bd-da69611f {
    order: -9999;
  }
}


