@charset "UTF-8";
.btn-type-1 {
  width: 12.5rem;
  height: 4.5rem;
  border-radius: 0.75rem;
  background: var(--primary-color);
  font-weight: 500;
  font-size: 1rem;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-type-1:hover {
  opacity: 0.9;
}

.btn-type-2 {
  font-weight: 500;
  font-size: 1rem;
  color: var(--txt-color);
  width: 12.5rem;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-type-2:hover {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.header {
  border-bottom: 1px solid var(--header-border-color);
}
.header-navbar-app-link {
  padding: 2.7rem;
  display: inline-block;
  border-right: 1px solid var(--header-border-color);
}
.header-navbar-lang {
  padding-right: 3rem;
  padding-left: 3rem;
}
.header-navbar-lang .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
}
.header-navbar-menu-center {
  padding-right: 3rem;
}
.header-navbar-menu-center-list {
  border-left: 1px solid var(--header-border-color);
  padding-right: 3rem;
  padding-left: 3rem;
}
.header-navbar-menu-center-list-item-link {
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  color: var(--txt-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-navbar-menu-center-list-item-link:hover {
  opacity: 0.7;
}
.header-navbar-menu-center-login {
  display: inline-block;
}
.header-navbar-menu-center-login-btn {
  border-radius: 27px;
  border: 1px solid var(--primary-color);
}
.header-navbar-menu-center-login-btn-link {
  display: inline-block;
  border-radius: 27px;
  padding: 0.93rem 2.75rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  color: var(--primary-color);
}
.header-navbar-menu-center-login-btn-link.link-active {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.header-navbar-menu-logo {
  padding-right: 3rem;
  padding-left: 3rem;
}
.header-navbar-search-link {
  padding: 2.7rem;
  display: inline-block;
  border-left: 1px solid var(--header-border-color);
}
.header-navbar-end {
  border-left: 1px solid var(--header-border-color);
}

.home-section-banner {
  overflow: hidden;
}
.home-section-banner .path-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-filter: blur(18.11px);
  filter: blur(18.11px);
}
.home-section-banner .path-banner-yellow {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-30%, 40%);
  -ms-transform: translate(-30%, 40%);
  transform: translate(-30%, 40%);
  z-index: -1;
  -webkit-filter: blur(18.11px);
  filter: blur(18.11px);
}
.home-section-banner-content-title p {
  font-weight: bold;
  font-size: 3.875rem;
  text-align: left;
  color: var(--primary-text-color);
  margin-bottom: 0;
}
.home-section-banner-content-title p span {
  color: var(--main-color);
}
.home-section-banner-content-text p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 26px;
  text-align: left;
  color: var(--primary-subtext-color);
}
.home-section-banner-content-text p strong {
  font-weight: 700;
}
.home-section-banner-content-text .content-list li span {
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  color: var(--primary-text-color);
  padding-left: 4px;
}
.home-section-banner-content-page-list-item {
  width: 31.3%;
}
.home-section-banner-content-page-list-item-link {
  border: 1px solid var(--primary-border);
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-banner-content-page-list-item-link .img {
  width: 70px;
}
.home-section-banner-content-page-list-item-link span {
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  color: var(--primary-subtitle-color);
  padding-left: 1.5rem;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-banner-content-page-list-item-link span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: var(--primary-subtitle-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-banner-content-page-list-item-link:hover {
  border-color: var(--main-color);
}
.home-section-banner-content-page-list-item-link:hover span {
  color: var(--main-color);
}
.home-section-banner-content-page-list-item-link:hover span::before {
  background-color: var(--main-color);
}
.home-section-banner-content-search .date-picker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--primary-border);
  border-radius: 999px;
  padding: 1.2rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.home-section-banner-content-search .date-picker-container-icons {
  border-right: 1px solid var(--primary-border);
  padding-right: 1.8rem;
}
.home-section-banner-content-search #customDateInput {
  border: none;
  outline: none;
  font-size: 0.938rem;
  color: var(--txt-color);
  background: transparent;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 4rem;
}
.home-section-banner-content-search .search-button {
  background-color: var(--primary-color);
  color: var(--color-white);
  border: none;
  width: 7.75rem;
  height: 3.188rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-banner-content-search .search-button:hover {
  opacity: 0.8;
}
.home-section-banner-form-content-center {
  border-radius: 36px;
  border: 1px solid var(--primary-border);
  padding: 2.875rem;
}
.home-section-banner-form-content .subtitle {
  font-weight: normal;
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000247;
  background-color: #ffded9;
  display: inline-block;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.5rem 1.375rem;
  border-radius: 1.375rem;
}
.home-section-banner-form-content .title p {
  font-weight: normal;
  font-size: 2.75rem;
  text-align: left;
  color: var(--txt-color);
  margin-bottom: 0;
}
.home-section-banner-form-content .title p {
  margin-bottom: 0;
}
.home-section-banner-form-content .title p span {
  font-weight: 900;
  font-size: 2.75rem;
  text-align: left;
  color: var(--txt-color);
}
.home-section-banner-form-content form .form-control {
  height: 4rem;
  border-radius: 17px;
  background: #fff;
  border: 1px solid var(--primary-border);
  font-weight: normal;
  font-size: 1rem;
  text-align: left;
  color: var(--txt-color);
}
.home-section-banner-form-content form .form-control:focus {
  border-color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-section-banner-form-content form button {
  height: 4rem;
  border-radius: 17px;
  background: var(--primary-color);
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.125rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-banner-form-content form button:hover {
  opacity: 0.8;
}
.home-section-banner-form-content form .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-family: sans-serif;
  font-size: 0.875rem;
  color: #1a2035;
  cursor: pointer;
}
.home-section-banner-form-content form .custom-checkbox input {
  display: none;
}
.home-section-banner-form-content form .custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 0.938rem;
  top: 0.375rem;
  width: 0.75rem;
  height: 1.5rem;
  border: solid #1a2035;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home-section-banner-form-content form .custom-checkbox .checkmark {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #1a2035;
  border-radius: 17px;
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-section-banner-form-content form .custom-checkbox .checkbox-text a, .home-section-banner-form-content form .custom-checkbox .checkbox-text {
  font-weight: normal;
  text-decoration: underline !important;
  font-size: 14px;
  text-align: left;
  color: var(--txt-color);
}
.home-section-banner-form-level-list-item {
  width: 4.75rem;
  height: 4.125rem;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-section-banner-form-level-list-item span {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.home-section-banner-form-level-list-item:nth-child(1) {
  border: 1px solid var(--primary-color);
  opacity: 0.5;
}
.home-section-banner-form-level-list-item:nth-child(1) span {
  color: var(--primary-color);
}
.home-section-banner-form-level-list-item:nth-child(2) {
  border: 1px solid var(--primary-color);
}
.home-section-banner-form-level-list-item:nth-child(2) span {
  color: var(--primary-color);
}
.home-section-banner-form-level-list-item:nth-child(3) {
  border: 1px solid var(--main-color);
  opacity: 0.5;
}
.home-section-banner-form-level-list-item:nth-child(3) span {
  color: var(--main-color);
}
.home-section-banner-form-level-list-item:nth-child(4) {
  border: 1px solid var(--main-color);
}
.home-section-banner-form-level-list-item:nth-child(4) span {
  color: var(--main-color);
}
.home-section-banner-form-level-list-item:nth-child(5) {
  border: 1px solid var(--main-color8);
  opacity: 0.5;
}
.home-section-banner-form-level-list-item:nth-child(5) span {
  color: var(--main-color8);
}
.home-section-banner-form-level-list-item:nth-child(6) {
  border: 1px solid var(--main-color8);
}
.home-section-banner-form-level-list-item:nth-child(6) span {
  color: var(--main-color8);
}

.home-section-company {
  overflow: hidden;
}
.home-section-company-swiper .company-swiper .swiper-slide {
  padding: 3.75rem 3.125rem;
  border-radius: 2.875rem;
}
.home-section-company-swiper .company-swiper .swiper-slide .company-path {
  position: absolute;
  right: 0;
  z-index: -1;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+1) {
  background-color: #E9F4FF;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+1) .swiper-slide-content h4 span {
  color: #74A7DC;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+1) .slider-stats-list li span {
  color: #74A7DC;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+2) {
  background-color: #DDF6E5;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+2) .swiper-slide-content h4 span {
  color: #74D18F;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+2) .slider-stats-list li span {
  color: #75d18f;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+3) {
  background-color: #FFEDF0;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+3) .swiper-slide-content h4 span {
  color: #e87188;
}
.home-section-company-swiper .company-swiper .swiper-slide:nth-child(3n+3) .slider-stats-list li span {
  color: #e87188;
}
.home-section-company-swiper .company-swiper .swiper-slide-content {
  width: 50%;
}
.home-section-company-swiper .company-swiper .swiper-slide-content h4 {
  font-weight: 500;
  font-size: 4.375rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--primary-text-color);
}
.home-section-company-swiper .company-swiper .swiper-slide-content p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: left;
  color: #000247;
  opacity: 0.5;
}
.home-section-company-swiper .company-swiper .swiper-slide-content p strong {
  font-weight: 700;
}
.home-section-company-swiper .company-swiper .swiper-slide-content .slider-stats-list li p {
  font-weight: bold;
  font-size: 2.688rem;
  color: #22273a;
  opacity: 1;
}
.home-section-company-swiper .company-swiper .swiper-slide-content .slider-stats-list li span {
  font-weight: normal;
  font-size: 1.875rem;
}

.home-section-steps {
  position: relative;
}
.home-section-steps .path-steps {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home-section-steps .accordion-body {
  padding-bottom: 0;
  padding-top: 0;
}
.home-section-steps .home-steps-content {
  padding: 50px 0px;
}
.home-section-steps .home-steps-lesson {
  border-radius: 46px;
}
.home-section-steps .steps-number {
  letter-spacing: 0.135em;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  font-family: sans-serif;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  opacity: 0.6;
  position: absolute;
  right: 1rem;
  top: 0;
}
.home-section-steps .tab-panel {
  position: absolute;
  top: 0;
  left: 10%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
.home-section-steps .tab-panel.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  left: 0;
}
.home-section-steps .sss-img {
  z-index: 9;
  height: 35vh;
}

.home-section-education {
  background-color: var(--main-color4-soft);
}
.home-section-education-content {
  padding: 7.5rem 0;
}
.home-section-education-content-title h2 {
  font-weight: bold;
  font-size: 4.125rem;
  text-align: left;
  color: var(--txt-color);
}
.home-section-education-content-title h2 span {
  color: var(--primary-color);
}
.home-section-education-content-text span {
  font-weight: bold;
  font-size: 1.125rem;
  text-align: left;
  color: var(--txt-color);
}
.home-section-education-content-text p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: left;
  color: var(--primary-subtext-color);
  margin: 1rem 0;
}
.home-section-education-content-text p strong {
  font-weight: 700;
}
.home-section-education-content-icons-list-item {
  border-radius: 33px;
  background-color: red;
}
.home-section-education-content-icons-list-item span {
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: var(--main-color4);
}
.home-section-education-content-icons-list-item:nth-child(1) {
  background: #fffbec;
  border: 1px solid #ede7c7;
}
.home-section-education-content-icons-list-item:nth-child(2) {
  background: #f9fff6;
  border: 1px solid #d5e7c8;
}
.home-section-education-content-icons-list-item:nth-child(3) {
  background: #eef9fa;
  border: 1px solid #c8e6eb;
}
.home-section-education-content-icons-list-item:nth-child(4) {
  background: #ecf5fe;
  border: 1px solid #d9e5f6;
}
.home-section-comments-nav .nav-pills .nav-link {
  padding: 4.375rem;
  border: 1px solid var(--primary-color);
  height: 21.25rem;
}
.home-section-comments-nav .nav-pills .nav-link:first-child {
  border-radius: 2.875rem 2.875rem 0px 0px;
}
.home-section-comments-nav .nav-pills .nav-link:last-child {
  border-radius: 0px 0px 2.875rem 2.875rem;
}
.home-section-comments-nav .nav-pills .nav-link .title {
  font-weight: bold;
  font-size: 2.75rem;
  color: var(--txt-color);
  opacity: 1;
  width: 70%;
}
.home-section-comments-nav .nav-pills .nav-link .text {
  font-weight: 300;
  font-size: 0.938rem;
  color: var(--txt-color);
  width: 70%;
}
.home-section-comments-nav .nav-pills .nav-link.active {
  background-color: var(--primary-color);
}
.home-section-comments-nav .nav-pills .nav-link.active .title {
  color: var(--color-white);
}
.home-section-comments-nav .nav-pills .nav-link.active .text {
  color: var(--color-white);
}
.home-section-comments-nav .comments-nav-position {
  position: absolute;
  right: -38%;
  bottom: 0%;
  z-index: 1;
  height: 60vh;
}
.home-section-comments-content .tab-content-title .home-title span {
  color: var(--primary-color);
}
.home-section-comments-content .tab-content-title .home-text p {
  width: 70%;
}
.home-section-comments-content .tab-content-title .home-text p strong {
  font-weight: 700;
}
.home-section-comments-content .tab-content-swiper .swiper-container {
  overflow: hidden;
}
.home-section-comments-content .tab-content-swiper .testimonial-slide {
  border: 1px solid var(--primary-color);
  border-radius: 26px;
  padding: 2.313rem 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background-color: #fff;
}
.home-section-comments-content .tab-content-swiper .testimonial-slide img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.home-section-comments-content .tab-content-swiper .testimonial-text {
  padding-left: 2rem;
  border-left: 1px solid #dddddd;
}
.home-section-comments-content .tab-content-swiper .testimonial-name {
  font-weight: bold;
  font-size: 1.375rem;
  color: var(--txt-color);
}
.home-section-comments-content .tab-content-swiper .testimonial-content {
  font-size: 0.813rem;
  color: var(--txt-color);
}
.home-section-comments-content .tab-content-swiper .testimonial-date {
  background-color: #fff0db;
  padding: 0.338rem 1rem;
  border-radius: 0.625rem;
  font-size: 0.813rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.home-section-comments-content .tab-content-swiper .thumbnail-container {
  gap: 20px;
}
.home-section-comments-content .tab-content-swiper .thumbnail-container-nav .swiper-btn-next,
.home-section-comments-content .tab-content-swiper .thumbnail-container-nav .swiper-btn-prev {
  width: 55px;
  height: 62px;
  border-radius: 20px;
  border: 1px solid #242e4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-section-comments-content .tab-content-swiper .thumbnail-container-nav .swiper-button-disabled {
  opacity: 0.5;
}
.home-section-comments-content .tab-content-swiper .thumbnail {
  width: 100%;
  height: 140px;
  border-radius: 20px;
  border: 1px solid var(--txt-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-section-comments-content .tab-content-swiper .thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.home-section-comments-content .tab-content-swiper .thumbnail.active {
  border-color: #ff7f50;
}

.home-section-register {
  background-color: #f2f4f8;
  position: relative;
}
.home-section-register .register-layer-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-section-register .register-layer-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.home-section-register-content {
  position: relative;
  z-index: 1;
}
.home-section-register-content h3 {
  font-weight: bold;
  font-size: 47px;
  text-align: left;
  color: var(--main-color4);
}
.home-section-register-content h3 span {
  color: var(--primary-color);
}
.home-section-register-content p {
  font-weight: 300;
  font-size: 1.125rem;
  text-align: left;
  color: var(--txt-color);
}
.home-section-register-content .link-content-start {
  border: 1px solid var(--primary-color);
  padding: 0.75rem;
  border-radius: 0.75rem;
  width: 50%;
}
.home-section-register-content .link-content-start-content {
  background-color: #F3E7E9;
  border-radius: 0.75rem;
  padding: 0.6rem 1.125rem;
  position: relative;
}
.home-section-register-content .link-content-start-content p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: var(--main-color3);
}
.home-section-register-content .link-content-start-content span {
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 49px;
  border-radius: 0.75rem;
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  color: var(--color-white);
}
.home-section-register-content .link-content-btn a {
  width: 10rem;
  height: 4.688rem;
  border-radius: 0.75rem;
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-register-content .link-content-btn a:hover {
  opacity: 0.8;
}
.home-section-register-content i {
  font-weight: normal;
  font-size: 0.75rem;
  text-align: left;
  color: var(--txt-color);
  opacity: 0.82;
}

.home-section-sss h3 {
  font-weight: bold;
  font-size: 2.75rem;
  text-align: left;
  color: var(--txt-color);
}
.home-section-sss .nav .nav-link {
  height: 5.125rem;
  border-radius: 0.625rem;
  background: var(--color-white);
  border: 1px solid var(--header-border-color);
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
  padding: 0px 1.875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-sss .nav .nav-link i {
  font-weight: bold;
  font-size: 0.875rem;
  text-align: left;
  color: #c0c6d8;
  font-style: normal;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-sss .nav .nav-link span {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--txt-color);
  display: inline-block;
  text-align: left;
  padding-left: 1.25rem;
  border-left: 1px solid var(--header-border-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-sss .nav .nav-link.active {
  border-color: var(--main-color);
}
.home-section-sss .nav .nav-link.active i {
  color: var(--main-color);
  font-weight: 700;
  border-color: var(--main-color);
}
.home-section-sss .nav .nav-link.active span {
  color: var(--main-color);
  font-weight: 700;
  border-color: var(--main-color);
}
.home-section-sss .tab-content .tab-pane h5 {
  font-weight: bold;
  font-size: 1.688rem;
  text-align: left;
  color: var(--txt-color);
}
.home-section-sss .tab-content .tab-pane p {
  font-weight: 300;
  font-size: 14px;
  line-height: 31px;
  text-align: left;
  color: var(--txt-color8);
}

.home-section-references {
  background-color: var(--main-color4-soft);
}
.home-section-references .home-ref-swiper .swiper-slide-item {
  background-color: transparent;
}
.home-section-references .home-ref-swiper .swiper-slide-item img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.home-section-references .home-ref-swiper .swiper-slide-item:hover img {
  opacity: 0.8;
}

.home-section-contact .home-contact-form form {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--txt-color);
}
.home-section-contact .home-contact-form form .form-row input {
  font-weight: normal;
  font-size: 0.875rem;
  color: var(--txt-color);
  opacity: 1;
  border-bottom: 1px solid var(--txt-color);
  border-radius: 0;
}
.home-section-contact .home-contact-form form .form-row input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: var(--txt-color);
  opacity: 1;
}
.home-section-contact .home-contact-form form .form-row input::-moz-placeholder {
  font-size: 0.875rem;
  color: var(--txt-color);
  opacity: 1;
}
.home-section-contact .home-contact-form form .form-row input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: var(--txt-color);
  opacity: 1;
}
.home-section-contact .home-contact-form form .form-row input::-ms-input-placeholder {
  font-size: 0.875rem;
  color: var(--txt-color);
  opacity: 1;
}
.home-section-contact .home-contact-form form .form-row input::placeholder {
  font-size: 0.875rem;
  color: var(--txt-color);
  opacity: 1;
}
.home-section-contact .home-contact-form form .button-btn {
  border-radius: 30px;
  background: var(--primary-color);
  font-weight: 500;
  font-size: 1.063rem;
  color: var(--color-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-section-contact .home-contact-form form .button-btn:hover {
  opacity: 0.9;
}

.color-wp {
  color: #61c277 !important;
}

.footer-fix-nav {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.footer-fix-nav-content-list-item {
  width: 25%;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-fix-nav-content-list-item:not(:last-child) {
  border-right: 1px solid #d6d6d6;
}
.footer-fix-nav-content-list-item-link {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  color: #868fab;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-fix-nav-content-list-item-link span {
  font-weight: bold;
}
.footer-fix-nav-content-list-item-link:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.footer-content-item-title {
  font-weight: 900;
  font-size: 1.75rem;
  color: var(--txt-color);
}
.footer-content-item-title hr {
  width: 102px;
  height: 1px;
  background: #323484;
  opacity: 0.4;
}
.footer-content-item-list-item {
  margin-bottom: 1.25rem;
}
.footer-content-item-list-item-link {
  font-weight: normal;
  font-size: 1.125rem;
  color: #868fab;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-content-item-list-item-link:hover {
  color: var(--txt-color5);
}
.footer-content-item-text p {
  font-weight: 300;
  font-size: 0.75rem;
  text-align: left;
  color: var(--txt-color);
}
.footer-content-item-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-content-item-text ul li a {
  font-weight: 600;
  font-size: 1rem;
  color: var(--txt-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-content-item-text ul li a:hover {
  opacity: 0.8;
}
.footer-content-item-social-list-item-link {
  width: 4.75rem;
  height: 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--txt-color);
  border-radius: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-content-item-social-list-item-link:hover {
  background-color: #f8f8f8;
}
.footer-content-payment-bg {
  border-top: 1px solid #d6d6d6;
}
.footer-content-payment-start-item p {
  font-weight: bold;
  font-size: 0.75rem;
  text-align: left;
  color: var(--txt-color5);
  margin: 0;
  border-left: 1px solid #d6d6d6;
  padding: 1rem;
}
.footer-content-payment-center-item img {
  height: 3.75rem;
}
.footer-content-payment-end-item {
  padding: 1rem 2.5rem;
  border-left: 1px solid #d6d6d6;
}
.footer-content-kvkk {
  background: -webkit-gradient(linear, right top, left top, from(#15a584), to(#0d536e));
  background: linear-gradient(to left, #15a584 0%, #0d536e 100%);
  padding: 1.875rem;
}
.footer-content-kvkk-list-item-link {
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  color: var(--color-white);
  padding-right: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-content-kvkk-list-item-link:hover {
  opacity: 0.8;
}
.footer-content-kvkk-list-item:not(:last-child) a {
  border-right: 1px solid var(--color-white);
}
.footer-content-copyright-content {
  position: relative;
}
.footer-content-copyright-content p {
  margin: 0;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 2rem;
  color: var(--txt-color5);
}
.footer-content-copyright-content a {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 2rem;
  color: var(--txt-color5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-content-copyright-content a span {
  color: #0038E0;
}
.footer-content-copyright-content a:hover {
  opacity: 0.8;
}

/*sidebar-menu*/
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -450px;
  width: 450px;
  height: 100vh;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 56px rgba(134, 143, 171, 0.45);
  box-shadow: 0px 0px 56px rgba(134, 143, 171, 0.45);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu.active {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.sidebar-menu-content-top {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 131px;
  border-bottom: 1px solid var(--header-border-color);
}

.sidebar-menu-content-top span {
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  color: var(--txt-color);
}

.sidebar-menu-content-center {
  padding-top: 40px;
  height: calc(100vh - 262px);
  overflow-y: scroll;
}

.sidebar-menu-content-center ul li a {
  padding: 22px 45px 22px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu-content-center ul li a span {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  color: var(--txt-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu-content-center ul li a img {
  width: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-menu-content-center ul li a:hover {
  background-color: rgba(62, 61, 145, 0.04);
}

.sidebar-menu-content-center ul li a:hover img {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu-content-center ul li ul li a {
  padding: 10px 45px 10px 60px;
}

.sidebar-menu-content-center ul li ul li a span {
  font-size: 14px;
  font-weight: 400;
}

.sidebar-menu-content-center::-webkit-scrollbar {
  width: 8px;
  background-color: #F2F2F2;
}

.sidebar-menu-content-center::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
}

.sidebar-menu-content-center::-webkit-scrollbar-thumb:hover {
  background-color: #A5A5A5;
}

.sidebar-menu-content-center::-webkit-scrollbar-thumb:active {
  background-color: #A5A5A5;
}

.sidebar-menu-content-bottom {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 131px;
  border-top: 1px solid var(--header-border-color);
}

.sidebar-menu-content-bottom span {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #a9b3d0;
}

.sidebar-menu-content-bottom a {
  display: none;
}

.sidebar-menu-content-bottom p, .sidebar-menu-content-bottom a {
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  color: var(--main-color3);
  margin: 0;
  padding: 0;
}

.overflow-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  will-change: backdrop-filter;
  background-color: rgba(255, 255, 255, 0.5019607843);
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.overflow-bg.active {
  visibility: visible;
  opacity: 1;
}

.html-active {
  overflow-y: hidden;
}

.flatpickr-input.flatpickr-mobile {
  border: none;
  background-color: transparent;
  color: #000;
}

.fullscreen-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 32, 53, 0.95);
  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;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.fullscreen-search.active {
  opacity: 1;
  pointer-events: auto;
}

.fullscreen-search-inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.fullscreen-search input {
  width: 80%;
  padding: 15px;
  font-size: 24px;
  border: none;
  border-radius: 10px;
}

.fullscreen-search #closeSearch {
  border-radius: 50%;
  background-color: #fff;
  color: #1a2035;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: auto;
}

.search-box {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.search-box input {
  width: 100%;
  padding: 15px 60px 15px 20px; /* Sağda buton boşluğu */
  font-size: 24px;
  border: none;
  border-radius: 10px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-box .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 15px;
  background-color: var(--main-color);
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.search-box .search-btn svg path {
  fill: var(--color-white);
}

.home-section-banner-form-content form .form-control {
  padding-left: 1rem;
}

.page-info {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 30px;
}

.page-lesson {
  position: relative;
  z-index: 1;
}
.page-lesson-menu-form {
  border: 1px solid #434581;
  border-radius: 27px;
  padding: 19px 17px;
}
.page-lesson-menu-form form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-lesson-menu-form form input {
  padding-left: 32px;
  border-radius: 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-lesson-menu-form form svg {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 28px;
  height: 28px;
}
.page-lesson-menu-form form button {
  background-color: var(--main-color);
  color: var(--color-white);
  padding: 12px 24px;
  border-radius: 16px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
}
.page-lesson-menu-menu-list-item {
  border: 1px solid #434581;
  border-radius: 27px;
  padding: 16px 30px 16px 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-lesson-menu-menu-list-item.active {
  border-color: var(--main-color);
}
.page-lesson-menu-menu-list-item.active .title {
  color: var(--main-color);
}
.page-lesson-menu-menu-list-item-btn {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.page-lesson-menu-menu-list-item-btn .icon {
  width: 70px;
}
.page-lesson-menu-menu-list-item-btn .icon img {
  height: 40px;
}
.page-lesson-menu-menu-list-item-btn .title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-subtitle-color);
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid var(--main-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-lesson-menu-menu-list-item:hover {
  border-color: var(--main-color);
}
.page-lesson-menu-menu-list-item:hover .title {
  color: var(--main-color);
}
.page-lesson-content-item-link {
  border: 1px solid #434581;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.page-lesson-content-item-link .card-discount {
  position: absolute;
  top: -15px;
  right: 10%;
  background-color: red;
  color: var(--color-white);
  font-size: 0.75rem;
  padding: 3px 5px;
  border-radius: 8px;
}
.page-lesson-content-item-link .card-padding {
  padding: 24px 30px;
}
.page-lesson-content-item-link:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.page-lesson-content-item-link-top h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
}
.page-lesson-content-item-link-top p {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-subtitle-color);
}
.page-lesson-content-item-link-teacher {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
}
.page-lesson-content-item-link-teacher .icon img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.page-lesson-content-item-link-teacher .name {
  padding-left: 1rem;
}
.page-lesson-content-item-link-teacher .name-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
}
.page-lesson-content-item-link-teacher .name-text p {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-subtitle-color);
}
.page-lesson-content-item-link-teacher .text-content {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--primary-subtext-color);
  margin-top: 0.5rem;
}
.page-lesson-content-item-link-info .info-item {
  border: 1px solid #434581;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70px;
  height: 70px;
  border-radius: 21px;
}
.page-lesson-content-item-link-info .info-item p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  color: var(--primary-subtitle-color);
}
.page-lesson-content-item-link-info .info-item span {
  font-weight: 700;
  font-size: 26px;
  color: var(--primary-subtitle-color);
}
.page-lesson-content-item-link-info .info-item.color {
  border-color: var(--primary-color);
}
.page-lesson-content-item-link-info .info-item.color p {
  color: var(--primary-color);
}
.page-lesson-content-item-link-info .info-item.color span {
  color: var(--primary-color);
}
.page-lesson-content-item-link-date {
  border-top: 1px solid #e5e5e5;
  padding: 1rem 0;
}
.page-lesson-content-item-link-date .date-item {
  width: 50%;
}
.page-lesson-content-item-link-date .date-item p {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--primary-subtitle-color);
  margin: 0;
  padding-bottom: 6px;
}
.page-lesson-content-item-link-date .date-item span {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-subtitle-color);
}
.page-lesson-content-item-link-btn {
  background: #FFF2F5 0% 0% no-repeat padding-box;
  padding: 24px 30px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.page-lesson-content-item-link-btn .price-old {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: line-through;
  color: #D9BFC3;
}
.page-lesson-content-item-link-btn .price-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-subtitle-color);
}
.page-lesson-content-item-link-btn .price-discount {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 700;
}
.page-lesson-content-item-link-btn .icon {
  width: 62px;
  height: 62px;
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-lesson-content-item-link-btn .icon:hover {
  opacity: 0.8;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--color-white);
}
.header-sticky .header-navbar-menu-logo-link img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-sticky .header-navbar-app-link,
.header-sticky .header-navbar-search-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-sticky.scrolled {
  padding: 1rem 0;
}
.header-sticky.scrolled .header-navbar-menu-logo-link img {
  height: 60px;
}
.header-sticky.scrolled .header-navbar-app-link,
.header-sticky.scrolled .header-navbar-search-link {
  padding: 1rem 2.7rem;
}

.page-info-space {
  margin-top: 122px;
}

.page-lesson-menu.sticky-top {
  top: 110px;
}

@media only screen and (max-width: 1440px) {
  .home-section-banner-content-title p {
    font-size: 3rem;
  }
  .home-steps-lesson {
    padding: 50px;
  }
  .home-section-steps .sss-img {
    z-index: 9;
    height: 25vh;
  }
  .header-navbar-menu-logo-link img {
    height: 70px;
  }
  .header-navbar-app-link,
  .header-navbar-search-link {
    padding: 2rem 1.5rem;
  }
  .header-navbar-lang,
  .header-navbar-menu-logo,
  .header-navbar-menu-center-list {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .header-navbar-menu-center {
    padding-right: 1.5rem;
  }
  .header-navbar-menu-center-login-btn-link {
    padding: 0.93rem 1.75rem;
  }
  .footer-content-item-text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-info-space {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-navbar-menu-center {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .header-navbar-menu-center-list {
    display: none !important;
  }
  .home-section-banner-form-content-center {
    padding: 1rem;
  }
  .home-section-banner-content-title p,
  .home-section-banner-form-content .title p,
  .home-section-banner-form-content .title p span {
    font-size: 2rem;
  }
  .home-section-banner-content-page-list-item {
    width: 48%;
  }
  .home-section-banner-form-level-list-item {
    width: 3rem;
    height: 3rem;
  }
  .home-section-banner-content-search .date-picker-container {
    padding: 1rem 1.25rem;
  }
  .home-section-banner .date-picker-container {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-section-company-swiper .company-swiper .swiper-slide-content h4 {
    font-size: 2rem;
  }
  .home-section-company-swiper .company-swiper .swiper-slide-content .slider-stats-list li p,
  .home-section-company-swiper .company-swiper .swiper-slide-content .slider-stats-list li span {
    font-size: 1.5rem;
  }
  .home-steps-lesson {
    padding: 4rem 2rem;
  }
  .home-section-education-content-title h2,
  .home-title,
  .home-section-register-content h3,
  .home-section-sss h3 {
    font-size: 2rem;
  }
  .home-section-register-content .link-content-start {
    width: 60%;
  }
  .footer-content-item-title {
    font-size: 1rem;
  }
  .footer-content-item-list-item-link {
    font-size: 0.75rem;
  }
  .footer-content-item-social-list-item-link {
    width: 3rem;
    height: 3rem;
  }
  .home-section-comments-content .tab-content-swiper .thumbnail img {
    width: 50px;
    height: 50px;
  }
  .home-section-company-swiper .company-swiper .swiper-slide-content {
    width: 90%;
  }
  .home-section-comments-nav .nav-pills .nav-link {
    padding: 4.375rem 2rem;
  }
  .home-section-comments-nav .nav-pills .nav-link .title {
    font-size: 2rem;
  }
  .footer-content-kvkk-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .header-navbar-menu-logo-link img {
    height: 50px;
  }
  .header-navbar-end .header-navbar-lang .dropdown-toggle {
    font-size: 0.75rem !important;
  }
  .header-navbar-app-link, .header-navbar-search-link {
    padding: 2rem 1rem;
  }
  .header-navbar-app-link svg, .header-navbar-search-link svg {
    width: 25px;
  }
  .header-navbar-menu-center-login-btn-link {
    padding: 0.75rem 1.25rem;
    font-size: 0.75rem;
  }
  .home-section-banner-content-page-list-item {
    width: 30%;
  }
  .home-section-banner-form-content {
    width: 100%;
  }
  .home-section-company-swiper .company-swiper .swiper-slide-content .slider-stats-list li p, .home-section-company-swiper .company-swiper .swiper-slide-content .slider-stats-list li span {
    font-size: 1rem;
  }
  .home-steps.home-section-steps {
    overflow: hidden;
  }
  .home-section-education-img {
    display: none !important;
  }
  .home-section-comments-nav .comments-nav-position {
    display: none;
  }
  .home-section-comments-nav .d-inline-block {
    width: 100%;
  }
  .home-section-comments-nav .d-inline-block .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    margin-bottom: 30px;
  }
  .home-section-comments-nav .d-inline-block .nav .nav-link {
    padding: 2rem 1.5rem;
    width: 50%;
    height: auto;
  }
  .home-section-comments-nav .d-inline-block .nav .nav-link:first-child {
    border-radius: 2.875rem 0px 0px 2.875rem;
  }
  .home-section-comments-nav .d-inline-block .nav .nav-link:last-child {
    border-radius: 0px 2.875rem 2.875rem 0px;
  }
  .home-section-register {
    padding: 2rem 0;
  }
  .home-section-register-img img {
    display: none;
  }
  .home-contact.home-section-contact .home-contact-img {
    display: none;
  }
  .footer-fix-nav-content-list-item-link {
    font-size: 1rem;
  }
  .footer-content-payment-start-item img {
    height: 60px;
  }
  .footer-content-payment-start-item p {
    font-size: 0.65rem;
    padding: 0.5rem;
  }
  .footer-content-payment-center-item img {
    height: 3rem;
  }
  .footer-content-payment-end-item {
    padding: 1rem 1.5rem;
  }
  .footer-content-payment-end-item img {
    height: 20px;
  }
  .page-lesson-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 80%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .page-lesson-menu.active {
    display: block;
  }
  body.menu-open {
    overflow: hidden;
  }
  .page-lesson-menu-form {
    padding: 12px;
  }
  .page-lesson-menu-form form input {
    width: 80%;
    font-size: 0.75rem;
  }
  .page-lesson-menu-form form button {
    padding: 12px 16px;
    font-size: 14px;
  }
  .page-lesson-menu-menu-list-item-btn .title {
    font-size: 0.75rem;
  }
  .page-lesson-menu-form form svg {
    width: 22px;
    height: 22px;
  }
  .page-lesson-menu-menu-list-item-btn .icon {
    width: 44px;
  }
  .btn-filter {
    background-color: var(--main-color);
    color: var(--color-white);
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
  }
  .header-sticky.scrolled .header-navbar-menu-logo-link img {
    height: 50px;
  }
  .header-sticky.scrolled .header-navbar-app-link, .header-sticky.scrolled .header-navbar-search-link {
    padding: 1rem 1rem;
  }
  .page-lesson-menu.active {
    display: block;
  }
  .page-lesson-menu.sticky-top {
    top: 93px;
  }
}
@media only screen and (max-width: 767px) {
  .header-navbar-lang, .header-navbar-menu-logo, .header-navbar-menu-center-list {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .header-navbar-lang .dropdown .dropdown-toggle {
    padding: 0px;
  }
  .header-navbar-menu-center-login-btn-link {
    padding: 0.5rem 1rem;
    font-size: 0.65rem;
  }
  .header-navbar-menu-logo-link img {
    height: 45px;
  }
  .header-navbar-app-link svg, .header-navbar-search-link svg {
    width: 16px;
  }
  .header-navbar-app-link, .header-navbar-search-link {
    padding: 1.5rem 1rem;
  }
  .home-section-company-swiper .company-swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 1.5rem;
  }
  .home-section-company-swiper .company-swiper .swiper-slide .swiper-slide-content {
    padding: 0 !important;
  }
  .home-section-company-swiper .company-swiper .swiper-slide .company-path {
    width: 50%;
    top: auto;
    bottom: 0;
  }
  .home-section-company-swiper .company-swiper .swiper-slide .swiper-slide-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .home-section-company-swiper .company-swiper .swiper-slide .swiper-slide-img img {
    width: 50%;
  }
  .home-section-company-swiper .company-swiper .swiper-slide-content {
    width: 100%;
  }
  .footer-content-copyright-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-content-copyright-content .copyright-link {
    position: inherit;
  }
  .home-steps-content {
    width: 100%;
  }
  .home-section-steps .steps-number {
    font-size: 4rem;
  }
  .home-steps-lesson-title h3 {
    font-size: 22px;
  }
  .home-steps-lesson {
    padding: 4rem 1rem;
  }
  .home-steps-lesson-teachers {
    gap: 5px;
    margin: 15px 0px;
  }
  .home-steps-lesson-date .item {
    padding: 10px 15px;
  }
  .home-steps-lesson-date .item p {
    font-size: 20px;
    line-height: 24px;
  }
  .home-steps-lesson-user {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-steps-lesson-link a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .home-contact.home-section-contact {
    padding: 1rem;
  }
  .page-info-space {
    margin-top: 84px;
  }
  .header-sticky.scrolled .header-navbar-menu-logo-link img {
    height: 45px;
  }
  .header-sticky.scrolled .header-navbar-app-link, .header-sticky.scrolled .header-navbar-search-link {
    padding: 0.5rem 0.5rem;
  }
  .header-sticky.scrolled .header-navbar-app-link {
    padding: 1rem;
  }
  .header-sticky.scrolled {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header-navbar-end {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.5rem;
  }
  .header-navbar-search-link {
    padding: 0.5rem 0.5rem;
  }
  .home-section-banner-content-title p, .home-section-banner-form-content .title p, .home-section-banner-form-content .title p span {
    font-size: 1.5rem;
  }
  .home-section-banner-content-search .date-picker-container {
    padding: 0.5rem 0.75rem;
  }
  .home-section-banner-content-search .date-picker-container-icons {
    padding-right: 1rem;
  }
  .home-section-banner-content-search .search-button {
    width: 6.75rem;
    height: 3rem;
  }
  .home-section-banner-content-page-list-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .home-section-banner-content-page-list-item-link .img {
    width: 46px;
  }
  .home-section-banner-content-page-list-item-link {
    height: 120px;
  }
  .home-section-banner-content-page-list-item-link span {
    padding: 0;
    text-align: center;
    font-size: 0.75rem;
  }
  .home-section-banner-content-page-list-item-link span::before {
    display: none;
  }
  .home-section-education-content-icons-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-section-education-content-icons-list-item {
    width: 46% !important;
  }
  .home-section-comments-nav .nav .nav-link img {
    height: 16px;
  }
  .home-section-comments-nav .nav .nav-link .title {
    width: 100%;
    font-size: 1.25rem;
  }
  .home-section-comments-nav .nav .nav-link .text {
    width: 100%;
    font-size: 0.75rem;
  }
  .home-section-education-content-title h2, .home-title, .home-section-register-content h3, .home-section-sss h3 {
    font-size: 1.5rem;
  }
  .home-section-comments-content .tab-content-swiper .testimonial-slide {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .home-section-comments-content .tab-content-swiper .testimonial-slide img {
    width: 60px;
    height: 60px;
  }
  .home-section-comments-content .tab-content-swiper .testimonial-slide .testimonial-text {
    padding: 0;
  }
  .home-section-comments-content .tab-content-swiper .testimonial-slide .testimonial-text .testimonial-name {
    font-size: 1rem;
  }
  .home-section-register .link-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-section-register .link-content-start {
    width: 100%;
  }
  .home-section-register-content .link-content-btn a {
    width: 10rem;
    height: 3.688rem;
  }
  .home-section-contact .home-contact-form form {
    width: 100%;
    gap: 1.5rem !important;
  }
  .home-contact-customer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .home-contact-customer-item {
    width: 100%;
    border: none !important;
  }
  .home-contact .container {
    padding: 0;
  }
  .footer-fix-nav {
    border-bottom: none;
  }
  .footer-fix-nav-content-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-fix-nav-content-list-item {
    width: 50%;
    height: 50px;
    border-bottom: 1px solid #d6d6d6;
  }
  .footer-content-payment-bg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-content-payment .footer-content-payment-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer-content-payment .footer-content-payment-start {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-content-payment .footer-content-payment-end {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-content-copyright-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar-menu-content-top,
  .sidebar-menu-content-bottom {
    padding: 0 20px;
  }
  .sidebar-menu-content-center ul li a {
    padding: 20px;
  }
  .sidebar-menu {
    width: 100%;
  }
  .sidebar-menu-content-top {
    height: 60px;
  }
  .sidebar-menu-content-bottom {
    height: auto;
    padding-top: 20px;
  }
  .sidebar-menu-content-center {
    padding-top: 20px;
  }
  .home-section-sss .tab-content .tab-pane h5 {
    font-size: 1.25rem;
  }
  .home-section-sss .tab-content .tab-pane p {
    font-size: 1rem;
  }
  .home-section-sss .tab-content .tab-pane p span {
    font-size: 1rem;
  }
  .search-box {
    width: 96%;
    margin: auto;
  }
  .search-box input {
    font-size: 1.25rem;
  }
  .home-section-banner-content-search #customDateInput {
    max-width: 134px;
    padding: 0;
  }
  .home-section-comments-content .tab-content-swiper .thumbnail {
    height: auto;
  }
  .page-info {
    padding: 30px 0px;
  }
}