/* Commit */
.committed__content {
  text-align: center;
  font-family: 'Be Vietnam Pro-Light', sans-serif;
  color: var(--primary-color);
  font-size: 25px;
  line-height: 44px;
}

.committed__content .committed__heading {
  font-size: 38px;
  font-family: "Megante'";
  line-height: 56px;
  margin-bottom: 40px;
}


.show-desktop-tl {
  display: block !important;
}



.show-mobile-tl {
  display: none !important;
}


.show-desktop-mb {
  display: block !important;
}



.show-mobile-mb {
  display: none !important;
}



.committed {
  margin-top: 154px !important;
}

/* Infor */

.section__infor {
  padding: 160px 0 60px;
}

.section__infor .section__infor--content {
  padding: 0 200px;
}

/* .infor__content {
  padding-top: 60px;
} */

.infor__content {
  padding-top: 160px;
}

.infor__content .infor__content--container {
  padding-top: 29px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 60px;
}

.infor__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.infor__item .infor__item--content {
  padding: 0 50px;
  color: var(--primary-color);
  font-family: Megante;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
}

/* .infor__item .infor__item--content h3 {
  padding-top: 24px;
} */

.infor__item .infor__item--content h3 {
  padding-top: 24px;
  font-size: 24px;
  line-height: 40px;
}

.infor__item .infor__item--content .infor__item--desc {
  padding-top: 11px;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 28px;
  font-family: 'Be Vietnam Pro-Light';
}

.infor__item .infor__item--content img {
  width: 32px;
  height: 32px;
}

.infor__content .infor__content--child:first-child,
.infor__content .infor__content--child:last-child {
  background: #dee7f6;
  padding: 0;
}

.infor__content .infor__content--child:nth-child(2) {
  background: var(--background-section-list);
  padding: 0;
}

.infor__content .infor__item--img {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.infor__content .infor__item--img .infor__desktop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
  display: inline;
}

.infor__item:hover .infor__item--img .infor__desktop-img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.infor__content .infor__item--img .infor__mobile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
  display: none;
}

.infor__content .infor__item--button {
  /* margin: 50px 0px; */
  margin: 24px 0px;
  width: fit-content;
}

.infor__content .infor__item:hover .arrow,
.infor__content .infor__item .arrow--hover {
  display: none;
}

.infor__content .infor__item .arrow,
.infor__content .infor__item:hover .arrow--hover {
  display: block;
}

.infor__content .infor__item .arrow--white {
  display: none;
}

/* Hightlight*/

.highlight {
  padding-top: 100px;
}

.highlight__content {
  position: relative;
  padding-top: 20px;
}

.highlight .slick-track {
  display: flex !important;
}

.highlight .slick-slide {
  height: inherit !important;
}

.highlight .slick-slide>div {
  height: 100%;
}

.highlight .slick-slide>div a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.highlight__content::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: calc(100% - 175px);
  width: 110%;
  bottom: 0;
  background-color: #f7f3eb;
}

.highlight__content .highlight__item {
  position: relative;
  z-index: 2;
  height: 100%;
}

.highlight__content .highlight__item .highlight__item--content {
  margin: 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.highlight__item .highlight__item--content {
  padding-left: 30px;
}

.slick-slide.slick-active.slick-current .highlight__item .highlight__item--content {
  padding-left: 0;
}

.slick-slide.slick-active .highlight__item .highlight__item--content::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #dac9a7;
  top: 0;
  left: -0.75rem;
}

.slick-slide.slick-active.slick-current .highlight__item .highlight__item--content::after {
  display: none;
}

/* .slick-dots {
  bottom: -48px;
} */


.slick-dots {
  bottom: -60px;
}

.highlight__content .col-md-4:last-child .highlight__item--content::after {
  display: none;
}

.highlight__content .col-md-4:not(:first-child) .highlight__item--content {
  padding-left: calc(45px - 0.75rem);
}

.highlight__item--img {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 75%;
}

.highlight__item--img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.highlight .highlight__slide {
  position: relative;
  z-index: 2;
}

/* the slides */
.highlight .highlight__slide .slick-slide {
  margin: 0 0.75rem;
}

/* the parent */
.highlight .highlight__slide .slick-list {
  margin: 0 -0.75rem;
}

.highlight__item h3 {
  color: #58595b;
  font-size: 16px;
  line-height: 29px;
  font-family: 'Be Vietnam Pro-Regular';
}

.highlight__item h2 {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--primary-color);
  font-size: 23px;
  line-height: 34px;
  font-family: 'Megante';
  letter-spacing: 0.46px;
  padding-top: 23px;
  padding-bottom: 21px;
  max-height: 160px;
  height: 96px;
}

.highlight__item span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #58595b;
  font-size: 16px;
  font-family: 'Be Vietnam Pro-Light';
  line-height: 30px;
  font-weight: 300;
}

/* .highlight__item .highlight__item--button {
  margin-top: 40px;
  width: 38px;
  height: 38px;
} */

.highlight__item .highlight__item--button {
  margin-top: 40px;
  width: 30px;
  height: 30px;
}

.highlight__item:hover .highlight__item--button .arrow,
.highlight__item .highlight__item--button .arrow--hover {
  display: none;
}

.highlight__item .highlight__item--button .arrow,
.highlight__item:hover .highlight__item--button .arrow--hover {
  display: block;
}

.highlight__slide .slick-next img {
  width: 60px;
  height: 60px;
  position: absolute;
}

.highlight__slide .slick-next {
  width: 0;
  height: 0;
}

.highlight__slide .slick-prev:before,
.highlight__slide .slick-next:before {
  display: none;
}



/* dot of Highlights */

.slick-dots li button:before {
  font-size: 13px;
  color: #dee7f6;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--primary-color);
}

.slick__arrow-custom button {
  transition: all 0.35s linear;
}

.slick__arrow-custom:hover button:last-child {
  opacity: 0;
  transition: all 0.3s linear;
}

.slick__arrow-custom:hover button:first-child {
  transform: translateX(4px);
  transition: all 0.35s linear;
}




/* Hanh Phuc Revised Homepage V3 */

/* ***REVAMP USE*** */
/* Header  DONE 
 Banner DONE 
 Commited DONE
 */


.specialtiesV2__container {
  padding-top: 60px;
}



.specialtiesV2__container .slick-slide {
  margin: 0 15px;
}

/* the parent */
.specialtiesV2__container .slick-list {
  margin: 0 -15px;
}

.specialtiesV2__container .specialtiesV2__item {
  position: relative;
  /* border-radius: 10px; */
  /* height: 328px; */
}


.specialtiesV2__item .specialtiesV2__wrapper {
  height: 100%;
}



.specialtiesV2__item .specialtiesV2__item-img {
  position: relative;
  height: 100%;

}

.specialtiesV2__aspect-ratio {
  position: relative;
  width: 100%;
  padding-top: 88.25%;
}


.specialtiesV2__item .specialtiesV2__item-img .specialtiesV2__aspect-ratio .specialtiesV2__img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.specialtiesV2__item .specialtiesV2__item--title {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 4%;
  z-index: 100;
  transform: translateY(-5%);
  opacity: 1;
  visibility: visible;
}


.specialtiesV2__item .specialtiesV2__item--title h3 {
  font-size: 20px;
  line-height: 40px;
  font-family: 'Megante', sans-serif;
  font-weight: 400;
  color: var(--primary-color);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specialtiesV2__item:hover .specialtiesV2__item--title {
  opacity: 0;
  visibility: hidden;
}


.specialtiesV2__item .specialtiesV2__aspect-ratio::after {
  content: "";
  position: absolute;
  bottom: -0.5%;
  left: 0;
  right: 0;
  height: 20.6777%;
  opacity: 1;
  z-index: 1;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  background-color: rgba(222, 231, 246, .82);
  backdrop-filter: blur(18px) brightness(150%) contrast(1.2);
  -webkit-backdrop-filter: blur(15px) contrast(1.2);
  visibility: visible;
  transition: opacity .3s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.specialtiesV2__item:hover .specialtiesV2__item-img::after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}


.specialtiesV2__item .specialtiesV2__item-content .specialtiesV2__item--desc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 63, 128, 0.77);
  backdrop-filter: blur(17px) brightness(150%);
  transition: opacity 0.3s, visibility 0.3s;
  color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  text-align: center;
  /* cursor: default; */
  padding: 36px;
  z-index: 2;
}



.specialtiesV2__item:hover .specialtiesV2__item-content .specialtiesV2__item--desc {
  opacity: 1;
  visibility: visible;
}


.specialtiesV2__item-content .specialtiesV2__item--desc h3 {
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 32px;
  font-family: 'Megante', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* min-height: 72px; */
  height: 72px;
  text-overflow: ellipsis;
}

.specialtiesV2__item .specialtiesV2__item-img .specialtiesV2__item--arrow {
  display: none;
}

.specialtiesV2__item-content .specialtiesV2__item--desc p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Be Vietnam Pro-Light', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 112px;
  text-overflow: ellipsis;
  padding: 0px !important;
}

.specialtiesV2__item-content .specialtiesV2__item--desc .specialtiesV2__item--button {
  cursor: pointer;
}

.specialtiesV2__item-content .specialtiesV2__item--desc .specialtiesV2__item--button img {
  width: auto;
  height: auto;
  object-fit: contain;
}


.specialtiesV2__item-content .specialtiesV2__item--desc .specialtiesV2__item--button:hover img {
  opacity: 0.7;
}



/* Popup */
/* Specialties__details  */


.popup-4 {
  grid-template-columns: repeat(4, 1fr);
}


.popup-3 {
  grid-template-columns: repeat(3, 1fr);
}

.popup-2 {
  grid-template-columns: repeat(2, 1fr);
}


.specialties__popup-wrapper {
  position: fixed;
  padding: 25px 155.2px 80px 121px;
  max-width: 90%;
  max-height: 95vh;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  transition: all 0.3s linear;
  background: #FFF8EA 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #0000000D;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* border: 3px solid #FFFFFF; */
  border-radius: 5px;
  cursor: auto;
}


/* overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none; */

.specialties__popup-wrapper.active {
  display: block;
  /* opacity: 1; */
  /* visibility: visible; */
}


.specialties__popup-title {
  line-height: 71px;
}



.specialties__popup-desc p {
  font-size: 16px;
  font-family: 'Be Vietnam Pro-Light';
  font-weight: 300;
  line-height: 28px;
  color: var(--primary-color);
}


.specialties__popup-desc p:not(:last-child) {
  margin-bottom: 28px;
}



.specialties__popup-services {
  margin-top: 36px;
  display: grid;

}

.specialties__popup-content {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 65vh;
}

.specialties__popup-services .popup-service-pcs:not(:first-child) {
  border-top: 1px solid #AAC5EA;
  padding-top: 18px;
}


.specialties__popup-services .popup-services-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--primary-color);
  padding-right: 30px;
  text-align: left;
  align-items: flex-start;
  border-right: 1px solid #AAC5EA;
}


.specialties__popup-services .popup-services-item:last-child {
  border: 0px;
}


.specialties__popup-services .popup-services-item:not(:first-child) {
  padding-left: 30px;
}

.popup-services-item--img {
  height: 60px;
}


.popup-services-item--img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}





.popup-services-item--desc {}




.popup-services-item--desc h5 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Be Vietnam Pro-SemiBold';
  margin-bottom: 12px;
  margin-top: 8px;
}


.popup-services-item--desc p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26.78px;
  font-family: 'Be Vietnam Pro-Light';
}



.specialties__popup-button {
  width: 100%;
  text-align: center;
  margin-top: 57px;
}

.specialties__popup-button button {
  position: relative;
  outline: none;
  border: none;
  background-color: #8681ED;
  width: 260px;
  border-radius: 36px;
  color: var(--secondary-color);
  font-family: 'Be Vietnam Pro-Regular';
  font-size: 18px;
  line-height: 40px;
  transition: all 0.5s linear;
  padding: 0;
}


.specialties__popup-button button:hover {
  background-color: var(--primary-color);
}


.specialties__popup-button button .popup__button-context {
  transition: all 0.5s linear;
}

.specialties__popup-button button:hover .popup__button-context {
  transform: translateX(10px);
}

.specialties__popup-button button p {
  margin-right: 20px;
  font-family: 'Be Vietnam Pro-Regular', sans-serif;
}


.specialties__popup-button img {
  position: absolute;
  width: 18px;
  height: 18px;
  object-fit: contain;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}


.specialties__popup-wrapper .close-popup {
  position: absolute;
  right: 30px;
  top: 30px;
  width: auto;
  height: auto;
  cursor: pointer;
}


.specialtiesV2__item .specialtiesV2__item-img .specialtiesV2__item--arrow {
  display: none;
}



.packagesV2__container .slick-dots li,
.doctor__list .slick-dots li,
.specialtiesV2__container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}




/* Doctors */

.doctors {
  margin-bottom: 160px;
}

.doctors__container {
  padding-top: 60px;
}

.doctor__list {
  position: relative;
}

.doctor__list .slick-slide {
  margin: 0 15px;
}

.doctor__list .slick-list {
  margin: 0 -15px;
}

.doctor__list-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.doctor__list-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.doctor__list-item {
  position: relative;
}

.doctor__list-item .doctor__list-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  opacity: 1;
  background-color: var(--four-color);
  bottom: 0;
  left: 0;
}

.doctor__list-item .doctor-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.2s linear;
}

.doctor__list-img::before {
  content: '';
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.doctors__item-thumbnail {
  position: relative;
}

.doctors__item-button {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 246px;
  height: 47px;
  transform: translate(-50%, -50%);
  border: 2px solid var(--secondary-color);
  border-radius: 36px;
  background-color: transparent;
  color: var(--secondary-color);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s linear;
  /* width: 56.299%; */
  text-align: center;
}

.doctors__item-button .doctors__item-button--link {
  font-family: 'Be Vietnam Pro-Regular', sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: var(--secondary-color);
  text-transform: uppercase;
  padding: 10px 0px;
}

.doctor__list-link:hover .doctors__item-button {
  opacity: 1;
}

.doctor__list-link:hover .doctor__list-img::before {
  content: '';
  visibility: visible;
}

.doctor__list-link:hover .doctor__list-img {
  filter: blur(2px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.doctor__list-link:hover .doctor-img {
  transform: translateX(-50%) scale(1.1);
  transition: all 0.2s linear;
}

.doctor__list-item .doctor__information {
  margin-top: 28px;
  text-align: left;
  color: var(--primary-color);
}

.doctor__list-item .doctor__information .doctor__information-name {
  font-size: 24px;
  line-height: 37px;
  font-family: "Megante'";
  letter-spacing: 0.46px;
  font-weight: 400;
}

.doctor__list-item .doctor__information .doctor__information-specialties {
  display: -webkit-box;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Be Vietnam Pro-Light';
  width: 80%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doctor__list .slick-next img {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -15px;
  bottom: 100px;
}

.doctor__list .slick-next {
  width: 0;
  height: 0;
}

.doctor__list .slick-prev:before,
.doctor__list .slick-next:before {
  display: none;
}

.doctors__container .slick-list.draggable {
  padding-bottom: 0px;
}

/* test */

.slick-dots li button:before {
  font-size: 13px;
  color: #dee7f6;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--primary-color);
}

.slick__arrow-custom button {
  transition: all 0.35s linear;
}

.slick__arrow-custom:hover button:last-child {
  opacity: 0;
  transition: all 0.3s linear;
}

.slick__arrow-custom:hover button:first-child {
  transform: translateX(4px);
  transition: all 0.35s linear;
}


.doctor__list-item.active .doctor__item--content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.doctor__list-item.active .doctor__list-link:hover .doctor__list-img {
  box-shadow: unset;
}


.doctor__item--content .doctors__wrap .img-logo {
  width: 150px;
  height: auto;
  margin: 0 auto;
}


.doctor__item--content .doctors__wrap .doctor__item-view {
  position: relative;
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 16px;
  text-align: center;
  font-family: "Megante'", sans-serif;

}


.doctor__item--content .doctors__wrap .doctor__item-view::after {
  content: "";
  position: absolute;
  width: 0%;
  opacity: 0;
  bottom: -10%;
  transform: translateY(10%);
  left: 0;
  height: 2px;
  background-color: var(--secondary-color);
  transition: all 0.4s linear;
}


.doctor__list-item.active:hover .doctor__item--content .doctors__wrap .doctor__item-view {
  opacity: 0.7;
}



.doctor__list-item.active:hover .doctor__item--content .doctors__wrap .doctor__item-view::after {
  opacity: 1;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}



/* Building */


.building__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}



.building__item {}

.building__item-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 76.25%;
  overflow: hidden;
}

.building__item-thumbnail::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 55%;
  background: rgb(59, 63, 128);
  background: linear-gradient(0deg, rgba(59, 63, 128, 1) 0%, rgba(58, 63, 126, 0.5) 30%, rgba(57, 62, 124, 0) 100%);
  /* box-shadow: 0px 3px 15px #00000029; */
  opacity: 0.94;
  transition: all 0.3s linear;
}



/* Disable Hover without content  */


/* Check log limit user Git */




/* .building__item-thumbnail-hover:hover::after {
  height: 100%;
  background: rgba(59, 63, 128, 0.56);
  backdrop-filter: blur(22px) brightness(70%);
  filter: blur(5px);
} */


/* .building__item-thumbnail-hover:hover .building__item-img {
  filter: blur(5px)
} */





/* 
.building__item-thumbnail .building__item-img {
  width: 100%;
  height: 735px;
  object-fit: cover;
  transition: all 0.3s linear;
} */


.building__item-thumbnail .building__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}


.building__item-thumbnail-hover:hover .building__item-desc {
  top: 50%;
  transform: translateY(-50%);
  /* height: 100%; */
  height: 60%;
}



.building__item-thumbnail-hover:hover .building__item-desc .building__item-desc--details {
  opacity: 1;
  display: block;
  visibility: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}






.building__item-thumbnail .building__item-desc h2 {
  color: var(--secondary-color) !important;
  font-size: 35px;
  font-weight: 400;
  line-height: 71px;
  color: var(--primary-color);
  font-family: "Megante'", sans-serif;
  text-align: center;
  z-index: 2;
}



.building__item-thumbnail-hover:hover .building__item-desc h2 {
  margin-bottom: 42px;
}




.building__item-thumbnail .building__item-desc {
  position: absolute;
  bottom: 5%;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  transition: all 0.3s linear;
  max-height: 85%;
  z-index: 5;
  overflow-y: scroll;
  scrollbar-width: none;
}



.building__item-thumbnail .building__item-desc .building__item-desc--details {
  color: var(--secondary-color);
  opacity: 0;
  display: none;
  visibility: hidden;
}


.building__item-thumbnail .building__item-desc .building__item-desc--details p {
  font-family: 'Be Vietnam Pro-Light', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}



/* Packages Slider */


.packagesV2__container {
  padding: 60px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}






.packagesV2__container .packagesV2__item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}


.packagesV2__item .packagesV2__item--img {
  /* height: 250px; */
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 68.25%;
}


.packagesV2__item .packagesV2__item--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: all 0.3s linear;
}


.packagesV2__item:hover .packagesV2__item--img img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}


.packagesV2__item .packagesV2__item--content {
  background-color: rgba(222, 231, 246, 1);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  justify-content: space-between;
  color: var(--primary-color);
}


.packagesV2__item .packagesV2__item--content .packagesV2__content-link {
  display: block;
  text-decoration: none;
  padding: 20px 24px 42px;
}

.packagesV2__item--content .packagesV2__content-button img {
  height: 20px;
  width: auto;
  object-fit: contain;
}




/* .slick-slide:nth-child(3n+2) .packagesV2__item--content {
  background-color: rgba(240, 244, 251, 1);
  background-color: #f0f4fb;
} */



.packagesV2__item--content.back_white {
  background-color: rgba(240, 244, 251, 1);
}




.packagesV2__item .packagesV2__item--content .packagesV2__item--boxContent {
  transform: translateX(0px);
  transition: all 0.3s linear;
}


.building__item-thumbnail-hover .packagesV2__item:hover .packagesV2__item--content .packagesV2__item--boxContent {
  transform: translateX(10px);
  transition: all 0.3s linear;
}



.packagesV2__item--content .packagesV2__content--text {
  text-align: left;
}


.packagesV2__item--content .packagesV2__content--text h3 {
  font-size: 20px;
  line-height: 40px;
  font-family: 'Megante', sans-serif;
  font-weight: 400;
  color: var(--primary-color);
}


.packagesV2__content--text .packagesV2__item-desc {
  font-size: 16px;
  font-family: 'Be Vietnam Pro-Light';
  line-height: 28px;
  margin-bottom: 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  min-height: 80px;
  color: #3B3F80;
}


.packagesV2__item--content .packagesV2__content-button img {
  width: auto;
  height: 27px;
  object-fit: contain;
}


.packagesV2__content-button {
  position: relative;
  margin-bottom: 43px;
}

.packagesV2__content-button .arrow,
.packagesV2__content-button .arrow--hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
}

.packagesV2__item:hover .packagesV2__content-button .arrow--hover,
.packagesV2__item--content .packagesV2__content-button .arrow {
  opacity: 1;
  transition: all 0.3s linear;
}

.packagesV2__item:hover .packagesV2__content-button .arrow,
.packagesV2__item--content .packagesV2__content-button .arrow--hover {
  opacity: 0;
  transition: all 0.3s linear;
}





.packagesV2__item.active .packagesV2__item--content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.packagesV2__item.active .packagesV2__list--img,
.packagesV2__item.active .packagesV2__item--img,
.packagesV2__item.active .packagesV2__item--content {
  opacity: 0;
}





.packagesV2__item--content--button .packagesV2__wrap .packagesV2__item-view {
  position: relative;
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
  /* margin-top: 16px; */
  text-align: center;
  font-family: "Megante'", sans-serif;
}


.packagesV2__item--content--button .packagesV2__wrap .packagesV2__item-view::after {
  content: "";
  position: absolute;
  width: 0%;
  opacity: 0;
  bottom: -10%;
  transform: translateY(10%);
  left: 0;
  height: 2px;
  background-color: var(--secondary-color);
  transition: all 0.4s linear;
}


/* .packagesV2__item.active:hover .packagesV2__item--content--button .packagesV2__wrap .packagesV2__item-view {
  opacity: 0.7;
} */


.packagesV2__item.active:hover .packagesV2__item--content--button .packagesV2__wrap .packagesV2__item-view,
.doctor__list-item.active:hover .doctor__item--content .doctors__wrap .doctor__item-view {
  opacity: 1;
}



.packagesV2__item.active:hover .packagesV2__item--content--button .packagesV2__wrap .packagesV2__item-view::after {
  width: 80%;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}



.packagesV2__item-thumbnail {
  height: auto;
}

/* .packagesV2__item-thumbnail .packagesV2__list--img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 68.25%;
} */


.packagesV2__item-thumbnail .packagesV2__list--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: all 0.3s linear;
}


.packagesV2__item.active .packagesV2__item--content {
  position: relative;
  background: transparent !important;
  display: block;
  text-decoration: none;
  padding: 20px 24px 42px;
}

.packagesV2__item--content--button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}




/* Achievement Section */

.achieve__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.achieve__item-img {
  grid-column: span 7;
  position: relative;
  width: 100%;
  padding-top: 70.25%;
  overflow: hidden;
}

.achieve__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: all 0.3s linear;
}

.achieve__item-img:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.achieve__item-content {
  grid-column: span 5;
  background-color: rgba(222, 231, 246, 0.44);
  padding: 50px 0px 50px 100px;
}





.achieve__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 75%;
  gap: 32px;
  color: var(--primary-color);
}



.achieve__content-wrapper .achieve__content--logo {
  max-width: 350px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}


.achieve__content-wrapper .achieve__content--title {
  font-size: 35px;
  line-height: 55.94px;
  font-family: "Megante'", sans-serif;
}



.achieve__content-wrapper .achieve__content--desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 29.78px;
  font-weight: 300;
  font-family: 'Be Vietnam Pro-Light';
}




.achieve__content-wrapper .achieve__content--desc p {
  font-family: 'Be Vietnam Pro-Light';
}











@media (max-width: 1800px) {
  .specialties__popup-button button {
    width: 25%;
  }
}





@media (max-width : 1440px) {

  .specialties__popup-wrapper {
    padding: 50px 50px 80px 50px;
    max-width: 95%;
    max-height: 95vh;
    /* overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; */
  }

  .specialties__popup-content {
    overflow-y: scroll;
    max-height: 50vh;
    scrollbar-width: none;
  }


  .specialties__popup-services .popup-services-item {
    gap: 12px;
  }



  .specialties__popup-button {
    margin-top: 36px;
  }


  .specialties__popup-wrapper::-webkit-scrollbar {
    display: none;
  }


  .specialties__popup-title {
    font-size: 30px;
    line-height: 71.41px;
  }


  .popup-services-item--img {
    height: 50px;
  }

  /* .popup-services-item--desc,
.specialties__popup-desc {
  font-size: 14px;
  line-height: 24px;
} */


  /* .popup-services-item--desc h5 {
  font-size: 16px;
  line-height: 24px;
} */



  .provider__details-container .close-popup,
  .specialties__popup-wrapper .close-popup {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 30px;
    height: 30px;
    object-fit: contain;
  }


  .specialties__popup-button button {
    width: 25%;
    font-size: 16px;
    line-height: 36px;
  }


  .specialties__popup-services .popup-services-item:not(:first-child) {
    padding-left: 24px;
  }






  .highlight__item span {
    -webkit-line-clamp: 3;
  }


  .highlight__content .highlight__item .highlight__item--content {
    margin: 16px 0;
  }


  .highlight__item .highlight__item--button {
    margin-top: 20px;
  }



  /* Achievement */


  .achieve__item-content {
    padding: 24px 0px 24px 60px;
  }


  .achieve__content-wrapper {
    gap: 0px;
  }


  .achieve__content-wrapper .achieve__content--logo {
    /* width: 75px;
    height: auto;
    object-fit: contain; */

    max-width: fit-content;
    max-height: 75px;
    width: auto;
    height: auto;
    object-fit: contain;
  }


  .achieve__content-wrapper .achieve__content--title {
    font-size: 30px;
    line-height: 50px;
    font-family: "Megante'", sans-serif;
  }




  .achieve__content-wrapper .achieve__content--desc {
    font-size: 14px;
    line-height: 28px;
  }

  .achieve__item-img {
    padding-top: 76.25%;
  }

  .building__item-thumbnail .building__item-desc {
    padding: 0px;
  }
}


@media (max-width : 1200px) {
  .show-desktop-tl {
    display: none !important;
  }



  .show-mobile-tl {
    display: block !important;
  }

  .specialtiesV2__item .specialtiesV2__item-img::after {
    -webkit-backdrop-filter: unset;
  }
}




/* Home  Responsive */
@media (max-width: 1024px) {

  .specialtiesV2__container:not(:has(.slick-slider)) .specialtiesV2__aspect-ratio {
    position: unset;
    width: auto;
    padding-top: unset;
    height: 100%;
  }




  .committed {
    margin-top: 60px !important;
  }

  .section__infor {
    padding: 0;
  }

  .section__infor .section__infor--content {
    padding: 60px 50px;
  }

  .infor__content {
    padding-top: 0;
  }

  .infor__content .infor__item--img .infor__desktop-img {
    display: none;
  }

  .infor__content .infor__item--img .infor__mobile-img {
    display: inline;
  }

  .infor__content .infor__item--img {
    height: 100%;
  }

  .infor__item {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .infor__item--content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #dee7f6;
    padding: 10px;
    box-sizing: border-box;
  }

  .infor__item .infor__item--content .infor__item--desc {
    display: none;
  }

  .infor__content--child:first-child .infor__item--content,
  .infor__content--child:nth-child(2) .infor__item--content,
  .infor__content--child:last-child .infor__item--content {
    flex-direction: row;
    align-items: center;
    height: 48px;
    position: absolute;
  }

  .infor__content--child .infor__item--content {
    background-color: rgba(222, 231, 246, 0.9);
    backdrop-filter: blur(11px) brightness(120%);
    -webkit-backdrop-filter: blur(8px) contrast(1.2);
  }

  .infor__content--child:nth-child(2n + 2) .infor__item--content {
    background-color: rgba(245, 247, 250, 0.8);
    backdrop-filter: blur(11px) brightness(120%);
    -webkit-backdrop-filter: blur(12px) contrast(1.4);
  }

  .infor__item:hover .infor__item--content {
    background-color: rgba(57, 57, 142, 0.79);
    backdrop-filter: blur(31px) brightness(110%);
    -webkit-backdrop-filter: blur(31px) contrast(1.4);
  }

  .infor__item:hover .infor__content--child:nth-child(2n + 2) .infor__item--content {
    background-color: rgba(57, 57, 142, 0.67);
    backdrop-filter: blur(31px) brightness(110%);
    -webkit-backdrop-filter: blur(25px) contrast(1.1);
  }

  .infor__item:hover .infor__content--child:nth-child(2n + 2) .infor__item--title,
  .infor__item:hover .infor__item--content .infor__item--title {
    color: #f7f3eb;
  }

  .infor__item .infor__item--content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: blur(31px) brightness(15%) opacity(0.67); */
    z-index: -1;
  }

  .infor__item .infor__item--content img {
    width: 20px;
    height: 20px;
  }

  .infor__item .infor__item--content h3 {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
  }

  .infor__content .infor__item--button {
    margin: 0;
  }

  /* highlight */

  .highlight {
    padding-top: 0;
  }

  .highlight__mobile--title {
    margin-bottom: 32px;
    margin-top: 60px;
    /* margin-top: 80px; */
  }

  .highlight__content .highlight-wrap .highlight__item:nth-child(2) {
    margin: 64px 0;
  }

  .highlight__content .highlight__item {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .highlight__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .highlight .slick-slide>div a {
    flex-direction: row;
  }

  .highlight__item--img {
    position: unset;
    width: unset;
    height: unset;
    padding-top: unset;
  }


  .highlight.show-mobile .highlight__item--img img {
    /* width: 100%; */
    position: unset;
    width: 155px;
    /* height: 155px; */
  }

  /* .highlight__item .highlight__item--img {
    flex-shrink: 0;
    width: 121px;
  } */

  .highlight__content .highlight__item .highlight__item--content {
    margin: 0;
  }

  .highlight__item p {
    font-size: 10px;
    line-height: 29px;
    color: #58595b;
    font-family: 'Be Vietnam Pro-Regular';
  }

  .highlight__item h2 {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Be Vietnam Pro-Medium';
    letter-spacing: 0.24px;
    padding: 0;
    height: auto;
  }

  .highlight__item span {
    font-size: 12px;
    line-height: 17px;
  }

  .highlight__item .highlight__item--button {
    /* margin-top: 0; */
    width: 18px;
    height: 18px;
  }

  .highlight__slide .slick-next img {
    display: none;
  }

  /* Booking form popup */

  .booking__form .booking__logo--popup {
    display: none;
  }

  .infor__content .infor__item .infor__item--button .arrow {
    display: block;
  }

  .infor__item .infor__item--button .arrow--white,
  .infor__content--child:nth-child(2n + 2):hover .infor__item--button .arrow,
  .infor__item:hover .infor__item--button .arrow {
    display: none;
  }

  .infor__content--child:nth-child(2n + 2):hover .infor__item--button .arrow--white,
  .infor__item:hover .infor__item--button .arrow--white {
    display: block;
  }

  .infor__content .infor__item:hover .infor__item--button .arrow--hover {
    display: none;
  }

  /* 
.infor__content .infor__item--button .arrow,
.infor__content .infor__item--button:hover .arrow--hover {
  display: none;
} */



  /* Homepagea Revised V3 */

  .committed__content {
    padding-inline: 24px;
  }

  .committed__content {
    font-size: 14px;
    line-height: 26px;
  }


  .specialtiesV2__container {
    padding-top: 36px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    overflow-x: unset;
    overflow-y: unset;
  }





  .specialtiesV2__container .specialtiesV2__item {
    height: 230px;
  }




  /* .specialtiesV2__item:hover .specialtiesV2__item--title {
    opacity: 0;
    visibility: hidden;
  } */


  .specialtiesV2__item:hover .specialtiesV2__item--title {
    opacity: 1;
    visibility: visible;
  }

  .specialtiesV2__item:hover .specialtiesV2__item-img::after {
    opacity: 1;
    visibility: visible;
    transition: unset;
  }

  .specialtiesV2__aspect-ratio {
    position: relative;
    width: 100%;
    /* padding-top: 67.25%; */
    padding-top: 58.25%;
  }

  .specialtiesV2__item .specialtiesV2__item--title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 2%;
    z-index: 100;
    transform: translateY(-2%);
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    max-height: 32px;
    height: 32px;
  }

  .specialtiesV2__item .specialtiesV2__item--title h3 {
    position: absolute;
    left: 10%;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Megante', sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 32px;
    height: 32px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .specialtiesV2__item .specialtiesV2__item-img .specialtiesV2__item--title .specialtiesV2__item--arrow {
    display: block;
    /* Waitting confirm */
    width: auto;
    height: 20px;
    object-fit: contain;
    z-index: 2;
    position: absolute;
    bottom: 18%;
    right: 5%;
    transform: translateY(0%);
  }

  .specialtiesV2__item .specialtiesV2__item-img img {
    border-radius: 10px;
  }

  .specialtiesV2__item .specialtiesV2__item-img::after {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(222, 231, 246, 0.9);
    backdrop-filter: blur(18px) brightness(150%) contrast(1.2);
    height: 20%;
  }


  .specialtiesV2__container .specialtiesV2__item {
    margin-bottom: 10px;
  }


  .specialtiesV2__container .specialtiesV2__item:last-child {
    margin-bottom: 0px;
  }


  .specialtiesV2__item-content .specialtiesV2__item--desc h3 {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .specialtiesV2__item-content .specialtiesV2__item--desc p {
    font-size: 10px;
    line-height: 16px;
    padding: 0px 32px;
    min-height: 50px;
    -webkit-line-clamp: 3;
    overflow: scroll;
    scrollbar-width: none;
  }


  .specialtiesV2__item-content .specialtiesV2__item--desc .specialtiesV2__item--button img {
    width: 20px;
    height: auto;
    object-fit: contain;
  }


  /* 
  .specialtiesV2__item:hover .specialtiesV2__item-img img {
    filter: blur(10px);
  } */


  .specialtiesV2__item:hover .specialtiesV2__item-content .specialtiesV2__item--desc {
    opacity: 0;
    visibility: hidden;
  }

  /* .specialtiesV2__item:hover .specialtiesV2__item-content .specialtiesV2__item--desc {
    background: rgba(59, 63, 128, 0.77);
    backdrop-filter: blur(25px) brightness(150%);
  } */

  /* .specialtiesV2__item .specialtiesV2__item-content .specialtiesV2__item--desc {
    gap: 8px;
    border-radius: 0px;
    padding: 36px 36px 28px 36px;
  } */

  .specialties__popup-title {
    font-size: 16px;
    line-height: 60px;
    max-width: 80%;
  }

  /* .specialties__popup-wrapper .close-popup {
    display: none;
} */


  .specialties__popup-wrapper {
    padding: 15px 16px 32.5px;
    max-width: 86%;
  }


  .specialties__popup-desc p {
    font-size: 13px;
    line-height: 22px;
    font-family: 'Be Vietnam Pro-Light';
    color: var(--primary-color);
  }


  .specialties__popup-services {
    margin-top: 6px;
    display: grid;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .specialties__popup-services .popup-service-pcs {
    display: flex;
    gap: 18px;
  }

  .specialties__popup-services .popup-services-item {
    gap: 0px;
    padding-right: 0px;
    border: 0px;
  }


  .specialties__popup-content {
    overflow-y: scroll;
    max-height: 70vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }


  .specialties__item::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    background-color: rgba(222, 231, 246, 0.95);
    backdrop-filter: blur(11px) brightness(120%);
    -webkit-backdrop-filter: blur(8px) contrast(1.2);
  }


  .specialties__container .specialties__item:nth-child(2n+2)::after {
    background-color: rgba(245, 247, 250, 0.8);
    backdrop-filter: blur(11px) brightness(120%);
    -webkit-backdrop-filter: blur(12px) contrast(1.4);
  }


  .specialties__container .specialties__item:nth-child(3n + 2) .specialties__item-content {
    background-color: unset;
  }


  .specialties__container {
    padding-top: 36px;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
  }

  .specialties__item .specialties__item-img {
    width: auto;
    /* height: 300px; */
    height: 100%;
  }


  .specialties__item .specialties__item-img img {
    /* object-fit: contain; */
    object-fit: cover;
  }


  .specialties__item-title {
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
  }

  .specialties__item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 21px 0px 17px;
    position: absolute;
    height: 25%;
    background-color: unset
  }


  .popup-services-item--desc h5 {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 0px;
  }


  .popup-services-item--desc p {
    font-size: 13px;
    line-height: 22px;
  }


  .popup-services-item--img img {
    position: relative;
    top: 3px;
    max-width: 30px;
    height: 100%;
  }


  .specialties__popup-services .popup-services-item:not(:first-child) {
    padding-left: 0px;
  }

  .specialties__popup-services .popup-service-pcs {
    border-top: 1px solid #AAC5EA;
    padding-block: 18px;
    padding-right: 32px;
  }


  .specialties__popup-services .popup-services-item:first-child .popup-service-pcs:first-child {
    border-top: 0px;
  }


  .specialties__popup-button button {
    width: 50%;
    font-size: 14px;
    line-height: 32px;
  }


  .specialties__popup-desc p:not(:last-child) {
    margin-bottom: 16px;
  }


  /* Doctor */


  /* Doctor list */

  .doctors__container {
    padding-top: 36px;
  }

  .doctor-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 10px;
  }

  .doctor__item--content .doctors__wrap .doctor__item-view {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0px;
  }


  .doctor__list-item .doctor__list-img .background-doctor-img {
    position: relative;
    bottom: -1px;
    z-index: -1;
  }


  .doctor__list-item .doctor-img {
    object-fit: contain;
    bottom: 0;
    top: 2%;
  }



  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--four-color);
  }

  .doctor__list .slick-next img {
    display: none;
  }

  .doctor__list-link:hover .doctors__item-button {
    opacity: 0;
  }


  .doctor__list-item .doctor-img {
    object-fit: cover;
    bottom: 0;
  }

  .doctor__list-link:hover .doctor__list-img::before {
    content: '';
    visibility: visible;
  }

  .doctor__list-link:hover .doctor__list-img {
    /* filter: blur(0px);
    box-shadow: none; */
    filter: blur(2px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .doctor__list-link:hover .doctor-img {
    transform: translateX(-50%) scale(1.1);
    transition: all 0.2s linear;
  }

  .doctors__item-button {
    top: 50%;
  }

  .doctor__list-item .doctor__information {
    margin-top: 14px;
  }

  .doctor__list-item .doctor__information .doctor__information-name {
    font-size: 12px;
    line-height: 24px;
    font-family: "Megante'";
  }

  .doctor__list-item .doctor__information .doctor__information-specialties {
    display: -webkit-box;
    font-size: 10px;
    line-height: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .doctor__list-item .doctor__list-img::after {
    height: 5px;
  }

  .doctors__container .slick-list.draggable {
    padding-bottom: 20px;
  }

  .doctors {
    margin-bottom: 0px;
  }


  .doctor__list-item.active .doctor__item--content {
    height: 100%;
  }

  .doctor__item--content .doctors__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .doctor__item--content .doctors__wrapper .img-logo {
    width: 50px;
  }

  .doctor__item--content .doctors__wrapper .doctor__item-view {
    font-size: 12px;
    line-height: 24px;
    color: var(--secondary-color);
  }


  .doctor__item--content .doctors__wrap .doctor__item-view:after {
    transition: none;
  }


  /* .doctor__list-link:hover .doctors__item-button {
    opacity: 0;
  } */


  /* Building */






  .building__container {
    grid-template-columns: repeat(2, 1fr);
  }


  .building__item-thumbnail {
    padding-top: 96.25%;
  }

  /* .building__item-thumbnail .building__item-img {
    height: 330px;
  } */


  /* .building__item-thumbnail:hover .building__item-img {
    filter: blur(30px);
  } */


  /* .building__item-thumbnail:hover::after {
    height: 100%;
    background: rgba(59, 63, 128, 0.69);
    backdrop-filter: blur(20px) brightness(50%);
    filter: blur(0px);
  } */



  .building__item-thumbnail .building__item-desc {
    text-align: center;
    bottom: 5%;
    width: 100%;
    padding: 0px;
    z-index: 5;
    max-height: 70%;
  }



  .building__item-thumbnail .building__item-desc h2 {
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 0px !important;
  }


  .building__item-thumbnail:hover .building__item-desc h2 {
    margin-bottom: 12px;
  }


  .building__item-thumbnail:hover .building__item-desc .building__item-desc--details {
    gap: 12px;
  }



  /* achievement */


  .achievement {
    margin-top: 60px !important;
  }


  .achieve__item-img {
    grid-column: span 12;
    padding-top: 60%;
  }


  .achieve__item-content {
    grid-column: span 12;
    padding: 0px;
  }


  .achieve__content-wrapper {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .achieve__item-content {
    padding: 36px 24px;
  }


  .achieve__content-wrapper .achieve__content--logo {
    /* width: 70px; */
    max-width: fit-content;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .achieve__content-wrapper .achieve__content--title {
    font-size: 24px;
    line-height: 42px;
  }


  .achieve__content-wrapper .achieve__content--desc {
    font-size: 16px;
    line-height: 28px;
    width: 75%;
  }

  .packagesV2__item--content--button .packagesV2__wrap .packagesV2__item-view:after {
    transition: none;
  }









}


@media (max-width: 1200px) and (min-width: 1000px) {
  .specialtiesV2__aspect-ratio {
    padding-top: 75.25%;
  }
}


@media (max-width : 1023px) and (min-width: 577px) {
  .specialtiesV2__aspect-ratio {
    padding-top: 71.25%;
  }


  .specialtiesV2__item .specialtiesV2__item--title h3 {
    font-size: 16px;
    line-height: 32px;
    bottom: 2%;
    transform: translateY(0%);
    width: 100%;
    max-width: 75%;
  }


  .specialtiesV2__item .specialtiesV2__item-img .specialtiesV2__item--title .specialtiesV2__item--arrow {
    bottom: 21%;
  }
}

@media (max-width: 700px) and (min-width: 577px) {
  .specialtiesV2__aspect-ratio {
    padding-top: 74.25%;
  }
}

@media (max-width: 1200px) and (min-width: 577px) {

  .specialtiesV2__item:hover .specialtiesV2__item-img img {
    filter: none;
  }

  .specialtiesV2__item:hover .specialtiesV2__item-content .specialtiesV2__item--desc {
    background: none;
    backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
  }



  .specialtiesV2__item:hover .specialtiesV2__item-img::after,
  .specialtiesV2__item:hover .specialtiesV2__item--title {
    opacity: 1;
    visibility: visible;
  }



  /* .specialtiesV2__item.special-hover .specialtiesV2__item-img img {
    filter: blur(10px);
  }

  .specialtiesV2__item.special-hover .specialtiesV2__item-content .specialtiesV2__item--desc {
    background: rgba(59, 63, 128, 0.77);
    backdrop-filter: blur(25px) brightness(150%);
    opacity: 1;
    visibility: visible;
  } */


  /* .specialtiesV2__item.special-hover .specialtiesV2__item-img::after,
  .specialtiesV2__item.special-hover .specialtiesV2__item--title {
    opacity: 0;
    visibility: hidden;
  } */
}

@media (min-width: 768px) {
  .specialties__popup-button img {
    right: 20px;
  }
}

@media (max-width : 767px) and (min-width: 577px) {
  .specialtiesV2__item .specialtiesV2__item-img .specialtiesV2__item--arrow {
    bottom: 6%;
  }
}

@media (max-width: 767px) {
  .specialties__popup-button button {
    width: 45%;
  }
}

@media (max-width: 1000px) {
  .specialties__popup-button button {
    width: 30%;
  }
}

@media (min-width: 1000px) and (max-width: 1599px) {
  /* .highlight__content::after {
  width: 107%;
} */

  .highlight__slide .slick-next img {
    width: 60px;
    height: auto;
  }

  .slick-next {
    right: -15px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .highlight__item .highlight__item--img {
    width: 200px;
  }

  .highlight .highlight__content .slick-track,
  .highlight .highlight__content .slick-track .slick-slide {
    width: 100% !important;
  }

  .highlight__item p {
    font-size: 10px;
    line-height: 10px;
  }

  .highlight__item h2 {
    font-size: 14px;
  }

  .highlight__item .highlight__item--button {
    width: 22px;
    height: 22px;
  }

  .highlight__content .highlight-wrap .highlight__item:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    width: 82%;
    height: 0.5px;
    background-color: #dac9a7;
    top: -18%;
    left: 45%;
    transform: translateX(-50%);
  }

  .highlight__content .highlight-wrap .highlight__item:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    width: 82%;
    height: 0.5px;
    background-color: #dac9a7;
    bottom: -19%;
    right: -27%;
    transform: translateX(-50%);
  }

  .highlight__content::after {
    content: '';
    display: block;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    z-index: 1;
    height: calc(100% + 30px);
    width: 82%;
    bottom: 0;
    background-color: #f7f3eb;
  }

  .slick-slide.slick-active.slick-current .highlight__item .highlight__item--content {
    padding-left: 30px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* infor */

  .infor__item .infor__item--content h3 {
    font-size: 14px;
  }

  /* highlight */
  /* .highlight__item .highlight__item--img {
  width: 200px;
} */

  .highlight .highlight__content .slick-track,
  .highlight .highlight__content .slick-track .slick-slide {
    width: 100% !important;
  }

  .highlight__item p {
    font-size: 10px;
    line-height: 10px;
  }

  .highlight__item h2 {
    font-size: 14px;
  }

  .highlight__item .highlight__item--button img {
    width: 22px;
    height: 22px;
  }

  .highlight__content .highlight-wrap .highlight__item:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    width: 82%;
    height: 0.5px;
    background-color: #dac9a7;
    top: -18%;
    left: 45%;
    transform: translateX(-50%);
  }

  .highlight__content .highlight-wrap .highlight__item:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    width: 82%;
    height: 0.5px;
    background-color: #dac9a7;
    bottom: -19%;
    right: -27%;
    transform: translateX(-50%);
  }

  .highlight__content::after {
    content: '';
    display: block;
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    z-index: 1;
    height: calc(100% + 30px);
    width: 82%;
    bottom: 0;
    background-color: #f7f3eb;
  }

  .slick-slide.slick-active.slick-current .highlight__item .highlight__item--content {
    padding-left: 30px;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .highlight__content .highlight-wrap .highlight__item:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    width: 75%;
    height: 0.5px;
    background-color: #dac9a7;
    top: -20%;
    left: 43%;
    transform: translateX(-50%);
  }

  .highlight__content .highlight-wrap .highlight__item:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    width: 75%;
    height: 0.5px;
    background-color: #dac9a7;
    bottom: -22%;
    right: -18%;
    transform: translateX(-50%);
  }

  .highlight__content::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: calc(100% + 30px);
    width: 85%;
    bottom: 0;
    background-color: #f7f3eb;
  }

  .slick-slide.slick-active.slick-current .highlight__item .highlight__item--content {
    padding-left: 20px;
    max-width: 65%;
  }
}

@media (max-width : 576px) {
  .specialties__popup-wrapper .specialties__popup-button button {
    width: 65%;
  }


  .specialtiesV2__container.custom__slider {
    overflow-x: unset;
    overflow-y: unset;
  }

  .specialtiesV2__item .specialtiesV2__item--title {
    bottom: 0px;
    height: 14.6777%;
  }

  .specialtiesV2__item .specialtiesV2__item--title h3 {
    font-size: 16px;
    line-height: 32px;
    bottom: 0%;
    transform: translateY(0%);
    max-width: 70%;
    /* Watting confirm */
    /* max-width: 100%; */
    text-align: center;
  }


  .specialtiesV2__item .specialtiesV2__aspect-ratio::after {
    width: 100%;
    height: 14.6777%;
  }

  .specialtiesV2__aspect-ratio {
    position: unset;
    width: unset;
    padding-top: unset;
  }


  .specialties__popup-title {
    line-height: 32px;
  }



  .show-desktop-mb {
    display: none !important;
  }



  .show-mobile-mb {
    display: block !important;
  }



  .specialties__popup-wrapper {
    max-width: 90%;
    max-height: 90vh;
  }

  .specialties__popup-button {
    margin-top: 16px;
  }

  .specialtiesV2__container .specialtiesV2__item {
    height: 250px;
  }


  .specialtiesV2__item .specialtiesV2__item-img::after {
    -webkit-backdrop-filter: blur(8px) contrast(1.2);
  }

  .doctor__list-item .doctor__information .doctor__information-specialties {
    width: 95%;
  }


  /* Building */

  .building__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .building__item-thumbnail {
    padding-top: 76.25%;
  }


  /* Packages  */

  .packagesV2__container {
    padding: 36px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }


  .packagesV2__item--content .packagesV2__item-title {
    font-size: 16px;
    line-height: 32px;
  }

  .packagesV2__item .packagesV2__item--content {
    padding: 0 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -1%;
    width: 100%;
    height: 20%;
    background-color: rgba(222, 231, 246, 0.67);
    backdrop-filter: blur(8px) brightness(470%);
    /* background-color: rgba(245, 247, 250, 0.8);
    backdrop-filter: blur(11px) brightness(120%);
    -webkit-backdrop-filter: blur(12px) contrast(1.4); */
  }



  /* .packagesV2__container .packagesV2__item:first-child .packagesV2__item--content {
    background-color: rgba(222, 231, 246, 0.67) !important;
    backdrop-filter: blur(8px) brightness(470%) !important;
  } */


  .packagesV2__container .packagesV2__item:nth-child(2n+2) .packagesV2__item--content {
    /* background-color: rgba(245, 247, 250, 0.8);
    backdrop-filter: blur(11px) brightness(120%);
    -webkit-backdrop-filter: blur(12px) contrast(1.4); */
    background-color: rgba(245, 247, 250, 0.67);
    backdrop-filter: blur(12px) brightness(150%);
    -webkit-backdrop-filter: blur(12px) contrast(1.4);
  }


  .packagesV2__container .packagesV2__item:nth-child(2n+1) .packagesV2__item--content {
    /* background-color: rgba(245, 247, 250, 0.8);
    backdrop-filter: blur(11px) brightness(120%);
    -webkit-backdrop-filter: blur(12px) contrast(1.4); */
    background-color: rgba(245, 247, 250, 0.67);
    backdrop-filter: blur(12px) brightness(150%);
    -webkit-backdrop-filter: blur(12px) contrast(1.4);
  }







  .packagesV2__container .packagesV2__item:hover .packagesV2__item--content {
    background-color: rgba(59, 63, 128, 0.67);
    backdrop-filter: blur(12px) brightness(150%);
    -webkit-backdrop-filter: blur(31px) contrast(1.4);
  }


  .packagesV2__item:hover .packagesV2__item--content .packagesV2__item-title {
    color: var(--secondary-color);
  }

  .packagesV2__container .packagesV2__item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .packagesV2__container {
    display: flex;
    flex-wrap: wrap;
  }

  .packagesV2__item {
    flex: 1 0 100%;
    /* Full width for each item */
  }


  .packagesV2__content-button {
    position: relative;
    margin-bottom: 0px;
    margin-right: 28px;
    top: 70%;
    height: 100%;
    transform: translateY(-50%);
  }


  /* Achievement */



  .achieve__item-img {
    grid-column: span 12;
    padding-top: 60%;
  }


  .achieve__item-content {
    grid-column: span 12;
    padding: 0px;
  }


  .achieve__item-content {
    padding: 24px 0px 36px;
  }

  .achieve__content-wrapper .achieve__content--logo {
    /* width: 65px; */
    max-width: fit-content;
        max-height: 65px;
        width: auto;
        height: auto;
        object-fit: contain;
  }

  .achieve__content-wrapper .achieve__content--title {
    font-size: 14px;
    line-height: 24px;
  }



  .achieve__content-wrapper .achieve__content--desc {
    font-size: 10px;
    line-height: 18px;
    width: 75%;
  }




  .specialtiesV2__container .specialtiesV2__item {
    margin-bottom: 0px;
  }







  .specialtiesV2__aspect-ratio {
    position: unset;
    width: unset;
    padding-top: unset;
  }





  .specialtiesV2__item .specialtiesV2__item-img::after {
    bottom: -2px;
  }





}


@media (min-width : 576px) {
  .specialtiesV2__item .specialtiesV2__aspect-ratio::after {
    -webkit-backdrop-filter: unset
  }
}


@media (max-width: 600px) {
  .highlight__content .highlight-wrap .highlight__item:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    width: 75%;
    height: 0.5px;
    background-color: #dac9a7;
    top: -18%;
    left: 46%;
    transform: translateX(-50%);
  }

  .highlight__content .highlight-wrap .highlight__item:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    width: 75%;
    height: 0.5px;
    background-color: #dac9a7;
    bottom: -19%;
    right: -21%;
    transform: translateX(-50%);
  }

  .highlight__content::after {
    content: '';
    display: block;
    position: absolute;
    left: 57%;
    transform: translateX(-50%);
    z-index: 1;
    height: calc(100% + 30px);
    width: 95%;
    bottom: 0;
    background-color: #f7f3eb;
  }

  .slick-slide.slick-active.slick-current .highlight__item .highlight__item--content {
    padding-left: 20px;
    max-width: 200px;
    height: 100%;
    max-width: 60%;
  }
}

@media (max-width: 400px) {
  .infor__item .infor__item--content h3 {
    font-size: 16px;
    line-height: 42px;
  }


  .doctor__list-item .doctor__information .doctor__information-name {
    font-size: 12px;
    line-height: 18px;
  }


  .specialties__popup-wrapper .specialties__popup-button button {
    width: 75%;
  }


  .specialties__popup-wrapper {
    max-height: 95vh;
  }


  .specialties__popup-title {
    font-size: 15px;
    line-height: 28px;
  }
}