.banner {
  padding: 40px 0;
  background: rgb(233, 244, 250);
}
.banner .contact {
  margin-top: 50px;
  gap: 2rem;
}
.banner .contact a {
  color: var(--color-main);
}
.banner .contact a:nth-child(1), .banner .contact a:nth-child(2) {
  color: #CF2144;
}
.banner .button-banner {
  bottom: 70px;
}

.animation-button {
  animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pd-box {
  padding: 40px 0;
}

.title-box span {
  color: var(--color-main) !important;
}

.bgr_box {
  background: var(--color-main);
}

.content_ud {
  background-image: url("/images/bgr_lane.png");
  background-repeat: no-repeat;
  background-position: 70% 60%;
}

.devices {
  padding: 40px 0;
}
.devices .list_devices {
  margin: 0 -12px;
}
.devices .list_devices .slick-list {
  margin: 0 -12px;
  padding: 10px 0 40px 0;
}
.devices .list_devices .item_device {
  margin: 0 12px;
  background: #F1F8FC;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.devices .list_devices .item_device .img {
  height: 240px;
  padding: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 85%);
  background: #fff;
}
.devices .list_devices .item_device .img img {
  height: 100% !important;
}
.devices .list_devices .item_device .body_device {
  padding: 20px;
  color: var(--text-color);
}
.devices .list_devices .item_device .body_device .title_device {
  font-size: 18px !important;
  line-height: 20px;
  height: 60px;
  -webkit-line-clamp: 3;
}
.devices .list_devices .item_device .body_device .summary_device {
  line-height: 18px;
  height: 54px;
  -webkit-line-clamp: 3;
}
.devices .slick-dots {
  bottom: 0;
}
.devices .slick-dots li {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}
.devices .slick-dots li button:before {
  display: none;
}
.devices .slick-dots li.slick-active {
  background: #fff;
  width: 48px;
  border-radius: 8px;
}
.devices .slick-dots li {
  background: rgba(40, 107, 166, 0.24);
}
.devices .slick-dots li.slick-active {
  background: var(--color-main);
}

.slick-arrow {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url("../../../../images/icon/prev.svg") no-repeat center !important;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: translateY(-50%);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover {
  background: url("../../../../images/icon/prev.svg") no-repeat center;
}

.slick-next {
  left: unset !important;
  right: 0 !important;
  background: url("../../../../images/icon/next.svg") no-repeat center !important;
}
.slick-next:hover {
  background: url("../../../../images/icon/next.svg") no-repeat center;
}

.slick-prev {
  left: 0 !important;
}

.box_qt .slick-dots {
  padding-left: 24px;
  bottom: 85px;
}
.box_qt .slick-dots li {
  width: 31px;
  height: 31px;
  margin: 0 24px;
  border: 1px solid transparent;
  border-radius: 100%;
  margin-left: 0;
}
.box_qt .slick-dots li:not(:last-child):after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
.box_qt .slick-dots li button {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  width: 31px;
  height: 31px;
}
.box_qt .slick-dots li.slick-active {
  border: 1px solid #fff;
}
.box_qt .slick-dots button:before {
  display: none;
}
.box_qt .title-box {
  max-width: 50%;
}
.box_qt .time {
  background: rgb(36, 95, 150);
}
.box_qt .note {
  color: #fff;
}
.box_qt .list_qt .item_qt .img {
  margin-bottom: 120px;
  padding: 0 140px;
}
.box_qt .list_qt .item_qt .title_item {
  background: rgba(225, 225, 225, 0.1);
}

.happy .list_happy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  grid-gap: 20px;
}
.happy .list_happy .item_happy:hover .img img {
  transform: scale(1.1);
}
.happy .list_happy .item_happy .img img {
  transition: all 0.35s;
}
.happy .list_happy .item_happy .body_happy {
  margin: 0 20px;
  padding: 20px;
  margin-top: -70px;
  position: relative;
}
.happy .list_happy .item_happy .body_happy .title_item {
  font-size: 20px;
  line-height: 30px;
}

.surgery .aqs {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.surgery .aqs .item__aq {
  padding: 20px;
  border-radius: 8px;
  background-color: #F4F9FC;
  border-left: 4px solid var(--color-main);
}
.surgery .aqs .item__aq .show__content {
  font-size: 18px;
}
.surgery .aqs .item__aq .show__content .menubot .fa-minus {
  display: none;
}
.surgery .aqs .item__aq .show__content[aria-expanded=true] {
  color: var(--color-main);
}
.surgery .aqs .item__aq .show__content[aria-expanded=true] .fa-minus {
  display: block;
}
.surgery .aqs .item__aq .show__content[aria-expanded=true] .fa-plus {
  display: none;
}
.surgery .aqs .item__aq .content__aq p {
  margin-bottom: 0;
}
.surgery .aqs .active-item {
  background-color: var(--color-main) !important;
}
.surgery .aqs .active-item .show__content {
  color: #fff !important;
}

@media (max-width: 767px) {
  .happy {
    padding-bottom: 40px;
  }
  .happy .list_happy {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .happy .list_happy .item_happy .body_happy {
    margin: 0 !important;
    padding: 16px;
    position: unset !important;
  }
  .happy .list_happy .item_happy .body_happy .title_item {
    font-size: 18px;
    line-height: 30px;
  }
  .box_qt .title-box {
    max-width: 100%;
    text-align: center;
  }
  .box_qt .note {
    position: unset !important;
    margin: 16px 0;
  }
  .box_qt .list_qt .item_qt .img {
    margin-bottom: 120px;
    padding: 0;
  }
  .surgery .aqs {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .devices .list_devices .item_device .img {
    height: 330px;
  }
  .box-kn .row-1 .col .content p:nth-of-type(2) {
    font-size: 38px !important;
  }
}

/*# sourceMappingURL=tinchitiet.css.map */
