@font-face {
  font-family: 'Nunito';
  src: url('assets/fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

:root {
  --header-height: 160px;
  --header-height-min: 80px;
}


@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Theme Colors */
:root {
  --primary-color: #4CC082;
  --light-primary-color: #E2F3F0;
  --secondary-color: #EC6C5A;
  --light-secondary-color: #FFE9E5;
  --tertiary-color: #FFEED3;
  --dark-color: #31333A;
  --light-color: #FFFFFF;
  --grey-color: #BBC7D4;
  --light-dark-color: #727272;
  --light-grey-color: #f5f5f5;
}

/* Fonts */
:root {
  --body-font: 'Nunito', sans-serif;
  --heading-font: 'Nunito', sans-serif;
}

body {
  font-family: 'Nunito', sans-serif;
}

/*Chặn coppy text*/
body, * {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version */
}

body {

  --bs-link-color: var(--dark-color);
  --bs-link-hover-color: var(--dark-color);

  --bs-link-color-rgb: 40, 40, 40;
  --bs-link-hover-color-rgb: 0, 0, 0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: var(var(--body-font));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.3rem;
  --bs-body-color: var(--dark-color);

  --bs-primary: #4CC082;
  --bs-primary-rgb: 76, 192, 130;
  --bs-primary-bg-subtle: #E2F3F0;

  --bs-border-color: #F7F7F7;

  --bs-secondary: #EC6C5A;
  --bs-secondary-rgb: 236, 108, 90;
  --bs-secondary-bg-subtle: #FFE9E5;

  --bs-tertiary: #f8be60;
  --bs-tertiary-bg-subtle: #FFEED3;

}

/*------------------------------ new css ------------------------------*/
.bg-white-color {
  background-color: var(--light-color);
}

.tc-sz-64 {
  color: #000;
  font-size: 64px;
  font-weight: 800;
  line-height: 75px;
}

.tc-sz-48 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
}

.tc-sz-32 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.tc-sz-32-500 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.tc-sz-22-700 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.tc-sz-20 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.tc-sz-18 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.tc-sz-16 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.tc-pt-pb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tc-mt-mb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tc-mt-mb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.tc-mt-40 {
  margin-top: 40px;
}

.tc-mb-30 {
  margin-bottom: 30px;
}

.tc-p-30 {
padding: 30px;
}

.tc-mb-20 {
  margin-bottom: 20px;
}

.tc-pb-15 {
  padding-bottom: 15px;
}

.text-justy {
  text-align: justify;
}

.font-weight-bold {
  font-weight: bold;
}

.custom-navbar-button:focus {
  box-shadow: none;
}

.btn-custum {
  width: 160px;
  height: 60px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.border-radius-30 {
  border-radius: 30px;
}

.btn-custum:hover {
  background-color: #fff !important;
  color: #000;
  border: 1px solid #000;
}

.text-decoration-none:hover {
  text-decoration: none;
}

.banner-hero {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.section-menu .navbar {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  z-index: 9;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 15px 50px;
}

.navbar-collapse {
  display: none;
}

.navbar-collapse.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
  }
}


.section-menu .btn-wrap button {
  padding: 15px 20px;
  background-color: #000;
  border-color: #000;
}

.banner-hero {
  background-image: url("assets/images/banner-hero-v2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-hero .banner-container {
  max-width: 1300px;
  padding-top: 220px;
  margin: 0 auto;
}

.banner-hero .banner-content {
  position: absolute;
  top: 150px;
}

.banner-hero .banner-container .banner-text {
  text-align: end;
  z-index: 2;
  position: relative;
}

/*-------------------------------------------*/
/*features*/
/*-------------------------------------------*/

.feature-item-center .feature-item-left {
  display: flex;
  align-items: end;
  margin-right: 50px;
}

.feature-item {
  display: flex;
  padding: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.feature-item .feature-item-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: 50px;
}
.feature-item .feature-item-left h2 {
  font-weight: bold;
}

.feature-item .feature-item-right {
  height: 270px;
}
.feature-item .feature-item-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.feature-item-wrap {
  overflow: hidden;
}

.shadow_custom {
  border-radius: 25px;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15) !important;
}

#benefits {
  background-color: #e3f3f0;
}

.benefits-content .benefits-content-item {
  background-color: #fff;
  border-radius: 30px;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

/*-------------------------------------------*/
/*reasons*/
/*-------------------------------------------*/

.reasons-list {
  list-style: none;
  padding-left: 0;
}

.reasons-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.reasons-list li i {
  color: red;
  margin-right: 10px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

#difference .benefit-box {
  background: #f8f9fa;
  padding: 20px 40px;
  min-height: 200px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#difference .benefit-box h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

#difference .benefit-box p {
  font-size: 16px;
}

/*-------------------------------------------*/
/*student results*/
/*-------------------------------------------*/

.result-image {
  height: 100%;
  }

.result-image img {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.image-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-wrap .result-image img {
  height: 100%;
  object-fit: contain;
}
/*-------------------------------------------*/
/*testimonial*/
/*-------------------------------------------*/
.testimonial-swiper {
  padding: 0 5px;
}

.image-review-wrap {
  width: 225px;
  margin: 0 auto;
}


/*-------------------------------------------*/
/*roadmap*/
/*-------------------------------------------*/

.roadmap-section {
  background-color: #f5ffdc;
}

.zoomable-image {
  cursor: pointer;
  transition: transform 0.2s; /* Animation */
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.modal-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.modal-content {
  display: inline-block;
  width: 85%;
  max-height: 80vh;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/*-------------------------------------------*/
/*FAQ*/
/*-------------------------------------------*/


#faq {
  padding: 100px 0;
}
.accordion-button:not(.collapsed) {
  color: #7ea121;
  background-color: #f5ffdc;
}

.accordion-button {
  font-weight: bold;
}

.faq-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-faq {
  margin:0 auto;
}

.accordion-body {
  background-color: #f5ffdc;
}

/*-------------------------------------------*/
/*FORM CONTACT*/
/*-------------------------------------------*/

.text-decoration-none {
  text-decoration: none;
}

.form-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
}

.form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.input-group {
  flex: 1;
  margin-right: 10px;
}

.input-group:last-child {
  margin-right: 0;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

textarea {
  resize: none;
  height: 100px;
}

.submit-button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 45px;
}

.submit-button:hover {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
}

.course-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
  width: 100%;
  overflow: hidden;
}

.course-image-container .img-fluid {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.course-image-container .document-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.course-des-short {
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% + 10px));
  left: 0;
  width: 100%;
  border-radius: 6px;
  background-color: #ffeed4;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px rgba(150, 150, 150, 0.192);
  display: none;
  padding: 15px;
  z-index: 1;
}

.course-des-short::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffeed4;
}

.tomoeSong-video {
  width: 100%;
  height: 500px;
  max-width: 900px;
  margin: 0 auto;
}

/*-------------------------------------------*/
/* achievements */
/*-------------------------------------------*/

.achievements-video {
  width: 100%;
  height: 500px;
  max-width: 900px;
  margin: 0 auto
}

@media (max-width: 600px) {
  .form-group {
    flex-direction: column;
  }

  .input-group {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .input-group:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .mobile-text-center {
    text-align: center;
  }

  .tc-pt-pb-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tc-mt-mb-100 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mobile-pt-pb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-pb-10 {
    padding-bottom: 10px;
  }
  .mobile-mt-20 {
    margin-top: 20px;
  }

  .mobile-mb-20 {
    margin-bottom: 20px !important;
  }

  .mobile-my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .section-menu .navbar {
    padding: 15px 20px;
  }

  .custom-navbar {
    top: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    backdrop-filter: none;
  }

  .feature-item .feature-item-right {
    border-radius: 20px;
  }

  .link-menu-wrap {
    flex-direction: column;
    align-items: center;
  }

  .btn-wrap {
    margin-top: 10px;
    justify-content: center;
    width: 100%;
  }

  .tc-sz-64 {
    font-size: 40px;
    line-height: 50px;
  }

  .tc-sz-48 {
    font-size: 28px;
    line-height: 34px;
  }

  .tc-sz-32 {
    font-size: 22px;
    line-height: 28px;
  }

  .mobile-text-center{
    text-align: center;
  }

  .banner-hero .banner-container {
    padding-top: 180px;
  }


  .feature-item {
    justify-content: center;
  }

  .feature-item .feature-item-left {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .item-wrap-text {
    order: 2;
  }

  .item-wrap-image {
    order: 1;
  }

  .form-section {
    padding: 20px;
  }

  .zoomed {
    left: 74%;
    transform: scale(2.5);
    transition: transform 0.3s ease;
    cursor: zoom-out;
  }

  .modal-content {
    width: 100%;
  }
}











