.section-home-1 .banner-over .banner-link {
  background-color: #0003;
}

.section-home-1 .banner h3 {
  font-size: clamp(22px, 2.2vw, 27px);
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.section-home-1 .banner-over h3,
.section-home-1 .banner-over h1 {
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.2;
  font-weight: 500;
  color: rgb(255 255 255);
  text-transform: uppercase;
  margin: 0px 0px 9px 0px;
}

.section-home-1 .banner-over p {
  letter-spacing: 4px;
  color: rgb(255 255 255);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.section-home-1 .item-banner .col-inner {
  position: relative;
  height: 100%;
}
.section-home-1 .item-banner .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
}
.section-home-1 .item-banner .banner.banner-over {
  opacity: 1;
  visibility: visible;
}

.section-home-1 .item-banner:hover .banner {
  opacity: 1;
  visibility: visible;
}
.section-home-1 .item-banner:hover .banner-over {
  opacity: 0;
  visibility: hidden;
}
.section-home-2 .col-left {
  height: auto;
}
.section-home-2 .col-left * {
  height: 100%;
}

.section-home-2 .col-right .col-inner * {
  margin-bottom: 27px;
}

.section-home-2 .col-right .col-inner *:last-child {
  margin-bottom: 0px;
}
.section-home-2 .col-right .col-inner p {
  text-align: justify;
}

.section-home-2 .col-right .col-inner :is(h3, h4, h5, h6) {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
}

.section-home-2 .col-right .year {
  font-size: 60px;
  line-height: normal;
  font-weight: 600;
  color: var(--primary-color);
}

.section-home-3 .sub-title {
  color: #b22222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-home-3 .row-top .img {
  width: 270px !important;
  margin: auto;
  margin-bottom: 15px;
}

.section-home-3 .wrap-feedback .swiper-slide {
  height: auto;
}

.section-home-3 .wrap-feedback .item {
  background: #f9f3f0;
  box-shadow: 0 5px 20px #0000000d;
  height: 100%;
  padding: 30px;
  position: relative;
  transition: transform 0.3s ease;
}

.section-home-3 .wrap-feedback .item .decor {
  position: absolute;
}
.section-home-3 .wrap-feedback .item .decor img {
  height: auto;
  max-width: 80px;
  object-fit: cover;
}
.section-home-3 .wrap-feedback .item .decor-top {
  top: 0;
  left: 0px;
}

.section-home-3 .wrap-feedback .item .decor-bottom {
  bottom: 0;
  right: 0px;
}

.section-home-3 .wrap-feedback .item .wrap-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  position: relative;
  z-index: 10;
}

.section-home-3 .wrap-feedback .item .content p {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
}

.section-home-3 .wrap-feedback .item .caption {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-top: auto;
}

.section-home-4 .wrap-service {
  position: relative;
  margin-bottom: 36px;
}

.section-home-4 .wrap-service .item .img {
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}
.section-home-4 .wrap-service .item:hover .img img {
  transform: scale(1.1);
}
.section-home-4 .wrap-service .item .img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transition: transform 0.5s ease;
  width: 100%;
  overflow: hidden;
}

.section-home-4 .wrap-service .item .title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  text-transform: uppercase;
  margin-top: 18px;
  letter-spacing: 4px;
  padding: 0px 10px;
}

.section-home-5 .col-left iframe {
  width: 100%;
  height: 450px;
}
.section-home-5 .col-right * {
  color: var(--text-black);
}
.section-home-5 .col-right .item {
  margin-bottom: 27px;
  font-size: var(--fz-18);
  line-height: 27px;
}
.section-home-5 .col-right .item ul {
  display: flex;
  align-items: center;
}
.section-home-5 .col-right .item ul li {
  margin: 0px;
}
.section-home-5 .col-right .item ul.hours {
  flex-direction: column;
  align-items: start;
  gap: 2px;
}

.section-home-5 .col-right .item ul.hours li {
  display: flex;
}
.section-home-5 .col-right .item ul.hours li span:first-child {
  font-weight: 500;
  width: 124px;
}
.section-home-5 .col-right .item ul.social {
  gap: 9px;
  flex-wrap: wrap;
}

.section-home-5 .col-right .item ul.social img {
  width: 30px;
  object-fit: cover;
}

.section-home-5 .col-right h5 {
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .section-home-2 .col-right .col-inner * {
    margin-bottom: 14px;
  }
}

@media (max-width: 768px) {
  .section-home-5 .col-right .item {
    margin-bottom: 14px;
  }
}

@media (max-width: 567px) {
  .section-home-2 .col-left .img-inner {
    padding-top: 600px !important;
  }
}
