.sect-head .sect-desc {
  font-size: 14px;
}

.banner-homepage {
  position: relative;
  min-height: 500px;
  max-height: 600px;
}

.banner-homepage .banner-slider {
  width: 100%;
}

.banner-homepage .banner-slider .item {
  max-height: 500px;
}

.banner-homepage .banner-slider .item img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.banner-slider {
  aspect-ratio: 1600/500;
}
.banner-homepage .banner-slider .image-pc {
  display: block;
}

.banner-homepage .banner-slider .image-mb {
  display: none;
}

.banner-homepage .inner-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}

.banner-homepage .text-banner {
  max-width: 500px;
}

.banner-homepage .banner-content {
  position: absolute;
  padding: 50px 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.banner-homepage .title-banner {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.banner-homepage .desc-banner {
  font-size: 14px;
  margin-bottom: 35px;
}

.banner-homepage .viewmore-button {
  padding: 14px 38px;
  background: #51be9d;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.banner-homepage .cta-banner {
  margin-top: 40px;
  max-width: 850px;
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: -5px 8px 10px 0 rgba(0, 0, 0, 0.1);
}

.banner-homepage .cta-banner .cta-icon {
  width: 35px;
  aspect-ratio: 1;
  margin-right: 8px;
  flex-shrink: 0;
}

.banner-homepage .cta-banner .cta-item {
  display: flex;
}

.banner-homepage .cta-banner .cta-item:not(:first-child) {
  padding-left: 15px;
}

.banner-homepage .cta-banner .cta-item:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid #e0e0e0;
}

.banner-homepage .cta-banner .cta-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.banner-homepage .cta-banner .cta-desc {
  color: #a7a7a7;
}

@media (max-width: 768px) {
  .banner-slider,
  .cover_track,
  .cover_glide__slides {
    /* aspect-ratio: 430/280; */
    /* min-height: 280px; */
  }
  .inner-content {
    height: unset !important;
  }
  .cover_bullets {
    display: none;
  }
  .banner-homepage .banner-slider .image-pc {
    display: none;
  }

  .banner-homepage .banner-slider .image-mb {
    display: block;
  }

  .banner-homepage .banner-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 30px 0 20px;
  }

  .banner-homepage .text-banner {
    max-width: 100%;
  }

  .banner-homepage .desc-banner {
    margin-bottom: 16px;
  }

  .banner-homepage .title-banner {
    font-size: 24px;
  }

  .banner-homepage .cta-banner {
    display: none;
  }
}

.why-us {
  padding: 40px 0 0;
  background: --gray-bg;
}

.why-us .item-icon {
  width: 60px;
  margin-bottom: 16px;
}

.why-us .item-title {
  font-size: 20px;
  color: #3274ba;
  margin-bottom: 10px;
  line-height: 1.2;
}

.why-us .list-whyus {
  row-gap: 30px;
  padding-left: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.why-us .item-whyus {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .why-us {
    padding: 30px 0;
  }

  .why-us .col-5,
  .why-us .col-7 {
    width: 100%;
  }

  .why-us .list-whyus {
    padding-left: 0;
  }

  .why-us .thumb {
    display: none;
  }

  .why-us .item-icon {
    width: 45px;
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
  }

  .why-us .item-title {
    font-size: 16px;
  }

  .why-us .item-title::after {
    content: "";
    display: table;
    clear: both;
  }
}

.certifi {
  background: #0076c0 url("../jpg/bg_blue_home.jpg") no-repeat right;
  background-size: contain;
  padding: 60px 0;
  color: #fff;
}

.certifi .title-line::after {
  background: #fff;
}

.certifi .sect-head {
  margin-bottom: 40px;
}

.certifi .col-6:last-child {
  padding-left: 75px;
}

.certifi .item-certifi {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.certifi .item-certifi .item {
  border-radius: 6px;
  overflow: hidden;
  background-color: white;
}

.certifi .item-certifi .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
}

.certifi .viewmore-button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: max-content;
  align-items: center;
}

.certifi .viewmore-button::after {
  content: "";
  width: 28px;
  height: 18px;
  display: inline-block;
  background: url("https://www.vinmec.com/assets/images/icons/home/Long-arrow.svg") no-repeat center;
  background-size: 100%;
  margin-left: 8px;
  transition: 0.1s;
}

.certifi .viewmore-button:hover::after {
  margin-left: 16px;
}

@media (max-width: 768px) {
  .certifi {
    padding: 40px 0;
    background-size: 60%;
    background-position: bottom right;
  }

  .certifi .col-6 {
    width: 100%;
  }

  .certifi .col-6:last-child {
    padding-left: 0;
  }

  .certifi .container_body > .row {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}

.clinic-system {
  padding: 60px 0px 0px 0px;
  background: url("../png/bg-left-home.png") no-repeat right;
  background-size: contain;
}

.clinic-system .clinic-large {
  padding-right: 45px;
}

.clinic-system .sect-head {
  margin-bottom: 15px;
}

.clinic-system .item {
  border-radius: 8px;
  overflow: hidden;
}

.clinic-system .list-clinic-large {
  position: relative;
}

.clinic-system .list-clinic-large .item img {
  height: 100%;
  width: 100%;
}

.clinic-system .list-clinic-thumb {
  position: relative;
}

.clinic-system .list-clinic-thumb::after {
  position: absolute;
  content: "";
  height: 110%;
  width: 15%;
  background: linear-gradient(90deg, #f3f7fb 40%, rgba(243, 247, 251, 0) 100%);
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
}

.clinic-system .list-clinic-thumb.glide--swipeable .glide__slide {
  transition: 0.1s;
  transform: scale(0.9) translateX(20px);
}

.clinic-system .list-clinic-thumb.glide--swipeable .glide__slide--active {
  transform: scale(1.3);
}

.clinic-system .list-clinic-thumb.glide--swipeable .glide__slides {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
}

.clinic-system .viewmore-button {
  padding: 14px 38px;
  background: #51be9d;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  width: max-content;
  margin: 0px auto 25px;
  text-wrap: nowrap;
}

@media (max-width: 768px) {
  .clinic-system {
    background: transparent;
  }

  .clinic-system .col-6 {
    width: 100%;
    order: 1;
  }

  .clinic-system .clinic-large {
    order: 2;
    padding-right: 0;
  }

  .clinic-system .col-12 {
    order: 3;
  }

  .clinic-system .list-clinic-thumb {
    display: none;
  }
}

.about-video {
  position: relative;
  height: 500px;
  max-width: 100%;
}

.about-video .thumbnail-video {
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.about-video .thumbnail-video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: url("https://www.vinmec.com/assets/images/icons/home/Pause-icon.svg") no-repeat center;
  background-size: 100%;
  z-index: 1;
}

.about-video .thumbnail-video img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.about-video .video-info {
  position: absolute;
  padding: 40px 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.about-video .video-info .container_body {
  height: 100%;
}

.about-video .video-info p {
  margin-bottom: 15px;
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}

.about-video .viewmore-button {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: max-content;
}

.about-video .viewmore-button::after {
  content: "";
  width: 28px;
  height: 18px;
  display: inline-block;
  background: url("https://www.vinmec.com/assets/images/icons/home/Long-arrow.svg") no-repeat center;
  background-size: 100%;
  margin-left: 8px;
  transition: 0.1s;
}

.about-video .viewmore-button:hover::after {
  margin-left: 16px;
}

@media (max-width: 768px) {
  .about-video {
    aspect-ratio: 2/1;
  }

  .about-video .thumbnail-video,
  .about-video .thumbnail-video img {
    height: 100%;
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
  }

  .about-video .video-info p {
    font-size: 28px;
  }
}

.partner {
  padding: 0px 0px 60px 0px;
  margin-top: 25px;
}

.partner .sect-head {
  margin-bottom: 30px;
}

.partner .title-line {
  text-align: center;
}

.partner .title-line::after {
  left: 50%;
  transform: translateX(-50%);
}

.home-news {
  padding: 0px;
}

.home-news .list_new {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (max-width: 768px) {
  .home-news {
    padding: 40px 0 0;
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
  }

  .home-news .col-3 {
    width: 50%;
  }

  .home-news .list_new {
    row-gap: 25px;
  }
}

.modal-lg {
  width: 800px;
  max-width: 100%;
}

.modal-lg .modal-content {
  max-width: 100%;
  max-height: 100%;
}

.modal-lg .modal-content iframe {
  aspect-ratio: 16/9;
}

.modal-lg .modal-lg {
  max-width: 800px;
  width: 100%;
}

.modal-lg .modal-body {
  width: 100%;
}
