@import url("../css/overwrite.css");
@import url("../css/common.css");

.advertising-banner {
  background-image: url("../assest/image/banner-head.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 540px;
  margin-bottom: 100px;
  border-bottom-right-radius: 64px;
  position: relative;
}

.banner-special {
  border-top-right-radius: 64px; 
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 55% 100%;
  height: 100%;
}

.advertising-description {
  position: relative;
}

.card-about .breadcrumb-box a,
svg,
span {
  font-weight: 600;
}

.card-about {
  position: absolute;
  max-width: 640px;
  height: 450px;
  background-color: var(--green-color-1);
  border-radius: 64px;
  padding: 50px;
  left: 50%;
  bottom: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}

/* ÄÄƒng kĂ½ thá»­ nghiá»‡m */


.register_container {
  height: 480px;
  background-image: url(/assest/image/bg_study_program.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn_register_study {
  width: 250px;
  height: 56px;
  background-color: var(--green-color);
  border: 0;
  color: white;
  font-weight: 700;
  border-radius: 32px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
}

  .btn_register_study:hover {
    background-color: #46aa3a;
  }

.wrapper_register_right {
  padding-left: 65px;
  display: flex;
  flex-direction: column;
}

.wrapper_register_right p {
  max-width: 454px;
}

.card-about,
.solution,
.navigate-page,
.info-heathy {
  color: var(--white);
}

.detail-solution {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.card-main {
  margin-top: 90px;
}

.view-img-start {
  max-width: 628px;
  max-height: 489px;
}

.card-main-img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

.register-now-suggest a {
  display: inline-block;
  width: 200px;
  height: 56px;
  font-size: var(--fs-16);
  background-color: var(--white-color);
  color: var(--green-color-1);
  border-radius: 32px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}

.suggest-primary a {
  background-color: var(--green-color-1);
  color: var(--white-color);
}

.box-improve {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.header-history {
  text-align: center;
  max-width: 700px;
}

.card-main {
  margin-top: 60px;
}

/* ----- START CAROUSEL----- */
.main-plan-content {
  height: 520px;
  margin-bottom: 60px;
}

.card-plan {
  display: flex;
  flex-direction: column;
}

.card-plan-item {
  position: relative;
  height: 260px;
  box-sizing: border-box;
  padding: 0 10px;
}

.thumbnail {
  height: 100%;
}

  .thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
  }

.card-plan-detail {
  padding: 0 35px;
}

.card-plan-detail,
.box-number,
.box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.line-space {
  height: 35px;
  width: 2px;
  background-color: var(--gray-color);
}

.box-content {
  text-align: center;
  row-gap: 5px;
}

/* ----- BOTTOM PLAN ------ */
.plan-slide-bottom .card-plan,
.plan-slide-bottom .card-plan-detail,
.plan-slide-bottom .box-number {
  flex-direction: column-reverse;
}

.plan-slide-bottom .card-plan-thumbnail {
  padding-top: 35px;
}

.plan-slide-bottom .card-plan-detail {
  border-bottom: 2px solid var(--gray-color);
}

.plan-slide-top .card-plan-detail {
  border-top: 2px solid var(--gray-color);
  margin-top: -2px;
}

.plan-slide-top .card-plan-thumbnail {
  padding-bottom: 35px;
}

.group-action-plan .btn-next-plan,
.group-action-plan .btn-prev-plan {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-action-plan .btn-next-plan {
  right: 5%;
}

.group-action-plan .btn-prev-plan {
  left: 2%;
}

/* ----- END  CAROUSEL ----- */

.package-item {
  padding: 14px;
  border-radius: 10px;
  border: 1px dashed transparent;
  text-align: center;
  border: 1px dashed var(--green-color-1);
}

.package-image {
  height: 250px;
}

  .package-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

.package-item:hover {
  /* border: 1px dashed var(--green-color-1); */
}

.package-item img {
  width: 100%;
}

.price {
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.package-year {
  display: flex;
  flex-direction: column;
  justify-self: center;
}

.package-year {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin-bottom: 20px;
}

.register-package-now a {
  display: inline-block;
  width: 180px;
  height: 45px;
  font-size: var(--fs-16);
  border: 1px solid var(--green-color-1);
  color: var(--green-color-1);
  border-radius: 32px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}

.package-item:hover a {
  background-color: var(--green-color-1);
  color: var(--white-color);
}

@media (max-width: 767.98px) {
  .card-plan-item {
    padding: 0 10px;
  }
  
  .plan-slide-bottom .card-plan,
  .plan-slide-bottom .card-plan-detail,
  .plan-slide-bottom .box-number {
    flex-direction: column;
  }

  .plan-slide-bottom .card-plan-thumbnail {
    padding-top: 0;
    padding-bottom: 35px;
  }

  .plan-slide-bottom .card-plan-detail {
    border-bottom: none;
    border-top: 2px solid var(--gray-color);
    margin-top: -2px;
  }

  .card-plan-detail {
    padding: 0px;
  }

  .package-content {
    row-gap: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .package-image {
    height: 180px;
  }

  .price {
    margin: 10px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .package-image {
    height: 200px;
  }

  .detail-solution {
    row-gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
}
