.f-20{
  font-size: 20px !important;
}
.subcribe-email{
  display: grid;
  align-items: center;
  justify-content: center;
}
.subcribe-email .subcribe-title{
  text-align: center;
  max-width: 690px;
}
.subcribe-email .email-form .emails-form-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcribe-email .email-form .emails-form-row .ssbutton{
  max-width: 130px;
}
.subcribe-email .email-form .emails-form-row .form-group{
  display: flex;
  align-items: center;
  margin: 0 15px !important;
}
.subcribe-email .email-form .emails-form-row .form-group .form-control{
  width: 430px;
}
.min-price {
  color: #a1a1a1;
  margin: -8px 0px 7px 18px;
  font-size: 14px;
}
.section-tab-list-sim {
  background-color: #fff;
  background-size: cover;
  background-position: right center;
}
.content-container {
  min-height: 1000px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.custom-div {
  height: 160px;
  /* width: 300px; */
  margin: 22px;
}

.cus-text {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}


.section-banner-search-top {
  background-image: var(--background-home-page);
  background-size: cover;
  background-position: right center;
}
.slogan {
  color: var(--color-button-main);
  font-weight: bold;
  font-size: 48px;
  font-family: "Inter", sans-serif;
}
.store1 {
  margin-right: 20px;
}
.download-app {
  position: relative;
  transform: translate(-5%, -80%);
}
/* .accordion-button:before {
  content: "\f078";
  position: absolute;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 12px;
} */
.carousel__item {
  min-height: 200px;
  width: 100%;
  background-color: blueviolet;
  color: #fcf9f9;
  font-size: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.carousel {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.carousel__slide {
  scroll-snap-stop: auto;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
  padding: 10px !important;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  padding-bottom: 40px;
}
.img-review {
  position: relative;
  overflow: hidden;
}
.img-review img {
  width: 58%;
  height: 59%;
  border-radius: 50%;
}
.img-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(90% - 20px);
  height: calc(90% - 20px);
  box-sizing: border-box;
  border-radius: 50%;
  border: 6px solid var(--color-button-main);
}
.description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 80; /* Số dòng tối đa bạn muốn hiển thị trước khi thu gọn */
  -webkit-box-orient: vertical;
  max-height: 100px; /* Chiều cao tối đa của mô tả trước khi thu gọn */
}
.read-more {
  cursor: pointer;
  color: var(--color-button-main);
  margin-bottom: 5px;
  font-size: 14px;
}
.description:not(.expanded) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 1000px;
}
.description.expanded {
  max-height: none;
}
.col-cus {
  margin-left: -25px;
}
.bg {
  background-color: var(--color-background-main);
}
@media (max-width: 1200px) {
  .item-home-1 {
    background: #f3f3f3;
    width: 100% !important;
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: 15px;
    word-wrap: break-word !important;
  }
}

.item-home-1 img {
  width: 58px;
  height: 58px;
  padding: 2px;
  margin: 10px 0px;
  background: var(--color-button-main);
  border-radius: 50%;
  object-fit: contain;
}

.item-home-1 .name-home {
  width: 100% !important;
  font-weight: 700;
  margin-bottom: 10px;
  word-wrap: break-word;
  padding: 0px;
  margin: 0px;
}
.item-home-1 .des-home {
  width: 100% !important;
  word-wrap: break-word;
}
.title-section {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 35px;
}
.img-banner-cus {
  margin-top: -25px;
  left: 60px;
}
.item-cus {
  display: flex;
  align-items: center;
}
.item-cus .icon-cus {
  width: 15%;
  height: 15%;
  object-fit: cover;
  margin-right: 20px;
}
.description-cus {
  max-width: 310px;
  margin-left: 10px;
}
.name {
  flex-grow: 1;
}
.item .logo-name .name-icon .name{
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-home {
  background-color: var(--color-background-main);
  width: 70% !important;
  word-wrap: break-word !important;
  position: relative;
  bottom: 5px;
}
.item-home img {
  width: 60px;
  height: 40px;
  padding: 0px;
  margin: 10px 0px;
}

.item-home .name-home {
  font-size: 16px;
  width: 100% !important;
  font-weight: 700;
  margin-bottom: 10px;
  word-wrap: break-word;
  padding: 0px;
  margin: 0px;
}
.item-home .des-home {
  width: 100% !important;
  word-wrap: break-word;
}
.title-section-cus {
  font-weight: bold;
  font-size: 25px;
}
.section-hdiw {
  /* background-color: var(--color-background-main); */
  background-size: cover;
  background-position: right center;
}
.phone-wrapper {
  /* top: -117px; */
  width: 233px;
  height: 460px;
  max-height: 700px;
  background-image: var(--background-khung-dt);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}

.phone-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.swipper-container {
  width: 222px;
  height: 444px;
  overflow: hidden;
  margin: 6px 0px;
  border-radius: 20px;
  /* position: relative; */
  /* top: -113px; */
}

.swipper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 1s ease;
}

.sections {
  max-height: 480px;
  display: flex;
  align-items: center;
}
.section-img {
  object-fit: contain;
  width: 100%;
}
.info-cus {
  width: -webkit-fill-available;
  left: -60px;
}
.step-phone {
  width: -webkit-fill-available;
}

.multi-step-container {
  display: flex;
  gap: 25px;
}

.progress-bar {
  height: 80%;
  width: 10px;
  background-color: var(--color-border-package);
  display: flex;
  align-items: center;
  justify-content: center;
}

.passed-progress {
  width: 100%;
  height: 0%;
  transition: height 1s ease;
  background-color: var(--color-button-main);
}

.steps-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.title-cus {
  font-size: 20px;
  font-weight: bold;
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  position: relative;
  z-index: 0;
  margin: 24px;
}
.stepper-progress {
  position: absolute;
  background-color: var(--color-border-package);
  height: 10px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.stepper-progress-bar {
  position: absolute;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--color-background-main);
  transition: all 500ms ease;
}

.stepper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c5c5c5;
  transition: all 500ms ease;
}

.connection-line {
  position: absolute;
  width: 50%;
  height: 7px;
  top: 27%;
  transition: width 500ms ease;
  background-color: var(--color-button-main);
  z-index: -1;
}
.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.rotated {
  transform: rotate(90deg);
}
.step-paragraph-desk {
  margin-bottom: 30px;
}
.phone-wrapper-mob {
  width: 172px;
  height: 389px;
  max-height: 340px;
  background-image: var(--background-khung-dt);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}

.swipper-container-mob {
  width: 164px;
  height: 329px;
  overflow: hidden;
  margin: 6px 0px;
  border-radius: 20px;
}

.swipper-mob {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 1s ease;
}

.sections-mob {
  max-height: 340px;
  display: flex;
  align-items: center;
}
.section-img {
  object-fit: contain;
  width: 100%;
}

.multi-step-container-mob {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.progress-bar {
  height: 80%;
  width: 10px;
  background-color: var(--color-border-package);
  display: flex;
  align-items: center;
  justify-content: center;
}

.passed-progress {
  width: 100%;
  height: 0%;
  transition: height 1s ease;
  background-color: var(--color-button-main);
}

.steps-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.title-cus {
  font-size: 20px;
  font-weight: bold;
}
.descript-cus {
  font-size: 16px;
}
.info-cus-mob {
  display: flex;
  align-items: center;
}

.stepper-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  position: relative;
  z-index: 0;
  margin: 24px;
}
.stepper-progress {
  position: absolute;
  background-color: var(--color-border-package);
  height: 7px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.stepper-progress-bar {
  position: absolute;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--color-background-main);
  transition: all 500ms ease;
}

.stepper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c5c5c5;
  transition: all 500ms ease;
}
.stepper-item-counter {
  height: 15px;
  width: 15px;
  display: grid;
  place-items: center;
  background-color: var(--color-button-main);
  border-radius: 100%;
  border: 2px solid var(--color-button-main);
  position: relative;
}
.stepper-item-title {
  position: absolute;
  font-size: 14px;
  bottom: -24px;
}
.stepper-item-counter .icon-success {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  width: 24px;
  transition: all 500ms ease;
}
.connection-line {
  position: absolute;
  width: 50%;
  height: 7px;
  top: 27%;
  transition: width 500ms ease;
  background-color: var(--color-button-main);
  z-index: -1;
}
.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-footer-top {
  background-color:var(--color-background-main);
}
.font-cus {
  color: var(--color-text-button-main);
}

/* hnx 1 */
.custom-carousel {
  overflow: hidden;
}
.hnx-wap .carousel__pagination .carousel__pagination-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.custom-carousel .carousel__item {
  min-height: 200px;
  width: 100%;
  background-color: blueviolet;
  color: #fcf9f9;
  font-size: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.custom-carousel  .carousel__slide {
  width: 32% !important;
  box-sizing: border-box;
  scroll-snap-stop: auto;
  flex-shrink: 0;
  margin: 0 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
  padding: 10px !important;
  background-color: var(--color-text-button-main);
  clip-path: polygon(0 30%, 21% 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 130px 40px 40px 40px;
}
.custom-carousel  .img-review {
  position: relative;
  overflow: hidden;
}
.custom-carousel .img-review img {
  width: 58%;
  height: 59%;
  border-radius: 50%;
}
.custom-carousel .img-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(90% - 20px);
  height: calc(90% - 20px);
  box-sizing: border-box;
  border-radius: 50%;
  border: 6px solid var(--color-button-main);
}
.custom-carousel .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 80; /* Số dòng tối đa bạn muốn hiển thị trước khi thu gọn */
  -webkit-box-orient: vertical;
  max-height: 100px; /* Chiều cao tối đa của mô tả trước khi thu gọn */
}
/* hnx 2 */
.hnx-wap .item-home {
  background-color: var(--color-background-main);
  width: 100% !important;
  word-wrap: break-word !important;
  position: relative;
  bottom: 5px;
  transform: translateX(0px);
}
.hnx-wap .item-home img {
  width: 60px;
  height: 40px;
  padding: 0px;
  margin: 10px 0px;
}

.hnx-wap .item-home .name-home {
  font-size: 16px;
  width: 100% !important;
  font-weight: 700;
  margin-bottom: 10px;
  word-wrap: break-word;
  padding: 0px;
  margin: 0px;
}
.hnx-wap .item-home .des-home {
  width: 100% !important;
  word-wrap: break-word;
}
.hnx-wap .title-section-cus {
  font-weight: bold;
  font-size: 25px;
}
.hnx-wap .section-hdiw {
  background-color: var(--color-background-main);
  background-size: cover;
  background-position: right center;
}
/* hnx 3 */

.package-detail .item-cus .icon-cus {
  width: 17%;
  height: 17%;
  object-fit: cover;
  margin-right: 52px;

}

.package-detail .title-div {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.package-detail .num-color {
  /* position: absolute; */
  font-size: 100px;
  font-weight: 700;
  color: var(--color-background-main);
  padding-left: 57px;
}

.package-detail .img-local {
  position: relative;
  z-index: 2;
  top: -72px;
}
ul.no-bullets {
  list-style-type: none;
}
@media (max-width: 1200px) {
  .subcribe-email .email-form .emails-form-row {
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .subcribe-email .email-form .emails-form-row .form-group .form-control {
    width: 300px !important;
    margin: 10px;
  }

  .subcribe-email .email-form .emails-form-row .ssbutton {
    max-width: 130px;
    margin: 0 25px;
  }
  .hnx-wap .item-home img {
    width: 25px !important;
    height: 25px !important;
    padding: 0px;
    margin: 10px 0px;
  }
}
