@font-face {
  font-family: "DFVN Arthemys Display";
  src: url("../fonts//DFVN.otf");
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy.otf");
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-VariableFont_wght.ttf");
  font-display: swap;
}

.main {
  margin: 0 !important;
}

.gradient-bg {
  background-color: #9332be;
}

.facebook {
  padding: 0 0.2rem !important;
}

.header-contact {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-menu-header {
  display: none;
}

.header-menu-mobile {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.5s ease;
}

.list-contact {
  width: 65%;
  font-size: 14px;
  padding: 10px 0;
  color: white;
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: right;
  margin: 0 0 0 10px;
}

.list-contact li {
  padding: 0 1rem;
}

.mail,
.phone {
  border-right: 1px solid #ffffff;
}

.list-contact li a {
  text-decoration: none;
  color: white;
}

.border-header-color {
  border-bottom: 1px solid #b153db;
}

.header-menu {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 180px !important;
  margin: 5px 0;
  padding: 0.3rem;
}

.between {
  height: 20px;
  border: 1px solid #fff;
}

.menu-custom {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  margin-left: 200px;
  align-items: center;
}

.menu-custom li a {
  font-family: "Plus Jakarta Sans";
  color: white;
  line-height: 85px;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: none;
  border-radius: 99px;
}

.menu-custom li a:hover {
  border: 1px solid #d0d5dd;
}

.menu-custom li .active {
  border: 1px solid white;
}

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

.me-auto {
  margin: 0 auto;
}

.banner-item {
  /* width: 100% !important;
  height: 100% !important;
  max-height: 750px !important;
  aspect-ratio: 16 / 9; */
  object-fit: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  transform: scale(1);
  transition: transform 0.5s;
}

.backdoor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner-item__content {
  position: relative;
  width: 100%;
}

.button-banner {
  width: 30%;
}

.button-banner a {
  padding: 14px 32px;
  background: linear-gradient(to right, #a83cd1, #9433bd);
  border-radius: 25px;
  text-decoration: none;
  color: white;
  margin-top: 4rem;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

.button-banner a i {
  margin-top: 3px;
}

.button-banner a:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.05);
}

.banner-text {
  width: 40%;
  height: 80%;
  position: absolute;
  top: 20%;
  left: 20%;
  color: white;
  z-index: 3;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(0);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.banner-text h1 {
  font-family: "DFVN Arthemys Display";
  color: white;
  font-size: 68.63px;
  line-height: 100%;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.banner-text p {
  font-family: "SVN-Gilroy";
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  margin: 0;
  padding: 0;
}

.slide-banner-item.left .animated {
  animation-name: slideInLeft;
}

.slide-banner-item.right .animated {
  animation-name: slideInRight;
}

.slide-banner-item.center .animated {
  animation-name: slideInCenter;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInCenter {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.tab-content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.tab-content .active {
  opacity: 1;
  display: block;
}

.swiper-button-disabled {
  cursor: no-drop !important;
  opacity: 0.5;
}

.slide {
  display: none;
}

.thumbnail {
  width: 56%;
  height: 120px;
  top: -5%;
  display: flex;
}

.swiper-control.position-absolute .swiper-control-btn {
  z-index: 1;
}

.banner-title {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100px;
  z-index: 3;
  background-color: #fbf6fe;
}

.banner-title .active {
  background: #be65e7;
  border: none;
}

.banner-title .active p {
  color: #ffffff;
}

.banner-title .active h2 {
  color: #d0d5dd;
}

.swiper-control-btn {
  width: 25%;
  height: 100%;
  cursor: pointer;
  color: #182230;
  background: #f2f3f5;
  font-size: 2rem;
  padding: 16px 20px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transform: translateY(-50%);
  overflow: hidden;
  border: 0.5px solid #e6e6e6;
}

.swiper-control-btn h2 {
  font-size: 11px;
  color: #98a2b3;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
  font-family: "SVN-Gilroy";
}

.swiper-control-btn p {
  font-family: "SVN-Gilroy";
  font-weight: 300;
  line-height: 25px;
  font-size: 18px;
  color: #182230;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  position: static;
  margin-top: 3rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.swiper-control.d-flex {
  gap: 2rem;
}

.swiper-control.relative {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 1rem;
}

.swiper-control.relative .swiper-control-btn {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.swiper-wrapper:active {
  cursor: grabbing;
}

.swiper-wrapper {
  cursor: grab;
}

.crossbar {
  width: 40px;
  height: 2px;
  border: 1px solid #aaaaaa;
}

.about-us {
  background-color: #fbf6fe;
  padding-bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-container {
  width: 60%;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.about-us__content,
.about-us__image {
  width: 40%;
  min-height: 42vh;
}

.about-us__image {
  width: 50%;
  position: relative;
}

.about-text__title {
  margin-bottom: 20px;
  gap: 20px;
  display: flex;
  align-items: center;
}

.about-text__title h1 {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #9433bd;
  text-transform: uppercase;
}

.about-text h2 {
  font-family: "DFVN Arthemys Display";
  font-weight: 300;
  font-size: 33.63;
  line-height: 42px;
  letter-spacing: 1.1px;
}

.about-text p {
  font-family: "SVN-Gilroy";
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
}

.about-us__image .about-image-first {
  width: 50%;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center top;
  z-index: 3;
  aspect-ratio: auto;
}

.about-us__image .about-image-second {
  width: 80%;
  height: 85%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center right;
  z-index: 2;
  aspect-ratio: auto;
}

.button-about-us a {
  padding: 15px 36px;
  background: linear-gradient(to right, #8129a2, #b455e0);
  border-radius: 25px;
  text-decoration: none;
  color: #7c2e9b;
  margin-top: 4rem;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.button-about-us a::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fbf6fe;
  border-radius: 23px;
  z-index: -1;
}

.button-about-us a:hover {
  color: #7c2e9b;
  text-decoration: none;
  transform: scale(1.05);
}

.workshop {
  width: 100%;
  background-color: #f2f3f5;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.workshop h1 {
  font-family: "SVN-Gilroy";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 4px;
  text-align: center;
}

.workshop .container {
  width: 60%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.list-workshop {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  gap: 2rem;
}

.list-workshop img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  /* object-position: center center; */
  border-radius: 16px;
}

.list-workshop h2 {
  font-family: "SVN-Gilroy";
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #23282d;
  text-align: left;
}

.list-workshop p {
  font-family: "SVN-Gilroy";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.button-workshop {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}

.button-workshop a {
  padding: 15px 36px;
  background: linear-gradient(to right, #8129a2, #9433bd);
  border-radius: 25px;
  text-decoration: none;
  color: white;
  margin-top: 4rem;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.button-workshop a i {
  margin-top: 3px;
}

.button-workshop a:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.05);
}

.workshop .thumbnail-workshop {
  width: 680px;
  height: 112%;
  position: absolute;
  top: -60px;
  right: 20px;
  object-fit: contain;
  object-position: center center;
  z-index: 3;
}

.courses {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 4;
  padding: 4rem 0;
  background: #b054dc;
}

.background-courses {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center top;
  opacity: 0.3;
}

.courses .container {
  width: 60%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 6;
}

.courses-title {
  width: 100%;
  gap: 20px;
}

.courses-title__title {
  gap: 20px;
  margin: 1.5rem 0 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.courses-title__title .crossbar {
  width: 100px;
}

.courses-title__title h1 {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 4px;
  color: white;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.courses-title h2 {
  font-family: "DFVN Arthemys Display", serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.list-courses {
  width: 100%;
  max-height: 850px;
  gap: 24px;
  overflow: hidden;
  margin-top: 3rem;
}

.list-courses .swiper-control-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
}

.list-courses .swiper-wrapper-slide {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(22%, 1fr));
  gap: 15px;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  position: relative;
  padding: 15px 0;
}

.list-courses .slide-course-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.list-courses .slide-first-title {
  font-family: "SVN-Gilroy";
  font-weight: 800;
  font-size: 20px;
  margin: 50px 0 12px;
  text-align: center;
}

.list-courses .slide-first-title a {
  color: white;
  text-decoration: none;
}

.slide-course-main .slide-course__image {
  width: 100%;
}

.slide-course-main .slide-course__image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center center;
}

.swiper-wrapper-slide .slide-course {
  width: 100%;
  box-sizing: border-box;
  display: block;
  transition: all 1s ease-in-out;
}

.swiper-wrapper-slide .slide-course img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center center;
}

.slide-course h3 {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  margin: 12px 0;
}

.slide-course h3 a {
  text-decoration: none;
  color: #ffffff;
}

.slide-course h3 a:hover {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.025);
}

.slide-course p {
  font-family: "SVN-Gilroy";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #e4e7ec;
  overflow-y: hidden;
  text-overflow: ellipsis;
}

.slide-course__image {
  position: relative;
}

.slide-course__image .slide-course-level {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 10px;
  background-color: #9433bd;
  font-family: "SVN-Gilroy";
  font-weight: 600;
  font-size: 12px;
  color: white;
}

.button-course a {
  padding: 8px 16px;
  background: none;
  border: 1px solid #e4e7ec;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin: 1rem 0;
}

.button-course a:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.025);
}

.swiper-control-btn .swiper-course-prev:hover,
.swiper-control-btn .swiper-course-next:hover {
  transform: scale(1.05);
}

.achievement {
  width: 100%;
  height: 700px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.achievement .bg-achievement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center top;
}

.achievement .box-achievement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background: rgba(34, 34, 34, 0.75);
}

.achievement .container {
  width: 60%;
  height: 100%;
  padding: 4rem 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.achievement .achievement-item h1 {
  text-align: right;
  color: #ffffff;
  font-family: "SVN-Gilroy";
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
}

.achievement .achievement-item p {
  color: #ffffff;
  font-family: "SVN-Gilroy";
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.case_study {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.bg-casestudy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
  z-index: 3;
}

.case_study .container {
  width: 60%;
  padding: 4rem 0;
  margin: 0;
  position: relative;
  z-index: 5;
}

.study-title__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.study-title__title h1 {
  color: #7c2e9b;
  font-family: "SVN-Gilroy";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.case_study .container h2 {
  font-family: "DFVN Arthemys Display";
  font-weight: 300;
  font-size: 48px;
  line-height: 80px;
  color: #0c111d;
  text-align: center;
  margin: 2rem 0 3rem;
}

.case_study .container p {
  font-family: "SVN-Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #2a1321;
  text-align: center;
}

.swiper-slide-study {
  max-height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 5rem 0;
}

.swiper-slide-study .swiper-control-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #475467;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
}

.swiper-slide-study .slide-study {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: transform 0.5s ease-in-out;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.slide-study img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}

.slide-study .slide-study-detail {
  width: 31%;
  height: 320px;
}

.slide-study .left {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.slide-study .right {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.splide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.splide.is-initialized {
  visibility: visible;
  opacity: 1;
}

.footer {
  width: 100%;
  min-height: 40vh;
  position: relative;
  display: flex;
  background-color: #b052dc;
  gap: 10rem;
}

.footer .map-wrapper {
  width: 30%;
}

.footer .map-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.info-contact {
  width: 30%;
  height: 100%;
  background-color: #b052dc;
  padding: 2rem 3rem;
}

.footer .header-menu {
  width: 8%;
  height: 100%;
  display: block;
}

.footer .menu-custom {
  list-style: none;
  display: block;
  padding: 0;
  margin: 6rem 0 0;
  margin-left: 0;
}

.footer .menu-custom li {
  display: block;
  margin: 1rem 0;
  border-bottom: 1px solid #ced4da80;
  text-align: center;
}

.footer .menu-custom li a {
  font-family: "Plus Jakarta Sans";
  color: white;
  line-height: 25px;
  font-weight: 500;
  font-size: 16px;
  padding: 6px 8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: none;
  border-radius: 99px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .menu-custom li .active {
  border: none;
}

.footer .menu-custom li a:hover {
  border: none;
}

.info-contact img {
  width: 40%;
  margin: 0.5rem 0 1rem;
  object-fit: cover;
  object-position: center;
}

.info-contact h3 {
  font-family: "SVN-Gilroy";
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 3.3px;
  color: #ffffff;
  margin: 0.5rem 0;
}

.info-contact p {
  font-family: "SVN-Gilroy";
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.75;
  letter-spacing: 1px;
  margin: 0.5rem 0 2rem;
}

.info-contact-text {
  width: 100%;
  display: flex;
}

.info-contact-mobile {
  display: none;
  width: 100%;
  height: 100%;
}

.post_detail {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.post_detail .list_image_post {
  width: 60%;
  margin: 3rem 0;
}

.list_image_post .background_post {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}

.list_image_post h2 {
  font-family: "SVN-Gilroy";
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -1.7px;
  color: #101828;
  margin: 1rem 0;
}

.list_image_post__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 2rem;
}

.list_image_post__content img {
  width: 20%;
  height: auto;
  max-width: 220px;
  object-fit: cover;
  object-position: center top;
}

.title_post {
  padding: 8px 10px;
  background: linear-gradient(to right, #a83cd1, #9433bd);
  border-radius: 0 10px 0 0;
  color: white;
  font-family: "SVN-Gilroy";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  margin: 0.5rem 0;
}

.post_meta {
  font-family: "SVN-Gilroy";
  font-weight: 600;
  font-size: 18px;
  line-height: 48px;
}

.post_meta span {
  color: #be65e7;
}

.content_post img {
  float: right;
  max-width: 500px;
  margin: 0 0 0 2rem;
}

.content_post p {
  font-family: "SVN-Gilroy";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.register {
  width: 100%;
  min-height: 550px;
  display: flex;
  justify-content: center;
  background-color: #edd2fd;
  position: relative;
}

.register_background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center right;
  opacity: 0.4;
}

.register .container {
  width: 60%;
  padding: 4rem 0;
  position: relative;
  z-index: 5;
}

.register .container h2 {
  font-family: "DFVN Arthemys Display";
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  color: #9433bd;
  text-align: center;
  margin: 2rem 0 1rem;
}

.register .container p {
  width: 50%;
  font-family: "SVN-Gilroy";
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #475467;
  text-align: center;
  margin: 1rem 25%;
}

.form-input {
  width: 50%;
  margin: 1rem 25%;
}

.form-input input {
  width: 100%;
  padding: 20px;
  border: 1px solid #e4e7ec;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin: 0.5rem 0;
  color: #b2b2b2;
  background-color: white;
}

.form-input input::placeholder {
  color: #b2b2b2;
  font-family: "SVN-Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.form-input button {
  display: flex;
  width: 100%;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #8129a2, #9433bd);
  color: white;
  border-radius: 25px;
  gap: 10px;
  margin: 1rem 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.form-input button:hover {
  transform: scale(1.02);
  transition: 0.5s ease-in-out;
}

.register-post {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #37415180;
  z-index: 10;
}

.register-post .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.register-post__content {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}

.register-post__content button {
  background-color: white;
  color: #7c2e9b;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  border-radius: 0;
}

.register-img {
  max-height: 80vh;
}

@media screen and (max-width: 1800px) {
  .menu-custom {
    margin-left: 150px;
  }

  .banner-text {
    width: 60%;
  }

  .workshop .thumbnail-workshop {
    height: 100%;
    width: 600px;
  }

  .footer .header-menu {
    width: 10%;
  }

  .list_image_post__content img {
    max-width: 190px;
  }
}

@media screen and (max-width: 1600px) {
  .header-menu {
    width: 80%;
  }

  .menu-custom {
    margin-left: 100px;
  }

  .banner-text {
    left: 10%;
  }

  .menu-custom li a {
    font-size: 14px;
    padding: 12px;
  }

  .thumbnail {
    width: 80%;
  }

  .about-container {
    width: 80%;
  }

  .workshop .container {
    width: 80%;
  }

  .workshop .thumbnail-workshop {
    height: 80%;
    width: 30%;
    top: 0%;
    right: 5%;
  }

  .list-workshop {
    width: 65%;
  }

  .list-workshop img {
    height: 200px;
    width: 100%;
  }

  .list-workshop h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .courses .container {
    width: 80%;
  }

  /* .list-courses {
    max-height: 500px;
  } */

  .achievement .container {
    width: 80%;
  }

  .case_study .container {
    width: 80%;
  }

  .info-contact {
    width: 35%;
  }

  .content_post img {
    max-width: 450px;
  }

  .swiper-wrapper-slide .slide-course img {
    height: 230px;
  }

  .footer {
    gap: 8rem;
  }
}

@media screen and (max-width: 1550px) {
  .achievement {
    min-height: 400px;
  }

  .achievement .bg-achievement {
    object-fit: contain;
  }
}

@media screen and (max-width: 1500px) {
  .list-workshop img {
    height: 190px;
  }
}

@media screen and (max-width: 1400px) {
  .workshop .thumbnail-workshop {
    right: 2%;
    width: 32%;
  }

  .footer {
    gap: 5rem;
  }

  .footer .header-menu {
    width: 12%;
  }

  .content_post img {
    max-width: 360px;
  }

  .achievement {
    height: 550px;
  }
}

@media screen and (max-width: 1200px) {
  .header-menu {
    width: 100%;
  }

  .menu-custom {
    margin-left: 50px;
  }

  .menu-custom li a {
    font-size: 12px;
    padding: 10px;
  }

  .swiper-control-btn {
    padding: 14px 20px;
  }

  .swiper-wrapper-slide .slide-course img {
    height: 220px;
  }

  .slide-course p {
    -webkit-line-clamp: 3;
  }

  .banner-text {
    left: 5%;
    width: 70%;
  }

  .thumbnail {
    width: 100%;
    height: 100%;
    top: -10%;
  }

  .about-container {
    width: 90%;
  }

  .workshop .container {
    width: 90%;
    max-width: 1200px;
  }

  .list_image_post {
    width: 90% !important;
  }

  .register .container {
    width: 80%;
  }

  .info-contact {
    width: 32%;
  }

  .info-contact img {
    width: 80%;
  }

  .ạchievement {
    height: 450px;
  }

  .achievement .container {
    width: 90%;
  }

  .achievement .achievement-item h1 {
    font-size: 24px;
  }

  .achievement .achievement-item p {
    font-size: 16px;
  }

  .case_study .container {
    width: 90%;
  }

  .slide-study .slide-study-detail {
    height: 200px;
  }

  .workshop .thumbnail-workshop {
    right: 0;
    width: 30%;
  }

  .footer {
    gap: 3rem;
  }

  .footer .header-menu {
    width: 18%;
  }

  .footer .menu-custom {
    margin: 7rem 0 0;
  }

  .register-img {
    max-width: 90vw;
  }
}

@media screen and (max-width: 1100px) {
  .swiper-wrapper-slide .slide-course img {
    height: 200px;
  }

  .header-menu {
    justify-content: center;
    gap: 30px;
  }

  .button-workshop {
    justify-content: center;
  }

  .courses .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .workshop {
    padding: 4rem 0;
  }

  .list-courses {
    width: 100%;
    max-height: 110vh;
  }

  .case_study .container {
    width: 100%;
  }

  .swiper-slide-study .slide-study {
    width: 90%;
  }

  .button-banner a {
    margin-top: 2rem;
  }

  .banner-text {
    width: 80%;
    top: 15%;
  }

  .workshop .thumbnail-workshop {
    top: 15%;
    height: 65%;
    right: 0;
  }

  .list-workshop img {
    height: 170px;
  }
}

/* @media screen and (max-width: 1050px) and (max-height: 1400px) {
  .list_image_post__content img {
    max-width: 174px;
  }
} */

@media screen and (max-width: 1020px) {
  .swiper-control-btn p {
    font-size: 16px;
  }

  .banner-text h1 {
    font-size: 40px;
  }

  .banner-text p {
    font-size: 16px;
  }

  .slide-course p {
    -webkit-line-clamp: 4;
  }

  .list-courses .swiper-control-btn {
    width: 35px;
    height: 40px;
    font-size: 1rem;
  }

  .list-workshop img {
    width: 90%;
  }

  .box-achievement .container {
    display: block;
  }

  .achievement .achievement-item h1 {
    text-align: left;
  }

  .slide-study .slide-study-detail {
    height: 160px;
  }

  .swiper-slide-study .swiper-control-btn {
    width: 35px;
    height: 32px;
    font-size: 1rem;
  }
  .swiper-wrapper-slide .slide-course img {
    height: 180px;
  }

  .list-workshop {
    width: 68%;
  }

  .info-contact {
    width: 35%;
  }

  .footer .menu-custom {
    margin: 6rem 0 0;
  }

  .list_image_post__content img {
    max-width: 153px;
  }

  .achievement {
    height: 350px;
  }
}

@media screen and (max-width: 850px) {
  .list-workshop {
    gap: 1rem;
  }

  .list-workshop h2 {
    font-size: 13px;
  }

  .workshop .thumbnail-workshop {
    top: 20%;
    height: 60%;
    width: 32%;
  }

  .footer {
    gap: 0;
  }

  .info-contact {
    width: 40%;
  }

  .footer .map-wrapper {
    width: 60%;
  }

  .footer .header-menu {
    display: none;
  }

  .button-banner {
    width: 40%;
  }

  .about-us__image .about-image-first {
    width: 70%;
  }

  .list-courses .swiper-wrapper-slide {
    grid-template-columns: repeat(2, minmax(50%, 1fr));
  }

  .swiper-wrapper-slide .slide-course img {
    height: 250px;
  }

  .list_image_post__content img {
    max-width: 128px;
  }
}

@media screen and (max-width: 800px) and (max-height: 1050px) {
  .list_image_post__content img {
    max-width: 130px;
  }
}

@media screen and (max-width: 775px) {
  .list-contact {
    width: 100%;
    padding: 10px 25px;
  }

  .workshop .thumbnail-workshop {
    display: none;
  }

  .menu-custom li a {
    font-size: 12px;
    padding: 8px 6px;
  }

  .menu-custom {
    margin-left: 0;
    margin-right: 10px;
  }

  .list_image_post__content img {
    height: 100px;
  }

  .content_post img {
    float: none;
  }

  .form-input {
    width: 80%;
    margin: 1rem 10%;
  }

  .swiper-control-btn p {
    font-size: 14px;
  }

  .about-us__image .about-image-first {
    width: 75%;
    height: 60%;
  }

  .about-us__image .about-image-second {
    width: 90%;
    height: 60%;
  }

  .list-workshop {
    grid-template-columns: repeat(1, minmax(70%, 1fr));
    width: 80%;
    margin: 0 10%;
  }

  .list-workshop img {
    height: 180px;
  }

  .list-workshop h2 {
    font-size: 16px;
  }

  .button-workshop {
    justify-content: center;
  }

  .courses-title h2 {
    font-size: 36px;
  }

  .courses .container {
    max-width: 100%;
    width: 100%;
  }

  /* .swiper-wrapper-slide .slide-course img {
    height: 300px;
  } */

  .case_study .container {
    max-width: 100%;
    width: 100%;
  }
  .footer .container {
    max-width: 100%;
    width: 100%;
  }

  .button-banner {
    width: 60%;
  }

  .achievement {
    height: 420px;
    min-height: 300px;
  }

  .achievement .bg-achievement {
    object-fit: cover;
    object-position: center center;
  }
}

@media screen and (max-width: 650px) {
  .about-us__image .about-image-first {
    width: 80%;
  }

  .swiper-control-btn p {
    line-height: 20px;
  }

  .swiper-wrapper-slide .slide-course img {
    height: 200px;
  }

  .slide-course h3 {
    font-size: 12px;
    margin: 5px 0;
  }
}

@media screen and (max-width: 580px) {
  .button-about-us a {
    font-size: 14px;
  }

  .achievement {
    height: 310px;
  }

  .achievement .bg-achievement {
    object-fit: cover;
  }
}

@media screen and (max-width: 450px) {
  .logo {
    width: 140px;
  }

  .header-contact-mobile .logo {
    width: 60%;
    margin: 2rem 5px;
  }

  .header-contact {
    display: none !important;
    height: 0;
    overflow: hidden;
  }

  .header-menu {
    width: 100%;
    justify-content: space-between;
  }

  .list-contact {
    display: none;
    height: 0;
    overflow: hidden;
  }

  .menu-custom {
    display: none;
  }

  .icon-menu-header {
    display: block;
    width: 30px;
    height: 30px;
    margin: 2rem 1rem;
    text-align: right;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: white;
  }

  .header-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    display: block;
    z-index: 10;
    background-color: #a83cd1;
  }

  .header-contact-mobile {
    display: block;
    overflow: hidden;
  }

  .list-contact-mobile .mail,
  .list-contact-mobile .phone {
    border: none;
  }

  .header-contact-mobile .list-contact-mobile {
    display: block;
  }

  .header-contact-mobile .list-contact-mobile {
    margin: 0;
    padding: 0 0 1rem 20px;
  }

  .header-contact-mobile .list-contact-mobile li {
    width: 100%;
    height: 30%;
    margin: 20px 0;
    text-align: left;
    list-style-type: none;
    color: white;
  }

  .header-contact-mobile .list-media {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }

  .header-contact-mobile .list-media li {
    width: 20%;
    color: white;
    list-style-type: none;
    font-size: 20px;
  }

  .header-contact-mobile .list-media li a {
    text-decoration: none;
    color: white;
  }

  .header-menu-mobile .menu-custom-mobile {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 20px;
    margin: 0;
    text-align: center;
    list-style-type: none;
    color: white;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
  }

  .header-menu-mobile .menu-custom-mobile li {
    margin: 20px 0;
    text-align: left;
    list-style-type: none;
    color: white;
  }

  .header-menu-mobile .menu-custom-mobile li a {
    color: white;
    font-size: 18px;
    padding: 10px 0;
    text-decoration: none;
    font-family: "Plus Jakarta Sans";
  }

  .banner-text {
    width: 80%;
  }

  .banner-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .thumbnail {
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 1fr));
  }

  .swiper-control-btn {
    width: 100%;
    height: 100px;
  }

  .banner-title {
    height: 200px;
  }

  .about-container {
    width: 100%;
    display: block;
    padding: 0 2rem;
  }

  .about-us__content,
  .about-us__image {
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 0;
  }

  .about-us__image {
    margin-top: 5rem;
  }

  .button-about-us a {
    margin-top: 1rem;
  }

  .button-about-us {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding: 2rem 0;
  }

  .case_study .container h2 {
    font-size: 40px;
  }

  .case_study .container p {
    padding: 1rem;
  }

  .swiper-slide-study .slide-study {
    overflow: hidden;
  }

  .slide-study .slide-study-detail {
    width: 100%;
  }

  .footer {
    padding: 0;
  }

  .footer .map-wrapper {
    width: 100%;
  }

  .courses-title h2 {
    font-size: 32px;
  }

  .slide-course {
    width: 100% !important;
  }

  .list-courses .swiper-wrapper-slide .left {
    left: -100%;
  }

  .list-courses .swiper-wrapper-slide .right {
    right: -100%;
  }

  .button-course {
    display: flex;
    justify-content: center;
  }

  .content_post img {
    margin: 0;
    max-width: 330px;
  }

  .list_image_post__content {
    margin: 1rem 0 2rem;
    gap: 0;
  }

  .post_meta {
    font-size: 14px;
  }

  .register .container p {
    width: 90%;
    margin: 1rem 5%;
  }

  .form-input {
    width: 90%;
    margin: 1rem 5%;
  }

  .footer {
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
  }

  .header-menu-mobile .menu-custom-mobile li:hover {
    background-color: #c782e2;
  }

  .button-banner a {
    font-size: 14px;
  }

  .slide-study .slide-study-detail {
    height: 180px;
  }

  .swiper-slide-study {
    padding: 0 10px;
  }

  .slide-study .left {
    left: -100%;
  }

  .slide-study .right {
    right: -100%;
  }

  .header {
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .swiper-wrapper-slide .slide-course img {
    height: 195px;
  }

  .header-link {
    width: 100%;
  }

  .info-contact {
    display: none;
  }

  .info-contact-mobile {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b052dc;
    padding: 2rem 3rem;
    margin: 0;
  }

  .info-contact-mobile img {
    width: 80%;
    margin: 0.5rem 0 1rem;
    object-fit: cover;
    object-position: center center;
  }

  .info-contact-mobile h3 {
    font-family: "SVN-Gilroy";
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 3.3px;
    color: #ffffff;
    margin: 0.5rem 0;
  }

  .info-contact-mobile p {
    font-family: "SVN-Gilroy";
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.75;
    letter-spacing: 1px;
    margin: 0.5rem 0 2rem;
  }

  .slide-banner-item.left .banner-item {
    object-position: left top;
  }

  .slide-banner-item.right .banner-item {
    object-position: right top;
  }

  .slide-banner-item.center .banner-item {
    object-position: center top;
  }

  .banner-item {
    width: 450px;
  }

  .banner-text {
    top: 20%;
  }

  .bg-casestudy {
    opacity: 0.4;
  }

  .banner-title {
    height: 100px;
  }

  .about-container {
    margin-top: 7rem;
  }

  .courses {
    padding: 7rem 0;
  }

  .workshop {
    padding: 5rem 0;
  }

  .button-banner {
    width: 70%;
  }
}

@media screen and (max-width: 400px) {
  .about-us__image {
    margin-top: 8rem;
  }

  .list-workshop img {
    height: 180px;
  }
  .courses-title h2 {
    font-size: 28px;
  }

  .swiper-wrapper-slide .slide-course img {
    height: 175px;
  }

  .swiper-slide-study .swiper-control-btn {
    height: 32px;
  }

  .list-workshop img {
    height: 165px;
  }
}
